Gitiles
Code Review
Sign In
review.evervolv.com
/
android_bionic
/
10ec9286ae843b0a84438699458ba17bff2f5602
/
libc
/
Android.bp
10ec928
Break android_set_abort_message out of libc_logging.
by Josh Gao
· 9 years ago
22805ea
Revert "Revert "Run the versioner as part of the build.""
by Dan Albert
· 9 years ago
fcb877a
Add libc optimizations to bionic for MIPS
by Prashant Patil
· 9 years ago
926add1
Generate both static and shared libseccomp_policy.
by Elliott Hughes
· 9 years ago
4021909
Revert "Revert "Revert "Make libc.so global"""
by Dimitry Ivanov
· 9 years ago
2a4d892
Revert "Revert "Make libc.so global""
by Dimitry Ivanov
· 9 years ago
65236d4
Revert "Make libc.so global"
by Dimitry Ivanov
· 9 years ago
879177c
Make libc.so global
by Dimitry Ivanov
· 9 years ago
dd91b32
Removing the kuser_helper elf note from building
by mspector
· 9 years ago
a187a6f
Merge "Revert "Remove the global thread list.""
by David James
· 9 years ago
7484c21
Revert "Remove the global thread list."
by Elliott Hughes
· 9 years ago
9b9d4eb
Merge "Remove the global thread list."
by Elliott Hughes
· 9 years ago
f8562c5
Remove backwards compatibility for old system properties.
by Elliott Hughes
· 9 years ago
2e3d6a1
Adding kuser_helper on note to all arm32 binaries.
by mspector
· 9 years ago
35bbed8
Declare dependency on android_filesystem_config.h
by Colin Cross
· 9 years ago
940d460
Merge "Revert "Revert "move android_ids into bionic"""
by Elliott Hughes
· 9 years ago
b0e8c56
Remove the global thread list.
by Elliott Hughes
· 9 years ago
3f6eee9
Revert "Revert "move android_ids into bionic""
by Elliott Hughes
· 9 years ago
8b3e812
Merge "libc: ARM64: update memset/strlen/memcpy/memmove to newlib/cortex-strings"
by Christopher Ferris
· 9 years ago
50ae6dd
Merge "Revert "move android_ids into bionic""
by Treehugger Robot
· 9 years ago
77cb68d
Revert "move android_ids into bionic"
by Elliott Hughes
· 9 years ago
ded6c91
Merge "move android_ids into bionic"
by Elliott Hughes
· 9 years ago
fc0d480
loader: stop linking libdl/c/m into the loader
by Dimitry Ivanov
· 9 years ago
68ddf5c
Merge "Abort harder."
by Elliott Hughes
· 9 years ago
1a13db5
move android_ids into bionic
by William Roberts
· 10 years ago
f563ae8
Merge "Ship all the UAPI bits."
by Treehugger Robot
· 9 years ago
4bf5522
Abort harder.
by Elliott Hughes
· 9 years ago
609880c
Merge "Fix getpriority/setpriority types."
by Treehugger Robot
· 9 years ago
b99b676
Merge "Enable libc/libdl/libm/linker for host bionic"
by Dan Willemsen
· 9 years ago
8f0e42f
Fix getpriority/setpriority types.
by Elliott Hughes
· 9 years ago
bd734f0
Merge "Use icu4c to implement <wctype.h>."
by Elliott Hughes
· 9 years ago
7ec52b1
Enable libc/libdl/libm/linker for host bionic
by Dan Willemsen
· 9 years ago
a57ca0d
Use icu4c to implement <wctype.h>.
by Elliott Hughes
· 9 years ago
063e86a
Ship all the UAPI bits.
by Dan Albert
· 9 years ago
8684157
Merge "Implement <langinfo.h>."
by Elliott Hughes
· 9 years ago
ecebb49
Add cortex-a7 specific routines.
by Christopher Ferris
· 9 years ago
372f19e
libc: ARM64: update memset/strlen/memcpy/memmove to newlib/cortex-strings
by Jake Weinstein
· 9 years ago
fc8e688
Implement <langinfo.h>.
by Elliott Hughes
· 9 years ago
4ce94d2
Don't pack relocations in libc.so
by Colin Cross
· 9 years ago
a170d9b
Revert "Revert "Attempt to use arc4random where getauxval(AT_RANDOM) is used.""
by Josh Gao
· 9 years ago
9259265
Add license to ndk_headers modules.
by Dan Albert
· 9 years ago
df31aff
Migrate libstdc++ to ndk_library.
by Dan Albert
· 9 years ago
7b29495
Update escaping in Android.bp files
by Colin Cross
· 9 years ago
bae16ef
Add missing uapi header module.
by Dan Albert
· 9 years ago
4238a35
Add modules for NDK headers and libraries.
by Dan Albert
· 10 years ago
7f0849f
Fix sscanf/wcstod parsing of NaNs.
by Elliott Hughes
· 9 years ago
60d052d
Revert "Attempt to use arc4random where getauxval(AT_RANDOM) is used."
by Josh Gao
· 9 years ago
78a52f1
Attempt to use arc4random where getauxval(AT_RANDOM) is used.
by Josh Gao
· 10 years ago
e19c672
Revert "Switch back to the BSD exec for now."
by Elliott Hughes
· 9 years ago
18c31d7
Switch back to the BSD exec for now.
by Elliott Hughes
· 9 years ago
fac5689
Merge "Rewrite the exec family."
by Treehugger Robot
· 9 years ago
1b40aaf
Rewrite the exec family.
by Elliott Hughes
· 9 years ago
7d4e28a
Merge "Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>."
by Elliott Hughes
· 9 years ago
7c59f3f
Flesh out <sys/msg.h>, <sys/sem.h>, <sys/shm.h>.
by Elliott Hughes
· 9 years ago
8e547bd
Be more restrictive about max frame size.
by Elliott Hughes
· 9 years ago
cae33ad
Fix memmem behavior with empty needles.
by Elliott Hughes
· 9 years ago
299e501
Merge "Move brillo closer to Android."
by Treehugger Robot
· 9 years ago
5ffed9b
Move brillo closer to Android.
by Elliott Hughes
· 9 years ago
fb3873d
Fortify vsnprintf in more cases.
by Elliott Hughes
· 9 years ago
53cf348
Remove more stdio copy/paste.
by Elliott Hughes
· 9 years ago
d1f25a7
Reimplement remove(3) without the lstat(2).
by Elliott Hughes
· 9 years ago
70715da
More stdio one-liners.
by Elliott Hughes
· 9 years ago
cceaf06
More stdio cleanup.
by Elliott Hughes
· 9 years ago
0a610d0
Upgrade to tzcode-2016f.
by Elliott Hughes
· 9 years ago
6cc8d47
Add symbol versions to libstdc++.so
by Dimitry Ivanov
· 9 years ago
f47514d
Remove __LIBC_ABI_PUBLIC__.
by Elliott Hughes
· 9 years ago
baa4899
Convert malloc_debug from Android.mk to Android.bp
by Colin Cross
· 9 years ago
b2f5a58
Revert "Skip Clang's integrated-as for hand-coded assembly"
by Pirama Arumuga Nainar
· 10 years ago
8d414dd
Skip Clang's integrated-as for hand-coded assembly
by Pirama Arumuga Nainar
· 10 years ago
449eff0
Add futimes, futimesat, and lutimes.
by Elliott Hughes
· 10 years ago
816fab9
Just use libstdc++ for the cxa stuff inside bionic.
by Elliott Hughes
· 10 years ago
5a22d3e
Force clang for bionic
by Colin Cross
· 10 years ago
0c65708
Update Android.bp to match Android.mk
by Dan Willemsen
· 10 years ago
37f3632
Update strip property format
by Colin Cross
· 10 years ago
ee84786
Update Android.bp to match Android.mk
by Colin Cross
· 10 years ago
e5ed43b
Remove -fvisibility=hidden from dns code
by Dimitry Ivanov
· 10 years ago
bd26f23
Merge "Update sanitize property format"
by Colin Cross
· 10 years ago
13d79ab
Fix ftw/nftw to only report unreadable directories once.
by Elliott Hughes
· 10 years ago
27c43c5
Update sanitize property format
by Colin Cross
· 10 years ago
77d57bf
Rename deps property to objs in cc_objects
by Colin Cross
· 10 years ago
fc8ed2f
Update Android.bp to match Android.mk
by Colin Cross
· 10 years ago
eccca04
Merge "Update Android.bp to match Android.mk"
by Colin Cross
· 10 years ago
b839610
Update Android.bp to match Android.mk
by Colin Cross
· 10 years ago
6cfb84b
Add trivial no-op <nl_types.h>.
by Elliott Hughes
· 10 years ago
26fda77
Fix b64_pton.
by Elliott Hughes
· 10 years ago
e4510a2
Break up the rest of stubs.cpp.
by Elliott Hughes
· 10 years ago
b38347a
bionic: split out getpwnam and friends
by Mark Salyzyn
· 10 years ago
be45b22
Update Android.bp with recent Android.mk changes
by Dan Willemsen
· 10 years ago
23aae1c
Update Android.bp with getdomainname
by Dan Willemsen
· 10 years ago
a27d8c3
Update Android.bp with recent *.mk changes
by Dan Willemsen
· 10 years ago
879cec2
Update Android.bp with recent Android.mk changes
by Dan Willemsen
· 10 years ago
3e62171
Update Android.bp
by Dan Willemsen
· 10 years ago
6dcab28
Update Android.bp to match Android.mk
by Colin Cross
· 10 years ago
8ce38af
Update Android.bp to match Android.mk
by Colin Cross
· 10 years ago
9c9aa74
Align Soong builds closer to Make
by Dan Willemsen
· 10 years ago
e4f486c
Fix Soong mips builds
by Dan Willemsen
· 10 years ago
4031cbe
Fix Soong x86 builds
by Dan Willemsen
· 10 years ago
5d10e69
Merge "Fix Soong x86 atom builds"
by Dan Willemsen
· 10 years ago
701b545
Fix Soong x86 atom builds
by Dan Willemsen
· 10 years ago
a3f9fca
Update Android.bp for changes to Android.mk
by Colin Cross
· 10 years ago
Next »