aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Typo.Pierre Beyssac1999-05-251-2/+2
* Added Posix rand_r function.Wes Peters1999-05-242-5/+74
* Chflags was clearing all flags supplied on the command line after aJean-Marc Zucconi1999-05-213-6/+6
* Fixed disordering and duplication of MLINKS in previous commit toBruce Evans1999-05-192-3/+3
* Add a strsignal(3) (like strerror(3)) for libc compatability with otherPeter Wemm1999-05-184-6/+95
* Add a note that when a stream opened via fdopen() is closed via fclose(),Archie Cobbs1999-05-171-0/+4
* $ brucify -deblunderPoul-Henning Kamp1999-05-161-2/+2
* More typos.Kris Kennaway1999-05-091-2/+2
* Typo.Kris Kennaway1999-05-091-1/+1
* PR: 10918Foxfair Hu1999-05-071-2/+2
* writev(2) can return EDESTADDRREQ when attempting to write to aGuy Helmer1999-05-041-0/+6
* Show "#include <machine/param.h>" in SYNOPSIS to get declaration ofGuy Helmer1999-05-043-3/+6
* Note the effect of close(2) on fcntl(2) record locks.Guy Helmer1999-05-041-1/+9
* Declare the return address for __divX, __remX so that gdb can step overDoug Rabson1999-05-021-1/+1
* Document ishexnumber, isideogram, isnumber, isphonogram, isrune,Guy Helmer1999-04-291-2/+20
* The accept(2) call can fail with EINTR (at least in the threaded context).Guy Helmer1999-04-291-1/+5
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-282-2/+89
* Mention that you can only create a block or char special file usingJoerg Wunsch1999-04-281-0/+5
* Mention that set-id bits are not honoured for shell scripts andTim Vanderhoek1999-04-271-1/+8
* More egcs warning fixes:Warner Losh1999-04-254-3/+5
* Re-fixed to start at 1969 per the actual Posix requirement. AlsoWes Peters1999-04-252-7/+7
* Bring two-digit years up-to-date with POSIX requirements.Wes Peters1999-04-252-2/+12
* Add missing strings.Poul-Henning Kamp1999-04-241-0/+7
* Fix all the mipseb Makefiles. They were broken when I checked them inWarner Losh1999-04-228-6/+166
* Back out my change from 6 April PDT that added a new dlversion()John Polstra1999-04-222-33/+1
* Revise for KLD's.Guy Helmer1999-04-201-55/+8
* vfsload maps into kldload only now, no more fork/exec of modload(8).Peter Wemm1999-04-191-85/+1
* Document pread() and pwrite().Dmitrij Tejblum1999-04-113-11/+68
* Contains the paraNik Clayton1999-04-101-9/+1
* Various language and style concerns fixed.Warner Losh1999-04-091-11/+18
* Fixed missing include in synopsis.Bruce Evans1999-04-096-21/+13
* Add manpage link for dlversion(3).John Polstra1999-04-071-2/+3
* Add a new function dlversion() which returns the version number ofJohn Polstra1999-04-072-2/+34
* Fixed disordering in previous 2 commits. Fixed an English error.Bruce Evans1999-04-051-5/+6
* Add wrappers for pread and pwrite syscalls.Dmitrij Tejblum1999-04-046-11/+119
* Add mkstemps to the man page, and create a link for it.Warner Losh1999-04-042-2/+14
* Add mkstemps from OpenBSD. This has been in my tree for months andWarner Losh1999-04-041-7/+24
* Manpages for the KLD system calls.Doug Rabson1999-04-047-1/+450
* Fix a macro name typo that made a word disappear.John Polstra1999-04-031-1/+1
* Disable the "Hint" option in phkmalloc as default. Recent VM systemPoul-Henning Kamp1999-03-282-4/+4
* Partial fix for the forking problem: if we can't access the master maps,Dag-Erling Smørgrav1999-03-271-4/+11
* Rename when building libc_r.Doug Rabson1999-03-251-2/+2
* Fix a (relatively harmless) braino. I confused myself over the for() loopPeter Wemm1999-03-241-3/+2
* Remove last remaining references to malloc/realloc and functions thatPeter Wemm1999-03-231-50/+40
* Add a sysctl variable which can help stop chroot(2) escapes.Poul-Henning Kamp1999-03-231-2/+29
* Typo fix.Joseph Koshy1999-03-231-1/+1
* Don't be so selective about which errors cause us to continue andWarner Losh1999-03-211-7/+2
* EACESS -> EACCESAlexander Langer1999-03-153-5/+5
* Add support for long long modifier (e.g. %llx, %lld).Doug Rabson1999-03-111-3/+9
* PID_MAX is now 99999.Ollivier Robert1999-03-101-1/+1