From owner-cvs-all Tue Jan 23 13:30:50 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 18D5937B69F; Tue, 23 Jan 2001 13:30:26 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0NLUQi90382; Tue, 23 Jan 2001 13:30:26 -0800 (PST) (envelope-from jhb) Message-Id: <200101232130.f0NLUQi90382@freefall.freebsd.org> From: John Baldwin Date: Tue, 23 Jan 2001 13:30:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/svr4 svr4_misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/01/23 13:30:25 PST Modified files: sys/compat/svr4 svr4_misc.c Log: - Add proc locking. - Fix several bugs in the wait syscall, including freeing the actual proc start, freeing the args, freeing the prison, and other minor nits. - Use appropriate queue(3) macros. - Use zpfind() instead of walking zombproc ourselves. Revision Changes Path 1.21 +105 -36 src/sys/compat/svr4/svr4_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message