summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* remove incorrect punctuation introduced by last revision,jaredy2005-08-121-2/+2
| | | | pointed out by deraadt and jmc
* wording; ok jaredy@jmc2005-08-111-2/+2
|
* macro, capitalization, and layout improvementsjaredy2005-08-101-10/+18
|
* grammar; ok jmcjaredy2005-08-101-3/+3
|
* - sys/mount.h wants sys/param.hjaredy2005-08-101-2/+4
| | | | | | - path can also cause EFAULT ok jmc
* - layout, macro, and punctuation tweaksjaredy2005-08-101-27/+24
| | | | | | | - refer to formal parameters consistently - kill a duplicate description of EMFILE in ERRORS ok jmc
* - macros, punctuation, wording, and rewordingjaredy2005-08-101-17/+21
| | | | | | | | | - fix issue from -r 1.5 about a reference to flock(2) being moved to the wrong place - use FD_CLOEXEC instead of 1 to fcntl() - refer to formal parameters consistently ok jmc
* - standard ERRORS layoutjaredy2005-08-101-3/+3
| | | | | | - refer to formal parameters correctly ok jmc
* - macrosjaredy2005-08-101-12/+22
| | | | | | | | - chflags() also returns EINVAL for invalid flags - chflags() also returns EINVAL for attempts to change flags on devices as non-superuser ok jmc
* - punctuation & wordingjaredy2005-08-101-5/+7
| | | | | | - fix up RETURN VALUES section ok jmc
* - punctuation fixesjaredy2005-08-103-7/+7
| | | | | | - refer to formal parameters consistently. ok jmc
* - wordingjaredy2005-08-101-9/+8
| | | | | | | | | - remove mention of antiquated protocols (e.g. ISO) - in example, use err() instead of errx() on error return since errno will be set - addrlen may also cause EFAULT ok jmc
* zap remaining rcsid.espie2005-08-0815-60/+15
| | | | | | Kill old files that are no longer compiled. okay theo
* No PT_[GS]ETFPREGS on mips.miod2005-07-201-2/+2
|
* link to new CMSG_DATA(3); prod by deraadtjaredy2005-07-042-4/+10
|
* Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@millert2005-06-181-3/+2
|
* remove undelete syscallmillert2005-06-171-1/+13
|
* Extended Attributes was a piece to get to ACLs, however ACLs have notdrahn2005-06-172-234/+2
| | | | been worked on, so EA is pointless to maintain.
* bye bye whiteoutsmillert2005-06-151-2/+1
|
* s/-p1003.1-2003/-p1003.1-2004/gjmc2005-06-051-2/+2
|
* no more MNT_UNION, says pedro@jmc2005-06-011-5/+1
|
* Minor wordink fixpascoe2005-05-251-2/+2
| | | | ok dlg@
* .Xr getitimer 2 ,jmc2005-05-191-1/+2
| | | | from jacob meuser;
* PT_WCOOKIE is available on sparc64 too.miod2005-05-161-2/+2
|
* Mention no more PT_[GS]ETFPREGS on m88k.miod2005-05-161-2/+3
|
* document getfsstat(2)'s behaviour when no flags are specified, okay jmc@pedro2005-05-151-1/+4
|
* credit .Bx 3 in HISTORY too;jmc2005-05-121-2/+4
| | | | agreed w/ otto@
* from perry@netbsd -r1.35:jmc2005-05-081-3/+3
| | | | execve() first appeared in At v7, not Bx 4.2;
* recommend this API better; "a good start" deraadt@djm2005-05-011-2/+4
|
* Describe __syscall(2) in all its ugliness. ok jmc@ tom@ millert@otto2005-04-161-3/+12
| | | | deraadt@
* Make __syscall prototypes more consistent. Use register_t as themillert2005-04-069-70/+34
| | | | | return value for system calls that return size_t or ssize_t and quad_t for those that return off_t.
* Document PT_[GS]ETXMMREGS.kettenis2005-04-041-7/+27
| | | | ok jmc@
* - use .Cm rather than .Nm for kernel optionsjmc2005-03-263-9/+9
| | | | - no space needed before full stops here
* acct, ktrace, and ptrace are only available if the kernel option is there.tedu2005-03-263-3/+15
| | | | say so.
* add missing "of" to make this a real sentence.hshoexer2005-03-221-2/+2
| | | | ok henning mpf miod jmc
* chown(8): mention that this utility clears setuid/setgid bits by default;jmc2005-03-161-1/+7
| | | | | | | | | | from stuart henderson (pr #4149); chown(2)/chown(8): mention that sysctl variable fs.posix.setuid=0 overrides this behaviour; from millert and otto; ok deraadt@ otto@ millert@
* more macro simplification;jmc2005-03-072-4/+4
|
* Be correct in our man pages when talking about NUL termination (that is,cloder2005-02-253-7/+7
| | | | | termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@
* use a string format argument instead of nothing in the examplerobert2005-02-231-2/+2
| | | | ok otto@
* grammar from fbsd -r 1.18;jmc2005-01-091-2/+2
|
* iso is no more, ok millert jmc henning deraadtjaredy2005-01-061-5/+2
|
* consistency fix;jmc2005-01-041-2/+1
|
* Add example; OK ian@ deraadt@ jaredy@millert2005-01-011-1/+15
|
* - elaborate on the descriptions of some flagsjaredy2004-12-311-36/+43
| | | | | | | - comment out Plan9 flags - other minor tweaks prod by and ok jmc
* typosmatthieu2004-12-311-3/+3
|
* Document existence of struct sockaddr_storage and add an example.matthieu2004-12-311-1/+23
| | | | hints by miod@ and jmc@, ok deraadt@
* mention `s';jmc2004-11-121-2/+4
| | | | | from aleksander piotrowski; ok henning@ deraadt@ millert@
* connect(2) can return with EHOSTUNREACH, found with and ok ottohenning2004-10-051-1/+3
|
* put EXAMPLES in the correct place, and change a stop to a colon;jmc2004-10-031-27/+27
|
* - move the fact that it returns 0 on directory end in RETURN VALUESmatthieu2004-10-021-3/+38
| | | | | | - add an example - add .Xr opendir Ok millert@, ok and some tweaks jaredy@.