| Commit message (Expand) | Author | Age | Files | Lines |
* | HISTORY; tweaks and ok sobrado@ jmc@ | schwarze | 2013-07-18 | 1 | -5/+22 |
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | tedu | 2013-06-05 | 1 | -3/+3 |
* | Add a new malloc option 'U' => "Free unmap" that does the guarding/ | djm | 2012-11-02 | 1 | -3/+12 |
* | Show (in the example) that < and > can be used multiple times; ok jmc@ | otto | 2011-07-22 | 1 | -4/+5 |
* | - add a MALLOC_OPTIONS section header. the content is already there, but having | jasper | 2011-07-21 | 1 | -3/+3 |
* | oops - forgot to check for trailing whitespace; | jmc | 2010-05-26 | 1 | -2/+2 |
* | reword the 'D' dump bit to make it clear that the malloc.out file needs | thib | 2010-05-26 | 1 | -4/+5 |
* | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from | tedu | 2010-05-18 | 1 | -3/+4 |
* | stucture -> structure; | jmc | 2010-01-25 | 1 | -3/+3 |
* | New options 'S', as a shorthand for the options most suitable as an | otto | 2010-01-13 | 1 | -2/+4 |
* | rewrite the history section, prompted by Paul Stoeber; ok deraadt@ jmc@ | otto | 2009-10-10 | 1 | -25/+28 |
* | kill whitespace at eol; | jmc | 2009-02-13 | 1 | -2/+2 |
* | decribe 'F' better and mention flags are debugging aids; ok tedu@ jmc@ | otto | 2009-02-13 | 1 | -8/+10 |
* | Remove mprotecting of struct dir_info introduced in previous commit | djm | 2008-12-30 | 1 | -9/+2 |
* | extra paranoia for malloc(3): | djm | 2008-12-29 | 1 | -2/+9 |
* | Fix typo, okay jmc@. | pedro | 2008-11-26 | 1 | -3/+3 |
* | move allocations between half a page and a page as close to the end of | otto | 2008-11-20 | 1 | -2/+3 |
* | fix markup of example line and description of G flag; partly from and | otto | 2008-11-02 | 1 | -5/+4 |
* | remove distinction between warnings and errors, ok deraadt@ djm@ | otto | 2008-11-02 | 1 | -26/+18 |
* | small cleanup of error/warning strings | otto | 2008-08-07 | 1 | -3/+3 |
* | man page bits for new malloc; ok jmc@ | otto | 2008-07-28 | 1 | -43/+33 |
* | kill an Xr to a non-existent man page, ulimit(1); | jmc | 2008-05-20 | 1 | -5/+3 |
* | remove recalloc(3); it is buggy and impossible to repair without big | otto | 2008-05-19 | 1 | -25/+3 |
* | no need to talk about bits; ok millert jmc | deraadt | 2007-09-05 | 1 | -3/+3 |
* | Update free(3) section--we use mmap()/munmap(), not brk(). | millert | 2007-09-03 | 1 | -4/+6 |
* | add recaloc(3) | millert | 2007-09-03 | 1 | -3/+25 |
* | Clarify the example about avoiding overflow. OK ray@ deraadt@ | millert | 2007-08-08 | 1 | -3/+3 |
* | convert to new .Dd format; | jmc | 2007-05-31 | 1 | -2/+2 |
* | Fix 'double by a factor of two' and make cache options a bit more | pedro | 2006-06-06 | 1 | -4/+4 |
* | Use SIZE_MAX instead of SIZE_T_MAX, the latter is not POSIX and | otto | 2006-04-02 | 1 | -2/+2 |
* | Add warning about malloc(num * size) and recommend calloc() instead, | ray | 2006-03-26 | 1 | -5/+40 |
* | missing auxillary verb | jakemsr | 2006-01-18 | 1 | -2/+2 |
* | - typos, punctuation, layout, macro tweaks | jaredy | 2005-07-26 | 1 | -4/+11 |
* | no need to insert spacing between list members; | jmc | 2005-06-07 | 1 | -13/+1 |
* | adding pointer protection to 'G' was too heavyweight. Since malloc guard | tedu | 2005-06-07 | 1 | -3/+6 |
* | add a note describing latest guard feature | tedu | 2005-05-24 | 1 | -1/+3 |
* | kill dead .Xr to memory(3); | jmc | 2004-07-02 | 1 | -3/+2 |
* | punctuate variable; okay jmc@. | espie | 2004-02-09 | 1 | -2/+2 |
* | H comes before J; | jmc | 2004-02-04 | 1 | -6/+6 |
* | 'F'reeguard doc, as reported missing by brad. nit free thanks to jmc | tedu | 2004-02-02 | 1 | -1/+8 |
* | wording improvements from Brian Poole; | jmc | 2003-11-25 | 1 | -5/+4 |
* | by popular demand, malloc guard pages. insert an unreadable/unwriteable | tedu | 2003-10-16 | 1 | -1/+7 |
* | It is safe to pass free() a NULL pointer since C89; update example to | millert | 2003-09-26 | 1 | -3/+2 |
* | improve example even more | deraadt | 2003-09-25 | 1 | -3/+4 |
* | expand on the realloc no-no section to include adjusting a length before | tedu | 2003-09-18 | 1 | -6/+12 |
* | Remove the advertising clause in the UCB license which Berkeley | millert | 2003-06-02 | 1 | -6/+2 |
* | - section reorder | jmc | 2003-06-01 | 1 | -8/+8 |
* | Delete reference to /usr/share/doc/papers/malloc.ascii.gz as we do not | krw | 2003-05-14 | 1 | -2/+1 |
* | typos; | jmc | 2003-01-21 | 1 | -3/+3 |
* | document how malloc(0) blobbies are stored, and their character | deraadt | 2001-12-05 | 1 | -1/+6 |