summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2000-04-25well if you cannot do a libc commit properly a week before 2.7 tree lock, sur...Theo de Raadt
2000-04-25TypoMarc Espie
2000-04-25Mention that ktrace(2) doesn't follow linksTodd C. Miller
2000-04-25C deals with complex functions, but not imaginary ones yet.Marc Espie
2000-04-25correct boundary check. XXX should avoid code duplicate here...Jun-ichiro itojun Hagino
2000-04-25getpw*_r()David Leonard
2000-04-24correct exampleTheo de Raadt
2000-04-24proper include files; ath@algonet.seTheo de Raadt
2000-04-21Change kernel-only open flag FNOSYMLINK to userland-visible O_NOFOLLOW;Todd C. Miller
2000-04-21Don't hyphenate the words {left|right}most.Aaron Campbell
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