summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2001-08-18deal with -1 from snprintf, if it ever happensTheo de Raadt
2001-08-18be more careful with snprintf; millert okTheo de Raadt
2001-08-18Add a possibility to add a random offset to the stack on exec. This makesArtur Grabowski
2001-08-16Use calloc() to allocate response data. Be more careful when freeingHakan Olsson
2001-08-16Xr raise(3)Theo de Raadt
2001-08-15Typo fixes; andrew.hoerter@NeuStar.comAaron Campbell
2001-08-13Fix a bug with the %e flag introduced in a -Wall pass. The originalTodd C. Miller
2001-08-13Explicitly NUL terminate dst in strvis() and strvisx() in caseTodd C. Miller
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-08-11Define INFTIM to -1, as appears everywhere. Talk about it in theFederico G. Schwindt
2001-08-08add CAVEATS section that talks about trust and the AD-bitJakob Schlyter
2001-08-07Do the memset only if tcgetattr() fails just in case the failedTodd C. Miller
2001-08-07Keep a verbatim copy of the old struct termios instead of usingTodd C. Miller
2001-08-07typo.Peter Valchev
2001-08-07KNF; and i bonked jakob in the head for it too, with a plastic bottle of cokeTheo de Raadt
2001-08-07add copyright notices; noted as missing by itojunTheo de Raadt
2001-08-07typoJun-ichiro itojun Hagino
2001-08-07-WunusedJun-ichiro itojun Hagino
2001-08-07sorry, correct the polarity of return value on AF_INET6.Jun-ichiro itojun Hagino
2001-08-07for AF_INET6, must compare sin6_scope_id.Jun-ichiro itojun Hagino
2001-08-06add note about updating minor in libc_r/shlib_version; deraadt@Jakob Schlyter
2001-08-06add AUTHORS and update HISTORYJakob Schlyter
2001-08-06OpenBSD id-tagsJakob Schlyter
2001-08-06add getrrsetbyname(3) - API to retrieve arbitrary DNS recordsJakob Schlyter
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
2001-08-05Spelling corrections per PR 1988 by Andrew Hoerter.Hugh Graham
2001-08-05there's no no host.conf on openbsd. pointed out by smbJun-ichiro itojun Hagino
2001-08-04Move decision whether to make a new hash table or not to be afterTodd C. Miller
2001-08-03Update sp->fts_cur in fts_read() before returning NULL. ThisTodd C. Miller
2001-08-03Acknowledge VM's limitations.Marc Espie
2001-08-02pet peeve, insure vs ensureHugh Graham
2001-07-31add support for EDNS0 extended flag DNSSEC OK (aka DO). ok deraadt@Jakob Schlyter
2001-07-31Add missing LINK for cgetusedbKenneth R Westerback
2001-07-31Document that entries with d_fileno == 0 are invalid.Artur Grabowski
2001-07-30fix YESEXPR; jabley@buddha.automagic.orgTheo de Raadt
2001-07-30handling of arg can cause EFAULT; dd@FreeBSD.orgTheo de Raadt
2001-07-29Minor style pedentry from ben@arbor.net plus some of my own and syncTodd C. Miller
2001-07-27clean up.Mike Pechkin
2001-07-27varargs.h -> stdarg.hMarco S Hyman
2001-07-25typo in arg name; ok deraadt@Kevin Steves
2001-07-22typo; david@phobia.msTheo de Raadt
2001-07-17mode -> type in description to match the synopsis.Aaron Campbell
2001-07-15Mention leap seconds as the reason for (00-61)Nathan Binkert
2001-07-10put another YP-only piece inside the ifdefTheo de Raadt
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-09a first pass at -WallTheo de Raadt
2001-07-09Install getpeereid(2) manpage.Federico G. Schwindt
2001-07-05IPComp support. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-07-04fix unused code path; karls@inet.noTheo de Raadt
2001-07-02Convert warn/warnx -> _warn/_warnxTodd C. Miller