summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2001-05-14Split synopsis, plain read/write don't need uio.Marc Espie
2001-05-11Add back MAP_COPY. Just describe why it shouldn't be used.Artur Grabowski
2001-05-11Remove MAP_COPY. It shouldn't be used anymore.Artur Grabowski
2001-05-10Slightly better explaination of the advices (cut 'n paste from sys/mman.h isArtur Grabowski
2001-05-05Add missing __syscall() proto to fix pread() & friends on big endianTodd C. Miller
2001-04-22In the verbiage for MNT_SOFTDEP add a reference to 'softdep' inKenneth R Westerback
2001-04-0931 vs 32; ianm@cit.uws.edu.auTheo de Raadt
2001-04-05Updates and corrections from gluk@ after recent softupdates changes.Aaron Campbell
2001-03-30typoPaul Janzen
2001-03-27The .Os macro should not be used in the general text domain.Aaron Campbell
2001-03-14Move description of exect() to execve(2) man page. Add a note about exect() notAaron Campbell
2001-03-11Cosmetic: Super-user -> SuperuserAaron Campbell
2001-03-11Convert flags list from a literal display to a nicely formatted list.Aaron Campbell
2001-03-11Section shuffling.Aaron Campbell
2001-03-11Add cvs tag, remove incompatible LIBRARY section, plus other OpenBSD'ificationsAaron Campbell
2001-03-11Better grammar, move HISTORY before CAVEATS, and add some missing commas.Aaron Campbell
2001-03-11mdoc police.Aaron Campbell
2001-03-11Fix typo: disklable -> disklabel; from NetBSD.Aaron Campbell
2001-03-09Xr mlockallArtur Grabowski
2001-03-09Add mlockall and munlockall. man-page from NetBSD.Artur Grabowski
2001-03-09PATH_MAX+1 is wrong. Not cranking libc/libc_r majors over this, since they j...Theo de Raadt
2001-03-08document that exit() -> wait() only returns low bitsTheo de Raadt
2001-03-03typoTheo de Raadt
2001-03-01describe a few new flags; jlemon@freebsd.orgNiels Provos
2001-02-22Add a caveat about our O_TRUNC paranoia; art@ okAnil Madhavapeddy
2001-02-16style(9) nit in examples, aaron@ oksmart
2001-02-07dd ECONNABORTED.Jun-ichiro itojun Hagino
2001-02-01MAXLOGNAME defn changedTheo de Raadt
2001-01-17first cut at "what is allowed in a signal handler, based on but extended from...Theo de Raadt
2001-01-10put up FD_* manual pages, in section 3Theo de Raadt
2000-12-23create proper docs for timer{add,clear,sub,isset,cmp}Theo de Raadt
2000-12-21Mention that SVR4 expects fully duplex pipesPaul Janzen
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastAaron Campbell
2000-12-10document that pipe is actually bidirectional, but that people should avoid us...Theo de Raadt
2000-11-21updateNiels Provos
2000-11-18OpenBSD does not support non-standard mdoc macros like .Lb.Aaron Campbell
2000-11-17remove non-existing manual references.Niels Provos
2000-11-16forgot manpageNiels Provos
2000-11-16kqueue and kevent system callsNiels Provos
2000-11-15do not open fifos with O_RDWR, either use O_RDONLY or O_WRONLY. okay aaron@Niels Provos
2000-10-19Do not suggest that people use getpid(2) for generating temp file name; referAaron Campbell
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceAaron Campbell
2000-10-17damn it, i have had it with this untested weak shitTheo de Raadt
2000-10-16re-add weak sparc support; d@Theo de Raadt
2000-09-30Make it obvious that open(2) returns ELOOP if O_NOFOLLOW was specifiedTodd C. Miller
2000-09-25doc that O_TRUNC needs a write modeTheo de Raadt
2000-09-25char const* -> const char *Federico G. Schwindt
2000-09-22Document cd/ados/msdos options.Marc Espie
2000-09-12o add missing getsid() prototypeTodd C. Miller
2000-08-12Mention that mknod(2) will return EINVAL when chroot(2)'d.Todd C. Miller