summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-14Match libpthread's behavior and make pthread_join(NULL, whatever) failPhilip Guenthe
2008-08-14Fix 5771/library: in pthread_exit(), delay the call to _sem_post() thatPhilip Guenthe
2008-08-14If the initial thread calls pthread_exit(), don't overwrite its threadPhilip Guenthe
2008-08-08revertMartynas Venckus
2008-08-08make _digittoint staticMartynas Venckus
2008-08-07small cleanup of error/warning stringsOtto Moerbeek
2008-08-04improve SEE ALSO links; from Ingo SchwarzeJason McIntyre
2008-07-30various markup/grammar fixes for previous, and a missing MLINKJason McIntyre
2008-07-29add descriptions for fpclassify, isfinite, isnormal, nan, remquo,Martynas Venckus
2008-07-29- add man pages for nan and remainder, from freebsdMartynas Venckus
2008-07-29describe exp2, exp2f and mlink themMartynas Venckus
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-29remove finite from ieee.3, and unmlink from makefileMartynas Venckus
2008-07-29removeMartynas Venckus
2008-07-29- man pages for fpclassify, isfinite, isinf, isnan, isnormal, signbit,Martynas Venckus
2008-07-29example code fix from Will Maier; ok ottoJason McIntyre
2008-07-28Install man pages for the BIO_* libcrypto functions, but not bio.3Jonathan Gray
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-28Remove separate pic versions of crt0, crtbegin, crtend. NextKurt Miller
2008-07-28Almost complete rewrite of malloc, to have a more efficient dataOtto Moerbeek
2008-07-25i have to crank this for a ridiculous reason, to save me about 4 hours of workTheo de Raadt
2008-07-25fix apps that use isinff, isnanf; use ieee 754 mi code, as allMartynas Venckus
2008-07-24- remove isinff, isnanf. this has been moved to libcMartynas 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-22remez -> Remes here, too. for consistencyMartynas Venckus
2008-07-21NetBSD's C library supplies these functions -> OpenBSD's C libraryMartynas Venckus