<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/stdlib/exit.3, branch release/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-05-28T20:57:40Z</updated>
<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>
<entry>
<title>Implement quick_exit() / at_quick_exit() from C++11 / C1x.  Also add a</title>
<updated>2011-12-07T15:25:48Z</updated>
<author>
<name>David Chisnall</name>
<email>theraven@FreeBSD.org</email>
</author>
<published>2011-12-07T15:25:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0a31efe016d28d5f3bee6c24591831149d760650'/>
<id>urn:sha1:0a31efe016d28d5f3bee6c24591831149d760650</id>
<content type='text'>
__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)
</content>
</entry>
<entry>
<title>Per Regents of the University of Calfornia letter, remove advertising</title>
<updated>2007-01-09T00:28:16Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2007-01-09T00:28:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c879ae3536e6d92b8d96c8965c5b05fcb9541520'/>
<id>urn:sha1:c879ae3536e6d92b8d96c8965c5b05fcb9541520</id>
<content type='text'>
clause.

# If I've done so improperly on a file, please let me know.
</content>
</entry>
<entry>
<title>Sort SEE ALSO references (in dictionary order, ignoring case).</title>
<updated>2004-07-04T20:55:50Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-04T20:55:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1c85060a1336f3d13c474b01bf8ce4d997ca3793'/>
<id>urn:sha1:1c85060a1336f3d13c474b01bf8ce4d997ca3793</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of duplicates.</title>
<updated>2003-09-14T13:41:59Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-09-14T13:41:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=959d6c24f6f0e2df016d62efbf20ce797af42812'/>
<id>urn:sha1:959d6c24f6f0e2df016d62efbf20ce797af42812</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mdoc(7) police: sort xrefs in SEE ALSO.</title>
<updated>2002-12-13T16:53:51Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-12-13T16:53:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c8d40b7d3487a0ce1707063684493a69b246d192'/>
<id>urn:sha1:c8d40b7d3487a0ce1707063684493a69b246d192</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement C99's _Exit() interface.</title>
<updated>2002-09-10T02:04:49Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>2002-09-10T02:04:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eca67d510483ad9565b7b816e16fc72ebe3b2864'/>
<id>urn:sha1:eca67d510483ad9565b7b816e16fc72ebe3b2864</id>
<content type='text'>
Implement a version of qsort that provides a thunk to the comparison function.

Update manual pages.
</content>
</entry>
<entry>
<title>Include some verbage about not calling exit() from functions registered</title>
<updated>2002-09-06T19:23:28Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>2002-09-06T19:23:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2c5db8c62d3f64e011ca567fd3c59e07ab295690'/>
<id>urn:sha1:2c5db8c62d3f64e011ca567fd3c59e07ab295690</id>
<content type='text'>
by atexit().
</content>
</entry>
<entry>
<title>Move to using .In instead of .Fd #include &lt;&gt; for include mark-up.</title>
<updated>2001-09-07T14:46:36Z</updated>
<author>
<name>Jeroen Ruigrok van der Werven</name>
<email>asmodai@FreeBSD.org</email>
</author>
<published>2001-09-07T14:46:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8aefde060768b2636e1e9a842692cec605960985'/>
<id>urn:sha1:8aefde060768b2636e1e9a842692cec605960985</id>
<content type='text'>
Inspired by comment from:	dd
</content>
</entry>
<entry>
<title>Remove whitespace at EOL.</title>
<updated>2001-07-15T07:53:42Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-07-15T07:53:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7ebcc426efefea9cd16ac6f565e72030c608f7a4'/>
<id>urn:sha1:7ebcc426efefea9cd16ac6f565e72030c608f7a4</id>
<content type='text'>
</content>
</entry>
</feed>
