| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-09-14 | Add comment line saying S is described vaguely on purpose. |  otto | 1 | -2/+3 |
| 2019-05-19 | clarify that later flags modify earlier flags; |  schwarze | 1 | -2/+4 |
| 2019-05-13 | Mention introduction of *_conceal. |  otto | 1 | -2/+8 |
| 2019-05-10 | Inroduce malloc_conceal() and calloc_conceal(). Similar to their |  otto | 1 | -3/+26 |
| 2018-12-05 | remove a stray line accidentally left behind in rev. 1.120; |  schwarze | 1 | -3/+2 |
| 2018-11-21 | fold the contents of malloc.conf.5 into malloc.3 and sysctl.2, |  jmc | 1 | -6/+118 |
| 2018-11-21 | Introducing malloc_usable_size() was a mistake. While some other |  otto | 1 | -27/+4 |
| 2018-11-18 | Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man page |  otto | 1 | -5/+29 |
| 2018-11-08 | zap last remains of malloc.conf; prompted by and ok jmc@ |  otto | 1 | -6/+6 |
| 2018-11-06 | rm FILES section; prompted by Janne Johansson |  otto | 1 | -7/+2 |
| 2018-11-05 | Implement C11's aligned_alloc(3). ok guenther@ |  otto | 1 | -4/+41 |
| 2017-05-15 | Typo: freezeo -> freezero |  tb | 1 | -3/+3 |
| 2017-04-23 | Rearrange text a bit to make it clear what "discarded" means; ok jmc@ deraadt@ |  otto | 1 | -8/+13 |
| 2017-04-17 | consictently use .Dv NULL and a few other tweaks; ok schwarze@ |  otto | 1 | -20/+17 |
| 2017-04-13 | allow clearing less than allocated and document freezero(3) better |  otto | 1 | -8/+21 |
| 2017-04-10 | tweak previous; |  jmc | 1 | -4/+4 |
| 2017-04-10 | Introducing freezero(3) a version of free that guarantees the process |  otto | 1 | -24/+58 |
| 2017-04-06 | Consistentcy between nmembers and size order. From Christopher Hettrick; |  otto | 1 | -8/+8 |
| 2017-03-29 | rephrase more enumerations of functions |  otto | 1 | -13/+10 |
| 2017-03-26 | Stop enumeration all allocation functions, just say "allocation functions" |  otto | 1 | -32/+13 |
| 2017-03-24 | document new recallocarray diagnostic; zap a few diagnostics that should |  otto | 1 | -8/+9 |
| 2017-03-17 | remove unneccessary macro; |  jmc | 1 | -2/+2 |
| 2017-03-17 | Strengthen description of recallocarray(3) behaviour, hoping that readers |  deraadt | 1 | -5/+10 |
| 2017-03-07 | Some tweaks from jmc@ and describe better what recallocarray does; |  otto | 1 | -7/+16 |
| 2017-03-06 | Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3) |  otto | 1 | -6/+64 |
| 2017-02-12 | malloc does not *need* to return page-aligned objects for size >= |  otto | 1 | -5/+2 |
| 2016-10-20 | avoid sentence splicing; |  jmc | 1 | -2/+2 |
| 2016-10-20 | canary corruption message changed a bit |  otto | 1 | -5/+5 |
| 2016-10-08 | make clear the length printed is the requested length |  otto | 1 | -3/+3 |
| 2016-10-07 | grammar fix previous; |  jmc | 1 | -2/+2 |
| 2016-10-07 | document "chunk canary corrupted" error |  otto | 1 | -2/+7 |
| 2016-04-03 | Document ``use after free'' error message |  otto | 1 | -2/+4 |
| 2016-03-12 | Remove sentences in RETURN VALUES sections saying that functions with |  mmcc | 1 | -6/+2 |
| 2016-02-05 | Fix err(3) calls after allocation failures in examples. |  schwarze | 1 | -8/+8 |
| 2016-01-06 | Long ago, malloc internally had two kinds of failures, warnings and errors. |  tedu | 1 | -6/+3 |
| 2015-09-14 | use .Va for global variables, and .Vt where the type is included |  schwarze | 1 | -4/+3 |
| 2015-03-14 | remove incorrect statement. the standard *does* require calloc to check |  tedu | 1 | -7/+2 |
| 2015-01-08 | missing , found by Dongsheng Song |  deraadt | 1 | -3/+3 |
| 2014-12-09 | fix NAME; |  jmc | 1 | -3/+3 |
| 2014-12-08 | remove cfree from documentation |  tedu | 1 | -19/+3 |
| 2014-12-06 | malloc(3) is in the "comp" install set, malloc.conf(5) in "man", |  schwarze | 1 | -126/+8 |
| 2014-10-30 | clean up verbiage around the calculations; ok ingo jmc otto |  deraadt | 1 | -5/+5 |
| 2014-10-30 | Don't mention old systems where realloc(NULL, n) didn't work as we |  millert | 1 | -11/+7 |
| 2014-10-23 | Save space in man page: err() -> errc() and combine vars. |  doug | 1 | -18/+11 |
| 2014-10-22 | Avoid writing in second person in malloc.3 |  doug | 1 | -13/+12 |
| 2014-10-20 | List extensions in the STANDARDS section, replacing some text below CAVEATS. |  schwarze | 1 | -33/+30 |
| 2014-10-19 | make RETURN VALUES more concise |  schwarze | 1 | -77/+28 |
| 2014-10-19 | Revamp malloc.3 by reordering the sections and rewriting parts. |  doug | 1 | -185/+417 |
| 2014-05-01 | tweak previous; ok sthen |  jmc | 1 | -3/+3 |
| 2014-04-30 | first cut at documenting the change to malloc doing a partial 'junk' by |  sthen | 1 | -2/+7 |