Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
c13a2044e3b4d6084ef7ed32fb35e63e4157a96a
c13a204
Merge "Fix newlocale with a NULL locale name."
by Elliott Hughes
· 11 years ago
7e0d0f8
Fix newlocale with a NULL locale name.
by Elliott Hughes
· 11 years ago
57df00a
Merge "Improve math tests to allow a specific ulp bound."
by Elliott Hughes
· 11 years ago
1b37ba2
Improve math tests to allow a specific ulp bound.
by Elliott Hughes
· 11 years ago
6c8f247
Merge "Fix warning of missing field initializer."
by Chih-Hung Hsieh
· 11 years ago
dc6599e
Fix warning of missing field initializer.
by Chih-Hung Hsieh
· 11 years ago
695781b
Merge "Make host tests depend on /system/etc/hosts."
by Dan Albert
· 11 years ago
e76ea9b
Merge "Ensure we initialize stdin/stdout/stderr's recursive mutexes."
by Elliott Hughes
· 11 years ago
62b7279
Make host tests depend on /system/etc/hosts.
by Dan Albert
· 11 years ago
6a03abc
Ensure we initialize stdin/stdout/stderr's recursive mutexes.
by Elliott Hughes
· 11 years ago
38ff882
Merge "Revert "Use local copy of the library name on dlopen""
by Dmitriy Ivanov
· 11 years ago
9fb216f
Revert "Use local copy of the library name on dlopen"
by Dmitriy Ivanov
· 11 years ago
36ffc73
Merge "Fix arm64 and arm builds."
by Dmitriy Ivanov
· 11 years ago
4e446b1
Fix arm64 and arm builds.
by Dmitriy Ivanov
· 11 years ago
f33ad40
Merge "Fix symbol lookup order during relocation"
by Dmitriy Ivanov
· 11 years ago
74c0ccd
Merge "Use local copy of the library name on dlopen"
by Dmitriy Ivanov
· 11 years ago
da8e591
Use local copy of the library name on dlopen
by Dmitriy Ivanov
· 11 years ago
d225a5e
Fix symbol lookup order during relocation
by Dmitriy Ivanov
· 11 years ago
e38bf83
Merge "limits.h: add define for HOST_NAME_MAX"
by Elliott Hughes
· 11 years ago
0589777
limits.h: add define for HOST_NAME_MAX
by Yongqin Liu
· 11 years ago
f362e9f
Merge "Remove an unused file."
by Elliott Hughes
· 11 years ago
39cd0fa
Remove an unused file.
by Elliott Hughes
· 11 years ago
d50495a
Merge "Extra strtod/strtof tests."
by Elliott Hughes
· 11 years ago
89aaaff
Extra strtod/strtof tests.
by Elliott Hughes
· 11 years ago
cbb4606
Merge "change unsigned int to uint32_t for api arc4random/arc4random_uniform"
by Yabin Cui
· 11 years ago
a39f939
change unsigned int to uint32_t for api arc4random/arc4random_uniform
by Yabin Cui
· 11 years ago
13dcb88
Merge "Disable tzdata in $ANDROID_DATA."
by Elliott Hughes
· 11 years ago
e24bf5d
Disable tzdata in $ANDROID_DATA.
by Elliott Hughes
· 11 years ago
f96eaf6
Merge "[x86,x86_64] Fix libgcc unwinding through signal"
by Elliott Hughes
· 11 years ago
50321e2
[x86,x86_64] Fix libgcc unwinding through signal
by Pavel Chupin
· 11 years ago
ec58e29
Merge "pthread_setname_np appears in glibc 2.12."
by Elliott Hughes
· 11 years ago
ed29e85
pthread_setname_np appears in glibc 2.12.
by Elliott Hughes
· 11 years ago
021b641
Merge "Fix the type of u_ar0 in <sys/user.h>."
by Elliott Hughes
· 11 years ago
7f164f6
Merge "POSIX says pthread_mutex_trylock returns EBUSY, not EDEADLK."
by Elliott Hughes
· 11 years ago
e23f564
Merge "Fix *tests-run-on-host target"
by Dmitriy Ivanov
· 11 years ago
095636e
Fix *tests-run-on-host target
by Dmitriy Ivanov
· 11 years ago
e03950f
Fix the type of u_ar0 in <sys/user.h>.
by Elliott Hughes
· 11 years ago
5b1111a
POSIX says pthread_mutex_trylock returns EBUSY, not EDEADLK.
by Elliott Hughes
· 11 years ago
c716dd1
Merge "bionic tests: migrate test for mutex type from system/extras"
by Elliott Hughes
· 11 years ago
4199695
bionic tests: migrate test for mutex type from system/extras
by Derek Xue
· 11 years ago
f56a2f5
Merge "Remove unnecessary reinterpret_cast"
by Dmitriy Ivanov
· 11 years ago
c9d1658
Remove unnecessary reinterpret_cast
by Dmitriy Ivanov
· 11 years ago
57c5a55
Merge "Disable clang compilation due to lack of ifunc."
by Chih-Hung Hsieh
· 11 years ago
c83837e
Merge "Make the netdb unit tests work on the host."
by Elliott Hughes
· 11 years ago
b086298
Disable clang compilation due to lack of ifunc.
by Chih-Hung Hsieh
· 11 years ago
1e8ebdc
Make the netdb unit tests work on the host.
by Elliott Hughes
· 11 years ago
cad8d22
Merge "Use mxcr_mask instead of mxcsr_mask to match glibc."
by Elliott Hughes
· 11 years ago
f485547
Use mxcr_mask instead of mxcsr_mask to match glibc.
by Elliott Hughes
· 11 years ago
a4c0b75
Merge "Add mkfifoat(3)."
by Elliott Hughes
· 11 years ago
ca8e84c
Add mkfifoat(3).
by Elliott Hughes
· 11 years ago
f33a7d7
Merge "Fix mips build"
by Dmitriy Ivanov
· 11 years ago
398eb5a
Merge "Remove unnecessary lookups during relocations"
by Dmitriy Ivanov
· 11 years ago
90b74fb
Fix mips build
by Dmitriy Ivanov
· 11 years ago
e47b3f8
Remove unnecessary lookups during relocations
by Dmitriy Ivanov
· 11 years ago
566f2bc
Merge "Fix relocation to look for symbols in local group"
by Dmitriy Ivanov
· 11 years ago
cfa97f1
Fix relocation to look for symbols in local group
by Dmitriy Ivanov
· 11 years ago
6c5694b
Merge "Migrate system/extra getaddrinfo test, and fix a bug in getservbyname(3)."
by Elliott Hughes
· 11 years ago
ba81112
Migrate system/extra getaddrinfo test, and fix a bug in getservbyname(3).
by Derek Xue
· 11 years ago
cf8ea37
Merge "bionic/tests: migrate gethostbyname bionic test from system/extra to bionic/tests"
by Elliott Hughes
· 11 years ago
4912fc7
bionic/tests: migrate gethostbyname bionic test from system/extra to bionic/tests
by Derek Xue
· 11 years ago
e516321
Merge "Update bionic to tzdata2014i."
by Elliott Hughes
· 11 years ago
efd2ec8
Merge "Fix race condition in timer disarm/delete."
by Christopher Ferris
· 11 years ago
62d84b1
Fix race condition in timer disarm/delete.
by Christopher Ferris
· 11 years ago
a05c2a2
Update bionic to tzdata2014i.
by Elliott Hughes
· 11 years ago
098cf45
Merge "Replace ambiguous cmp operator with cmpl."
by Chih-Hung Hsieh
· 11 years ago
c89ee27
Replace ambiguous cmp operator with cmpl.
by Chih-Hung Hsieh
· 11 years ago
54d7636
Merge "Rename library_offset to library_fd_offset"
by Dmitriy Ivanov
· 11 years ago
a6c1279
Rename library_offset to library_fd_offset
by Dmitriy Ivanov
· 11 years ago
ad13662
Merge "Never use ASAN."
by Dan Albert
· 11 years ago
5ba672e
Never use ASAN.
by Dan Albert
· 11 years ago
8f41d3d
Merge "Fix generic __memcpy_chk implementation."
by Christopher Ferris
· 11 years ago
9a74048
Merge "Add -no-integrated-as at local level."
by Chih-Hung Hsieh
· 11 years ago
a371750
Add -no-integrated-as at local level.
by Chih-Hung Hsieh
· 11 years ago
7123d43
Fix generic __memcpy_chk implementation.
by Christopher Ferris
· 11 years ago
dec4de4
Merge "Correct way to specify additional dependencies"
by Dmitriy Ivanov
· 11 years ago
4a9e193
Correct way to specify additional dependencies
by Dmitriy Ivanov
· 11 years ago
5281e1f
Merge "Fix misleading comment."
by Dmitriy Ivanov
· 11 years ago
90aa7e3
Merge "Only use <atomic> for C++11 and newer."
by Dan Albert
· 11 years ago
8bb1212
Merge "Don't use an STL for libm."
by Dan Albert
· 11 years ago
3ce0769
Only use <atomic> for C++11 and newer.
by Dan Albert
· 11 years ago
e91d9cd
Don't use an STL for libm.
by Dan Albert
· 11 years ago
f5e0258
Merge "Ignore DT_BIND_NOW (0x18)"
by Dmitriy Ivanov
· 11 years ago
ea6eae1
Ignore DT_BIND_NOW (0x18)
by Dmitriy Ivanov
· 11 years ago
4544d9f
Fix misleading comment.
by Robert Grosse
· 11 years ago
71cbcdc
Merge "We don't actually need all of libc++ here."
by Dan Albert
· 11 years ago
a7c2e0b
We don't actually need all of libc++ here.
by Dan Albert
· 11 years ago
97df16b
Merge "Add clock_settime and clock_nanosleep."
by Elliott Hughes
· 11 years ago
1816025
Add clock_settime and clock_nanosleep.
by Haruki Hasegawa
· 11 years ago
c229705
Merge "Add glibc alias for NT_PRFPREG"
by Dmitriy Ivanov
· 11 years ago
a6bee4d
Add glibc alias for NT_PRFPREG
by Dmitriy Ivanov
· 11 years ago
083769a
Merge "Return total footprint, not high water mark."
by Christopher Ferris
· 11 years ago
fee09e5
Return total footprint, not high water mark.
by Christopher Ferris
· 11 years ago
94571f9
Merge "Use LOCAL_CXX_STL to select libc++_static."
by Dan Albert
· 11 years ago
90a29db
Use LOCAL_CXX_STL to select libc++_static.
by Dan Albert
· 11 years ago
4c08624
Merge "Fix some formatting so GitHub displays it nicely."
by Dan Albert
· 11 years ago
472cce5
Fix some formatting so GitHub displays it nicely.
by Dan Albert
· 11 years ago
8c3901b
Merge "Improve documentation for testing and coverage."
by Dan Albert
· 11 years ago
efee1ce
Improve documentation for testing and coverage.
by Dan Albert
· 11 years ago
2698f9e
Merge "Catch up on upstream's round/roundf/roundl."
by Elliott Hughes
· 11 years ago
14538ca
Catch up on upstream's round/roundf/roundl.
by Elliott Hughes
· 11 years ago
Next »