cvs commit: src/sys/amd64/linux32 linux32_sysvec.c src/sys/compat/linux linux_file.c linux_misc.c linux_socket.c linux_stats.c src/sys/i386/linux linux_sysvec.c

Alexander Leidinger netchild at FreeBSD.org
Sun Jul 8 09:04:44 UTC 2007


netchild    2007-07-08 09:04:44 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/amd64/linux32    linux32_sysvec.c 
    sys/compat/linux     linux_file.c linux_misc.c linux_socket.c 
                         linux_stats.c 
    sys/i386/linux       linux_sysvec.c 
  Log:
  MFC (4 of X):
   - don't limit number of syscalls to 255
   - handle more socket options
   - bug-/compatibility-fixes to linux
     * file related (includes fixes which prevent creation of strange files
       which can only be removed with a fsck)
     * make ping work
     * ...
   - add devfs to the file system type handling/translation
  
  Compile tested by:      scf (i386, as part of a mega-MFC-patch)
  Tested by:              Arno J. Klaassen <arno at heho.snv.jussieu.fr> (amd64)
  
  Revision   Changes    Path
  1.7.2.8    +1 -1      src/sys/amd64/linux32/linux32_sysvec.c
  1.91.2.3   +36 -14    src/sys/compat/linux/linux_file.c
  1.170.2.5  +31 -2     src/sys/compat/linux/linux_misc.c
  1.59.2.3   +29 -0     src/sys/compat/linux/linux_socket.c
  1.72.2.4   +18 -13    src/sys/compat/linux/linux_stats.c
  1.137.2.4  +2 -2      src/sys/i386/linux/linux_sysvec.c


More information about the cvs-src mailing list