aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/wait.h
Commit message (Expand)AuthorAgeFilesLines
* The si_status field of the siginfo_t, provided by the waitid(2) andKonstantin Belousov2015-07-181-0/+12
* wait: Make sure WIFSIGNALED(s) is false if WIFCONTINUED(s) is true.Jilles Tjoelker2013-08-111-1/+1
* Move the definition of the idtype_t from sys/types.h to sys/wait.h.Konstantin Belousov2012-11-161-0/+40
* Add the wait6(2) system call. It takes POSIX waitid()-like processKonstantin Belousov2012-11-131-0/+12
* Implement WNOWAIT flag for wait4(2). It specifies that process whose statusKonstantin Belousov2008-08-261-1/+4
* Since union wait was removed in revision 1.17 (3 years, 5 months ago),David Xu2005-11-101-3/+1
* - Move the function prototypes for kern_setrlimit() and kern_wait() toJohn Baldwin2005-01-051-6/+2
* Fixed missing forward declaration of struct rusage in the _KERNEL case.Bruce Evans2004-04-091-6/+5
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* - Replace wait1() with a kern_wait() function that accepts the pid,John Baldwin2004-03-171-1/+5
* Remove the deprecated 4.2/4.3BSD wait union.Mike Barcroft2002-06-051-56/+3
* Be more strict about namespaces.Mike Barcroft2002-06-011-8/+11
* Fix some, but not all style bugs.Mike Barcroft2002-06-011-23/+22
* Add POSIX.1-2001 WCONTINUED option for waitpid(2). A proc flagMike Barcroft2002-06-011-0/+2
* Use underscored variant of BYTE_ORDER and friends to allow this toMike Barcroft2002-05-271-4/+4
* Remove __PAlfred Perlstein2002-03-191-4/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix thread/process tracking and differentiation for Linux threads emulation.Julian Elischer1999-03-021-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Merge in Lite2: fix typo in comment.Jeffrey Hsu1996-03-111-4/+4
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-3/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
* Made them all idempotent.Paul Richards1994-08-211-1/+6
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+156