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_static.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[GWP-ASan] Provide runtime configuration through an env var + sysprop.
Mitch Phillips
2022-04-20
1
-24
/
+1
*
[MTE] Relax ELF note.
Mitch Phillips
2022-02-08
1
-12
/
+23
*
Merge "[MTE] add sysprop to set mte state globally"
Treehugger Robot
2022-02-08
1
-2
/
+4
|
\
|
*
[MTE] add sysprop to set mte state globally
Florian Mayer
2022-02-07
1
-2
/
+4
*
|
[NFCI] Change Android's NT_TYPE to NT_ANDROID_TYPE.
Mitch Phillips
2022-02-07
1
-1
/
+1
|
/
*
Treat static binaries "the same" for the profiling signals.
Elliott Hughes
2021-09-29
1
-0
/
+11
*
Allow the kernel to upgrade ASYNC mode processes to SYNC mode.
Peter Collingbourne
2021-07-01
1
-1
/
+5
*
Add some slack at the end of large allocations when target SDK level < S.
Peter Collingbourne
2021-03-05
1
-0
/
+1
*
[MTE] Add MEMTAG_OPTIONS and arm64.memtag.process.* sysprop parsing.
Mitch Phillips
2021-01-14
1
-28
/
+107
*
Use ELF notes to set the desired memory tagging level.
Evgenii Stepanov
2021-01-06
1
-0
/
+93
*
Put __*_ARRAY__ symbols before prioritized init/fini funcs
Matthew Maurer
2020-11-02
1
-4
/
+4
*
Add a thread-properties API
Vy Nguyen
2020-08-11
1
-0
/
+1
*
Update a few comments.
Elliott Hughes
2020-02-10
1
-7
/
+4
*
Move bionic_macros.h from private to platform.
Josh Gao
2020-01-02
1
-1
/
+1
*
Make private/bionic_page.h available as platform/bionic/page.h.
Elliott Hughes
2019-12-12
1
-1
/
+1
*
Init fork handler after __libc_init_malloc.
Mitch Phillips
2019-11-14
1
-0
/
+1
*
Use ifuncs in the linker
Ryan Prichard
2019-11-05
1
-0
/
+3
*
Adopt GNU calling convention for ifunc resolvers.
Peter Collingbourne
2019-10-28
1
-4
/
+3
*
Call __hwasan_init_static() during libc startup in statically linked executab...
Peter Collingbourne
2019-03-19
1
-3
/
+4
*
Make static ifunc resolvers optional.
Dan Albert
2019-02-20
1
-2
/
+24
*
Merge "Implement ifunc support for static executables."
Treehugger Robot
2019-02-03
1
-0
/
+25
|
\
|
*
Implement ifunc support for static executables.
Peter Collingbourne
2019-01-25
1
-0
/
+25
*
|
Implement dynamic TLS accesses and allocation
Ryan Prichard
2019-01-25
1
-4
/
+7
|
/
*
Avoid a dlopen abort on an invalid TLS alignment
Ryan Prichard
2019-01-16
1
-5
/
+9
*
Record TLS modules and layout static TLS memory
Ryan Prichard
2019-01-16
1
-3
/
+18
*
StaticTlsLayout: add exe/tcb and solib layout
Ryan Prichard
2019-01-16
1
-1
/
+1
*
Reorganize static TLS memory for ELF TLS
Ryan Prichard
2019-01-11
1
-7
/
+18
*
libc_shared_globals: add a constexpr ctor
Ryan Prichard
2019-01-03
1
-3
/
+1
*
Replace TLS_SLOT_BIONIC_PREINIT w/ shared globals
Ryan Prichard
2018-12-04
1
-2
/
+2
*
Split main thread init into early+late functions
Ryan Prichard
2018-12-04
1
-6
/
+4
*
Use shared globals to init __progname + environ
Ryan Prichard
2018-11-28
1
-2
/
+3
*
Move the abort message to libc_shared_globals
Ryan Prichard
2018-11-28
1
-1
/
+3
*
Expose libc_shared_globals to libc.so with symbol
Ryan Prichard
2018-11-28
1
-4
/
+5
*
Make android_get_application_target_sdk_version available to the NDK.
Elliott Hughes
2018-11-15
1
-4
/
+0
*
Move API levels from `uint32_t` to `int`.
Elliott Hughes
2018-11-13
1
-4
/
+4
*
[hwasan] Tweak process and thread initialization.
Evgenii Stepanov
2018-09-20
1
-4
/
+9
*
HWASan support in bionic.
Evgenii Stepanov
2018-08-21
1
-5
/
+22
*
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
-0
/
+7
*
Clean up TLS_SLOT_BIONIC_PREINIT usage a bit
Ryan Prichard
2018-05-30
1
-2
/
+1
*
Support getting/setting API level in static binaries.
Elliott Hughes
2018-04-03
1
-1
/
+11
*
Add directives to force stop unwinding.
Christopher Ferris
2017-10-05
1
-0
/
+3
*
Only initialize the global stack protector once.
Josh Gao
2016-06-30
1
-0
/
+2
*
Revert "Revert "Make sem_wait able to return errno EINTR for sdk > 23.""
Yabin Cui
2016-01-25
1
-0
/
+5
*
Revert "Make sem_wait able to return errno EINTR for sdk > 23."
Dan Albert
2016-01-26
1
-5
/
+0
*
Make sem_wait able to return errno EINTR for sdk > 23.
Yabin Cui
2016-01-25
1
-0
/
+5
*
Defend against -fstack-protector in libc startup.
Elliott Hughes
2016-01-06
1
-12
/
+8
*
Move VDSO pointers to a shared globals struct.
Josh Gao
2015-10-09
1
-0
/
+5
*
Move PAGE_MASK into <sys/user.h>.
Elliott Hughes
2015-07-28
1
-7
/
+1
[next]