Age | Commit message (Expand) | Author |
2008-08-22 | Smarter implementation of calloc(3), which uses the fact that mmap(2) | Otto Moerbeek |
2008-08-22 | mention machine/cpu.h for the CPU identifiers. | Brad Smith |
2008-08-22 | After spotting a + record, continue scanning and pick up later groups | Theo de Raadt |
2008-08-22 | Replace the old algorithm that included the process id as part of the | Todd C. Miller |
2008-08-21 | Remove useless code, the kernel will set errno appropriately if an | Todd C. Miller |
2008-08-15 | Add resolv.conf(5) option to force lookups by TCP: "options tcp" | Damien Miller |
2008-08-14 | Match libpthread's behavior and make pthread_join(NULL, whatever) fail | Philip Guenthe |
2008-08-14 | Fix 5771/library: in pthread_exit(), delay the call to _sem_post() that | Philip Guenthe |
2008-08-14 | If the initial thread calls pthread_exit(), don't overwrite its thread | Philip Guenthe |
2008-08-08 | revert | Martynas Venckus |
2008-08-08 | make _digittoint static | Martynas Venckus |
2008-08-07 | small cleanup of error/warning strings | Otto Moerbeek |
2008-08-04 | improve SEE ALSO links; from Ingo Schwarze | Jason McIntyre |
2008-07-30 | various markup/grammar fixes for previous, and a missing MLINK | Jason McIntyre |
2008-07-29 | add descriptions for fpclassify, isfinite, isnormal, nan, remquo, | Martynas Venckus |
2008-07-29 | - add man pages for nan and remainder, from freebsd | Martynas Venckus |
2008-07-29 | describe exp2, exp2f and mlink them | Martynas Venckus |
2008-07-29 | clarify EMSGSIZE | Gilles Chehade |
2008-07-29 | tweak previous; | Jason McIntyre |
2008-07-29 | Split SHA1Transform() back into smaller pieces when compiling on landisk, | Miod Vallat |
2008-07-29 | remove finite from ieee.3, and unmlink from makefile | Martynas Venckus |
2008-07-29 | remove | Martynas Venckus |
2008-07-29 | - man pages for fpclassify, isfinite, isinf, isnan, isnormal, signbit, | Martynas Venckus |
2008-07-29 | example code fix from Will Maier; ok otto | Jason McIntyre |
2008-07-28 | Install man pages for the BIO_* libcrypto functions, but not bio.3 | Jonathan Gray |
2008-07-28 | some SEE ALSO fixes; | Jason McIntyre |
2008-07-28 | man page bits for new malloc; ok jmc@ | Otto Moerbeek |
2008-07-28 | Update to tzcode2008e from elsie.nci.nih.gov | Todd C. Miller |
2008-07-28 | document which functions use which YP maps; Ingo Schwarze | Theo de Raadt |
2008-07-28 | Remove separate pic versions of crt0, crtbegin, crtend. Next | Kurt Miller |
2008-07-28 | Almost complete rewrite of malloc, to have a more efficient data | Otto Moerbeek |
2008-07-25 | i have to crank this for a ridiculous reason, to save me about 4 hours of work | Theo de Raadt |
2008-07-25 | fix apps that use isinff, isnanf; use ieee 754 mi code, as all | Martynas Venckus |
2008-07-24 | - remove isinff, isnanf. this has been moved to libc | Martynas Venckus |
2008-07-24 | - move isinf, isnan dups to gen, since most is ieee 754 | Martynas Venckus |
2008-07-23 | Avoid an occasional double free in getpwent() which corrupted memory. It | Theo de Raadt |
2008-07-23 | clear sign bit, instead of comparing to zero and setting x=-x. | Martynas Venckus |
2008-07-22 | use arc4random_uniform(); ok djm millert | Theo de Raadt |
2008-07-22 | remez -> Remes here, too. for consistency | Martynas Venckus |
2008-07-21 | NetBSD's C library supplies these functions -> OpenBSD's C library | Martynas Venckus |
2008-07-21 | rename lround.c lroundf.c llround.c llroundf.c to s_lround.c | Martynas Venckus |
2008-07-20 | Reme algorithm -> Remes algorithm. in comments | Martynas Venckus |
2008-07-20 | get in the bug fix for pow, from fdlibm 5.3. also adapt it for | Martynas Venckus |
2008-07-20 | use more accurate algorithm for tan. from fdlibm 5.3: | Martynas Venckus |
2008-07-18 | fix cases, found by lint: | Martynas Venckus |
2008-07-17 | properly raise inexact; ok millert@ | Martynas Venckus |
2008-07-16 | some archaic 'n = a(b), c(d)' use that confused lint | Martynas Venckus |
2008-07-16 | install infnan.3 only for vax. pointed out by millert@ | Martynas Venckus |
2008-07-16 | ansify infnan example. sure millert@ | Martynas Venckus |
2008-07-10 | - handle sign of negative zero. use sign dtoa sets | Martynas Venckus |