Age | Commit message (Expand) | Author |
2000-01-06 | add missing variables under net.inet6.ip6. | Jun-ichiro itojun Hagino |
2000-01-02 | Try to reopen socket if send fails. (perhaps syslogd restarted) | Hugh Graham |
2000-01-02 | add description for PF_INET6 (net.inet6.*). | Jun-ichiro itojun Hagino |
1999-12-30 | VM_SWAPENCRYPT | Niels Provos |
1999-12-08 | Don't use stdio since we don't want the password to end up in stdio | Todd C. Miller |
1999-11-17 | Add missing MLINKs | Todd C. Miller |
1999-10-28 | Add ip4.allow and etherip.allow entries. | Angelos D. Keromytis |
1999-10-07 | document more tcp specific sysctls, mostly netbsd. | Niels Provos |
1999-10-06 | Make this man page much clearer. | Aaron Campbell |
1999-10-03 | put back FTS_CHDIRROOT until next library major number crank | Todd C. Miller |
1999-10-03 | kill FTS_CHDIRROOT flag, it is broken beyond repair and no longer used | Todd C. Miller |
1999-10-03 | Fix multiple problems in the FTS_NOCHDIR case (mycroft@netbsd.org): | Todd C. Miller |
1999-09-27 | Formatting and grammar. | Aaron Campbell |
1999-09-26 | `nl' means something special to mdoc, so it must be escaped it meant literally. | Aaron Campbell |
1999-09-23 | Typo fixes. | Alex Feldman |
1999-09-22 | Add a RETURN VALUES section; fgsch@ | Aaron Campbell |
1999-09-16 | use writev() where possible | Theo de Raadt |
1999-09-15 | redo master.passwd.byname check if either the uid or euid changes, this was | Theo de Raadt |
1999-09-14 | indent | Theo de Raadt |
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 |