|
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 |
|
| #
2a1e8d7c |
| 25-Jul-2024 |
Konstantin Belousov <[email protected]> |
exit(3): clarify how to obtain full exit status of the exited process
(cherry picked from commit c4269e63ecf301306a6176b9fe9002c4c2265695)
|
| #
8d801641 |
| 24-Jul-2024 |
Konstantin Belousov <[email protected]> |
exit(3): make it thread-safe
(cherry picked from commit 3f3ec4b99f79d32a0bf15495559ca9883bd751f2)
|
|
Revision tags: 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, release/13.1.0, release/12.3.0 |
|
| #
ee62fb2e |
| 05-Aug-2021 |
Konstantin Belousov <[email protected]> |
_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 ...
|
|
Revision tags: release/13.0.0, release/12.2.0, release/11.4.0 |
|
| #
bbf6efd7 |
| 10-Apr-2020 |
Sergio Carlavilla Delgado <[email protected]> |
exit(3): Add HISTORY section
PR: 240259 Submitted by: Gordon Bergling Obtained from: OpenBSD Differential Revision: https://reviews.freebsd.org/D24146
|
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
| #
23d23837 |
| 29-May-2018 |
Eric van Gyzen <[email protected]> |
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 <[email protected]> |
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 ...
|
|
Revision tags: release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0 |
|
| #
0aee91e1 |
| 21-Dec-2014 |
Christian Brueffer <[email protected]> |
Various mdoc fixes and a few EOL whitespace removals.
Found with: mandoc -Tlint
|
|
Revision tags: release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0 |
|
| #
3fb3b97c |
| 28-May-2013 |
Ed Maste <[email protected]> |
Renumber clauses to reduce diffs to other versions
NetBSD, OpenBSD, and Android's Bionic number the clauses 1 through 3, so follow suit to make comparison easier.
|
|
Revision tags: release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0 |
|
| #
0a31efe0 |
| 07-Dec-2011 |
David Chisnall <[email protected]> |
Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add a __noreturn macro and modify the other exiting functions to use it.
The __noreturn macro, unlike __dead2, must be used BEFORE th
Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add a __noreturn macro and modify the other exiting functions to use it.
The __noreturn macro, unlike __dead2, must be used BEFORE the function. This is in line with the C and C++ specifications that place _Noreturn (c1x) and [[noreturn]] (C++11) in front of the functions. As with __dead2, this macro falls back to using the GCC attribute.
Unfortunately, clang currently sets the same value for the C version macro in C99 and C1x modes, so these functions are hidden by default. At some point before 10.0, I need to go through the headers and clean up the C1x / C++11 visibility.
Reviewed by: brooks (mentor)
show more ...
|
|
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, 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, 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, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0 |
|
| #
1c85060a |
| 04-Jul-2004 |
Ruslan Ermilov <[email protected]> |
Sort SEE ALSO references (in dictionary order, ignoring case).
|
|
Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
| #
959d6c24 |
| 14-Sep-2003 |
Ruslan Ermilov <[email protected]> |
Get rid of duplicates.
|
|
Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0 |
|
| #
c8d40b7d |
| 13-Dec-2002 |
Ruslan Ermilov <[email protected]> |
mdoc(7) police: sort xrefs in SEE ALSO.
|
|
Revision tags: release/4.7.0_cvs |
|
| #
eca67d51 |
| 10-Sep-2002 |
Garrett Wollman <[email protected]> |
Implement C99's _Exit() interface. Implement a version of qsort that provides a thunk to the comparison function.
Update manual pages.
|
| #
2c5db8c6 |
| 06-Sep-2002 |
Garrett Wollman <[email protected]> |
Include some verbage about not calling exit() from functions registered by atexit().
|
|
Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs |
|
| #
8aefde06 |
| 07-Sep-2001 |
Jeroen Ruigrok van der Werven <[email protected]> |
Move to using .In instead of .Fd #include <> for include mark-up.
Inspired by comment from: dd
|
| #
7ebcc426 |
| 15-Jul-2001 |
Dima Dorfman <[email protected]> |
Remove whitespace at EOL.
|
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
| #
588a200c |
| 26-Feb-2001 |
Ruslan Ermilov <[email protected]> |
.St -ansiC -> .St -isoC
|
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs |
|
| #
25bb73e0 |
| 21-Apr-2000 |
Alexey Zelkin <[email protected]> |
Introduce ".Lb" macro to libc manpages.
More libraries manpages updates following.
|
|
Revision tags: release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
| #
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <[email protected]> |
$Id$ -> $FreeBSD$
|
| #
cc5aedfb |
| 01-Aug-1999 |
Tim Vanderhoek <[email protected]> |
Mention that EXIT_SUCCESS and EXIT_FAILURE are preferred over sysexits.h-values as exit codes for portable programs.
|
| #
fbc400a6 |
| 12-Jul-1999 |
Nik Clayton <[email protected]> |
Add $Id$, to make it simpler for members of the translation teams to track.
The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage
Add $Id$, to make it simpler for members of the translation teams to track.
The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so;
.\" $Id$ .\"
If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted.
Approved by: bde
show more ...
|
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7, release/2.2.6, release/2.2.5_cvs, release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs, release/2.1.6_cvs, release/2.1.6.1 |
|
| #
75141cc9 |
| 20-Jan-1997 |
Wolfram Schneider <[email protected]> |
Sort cross references.
|
|
Revision tags: release/2.1.5_cvs |
|
| #
4567abc2 |
| 31-Mar-1996 |
Joerg Wunsch <[email protected]> |
Xref sysexits(3).
|