<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/sys/wait.2, branch release/11.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Document behavior of wait introduced in the r286698.</title>
<updated>2016-06-01T19:49:38+00:00</updated>
<author>
<name>Mariusz Zaborski</name>
<email>oshogbo@FreeBSD.org</email>
</author>
<published>2016-06-01T19:49:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=eaf7c645b3842eb53ac6d586f5ae19f8266128be'/>
<id>eaf7c645b3842eb53ac6d586f5ae19f8266128be</id>
<content type='text'>
Suggested by:		glebius
Reviewed by:		wblock, bjk
Differential Revision:	https://reviews.freebsd.org/D6080
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Suggested by:		glebius
Reviewed by:		wblock, bjk
Differential Revision:	https://reviews.freebsd.org/D6080
</pre>
</div>
</content>
</entry>
<entry>
<title>libc: spelling fixes.</title>
<updated>2016-04-30T01:24:24+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-04-30T01:24:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=32223c1b7dea9bcf5ccb35a6462fb6a29a344910'/>
<id>32223c1b7dea9bcf5ccb35a6462fb6a29a344910</id>
<content type='text'>
Mostly on comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly on comments.
</pre>
</div>
</content>
</entry>
<entry>
<title>The si_status field of the siginfo_t, provided by the waitid(2) and</title>
<updated>2015-07-18T09:02:50+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2015-07-18T09:02:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b4490c6e937e404832d1169ca7dbac3b2e712355'/>
<id>b4490c6e937e404832d1169ca7dbac3b2e712355</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>mdoc: remove EOL whitespace.</title>
<updated>2013-12-06T21:22:33+00:00</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2013-12-06T21:22:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2727e97436b32493fbab4cb95ae32f411e6d95ba'/>
<id>2727e97436b32493fbab4cb95ae32f411e6d95ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Various updates and tweaks to the wait(2) manpage.</title>
<updated>2013-12-03T21:00:13+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2013-12-03T21:00:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d4e3c0a2d75dcece3c9ed7ae94a672f2dbbd4b88'/>
<id>d4e3c0a2d75dcece3c9ed7ae94a672f2dbbd4b88</id>
<content type='text'>
PR:		docs/183904
Submitted by:	Michael Galassi &lt;michaelgalassi@gmail.com&gt;
Reviewed by:	kib, wblock (earlier version)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		docs/183904
Submitted by:	Michael Galassi &lt;michaelgalassi@gmail.com&gt;
Reviewed by:	kib, wblock (earlier version)
</pre>
</div>
</content>
</entry>
<entry>
<title>waitid(2): Do not tell userland programmers to include &lt;sys/signal.h&gt;.</title>
<updated>2013-12-01T11:59:37+00:00</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2013-12-01T11:59:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=09466daf8cf022c766e7a9a740839ea2ab6951c1'/>
<id>09466daf8cf022c766e7a9a740839ea2ab6951c1</id>
<content type='text'>
Userland should get these definitions by including &lt;signal.h&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Userland should get these definitions by including &lt;signal.h&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>wait(2): Add some possible caveats to standards section.</title>
<updated>2013-09-07T11:41:52+00:00</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2013-09-07T11:41:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=550ac4a8e884b3b45951fd4168cd4ebd6b4076d4'/>
<id>550ac4a8e884b3b45951fd4168cd4ebd6b4076d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document wait6() and waitid().</title>
<updated>2012-11-13T12:56:42+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2012-11-13T12:56:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0b92b54045888784238610c989d086e20e440e64'/>
<id>0b92b54045888784238610c989d086e20e440e64</id>
<content type='text'>
PR:	standards/170346
Submitted by:	"Jukka A. Ukkonen" &lt;jau@iki.fi&gt;
MFC after:	1 month
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:	standards/170346
Submitted by:	"Jukka A. Ukkonen" &lt;jau@iki.fi&gt;
MFC after:	1 month
</pre>
</div>
</content>
</entry>
<entry>
<title>When WIFCONTINUED was added, the number of "first" macros grew from</title>
<updated>2012-09-05T11:55:53+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2012-09-05T11:55:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9baeec2982d5f2af7a2b310d0c956029fcae3318'/>
<id>9baeec2982d5f2af7a2b310d0c956029fcae3318</id>
<content type='text'>
three to four.

MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
three to four.

MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Note how wait(3) is implemented.</title>
<updated>2011-06-18T00:53:51+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2011-06-18T00:53:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a57971c6798e9e5b1b96773fb3645932b8482ac0'/>
<id>a57971c6798e9e5b1b96773fb3645932b8482ac0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
