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
/
libc_init_common.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't open /dev/null until we need to.
Elliott Hughes
2021-10-28
1
-40
/
+15
*
Merge "Add some slack at the end of large allocations when target SDK level <...
Peter Collingbourne
2021-03-09
1
-0
/
+8
|
\
|
*
Add some slack at the end of large allocations when target SDK level < S.
Peter Collingbourne
2021-03-05
1
-0
/
+8
*
|
Make __libc_init_scudo() weak for native bridge.
Peter Collingbourne
2021-02-23
1
-0
/
+1
|
/
*
[MTE] Change scudo init order to get correct PROT_MTE pages.
Mitch Phillips
2021-01-20
1
-1
/
+5
*
Use ELF notes to set the desired memory tagging level.
Evgenii Stepanov
2021-01-06
1
-4
/
+2
*
Mark __progname as weak for native_bridge
Evgeny Eltsin
2020-10-02
1
-0
/
+1
*
SCUDO fill options only when USE_SCUDO
Steven Moreland
2020-07-31
1
-0
/
+3
*
Changes for #inclusivefixit.
Elliott Hughes
2020-07-21
1
-12
/
+4
*
Ignore SCUDO_OPTIONS across a security boundary.
Christopher Ferris
2020-05-26
1
-31
/
+32
*
[libc] Zero and pattern initialization of heap memory.
Evgenii Stepanov
2020-05-01
1
-0
/
+11
*
Add a tool to track down fd leaks.
Josh Gao
2020-01-30
1
-0
/
+1
*
Fix includes for MTE builds.
Mitch Phillips
2020-01-24
1
-1
/
+0
*
Merge "Add tagged pointers to bionic."
Evgenii Stepanov
2020-01-24
1
-17
/
+2
|
\
|
*
Add tagged pointers to bionic.
Mitch Phillips
2020-01-23
1
-17
/
+2
*
|
Initialize __progname correctly.
Elliott Hughes
2020-01-23
1
-1
/
+1
|
/
*
Revert "Add tagged pointers to bionic."
Nicolas Geoffray
2020-01-21
1
-27
/
+0
*
Add tagged pointers to bionic.
Mitch Phillips
2020-01-15
1
-0
/
+27
*
Update bionic to use the MTE API proposed on LKML.
Peter Collingbourne
2019-12-13
1
-0
/
+11
*
Issue a prctl to let the kernel accept tagged pointers in syscall arguments.
Peter Collingbourne
2019-11-19
1
-0
/
+8
*
Init fork handler after __libc_init_malloc.
Mitch Phillips
2019-11-14
1
-3
/
+5
*
Don't honor LIBC_HOOKS_ENABLE across a security boundary
Nick Kralevich
2019-04-26
1
-0
/
+1
*
Don't honor LD_CONFIG_FILE across security transitions
Nick Kralevich
2019-04-26
1
-0
/
+1
*
Ensure STDIN/STDOUT/STDERR always exist
Nick Kralevich
2019-02-28
1
-3
/
+18
*
Replace TLS_SLOT_BIONIC_PREINIT w/ shared globals
Ryan Prichard
2018-12-04
1
-5
/
+4
*
Use shared globals so getauxval works earlier
Ryan Prichard
2018-12-04
1
-1
/
+0
*
Use shared globals to init __progname + environ
Ryan Prichard
2018-11-28
1
-6
/
+6
*
Move the abort message to libc_shared_globals
Ryan Prichard
2018-11-28
1
-4
/
+0
*
Expose libc_shared_globals to libc.so with symbol
Ryan Prichard
2018-11-28
1
-4
/
+0
*
Cleanup: __libc_init_AT_SECURE, auxv, sysinfo
Ryan Prichard
2018-11-26
1
-16
/
+5
*
Modernize codebase by replacing NULL with nullptr
Yi Kong
2018-08-02
1
-2
/
+2
*
Introduce api to track fd ownership in libc.
Josh Gao
2018-07-19
1
-0
/
+5
*
Initialize __libc_sysinfo early on.
Ryan Prichard
2018-05-30
1
-19
/
+0
*
Add __libc_add_main_thread and mark it weak
Evgeny Eltsin
2018-04-22
1
-3
/
+9
*
Don't allow LIBC_DEBUG_MALLOC_OPTIONS to cross security boundaries.
Elliott Hughes
2017-10-26
1
-0
/
+1
*
Move environ valiable into it's own file
Victor Khimenko
2017-07-10
1
-3
/
+0
*
Cope with AT_SYSINFO not being set on x86.
Elliott Hughes
2017-05-09
1
-1
/
+3
*
Move libc_log code into libasync_safe.
Christopher Ferris
2017-05-03
1
-5
/
+6
*
Cleanup ANDROID_DNS_MODE and BIONIC_DNSCACHE
Nick Kralevich
2017-04-03
1
-0
/
+1
*
Fix x86 system calls made from ELF preinit.
Elliott Hughes
2017-03-29
1
-1
/
+5
*
Revert "Remove the global thread list."
Elliott Hughes
2017-02-02
1
-0
/
+4
*
Remove the global thread list.
Elliott Hughes
2017-01-07
1
-4
/
+0
*
Initialize __abort_message_ptr in linker's copy of libc
Dimitry Ivanov
2016-08-26
1
-0
/
+1
*
Only initialize the global stack protector once.
Josh Gao
2016-06-30
1
-11
/
+0
*
Defer registration of the arc4random fork-detect handler.
Josh Gao
2016-06-28
1
-1
/
+6
*
Take the arc4random lock before forking.
Josh Gao
2016-06-28
1
-2
/
+6
*
Merge "Check current pid at libc initialization for 32-bit build."
Yabin Cui
2016-04-01
1
-0
/
+13
|
\
|
*
Check current pid at libc initialization for 32-bit build.
Yabin Cui
2016-03-30
1
-0
/
+13
*
|
libc: implement kernel vdso syscalls for i386
Mingwei Shi
2016-03-25
1
-0
/
+16
|
/
*
Improve and fix the stack-protector tests.
Elliott Hughes
2016-03-09
1
-3
/
+7
[next]