summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2001-03-09minor irrelevant oopsTheo de Raadt
2001-03-09add OpenBSD-m68k target, turning BN_LLONG off, for performance on 060Theo de Raadt
2001-03-09build using OpenBSD-m68k on m68k machinesTheo de Raadt
2001-03-09m{,un}lockallArtur Grabowski
2001-03-09Xr mlockallArtur Grabowski
2001-03-09Add mlockall and munlockall. man-page from NetBSD.Artur Grabowski
2001-03-09typoArtur Grabowski
2001-03-09PATH_MAX+1 is wrong. Not cranking libc/libc_r majors over this, since they j...Theo de Raadt
2001-03-08exit(-1) -> exit(1)Angelos D. Keromytis
2001-03-08document that exit() -> wait() only returns low bitsTheo de Raadt
2001-03-04Forgot commit, oops.Marc Espie
2001-03-03typoTheo de Raadt
2001-03-03plug many memory leaksTheo de Raadt
2001-03-02missed a second hash->ohashMarc Espie
2001-03-02Missed one hash->ohashMarc Espie
2001-03-02Fix preambleMarc Espie
2001-03-02Oops, ohash_lookup_string bit the dust.Marc Espie
2001-03-02Add ohash_* functions to libc.Marc Espie
2001-03-01describe a few new flags; jlemon@freebsd.orgNiels Provos
2001-03-01Spelling: preceeding -> precedingAaron Campbell
2001-02-28ncurses-5.2-20010224Todd C. Miller
2001-02-28ipip.allow can also be set to 2, which skips the loopback spoofAngelos D. Keromytis
2001-02-25fix enboldening on idcok and immedok in NAME sectionTodd C. Miller
2001-02-25Missing commas in NAME section. Found by an espie script ;-)Todd C. Miller
2001-02-22Add a caveat about our O_TRUNC paranoia; art@ okAnil Madhavapeddy
2001-02-22Make _nc_get_token() take a "silent" argument and only warn if itTodd C. Miller
2001-02-22Update to ncurses-5.2-20010210:Todd C. Miller
2001-02-21#ifdef out the "older tic versions may treat the description fieldTodd C. Miller
2001-02-21Define struct _machdep_state again for libc_r to compile on mvme88k.Miod Vallat
2001-02-21replace comment with something not so misleading.Brad Smith
2001-02-18fix typoTodd C. Miller
2001-02-17spelling and grammarPaul Janzen
2001-02-17It's not that I mind split infinitives. I just like to save'em for whenPaul Janzen
2001-02-17Document behaviour with a NULL format string, and try to not split infinitivesPaul Janzen
2001-02-16Rewrite rfc931.c to eliminate problematic setjmp/longjmp and stdio usageBob Beck
2001-02-16style(9) nit in examples, aaron@ oksmart
2001-02-15fix change from previous commit that didn't get the ports correctlyBob Beck
2001-02-13Fix authorizer removal problem.Angelos D. Keromytis
2001-02-13Avoid theoretical potential buffer overflowPaul Janzen
2001-02-12capitalizationAaron Campbell
2001-02-12correct listener side example. from deraadtJun-ichiro itojun Hagino
2001-02-11Some cleanup.Aaron Campbell
2001-02-10Add missing line continuation character. Fixes sparc and powerpc builds.Todd C. Miller
2001-02-10Make sure $RSH is not the empty string.Todd C. Miller
2001-02-10Insert a missing comma.Aaron Campbell
2001-02-09simplify if loops a bit; Reviewed by: beck@Brad Smith
2001-02-08implement upper limit to icmp6 redirects (experimental, turned off)Jun-ichiro itojun Hagino
2001-02-07dd ECONNABORTED.Jun-ichiro itojun Hagino
2001-02-07by default, don't bark on inbound ND messages, as outsider may be able toJun-ichiro itojun Hagino
2001-02-05if a build generates the files, a clean should remove them. ok beck@Todd T. Fries