summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
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
1999-12-31f_bavail is signed (sync with sys/mount.h)Todd C. Miller
1999-12-14Install swapctl.2, not swapon.2. swapon.2 should probably go away.Todd C. Miller
1999-12-04Formatting fixes, suggested by ericj@Aaron Campbell
1999-11-14EFAULT does not happen for all files; posix 1003.1, line 216Theo de Raadt
1999-10-07- Xr acct(2) from accton(8) and vice-versa.Aaron Campbell
1999-10-05specifed -> specifiedAaron Campbell
1999-09-27Formatting and grammar.Aaron Campbell
1999-09-26.Nm -> .FnMarc Espie
1999-09-26Proper coding idioms.Marc Espie
1999-09-26`may return following error' => `may return the following error'Marc Espie
1999-09-25grammarPaul Janzen
1999-09-23Typo fixes.Alex Feldman
1999-09-22Some misc fixes, one from fgsch@Aaron Campbell
1999-08-31Consistify naming of RETURN VALUES section.Aaron Campbell