cvs commit: src/sys/kern sys_generic.c

Jeff Roberson jeff at FreeBSD.org
Wed Mar 19 00:33:17 PDT 2008


jeff        2008-03-19 07:33:16 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sys_generic.c 
  Log:
   - Remove stale comment.
   - In the last revision the code was changed to use maxfilesperproc rather than
     the per-process file limit to restrict the size of the poll array.  This
     eliminates a significant source of process lock contention in multithreaded
     programs and is cheaper.  This had been committed with the wrong batch of
     changes.
  
  Revision  Changes    Path
  1.164     +0 -8      src/sys/kern/sys_generic.c


More information about the cvs-all mailing list