aboutsummaryrefslogtreecommitdiff
path: root/libc/bionic
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Add tagged pointers to bionic.Mitch Phillips2020-01-153-20/+212
| | |_|/ | |/| |
* | | | Merge "allow for heapprofd's signal to be multiplexed"Ryan Savitski2020-01-167-107/+171
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | allow for heapprofd's signal to be multiplexedRyan Savitski2020-01-157-107/+171
* | | Enable the scudo native allocator.Christopher Ferris2020-01-141-8/+0
|/ /
* | Merge "Add an android_mallopt for controlling the heap tagging level."Peter Collingbourne2020-01-104-0/+93
|\ \ | |/ |/|
| * Add an android_mallopt for controlling the heap tagging level.Peter Collingbourne2020-01-094-0/+93
* | Move sigrtmin.h into platform headers.Josh Gao2020-01-026-7/+10
* | Move bionic_macros.h from private to platform.Josh Gao2020-01-0216-16/+16
* | Stop using the __ANDROID_API_x__ constants.Elliott Hughes2019-12-203-4/+4
|/
* Revert "Enable the scudo native allocator."Ytai Ben-tsvi2019-12-191-0/+8
* Enable the scudo native allocator.Christopher Ferris2019-12-181-8/+0
* Add support for scudo svelte.Christopher Ferris2019-12-162-0/+25
* Merge "Make android_mallopt weak for native bridge"Evgeny Eltsin2019-12-161-0/+1
|\
| * Make android_mallopt weak for native bridgeEvgeny Eltsin2019-12-161-0/+1
* | Update bionic to use the MTE API proposed on LKML.Peter Collingbourne2019-12-131-0/+11
|/
* Make private/bionic_page.h available as platform/bionic/page.h.Elliott Hughes2019-12-122-2/+2
* Issue a prctl to let the kernel accept tagged pointers in syscall arguments.Peter Collingbourne2019-11-191-0/+8
* Merge "Call __libc_init_malloc from scudo."Treehugger Robot2019-11-161-0/+5
|\
| * Call __libc_init_malloc from scudo.Mitch Phillips2019-11-151-0/+5
* | Merge "sysconf(_SC_ARG_MAX): go back to imitating the kernel."Elliott Hughes2019-11-151-7/+22
|\ \
| * | sysconf(_SC_ARG_MAX): go back to imitating the kernel.Elliott Hughes2019-11-151-7/+22
| |/
* / Init fork handler after __libc_init_malloc.Mitch Phillips2019-11-144-3/+12
|/
* Merge "Revert "Revert "Make system property reads wait-free"""Raman Tenneti2019-11-121-1/+7
|\
| * Revert "Revert "Make system property reads wait-free""Raman Tenneti2019-11-121-1/+7
* | Merge "Revert "Make system property reads wait-free""Raman Tenneti2019-11-121-7/+1
|\|
| * Revert "Make system property reads wait-free"Raman Tenneti2019-11-121-7/+1
* | Merge "Make system property reads wait-free"Treehugger Robot2019-11-121-1/+7
|\|
| * Make system property reads wait-freeDaniel Colascione2019-11-111-1/+7
* | Rename iterate to malloc_iterate internally.Christopher Ferris2019-11-088-16/+18
* | Merge "Fix allocations escaping malloc debug."Christopher Ferris2019-11-061-10/+12
|\ \
| * | Fix allocations escaping malloc debug.Christopher Ferris2019-11-061-10/+12
| |/
* / Use ifuncs in the linkerRyan Prichard2019-11-055-24/+45
|/
* Add the ScopedFd that we've never quite gotten around to.Elliott Hughes2019-10-317-68/+42
* Merge "Adopt GNU calling convention for ifunc resolvers."Peter Collingbourne2019-10-292-4/+49
|\
| * Adopt GNU calling convention for ifunc resolvers.Peter Collingbourne2019-10-282-4/+49
* | sleep/usleep: switch to trivial implementations.Elliott Hughes2019-10-282-0/+79
|/
* Merge "Reimplement the <ctype.h> is* functions."Elliott Hughes2019-10-091-8/+84
|\
| * Reimplement the <ctype.h> is* functions.Elliott Hughes2019-10-081-8/+84
* | Merge changes I13f94cdc,I2107ae65,I7dc10b56,I2037548cGeorge Burgess IV2019-10-081-2/+0
|\ \ | |/ |/|
| * libc: remove now-unused FORTIFY functionsGeorge Burgess IV2019-10-071-2/+0
* | Block signals in pthread_create.Evgenii Stepanov2019-10-072-0/+9
|/
* Merge "Optimize tolower(3)/toupper(3) from <ctype.h>."Elliott Hughes2019-09-303-1/+109
|\
| * Optimize tolower(3)/toupper(3) from <ctype.h>.Elliott Hughes2019-09-273-1/+109
* | Make tls related header files platform accessible.Christopher Ferris2019-09-271-1/+1
|/
* ASCII fastpath for towupper and towlower.Balaram Makam2019-09-271-0/+10
* Make more pthread functions weak for native bridgeEvgeny Eltsin2019-09-254-0/+9
* Make bionic_malloc.h a platform header.Christopher Ferris2019-09-163-3/+3
* Merge "versioner: Fix bzero/bcopy fortify"Logan Chien2019-09-031-12/+4
|\
| * versioner: Fix bzero/bcopy fortifyLogan Chien2019-08-301-12/+4
* | Support statvfs on API levels before 19.Elliott Hughes2019-08-292-42/+38
|/