| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5'. | cvs2svn | 2004-08-18 | 1 | -192/+0 |
| * | Document the MNT_SNAPSHOT mount flag with a cross-reference | Peter Pentchev | 2004-08-13 | 1 | -1/+7 |
| * | Update "documentation date" fields. | Brian Feldman | 2004-08-10 | 1 | -1/+1 |
| * | Update mlock(2) manpage to cross-reference m{,un}lockall(2), remove | Brian Feldman | 2004-08-10 | 1 | -1/+5 |
| * | Fix a case of _SC_CLK_TCK being misspelled as _SC_CLOCK_TCK. | Peter Pentchev | 2004-08-06 | 1 | -1/+1 |
| * | Back out previous commit. Even though statfs(2) can take a regular | Christian S.J. Peron | 2004-07-20 | 1 | -0/+4 |
| * | Remove reference to ENOTDIR in the documented errors | Christian S.J. Peron | 2004-07-20 | 1 | -4/+0 |
| * | Document the MSG_DONTWAIT flag. | Hartmut Brandt | 2004-07-16 | 1 | -1/+8 |
| * | Clarify getfsstat(2) usage. | Alfred Perlstein | 2004-07-16 | 1 | -1/+6 |
| * | Document the new PT_LWPINFO request. In fact, the request is so new | Marcel Moolenaar | 2004-07-12 | 1 | -0/+19 |
| * | Eliminate some magic numbers and correct description of _PC_NO_TRUNC. | Garrett Wollman | 2004-07-08 | 2 | -20/+45 |
| * | there's no such define as KERN_NAME_MAX, change to _POSIX_NAME_MAX. | Alfred Perlstein | 2004-07-07 | 1 | -1/+1 |
| * | Fix the NAME section making whatis(1) happy in particular. | Ruslan Ermilov | 2004-07-05 | 3 | -8/+6 |
| * | Sort SEE ALSO references (in dictionary order, ignoring case). | Ruslan Ermilov | 2004-07-04 | 4 | -4/+4 |
| * | Fixed markup. | Ruslan Ermilov | 2004-07-03 | 3 | -13/+14 |
| * | Eliminate double whitespace. | Ruslan Ermilov | 2004-07-03 | 7 | -19/+19 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 63 | -176/+345 |
| * | Removed trailing whitespace. | Ruslan Ermilov | 2004-07-02 | 2 | -2/+2 |
| * | Markup, grammar, and spelling fixes. | Ruslan Ermilov | 2004-06-30 | 10 | -46/+74 |
| * | s/SS_CANTSENDMORE/SBS_CANTSENDMORE/ | Roman Kurakin | 2004-06-24 | 1 | -1/+1 |
| * | Be specific about which socket properties are inherited from the original | Bruce M Simpson | 2004-06-23 | 1 | -10/+13 |
| * | Spelling fixes. | Mike Pritchard | 2004-06-21 | 6 | -7/+7 |
| * | PR: docs/67884 | Mike Pritchard | 2004-06-21 | 1 | -1/+1 |
| * | CLOCK_PROF and CLOCK_VIRTUAL are implemented now. | Kelly Yancey | 2004-06-17 | 1 | -7/+1 |
| * | The maximum value of iovcnt is IOV_MAX, not 16. | Kelly Yancey | 2004-06-15 | 1 | -1/+2 |
| * | Use .Dv instead of .Li for all the RLIMIT_* constants. | David Schultz | 2004-06-14 | 1 | -11/+11 |
| * | Document RLIMIT_AS. While here, correct an insertion sort error. | David Schultz | 2004-06-13 | 1 | -5/+8 |
| * | Use ".In" to mark up C include file names. | Yaroslav Tykhiy | 2004-06-07 | 1 | -2/+4 |
| * | Each sentence should begin on a new line. | Yaroslav Tykhiy | 2004-06-07 | 1 | -10/+16 |
| * | Extend and improve the mdoc(7) markup of this page. | Yaroslav Tykhiy | 2004-06-07 | 1 | -32/+60 |
| * | Finally document the option to avoid zombie creation | Yaroslav Tykhiy | 2004-06-07 | 2 | -1/+19 |
| * | Update the document date. | Alan Cox | 2004-05-20 | 1 | -1/+1 |
| * | Remove a long obsolete paragraph from the BUGS section. | Alan Cox | 2004-05-19 | 1 | -10/+0 |
| * | Clarify and extend paragraphs on interoperation | Yaroslav Tykhiy | 2004-05-17 | 2 | -4/+41 |
| * | Fix typo. | Josef El-Rayes | 2004-05-12 | 1 | -1/+1 |
| * | Document the fact that in a jailed environment, sendto(2) could fail | Christian S.J. Peron | 2004-05-11 | 1 | -0/+4 |
| * | Add mention of the fact that timeouts are silently limited to 24 hours. | Colin Percival | 2004-04-20 | 1 | -0/+5 |
| * | Document POSIX stupidity: Attempts to mmap zero bytes will succeed (and | Colin Percival | 2004-04-18 | 1 | -0/+7 |
| * | Bring describtion of a sysctl in line with the source: | Christian Brueffer | 2004-04-16 | 1 | -1/+1 |
| * | Remove unnecessary .Pp macro and bump document date | Christian Brueffer | 2004-04-16 | 1 | -2/+1 |
| * | List some sysctl variables that influence accounting | Christian Brueffer | 2004-04-16 | 1 | -0/+16 |
| * | Update .Dd value. | Doug Rabson | 2004-04-06 | 1 | -1/+1 |
| * | Document lgetfh(2). | Doug Rabson | 2004-04-05 | 2 | -5/+22 |
| * | Shave-off troff cycles by invoking .Fa only once. | Diomidis Spinellis | 2004-03-19 | 1 | -3/+1 |
| * | Sort MLINKS. | Tim J. Robbins | 2004-03-16 | 1 | -1/+1 |
| * | Add fairly minimal documentation for the nmount() syscall. | Tim J. Robbins | 2004-03-16 | 2 | -3/+35 |
| * | Document missing EFAULT errno value. | Diomidis Spinellis | 2004-03-03 | 1 | -0/+8 |
| * | Update the documentation for setpgrp(2) to reflect the access control | David Schultz | 2004-02-08 | 1 | -7/+21 |
| * | Document the SF_NODISKIO flag, and fix a small typo. | Mike Silbersack | 2004-02-08 | 1 | -2/+10 |
| * | Xref kqueue and poll | Eivind Eklund | 2004-01-26 | 1 | -0/+2 |