Age | Commit message (Expand) | Author |
1999-06-04 | add examples | Aaron Campbell |
1999-06-04 | add an example, similar to the one in strspn.3 | Aaron Campbell |
1999-06-04 | add an example; pattonme@ns.ra.pae.osd.mil | Aaron Campbell |
1999-06-04 | Be consistent about the relaxation of invalid host name checking. | Niklas Hallqvist |
1999-06-04 | After some constructive criticism from pjanzen@ and some e-mail tag: | Aaron Campbell |
1999-06-03 | -20 -> \-20 | Aaron Campbell |
1999-06-03 | use \-1, not -1, to change the meaning of `-' to minus sign from hyphen; | Aaron Campbell |
1999-06-02 | A couple of more __MIPSEX__ | Per Fogelstrom |
1999-06-01 | getfsstat/getmntinfo do not require inclusion of <sys/ucred.h> | Todd C. Miller |
1999-06-01 | getfsstat now takes a size_t, not long, for the length parameter | Todd C. Miller |
1999-05-31 | New struct statfs with mount options. NOTE: this replaces statfs(2), | Todd C. Miller |
1999-05-30 | Careless: I forgot to propagate obvious consts. | Marc Espie |
1999-05-30 | Revertion of last change, which was due to emacs' stupid idea | Niklas Hallqvist |
1999-05-30 | Some extra error checking, documentation and style wrt connections | Niklas Hallqvist |
1999-05-30 | grammar and punctuation | Paul Janzen |
1999-05-29 | repairs; go back over some old files, because we should properly distinguish | Aaron Campbell |
1999-05-29 | repairs | Aaron Campbell |
1999-05-29 | repairs | Aaron Campbell |
1999-05-29 | repairs | Aaron Campbell |
1999-05-29 | repairs | Aaron Campbell |
1999-05-28 | proper const semantics for dirname & basename. | Marc Espie |
1999-05-28 | fix tytypos. | Marc Espie |
1999-05-28 | use SYSENTRY, so that libc_r wraps this properly | Theo de Raadt |
1999-05-28 | "SEE ALSO" -> SEE ALSO, missed these files before | Aaron Campbell |
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 | sync cgetset() Fn definition with prototype from stdlib.h | Aaron Campbell |
1999-05-27 | sync fsetpos() with stdio.h prototype | 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-27 | getopt(3) does not return -1 when encountering unrecognized options | 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-25 | all functions need a return type and at least one arg, even if it's void | Aaron Campbell |
1999-05-25 | add .Ft macros and move the argument type into each function definition | Aaron Campbell |
1999-05-25 | whoops, tzset() needs a void argument; deraadt@ | Aaron Campbell |
1999-05-25 | out with old macros, in with new mdoc; kwesterback@home.com | Aaron Campbell |
1999-05-24 | don't lie about being able to arbitrarily intermix reads and writes in stdio | Aaron Campbell |
1999-05-24 | replace some old macros with new ones, make use of .Sy for warnings etc; d@ | 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-21 | improve. pushed by bengt@softwell.se | Theo de Raadt |
1999-05-20 | repair SYNOPSIS | Aaron Campbell |