Age | Commit message (Expand) | Author |
2009-01-10 | The process number is longer used to replace trailing 'Xs'. | Tobias Stoeckmann |
2009-01-03 | reintroduce extra malloc protections, but avoiding the use of | Damien Miller |
2008-12-31 | PAGE_SIZE is not a valid symbol to use in that way. In particular, | Theo de Raadt |
2008-12-30 | Remove mprotecting of struct dir_info introduced in previous commit | Damien Miller |
2008-12-29 | extra paranoia for malloc(3): | Damien Miller |
2008-12-27 | Fix file descriptor leak in fts_children(); okay dhill@, millert@, | Pedro Martelletto |
2008-12-23 | repair the ARC4 story; ok jmc djm millert | Theo de Raadt |
2008-12-23 | ddb.console does not override machdep.kbdreset, so don't say it does; | Jason McIntyre |
2008-12-22 | document yp_maplist(); from Ingo Schwarze | Jason McIntyre |
2008-12-22 | The example for detecting malicious PTR records could be easily misinterpreted. | Jacek Masiulaniec |
2008-12-20 | Add man page for wcstol and friends. | Mark Kettenis |
2008-12-17 | Document ENOBUFS for writev(2). | Ray Lai |
2008-12-15 | shave off more bytes than you expect by declaring a few const local arrays | Otto Moerbeek |
2008-12-12 | __isinff and __isnanf | Martynas Venckus |
2008-12-12 | do the same as was done in mi version: do not include math.h, since isinf, | Martynas Venckus |
2008-12-12 | strcpy -> strlcpy; ok mbalmer@ martynas@ | Otto Moerbeek |
2008-12-12 | - document and mlink frexpf, ldexpf, modff added 13 years ago | Martynas Venckus |
2008-12-10 | no spaces allowed in the macro arguments. completely insanity! | Theo de Raadt |
2008-12-10 | use sys/cdefs.h; pointed out by theo | Martynas Venckus |
2008-12-10 | use sys/cdefs.h | Theo de Raadt |
2008-12-09 | these were not needed | Martynas Venckus |
2008-12-09 | ditto frexpl and ldexpl | Martynas Venckus |
2008-12-09 | alias fabsl to fabs on these archs | Martynas Venckus |
2008-12-09 | remove unused | Martynas Venckus |
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 |