DragonFly BSD
DragonFly commits List (threaded) for 2005-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/sys filedesc.h


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 21 Jun 2005 10:59:47 -0700 (PDT)

dillon      2005/06/21 10:59:47 PDT

DragonFly src repository

  Modified files:
    sys/sys              filedesc.h 
  Log:
  Bump fd_lastfile, freefile, and refcnt to 32 bit ints.  Also bump cmask
  (though that doesn't fix any particular bug).  lastfile and freefile were
  previously unsigned shorts which caused the system to become very confused
  when any single user process had more then 65535 open file descriptors.
  
  Reported-by: Jeffrey Hsu <hsu@xxxxxxxxxxxxxxxxxxxxx>
  
  Revision  Changes    Path
  1.9       +4 -4      src/sys/sys/filedesc.h


http://www.dragonflybsd.org/cvsweb/src/sys/sys/filedesc.h.diff?r1=1.8&r2=1.9&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]