index
:
bionic.git
kitkat
lp5.0
o8.0
o8.1
p9.0
q10.0
q10.0-backup
q10.0-r9rebase
r11.0
r11.1
s12.0
s12.1
t13.0
bionic
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
bionic
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
Add tagged pointers to bionic.
Mitch Phillips
2020-01-15
3
-20
/
+212
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge "allow for heapprofd's signal to be multiplexed"
Ryan Savitski
2020-01-16
7
-107
/
+171
|
\
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
_
|
/
|
/
|
|
|
*
|
allow for heapprofd's signal to be multiplexed
Ryan Savitski
2020-01-15
7
-107
/
+171
*
|
|
Enable the scudo native allocator.
Christopher Ferris
2020-01-14
1
-8
/
+0
|
/
/
*
|
Merge "Add an android_mallopt for controlling the heap tagging level."
Peter Collingbourne
2020-01-10
4
-0
/
+93
|
\
\
|
|
/
|
/
|
|
*
Add an android_mallopt for controlling the heap tagging level.
Peter Collingbourne
2020-01-09
4
-0
/
+93
*
|
Move sigrtmin.h into platform headers.
Josh Gao
2020-01-02
6
-7
/
+10
*
|
Move bionic_macros.h from private to platform.
Josh Gao
2020-01-02
16
-16
/
+16
*
|
Stop using the __ANDROID_API_x__ constants.
Elliott Hughes
2019-12-20
3
-4
/
+4
|
/
*
Revert "Enable the scudo native allocator."
Ytai Ben-tsvi
2019-12-19
1
-0
/
+8
*
Enable the scudo native allocator.
Christopher Ferris
2019-12-18
1
-8
/
+0
*
Add support for scudo svelte.
Christopher Ferris
2019-12-16
2
-0
/
+25
*
Merge "Make android_mallopt weak for native bridge"
Evgeny Eltsin
2019-12-16
1
-0
/
+1
|
\
|
*
Make android_mallopt weak for native bridge
Evgeny Eltsin
2019-12-16
1
-0
/
+1
*
|
Update bionic to use the MTE API proposed on LKML.
Peter Collingbourne
2019-12-13
1
-0
/
+11
|
/
*
Make private/bionic_page.h available as platform/bionic/page.h.
Elliott Hughes
2019-12-12
2
-2
/
+2
*
Issue a prctl to let the kernel accept tagged pointers in syscall arguments.
Peter Collingbourne
2019-11-19
1
-0
/
+8
*
Merge "Call __libc_init_malloc from scudo."
Treehugger Robot
2019-11-16
1
-0
/
+5
|
\
|
*
Call __libc_init_malloc from scudo.
Mitch Phillips
2019-11-15
1
-0
/
+5
*
|
Merge "sysconf(_SC_ARG_MAX): go back to imitating the kernel."
Elliott Hughes
2019-11-15
1
-7
/
+22
|
\
\
|
*
|
sysconf(_SC_ARG_MAX): go back to imitating the kernel.
Elliott Hughes
2019-11-15
1
-7
/
+22
|
|
/
*
/
Init fork handler after __libc_init_malloc.
Mitch Phillips
2019-11-14
4
-3
/
+12
|
/
*
Merge "Revert "Revert "Make system property reads wait-free"""
Raman Tenneti
2019-11-12
1
-1
/
+7
|
\
|
*
Revert "Revert "Make system property reads wait-free""
Raman Tenneti
2019-11-12
1
-1
/
+7
*
|
Merge "Revert "Make system property reads wait-free""
Raman Tenneti
2019-11-12
1
-7
/
+1
|
\
|
|
*
Revert "Make system property reads wait-free"
Raman Tenneti
2019-11-12
1
-7
/
+1
*
|
Merge "Make system property reads wait-free"
Treehugger Robot
2019-11-12
1
-1
/
+7
|
\
|
|
*
Make system property reads wait-free
Daniel Colascione
2019-11-11
1
-1
/
+7
*
|
Rename iterate to malloc_iterate internally.
Christopher Ferris
2019-11-08
8
-16
/
+18
*
|
Merge "Fix allocations escaping malloc debug."
Christopher Ferris
2019-11-06
1
-10
/
+12
|
\
\
|
*
|
Fix allocations escaping malloc debug.
Christopher Ferris
2019-11-06
1
-10
/
+12
|
|
/
*
/
Use ifuncs in the linker
Ryan Prichard
2019-11-05
5
-24
/
+45
|
/
*
Add the ScopedFd that we've never quite gotten around to.
Elliott Hughes
2019-10-31
7
-68
/
+42
*
Merge "Adopt GNU calling convention for ifunc resolvers."
Peter Collingbourne
2019-10-29
2
-4
/
+49
|
\
|
*
Adopt GNU calling convention for ifunc resolvers.
Peter Collingbourne
2019-10-28
2
-4
/
+49
*
|
sleep/usleep: switch to trivial implementations.
Elliott Hughes
2019-10-28
2
-0
/
+79
|
/
*
Merge "Reimplement the <ctype.h> is* functions."
Elliott Hughes
2019-10-09
1
-8
/
+84
|
\
|
*
Reimplement the <ctype.h> is* functions.
Elliott Hughes
2019-10-08
1
-8
/
+84
*
|
Merge changes I13f94cdc,I2107ae65,I7dc10b56,I2037548c
George Burgess IV
2019-10-08
1
-2
/
+0
|
\
\
|
|
/
|
/
|
|
*
libc: remove now-unused FORTIFY functions
George Burgess IV
2019-10-07
1
-2
/
+0
*
|
Block signals in pthread_create.
Evgenii Stepanov
2019-10-07
2
-0
/
+9
|
/
*
Merge "Optimize tolower(3)/toupper(3) from <ctype.h>."
Elliott Hughes
2019-09-30
3
-1
/
+109
|
\
|
*
Optimize tolower(3)/toupper(3) from <ctype.h>.
Elliott Hughes
2019-09-27
3
-1
/
+109
*
|
Make tls related header files platform accessible.
Christopher Ferris
2019-09-27
1
-1
/
+1
|
/
*
ASCII fastpath for towupper and towlower.
Balaram Makam
2019-09-27
1
-0
/
+10
*
Make more pthread functions weak for native bridge
Evgeny Eltsin
2019-09-25
4
-0
/
+9
*
Make bionic_malloc.h a platform header.
Christopher Ferris
2019-09-16
3
-3
/
+3
*
Merge "versioner: Fix bzero/bcopy fortify"
Logan Chien
2019-09-03
1
-12
/
+4
|
\
|
*
versioner: Fix bzero/bcopy fortify
Logan Chien
2019-08-30
1
-12
/
+4
*
|
Support statvfs on API levels before 19.
Elliott Hughes
2019-08-29
2
-42
/
+38
|
/
[prev]
[next]