summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* clarify fd_set size definitionderaadt2001-09-041-4/+7
* Typo - PR 2032hugh2001-08-251-2/+2
* Add another EPERM condition to ERRORS: if a hard link is attempted for a fileaaron2001-08-231-1/+5
* "This section" and variants ==> 'The manual pages in section x'heko2001-08-221-2/+2
* Powered by @mantoya.mpech2001-08-201-2/+2
* Xr raise(3)deraadt2001-08-161-2/+3
* Define INFTIM to -1, as appears everywhere. Talk about it in thefgsch2001-08-111-2/+2
* o) We always close .Bl and .Bd tags;mpech2001-08-068-15/+17
* Spelling corrections per PR 1988 by Andrew Hoerter.hugh2001-08-051-4/+4
* Acknowledge VM's limitations.espie2001-08-031-1/+14
* pet peeve, insure vs ensurehugh2001-08-021-2/+2
* Document that entries with d_fileno == 0 are invalid.art2001-07-311-1/+5
* handling of arg can cause EFAULT; dd@FreeBSD.orgderaadt2001-07-301-2/+5
* typo in arg name; ok deraadt@stevesk2001-07-251-3/+3
* typo; david@phobia.msderaadt2001-07-221-2/+2
* Install getpeereid(2) manpage.fgsch2001-07-091-3/+3
* Use .Pp, not a blank line.aaron2001-06-271-2/+2
* implement djb's getpeereid(2), to allow local-domain servers to determine client credentials. mostly from superscript.com. deraadt@ okdugsong2001-06-264-4/+125
* Refer to siginterrupt(3) rather than to a nonexistant part of intro(2)pjanzen2001-06-251-4/+3
* grammarpjanzen2001-06-251-2/+2
* ok, tmac is now fixedderaadt2001-06-231-2/+3
* join .%A entries; most by bk@rt.fmderaadt2001-06-231-3/+2
* sysarch() takes a void *deraadt2001-06-161-2/+2
* Split synopsis, plain read/write don't need uio.espie2001-05-142-8/+14
* Add back MAP_COPY. Just describe why it shouldn't be used.art2001-05-111-1/+8
* Remove MAP_COPY. It shouldn't be used anymore.art2001-05-111-5/+1
* Slightly better explaination of the advices (cut 'n paste from sys/mman.h isart2001-05-101-15/+18
* Add missing __syscall() proto to fix pread() & friends on big endianmillert2001-05-054-8/+12
* In the verbiage for MNT_SOFTDEP add a reference to 'softdep' inkrw2001-04-221-2/+3
* 31 vs 32; ianm@cit.uws.edu.auderaadt2001-04-091-3/+3
* Updates and corrections from gluk@ after recent softupdates changes.aaron2001-04-051-3/+8
* typopjanzen2001-03-301-2/+2
* The .Os macro should not be used in the general text domain.aaron2001-03-271-2/+2
* Move description of exect() to execve(2) man page. Add a note about exect() notaaron2001-03-142-3/+19
* Cosmetic: Super-user -> Superuseraaron2001-03-111-2/+2
* Convert flags list from a literal display to a nicely formatted list.aaron2001-03-111-15/+27
* Section shuffling.aaron2001-03-111-8/+8
* Add cvs tag, remove incompatible LIBRARY section, plus other OpenBSD'ificationsaaron2001-03-111-10/+9
* Better grammar, move HISTORY before CAVEATS, and add some missing commas.aaron2001-03-111-12/+11
* mdoc police.aaron2001-03-114-158/+175
* Fix typo: disklable -> disklabel; from NetBSD.aaron2001-03-111-1/+1
* Xr mlockallart2001-03-091-1/+2
* Add mlockall and munlockall. man-page from NetBSD.art2001-03-092-4/+144
* PATH_MAX+1 is wrong. Not cranking libc/libc_r majors over this, since they just got cranked a little while ago. discussion with millertderaadt2001-03-091-1/+1
* document that exit() -> wait() only returns low bitsderaadt2001-03-081-1/+5
* typoderaadt2001-03-031-2/+2
* describe a few new flags; jlemon@freebsd.orgprovos2001-03-011-32/+58
* Add a caveat about our O_TRUNC paranoia; art@ okavsm2001-02-221-1/+11
* style(9) nit in examples, aaron@ oksmart2001-02-162-6/+6
* dd ECONNABORTED.itojun2001-02-071-1/+3