summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
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
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-04-10document EWOULDBLOCK; freebsdTheo de Raadt
2000-03-24Make f_bsize signed. Having it unsigned causes surprising (and unwanted)Todd C. Miller
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
2000-03-01$OpenBSD$Todd T. Fries
2000-02-07add man-page to fhopen et al. From NetBSDassar
2000-02-07add fhopen, fhstat, fhstatfs system calls. largely from NetBSDassar
2000-01-26document EINVAL also meaning socket family mismatch; Jean-Luc.Richier@imag.frTheo de Raadt
2000-01-22Use .Er macro when referring to errno error names.Aaron Campbell
2000-01-22Use .Va macro when referring to the global variable errno.Aaron Campbell
2000-01-22ie. -> i.e.,Aaron Campbell
2000-01-13Add AF_IPX.Federico G. Schwindt
2000-01-06for now, disable weak aliases for all archs except i386David Leonard
2000-01-05List another condition for which nanosleep returns EINVAL.Paul Janzen