cvs commit: src/sys/kern kern_proc.c src/sys/sys proc.h

John Baldwin jhb at FreeBSD.org
Tue Sep 27 11:03:16 PDT 2005


jhb         2005-09-27 18:03:16 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_proc.c 
    sys/sys              proc.h 
  Log:
  Use the refcount API to implement reference counts on process argument
  structures rather than using a global mutex to protect the reference
  counts.
  
  Tested on:      i386, alpha, sparc64
  
  Revision  Changes    Path
  1.231     +4 -11     src/sys/kern/kern_proc.c
  1.435     +0 -5      src/sys/sys/proc.h


More information about the cvs-all mailing list