| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-09-30 | Oops: the call to ofree() in orealloc() was misconverted into a call to |  guenther | 1 | -2/+2 |
| 2018-11-02 | ld.so's malloc has no runtime option processing, so remove the |  otto | 1 | -75/+72 |
| 2018-10-23 | Delay processing of ld.so's own PT_GNU_RELRO section until after environment |  guenther | 1 | -35/+14 |
| 2018-02-07 | sync with libc malloc: use consistent style for for loop in unmap(), |  otto | 1 | -3/+1 |
| 2018-02-01 | don't forget to increment loop var; infinite loops spotted by sthen@ |  otto | 1 | -0/+1 |
| 2018-01-30 | kill a gcc warning |  otto | 1 | -1/+1 |
| 2018-01-30 | port over the malloc changes from libc. prompted by deraadt@ |  otto | 1 | -304/+293 |
| 2017-12-01 | Redo the calculation of the alignment and placement of static TLS data to |  guenther | 1 | -0/+119 |
| 2017-10-05 | Sync with libc malloc, doing delayed free double-free check always |  otto | 1 | -21/+15 |
| 2017-07-23 | from libc malloc: only access offset if canaries are enabled *and* size > 0 |  otto | 1 | -1/+2 |
| 2017-05-08 | Always use the same callback to unlock as was used to lock. Permits |  guenther | 1 | -8/+13 |
| 2017-02-18 | Add NULL tests to wrterror() to avoid a NULL deref when called from |  guenther | 1 | -1/+4 |
| 2017-01-24 | On fatal errors, kill ourselves with thrkill(0,9,NULL) instead of |  guenther | 1 | -17/+2 |
| 2016-11-03 | small tweak to also check canaries if F is in effect |  otto | 1 | -2/+4 |
| 2016-10-31 | sync to libc: malloc_move is not an option anymore |  otto | 1 | -9/+4 |
| 2016-10-25 | bring canaries for > page sized objects from libc to ld.so; ok guenther@ |  otto | 1 | -12/+29 |
| 2016-10-14 | 0xd0 -> 0xdb from libc malloc |  otto | 1 | -2/+2 |
| 2016-10-14 | move better canary code and validate_junk() over from libc malloc |  otto | 1 | -13/+75 |
| 2016-09-18 | merge form libc malloc: |  otto | 1 | -5/+5 |
| 2016-09-04 | Redundant memset and some better style wrt exiting functions after error. |  otto | 1 | -21/+12 |
| 2016-09-03 | cherry-pick a few diffs from libc malloc; ok guenther@ |  otto | 1 | -68/+36 |
| 2016-08-12 | the slimmed down random functions inside ld.so are strict clones of the |  deraadt | 1 | -4/+4 |
| 2016-05-19 | ld.so can now be entered by multiple threads via _dl_{allocate,free}_tib(), |  guenther | 1 | -10/+29 |
| 2015-01-22 | delete annoying white space that annoy |  deraadt | 1 | -15/+15 |
| 2015-01-16 | <sys/param.h> to <limits.h> conversion. Verified binaries |  deraadt | 1 | -4/+2 |
| 2014-11-03 | arc4random_uniform() transformation was off, resulting in badly skewed |  guenther | 1 | -2/+2 |
| 2014-07-06 | this version of malloc does not need string.h |  otto | 1 | -2/+1 |
| 2014-06-21 | Move to a non-zeroing _dl_malloc, a _dl_calloc and _dl_reallocarry and |  otto | 1 | -2/+48 |
| 2014-06-15 | move to a smaller rbytes buffer; ok miod@ deraadt@ |  otto | 1 | -2/+2 |
| 2014-06-05 | Move to (slightly stripped) version of libc malloc; ok deraadt@ |  otto | 1 | -0/+1022 |