summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-11-09typoTheo de Raadt
2000-11-06The constant's name is MAXPATHLEN, not MAXPATHNAMELEN; closes PR/1491.Aaron Campbell
2000-10-25DBM_READONLY -> DBM_RDONLY; dugsong@Aaron Campbell
2000-10-25Clarify; gluk@ptci.ruAaron Campbell
2000-10-23Document that the string returned by strerror(3) contains a maximum ofAaron Campbell
2000-10-19Do not suggest that people use getpid(2) for generating temp file name; referAaron Campbell
2000-10-18fdopen(3) takes two args, not one; spotted by fries@. Also, move the CAVEATSAaron Campbell
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceAaron Campbell
2000-10-17damn it, i have had it with this untested weak shitTheo de Raadt
2000-10-16re-add weak sparc support; d@Theo de Raadt
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-11back out weak symbols; deraadt@David Leonard
2000-10-10mention icmp{,6}.errppslimitJun-ichiro itojun Hagino
2000-10-10Fresh infinity from NetBSD.Hugh Graham
2000-10-06weaken syscall symbols in libc by defaultDavid Leonard
2000-10-06Add a CAVEATS section to warn programmers that shell meta-characters willAaron Campbell
2000-10-04use weak symbols in sparc's libcDavid Leonard
2000-10-04teach tags about SYSENTRYDavid Leonard
2000-10-03bt_open.c: parenthesize - and & proper (from freebsd);Michael Shalayeff
2000-09-30Make it obvious that open(2) returns ELOOP if O_NOFOLLOW was specifiedTodd C. Miller
2000-09-25fix off-by-1 error.Jun-ichiro itojun Hagino
2000-09-25doc that O_TRUNC needs a write modeTheo de Raadt
2000-09-25document pmtu discovery, from NetBSDNiels Provos
2000-09-25char const* -> const char *Federico G. Schwindt
2000-09-24unlock, instead of re-lock. fixes PR#1408David Leonard
2000-09-22IPng -> IPv6Aaron Campbell
2000-09-22ipx_addr(3) takes a const char *.Todd C. Miller
2000-09-22Document cd/ados/msdos options.Marc Espie
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-09-12o add missing getsid() prototypeTodd C. Miller
2000-09-11The mkstemp() function appeared in 4.4BSD; todd@Aaron Campbell
2000-09-08typo in comment, AILASES -> ALIASESBrad Smith
2000-09-06Update to tzcode2000f from ftp://elsie.nci.nih.gov/pub/Todd C. Miller
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
2000-08-31on /etc/hosts lookup, set "official host name" (the leftmost hostname)Jun-ichiro itojun Hagino
2000-08-31fix _PATH_DEFPATH; sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt
2000-08-31Put the CAVEATS section explaining format string issues in this man page too.Aaron Campbell
2000-08-25In the format string bug description under CAVEATS, clarify what we mean byAaron Campbell
2000-08-24KNFTheo de Raadt
2000-08-24proper protosTheo de Raadt
2000-08-24fix includesTheo de Raadt
2000-08-24uninit variablesTheo de Raadt
2000-08-22WallTheo de Raadt
2000-08-22unused variableTheo de Raadt
2000-08-22Add MLINKS for timelocal() and timegm(); pointed out by Theo.Todd C. Miller