Age | Commit message (Expand) | Author |
2021-02-25 | - Make use of the fact that we know how the chunks are aligned, and | Otto Moerbeek |
2019-09-14 | Add comment line saying S is described vaguely on purpose. | Otto Moerbeek |
2019-05-19 | clarify that later flags modify earlier flags; | Ingo Schwarze |
2019-05-13 | Mention introduction of *_conceal. | Otto Moerbeek |
2019-05-10 | Inroduce malloc_conceal() and calloc_conceal(). Similar to their | Otto Moerbeek |
2018-12-05 | remove a stray line accidentally left behind in rev. 1.120; | Ingo Schwarze |
2018-11-21 | fold the contents of malloc.conf.5 into malloc.3 and sysctl.2, | Jason McIntyre |
2018-11-21 | Introducing malloc_usable_size() was a mistake. While some other | Otto Moerbeek |
2018-11-18 | Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man page | Otto Moerbeek |
2018-11-08 | zap last remains of malloc.conf; prompted by and ok jmc@ | Otto Moerbeek |
2018-11-06 | rm FILES section; prompted by Janne Johansson | Otto Moerbeek |
2018-11-05 | Implement C11's aligned_alloc(3). ok guenther@ | Otto Moerbeek |
2017-05-15 | Typo: freezeo -> freezero | Theo Buehler |
2017-04-23 | Rearrange text a bit to make it clear what "discarded" means; ok jmc@ deraadt@ | Otto Moerbeek |
2017-04-17 | consictently use .Dv NULL and a few other tweaks; ok schwarze@ | Otto Moerbeek |
2017-04-13 | allow clearing less than allocated and document freezero(3) better | Otto Moerbeek |
2017-04-10 | tweak previous; | Jason McIntyre |
2017-04-10 | Introducing freezero(3) a version of free that guarantees the process | Otto Moerbeek |
2017-04-06 | Consistentcy between nmembers and size order. From Christopher Hettrick; | Otto Moerbeek |
2017-03-29 | rephrase more enumerations of functions | Otto Moerbeek |
2017-03-26 | Stop enumeration all allocation functions, just say "allocation functions" | Otto Moerbeek |
2017-03-24 | document new recallocarray diagnostic; zap a few diagnostics that should | Otto Moerbeek |
2017-03-17 | remove unneccessary macro; | Jason McIntyre |
2017-03-17 | Strengthen description of recallocarray(3) behaviour, hoping that readers | Theo de Raadt |
2017-03-07 | Some tweaks from jmc@ and describe better what recallocarray does; | Otto Moerbeek |
2017-03-06 | Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3) | Otto Moerbeek |
2017-02-12 | malloc does not *need* to return page-aligned objects for size >= | Otto Moerbeek |
2016-10-20 | avoid sentence splicing; | Jason McIntyre |
2016-10-20 | canary corruption message changed a bit | Otto Moerbeek |
2016-10-08 | make clear the length printed is the requested length | Otto Moerbeek |
2016-10-07 | grammar fix previous; | Jason McIntyre |
2016-10-07 | document "chunk canary corrupted" error | Otto Moerbeek |
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 |