summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Collapse)Author
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
Enable by setting DEBUGLIBS=yes in /etc/mk.conf, then -g libraries will get installed in /usr/lib/debug. This directory will be searched first if gcc is given the -g flag during the link stage.
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
adapated from FreeBSD. Also change O_FSYNC to the more standard O_SYNC and document it. open(2) needs some real examples for proper usage, to come later.
2000-04-20p{read,write}{,v} man pagesTheo de Raadt
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
- Some punctuation fixes. - Some `id' -> `ID'.
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
type coercions. With this fixed I can back out the hack in df.
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
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
- Add a FILES section to accton(8) indicating the default accounting file. - From pjanzen@
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
[yes, there ARE some systems where read and write >SSIZE_MAX work, and physicists use those features to write huge files in one swoop]
1999-09-26`may return following error' => `may return the following error'Marc Espie
`may return following errors' => `may return one of the following errors'
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
1999-08-15more pollTheo de Raadt
1999-08-13Missing commaTodd C. Miller
1999-07-31document cdev/bdev semantic changeTheo de Raadt
1999-07-21Remove PARAMETERS section. Different bad. Kjell bad.Kjell Wooding
Add references to sockaddr_storage.
1999-07-21Updated man pages to be useful. Include description of typical uses.Kjell Wooding
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-07I don't see how revoke can return EINVAL.Artur Grabowski
1999-07-07revoke(2) works on more than just char and block devicesArtur Grabowski
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.Aaron Campbell
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
1999-07-06these can also return ENFILETheo de Raadt
1999-07-06Update to reflect reality.Jason Downs