summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2008-09-06crank for sha2 changesDamien Miller
2008-09-06Rename SHA256/384/512 API to avoid namespace collisions withDamien Miller
2008-09-03remove now obsolete calloc implementation; prompted by miodOtto Moerbeek
2008-09-01do not overflow for large prefix len (e.g. 2147483649)Markus Friedl
2008-08-27comment fixesMartynas Venckus
2008-08-26- add FMartynas Venckus
2008-08-26don't zero-pad special values. ok millert@Martynas Venckus
2008-08-25correct +name handling; schwarze@usta.deTheo de Raadt
2008-08-25Make all combinations of G, P, J and zero-fill work with as littleOtto Moerbeek
2008-08-23add missing header needed by asprintf().Charles Longeau
2008-08-23make mbstowcs(NULL, string, 0) correctly return the length of theDamien Miller
2008-08-23unbreak MALLOC_OPTIONS=G that I broke in my last commit;Damien Miller
2008-08-23fix calloc() for MALLOC_OPTIONS=J case: SOME_JUNK was being filled intoDamien Miller
2008-08-23unbreak wcschr(string, L'\0') which was incorrectly returning NULLDamien Miller
2008-08-22make sure we always map and unmap multiples of MALLOC_PAGESIZE;Otto Moerbeek
2008-08-22Smarter implementation of calloc(3), which uses the fact that mmap(2)Otto Moerbeek
2008-08-22mention machine/cpu.h for the CPU identifiers.Brad Smith
2008-08-22After spotting a + record, continue scanning and pick up later groupsTheo de Raadt
2008-08-22Replace the old algorithm that included the process id as part of theTodd C. Miller
2008-08-21Remove useless code, the kernel will set errno appropriately if anTodd C. Miller
2008-08-15Add resolv.conf(5) option to force lookups by TCP: "options tcp"Damien Miller
2008-08-07small cleanup of error/warning stringsOtto Moerbeek
2008-08-04improve SEE ALSO links; from Ingo SchwarzeJason McIntyre
2008-07-29clarify EMSGSIZEGilles Chehade
2008-07-29tweak previous;Jason McIntyre
2008-07-29Split SHA1Transform() back into smaller pieces when compiling on landisk,Miod Vallat
2008-07-29removeMartynas Venckus
2008-07-29- man pages for fpclassify, isfinite, isinf, isnan, isnormal, signbit,Martynas Venckus
2008-07-28some SEE ALSO fixes;Jason McIntyre
2008-07-28man page bits for new malloc; ok jmc@Otto Moerbeek
2008-07-28Update to tzcode2008e from elsie.nci.nih.govTodd C. Miller
2008-07-28document which functions use which YP maps; Ingo SchwarzeTheo de Raadt
2008-07-28Almost complete rewrite of malloc, to have a more efficient dataOtto Moerbeek
2008-07-25fix apps that use isinff, isnanf; use ieee 754 mi code, as allMartynas Venckus
2008-07-24- move isinf, isnan dups to gen, since most is ieee 754Martynas Venckus
2008-07-23Avoid an occasional double free in getpwent() which corrupted memory. ItTheo de Raadt
2008-07-23clear sign bit, instead of comparing to zero and setting x=-x.Martynas Venckus
2008-07-22use arc4random_uniform(); ok djm millertTheo de Raadt
2008-07-10- handle sign of negative zero. use sign dtoa setsMartynas Venckus
2008-07-06oops, fix getpwent() use of wrong buffersTheo de Raadt
2008-06-30document that mquery(2) is non-standard; hint and ok deraadt@Otto Moerbeek
2008-06-30xref mqueryOtto Moerbeek
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-25`Li' needs an argument;Jason McIntyre
2008-06-25Change a very long selective list of all architectures which do IEEE intoTheo de Raadt
2008-06-25Implement _SC_GETGR_R_SIZE_MAX, _SC_GETPW_R_SIZE_MAX, _SC_LOGIN_NAME_MAX,Todd C. Miller
2008-06-25Add _PW_BUF_LEN define and use it instead of hard-coding 1024 forTodd C. Miller
2008-06-24crank major because of two new interfacesTheo de Raadt
2008-06-24create a private getpwent()-like interface which does not walk the YPTheo de Raadt
2008-06-24implement getpwnam_r() and getpwuid_r() -- very nearly a rewrite of theTheo de Raadt