Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
304348af197f30b3bf0e0764b97eb9699a376c68
/
libc
304348a
Clear pthread_internal_t allocated on user provided stack.
by Yabin Cui
· 10 years ago
b905551
Re-add putw for LP32
by Dan Willemsen
· 10 years ago
a5e183c
Explicitly disallow default c-tor
by Dimitry Ivanov
· 10 years ago
6bef152
Merge "Init stdio in __libc_init_common."
by Yabin Cui
· 10 years ago
9b687dc
Enable using clang to build __cxa_thread_atexit_impl.
by Yabin Cui
· 10 years ago
28d3f00
Merge "Don't use __thread in __cxa_thread_finalize()."
by Yabin Cui
· 10 years ago
d68c9e5
Init stdio in __libc_init_common.
by Yabin Cui
· 10 years ago
83f314f
Consider $(use_clang) when building libc_thread_atexit_impl module
by Nikola Veljkovic
· 10 years ago
952e9eb
Don't use __thread in __cxa_thread_finalize().
by Yabin Cui
· 10 years ago
a01108d
Merge "Remove cflags and ldflags from crt defaults"
by Colin Cross
· 10 years ago
8bd2718
Merge "move arch variant structs down a level"
by Colin Cross
· 10 years ago
bff87d1
Remove cflags and ldflags from crt defaults
by Colin Cross
· 10 years ago
db8caa7
Merge "Introduce anonymous namespace"
by Dimitry Ivanov
· 10 years ago
1ffec1c
Introduce anonymous namespace
by Dmitriy Ivanov
· 10 years ago
6ab8f89
move arch variant structs down a level
by Colin Cross
· 10 years ago
1755435
Merge "Change _stdio_handles_locking into _caller_handles_locking."
by Yabin Cui
· 10 years ago
74ed96d
Merge "Use FUTEX_WAIT_BITSET to avoid converting timeouts."
by Yabin Cui
· 10 years ago
76144aa
Change _stdio_handles_locking into _caller_handles_locking.
by Yabin Cui
· 10 years ago
8d5fb0d
Merge "Disable clang for mips/mips64 libc."
by Chih-hung Hsieh
· 10 years ago
b4bc156
Disable clang for mips/mips64 libc.
by Chih-Hung Hsieh
· 10 years ago
ee67dd7
mmap: fix calculation of is_private_anonymous variable
by Vitaly Vul
· 10 years ago
f30170d
Merge changes I73a39c6d,Iab2af242
by Josh Gao
· 10 years ago
79f8d64
Merge "Fix tsan abort for lake of __libc_auxv initialization."
by Yabin Cui
· 10 years ago
284068f
Fix tsan abort for lake of __libc_auxv initialization.
by Yabin Cui
· 10 years ago
a35d23d
Update libc/Android.bp to match libc/Android.mk
by Colin Cross
· 10 years ago
c9a659c
Use FUTEX_WAIT_BITSET to avoid converting timeouts.
by Yabin Cui
· 10 years ago
c22a7de
extend the PTRDIFF_MAX size check to mremap
by Daniel Micay
· 10 years ago
2c09e5d
Merge "Implement pthread spin."
by Yabin Cui
· 10 years ago
fe3a83a
Implement pthread spin.
by Yabin Cui
· 10 years ago
0307eee
Avoid tsan warning about pthread_mutex_destroy.
by Yabin Cui
· 10 years ago
b804b9d
Merge "Implement pthread barrier."
by Yabin Cui
· 10 years ago
e7c2fff
Implement pthread barrier.
by Yabin Cui
· 10 years ago
1f0ccbb
Merge "Introducing linker namespaces"
by Dimitry Ivanov
· 10 years ago
42d5fcb
Introducing linker namespaces
by Dmitriy Ivanov
· 10 years ago
d1c28a3
Improve libc time zone fallback behavior.
by Elliott Hughes
· 10 years ago
a9cac4c
Fix strftime if tm_zone is null.
by Elliott Hughes
· 10 years ago
c04647f
Still cannot compile with clang on arm64.
by Chih-Hung Hsieh
· 10 years ago
5058a00
Enable clang for modules failed with TLS.
by Chih-Hung Hsieh
· 10 years ago
2fb0265
libc_init_common.cpp: Clarify when environment stripping occurs
by Nick Kralevich
· 10 years ago
2a7f1b3
Merge "Refactor prop_area into a class"
by Tom Cherry
· 10 years ago
926ebe1
Refactor prop_area into a class
by Tom Cherry
· 10 years ago
dc6b0a7
Update Android.bp with latest Android.mk changes
by Dan Willemsen
· 10 years ago
fb994f4
Add fileno_unlocked to support thread sanitizer.
by Yabin Cui
· 10 years ago
4200e26
fix the mremap signature
by Daniel Micay
· 10 years ago
ef5e647
Merge "Use cc_defaults"
by Colin Cross
· 10 years ago
dd7dcfc
Merge "Fix GNU/POSIX basename headers."
by Josh Gao
· 10 years ago
eb9b925
Fix GNU/POSIX basename headers.
by Josh Gao
· 10 years ago
50c21ab
Use cc_defaults
by Colin Cross
· 10 years ago
9e6f98f
Update Android.bp with arch-specific version scripts
by Dan Willemsen
· 10 years ago
706186d
fix PTRDIFF_MAX check in the 32-bit mmap wrapper
by Daniel Micay
· 10 years ago
384ffe3
Fix comment to reflect the actual reality.
by Christopher Ferris
· 10 years ago
75dd371
Merge "Generate libdl.so per-architecture version script"
by Dimitry Ivanov
· 10 years ago
bc75047
Generate libdl.so per-architecture version script
by Dmitriy Ivanov
· 10 years ago
1721cd6
Make _signal hidden in all cases.
by Christopher Ferris
· 10 years ago
c36be97
Merge "Add prlimit to LP32."
by Elliott Hughes
· 10 years ago
bdac9ec
Merge "Remove <sys/shm.h>."
by Elliott Hughes
· 10 years ago
38eca07
Remove <sys/shm.h>.
by Elliott Hughes
· 10 years ago
9978a9a
Move __set_errno to ndk_cruft.cpp.
by Christopher Ferris
· 10 years ago
4151db5
Add prlimit to LP32.
by Elliott Hughes
· 10 years ago
e85fb58
Fix LDFLAGS for arm and x86
by Dmitriy Ivanov
· 10 years ago
284b468
Generate per-architecture version scripts.
by Dmitriy Ivanov
· 10 years ago
d7c7daa
Remove the legacy endusershell/getusershell/setusershell stubs.
by Elliott Hughes
· 10 years ago
1721be2
Merge "Implement scandirat and scandirat64."
by Elliott Hughes
· 10 years ago
6331e80
Implement scandirat and scandirat64.
by Elliott Hughes
· 10 years ago
5238eb0
Merge "Implement load at fixed address feature"
by Dimitry Ivanov
· 10 years ago
126af75
Implement load at fixed address feature
by Dmitriy Ivanov
· 10 years ago
9216a64
Fix <utmp.h> declarations.
by Elliott Hughes
· 10 years ago
bf4c32d
Remove swap16/swap32/swap64 header pollution.
by Elliott Hughes
· 10 years ago
a818445
Rename LIBC64_HIDDEN to LIBC32_LEGACY_PUBLIC.
by Christopher Ferris
· 10 years ago
d26e780
Use bionic lock in pthread_internal_t.
by Yabin Cui
· 10 years ago
5edf077
Merge "Switch to LOCAL_SRC_FILES_EXCLUDE"
by Dan Willemsen
· 10 years ago
268a673
Switch to LOCAL_SRC_FILES_EXCLUDE
by Dan Willemsen
· 10 years ago
b24d743
Remove deprecated use of ldm/stm in ARM setjmp.
by Josh Gao
· 10 years ago
d29ba55
Merge "Opt Brillo out of the ndk cruft."
by Elliott Hughes
· 10 years ago
c433a36
Merge "Move malloc dispatch table to __libc_globals."
by Josh Gao
· 10 years ago
198d13e
Merge "make mmap fail on requests larger than PTRDIFF_MAX"
by Josh Gao
· 10 years ago
fb7f45b
Merge "Update timezone data to 2015g"
by Neil Fuller
· 10 years ago
3c8fc2f
Move malloc dispatch table to __libc_globals.
by Josh Gao
· 10 years ago
fb8fd50
Opt Brillo out of the ndk cruft.
by Elliott Hughes
· 10 years ago
f0141df
Make struct FILE opaque.
by Elliott Hughes
· 10 years ago
8ab433d
Fix stdio read after EOF behavior.
by Elliott Hughes
· 10 years ago
1ab3f30
Merge "Fix inet_aton on LP32."
by Elliott Hughes
· 10 years ago
7b77cb3
Fix inet_aton on LP32.
by Elliott Hughes
· 10 years ago
c6f704b
Merge "utmp.h: add more ut_type defines"
by Mike Frysinger
· 10 years ago
fe9d0ed
Move setjmp cookie to a shared globals struct.
by Josh Gao
· 10 years ago
93c0f5e
Move VDSO pointers to a shared globals struct.
by Josh Gao
· 10 years ago
68af0ad
utmp.h: add more ut_type defines
by Mike Frysinger
· 10 years ago
487a182
Merge "Fix inet_addr/inet_aton/inet_network."
by Elliott Hughes
· 10 years ago
0478666
Fix inet_addr/inet_aton/inet_network.
by Elliott Hughes
· 10 years ago
f41fe71
Merge "Sync with upstream tzcode (2015g)."
by Elliott Hughes
· 10 years ago
9fb22a3
Sync with upstream tzcode (2015g).
by Elliott Hughes
· 10 years ago
d8df28f
Merge "Implement setjmp cookies on MIPS and MIPS64"
by Josh Gao
· 10 years ago
31740bf
Update timezone data to 2015g
by Neil Fuller
· 10 years ago
1b519c0
Implement setjmp cookies on MIPS and MIPS64
by Nikola Veljkovic
· 10 years ago
697e261
Fix bionic_coverage for kati.
by Dan Albert
· 10 years ago
8dbf02d
Add missing register preserve in x86/x86_64 longjmp.
by Josh Gao
· 10 years ago
f7cf8b2
Merge "bionic: tzset running hot"
by Mark Salyzyn
· 10 years ago
d057894
bionic: tzset running hot
by Mark Salyzyn
· 10 years ago
a5d5d16
Use foreach loop to match setuid unsafe env vars.
by Josh Gao
· 10 years ago
4a65557
Merge "Remove invalid left shifts of -1."
by Stephen Hines
· 10 years ago
Next »