Age | Commit message (Expand) | Author |
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 |
1999-05-27 | or'ing -> OR'ing | Aaron Campbell |
1999-05-27 | add missing members to nfs_args | Todd C. Miller |
1999-05-27 | - add missing .El macro | Aaron Campbell |
1999-05-27 | add some .Dv and .Er, replace blank lines with .Pp | Aaron Campbell |
1999-05-27 | typos | Aaron Campbell |
1999-05-26 | mention that parameter name1 (the file to link to) need not exist; from NetBSD | Aaron Campbell |
1999-05-25 | explain the third argument more thoroughly; some cmds take it as an int, | Aaron Campbell |
1999-05-25 | kill some old macros | Aaron Campbell |
1999-05-25 | punctuation | Aaron Campbell |
1999-05-24 | add missing #include's; d@ | Aaron Campbell |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1999-05-22 | Add swapctl(2), and crank shlib minor. | Tobias Weingartner |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman |
1999-05-12 | grammar police: do not hyphenate compound words that act as adjectives if the | Aaron Campbell |
1999-05-11 | writev(2) may return EDESTADDRREQ if a write is attempted to a connect(2)'d | Aaron Campbell |
1999-05-11 | note that close(2)'ing any file descriptor which refers to a file holding | Aaron Campbell |
1999-05-10 | correct some Xr's which referred to the wrong man page sections | Aaron Campbell |
1999-04-28 | no such errno EOPNOSUPPORT, make it EOPNOTSUPP as it ought to be | Aaron Campbell |
1999-04-20 | issetuid -> issetugid; deraadt@ | Aaron Campbell |
1999-04-18 | Add Xrefs. | Marc Espie |
1999-04-02 | .Pp macros do not belong immiedately after .Sh section header lines | Aaron Campbell |
1999-03-11 | fix more comma splices that involve misuse of conjunctive adverbs | Paul Janzen |
1999-03-05 | fix umount references; markus.friedl@informatik.uni-erlangen.de | Theo de Raadt |
1999-03-04 | add .Nd and a DESCRIPTION section; karls@inet.no | Aaron Campbell |
1999-03-02 | EACESS -> EACCES; garath@code.ridgefield.org | Aaron Campbell |
1999-03-02 | describe some additional things many people do not know | Theo de Raadt |
1999-03-02 | doc timer{clear,add,sub,cmp,isset} | Theo de Raadt |
1999-02-27 | make function names the correct case | Theo de Raadt |
1999-02-26 | Add EMLINK error message | Constantine Sapuntzakis |