History log of /freebsd-14.2/lib/libc/sys/wait.2 (Results 1 – 25 of 48)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0
# b2c76c41 16-Aug-2023 Warner Losh <[email protected]>

Remove $FreeBSD$: one-line nroff pattern

Remove /^\.\\"\s*\$FreeBSD\$$\n/


Revision tags: release/13.2.0, release/12.4.0
# b8ec0ce5 30-Jun-2022 Mark Johnston <[email protected]>

wait.2: Remove sys/types.h from the list of required headers

wait.h is self-contained.

MFC after: 1 week
Sponsored by: The FreeBSD Foundation


Revision tags: release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0
# a60c863c 11-Aug-2019 Konstantin Belousov <[email protected]>

wait(2): clarify reparenting of children of the exiting process.

Point to the existence of reapers and mention that init is the default
reaper.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days


# cd6a6b77 11-Aug-2019 Konstantin Belousov <[email protected]>

wait(2): split long line by using .Fo/.Fa instead of .Ft.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days


Revision tags: release/11.3.0, release/12.0.0
# b8e4cdda 24-Oct-2018 Mark Johnston <[email protected]>

Clarify slightly the interaction between wait*() and pdfork().

There are multiple ways to wait for any child process to return a
status (e.g., waitpid(-1, ...), waitid(P_ALL, ...)), so don't be so
s

Clarify slightly the interaction between wait*() and pdfork().

There are multiple ways to wait for any child process to return a
status (e.g., waitpid(-1, ...), waitid(P_ALL, ...)), so don't be so
specific.

MFC after: 1 week
Sponsored by: The FreeBSD Foundation

show more ...


Revision tags: release/11.2.0
# aeb71118 01-Dec-2017 Warner Losh <[email protected]>

Mark all the system calls that were in 1st Edition Unix as such in the
HISTORY section. Note: Any system calls that were added prior to v7,
but after v1 weren't changed.

Obtained from: http://www.tu

Mark all the system calls that were in 1st Edition Unix as such in the
HISTORY section. Note: Any system calls that were added prior to v7,
but after v1 weren't changed.

Obtained from: http://www.tuhs.org/cgi-bin/utree.pl?file=V1/man/man2

show more ...


Revision tags: release/10.4.0, release/11.1.0
# a13136cd 17-Jun-2017 Conrad Meyer <[email protected]>

pdwait4(2): Remove documentation of vaporware

This syscall has never existed and is not at risk of existing any time soon.
Remove documentation referencing it, which has been wrong since FreeBSD 9.

pdwait4(2): Remove documentation of vaporware

This syscall has never existed and is not at risk of existing any time soon.
Remove documentation referencing it, which has been wrong since FreeBSD 9.

Reported by: allanjude@

show more ...


# fbbd9655 28-Feb-2017 Warner Losh <[email protected]>

Renumber copyright clause 4

Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is

Renumber copyright clause 4

Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is too pedantic, so give up on that point.

Submitted by: Jan Schaumann <[email protected]>
Pull Request: https://github.com/freebsd/freebsd/pull/96

show more ...


Revision tags: release/11.0.1, release/11.0.0
# eaf7c645 01-Jun-2016 Mariusz Zaborski <[email protected]>

Document behavior of wait introduced in the r286698.

Suggested by: glebius
Reviewed by: wblock, bjk
Differential Revision: https://reviews.freebsd.org/D6080


# 32223c1b 30-Apr-2016 Pedro F. Giffuni <[email protected]>

libc: spelling fixes.

Mostly on comments.


Revision tags: release/10.3.0, release/10.2.0
# b4490c6e 18-Jul-2015 Konstantin Belousov <[email protected]>

The si_status field of the siginfo_t, provided by the waitid(2) and
SIGCHLD signal, should keep full 32 bits of the status passed to the
_exit(2).

Split the combined p_xstat of the struct proc into

The si_status field of the siginfo_t, provided by the waitid(2) and
SIGCHLD signal, should keep full 32 bits of the status passed to the
_exit(2).

Split the combined p_xstat of the struct proc into the separate exit
status p_xexit for normal process exit, and signalled termination
information p_xsig. Kernel-visible macro KW_EXITCODE() reconstructs
old p_xstat from p_xexit and p_xsig. p_xexit contains complete status
and copied out into si_status.

Requested by: Joerg Schilling
Reviewed by: jilles (previous version), pho
Tested by: pho
Sponsored by: The FreeBSD Foundation

show more ...


Revision tags: release/10.1.0, release/9.3.0, release/10.0.0
# 2727e974 06-Dec-2013 Joel Dahl <[email protected]>

mdoc: remove EOL whitespace.


# d4e3c0a2 03-Dec-2013 John Baldwin <[email protected]>

Various updates and tweaks to the wait(2) manpage.

PR: docs/183904
Submitted by: Michael Galassi <[email protected]>
Reviewed by: kib, wblock (earlier version)


# 09466daf 01-Dec-2013 Jilles Tjoelker <[email protected]>

waitid(2): Do not tell userland programmers to include <sys/signal.h>.

Userland should get these definitions by including <signal.h>.


Revision tags: release/9.2.0
# 550ac4a8 07-Sep-2013 Jilles Tjoelker <[email protected]>

wait(2): Add some possible caveats to standards section.


Revision tags: release/8.4.0, release/9.1.0
# 0b92b540 13-Nov-2012 Konstantin Belousov <[email protected]>

Document wait6() and waitid().

PR: standards/170346
Submitted by: "Jukka A. Ukkonen" <[email protected]>
MFC after: 1 month


# 9baeec29 05-Sep-2012 John Baldwin <[email protected]>

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

MFC after: 1 week


Revision tags: release/8.3.0_cvs, release/8.3.0, release/9.0.0
# a57971c6 18-Jun-2011 David E. O'Brien <[email protected]>

Note how wait(3) is implemented.


Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0
# bb30676c 20-Jan-2010 Pawel Jakub Dawidek <[email protected]>

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


Revision tags: release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0
# cbc15844 26-Aug-2008 Konstantin Belousov <[email protected]>

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

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

show more ...


Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0
# c879ae35 09-Jan-2007 Warner Losh <[email protected]>

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

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


Revision tags: release/5.5.0_cvs, release/5.5.0
# e6d1e469 20-May-2006 Craig Rodrigues <[email protected]>

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).


Revision tags: release/6.1.0_cvs, release/6.1.0
# 412295fd 13-Dec-2005 David Xu <[email protected]>

Sort .Xr by section number.

Submitted by: ru


# e9e74956 13-Dec-2005 David Xu <[email protected]>

Add cross references to siginfo.3.


# 110e1704 17-Nov-2005 Ruslan Ermilov <[email protected]>

-mdoc sweep.


12