summaryrefslogtreecommitdiff
path: root/lib/libc/gen
AgeCommit message (Expand)Author
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-13Avoid theoretical potential buffer overflowPaul Janzen
2001-02-10Insert a missing comma.Aaron Campbell
2001-02-08implement upper limit to icmp6 redirects (experimental, turned off)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-04This is OpenBSD, not 4.2BSDTodd C. Miller
2001-02-04Add RETURN VALUES sectionTodd C. Miller
2001-02-03Fix the the elf nlist for cases where we can't mmap the headers.Artur Grabowski
2001-01-31move utmp to large format, usernames to 32 chars; downsjTheo de Raadt
2001-01-26Clarify that the proctitle is set to "progname: fmt", not "progname:fmt".Aaron Campbell
2001-01-25ELf-size independent nlist.Artur Grabowski
2001-01-21Shuffle man page sections into preferred order.Aaron Campbell
2001-01-20style(9) in example code.Aaron Campbell
2001-01-17first cut at "what is allowed in a signal handler, based on but extended from...Theo de Raadt
2001-01-12Clarify sigsetjmp vs. setjmp vs. _setjmp.Todd C. Miller
2001-01-060xFF is not a control character in ISO 8859; ok angelos@Christian Weisgerber
2001-01-05Use ISO 8859 to determine printability.Angelos D. Keromytis
2001-01-04Update.Angelos D. Keromytis
2001-01-04Document kern.malloc treeAngelos D. Keromytis
2000-12-24Various repairs, mostly to get rid of short lines.Aaron Campbell
2000-12-23type is not a .FnMarkus Friedl
2000-12-21typo; initalizes -> intializes. Some other fixes while I'm here.Aaron Campbell
2000-12-21document net.inet6.icmp6.mtudisc_{hi,lo}watJun-ichiro itojun Hagino
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastAaron Campbell
2000-12-12Remove references to ipsec-acl.Angelos D. Keromytis
2000-12-09avoid incorrect free; reported by danh@nfol.com, my fixTheo de Raadt
2000-12-04Silently convert s/key -> skey in login_getstyle(). A bit of a hackTodd C. Miller
2000-11-29Don't print an extra newline after reading passphrase if echo was notTodd C. Miller
2000-11-23zero pw_passwd before freeingTodd C. Miller
2000-11-22avoid double fclose()Theo de Raadt
2000-11-21Remove needless memset() from last commit.Todd C. Miller
2000-11-21Deal with va_list not being a pointer; this should be re-evaluated.Todd C. Miller
2000-11-21Add references to new files.Todd C. Miller
2000-11-21BSD authentication routines from BSDI. Presently this is not used butTodd C. Miller
2000-11-21Add pw_dup(3), a function to copy 'struct passwd'. It is allocated asTodd C. Miller
2000-11-21Add readpasasphrase(3), a more flexible getpass(3) replacement.Todd C. Miller
2000-11-21Add strnvis(3) -- a length-bounded version of strvis(3) with a returnTodd C. Miller
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceAaron Campbell
2000-10-14oops; sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt
2000-10-14document net.inet.tcp.rstppslimit.Jun-ichiro itojun Hagino
2000-10-12MAP_FAILED, not -1.Artur Grabowski
2000-10-10mention icmp{,6}.errppslimitJun-ichiro itojun Hagino
2000-09-25document pmtu discovery, from NetBSDNiels Provos
2000-09-24unlock, instead of re-lock. fixes PR#1408David Leonard
2000-09-19Update.Angelos D. Keromytis
2000-09-16Change setuserpath() from void to int so we can pass up a returnTodd C. Miller
2000-09-14Remove spurious period.Aaron Campbell
2000-08-31fix _PATH_DEFPATH; sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt