Age | Commit message (Expand) | Author |
2000-01-05 | List another condition for which nanosleep returns EINVAL. | Paul Janzen |
1999-12-31 | f_bavail is signed (sync with sys/mount.h) | Todd C. Miller |
1999-12-14 | Install swapctl.2, not swapon.2. swapon.2 should probably go away. | Todd C. Miller |
1999-12-04 | Formatting fixes, suggested by ericj@ | Aaron Campbell |
1999-11-14 | EFAULT does not happen for all files; posix 1003.1, line 216 | Theo de Raadt |
1999-10-07 | - Xr acct(2) from accton(8) and vice-versa. | Aaron Campbell |
1999-10-05 | specifed -> specified | Aaron Campbell |
1999-09-27 | Formatting and grammar. | Aaron Campbell |
1999-09-26 | .Nm -> .Fn | Marc Espie |
1999-09-26 | Proper coding idioms. | Marc Espie |
1999-09-26 | `may return following error' => `may return the following error' | Marc Espie |
1999-09-25 | grammar | Paul Janzen |
1999-09-23 | Typo fixes. | Alex Feldman |
1999-09-22 | Some misc fixes, one from fgsch@ | Aaron Campbell |
1999-08-31 | Consistify naming of RETURN VALUES section. | Aaron Campbell |
1999-08-15 | more poll | Theo de Raadt |
1999-08-13 | Missing comma | Todd C. Miller |
1999-07-31 | document cdev/bdev semantic change | Theo de Raadt |
1999-07-21 | Remove PARAMETERS section. Different bad. Kjell bad. | Kjell Wooding |
1999-07-21 | Updated man pages to be useful. Include description of typical uses. | Kjell Wooding |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell |
1999-07-07 | I don't see how revoke can return EINVAL. | Artur Grabowski |
1999-07-07 | revoke(2) works on more than just char and block devices | Artur Grabowski |
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell |
1999-07-06 | these can also return ENFILE | Theo de Raadt |
1999-07-06 | Update to reflect reality. | Jason Downs |
1999-07-05 | use .Li to refer to data types | Aaron Campbell |
1999-07-04 | trash some old leftover macros and replace them with -mdoc macros | Aaron Campbell |
1999-07-02 | remove redundant .Pp macros | Aaron Campbell |
1999-07-02 | document more | Theo de Raadt |
1999-07-02 | .Dd should not be given abbreviated month names | Aaron Campbell |
1999-07-02 | remove extra comma from .Dd arguments: "Month ##, ####" is the correct format, | Aaron Campbell |
1999-06-29 | add #include for <vm/vm_inherit.h> | Aaron Campbell |
1999-06-29 | .Fa int -> .Li int (should use literal macro to refer to data types) | Aaron Campbell |
1999-06-29 | - change references to nil to null; tschroed@acm.org | Aaron Campbell |
1999-06-29 | fix phasing | Theo de Raadt |
1999-06-29 | accept(2) will set errno to EINVAL if the socket is not listen(2)'ing | Aaron Campbell |
1999-06-25 | add missing reference to setsockopt(2) in "SEE ALSO" section; tron@netbsd.org | Aaron Campbell |
1999-06-16 | More xref sorting under SEE ALSO. | Alex Feldman |
1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so | Theo de Raadt |
1999-06-06 | adjtime(2) did not return EFAULT for bad olddelta ptr; darrenr@merlin.reed.wa... | Theo de Raadt |
1999-06-06 | Grammatical, spelling, and format fixes | Paul Janzen |
1999-06-05 | use .Tn instead of .Em for logical/bitwise OR + AND | Aaron Campbell |
1999-06-05 | capitalize the acronym ID | Aaron Campbell |
1999-06-01 | getfsstat/getmntinfo do not require inclusion of <sys/ucred.h> | Todd C. Miller |
1999-05-31 | New struct statfs with mount options. NOTE: this replaces statfs(2), | Todd C. Miller |
1999-05-30 | grammar and punctuation | Paul Janzen |
1999-05-28 | sync with ioctl() prototype, and the third argument more clearly | Aaron Campbell |
1999-05-27 | more missing .El macros filled in | Aaron Campbell |
1999-05-27 | add missing .El macros (which properly terminate .Bl macro lists) | Aaron Campbell |