History log of /openbsd/lib/libc/sys/wait.2 (Results 1 – 25 of 33)
Revision Date Author Comments
# 538ecf39 19-Dec-2022 guenther <guenther@openbsd.org>

Add waitid(2) manpage, based on a first pass by espie@ and bits
from FreeBSD and NetBSD.

ok kettenis@ jmc@ espie@


# 87e5935d 04-Aug-2022 schwarze <schwarze@openbsd.org>

Use ".Bx 4.0" rather than ".Bx 4" for clarity and consistency.
Both are correct, but "4.0" avoids the misunderstanding that we were
talking about any unspecified 4.xBSD release, and it is much more w

Use ".Bx 4.0" rather than ".Bx 4" for clarity and consistency.
Both are correct, but "4.0" avoids the misunderstanding that we were
talking about any unspecified 4.xBSD release, and it is much more widely
used in our manuals.
Discussed with jsg@ in the context of other manual pages.

show more ...


# 852d73fb 30-Jun-2021 schwarze <schwarze@openbsd.org>

more trivial .Ar -> .Fa replacements in syscall manuals


# e206d233 01-May-2017 millert <millert@openbsd.org>

Document that wait3/waitpid can receive SIGCHILD when wpid does
not exist or is not a child of the calling process.
Document what happens when SIGCHLD is ignored or SA_NOCLDWAIT is
set in sa_flags (t

Document that wait3/waitpid can receive SIGCHILD when wpid does
not exist or is not a child of the calling process.
Document what happens when SIGCHLD is ignored or SA_NOCLDWAIT is
set in sa_flags (this part from FreeBSD).
OK guenther@

show more ...


# 2032bf1b 24-Nov-2015 jmc <jmc@openbsd.org>

fix an error in NAME; ok schwarze


# cce0a7d2 07-Nov-2015 jmc <jmc@openbsd.org>

add missing NAME entries;


# 52d01f92 09-Sep-2014 guenther <guenther@openbsd.org>

Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDS
Mention send(MSG_EOR)


# 3fe753f8 13-Feb-2014 guenther <guenther@openbsd.org>

Don't use use .Tn with AND/OR/NOT
Phrase any "The _flags_ argument is the ..." line consistently,
eliminating unnecessary use of 'inclusive' and saying "zero or more"
or "one or more" as appropriate

Don't use use .Tn with AND/OR/NOT
Phrase any "The _flags_ argument is the ..." line consistently,
eliminating unnecessary use of 'inclusive' and saying "zero or more"
or "one or more" as appropriate

ok millert@ jmc@ schwarze@

show more ...


# 369bef3a 21-Jan-2014 schwarze <schwarze@openbsd.org>

obvious .Pa fixes; found with mandocdb(8)


# d2e275f3 03-Apr-2013 guenther <guenther@openbsd.org>

Drop an unnecessary #include

reminded by schwarze@


# f188d74b 01-Apr-2013 guenther <guenther@openbsd.org>

When there are multiple groups of functions with their own #includes
listed, the #includes in each group are independent, so that users
don't need to guess at possible carry-over.

general idea ok ot

When there are multiple groups of functions with their own #includes
listed, the #includes in each group are independent, so that users
don't need to guess at possible carry-over.

general idea ok otto@ millert@
actual diff ok jmc@ schwarze@

show more ...


# 4de47393 17-Nov-2011 schwarze <schwarze@openbsd.org>

Complete the HISTORY of all syscalls that exist since Version 1 AT&T UNIX.
All facts from http://minnie.tuhs.org/cgi-bin/utree.pl, checked by sobrado@.
Feedback and ok jmc@ jmc@ (sic, Jason checked a

Complete the HISTORY of all syscalls that exist since Version 1 AT&T UNIX.
All facts from http://minnie.tuhs.org/cgi-bin/utree.pl, checked by sobrado@.
Feedback and ok jmc@ jmc@ (sic, Jason checked and ok'ed this twice).

show more ...


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 8e9888cd 27-Sep-2006 jasper <jasper@openbsd.org>

remove superfluous paranthesis
from Matthew R. Dempsky <mrd at alkemio dot org>
ok deraadt


# 8d31a604 11-Mar-2004 millert <millert@openbsd.org>

Document that a NULL status pointer is allowed. OK deraadt@


# f9971d4c 12-Jan-2004 jmc <jmc@openbsd.org>

document WAIT_ANY and WAIT_MYPGRP;
help and ok miod@


# c9ad0778 03-Aug-2003 millert <millert@openbsd.org>

Use WCONTINUED as width for list of wait options; jmc@


# 26a45e40 03-Aug-2003 millert <millert@openbsd.org>

Implement the WCONTINUED flag to the wait(2) family of syscalls and the
associated WIFCONTINUED macro as per 1003.1-2001. Adapted from FreeBSD.
A minor amount of trickiness is involved here. The va

Implement the WCONTINUED flag to the wait(2) family of syscalls and the
associated WIFCONTINUED macro as per 1003.1-2001. Adapted from FreeBSD.
A minor amount of trickiness is involved here. The value for WCONTINUED
is chosen in such a way that _WSTATUS(_WCONTINUED) == _WSTOPPED and the
WIFSTOPPED macro has been modified such that WIFSTOPPED(_WCONTINUED) !=
_WSTOPPED. This means we don't need to add an extra check to the
WIFSIGNALED and WIFSTOPPED macros. deraadt@ OK.

show more ...


# 6580fee3 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 6723ad5b 02-Jun-2003 jmc <jmc@openbsd.org>

section reorder;


# 03efc4c4 12-Apr-2003 jmc <jmc@openbsd.org>

underfined -> undefined;

from Fabio Olive Leite;


# cc731645 24-Jan-2002 mickey <mickey@openbsd.org>

most of these is v2, not v6


# 1d027e20 25-Jun-2001 pjanzen <pjanzen@openbsd.org>

Refer to siginterrupt(3) rather than to a nonexistant part of intro(2)


# ea418ffe 18-Oct-2000 aaron <aaron@openbsd.org>

Another round of man page cleanup, this time to remove more hard sentence
breaks and getting rid of short lines, making these files easier to work with.


# a4a5a972 29-Jun-1999 aaron <aaron@openbsd.org>

- change references to nil to null; tschroed@acm.org
- remove trailing spaces from end of lines
- add some .Dv
- change -1 to \-1, so `-' is taken as a negative sign
- other misc formatting fixes


12