Date: Tue, 27 Sep 2005 18:03:16 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_proc.c src/sys/sys proc.h Message-ID: <200509271803.j8RI3GQM019346@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509271803.j8RI3GQM019346>