cvs commit: src/sys/emulation/linux linux_file.c linux_stats.c linux_util.h

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Sep 27 22:08:43 PDT 2008


dillon      2008/09/27 22:08:16 PDT

DragonFly src repository

  Modified files:
    sys/emulation/linux  linux_file.c linux_stats.c linux_util.h 
  Log:
  Linux emulation adjustments.
  
  * Change the special case value for the compat option to getdents,
    newer versions of linux were using the value to probe availability
    of the 64 bit getdents.
  
  * Change the cookie sequencing a bit for getdents.  It still isn't quite
    right.
  
  * Generate a hashed 32 bit inode number from our 64 bit inode number.
  
  Revision  Changes    Path
  1.39      +17 -8     src/sys/emulation/linux/linux_file.c
  1.27      +2 -2      src/sys/emulation/linux/linux_stats.c
  1.12      +2 -0      src/sys/emulation/linux/linux_util.h


http://www.dragonflybsd.org/cvsweb/src/sys/emulation/linux/linux_file.c.diff?r1=1.38&r2=1.39&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/emulation/linux/linux_stats.c.diff?r1=1.26&r2=1.27&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/emulation/linux/linux_util.h.diff?r1=1.11&r2=1.12&f=u





More information about the Commits mailing list