Age | Commit message (Expand) | Author |
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 |
1999-05-25 | explain the third argument more thoroughly; some cmds take it as an int, | Aaron Campbell |
1999-05-25 | Export kn_keycompare() in the API, update the spec and man pages. | Angelos D. Keromytis |
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 | permit threaded use; jb@freebsd | Theo de Raadt |
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-24 | Update Makefile, fix README, add a proper usage in keynote-main.c | Angelos D. Keromytis |
1999-05-24 | This one tried to escape. | Angelos D. Keromytis |
1999-05-24 | Fix typos. | Angelos D. Keromytis |
1999-05-24 | Update man pages to reflect new usage method. | Angelos D. Keromytis |
1999-05-24 | Unified tool for keynote utils. | Angelos D. Keromytis |
1999-05-24 | Unneeded declaration. | Angelos D. Keromytis |
1999-05-23 | Work with "make obj;make" | Angelos D. Keromytis |
1999-05-23 | Add libkeynote in the build list. | Angelos D. Keromytis |
1999-05-23 | KeyNote version 2 trust-management system (security policy handling). | Angelos D. Keromytis |
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 |