| #
9334fa3e
|
| 19-Nov-2025 |
Gordon Bergling <gbe@FreeBSD.org> |
exit.3: Fix a typo in the manual page
- s/avaliable/available/
MFC after: 3 days
|
| #
c4269e63
|
| 25-Jul-2024 |
Konstantin Belousov <kib@FreeBSD.org> |
exit(3): clarify how to obtain full exit status of the exited process
Sponsored by: The FreeBSD Foundation MFC after: 3 days
|
| #
3f3ec4b9
|
| 24-Jul-2024 |
Konstantin Belousov <kib@FreeBSD.org> |
exit(3): make it thread-safe
It was explained by Rich Felker <dalias@libc.org> on libc-coord. See https://austingroupbugs.net/view.php?id=1845.
Reviewed by: imp, markj Tested by: antoine (exp-run)
exit(3): make it thread-safe
It was explained by Rich Felker <dalias@libc.org> on libc-coord. See https://austingroupbugs.net/view.php?id=1845.
Reviewed by: imp, markj Tested by: antoine (exp-run) Sponsored by: The FreeBSD Foundation MFC after: 1 month Differential revision: https://reviews.freebsd.org/D46108
show more ...
|
| #
2a3d4530
|
| 10-Apr-2024 |
rilysh <nightquick@proton.me> |
exit.3: add the comma after an empty space
exit(3) man page shows __cxa_atexit(3,) instead of __cxa_atexit(3), in a particular section. It seems the comma gets inside the parenthesis and with an ext
exit.3: add the comma after an empty space
exit(3) man page shows __cxa_atexit(3,) instead of __cxa_atexit(3), in a particular section. It seems the comma gets inside the parenthesis and with an extra space, it can be viewed as expected.
Signed-off-by: rilysh <nightquick@proton.me> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1006
show more ...
|
| #
dc36d6f9
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
lib: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl s
lib: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
b2c76c41
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line nroff pattern
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
| #
ee62fb2e
|
| 05-Aug-2021 |
Konstantin Belousov <kib@FreeBSD.org> |
_Exit(3): document implementation
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
_Exit(3): document implementation
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
show more ...
|
| #
bbf6efd7
|
| 10-Apr-2020 |
Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> |
exit(3): Add HISTORY section
PR: 240259 Submitted by: Gordon Bergling Obtained from: OpenBSD Differential Revision: https://reviews.freebsd.org/D24146
|
| #
9334fa3e
|
| 19-Nov-2025 |
Gordon Bergling <gbe@FreeBSD.org> |
exit.3: Fix a typo in the manual page
- s/avaliable/available/
MFC after: 3 days
|
| #
c4269e63
|
| 25-Jul-2024 |
Konstantin Belousov <kib@FreeBSD.org> |
exit(3): clarify how to obtain full exit status of the exited process
Sponsored by: The FreeBSD Foundation MFC after: 3 days
|
| #
3f3ec4b9
|
| 24-Jul-2024 |
Konstantin Belousov <kib@FreeBSD.org> |
exit(3): make it thread-safe
It was explained by Rich Felker <dalias@libc.org> on libc-coord. See https://austingroupbugs.net/view.php?id=1845.
Reviewed by: imp, markj Tested by: antoine (exp-run)
exit(3): make it thread-safe
It was explained by Rich Felker <dalias@libc.org> on libc-coord. See https://austingroupbugs.net/view.php?id=1845.
Reviewed by: imp, markj Tested by: antoine (exp-run) Sponsored by: The FreeBSD Foundation MFC after: 1 month Differential revision: https://reviews.freebsd.org/D46108
show more ...
|
| #
2a3d4530
|
| 10-Apr-2024 |
rilysh <nightquick@proton.me> |
exit.3: add the comma after an empty space
exit(3) man page shows __cxa_atexit(3,) instead of __cxa_atexit(3), in a particular section. It seems the comma gets inside the parenthesis and with an ext
exit.3: add the comma after an empty space
exit(3) man page shows __cxa_atexit(3,) instead of __cxa_atexit(3), in a particular section. It seems the comma gets inside the parenthesis and with an extra space, it can be viewed as expected.
Signed-off-by: rilysh <nightquick@proton.me> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1006
show more ...
|
| #
dc36d6f9
|
| 23-Nov-2023 |
Warner Losh <imp@FreeBSD.org> |
lib: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl s
lib: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script.
Sponsored by: Netflix
show more ...
|
| #
b2c76c41
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line nroff pattern
Remove /^\.\\"\s*\$FreeBSD\$$\n/
|
| #
ee62fb2e
|
| 05-Aug-2021 |
Konstantin Belousov <kib@FreeBSD.org> |
_Exit(3): document implementation
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
_Exit(3): document implementation
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
show more ...
|
| #
bbf6efd7
|
| 10-Apr-2020 |
Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> |
exit(3): Add HISTORY section
PR: 240259 Submitted by: Gordon Bergling Obtained from: OpenBSD Differential Revision: https://reviews.freebsd.org/D24146
|
| #
23d23837
|
| 29-May-2018 |
Eric van Gyzen <vangyzen@FreeBSD.org> |
Bump the date on man pages in r334306
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.
Re
Bump the date on man pages in r334306
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
show more ...
|
| #
4c72d794
|
| 29-May-2018 |
Eric van Gyzen <vangyzen@FreeBSD.org> |
Cross-reference abort2(2) from a few man pages
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 Spo
Cross-reference abort2(2) from a few man pages
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
show more ...
|
| #
98e0ffae
|
| 27-May-2015 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge sync of head
|
| #
d899be7d
|
| 19-Jan-2015 |
Glen Barber <gjb@FreeBSD.org> |
Reintegrate head: r274132-r277384
Sponsored by: The FreeBSD Foundation
|
| #
8f0ea33f
|
| 13-Jan-2015 |
Glen Barber <gjb@FreeBSD.org> |
Reintegrate head revisions r273096-r277147
Sponsored by: The FreeBSD Foundation
|
| #
a4ed7276
|
| 02-Jan-2015 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead @ r276594
|
| #
8007ee2b
|
| 27-Dec-2014 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r274961 through r276301.
|
| #
0aee91e1
|
| 21-Dec-2014 |
Christian Brueffer <brueffer@FreeBSD.org> |
Various mdoc fixes and a few EOL whitespace removals.
Found with: mandoc -Tlint
|
| #
d1d01586
|
| 05-Sep-2013 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge from head
|