| Commit message (Expand) | Author | Age | Files | Lines |
* | zap trailing whitespace | tb | 2023-12-04 | 1 | -2/+2 |
* | Save backtraces to show in leak dump. Depth of backtrace set by | otto | 2023-12-04 | 1 | -8/+10 |
* | correct Va in previous; | jmc | 2023-10-22 | 1 | -2/+3 |
* | When option D is active, store callers for all chunks; this avoids | otto | 2023-10-22 | 1 | -11/+27 |
* | Document that small allocations are initially junked with 0xdf now | otto | 2023-07-01 | 1 | -3/+3 |
* | Recommit "Allow to ask for deeper callers for leak reports using | otto | 2023-06-30 | 1 | -2/+24 |
* | Revert previous, not all platforms allow compiling | otto | 2023-06-23 | 1 | -24/+2 |
* | Allow to ask for deeper callers for leak reports using malloc options. | otto | 2023-06-22 | 1 | -2/+24 |
* | More thorough write-afetr-free checks. | otto | 2023-06-04 | 1 | -9/+11 |
* | remove bad Pp; | jmc | 2023-04-17 | 1 | -3/+2 |
* | Dump (leak) info using utrace(2) and compile the code always in | otto | 2023-04-16 | 1 | -7/+17 |
* | Check all chunks in the delayed free list for write-after-free. | otto | 2023-04-01 | 1 | -3/+4 |
* | man pages: add missing commas between subordinate and main clauses | naddy | 2022-03-31 | 1 | -4/+4 |
* | Cache implementation has changed, we do not hold on to an exact number | otto | 2021-04-09 | 1 | -3/+4 |
* | - 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"libressl-v2.5.2 | 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 |