Gitiles
Code Review
Sign In
review.evervolv.com
/
android_bionic
/
964564d2904a7ee31fdbe4302d2d5f9700a9ceb6
/
libc
/
Android.bp
f4b1cbd
Disable stack protector for __libc_preinit
by Stephen Crane
· 9 years ago
5059939
Enable exporting the non-uapi scsi headers.
by Elliott Hughes
· 9 years ago
94072fb
Switch to inline assembler in crtbegin.
by Elliott Hughes
· 9 years ago
94bd274
Add support for cortex-a73.
by Christopher Ferris
· 9 years ago
7a3681e
Move libc_log code into libasync_safe.
by Christopher Ferris
· 9 years ago
2fad0d5
Include the libc/kernel/android/scsi headers in the NDK.
by Elliott Hughes
· 9 years ago
04d99df
libc: ARM: Add 32-bit Kryo memcpy
by Jake Weinstein
· 9 years ago
4d114f9
libc: use Cortex-A7/A53 memset on Kryo
by Jake Weinstein
· 9 years ago
21d4a9a
Merge "Move localtime.c over to CachedProperty."
by Treehugger Robot
· 9 years ago
230a7a4
Mark CRT objects as vendor available
by Dan Willemsen
· 9 years ago
0e8616a
Move localtime.c over to CachedProperty.
by Elliott Hughes
· 9 years ago
51a9bf1
Remove .(ll)ndk suffix from (ll)ndk_library
by Dan Willemsen
· 9 years ago
b8f7fde
Add LLNDK stub libraries for the VNDK
by Dan Willemsen
· 9 years ago
a3ed901
Remove obsolete Android.mk comments
by Dan Willemsen
· 9 years ago
07807a1
Merge "Add kryo support."
by Christopher Ferris
· 9 years ago
10ec928
Break android_set_abort_message out of libc_logging.
by Josh Gao
· 9 years ago
950a958
Add kryo support.
by Christopher Ferris
· 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
Next »