Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove incorrect punctuation introduced by last revision, | 2005-08-12 | 1 | -2/+2 | ||
| | | | | pointed out by deraadt and jmc | |||||
* | wording; ok jaredy@ | 2005-08-11 | 1 | -2/+2 | ||
| | ||||||
* | macro, capitalization, and layout improvements | 2005-08-10 | 1 | -10/+18 | ||
| | ||||||
* | grammar; ok jmc | 2005-08-10 | 1 | -3/+3 | ||
| | ||||||
* | - sys/mount.h wants sys/param.h | 2005-08-10 | 1 | -2/+4 | ||
| | | | | | | - path can also cause EFAULT ok jmc | |||||
* | - layout, macro, and punctuation tweaks | 2005-08-10 | 1 | -27/+24 | ||
| | | | | | | | - refer to formal parameters consistently - kill a duplicate description of EMFILE in ERRORS ok jmc | |||||
* | - macros, punctuation, wording, and rewording | 2005-08-10 | 1 | -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 layout | 2005-08-10 | 1 | -3/+3 | ||
| | | | | | | - refer to formal parameters correctly ok jmc | |||||
* | - macros | 2005-08-10 | 1 | -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 & wording | 2005-08-10 | 1 | -5/+7 | ||
| | | | | | | - fix up RETURN VALUES section ok jmc | |||||
* | - punctuation fixes | 2005-08-10 | 3 | -7/+7 | ||
| | | | | | | - refer to formal parameters consistently. ok jmc | |||||
* | - wording | 2005-08-10 | 1 | -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. | 2005-08-08 | 15 | -60/+15 | ||
| | | | | | | Kill old files that are no longer compiled. okay theo | |||||
* | No PT_[GS]ETFPREGS on mips. | 2005-07-20 | 1 | -2/+2 | ||
| | ||||||
* | link to new CMSG_DATA(3); prod by deraadt | 2005-07-04 | 2 | -4/+10 | ||
| | ||||||
* | Remove remaining whiteout tentacles; OK deraadt@ miod@ weingart@ | 2005-06-18 | 1 | -3/+2 | ||
| | ||||||
* | remove undelete syscall | 2005-06-17 | 1 | -1/+13 | ||
| | ||||||
* | Extended Attributes was a piece to get to ACLs, however ACLs have not | 2005-06-17 | 2 | -234/+2 | ||
| | | | | been worked on, so EA is pointless to maintain. | |||||
* | bye bye whiteouts | 2005-06-15 | 1 | -2/+1 | ||
| | ||||||
* | s/-p1003.1-2003/-p1003.1-2004/g | 2005-06-05 | 1 | -2/+2 | ||
| | ||||||
* | no more MNT_UNION, says pedro@ | 2005-06-01 | 1 | -5/+1 | ||
| | ||||||
* | Minor wordink fix | 2005-05-25 | 1 | -2/+2 | ||
| | | | | ok dlg@ | |||||
* | .Xr getitimer 2 , | 2005-05-19 | 1 | -1/+2 | ||
| | | | | from jacob meuser; | |||||
* | PT_WCOOKIE is available on sparc64 too. | 2005-05-16 | 1 | -2/+2 | ||
| | ||||||
* | Mention no more PT_[GS]ETFPREGS on m88k. | 2005-05-16 | 1 | -2/+3 | ||
| | ||||||
* | document getfsstat(2)'s behaviour when no flags are specified, okay jmc@ | 2005-05-15 | 1 | -1/+4 | ||
| | ||||||
* | credit .Bx 3 in HISTORY too; | 2005-05-12 | 1 | -2/+4 | ||
| | | | | agreed w/ otto@ | |||||
* | from perry@netbsd -r1.35: | 2005-05-08 | 1 | -3/+3 | ||
| | | | | execve() first appeared in At v7, not Bx 4.2; | |||||
* | recommend this API better; "a good start" deraadt@ | 2005-05-01 | 1 | -2/+4 | ||
| | ||||||
* | Describe __syscall(2) in all its ugliness. ok jmc@ tom@ millert@ | 2005-04-16 | 1 | -3/+12 | ||
| | | | | deraadt@ | |||||
* | Make __syscall prototypes more consistent. Use register_t as the | 2005-04-06 | 9 | -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. | 2005-04-04 | 1 | -7/+27 | ||
| | | | | ok jmc@ | |||||
* | - use .Cm rather than .Nm for kernel options | 2005-03-26 | 3 | -9/+9 | ||
| | | | | - no space needed before full stops here | |||||
* | acct, ktrace, and ptrace are only available if the kernel option is there. | 2005-03-26 | 3 | -3/+15 | ||
| | | | | say so. | |||||
* | add missing "of" to make this a real sentence. | 2005-03-22 | 1 | -2/+2 | ||
| | | | | ok henning mpf miod jmc | |||||
* | chown(8): mention that this utility clears setuid/setgid bits by default; | 2005-03-16 | 1 | -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; | 2005-03-07 | 2 | -4/+4 | ||
| | ||||||
* | Be correct in our man pages when talking about NUL termination (that is, | 2005-02-25 | 3 | -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 example | 2005-02-23 | 1 | -2/+2 | ||
| | | | | ok otto@ | |||||
* | grammar from fbsd -r 1.18; | 2005-01-09 | 1 | -2/+2 | ||
| | ||||||
* | iso is no more, ok millert jmc henning deraadt | 2005-01-06 | 1 | -5/+2 | ||
| | ||||||
* | consistency fix; | 2005-01-04 | 1 | -2/+1 | ||
| | ||||||
* | Add example; OK ian@ deraadt@ jaredy@ | 2005-01-01 | 1 | -1/+15 | ||
| | ||||||
* | - elaborate on the descriptions of some flags | 2004-12-31 | 1 | -36/+43 | ||
| | | | | | | | - comment out Plan9 flags - other minor tweaks prod by and ok jmc | |||||
* | typos | 2004-12-31 | 1 | -3/+3 | ||
| | ||||||
* | Document existence of struct sockaddr_storage and add an example. | 2004-12-31 | 1 | -1/+23 | ||
| | | | | hints by miod@ and jmc@, ok deraadt@ | |||||
* | mention `s'; | 2004-11-12 | 1 | -2/+4 | ||
| | | | | | from aleksander piotrowski; ok henning@ deraadt@ millert@ | |||||
* | connect(2) can return with EHOSTUNREACH, found with and ok otto | 2004-10-05 | 1 | -1/+3 | ||
| | ||||||
* | put EXAMPLES in the correct place, and change a stop to a colon; | 2004-10-03 | 1 | -27/+27 | ||
| | ||||||
* | - move the fact that it returns 0 on directory end in RETURN VALUES | 2004-10-02 | 1 | -3/+38 | ||
| | | | | | | - add an example - add .Xr opendir Ok millert@, ok and some tweaks jaredy@. |