Gitiles
Code Review
Sign In
review.evervolv.com
/
android_bionic
/
dd586f2ebd0c42904e699f3634568a38c97d4da7
/
libc
/
bionic
dd586f2
sem_timedwait with a null timeout doesn't mean "forever".
by Elliott Hughes
· 10 years ago
bc2e88a
Revert "Revert "Remove remaining ndk_cruft from LP64 platforms""
by Dimitry Ivanov
· 10 years ago
23af25b
Revert "Remove remaining ndk_cruft from LP64 platforms"
by Dimitry Ivanov
· 10 years ago
b1d0a2a
Remove remaining ndk_cruft from LP64 platforms
by Dimitry Ivanov
· 10 years ago
e46ded5
Merge "Do not set properties in bionic_systrace"
by Tom Cherry
· 10 years ago
46e2ead
Do not set properties in bionic_systrace
by Tom Cherry
· 10 years ago
9d8632e
Merge "constexpr constructor for atfork_list_t"
by Dimitry Ivanov
· 10 years ago
6500f51
Merge "Fix -fstack-protector-strong for x86."
by Elliott Hughes
· 10 years ago
9da687e
bionic: Build Breakage
by Mark Salyzyn
· 10 years ago
6c54ddd
Fix -fstack-protector-strong for x86.
by Elliott Hughes
· 10 years ago
89a50fe
constexpr constructor for atfork_list_t
by Dimitry Ivanov
· 10 years ago
eaccfde
Merge "Add monotonic logging for bionic"
by Mark Salyzyn
· 10 years ago
d51a0b0
Base bcopy on memmove rather than memcpy.
by Rohit Agrawal
· 10 years ago
cfd5a46
Make all of ndk_cruft.cpp one big extern "C".
by Elliott Hughes
· 10 years ago
bb46afd
Revert "Revert "Remove __sinit and __sdidinit.""
by Elliott Hughes
· 10 years ago
c8bae05
Revert "Remove __sinit and __sdidinit."
by Elliott Hughes
· 10 years ago
4ade519
Merge "Do not create prop files for ctl.* properties"
by Tom Cherry
· 10 years ago
21eadee
Do not create prop files for ctl.* properties
by Tom Cherry
· 10 years ago
8766edc
Fix GCC build.
by Elliott Hughes
· 10 years ago
2558b11
Merge "Remove __sinit and __sdidinit."
by Elliott Hughes
· 10 years ago
870f165
Add monotonic logging for bionic
by Mark Salyzyn
· 10 years ago
6ed51c0
add checks for initialization for system properties
by Tom Cherry
· 10 years ago
2452cf3
Merge "Clear pthread_internal_t allocated on user provided stack."
by Yabin Cui
· 10 years ago
304348a
Clear pthread_internal_t allocated on user provided stack.
by Yabin Cui
· 10 years ago
845e24a
Remove c++14'isms from system_properties
by Tom Cherry
· 10 years ago
4371961
Remove __sinit and __sdidinit.
by Elliott Hughes
· 10 years ago
49a309f
Separate properties by selabel
by Tom Cherry
· 10 years ago
6bef152
Merge "Init stdio in __libc_init_common."
by Yabin Cui
· 10 years ago
d68c9e5
Init stdio in __libc_init_common.
by Yabin Cui
· 10 years ago
952e9eb
Don't use __thread in __cxa_thread_finalize().
by Yabin Cui
· 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
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
284068f
Fix tsan abort for lake of __libc_auxv initialization.
by Yabin Cui
· 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
2fb0265
libc_init_common.cpp: Clarify when environment stripping occurs
by Nick Kralevich
· 10 years ago
926ebe1
Refactor prop_area into a class
by Tom Cherry
· 10 years ago
4200e26
fix the mremap signature
by Daniel Micay
· 10 years ago
706186d
fix PTRDIFF_MAX check in the 32-bit mmap wrapper
by Daniel Micay
· 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
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
d7c7daa
Remove the legacy endusershell/getusershell/setusershell stubs.
by Elliott Hughes
· 10 years ago
6331e80
Implement scandirat and scandirat64.
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
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
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
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
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
0478666
Fix inet_addr/inet_aton/inet_network.
by Elliott Hughes
· 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
cb6f599
Fix the way to count online cpus.
by Yabin Cui
· 10 years ago
23360cc
Remove invalid left shifts of -1.
by Stephen Hines
· 10 years ago
9e3a249
Merge "Clean up /proc/<pid>/maps sscanfs."
by Elliott Hughes
· 10 years ago
0dec228
Clean up /proc/<pid>/maps sscanfs.
by Elliott Hughes
· 10 years ago
dd51453
Merge "Add preliminary OEM UID/GID support."
by Jorge Lucangeli Obes
· 10 years ago
a39e301
Add preliminary OEM UID/GID support.
by Jorge Lucangeli Obes
· 10 years ago
33ac04a
Increase alternative signal stack size on 64-bit devices.
by Yabin Cui
· 10 years ago
7fda8d2
Implement setjmp cookies on ARM.
by Josh Gao
· 10 years ago
5693332
Fix the way to get main thread stack start address.
by Mor-sarid, Nitzan
· 10 years ago
5ca6652
make mmap fail on requests larger than PTRDIFF_MAX
by Daniel Micay
· 10 years ago
efc134d
Only close stdin/stdout/stderr for debug malloc.
by Christopher Ferris
· 10 years ago
32bf43f
Rename debug_stacktrace to debug_backtrace.
by Elliott Hughes
· 10 years ago
848808c
Merge "Add preadv/pwritev."
by Elliott Hughes
· 10 years ago
6f4594d
Add preadv/pwritev.
by Elliott Hughes
· 10 years ago
d518a6d
Merge "Fix the 16 bit/32 bit instruction check for arm."
by Christopher Ferris
· 10 years ago
b72c9d8
Fix the 16 bit/32 bit instruction check for arm.
by Christopher Ferris
· 10 years ago
7ac3c12
Add strchrnul.
by Elliott Hughes
· 10 years ago
62c26ed
Merge "add fortified implementations of write/pwrite{,64}"
by Yabin Cui
· 10 years ago
afdd154
add fortified implementations of write/pwrite{,64}
by Daniel Micay
· 10 years ago
224bef8
Modify ip to get the instr being executed.
by Christopher Ferris
· 10 years ago
9101b00
add a fortified implementation of getcwd
by Daniel Micay
· 11 years ago
36443fd
Remove PAGE_SIZE from <limits.h>.
by Elliott Hughes
· 10 years ago
820a86f
Remove PAGESIZE.
by Elliott Hughes
· 10 years ago
afab3ff
Move PAGE_MASK into <sys/user.h>.
by Elliott Hughes
· 10 years ago
667dc75
deprecate TARGET_USES_LOGD
by Mark Salyzyn
· 10 years ago
8af3263
Merge "add fortified implementations of fread/fwrite"
by Yabin Cui
· 10 years ago
189394b
Use AT_PAGESZ for sysconf(_SC_PAGE_SIZE).
by Elliott Hughes
· 10 years ago
fed2659
add fortified implementations of fread/fwrite
by Daniel Micay
· 10 years ago
1661125
Don't abort when failed to write tracing message.
by Yabin Cui
· 10 years ago
2565492
Merge "Add getgrgid_r/getgrnam_r."
by Yabin Cui
· 10 years ago
c4786d3
Add getgrgid_r/getgrnam_r.
by Yabin Cui
· 10 years ago
3b49d61
Merge "libc: arch-x86: implement kernel vdso time functions"
by Elliott Hughes
· 10 years ago
10726d5
libc: arch-x86: implement kernel vdso time functions
by Robert Jarzmik
· 10 years ago
Next »