summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2007-04-10Support for optional args separated with whitespace was removedTodd C. Miller
2007-04-01clarify return values, prompted by moritz; ok moritz jmcTheo de Raadt
2007-03-30document accept can return EINTR. ok millert@ jmc@Kurt Miller
2007-03-25eliminate call to abort(), which is very bad in libs. I forgat howOtto Moerbeek
2007-03-21Add support for mounting arbitrary sessions, from Enache AdrianPedro Martelletto
2007-03-19Get rid of useless #if 0 block, especially since the code is includedRay Lai
2007-03-07manual page update by Bruce M. Simpson <bms@FreeBSD.org> toJason McIntyre
2007-03-05Remove _err() calls from getnetgrent.c. This is a minor API changeTodd C. Miller
2007-03-02Move landisk to hardware floating point. At the moment the FPU context isMiod Vallat
2007-03-01If NLS is disabled, strerror does not print the correct error string.Alexander Bluhm
2007-02-28- NOTES -> CAVEATSJason McIntyre
2007-02-28use mdoc macros;Jason McIntyre
2007-02-28new sentence, new line;Jason McIntyre
2007-02-27sha2 hashes are not 5 32-bit ints in size. Just leave out the sizeTodd C. Miller
2007-02-27Update to tzcode2007c from elsie.nci.nih.govTodd C. Miller
2007-02-26Add SuperH to the architecture list which stack grow down, even though thisMiod Vallat
2007-02-26another EINVAL case documentedOtto Moerbeek
2007-02-26Now that the code is consistent, make the descriptions of EINVALOtto Moerbeek
2007-02-21net.inet.esp.udpencap is enabled by default;Jason McIntyre
2007-02-20Change hard coded numbers to sizeof(buf). Also change someRay Lai
2007-02-20Change hard coded numbers to sizeof(buf). Also change someRay Lai
2007-02-19wording fix from wiz@netbsd, -r1.11;Jason McIntyre
2007-02-19from hubertf@netbsd:Jason McIntyre
2007-02-18strlen(3) returns size_t, not int.Ray Lai
2007-02-18strlen(3) returns size_t.Ray Lai
2007-02-17Remove duplicate code. No functional change.Ray Lai
2007-02-15Remove two mutexes by replacing getservbyname() and getservbyport()Ray Lai
2007-02-14correct a mistake concerning ifa_data;Jason McIntyre
2007-02-14remove size_t and int mixup. same as getaddrinfo.c 1.30 -> 1.31.Jun-ichiro itojun Hagino
2007-02-14Remove int pretending to be a size_t.Ray Lai
2007-02-12get cheaper random bytes, less waste and no getpid() calls, which areOtto Moerbeek
2007-02-12provide an libc internal interface to get random bytes, to be used by mallocOtto Moerbeek
2007-02-12from FreeBSD via Jung (moorang at gmail), fix obvious typo in __fpu_ftox()Jason Wright
2007-02-09The buffer passed to getdirentries() must be at least as large asTodd C. Miller
2007-02-09improve example by showing how to skip invalid entries; ok millert@Otto Moerbeek
2007-02-09grammar;Jason McIntyre
2007-02-08g/c __DTF_READALL. It was a flag to the internal __opendir2() butTodd C. Miller
2007-02-07tweaks; ok millertJason McIntyre
2007-02-07sys/swap.h needs sys/param.h and sort while hereNikolay Sturm
2007-02-06fix some dodgy displays;Jason McIntyre
2007-02-06Update to tzcode2007a. This adds support for 64bit time_t in caseTodd C. Miller
2007-02-03fix NAME, ok jmc@Marc Espie
2007-01-30Remove and simplify an impossible case (if *p = memchr(cp, 0, prec),Ray Lai
2007-01-29add an ENVIRONMENT section for TMPDIR;Jason McIntyre
2007-01-25Move paragraphs unrelated to bfname out of this list item.Alexander Bluhm
2007-01-16Fix potential int overflow for printf(3) when passing in very largeTodd C. Miller
2007-01-16sync with the code: int -> intmax_tSteven Mestdagh
2007-01-08advertising clauses that can be droppedTheo de Raadt
2007-01-08fix mem leak, from NetBSD; ok miod@ kettenis@Otto Moerbeek
2006-12-30RFC4291 declares that IPv6 numeric representation must have no more thanJun-ichiro itojun Hagino