Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jul 2007 09:04:44 +0000 (UTC)
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200707080904.l6894inE064062@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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