Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
refs/heads/backup
/
libc
/
Android.bp
d9fd1d4
Optimize tolower(3)/toupper(3) from <ctype.h>.
by Elliott Hughes
· 6 years ago
cf0bc48
libc: Mark libstdc++ as vendor available
by Rashed Abdel-Tawab
· 7 years ago
b7944a3
Merge "Implement __gnu_[u]ldivmod_helper methods in libc" into qt-dev
by Yi Kong
· 6 years ago
570ab49
Implement __gnu_[u]ldivmod_helper methods in libc
by Yi Kong
· 6 years ago
84cb324
Reland ifuncs for strcmp and strlen.
by Elliott Hughes
· 7 years ago
4e46ac6
Load libc_malloc_* libraries from the runtime APEX
by Jiyong Park
· 6 years ago
fc26d71
Create a lib that uses scudo instead of jemalloc.
by Christopher Ferris
· 6 years ago
efd25a0
Move x86 and x86_64 libc to use libcrt
by Yi Kong
· 6 years ago
1fc5ccf
Add a platform API for setting an allocation limit.
by Christopher Ferris
· 6 years ago
036e09c
Don't install *.mountpoint targets
by Jiyong Park
· 6 years ago
6c619a0
Refactor the malloc_info code.
by Christopher Ferris
· 6 years ago
e3d90de
Switch libm to libcrt.builtins
by Yi Kong
· 6 years ago
dced813
Revert "Revert "Turn on XOM for libc""
by Jeffrey Vander Stoep
· 6 years ago
d119269
Revert "Turn on XOM for libc"
by Yi Kong
· 6 years ago
51b8255
Turn on XOM for libc
by Yi Kong
· 6 years ago
165b1cf
Switch libc to libcrt.builtins
by Yi Kong
· 6 years ago
0197b0a
Merge "Use no_libcrt property instead of hard coding projects to exclude"
by Treehugger Robot
· 6 years ago
e4cdbc4
Refactor malloc common into distinct pieces.
by Christopher Ferris
· 6 years ago
16f9472
Use no_libcrt property instead of hard coding projects to exclude
by Yi Kong
· 6 years ago
01809e1
Switch to OpenBSD div/ldiv/lldiv.
by Elliott Hughes
· 6 years ago
fbac97a
Move NetBSD string routines to OpenBSD.
by Elliott Hughes
· 6 years ago
a5f914a
Add bionic mount points under /bionic
by Jiyong Park
· 7 years ago
083d850
Move the linker allocator into libc
by Ryan Prichard
· 7 years ago
011523f
Merge changes If330efda,I34864837,I8bc5c1cb
by Martijn Coenen
· 7 years ago
d269d9b
Add support for seccomp filter that limits setresuid/setresgid.
by Martijn Coenen
· 7 years ago
c3752be
Create APP_ZYGOTE seccomp policy.
by Martijn Coenen
· 7 years ago
0c6de75
genfunctosyscallnrs: maps bionic functions to syscall numbers.
by Martijn Coenen
· 7 years ago
17af91b
Add libc_headers header lib
by Logan Chien
· 7 years ago
6903fb8
libc: Sort symbols by size to reduce dirty pages
by Vic Yang
· 7 years ago
45d1349
Reorganize static TLS memory for ELF TLS
by Ryan Prichard
· 7 years ago
98564b8
Merge changes from topic "move_bionic_to_apex"
by Treehugger Robot
· 7 years ago
45024fe
Add ARM EABI function __aeabi_read_tp
by Ryan Prichard
· 7 years ago
c45fe9f
Add stubs variants for bionic libs
by Jiyong Park
· 7 years ago
d19b3c5
Generate the per-arch .map files at build time.
by Elliott Hughes
· 7 years ago
e4788d4
No ifunc for strcmp and strlen
by Haibo Huang
· 7 years ago
5c92d9e
Merge "Introduce filegroups for libc sources"
by Dimitry Ivanov
· 7 years ago
9131b4a
Remove cruft.
by Elliott Hughes
· 7 years ago
c0c0ef6
Introduce filegroups for libc sources
by dimitry
· 7 years ago
01bfd89
Remove denver from bionic
by Haibo Huang
· 7 years ago
c69218d
Merge "Prevent dependency cycle due to system_shared_libs expansion"
by Dan Willemsen
· 7 years ago
6b3be17
Prevent dependency cycle due to system_shared_libs expansion
by Dan Willemsen
· 7 years ago
eebf5fd
Reduce strerror(3)'s impact on .data.rel.ro.
by Elliott Hughes
· 7 years ago
3927db1
Remove denver64 from libc
by Haibo Huang
· 7 years ago
7260329
Merge "Use ifunc for ARM32 fortify functions"
by Haibo Huang
· 7 years ago
12ed389
Merge "Remove _sys_signal_strings."
by Elliott Hughes
· 7 years ago
f1c8d1a
Use ifunc for ARM32 fortify functions
by Haibo Huang
· 7 years ago
f8294fd
Remove _sys_signal_strings.
by Elliott Hughes
· 7 years ago
f17fd1d
Disable XOM in linker, libc, and libm.
by Ivan Lozano
· 7 years ago
ea9957a
Arm32 dynamic function dispatch
by Haibo Huang
· 7 years ago
9690b12
Revert "Arm32 dynamic function dispatch"
by Izabela Orlowska
· 7 years ago
ce4ff9c
Arm32 dynamic function dispatch
by Haibo Huang
· 7 years ago
e141362
Change memcpy ifunc to return memmove for x86
by Haibo Huang
· 7 years ago
b9244ff
Use ifunc to dynamically dispatch libc routines for x86
by Haibo Huang
· 7 years ago
d73a49e
Move to jemalloc5.
by Christopher Ferris
· 7 years ago
f71edfa
Separate libc_common to two targets
by Haibo Huang
· 7 years ago
833cbe4
Add bionic/libc/include to exported_include_dirs
by Logan Chien
· 7 years ago
2d0b28b
Add getloadavg(3).
by Elliott Hughes
· 7 years ago
bc4f411
Add support for A76 in bionic
by Haibo Huang
· 7 years ago
6b75575
Merge "Disable STL for crt objects"
by Colin Cross
· 7 years ago
ab17944
Disable STL for crt objects
by Colin Cross
· 7 years ago
b177085
Add reallocarray(3).
by Elliott Hughes
· 7 years ago
15711c1
Remove dead code.
by Elliott Hughes
· 7 years ago
ce934e3
Add android_get_device_api_level.
by Elliott Hughes
· 7 years ago
726b63f
Implement pthread_sigqueue.
by Josh Gao
· 7 years ago
be551f5
HWASan support in bionic.
by Evgenii Stepanov
· 7 years ago
fa5410f
libc: enable -Wimplicit-fallthrough
by George Burgess IV
· 7 years ago
fa09b3c
seccomp: Generate the policy files at compile time
by Luis Hector Chavez
· 7 years ago
f6e5b58
Introduce api to track fd ownership in libc.
by Josh Gao
· 7 years ago
f98d87b
Add C11 timespec_get.
by Elliott Hughes
· 7 years ago
468efc8
Reimplement popen(3)/pclose(3).
by Elliott Hughes
· 7 years ago
8a0f0ed
Make memcpy memmove
by Haibo Huang
· 7 years ago
fe55c27
Merge "Initialize __libc_sysinfo early on."
by Treehugger Robot
· 7 years ago
27475b5
Initialize __libc_sysinfo early on.
by Ryan Prichard
· 7 years ago
ece43e1
Use cortex-a53/bionic/memmove.S by default for arm64
by Haibo Huang
· 7 years ago
ebf58a6
Merge "Add generic arm non-neon memmove."
by Elliott Hughes
· 7 years ago
b2341cd
Merge "Adapt to versioned_ndk_headers renaming."
by Treehugger Robot
· 7 years ago
da46cae
Add generic arm non-neon memmove.
by Elliott Hughes
· 7 years ago
26e1c41
Adapt to versioned_ndk_headers renaming.
by Dan Albert
· 7 years ago
ecbff83
Work around b/24465209, do not pack relocation table.
by Chih-Hung Hsieh
· 7 years ago
0fc5df0
Work around b/24465209, do not use clang lld
by Chih-Hung Hsieh
· 7 years ago
5603c6e
Mark as recovery_available: true
by Jiyong Park
· 7 years ago
4da58cf
Add support for cortex-a55/cortex-a75.
by Christopher Ferris
· 7 years ago
611ad62
Revert "Add 64-bit slm optimized strlcpy and srlcat."
by Jeremy Compostella
· 7 years ago
0b66dd4
Remove -Wno-uninitialized for libc.
by Elliott Hughes
· 7 years ago
71ba589
Rewrite system(3) to use posix_spawn(3).
by Elliott Hughes
· 7 years ago
7ae3912
Move sigprocmask into its own file.
by Elliott Hughes
· 7 years ago
8f41957
Reject exit-time destructors in libc
by Ryan Prichard
· 7 years ago
25f17e4
Better backwards compatibility for stat64.
by Elliott Hughes
· 7 years ago
ab8c861
Merge "Add ability to read /etc/passwd and /etc/group"
by Tom Cherry
· 7 years ago
6034ef8
Add ability to read /etc/passwd and /etc/group
by Tom Cherry
· 8 years ago
0f546f4
Merge "Run bpfmt manually."
by Treehugger Robot
· 7 years ago
d50a1de
Run bpfmt manually.
by Elliott Hughes
· 7 years ago
211c4d3
Rewrite getentropy.
by Elliott Hughes
· 8 years ago
5905d6f
Add `sigset64_t` and accompanying functions.
by Elliott Hughes
· 8 years ago
6dafb4a
Move all the short <signal.h> functions together.
by Elliott Hughes
· 8 years ago
40f15ec
Package bionic static libraries in the NDK.
by Dan Albert
· 8 years ago
3048a36
Simplify CT_CCL and CT_STRING inner loop.
by Elliott Hughes
· 8 years ago
2b66844
Merge "Support %mc/%ms/%m[ in sscanf."
by Treehugger Robot
· 8 years ago
38e4aef
Support %mc/%ms/%m[ in sscanf.
by Elliott Hughes
· 8 years ago
b6310c2
Fixing app compat issue b/72143978
by Ian Pedowitz
· 8 years ago
Next »