Age | Commit message (Expand) | Author |
2008-11-12 | avoid a few strlen calls for constant strings; prompted by tg; ok djm@ | Otto Moerbeek |
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-29 | if MALLOC_STATS is defined, record how many "cheap reallocs" were | Otto Moerbeek |
2008-10-20 | oops, assign errno the right way. caught by david running regress tests | Otto Moerbeek |
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 | 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-09-13 | document strtold. ok millert@ | Martynas Venckus |
2008-09-13 | strtof has been introduced in c99 | Martynas Venckus |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-09-03 | remove now obsolete calloc implementation; prompted by miod | Otto Moerbeek |
2008-08-25 | Make all combinations of G, P, J and zero-fill work with as little | Otto Moerbeek |
2008-08-23 | unbreak MALLOC_OPTIONS=G that I broke in my last commit; | Damien Miller |
2008-08-23 | fix calloc() for MALLOC_OPTIONS=J case: SOME_JUNK was being filled into | Damien Miller |
2008-08-22 | make sure we always map and unmap multiples of MALLOC_PAGESIZE; | Otto Moerbeek |
2008-08-22 | Smarter implementation of calloc(3), which uses the fact that mmap(2) | Otto Moerbeek |
2008-08-07 | small cleanup of error/warning strings | Otto Moerbeek |
2008-07-28 | man page bits for new malloc; ok jmc@ | Otto Moerbeek |
2008-07-28 | Almost complete rewrite of malloc, to have a more efficient data | Otto Moerbeek |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-13 | grammar fixes; | Jason McIntyre |
2008-06-13 | remove _MALLOC_LOCK_INIT; major bump; ok deraadt@ | Otto Moerbeek |
2008-06-13 | Add strtof() to libc, some ports seem to like it. Currently it's a simple | Landry Breuil |
2008-05-20 | kill an Xr to a non-existent man page, ulimit(1); | Jason McIntyre |
2008-05-19 | remove recalloc(3); it is buggy and impossible to repair without big | Otto Moerbeek |
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller |
2008-04-04 | - do not call pthread_atfork(3) handlers when a multithreaded program | Kurt Miller |
2008-02-20 | use pgfree pool like other code does to reserve free list slots. | Otto Moerbeek |
2007-11-13 | Put limits.h in front of stdlib.h as style(9) recommends. | Tobias Stoeckmann |
2007-11-11 | strtod may return HUGE_VAL on overflow, which is defined in math.h. | Tobias Stoeckmann |
2007-10-31 | Add parentheses to avoid warning: | Charles Longeau |
2007-09-05 | Add missing header to avoid warning | Charles Longeau |
2007-09-05 | no need to talk about bits; ok millert jmc | Theo de Raadt |
2007-09-03 | Update free(3) section--we use mmap()/munmap(), not brk(). | Todd C. Miller |
2007-09-03 | Add __cxa_atexit() support for gcc3. This provides support for shared object... | Todd C. Miller |
2007-09-03 | add recaloc(3) | Todd C. Miller |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-08-08 | Clarify the example about avoiding overflow. OK ray@ deraadt@ | Todd C. Miller |
2007-07-06 | Reference limits.h, not sys/param.h since we document using PATH_MAX | Todd C. Miller |
2007-07-03 | from ginsbach@netbsd, -r1.18: | Jason McIntyre |
2007-06-29 | Document behavior when no conversion could be performed. Adapted | Todd C. Miller |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-10 | Support for optional args separated with whitespace was removed | Todd C. Miller |
2007-02-12 | get cheaper random bytes, less waste and no getpid() calls, which are | Otto Moerbeek |
2007-02-06 | fix some dodgy displays; | Jason McIntyre |
2007-01-16 | sync with the code: int -> intmax_t | Steven Mestdagh |
2007-01-08 | advertising clauses that can be dropped | Theo de Raadt |