summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* talk about errno; and try to list sighandler safe functionsderaadt2000-08-051-1/+117
* Document that truncate() can also be used to extend the size of a file.naddy2000-07-211-4/+11
* Note that EPERM is returned if the named file to be unlinked has its immutableaaron2000-07-071-1/+4
* When specifying negative values (i.e., -1), the '-' character should beaaron2000-06-291-2/+2
* Repairs, some from NetBSD PR/10472.aaron2000-06-291-20/+18
* This is OpenBSDericj2000-06-201-1/+1
* no more nfsiod; mickeyderaadt2000-05-251-9/+10
* add AF_INET6.itojun2000-05-241-1/+2
* Add support for building libraries with debugging information in them.niklas2000-05-151-1/+17
* bye bye semconfig(2)deraadt2000-05-011-2/+2
* NCARGS is bigger these days; akr@m17n.orgderaadt2000-04-281-2/+2
* Mention that ktrace(2) doesn't follow linksmillert2000-04-251-3/+5
* proper include files; ath@algonet.sederaadt2000-04-241-1/+2
* Change kernel-only open flag FNOSYMLINK to userland-visible O_NOFOLLOW;millert2000-04-211-3/+36
* p{read,write}{,v} man pagesderaadt2000-04-207-20/+358
* - For consistency, `super-user' -> `superuser' in all cases.aaron2000-04-1534-129/+131
* Mostly punctuation fixes.aaron2000-04-158-19/+18
* Trailing whitespace begone!aaron2000-04-123-10/+10
* document EWOULDBLOCK; freebsdderaadt2000-04-101-1/+8
* Make f_bsize signed. Having it unsigned causes surprising (and unwanted)millert2000-03-242-4/+4
* Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron2000-03-145-10/+10
* $OpenBSD$todd2000-03-011-2/+1
* add man-page to fhopen et al. From NetBSDassar2000-02-071-0/+131
* add fhopen, fhstat, fhstatfs system calls. largely from NetBSDassar2000-02-071-3/+6
* document EINVAL also meaning socket family mismatch; Jean-Luc.Richier@imag.frderaadt2000-01-261-1/+5
* Use .Er macro when referring to errno error names.aaron2000-01-224-10/+9
* Use .Va macro when referring to the global variable errno.aaron2000-01-226-18/+34
* ie. -> i.e.,aaron2000-01-221-2/+2
* Add AF_IPX.fgsch2000-01-131-2/+3
* for now, disable weak aliases for all archs except i386d2000-01-061-1/+6
* List another condition for which nanosleep returns EINVAL.pjanzen2000-01-051-2/+3
* f_bavail is signed (sync with sys/mount.h)millert1999-12-312-4/+4
* Install swapctl.2, not swapon.2. swapon.2 should probably go away.millert1999-12-141-2/+2
* Formatting fixes, suggested by ericj@aaron1999-12-041-31/+32
* EFAULT does not happen for all files; posix 1003.1, line 216deraadt1999-11-141-6/+6
* - Xr acct(2) from accton(8) and vice-versa.aaron1999-10-071-1/+2
* specifed -> specifiedaaron1999-10-051-2/+2
* Formatting and grammar.aaron1999-09-271-17/+17
* .Nm -> .Fnespie1999-09-262-4/+4
* Proper coding idioms.espie1999-09-262-2/+42
* `may return following error' => `may return the following error'espie1999-09-263-7/+7
* grammarpjanzen1999-09-251-9/+10
* Typo fixes.alex1999-09-233-6/+6
* Some misc fixes, one from fgsch@aaron1999-09-221-6/+9
* Consistify naming of RETURN VALUES section.aaron1999-08-314-8/+8
* more pollderaadt1999-08-155-7/+21
* Missing commamillert1999-08-131-2/+2
* document cdev/bdev semantic changederaadt1999-07-311-1/+3
* Remove PARAMETERS section. Different bad. Kjell bad.kjell1999-07-212-37/+58
* Updated man pages to be useful. Include description of typical uses.kjell1999-07-212-23/+101