summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
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
2001-06-30missing freeaddrinfo(). PR 1907Jun-ichiro itojun Hagino
2001-06-28fix one-byte overflowsPaul Janzen
2001-06-27typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@Damien Miller
2001-06-27Use .Pp, not a blank line.Aaron Campbell
2001-06-27Make the functions (which get linked in if <ctype.h> isn't #included) behavePaul Janzen
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2001-06-26crank minor number, for new getpeereid() syscallDug Song
2001-06-26implement djb's getpeereid(2), to allow local-domain servers to determine cli...Dug Song
2001-06-25Refer to siginterrupt(3) rather than to a nonexistant part of intro(2)Paul Janzen
2001-06-25Document that behaviour is undefined if the argument isn't EOF or an unsignedPaul Janzen
2001-06-25grammarPaul Janzen