Age | Commit message (Expand) | Author |
2016-04-03 | Document ``use after free'' error message | Otto Moerbeek |
2016-03-12 | Remove sentences in RETURN VALUES sections saying that functions with | mmcc |
2016-02-05 | Fix err(3) calls after allocation failures in examples. | Ingo Schwarze |
2016-01-06 | Long ago, malloc internally had two kinds of failures, warnings and errors. | Ted Unangst |
2015-09-14 | use .Va for global variables, and .Vt where the type is included | Ingo Schwarze |
2015-03-14 | remove incorrect statement. the standard *does* require calloc to check | Ted Unangst |
2015-01-08 | missing , found by Dongsheng Song | Theo de Raadt |
2014-12-09 | fix NAME; | Jason McIntyre |
2014-12-08 | remove cfree from documentation | Ted Unangst |
2014-12-06 | malloc(3) is in the "comp" install set, malloc.conf(5) in "man", | Ingo Schwarze |
2014-10-30 | clean up verbiage around the calculations; ok ingo jmc otto | Theo de Raadt |
2014-10-30 | Don't mention old systems where realloc(NULL, n) didn't work as we | Todd C. Miller |
2014-10-23 | Save space in man page: err() -> errc() and combine vars. | Doug Hogan |
2014-10-22 | Avoid writing in second person in malloc.3 | Doug Hogan |
2014-10-20 | List extensions in the STANDARDS section, replacing some text below CAVEATS. | Ingo Schwarze |
2014-10-19 | make RETURN VALUES more concise | Ingo Schwarze |
2014-10-19 | Revamp malloc.3 by reordering the sections and rewriting parts. | Doug Hogan |
2014-05-01 | tweak previous; ok sthen | Jason McIntyre |
2014-04-30 | first cut at documenting the change to malloc doing a partial 'junk' by | Stuart Henderson |
2014-04-22 | - one more mallocarray -> reallocarray | Jason McIntyre |
2014-04-22 | change mallocarray to reallocarray. useful in a few more situations. | Ted Unangst |
2014-04-21 | Introducing: void *mallocarray(size_t nmemb, size_t size); | Theo de Raadt |
2013-07-18 | HISTORY; tweaks and ok sobrado@ jmc@ | Ingo Schwarze |
2013-06-05 | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | Ted Unangst |
2012-11-02 | Add a new malloc option 'U' => "Free unmap" that does the guarding/ | Damien Miller |
2011-07-22 | Show (in the example) that < and > can be used multiple times; ok jmc@ | Otto Moerbeek |
2011-07-21 | - add a MALLOC_OPTIONS section header. the content is already there, but having | Jasper Lievisse Adriaanse |
2010-05-26 | oops - forgot to check for trailing whitespace; | Jason McIntyre |
2010-05-26 | reword the 'D' dump bit to make it clear that the malloc.out file needs | Thordur I. Bjornsson |
2010-05-18 | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from | Ted Unangst |
2010-01-25 | stucture -> structure; | Jason McIntyre |
2010-01-13 | New options 'S', as a shorthand for the options most suitable as an | Otto Moerbeek |
2009-10-10 | rewrite the history section, prompted by Paul Stoeber; ok deraadt@ jmc@ | Otto Moerbeek |
2009-02-13 | kill whitespace at eol; | Jason McIntyre |
2009-02-13 | decribe 'F' better and mention flags are debugging aids; ok tedu@ jmc@ | Otto Moerbeek |
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-11-26 | Fix typo, okay jmc@. | Pedro Martelletto |
2008-11-20 | move allocations between half a page and a page as close to the end of | 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-08-07 | small cleanup of error/warning strings | Otto Moerbeek |
2008-07-28 | man page bits for new malloc; ok jmc@ | Otto Moerbeek |
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 |
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 recaloc(3) | Todd C. Miller |
2007-08-08 | Clarify the example about avoiding overflow. OK ray@ deraadt@ | Todd C. Miller |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |