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