<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/sys/fork.2, branch release/13.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F13.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F13.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2021-08-12T12:37:54Z</updated>
<entry>
<title>fork(2): comment about doubtful use of stdio and exit(3) in example</title>
<updated>2021-08-12T12:37:54Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2021-08-05T16:03:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5d7b612949c1c7f8a284d69e6db48a6c65cd16d3'/>
<id>urn:sha1:5d7b612949c1c7f8a284d69e6db48a6c65cd16d3</id>
<content type='text'>
(cherry picked from commit 2a51e8823a60180feb534176bc41d5d10e2a01b1)
</content>
</entry>
<entry>
<title>fork.2: correct minor typo in manpage.</title>
<updated>2021-08-12T12:37:54Z</updated>
<author>
<name>Ceri Davies</name>
<email>ceri@FreeBSD.org</email>
</author>
<published>2021-08-05T18:36:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f59374b69a95452aafc22a9b2881fd6ff23208ee'/>
<id>urn:sha1:f59374b69a95452aafc22a9b2881fd6ff23208ee</id>
<content type='text'>
(cherry picked from commit 383dbdb2ebffabf8c0efadd8928f8ef3e45ab9e5)
</content>
</entry>
<entry>
<title>Add _Fork()</title>
<updated>2021-08-12T12:37:54Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2021-08-02T09:50:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1c54a109d71ee768929e96fecbda27e44a173aa7'/>
<id>urn:sha1:1c54a109d71ee768929e96fecbda27e44a173aa7</id>
<content type='text'>
(cherry picked from commit 49ad342cc10cba14b3a40ba26cf8bb2150e2925a)
</content>
</entry>
<entry>
<title>fork.2: Fix a typo in an example</title>
<updated>2021-08-12T12:37:54Z</updated>
<author>
<name>Mateusz Piotrowski</name>
<email>0mp@FreeBSD.org</email>
</author>
<published>2021-04-20T08:24:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3248a03c1a135bf8633d34be19902b54583a331f'/>
<id>urn:sha1:3248a03c1a135bf8633d34be19902b54583a331f</id>
<content type='text'>
(cherry picked from commit ca904beafd925719af998a86cd67a9c787f44255)
</content>
</entry>
<entry>
<title>fork.2: Add a simple use pattern</title>
<updated>2021-08-12T12:37:54Z</updated>
<author>
<name>Mateusz Piotrowski</name>
<email>0mp@FreeBSD.org</email>
</author>
<published>2021-04-17T21:10:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a9c0baa1d063b219e9ff71076bfb05231e58acf4'/>
<id>urn:sha1:a9c0baa1d063b219e9ff71076bfb05231e58acf4</id>
<content type='text'>
(cherry picked from commit c4207d867c201a726aa3157e09262f72166c89c4)
</content>
</entry>
<entry>
<title>Mark all the system calls that were in 1st Edition Unix as such in the</title>
<updated>2017-12-01T22:26:36Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2017-12-01T22:26:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aeb71118e62fb230d43e6711e7e120a77535dc40'/>
<id>urn:sha1:aeb71118e62fb230d43e6711e7e120a77535dc40</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Renumber copyright clause 4</title>
<updated>2017-02-28T23:42:47Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2017-02-28T23:42:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fbbd9655e5107c68e4e0146ff22b73d7350475bc'/>
<id>urn:sha1:fbbd9655e5107c68e4e0146ff22b73d7350475bc</id>
<content type='text'>
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 &lt;jschauma@stevens.edu&gt;
Pull Request:	https://github.com/freebsd/freebsd/pull/96
</content>
</entry>
<entry>
<title>fork(2): Add a note to the effect that kqueue descriptors, unlike other</title>
<updated>2015-05-02T00:29:27Z</updated>
<author>
<name>Mark Johnston</name>
<email>markj@FreeBSD.org</email>
</author>
<published>2015-05-02T00:29:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=93c9677b9487cf4c59b9754325ec454848d7380b'/>
<id>urn:sha1:93c9677b9487cf4c59b9754325ec454848d7380b</id>
<content type='text'>
descriptor types, are not inherited from the parent process.

Reported by:	kmacy
MFC after:	1 week
</content>
</entry>
<entry>
<title>fork(2): Add information about fork() in multi-threaded processes.</title>
<updated>2013-05-31T20:46:08Z</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2013-05-31T20:46:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0bbe34c35d21ed313a8d3f142b205c013c6f9149'/>
<id>urn:sha1:0bbe34c35d21ed313a8d3f142b205c013c6f9149</id>
<content type='text'>
There is nothing about pthread_atfork(3) or extensions like calling
malloc(3) in the child process as this may be unreliable or broken.
</content>
</entry>
<entry>
<title>fork(2): #include &lt;sys/types.h&gt; is not needed.</title>
<updated>2013-05-31T14:48:37Z</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2013-05-31T14:48:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=45100a722a171dde59987eca5cd5baa8d6a99f8c'/>
<id>urn:sha1:45100a722a171dde59987eca5cd5baa8d6a99f8c</id>
<content type='text'>
</content>
</entry>
</feed>
