aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix typo. Use `.Fa' to denote a function argument.Joseph Koshy2000-04-261-2/+4
* Spell MAP_NOSYNC correctly.Garrett Wollman2000-04-231-1/+1
* .Lb-ifyGarrett Wollman2000-04-231-0/+2
* Add shm_open(3) and shm_unlink(3). The documentation could use a goodGarrett Wollman2000-04-221-0/+192
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-21138-1/+277
* Document EWOULDBLOCK as a possible errno return value.Archie Cobbs2000-04-091-0/+7
* Fixed wrong arg type in synopsis.Bruce Evans2000-03-231-1/+1
* Add a man page for aio_waitcomplete(). Update the aio_cancel() man page toJason Evans2000-03-213-19/+179
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-021-2/+4
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-0219-44/+88
* Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).Paul Saab2000-02-282-0/+8
* Fix null-pointer dereference crash when the system is intentionallyMatthew Dillon2000-02-161-1/+2
* Replace `.Os BSD' which caused a troff error with `.Bx' which alsoChris Costello2000-02-141-1/+1
* Document the support in the kernel for hardware debug registers on theDavid E. O'Brien2000-02-121-1/+20
* We _do_ support MS_ASYNCGuido van Rooij2000-01-241-1/+1
* Clarify that we don't offer hard realtime.Alfred Perlstein2000-01-241-3/+8
* Add HISTORY.Sheldon Hearn2000-01-181-0/+2
* Fixed missing backslash in previous commit. Adding setresuid.2 has takenBruce Evans2000-01-181-1/+1
* Fix line too long style bug in the previous commit (which, by theSheldon Hearn2000-01-181-2/+2
* add setresuid.2Andrey A. Chernov2000-01-181-1/+1
* Add manual pages for the newly added setres[ug]id system calls.Sheldon Hearn2000-01-172-0/+80
* Sync contents of struct nfsd_svrargsKris Kennaway2000-01-091-2/+2
* Fixed wrong #include in synopsis.Bruce Evans1999-12-231-2/+2
* Fixed missing `const' in synopsis.Bruce Evans1999-12-231-1/+1
* Fixed missing installation of a link to getlogin_r.3. This is the firstBruce Evans1999-12-231-0/+1
* Fix a typo which I cannot believe I missed after rereading this textJeroen Ruigrok van der Werven1999-12-211-1/+1
* Properly manify this manpage.Jeroen Ruigrok van der Werven1999-12-211-5/+5
* Document SA_SIGINFOMartin Cracauer1999-12-151-25/+90
* Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC toMatthew Dillon1999-12-122-0/+56
* Add reference to netgraph(4) in the 'see also' section.Archie Cobbs1999-12-061-0/+1
* Add RLIMIT_SBSIZE here, too.Brian Feldman1999-12-031-0/+4
* Document the getlogin_r function.Wes Peters1999-11-281-2/+22
* General clean-up of socket.h and associated sources to synchronise upPoul-Henning Kamp1999-11-249-21/+48
* Properly document what ENOENT really means for kldfind(2).Chris Costello1999-11-141-3/+1
* Document that bind(2) can fail with EAGAIN.Nik Clayton1999-11-011-0/+3
* Correct the description of the timeout argument. I've examinedWes Peters1999-10-091-0/+10
* Fixed a typo (well, format-o) in yesterday's edits.Wes Peters1999-09-211-2/+3
* Fixed the description of when and why aio_suspend returns.Wes Peters1999-09-201-11/+15
* Add a version number field to the jail(2) argument so that future changesPoul-Henning Kamp1999-09-191-3/+14
* Add FreeBSD history in 'HISTORY'Alfred Perlstein1999-09-111-1/+4
* Fixed disordering in previous commit.Bruce Evans1999-09-111-1/+1
* Document fhopen, fhstat, and fhstatfs syscalls.Alfred Perlstein1999-09-112-1/+137
* sync with src/sys/sys/mount.hAlfred Perlstein1999-09-101-1/+2
* Add aio_{cancel,error,return,suspend,write} into the mix.Bill Fumerola1999-09-091-1/+3
* Some style and "look" fixesAlexey Zelkin1999-09-059-12/+27
* Name Description (.Nd macro) added.Alexey Zelkin1999-09-051-6/+7
* mdoc(7) style fix.Alexey Zelkin1999-09-051-2/+4
* mdoc(7) style fix: FreeBSD -> .FxAlexey Zelkin1999-09-057-7/+14
* Remove useless .Fn macro suffixAlexey Zelkin1999-09-051-1/+1
* mdoc style fix.Alexey Zelkin1999-09-051-4/+2