summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/exit.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert commitid KcCtsA53F9UQzc0t:guenther2024-08-301-5/+6
| | | | | | | | | | | | "Make exit(), fclose(), fflush(), and freopen() comply with POSIX-2008 requirements for setting the underlying file position when flushing read-mode streams, and make an fseek()-after-fflush() not change the underlying file position." Something isn't correct about it and it breaks at least initdb from the postgresql-server package. discussed with tb@, semarie@, and deraadt@
* Make exit(), fclose(), fflush(), and freopen() comply with POSIX-2008guenther2024-08-121-6/+5
| | | | | | | | | requirements for setting the underlying file position when flushing read-mode streams, and make an fseek()-after-fflush() not change the underlying file position. Much testing, review, and assistance from tb@ ok tb@ millert@
* Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.schwarze2014-11-301-3/+3
| | | | | | The former is not used anywhere in NetBSD, FreeBSD, or DragonFly and not supported by groff, so i'm going to delete it from mandoc(1). We don't need two macros for the same thing.
* more library historyschwarze2013-07-171-2/+6
| | | | | facts checked by sobrado@ style tweaks and ok jmc@
* Move _Exit() from the exit() manpage to the _exit() manpage, as it'sguenther2013-06-051-34/+9
| | | | | | just an alias of the latter. ok matthew@ tedu@
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* Complete the HISTORY of all syscalls that exist since Version 1 AT&T UNIX.schwarze2011-11-171-2/+11
| | | | | All facts from http://minnie.tuhs.org/cgi-bin/utree.pl, checked by sobrado@. Feedback and ok jmc@ jmc@ (sic, Jason checked and ok'ed this twice).
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Add _Exit(3) as per C99. Discussed with espie@ some time ago.millert2004-05-031-11/+36
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* typos;jmc2003-05-101-1/+2
|
* .Xr's;jmc2003-03-061-2/+2
| | | | | | typos in man page section ok deraadt@
* clean up.mpech2001-07-271-2/+2
| | | | millert@ ok
* document that exit() -> wait() only returns low bitsderaadt2001-03-081-1/+11
|
* Flesh out stdlib function man pages.aaron2000-04-201-6/+5
|
* make function names the correct casederaadt1999-02-271-2/+2
|
* Fix RCS idstholo1996-08-191-2/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+84