summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2001-01-08fix %p matching. checked by angelos. closes PR1612David Leonard
2001-01-060xFF is not a control character in ISO 8859; ok angelos@Christian Weisgerber
2001-01-05do not refer getnodebyname. sync with kame.Jun-ichiro itojun Hagino
2001-01-05Use ISO 8859 to determine printability.Angelos D. Keromytis
2001-01-04grammer/spellingTodd T. Fries
2001-01-04Update.Angelos D. Keromytis
2001-01-04Document kern.malloc treeAngelos D. Keromytis
2001-01-03Make it an error to open a zero-length file for read-only access.Todd C. Miller
2000-12-29don't use %ebx, that's what %edx is for; Andy Doran <ad@netbsd.org>Michael Shalayeff
2000-12-24Various repairs, mostly to get rid of short lines.Aaron Campbell
2000-12-23type is not a .FnMarkus Friedl
2000-12-23create proper docs for timer{add,clear,sub,isset,cmp}Theo de Raadt
2000-12-21more Va stuffTheo de Raadt
2000-12-21document svc_getreqset2(), a non-standard interfaceTheo de Raadt
2000-12-21mdoc prefers `\e' as an escape character.Aaron Campbell
2000-12-21typo; initalizes -> intializes. Some other fixes while I'm here.Aaron Campbell
2000-12-21IPPORT_RESERVED - 1, not 1023Theo de Raadt
2000-12-21typo; ciper -> cipherAaron Campbell
2000-12-21Mention that SVR4 expects fully duplex pipesPaul Janzen
2000-12-21document net.inet6.icmp6.mtudisc_{hi,lo}watJun-ichiro itojun Hagino
2000-12-17data base -> databaseTodd C. Miller
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastAaron Campbell
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Move this section before SEE ALSO where itAaron Campbell
2000-12-12Remove references to ipsec-acl.Angelos D. Keromytis
2000-12-10document that pipe is actually bidirectional, but that people should avoid us...Theo de Raadt
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-26Properly implement errno handling for the threaded libc (libc_r)Dale Rahn
2000-11-24comment fix; strlcat returns strlen(initial dst) + strlen(src).Jun-ichiro itojun Hagino
2000-11-24ifm_data is avilable on {net,open,free}bsd. sync with kame.Jun-ichiro itojun Hagino
2000-11-23zero pw_passwd before freeingTodd C. Miller
2000-11-22avoid double fclose()Theo de Raadt
2000-11-22use strlcpy in the exampleTheo de Raadt
2000-11-21updateNiels Provos
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-21prevent type overflow; dzerkel@columbus.rr.comTheo de Raadt
2000-11-21crank minor numberTodd 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-18OpenBSD does not support non-standard mdoc macros like .Lb.Aaron Campbell
2000-11-17remove non-existing manual references.Niels Provos
2000-11-16"of", not "on" (from Henric Jungheim)Angelos D. Keromytis
2000-11-16forgot manpageNiels Provos
2000-11-16kqueue and kevent system callsNiels Provos
2000-11-15do not open fifos with O_RDWR, either use O_RDONLY or O_WRONLY. okay aaron@Niels Provos