summaryrefslogtreecommitdiffstats
path: root/sys/sys/wait.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-101-2/+2
* Remove support for "union wait" and WSTOPPED.matthew2014-06-131-66/+7
* Eliminate the exit sig handling, which was only invokable via theguenther2014-02-121-4/+1
* label some nested #endif'sderaadt2013-03-241-3/+3
* use the underscore variants of _BYTE_ORDER which are always definedtedu2006-04-271-5/+5
* do an int & unsigned int dance because of shift of signed value; ok miodderaadt2006-03-301-3/+3
* First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert2005-12-131-13/+12
* Implement the WCONTINUED flag to the wait(2) family of syscalls and themillert2003-08-031-2/+5
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* only return 8 bits of statusderaadt2003-05-311-3/+3
* First round of __P removal in sysmillert2002-03-141-5/+5
* compatability -> compatibility.fgsch2002-01-231-2/+2
* On popular demand, the Linux-compatibility clone(2) implementation basedniklas2001-04-021-1/+4
* sys/types.h not machine/endian.h for alpha.etheisen1996-11-141-2/+2
* partial sync with netbsd 960418, more to comederaadt1996-04-211-6/+6
* From NetBSD: 960217 mergeniklas1996-03-031-0/+1
* from netbsd; wrap against multiple inclusionderaadt1995-12-141-1/+6
* initial import of NetBSD treederaadt1995-10-181-0/+158