cvs commit: src/sys/kern kern_resource.c src/sys/sys resourcevar.h

John Baldwin jhb at FreeBSD.org
Tue Sep 27 11:07:13 PDT 2005


jhb         2005-09-27 18:07:05 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_resource.c 
    sys/sys              resourcevar.h 
  Log:
  Use the reference count API to manage the reference counts for process
  limit structures rather than using pool mutexes to protect the reference
  counts.
  
  Tested on:      i386, alpha, sparc64
  
  Revision  Changes    Path
  1.149     +4 -11     src/sys/kern/kern_resource.c
  1.48      +0 -5      src/sys/sys/resourcevar.h


More information about the cvs-src mailing list