Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
ac49cedc7e2bab2073a0895ef01e31dac84f590b
/
libc
/
private
ac49ced
Always use CLOCK_MONOTONIC for pthreads and semaphores
by Tom Cherry
· 8 years ago
c41b560
Implement wcwidth(3) in terms of icu4c.
by Elliott Hughes
· 8 years ago
697f42a
Hide various mbstate implementation details.
by Elliott Hughes
· 8 years ago
ea3df0c
Revert "arm64: expand CFI shadow to cover 48-bit virtual addresses"
by Elliott Hughes
· 8 years ago
ae73516
arm64: expand CFI shadow to cover 48-bit virtual addresses
by Kevin Brodsky
· 8 years ago
996f6de
MIPS: 32/64-bit VDSO support
by Goran Ferenc
· 8 years ago
a1c0d2f
Add support for modifying decay timer.
by Christopher Ferris
· 8 years ago
7a3681e
Move libc_log code into libasync_safe.
by Christopher Ferris
· 8 years ago
e4ddb3c
Move bionic_systrace.cpp over to CachedProperty.
by Elliott Hughes
· 8 years ago
ff82ce8
Merge "Remove the useless lock from CachedProperty."
by Treehugger Robot
· 8 years ago
a98aa56
Remove the useless lock from CachedProperty.
by Elliott Hughes
· 8 years ago
c40af33
Merge "Move scopeguard into android::base"
by Tom Cherry
· 8 years ago
9e27e58
Add support for disabling the greylist.
by Elliott Hughes
· 8 years ago
b8ab618
Move scopeguard into android::base
by Tom Cherry
· 8 years ago
1c864b6
Merge "Break android_set_abort_message out of libc_logging."
by Josh Gao
· 8 years ago
10ec928
Break android_set_abort_message out of libc_logging.
by Josh Gao
· 8 years ago
6367f5e
Merge changes I826756d9,I00e2edb2
by Josh Gao
· 8 years ago
2a4a5e7
Add end() method to bionic's ScopedTrace class
by Dimitry Ivanov
· 8 years ago
c17e5a4
libc_logging: mention that they're async signal safe.
by Josh Gao
· 8 years ago
6391e1a
libc: __system_property_set uses writev to write atomically
by Dimitry Ivanov
· 8 years ago
5e2285d
Allocate thread local buffers in __init_tls.
by Josh Gao
· 8 years ago
273991c
Add __libc_format_buffer_va_list.
by Josh Gao
· 8 years ago
0a3637d
Runtime support for CFI
by Evgenii Stepanov
· 9 years ago
722d01a
Fix icu4c calling on x86.
by Elliott Hughes
· 9 years ago
585fc3e
Add __libc_arc4random_unlimited_entropy.
by Josh Gao
· 9 years ago
a57ca0d
Use icu4c to implement <wctype.h>.
by Elliott Hughes
· 9 years ago
a170d9b
Revert "Revert "Attempt to use arc4random where getauxval(AT_RANDOM) is used.""
by Josh Gao
· 9 years ago
e6ee960
Replace .align with .balign for clarity
by Dimitry Ivanov
· 9 years ago
b36efa4
Fix instances of '#if __LP64__'.
by Josh Gao
· 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
· 9 years ago
1291e50
Remove bionic's now-unused UniquePtr.
by Elliott Hughes
· 9 years ago
4f62c5b
Merge changes I7718b1ba,I648adc35
by Treehugger Robot
· 9 years ago
d13e9a6
Align-up and randomize shared libraries.
by Evgenii Stepanov
· 9 years ago
4ce902c
Support 32-bit ARM vdso.
by Elliott Hughes
· 9 years ago
53420fb
x86-64's va_list is not a pointer type.
by Elliott Hughes
· 9 years ago
b6453c5
Only initialize the global stack protector once.
by Josh Gao
· 9 years ago
8ed118d
Apparently mips and x86's va_list is a pointer type.
by Elliott Hughes
· 9 years ago
9eb3ae1
Remove __nonnull (in favor of _Nonnull).
by Elliott Hughes
· 9 years ago
c80ffec
Defer registration of the arc4random fork-detect handler.
by Josh Gao
· 9 years ago
b0da576
Move the IEEE fp header out of the public headers.
by Elliott Hughes
· 9 years ago
26bc9c6
Move <sys/_sigdefs.h> and <sys/_errdefs.h> to private.
by Josh Gao
· 9 years ago
5db4b6e
Make it harder to use a broken legacy function by accident.
by Elliott Hughes
· 9 years ago
be91052
libc: implement kernel vdso syscalls for i386
by Mingwei Shi
· 10 years ago
fc69a8a
Improve and fix the stack-protector tests.
by Elliott Hughes
· 9 years ago
b83d674
Improve FORTIFY failure diagnostics.
by Elliott Hughes
· 9 years ago
2c75991
Add backtrace_string and export to libmemunreachable
by Colin Cross
· 10 years ago
869691c
Export malloc_iterate and friends
by Colin Cross
· 10 years ago
ca48274
Revert "Revert "Make sem_wait able to return errno EINTR for sdk > 23.""
by Yabin Cui
· 10 years ago
63860cb
Malloc debug rewrite.
by Christopher Ferris
· 10 years ago
0ac0cee
Remove dlmalloc.
by Josh Gao
· 10 years ago
42d949f
Defend against -fstack-protector in libc startup.
by Elliott Hughes
· 10 years ago
76dfa6e
Remove mktime_tz.
by Elliott Hughes
· 10 years ago
63fbb23
Tidy up KernelArgumentBlock::getauxval.
by Elliott Hughes
· 10 years ago
7cb3c4a
Merge "sem_timedwait with a null timeout doesn't mean "forever"."
by Elliott Hughes
· 10 years ago
0b13f29
Fix missing parentheses.
by Christopher Ferris
· 10 years ago
dd586f2
sem_timedwait with a null timeout doesn't mean "forever".
by Elliott Hughes
· 10 years ago
a5e183c
Explicitly disallow default c-tor
by Dimitry Ivanov
· 10 years ago
74ed96d
Merge "Use FUTEX_WAIT_BITSET to avoid converting timeouts."
by Yabin Cui
· 10 years ago
c9a659c
Use FUTEX_WAIT_BITSET to avoid converting timeouts.
by Yabin Cui
· 10 years ago
fe3a83a
Implement pthread spin.
by Yabin Cui
· 10 years ago
6331e80
Implement scandirat and scandirat64.
by Elliott Hughes
· 10 years ago
d26e780
Use bionic lock in pthread_internal_t.
by Yabin Cui
· 10 years ago
3c8fc2f
Move malloc dispatch table to __libc_globals.
by Josh Gao
· 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
ad157a3
Merge "Add a no dwarf version of assembler macros."
by Christopher Ferris
· 10 years ago
8f8308c
Add a no dwarf version of assembler macros.
by Christopher Ferris
· 10 years ago
cb6f599
Fix the way to count online cpus.
by Yabin Cui
· 10 years ago
aa23b2e
Add a TLS slot for TSAN.
by Dan Albert
· 10 years ago
e80369a
Merge "Bionic: Add a TLS slot for ART for Thread self"
by Andreas Gampe
· 10 years ago
9bbb5a7
Bionic: Add a TLS slot for ART for Thread self
by Andreas Gampe
· 10 years ago
afab3ff
Move PAGE_MASK into <sys/user.h>.
by Elliott Hughes
· 10 years ago
d294863
Use a less misleading name for the code that sets up the main thread.
by Elliott Hughes
· 10 years ago
0346ad7
ScopedFd: Don't use TEMP_FAILURE_RETRY() with close()
by Spencer Low
· 10 years ago
c0f8928
Update the number of jemalloc reserved keys.
by Christopher Ferris
· 10 years ago
76615da
Provide writer preference option in rwlock.
by Yabin Cui
· 10 years ago
6170693
Make ThreadLocalBuffer a class rather than a macro.
by Elliott Hughes
· 10 years ago
995b813
For libm, use a macro for aliasing symbols.
by Christopher Ferris
· 10 years ago
f7e3b3e
Use pthread_once for g_uselocale_key creation.
by Yabin Cui
· 10 years ago
4a2891d
Better control of pthread keys used in bionic.
by Yabin Cui
· 10 years ago
e1edd30
Merge "Refactor pthread_key.cpp to be lock-free."
by Yabin Cui
· 10 years ago
5e2bd71
Refactor pthread_key.cpp to be lock-free.
by Yabin Cui
· 10 years ago
ce751b3
Lose bionic_atomic stuff.
by Yabin Cui
· 10 years ago
4c5891d
valgrind can't find syscall because we didn't put it in <unistd.h>.
by Elliott Hughes
· 10 years ago
7874f1d
Split the shared group data from the shared passwd data.
by Elliott Hughes
· 11 years ago
6c238f2
Fix pthread key num calculation.
by Yabin Cui
· 11 years ago
a381fe8
Fix ptsname(3) and ttyname(3) to use TLS.
by Elliott Hughes
· 11 years ago
75ef63d
Move some pthread functions to signal.h.
by Dan Albert
· 11 years ago
bfbf7a4
Remove remaining bionic support for TARGET_CPU_SMP being false.
by Elliott Hughes
· 11 years ago
00bbc7f
Bionic: Make DISALLOW_COPY_AND_ASSIGN conditional
by Andreas Gampe
· 11 years ago
04303f5
Add semaphore tests, fix sem_destroy.
by Elliott Hughes
· 11 years ago
0f001b6
Remove "private/bionic_pthread.h".
by Elliott Hughes
· 11 years ago
d9ff722
Refactoring: C++11 style DISABLE_ bionic marcos
by Dmitriy Ivanov
· 11 years ago
14669a9
Load libraries in breadth-first order
by Dmitriy Ivanov
· 11 years ago
498eb18
Revert "Load libraries in breadth-first order"
by Dmitriy Ivanov
· 11 years ago
a3ad450
Load libraries in breadth-first order
by Dmitriy Ivanov
· 11 years ago
57b7a61
Fix pthread_getattr_np for the main thread.
by Elliott Hughes
· 11 years ago
0e7f8a9
Simplify _ALIGN_TEXT.
by Elliott Hughes
· 11 years ago
ce6b1ab
Expose android_set_abort_message().
by Dan Albert
· 11 years ago
Next »