<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/stdlib/exit.3, branch release/14.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F14.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F14.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2025-11-22T09:19:59Z</updated>
<entry>
<title>exit.3: Fix a typo in the manual page</title>
<updated>2025-11-22T09:19:59Z</updated>
<author>
<name>Gordon Bergling</name>
<email>gbe@FreeBSD.org</email>
</author>
<published>2025-11-19T14:17:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9437a4d37e57b3d986af25379b2e171c25564b0e'/>
<id>urn:sha1:9437a4d37e57b3d986af25379b2e171c25564b0e</id>
<content type='text'>
- s/avaliable/available/

(cherry picked from commit 9334fa3ef5e19de7d3dcdbefdaa3f6b6b653475a)
</content>
</entry>
<entry>
<title>exit(3): clarify how to obtain full exit status of the exited process</title>
<updated>2024-08-21T10:32:49Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2024-07-25T17:28:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2a1e8d7c30c90e17fccaeec89e4963a8d825063d'/>
<id>urn:sha1:2a1e8d7c30c90e17fccaeec89e4963a8d825063d</id>
<content type='text'>
(cherry picked from commit c4269e63ecf301306a6176b9fe9002c4c2265695)
</content>
</entry>
<entry>
<title>exit(3): make it thread-safe</title>
<updated>2024-08-21T10:32:49Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2024-07-24T20:41:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8d801641a39834cf8ce72dc88cf8bc5712cc1cad'/>
<id>urn:sha1:8d801641a39834cf8ce72dc88cf8bc5712cc1cad</id>
<content type='text'>
(cherry picked from commit 3f3ec4b99f79d32a0bf15495559ca9883bd751f2)
</content>
</entry>
<entry>
<title>Remove $FreeBSD$: one-line nroff pattern</title>
<updated>2023-08-16T17:55:15Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:55:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b2c76c41be32f904179efed29c0ca04d53f3996c'/>
<id>urn:sha1:b2c76c41be32f904179efed29c0ca04d53f3996c</id>
<content type='text'>
Remove /^\.\\"\s*\$FreeBSD\$$\n/
</content>
</entry>
<entry>
<title>_Exit(3): document implementation</title>
<updated>2021-08-08T19:39:46Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2021-08-05T16:04:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ee62fb2e1e14eab35d4e4e92535bcac9fc91eeb8'/>
<id>urn:sha1:ee62fb2e1e14eab35d4e4e92535bcac9fc91eeb8</id>
<content type='text'>
Remove a useless note about unlinking temporary files, they are unlinked
in tmpfile(3) [1].  Add a note about __cxa_atexit().

Explain exactly what are the FreeBSD implementation differences between
exit() and _Exit().

Noted by:	markj [1]
Reviewed by:	emaste, markj
Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
Differential revision:	https://reviews.freebsd.org/D31425
</content>
</entry>
<entry>
<title>exit(3): Add HISTORY section</title>
<updated>2020-04-10T09:27:18Z</updated>
<author>
<name>Sergio Carlavilla Delgado</name>
<email>carlavilla@FreeBSD.org</email>
</author>
<published>2020-04-10T09:27:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bbf6efd7b79128c9af47ec0f3994f5a5a9defb69'/>
<id>urn:sha1:bbf6efd7b79128c9af47ec0f3994f5a5a9defb69</id>
<content type='text'>
PR:		240259
Submitted by:	Gordon Bergling
Obtained from:	OpenBSD
Differential Revision:	https://reviews.freebsd.org/D24146
</content>
</entry>
<entry>
<title>Bump the date on man pages in r334306</title>
<updated>2018-05-29T02:41:32Z</updated>
<author>
<name>Eric van Gyzen</name>
<email>vangyzen@FreeBSD.org</email>
</author>
<published>2018-05-29T02:41:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=23d2383783ad04ff89f3c63354e0b28bd457a05b'/>
<id>urn:sha1:23d2383783ad04ff89f3c63354e0b28bd457a05b</id>
<content type='text'>
It seems a shame to ruin the patina of the June 4, 1993 date
on abort.3, especially since it still matched the date of
the SCCS ID, but those are the rules.

Reported by:	araujo
MFC after:	3 days
Sponsored by:	Dell EMC
</content>
</entry>
<entry>
<title>Cross-reference abort2(2) from a few man pages</title>
<updated>2018-05-29T01:16:00Z</updated>
<author>
<name>Eric van Gyzen</name>
<email>vangyzen@FreeBSD.org</email>
</author>
<published>2018-05-29T01:16:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4c72d794f0e95ea43dff190593060bba9d4f6565'/>
<id>urn:sha1:4c72d794f0e95ea43dff190593060bba9d4f6565</id>
<content type='text'>
I didn't know abort2 existed until it was mentioned on a mailing list.
Mention it in related pages so others can find it easily.

MFC after:	3 days
Sponsored by:	Dell EMC
</content>
</entry>
<entry>
<title>Various mdoc fixes and a few EOL whitespace removals.</title>
<updated>2014-12-21T12:36:36Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2014-12-21T12:36:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0aee91e1fb311f4f92779bb2c7ef0c1fe10d8d35'/>
<id>urn:sha1:0aee91e1fb311f4f92779bb2c7ef0c1fe10d8d35</id>
<content type='text'>
Found with:	mandoc -Tlint
</content>
</entry>
<entry>
<title>Renumber clauses to reduce diffs to other versions</title>
<updated>2013-05-28T20:57:40Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2013-05-28T20:57:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3fb3b97c4d38990da5f45b37e48a5110b3e9bc58'/>
<id>urn:sha1:3fb3b97c4d38990da5f45b37e48a5110b3e9bc58</id>
<content type='text'>
NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3,
so follow suit to make comparison easier.
</content>
</entry>
</feed>
