History log of /freebsd-9.3-release/lib/libc/sys/wait.2
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 244176 13-Dec-2012 kib

MFC r242961:
Document wait6() and waitid().

PR: standards/170346


# 241316 07-Oct-2012 jhb

MFC 240132:
When WIFCONTINUED was added, the number of "first" macros grew from
three to four.


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 223217 17-Jun-2011 obrien

Note how wait(3) is implemented.


# 202721 20-Jan-2010 pjd

The waitpid(2) function needs neither sys/time.h nor sys/resource.h.


# 182193 26-Aug-2008 kib

Implement WNOWAIT flag for wait4(2). It specifies that process whose status
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


# 165903 08-Jan-2007 imp

Per Regents of the University of Calfornia letter, remove advertising
clause.

# If I've done so improperly on a file, please let me know.


# 158776 20-May-2006 rodrigc

Remove reference to "System call restart" in intro(2). intro(2) does not
have such a reference. Add a reference instead to SA_RESTART in
sigaction(2).


# 153376 13-Dec-2005 davidxu

Sort .Xr by section number.

Submitted by: ru


# 153370 13-Dec-2005 davidxu

Add cross references to siginfo.3.


# 152551 17-Nov-2005 ru

-mdoc sweep.


# 152325 11-Nov-2005 davidxu

add continued status.


# 152294 11-Nov-2005 davidxu

Er, highlight function wait().


# 152293 11-Nov-2005 davidxu

Add notes about queued SIGCHLD.


# 140505 20-Jan-2005 ru

Sort sections.


# 131594 04-Jul-2004 ru

Sort SEE ALSO references (in dictionary order, ignoring case).


# 131504 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


# 130186 07-Jun-2004 yar

Finally document the option to avoid zombie creation
through ignoring SIGCHLD.


# 108087 19-Dec-2002 ru

mdoc(7) police: "The .Fa argument.".


# 108028 18-Dec-2002 ru

mdoc(7) police: Tidy up the syscall language.

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.


# 97715 01-Jun-2002 mike

Add mdoc bits for the new waitpid() WCONTINUED option, and
WIFCONTINUED macro.


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 79754 15-Jul-2001 dd

Remove whitespace at EOL.


# 79531 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


# 79366 06-Jul-2001 ru

mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).


# 69051 22-Nov-2000 ru

mdoc(7) police: Er macro usage cleanup.


# 60349 11-May-2000 hoek

When "any" acts as a subject, the verb must agree with whatever any is of.


# 59460 21-Apr-2000 phantom

Introduce ".Lb" macro to libc manpages.

More libraries manpages updates following.


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48794 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
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


# 32193 02-Jan-1998 alex

Expanded cross references.


# 17782 22-Aug-1996 mpp

Correctly use .Fn instead of .Nm to reference function names
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.


# 14038 11-Feb-1996 mpp

Correct a bunch of man page cross references and generally
try and silence "manck".

ncurses, rpc, and some of the gnu stuff are still a big mess, however.


# 1574 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1573,
which included commits to RCS files with non-trunk default branches.


# 1573 27-May-1994 rgrimes

BSD 4.4 Lite Lib Sources