Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | oldmalloc: preserve errno across free | Rich Felker | 2021-01-30 | 1 | -0/+4 |
* | fix build regression in oldmalloc | Rich Felker | 2021-01-30 | 1 | -1/+1 |
* | lift child restrictions after multi-threaded fork | Rich Felker | 2020-11-11 | 1 | -0/+19 |
* | give libc access to its own malloc even if public malloc is interposed | Rich Felker | 2020-11-11 | 1 | -0/+4 |
* | only use memcpy realloc to shrink if an exact-sized free chunk exists | Rich Felker | 2020-06-16 | 1 | -0/+12 |
* | fix memset overflow in oldmalloc race fix overhaul | Rich Felker | 2020-06-16 | 1 | -1/+1 |
* | reintroduce calloc elison of memset for direct-mmapped allocations | Rich Felker | 2020-06-10 | 1 | -0/+5 |
* | move __malloc_replaced to a top-level malloc file | Rich Felker | 2020-06-10 | 1 | -2/+0 |
* | switch to a common calloc implementation | Rich Felker | 2020-06-10 | 1 | -36/+0 |
* | move oldmalloc to its own directory under src/malloc | Rich Felker | 2020-06-03 | 1 | -0/+550 |