Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-08 | string: check NULL before using src here, too | A. Wilcox | 1 | -1/+1 | |
2019-05-08 | malloc: use posix_memalign instead of deprecated memalign | A. Wilcox | 1 | -1/+4 | |
2019-04-08 | malloc: Add mtrace and muntrace stubs | A. Wilcox | 1 | -0/+12 | |
2018-04-03 | malloc: add malloc_trim function | Elizabeth Myers | 1 | -0/+6 | |
2018-02-01 | malloc: add __sbrk | A. Wilcox | 1 | -0/+6 | |
2018-01-14 | malloc: Sort functions by name | Samuel Holland | 1 | -16/+18 | |
Signed-off-by: Samuel Holland <samuel@sholland.org> | |||||
2018-01-14 | libgcompat: Add and use a macro for defining symbol aliases | Samuel Holland | 1 | -8/+6 | |
* Prefer providing the underscore-prefixed symbol as the strong definition. * Do not use a weak alias if the alias is also underscore-prefixed. * Make libgcompat objects depend on the new header. [NOTE: I originally took the weak_alias macro from musl's libc.h, but it's trivial and the same pattern already in use. If desired, I can add the musl copyright notice.] Signed-off-by: Samuel Holland <samuel@sholland.org> | |||||
2018-01-14 | global: Format the code consistently | Samuel Holland | 1 | -21/+23 | |
* Apply clang-format. * Change all comments to the same style. * Add braces as dictated by the coding style guidelines. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||||
2017-10-15 | malloc: add __libc_memalign | A. Wilcox | 1 | -0/+6 | |
__memalign is not necessary as musl already provides it. | |||||
2017-10-15 | malloc: add __libc_{m,c,re}alloc and __libc_free aliases | A. Wilcox | 1 | -0/+27 | |
2017-06-14 | move all compatibility library stuff into libgcompat/ | William Pitcock | 1 | -0/+46 | |