Age | Commit message (Expand) | Author |
2008-12-09 | - add long double signbit | Martynas Venckus |
2008-12-09 | bugfix update to gdtoa 2008-10-10. ok millert@, tested by many | Martynas Venckus |
2008-12-09 | Commit requested by marco: | Otto Moerbeek |
2008-12-09 | fix inet_ntop(3) prototype; ok millert@ libc to be bumbed very soon | Otto Moerbeek |
2008-12-07 | Document that ethers_aton returns NULL for invalid addresses. | Paul de Weerd |
2008-11-26 | Add unix(4) to SEE ALSO. | Michael Knudsen |
2008-11-26 | Fix typo, okay jmc@. | Pedro Martelletto |
2008-11-24 | Correctly jump over routing headers and calculate the size of the if_data | Claudio Jeker |
2008-11-21 | - make the .Nd of link(2) and symlink(2) a bit more consistent | Jasper Lievisse Adriaanse |
2008-11-20 | move allocations between half a page and a page as close to the end of | Otto Moerbeek |
2008-11-20 | Reduce the leeway malloc allows when moving allocations to the end of | Otto Moerbeek |
2008-11-13 | To allow for easier playing with more strict settings introduce | Otto Moerbeek |
2008-11-12 | avoid a few strlen calls for constant strings; prompted by tg; ok djm@ | Otto Moerbeek |
2008-11-09 | tweak previous; | Jason McIntyre |
2008-11-08 | Document the ddb.trigger sysctl. | Chris Kuethe |
2008-11-06 | if the freeprot flag (F) is set, do not do delayed frees for chunks | Otto Moerbeek |
2008-11-02 | fix markup of example line and description of G flag; partly from and | Otto Moerbeek |
2008-11-02 | remove distinction between warnings and errors, ok deraadt@ djm@ | Otto Moerbeek |
2008-10-31 | Pass a pointer to warn2 so the warn2 == IN_ALL would not be an | Todd C. Miller |
2008-10-29 | if MALLOC_STATS is defined, record how many "cheap reallocs" were | Otto Moerbeek |
2008-10-24 | some SEE ALSO additions from Ingo Schwarze; | Jason McIntyre |
2008-10-23 | Reword description of tm_zone and tm_gmtoff fields | Philip Guenthe |
2008-10-22 | man page for Makefile.yp, and associated bits; from Ingo Schwarze | Jason McIntyre |
2008-10-21 | build w/ USE_LOCALE. ok millert@ | Martynas Venckus |
2008-10-21 | use decimal point from locale. ok millert@ | Martynas Venckus |
2008-10-20 | oops, assign errno the right way. caught by david running regress tests | Otto Moerbeek |
2008-10-19 | document fts_open error handling; from Tim van der Molen | Jason McIntyre |
2008-10-19 | Document that strptime doesn't set the dst flag. | Todd C. Miller |
2008-10-06 | update to tzcode2008g from elsie.nci.nih.gov | Todd C. Miller |
2008-10-05 | Fix conversion of numbers without an exponent. | Mark Kettenis |
2008-10-03 | reduce rbyte cache to 512 bytes, no measurable slowdown (even in the | Otto Moerbeek |
2008-10-03 | save and restore errno on success. while it is not stricly needed for | Otto Moerbeek |
2008-10-03 | zap __arc4_getbyte(), it was only used by the old malloc; ok millert@ | Otto Moerbeek |
2008-10-03 | when increasing the size of a larger than a page allocation try | Otto Moerbeek |
2008-10-03 | avoid spitting up regions when purging stuff from the cache, it puts | Otto Moerbeek |
2008-10-02 | simplify and clarify login_getstyle; ok deraadt@ | Todd C. Miller |
2008-10-01 | POSIX character class support for fnmatch(3) and glob(3). OK deraadt@ | Todd C. Miller |
2008-10-01 | Simplify the loop used for bp overflow detection to match what I'm | Todd C. Miller |
2008-10-01 | Fix for sequential retrieval failure when using large key/data pairs. | Todd C. Miller |
2008-09-29 | Use large pic asm for access to errno (needed for pie). Originally from | Kurt Miller |
2008-09-16 | Add PIOD_READ_AUXV, a way to get the ELF auxilliary vector through ptrace(2). | Mark Kettenis |
2008-09-15 | add missing header needed by strlen(). | Charles Longeau |
2008-09-15 | - describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behave | Martynas Venckus |
2008-09-14 | describe %a/%A. from freebsd | Martynas Venckus |
2008-09-13 | document strtold. ok millert@ | Martynas Venckus |
2008-09-13 | strtof has been introduced in c99 | Martynas Venckus |
2008-09-12 | the last example doesn't need a ctx variable; | Damien Miller |
2008-09-12 | as we did for reboot(8), do not attempt to list architectures | Jason McIntyre |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-09-07 | Fix param list for xdrrec_eof. Found during coding some stuff that uses | Marco Peereboom |