Age | Commit message (Expand) | Author |
1999-09-03 | Use strtol() and strtoul() instead of atoi(). This allows us to catch | Todd C. Miller |
1999-09-02 | insert missing comma | Aaron Campbell |
1999-09-01 | string.h for memcpy proto | Theo de Raadt |
1999-08-31 | Consistify naming of RETURN VALUES section. | Aaron Campbell |
1999-08-27 | fts_pathlen and fts_namelen are u_short, not short | Todd C. Miller |
1999-08-25 | Don't need to include sys/ucred.h | Todd C. Miller |
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller |
1999-08-16 | doc isinff() and isnanf() | Theo de Raadt |
1999-08-16 | If the FTS_NOCHDIR flag is set and the final directory is empty, | Todd C. Miller |
1999-08-11 | more unescaped \n lines in nroff documents | Theo de Raadt |
1999-08-03 | Return an open failure if the fstab is zero length or not a regular file. | Jason Downs |
1999-07-31 | fix printing error; marc | Theo de Raadt |
1999-07-26 | use .Aq | Aaron Campbell |
1999-07-17 | Add a warning that our implementation is different from other vendors (Solaris). | Jason Downs |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell |
1999-07-07 | capitalize .Dt argument | Aaron Campbell |
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell |
1999-07-04 | trash some old leftover macros and replace them with -mdoc macros | Aaron Campbell |
1999-07-04 | document KERN_RND and KERN_NOSUIDCOREDUMP | Aaron Campbell |
1999-07-02 | remove redundant .Pp macros | Aaron Campbell |
1999-07-02 | - rnd(4) does not exist, it is really random(4) | Aaron Campbell |
1999-07-02 | some formatting fixes | Aaron Campbell |
1999-07-02 | remove extra comma from .Dd arguments: "Month ##, ####" is the correct format, | Aaron Campbell |
1999-06-30 | document KERN_ARND, this mangpage needs work, KERN_RND, KERN_NOSUIDCOREDUMP, | Niels Provos |
1999-06-29 | add Xr for stdio(3) like the is*() man pages | Aaron Campbell |
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 | change some .Em/.Va to .Li, looks nicer | Aaron Campbell |
1999-06-05 | change some .Va to .Li, also more .Dv | Aaron Campbell |
1999-06-05 | some more .Dv | Aaron Campbell |
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-01 | getfsstat now takes a size_t, not long, for the length parameter | Todd C. Miller |
1999-05-30 | Careless: I forgot to propagate obvious consts. | Marc Espie |
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-27 | more missing .El macros filled in | Aaron Campbell |
1999-05-27 | or'ing -> OR'ing | Aaron Campbell |
1999-05-27 | sync cgetset() Fn definition with prototype from stdlib.h | 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-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1999-05-20 | add missing #include's from SYNOPSIS section | Aaron Campbell |