Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
4a6e9a835a84aca965f0170f604381dae7f130be
4a6e9a8
Fix some unused DT_ warnings
by Dmitriy Ivanov
· 11 years ago
aea393c
Merge "Remove has_DT_SYMBOLIC flag"
by Dmitriy Ivanov
· 11 years ago
8f61d99
Remove has_DT_SYMBOLIC flag
by Dmitriy Ivanov
· 11 years ago
380a3be
Merge "Fix 32-bit arm unwinding through signal frames."
by Elliott Hughes
· 11 years ago
148dff3
Fix 32-bit arm unwinding through signal frames.
by Elliott Hughes
· 11 years ago
370704d
Merge "Add benchmarks for pthread_rw_locks"
by Calin Juravle
· 11 years ago
837a962
Add benchmarks for pthread_rw_locks
by Calin Juravle
· 11 years ago
5cba3c6
Merge "Fix signal trampolines."
by Elliott Hughes
· 11 years ago
2997ae8
Merge "Fix dlsym() to take into account RTLD_GLOBAL/LOCAL"
by Dmitriy Ivanov
· 11 years ago
e8ba50f
Fix dlsym() to take into account RTLD_GLOBAL/LOCAL
by Dmitriy Ivanov
· 11 years ago
0b8f6d5
Merge "Add dlfcn_test to glibc test suite."
by Dmitriy Ivanov
· 11 years ago
36f451a
Fix signal trampolines.
by Elliott Hughes
· 11 years ago
eb27bba
Add dlfcn_test to glibc test suite.
by Dmitriy Ivanov
· 11 years ago
95b0c6a
Merge "POSIX says <signal.h> gets you ucontext_t."
by Elliott Hughes
· 11 years ago
2c58104
Merge "Fix filename in comment in cmath"
by Dan Albert
· 11 years ago
2214a1c
Fix filename in comment in cmath
by m4tx
· 11 years ago
85ef3b5
Merge "Update NOTICE files."
by Elliott Hughes
· 11 years ago
ae51acc
Merge "Remove an unused file."
by Elliott Hughes
· 11 years ago
5c2264a
Update NOTICE files.
by Elliott Hughes
· 11 years ago
5681fe8
Remove an unused file.
by Elliott Hughes
· 11 years ago
26a8eb5
POSIX says <signal.h> gets you ucontext_t.
by Elliott Hughes
· 11 years ago
73d2059
Merge "Explain why clock(3) isn't broken."
by Elliott Hughes
· 11 years ago
f83c208
Explain why clock(3) isn't broken.
by Elliott Hughes
· 11 years ago
21451f5
Merge "Get new coshl, sinhl, and tanhl implementations from upstream."
by Elliott Hughes
· 11 years ago
c729d4f
Get new coshl, sinhl, and tanhl implementations from upstream.
by Elliott Hughes
· 11 years ago
a40a16e
Merge "Add a test for pthread_gettid_np."
by Elliott Hughes
· 11 years ago
8fb639c
Add a test for pthread_gettid_np.
by Elliott Hughes
· 11 years ago
69c2d7d
Merge "Sync libm with upstream."
by Elliott Hughes
· 11 years ago
460ad74
Sync libm with upstream.
by Elliott Hughes
· 11 years ago
e39e47c
Merge "Remove "private/bionic_pthread.h"."
by Elliott Hughes
· 11 years ago
0f001b6
Remove "private/bionic_pthread.h".
by Elliott Hughes
· 11 years ago
d74aa58
Merge "Fix unload of recursively linked library"
by Dmitriy Ivanov
· 11 years ago
aad9206
Merge "Reformatting"
by Dmitriy Ivanov
· 11 years ago
66bbf15
Merge "Refactoring: C++11 style DISABLE_ bionic marcos"
by Dmitriy Ivanov
· 11 years ago
6abf624
Reformatting
by Dmitriy Ivanov
· 11 years ago
a6ac54a
Fix unload of recursively linked library
by Dmitriy Ivanov
· 11 years ago
8d8a789
Merge "Expose __swsetup for LP32 binary compatibility."
by Elliott Hughes
· 11 years ago
5f35710
Expose __swsetup for LP32 binary compatibility.
by Elliott Hughes
· 11 years ago
6487f0d
Merge "Add IFUNC support for arm64 and IRELATIVE reloc"
by Dmitriy Ivanov
· 11 years ago
9aea164
Add IFUNC support for arm64 and IRELATIVE reloc
by Dmitriy Ivanov
· 11 years ago
5920a9a
Merge "Add pthread_gettid_np and re-expose __get_thread for LP32."
by Elliott Hughes
· 11 years ago
a4831cb
Add pthread_gettid_np and re-expose __get_thread for LP32.
by Elliott Hughes
· 11 years ago
ea66004
Merge "Fix mips __fadvise64.S build failure."
by Elliott Hughes
· 11 years ago
9990b39
Fix mips __fadvise64.S build failure.
by Elliott Hughes
· 11 years ago
33df10f
Merge "Add posix_fadvise(3)."
by Elliott Hughes
· 11 years ago
b587f33
Add posix_fadvise(3).
by Elliott Hughes
· 11 years ago
c71483c
Merge "When comparing DNS server configs, also compare number of servers"
by Lorenzo Colitti
· 11 years ago
bce18c9
When comparing DNS server configs, also compare number of servers
by Lorenzo Colitti
· 11 years ago
d9ff722
Refactoring: C++11 style DISABLE_ bionic marcos
by Dmitriy Ivanov
· 11 years ago
3c3624f
Merge "Load libraries in breadth-first order"
by Dmitriy Ivanov
· 11 years ago
671f96c
Merge "Ensure __set_errno is still visible on LP32."
by Elliott Hughes
· 11 years ago
011e111
Ensure __set_errno is still visible on LP32.
by Elliott Hughes
· 11 years ago
201f36d
Merge "Don't expose non-standard basename_r and dirname_r in LP64."
by Elliott Hughes
· 11 years ago
cf5fc80
Don't expose non-standard basename_r and dirname_r in LP64.
by Elliott Hughes
· 11 years ago
14669a9
Load libraries in breadth-first order
by Dmitriy Ivanov
· 11 years ago
d3d89f0
Merge "Add arc4random_addrandom binary compatibility."
by Elliott Hughes
· 11 years ago
fc82973
Add arc4random_addrandom binary compatibility.
by Elliott Hughes
· 11 years ago
b4673c4
Merge "Add dlmalloc_usable_size for 32 bit arches."
by Christopher Ferris
· 11 years ago
f903558
Add dlmalloc_usable_size for 32 bit arches.
by Christopher Ferris
· 11 years ago
e07b4da
Merge "Use LOCAL_POST_LINK_CMD to insert the objcopy command for linker."
by Ying Wang
· 11 years ago
320a01d
Merge "Revert "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
f9e147b
Use LOCAL_POST_LINK_CMD to insert the objcopy command for linker.
by Ying Wang
· 11 years ago
b3ebfec
Merge "Fix order of soinfo links (repairs libcxx tests)."
by Dmitriy Ivanov
· 11 years ago
b2a30ee
Fix order of soinfo links (repairs libcxx tests).
by Dmitriy Ivanov
· 11 years ago
8adace5
Merge "Enable clang compilation with libc but not linker."
by Chih-Hung Hsieh
· 11 years ago
b58db8b
Enable clang compilation with libc but not linker.
by Chih-Hung Hsieh
· 11 years ago
001815e
Merge "Reset enviroment for math_tests"
by Dmitriy Ivanov
· 11 years ago
7b956ed
Reset enviroment for math_tests
by Dmitriy Ivanov
· 11 years ago
aca9cae
Merge "Fix pthread_attr_getstack__main_thread."
by Elliott Hughes
· 11 years ago
27a9aed
Fix pthread_attr_getstack__main_thread.
by Elliott Hughes
· 11 years ago
c74a768
Merge "Fix mips signed/unsigned signal_test.cpp build breakage."
by Elliott Hughes
· 11 years ago
aa13e83
Fix mips signed/unsigned signal_test.cpp build breakage.
by Elliott Hughes
· 11 years ago
44352f5
Merge "Revert "Register __libc_fini as early as possible.""
by Dmitriy Ivanov
· 11 years ago
c0cd9ce
Merge "Revert "Fix arm64 build""
by Dmitriy Ivanov
· 11 years ago
4b41555
Revert "Register __libc_fini as early as possible."
by Dmitriy Ivanov
· 11 years ago
f0d8970
Revert "Fix arm64 build"
by Dmitriy Ivanov
· 11 years ago
05f0bfd
Merge "Don't mask out SA_RESTORER from sa_flags."
by Elliott Hughes
· 11 years ago
afe58ad
Don't mask out SA_RESTORER from sa_flags.
by Elliott Hughes
· 11 years ago
4ee7c32
Merge "Disable Clang, due to x86 LDBL_MANT_DIG errors."
by Chih-Hung Hsieh
· 11 years ago
356a624
Disable Clang, due to x86 LDBL_MANT_DIG errors.
by Chih-Hung Hsieh
· 11 years ago
071bed8
Merge "_GNU_SOURCE implies _BSD_SOURCE and the latest _POSIX_C_SOURCE."
by Elliott Hughes
· 11 years ago
fc8974b
_GNU_SOURCE implies _BSD_SOURCE and the latest _POSIX_C_SOURCE.
by Elliott Hughes
· 11 years ago
1737b15
Merge "Load libraries in breadth-first order"
by Dmitriy Ivanov
· 11 years ago
8f3b8f5
Merge "Fix arm64 build"
by Dmitriy Ivanov
· 11 years ago
58bb54c
Merge "Add back a dummy arc4random_stir for compatibility."
by Elliott Hughes
· 11 years ago
5c1a7fd
Fix arm64 build
by Dmitriy Ivanov
· 11 years ago
5dea472
Add back a dummy arc4random_stir for compatibility.
by Elliott Hughes
· 11 years ago
450aaa0
Merge "Register __libc_fini as early as possible."
by Dmitriy Ivanov
· 11 years ago
e880c73
Register __libc_fini as early as possible.
by Dmitriy Ivanov
· 11 years ago
8da304b
Merge "Make string tests check all alignment combinations"
by Dmitriy Ivanov
· 11 years ago
a3ad450
Load libraries in breadth-first order
by Dmitriy Ivanov
· 11 years ago
28f1770
Merge "Don't fail a test just because we aren't root."
by Dan Albert
· 11 years ago
69fb9f3
Don't fail a test just because we aren't root.
by Dan Albert
· 11 years ago
3b10ba6
Merge "Add some missing dlclose(.)"
by Dmitriy Ivanov
· 11 years ago
319356e
Add some missing dlclose(.)
by Dmitriy Ivanov
· 11 years ago
c7de919
Merge "Start math tests with a clean fenv."
by Dan Albert
· 11 years ago
6676a7d
Start math tests with a clean fenv.
by Dan Albert
· 11 years ago
847e52b
Merge "Prevent a few test pthread keys from leaking."
by Dan Albert
· 11 years ago
1d53ae2
Prevent a few test pthread keys from leaking.
by Dan Albert
· 11 years ago
Next »