Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2010 16:20:48 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/net if.c if.h src/sys/sys sockio.h
Message-ID:  <201010211621.o9LGLFqd087291@repoman.freebsd.org>

index | next in thread | raw e-mail

pluknet     2010-10-21 16:20:48 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if.c if.h 
    sys/sys              sockio.h 
  Log:
  SVN rev 214136 on 2010-10-21 16:20:48Z by pluknet
  
  Reshuffle SIOCGIFCONF32 handler from r155224.
  
  - move all the chunks into one file, which allows to hide SIOCGIFCONF32
    global definition as well.
  - replace __amd64__ with proper COMPAT_FREEBSD32 around.
  - handle 32bit capacity before going into the handler itself instead of
    doing internal 32bit specific changes within it (e.g. as it's done for
    SIOCGDEFIFACE32_IN6).
  - use explicitely sized types for ABI compat.
  
  Approved by:    kib (mentor)
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.390     +29 -17    src/sys/net/if.c
  1.127     +0 -10     src/sys/net/if.h
  1.39      +0 -3      src/sys/sys/sockio.h


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010211621.o9LGLFqd087291>