summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
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
2000-08-09Insert missing period.Aaron Campbell
2000-08-09Remove trailing blank lines.Aaron Campbell
2000-08-05formatting, grammar, and typo correctionPaul Janzen
2000-08-05talk about errno; and try to list sighandler safe functionsTheo de Raadt
2000-07-21Document that truncate() can also be used to extend the size of a file.Christian Weisgerber
2000-07-07Note that EPERM is returned if the named file to be unlinked has its immutableAaron Campbell
2000-06-29When specifying negative values (i.e., -1), the '-' character should beAaron Campbell
2000-06-29Repairs, some from NetBSD PR/10472.Aaron Campbell
2000-06-20This is OpenBSDEric Jackson
2000-05-25no more nfsiod; mickeyTheo de Raadt
2000-05-24add AF_INET6.Jun-ichiro itojun Hagino
2000-05-15Add support for building libraries with debugging information in them.Niklas Hallqvist
2000-05-01bye bye semconfig(2)Theo de Raadt
2000-04-28NCARGS is bigger these days; akr@m17n.orgTheo de Raadt
2000-04-25Mention that ktrace(2) doesn't follow linksTodd C. Miller
2000-04-24proper include files; ath@algonet.seTheo de Raadt
2000-04-21Change kernel-only open flag FNOSYMLINK to userland-visible O_NOFOLLOW;Todd C. Miller
2000-04-20p{read,write}{,v} man pagesTheo de Raadt