summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/wait.2
Commit message (Collapse)AuthorAgeFilesLines
* Document wait6() and waitid().kib2012-11-131-31/+280
| | | | | | PR: standards/170346 Submitted by: "Jukka A. Ukkonen" <jau@iki.fi> MFC after: 1 month
* When WIFCONTINUED was added, the number of "first" macros grew fromjhb2012-09-051-1/+1
| | | | | | three to four. MFC after: 1 week
* Note how wait(3) is implemented.obrien2011-06-181-0/+13
|
* The waitpid(2) function needs neither sys/time.h nor sys/resource.h.pjd2010-01-201-2/+2
|
* Implement WNOWAIT flag for wait4(2). It specifies that process whose statuskib2008-08-261-2/+10
| | | | | | | | | is returned shall be kept in the waitable state. Add WSTOPPED as an alias for WUNTRACED. Submitted by: Jukka Ukkonen <jau at iki fi> PR: standards/116221 MFC after: 2 weeks
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* Remove reference to "System call restart" in intro(2). intro(2) does notrodrigc2006-05-201-3/+4
| | | | | have such a reference. Add a reference instead to SA_RESTART in sigaction(2).
* Sort .Xr by section number.davidxu2005-12-131-2/+2
| | | | Submitted by: ru
* Add cross references to siginfo.3.davidxu2005-12-131-0/+1
|
* -mdoc sweep.ru2005-11-171-7/+15
|
* add continued status.davidxu2005-11-121-4/+4
|
* Er, highlight function wait().davidxu2005-11-111-7/+10
|
* Add notes about queued SIGCHLD.davidxu2005-11-111-0/+10
|
* Sort sections.ru2005-01-201-5/+5
|
* Sort SEE ALSO references (in dictionary order, ignoring case).ru2004-07-041-1/+1
|
* Mechanically kill hard sentence breaks.ru2004-07-021-2/+4
|
* Finally document the option to avoid zombie creationyar2004-06-071-0/+8
| | | | through ignoring SIGCHLD.
* mdoc(7) police: "The .Fa argument.".ru2002-12-191-4/+4
|
* mdoc(7) police: Tidy up the syscall language.ru2002-12-181-5/+7
| | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe.
* Add mdoc bits for the new waitpid() WCONTINUED option, andmike2002-06-011-0/+12
| | | | WIFCONTINUED macro.
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-4/+4
|
* Remove whitespace at EOL.dd2001-07-151-4/+4
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-061-1/+1
|
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-1/+1
|
* When "any" acts as a subject, the verb must agree with whatever any is of.hoek2000-05-111-2/+2
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Expanded cross references.alex1998-01-021-0/+1
|
* Correctly use .Fn instead of .Nm to reference function namesmpp1996-08-221-2/+3
| | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages.
* Correct a bunch of man page cross references and generallympp1996-02-111-4/+5
| | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+295
OpenPOWER on IntegriCloud