From owner-cvs-all Tue Jun 4 1:16:24 2002 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 15A3437B404; Tue, 4 Jun 2002 01:16:18 -0700 (PDT) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 17F9Us-000MIs-00; Tue, 04 Jun 2002 10:16:54 +0200 From: Sheldon Hearn To: Mike Barcroft Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_exit.c kern_sig.c src/sys/sys proc.h wait.h In-reply-to: Your message of "Sat, 01 Jun 2002 11:37:46 MST." <200206011837.g51IbkC16494@freefall.freebsd.org> Date: Tue, 04 Jun 2002 10:16:53 +0200 Message-ID: <85737.1023178613@axl.seasidesoftware.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 01 Jun 2002 11:37:46 MST, Mike Barcroft wrote: > Modified files: > sys/kern kern_exit.c kern_sig.c > sys/sys proc.h wait.h > Log: > Add POSIX.1-2001 WCONTINUED option for waitpid(2). A proc flag > (P_CONTINUED) is set when a stopped process receives a SIGCONT and > cleared after it has notified a parent process that has requested > notification via waitpid(2) with WCONTINUED specified in its options > operand. The status value can be checked with the new WIFCONTINUED() > macro. Oooer. Don't you want to document this in waitpid.2 before it starts getting misused? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message