summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Collapse)Author
2001-08-03Acknowledge VM's limitations.Marc Espie
2001-08-02pet peeve, insure vs ensureHugh Graham
insure is to indemnify against some contingency ensure is to make sure
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
From Egil Möller <redhog@mini.dhs.org>
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
libkern and libc versions.
2001-07-27clean up.Mike Pechkin
millert@ ok
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
Should not really spew to stderr from libc but right now there is no other way to get a sensible error message to the user.
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
correctly. Also, don't let them segfault.
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 ↵Dug Song
client credentials. mostly from superscript.com. deraadt@ ok
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
char.
2001-06-25grammarPaul Janzen
2001-06-24When splitting instance from username, treat '/' as a separator asTodd C. Miller
well (for Kerb5).
2001-06-23document ll, depreciate qNiels Provos
2001-06-23more .%A handling; bk@rt.fmTheo de Raadt
2001-06-23ok, tmac is now fixedTheo de Raadt
2001-06-23join .%A entries; most by bk@rt.fmTheo de Raadt
2001-06-18Clarify that if strlcat() does not find a NUL within siz byte itTodd C. Miller
will not NUL terminate either.
2001-06-18Add new cgetusedb() function to toggle reading of .db files in getcap(3).Todd C. Miller
Needed for cap_mkdb to really DRT when given several input files or an output file with a different name from the input file. cvs: ----------------------------------------------------------------------
2001-06-18compile libc with -Werror since any warnings gcc produces without extra ↵Todd C. Miller
-Wfoo directives is something we care about
2001-06-18Fix a char vs. u_char problem I introduced in the last commit.Todd C. Miller
2001-06-16Disable the STATUS character when reading passwords -- people seem toTodd C. Miller
expect to be able to use ^T in a password.
2001-06-16sysarch() takes a void *Theo de Raadt
2001-06-14Fix a buf oflow in EXAMPLES code; millert@ okAaron Campbell
2001-06-13SYSLEAF, not LEAF. shared libc_r builds now on alpha.Artur Grabowski
2001-06-13prettyArtur Grabowski
2001-06-13"#endif _THREAD_SAFE" is not legalArtur Grabowski
2001-06-12on openbsd, NI_MAXHOST value is different from RFC2553. PR 1870Jun-ichiro itojun Hagino
2001-06-11support EDNS0 (RFC2671) buffer size notification on DNS queries.Jun-ichiro itojun Hagino
"options edns0" in /etc/resolv.conf will enable the behavior. no behavior change if you don't have the line. see resolv.conf(5) for more details. EDNS0 is useful for avoiding TCP DNS queries/replies on larger DNS responses. also, draft-ietf-dnsext-message-size-* plans to mandate EDNS0 support for DNS clients that support IPv6 transport.
2001-06-09remove confusing comparison with srand (it does not return the old seed)assar
use .Sh AUTHORS and .An for author