summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
1999-05-26back out sigpending hideDavid Leonard
1999-05-26forgot to hide sigpendingDavid Leonard
1999-05-26mention that parameter name1 (the file to link to) need not exist; from NetBSDAaron Campbell
1999-05-26typo; from NetBSDAaron Campbell
1999-05-26sync with FreeBSDDavid Leonard
1999-05-26document two new states (deadlock and spinblock)David Leonard
1999-05-26add mb (memory barrier) instruction. from FreeBSDDavid Leonard
1999-05-26document double-unlock check and how it relates to the std. (POSIX says in on...David Leonard
1999-05-26bye bye gethostbyname_r and getservbyname_r testsDavid Leonard
1999-05-26count and chec the number of times the self-cancelling thread tries to cancel...David Leonard
1999-05-26show a bit more information when checks failDavid Leonard
1999-05-25explain the third argument more thoroughly; some cmds take it as an int,Aaron Campbell
1999-05-25Export kn_keycompare() in the API, update the spec and man pages.Angelos D. Keromytis
1999-05-25kill some old macrosAaron Campbell
1999-05-25punctuationAaron Campbell
1999-05-25all functions need a return type and at least one arg, even if it's voidAaron Campbell
1999-05-25add .Ft macros and move the argument type into each function definitionAaron Campbell
1999-05-25whoops, tzset() needs a void argument; deraadt@Aaron Campbell
1999-05-25out with old macros, in with new mdoc; kwesterback@home.comAaron Campbell
1999-05-24permit threaded use; jb@freebsdTheo de Raadt
1999-05-24don't lie about being able to arbitrarily intermix reads and writes in stdioAaron Campbell
1999-05-24replace some old macros with new ones, make use of .Sy for warnings etc; d@Aaron Campbell
1999-05-24add missing #include's; d@Aaron Campbell
1999-05-24Update Makefile, fix README, add a proper usage in keynote-main.cAngelos D. Keromytis
1999-05-24This one tried to escape.Angelos D. Keromytis
1999-05-24Fix typos.Angelos D. Keromytis
1999-05-24Update man pages to reflect new usage method.Angelos D. Keromytis
1999-05-24Unified tool for keynote utils.Angelos D. Keromytis
1999-05-24Unneeded declaration.Angelos D. Keromytis
1999-05-23Work with "make obj;make"Angelos D. Keromytis
1999-05-23Add libkeynote in the build list.Angelos D. Keromytis
1999-05-23KeyNote version 2 trust-management system (security policy handling).Angelos D. Keromytis
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-05-22Add swapctl(2), and crank shlib minor.Tobias Weingartner
1999-05-21improve. pushed by bengt@softwell.seTheo de Raadt
1999-05-20repair SYNOPSISAaron Campbell
1999-05-20add missing #include's from SYNOPSIS sectionAaron Campbell
1999-05-19add default value for mssdflt. more rationale might be needed.Niels Provos
1999-05-19document tcp.sack and tcp.mssdflt for sysctlNiels Provos
1999-05-18Use .St susv2.Alex Feldman
1999-05-17spellingTheo de Raadt
1999-05-17 o Mention strlcpy and strlcatTodd C. Miller
1999-05-17ncurses-4.2-990516; no code changesTodd C. Miller
1999-05-171) Only do pointer adjusting if realloc() changed our pointerTodd C. Miller
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-05-15ethernet -> Ethernet, other repairsAaron Campbell
1999-05-14Memory leak; FreeBSD PR 11713 rse@engelschall.comAlex Feldman
1999-05-14Removed extraneous comma in xrefs.Alex Feldman
1999-05-14Added missing comma in xrefs.Alex Feldman
1999-05-14CBC bug reported by Juergen Nickelsen <ni@tellique.de>Niklas Hallqvist