Age | Commit message (Expand) | Author |
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 |
1999-05-21 | improve. pushed by bengt@softwell.se | Theo de Raadt |
1999-05-20 | repair SYNOPSIS | Aaron Campbell |
1999-05-20 | add missing #include's from SYNOPSIS section | Aaron Campbell |
1999-05-19 | add default value for mssdflt. more rationale might be needed. | Niels Provos |
1999-05-19 | document tcp.sack and tcp.mssdflt for sysctl | Niels Provos |
1999-05-18 | Use .St susv2. | Alex Feldman |
1999-05-17 | spelling | Theo de Raadt |
1999-05-17 | o Mention strlcpy and strlcat | Todd C. Miller |
1999-05-17 | ncurses-4.2-990516; no code changes | Todd C. Miller |
1999-05-17 | 1) Only do pointer adjusting if realloc() changed our pointer | Todd C. Miller |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman |
1999-05-15 | ethernet -> Ethernet, other repairs | Aaron Campbell |
1999-05-14 | Memory leak; FreeBSD PR 11713 rse@engelschall.com | Alex Feldman |
1999-05-14 | Removed extraneous comma in xrefs. | Alex Feldman |
1999-05-14 | Added missing comma in xrefs. | Alex Feldman |
1999-05-14 | CBC bug reported by Juergen Nickelsen <ni@tellique.de> | Niklas Hallqvist |
1999-05-14 | Removed duplicated references; millert | Alex Feldman |
1999-05-13 | dividing by zero is bad++, patch sent to millert@ for forwarding to curses ppl | Aaron Campbell |
1999-05-12 | builtin -> built-in | Aaron Campbell |
1999-05-12 | grammar police: do not hyphenate compound words that act as adjectives if the | Aaron Campbell |
1999-05-12 | permit NULL result parameter for pthread_create(). Apparently used in Stevens? | David Leonard |
1999-05-11 | Install termcap.h too. Some packages assume that if you are using | Todd C. Miller |
1999-05-11 | writev(2) may return EDESTADDRREQ if a write is attempted to a connect(2)'d | Aaron Campbell |
1999-05-11 | note that close(2)'ing any file descriptor which refers to a file holding | Aaron Campbell |
1999-05-10 | correct some Xr's which referred to the wrong man page sections | Aaron Campbell |
1999-05-10 | make a shared library | Theo de Raadt |
1999-05-09 | c++ clasess for ncurses | Todd C. Miller |