summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2000-04-21Add ERRORS section (the strdup(3) function may fail and set errno to any of theAaron Campbell
2000-04-21Check return value of strdup(3) for NULL in example code (duh).Aaron Campbell
2000-04-21Flesh out libc string function man pages.Aaron Campbell
2000-04-20Flesh out stdlib function man pages.Aaron Campbell
2000-04-20bump because of p{read,write}{,v}Theo de Raadt
2000-04-20p{read,write}{,v} man pagesTheo de Raadt
2000-04-20- Formatting repairs and standardizations.Aaron Campbell
2000-04-20Flesh out all of the stdio man pages.Aaron Campbell
2000-04-18Repairs, mostly removing hard sentence breaks.Aaron Campbell
2000-04-18Repairs.Aaron Campbell
2000-04-16sync with ftp://elsie.nci.nih.gov/pub/tzcode2000c.tar.gz, millert@ okDavid Leonard
2000-04-16avoid misunderstanding in history portion, okay'ed by aaron.Jun-ichiro itojun Hagino
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-04-12list 'i' only onceHugh Graham
2000-04-10missing THREAD_UNLOCK; netch@segfault.kiev.uaTheo de Raadt
2000-04-10document EWOULDBLOCK; freebsdTheo de Raadt
2000-04-05Clarify _SC_ARG_MAXTodd C. Miller
2000-04-04Fix the leak for real (that's what I get for hacking when i can't sleep).Todd C. Miller
2000-04-04Fix an fd leak if the read from /dev/arandom fails. Pointed out byTodd C. Miller
2000-04-04MLINK srandomdevTodd C. Miller
2000-04-03Add srandomdev() from FreeBSD for use by sendmail and others.Todd C. Miller
2000-04-02First appeared in OpenBSD 2.1Todd C. Miller
2000-03-31Tell how to set the localtime link here too.Todd C. Miller
2000-03-31Add a pointer to zic so new users can figure out how to set theTodd C. Miller
2000-03-30Reference /etc/localtime in FILES section.Todd C. Miller
2000-03-30Try a hard link before a soft one since we want hard links inTodd C. Miller
2000-03-30Make 'zic -l' actually work. I guess we all just do the symlinkTodd C. Miller
2000-03-28tzfile(5) not tzfil(5)Theo de Raadt
2000-03-28need more links for MD[45]TransformTheo de Raadt
2000-03-28typoTheo de Raadt
2000-03-28sigblock.3 MLINKTheo de Raadt
2000-03-28fseeko.3 and ftello.3Theo de Raadt
2000-03-28Expose MDXTransform functions to be consistent with sha1 and rmd160.Todd C. Miller
2000-03-24Make f_bsize signed. Having it unsigned causes surprising (and unwanted)Todd C. Miller
2000-03-24Mention that FNM_LEADING_DIR and FNM_CASEFOLD are extensions.Todd C. Miller
2000-03-23*_r MLINKSDavid Leonard
2000-03-23oops, return values are intDavid Leonard
2000-03-23asctime_r, ctime_r, gmtime_r, localtime_r. ok aaron@David Leonard
2000-03-23readdir_r. ok aaron@David Leonard
2000-03-23getgrnam_r, getgrgid_r. ok aaron@David Leonard
2000-03-23Add #ifdef __STDC__ around the rangematch function header to avoidTodd C. Miller
2000-03-16workaround against name servers which return NXDOMAIN/SERVFAIL on IPv4 onlyJun-ichiro itojun Hagino
2000-03-15implimented -> implementedTodd T. Fries
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
2000-03-13fix error handling in yp case.Jun-ichiro itojun Hagino
2000-03-13avoid unused variable by #ifdefJun-ichiro itojun Hagino
2000-03-13don't process NI_NOFQDN, since the currently coded behavior is not specwiseJun-ichiro itojun Hagino
2000-03-06Various mdoc fixups.Aaron Campbell