Age | Commit message (Expand) | Author |
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 | Clarify usage message. | Angelos D. Keromytis |
1999-05-31 | Sanitize prototypes and variable extern definitions, remove | Angelos D. Keromytis |
1999-05-31 | Add -Wall | Angelos D. Keromytis |
1999-05-31 | Correct prototype and invocation, eliminate a warning or three. | Angelos D. Keromytis |
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 | Add target for demo program | Todd C. Miller |
1999-05-29 | repairs | Aaron Campbell |
1999-05-29 | repairs | Aaron Campbell |
1999-05-29 | we no longer have a builtin.h file | Todd C. Miller |
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 | missing DESTDIR | Todd C. Miller |
1999-05-27 | make /usr/include/g++ if it doesn't already exist | Todd C. Miller |
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-27 | Fix some typos. | Angelos D. Keromytis |
1999-05-27 | Single manpage for command-line tool. | Angelos D. Keromytis |
1999-05-26 | Typos and proper form (deraadt@) | Angelos D. Keromytis |
1999-05-26 | Work-around: a few files trigger Internal Compiler Errors if compiled with | Marc Espie |
1999-05-26 | back out sigpending hide | David Leonard |
1999-05-26 | forgot to hide sigpending | David Leonard |
1999-05-26 | mention that parameter name1 (the file to link to) need not exist; from NetBSD | Aaron Campbell |
1999-05-26 | typo; from NetBSD | Aaron Campbell |
1999-05-26 | sync with FreeBSD | David Leonard |
1999-05-26 | document two new states (deadlock and spinblock) | David Leonard |
1999-05-26 | add mb (memory barrier) instruction. from FreeBSD | David Leonard |
1999-05-26 | document double-unlock check and how it relates to the std. (POSIX says in on... | David Leonard |
1999-05-26 | bye bye gethostbyname_r and getservbyname_r tests | David Leonard |
1999-05-26 | count and chec the number of times the self-cancelling thread tries to cancel... | David Leonard |
1999-05-26 | show a bit more information when checks fail | David Leonard |