Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
838c5c25705fbdd79de1ddde1d0f45e59eb83349
838c5c2
am a23ee2cf: Merge "Hide _exit_with_stack_teardown."
by Elliott Hughes
· 11 years ago
a23ee2c
Merge "Hide _exit_with_stack_teardown."
by Elliott Hughes
· 11 years ago
31d0398
Hide _exit_with_stack_teardown.
by Elliott Hughes
· 11 years ago
30f89b6
am aafa3d0e: Merge "Hide various debug malloc implementation details."
by Elliott Hughes
· 11 years ago
aafa3d0
Merge "Hide various debug malloc implementation details."
by Elliott Hughes
· 11 years ago
48ecb3a
am 58b52fb1: Merge "Remove dead code."
by Elliott Hughes
· 11 years ago
67e34f3
am e2d5746a: Merge "Hide __signalfd4, used to implement signalfd(3)."
by Elliott Hughes
· 11 years ago
58b52fb
Merge "Remove dead code."
by Elliott Hughes
· 11 years ago
e2d5746
Merge "Hide __signalfd4, used to implement signalfd(3)."
by Elliott Hughes
· 11 years ago
7222b1b
Hide __signalfd4, used to implement signalfd(3).
by Elliott Hughes
· 11 years ago
6b7987c
Hide various debug malloc implementation details.
by Elliott Hughes
· 11 years ago
bd27a8b
Remove dead code.
by Elliott Hughes
· 11 years ago
7177d1d
am d9b06298: Merge "Hide __futex_wake_ex and __futex_wait_ex."
by Elliott Hughes
· 11 years ago
d9b0629
Merge "Hide __futex_wake_ex and __futex_wait_ex."
by Elliott Hughes
· 11 years ago
3973de9
Hide __futex_wake_ex and __futex_wait_ex.
by Elliott Hughes
· 11 years ago
9700b6c
am 22ade3c3: Merge "With libstdc++ in libc, __futex_wait and __futex_wake can be hidden."
by Elliott Hughes
· 11 years ago
22ade3c
Merge "With libstdc++ in libc, __futex_wait and __futex_wake can be hidden."
by Elliott Hughes
· 11 years ago
879180c
With libstdc++ in libc, __futex_wait and __futex_wake can be hidden.
by Elliott Hughes
· 11 years ago
80cff53
am 2a602272: Merge "Move libstdc++ into libc."
by Elliott Hughes
· 11 years ago
2a60227
Merge "Move libstdc++ into libc."
by Elliott Hughes
· 11 years ago
0d9c78a
am 5265ad62: Merge "Fix comment typo."
by Christopher Ferris
· 11 years ago
5265ad6
Merge "Fix comment typo."
by Christopher Ferris
· 11 years ago
9029d2f
Fix comment typo.
by Christopher Ferris
· 11 years ago
7f3d6b6
am 0a5b0166: Merge "Register _cleanup function with atexit"
by Dmitriy Ivanov
· 11 years ago
0a5b016
Merge "Register _cleanup function with atexit"
by Dmitriy Ivanov
· 11 years ago
b9fdad7
am ec81b4a3: Merge "Scrub uapi headers slightly harder."
by Elliott Hughes
· 11 years ago
ec81b4a
Merge "Scrub uapi headers slightly harder."
by Elliott Hughes
· 11 years ago
b17cc88
am 86bc436e: Merge "Improve detection of already loaded libraries"
by Dmitriy Ivanov
· 11 years ago
86bc436
Merge "Improve detection of already loaded libraries"
by Dmitriy Ivanov
· 11 years ago
623b0d0
Register _cleanup function with atexit
by Dmitriy Ivanov
· 11 years ago
8ed7a23
Scrub uapi headers slightly harder.
by Elliott Hughes
· 11 years ago
e5205d3
am 089c7c92: Merge "Document a known test issue in stdio_test.cpp."
by Calin Juravle
· 11 years ago
83c94c6
am 98efae4c: Merge "Fill in missing bits in x86(_64) ucontext_t"
by Calin Juravle
· 11 years ago
089c7c9
Merge "Document a known test issue in stdio_test.cpp."
by Calin Juravle
· 11 years ago
98efae4
Merge "Fill in missing bits in x86(_64) ucontext_t"
by Calin Juravle
· 11 years ago
9b95ea9
Document a known test issue in stdio_test.cpp.
by Calin Juravle
· 11 years ago
a6ab968
Fill in missing bits in x86(_64) ucontext_t
by Calin Juravle
· 11 years ago
c67e917
am d0a89921: Merge "Rename user_i387_struct -> user_fpregs_struct in sys/ucontext.h"
by Andrew Hsieh
· 11 years ago
d0a8992
Merge "Rename user_i387_struct -> user_fpregs_struct in sys/ucontext.h"
by Andrew Hsieh
· 11 years ago
15b641a
Move libstdc++ into libc.
by Elliott Hughes
· 11 years ago
9b5b40b
Rename user_i387_struct -> user_fpregs_struct in sys/ucontext.h
by Andrew Hsieh
· 11 years ago
493cfc3
am 1596b884: Merge "Increase minimum thread size for 64 bit."
by Christopher Ferris
· 11 years ago
1596b88
Merge "Increase minimum thread size for 64 bit."
by Christopher Ferris
· 11 years ago
ea5248e
Increase minimum thread size for 64 bit.
by Christopher Ferris
· 11 years ago
4cbb778
am f280130f: Merge "Remove the unused __system_property_wait."
by Elliott Hughes
· 11 years ago
f280130
Merge "Remove the unused __system_property_wait."
by Elliott Hughes
· 11 years ago
cd5b792
am bc7f8a79: Merge "Do not keep struct state on the stack."
by Christopher Ferris
· 11 years ago
3e78698
Remove the unused __system_property_wait.
by Elliott Hughes
· 11 years ago
bc7f8a7
Merge "Do not keep struct state on the stack."
by Christopher Ferris
· 11 years ago
f015757
am 1e07463f: Merge "Add tests for fprintf behavior when the underlying fd is bad."
by Elliott Hughes
· 11 years ago
8a8b0c9
Do not keep struct state on the stack.
by Christopher Ferris
· 11 years ago
1e07463
Merge "Add tests for fprintf behavior when the underlying fd is bad."
by Elliott Hughes
· 11 years ago
d59e500
Improve detection of already loaded libraries
by Dmitriy Ivanov
· 11 years ago
283ec62
am 6897b7b8: Merge "Fix for linker allocator"
by Dmitriy Ivanov
· 11 years ago
6897b7b
Merge "Fix for linker allocator"
by Dmitriy Ivanov
· 11 years ago
c9244bd
Add tests for fprintf behavior when the underlying fd is bad.
by Elliott Hughes
· 11 years ago
f5b79eb
am fbd9dcad: Merge "Add a unit test for already-fixed printf -0.0 formatting."
by Elliott Hughes
· 11 years ago
fbd9dca
Merge "Add a unit test for already-fixed printf -0.0 formatting."
by Elliott Hughes
· 11 years ago
1079406
Fix for linker allocator
by Dmitriy Ivanov
· 11 years ago
d2ac878
am 49ec2a0c: Merge "Mark sockets on accept()."
by Sreeram Ramachandran
· 11 years ago
deedbeb
am acc51369: Merge "Add a regression test for a long-fixed pthread_once bug."
by Elliott Hughes
· 11 years ago
d60d67d
am aeec2ae7: Merge "Remove the broken pthread deadlock prediction."
by Elliott Hughes
· 11 years ago
49ec2a0
Merge "Mark sockets on accept()."
by Sreeram Ramachandran
· 11 years ago
e77f38f
Add a unit test for already-fixed printf -0.0 formatting.
by Elliott Hughes
· 11 years ago
acc5136
Merge "Add a regression test for a long-fixed pthread_once bug."
by Elliott Hughes
· 11 years ago
aeec2ae
Merge "Remove the broken pthread deadlock prediction."
by Elliott Hughes
· 11 years ago
3694ec6
Add a regression test for a long-fixed pthread_once bug.
by Elliott Hughes
· 11 years ago
07f1ded
Remove the broken pthread deadlock prediction.
by Elliott Hughes
· 11 years ago
8f0cd8a
Mark sockets on accept().
by Sreeram Ramachandran
· 11 years ago
7451897
am e6c27a7a: Merge "Fix a typo in the big g_ search/replace."
by Elliott Hughes
· 11 years ago
e6c27a7
Merge "Fix a typo in the big g_ search/replace."
by Elliott Hughes
· 11 years ago
cd46104
Fix a typo in the big g_ search/replace.
by Elliott Hughes
· 11 years ago
6eb0fe2
am 15c13bd6: Merge "Switch to g_ for globals."
by Elliott Hughes
· 11 years ago
15c13bd
Merge "Switch to g_ for globals."
by Elliott Hughes
· 11 years ago
1728b23
Switch to g_ for globals.
by Elliott Hughes
· 11 years ago
bc45eda
am bac79558: Merge "Fix x86_64 user_fpregs_struct to use the same name for the tag word as glibc."
by Ross McIlroy
· 11 years ago
bac7955
Merge "Fix x86_64 user_fpregs_struct to use the same name for the tag word as glibc."
by Ross McIlroy
· 11 years ago
0c8a5f8
Fix x86_64 user_fpregs_struct to use the same name for the tag word as glibc.
by Ross McIlroy
· 11 years ago
7c0b313
am a7318774: Merge "Change wctype_t from int to long."
by Calin Juravle
· 11 years ago
d36bbf1
am fd3171b4: Merge "Change wctype_t from enum to int"
by Calin Juravle
· 11 years ago
a731877
Merge "Change wctype_t from int to long."
by Calin Juravle
· 11 years ago
fd3171b
Merge "Change wctype_t from enum to int"
by Calin Juravle
· 11 years ago
2146f78
am 3e684183: Merge "Use the NetBSD inet_ntop until the OpenBSD bug is fixed."
by Elliott Hughes
· 11 years ago
3e68418
Merge "Use the NetBSD inet_ntop until the OpenBSD bug is fixed."
by Elliott Hughes
· 11 years ago
5c8c88d
Use the NetBSD inet_ntop until the OpenBSD bug is fixed.
by Elliott Hughes
· 11 years ago
f9a28bd
am c6b5834c: Merge "Remove page level mprotects"
by Dmitriy Ivanov
· 11 years ago
9b1e2a1
am 3557f2f6: Merge "Fix <sys/endian.h> uint32_t build failures."
by Elliott Hughes
· 11 years ago
c6b5834
Merge "Remove page level mprotects"
by Dmitriy Ivanov
· 11 years ago
3557f2f
Merge "Fix <sys/endian.h> uint32_t build failures."
by Elliott Hughes
· 11 years ago
135b103
Fix <sys/endian.h> uint32_t build failures.
by Elliott Hughes
· 11 years ago
bc23e53
Remove page level mprotects
by Dmitriy Ivanov
· 11 years ago
cb6f624
am 17f8ef87: Merge "Flesh out <arpa/inet.h>."
by Elliott Hughes
· 11 years ago
f984afd
am 57722375: Merge "We don\'t need two copies of <nsswitch.h>."
by Elliott Hughes
· 11 years ago
17f8ef8
Merge "Flesh out <arpa/inet.h>."
by Elliott Hughes
· 11 years ago
6a41b0f
Flesh out <arpa/inet.h>.
by Elliott Hughes
· 11 years ago
5772237
Merge "We don't need two copies of <nsswitch.h>."
by Elliott Hughes
· 11 years ago
eed3d0d
We don't need two copies of <nsswitch.h>.
by Elliott Hughes
· 11 years ago
59a4a10
am d57d710f: Merge "Fix build (take two)."
by Sreeram Ramachandran
· 11 years ago
d57d710
Merge "Fix build (take two)."
by Sreeram Ramachandran
· 11 years ago
8205a61
Fix build (take two).
by Sreeram Ramachandran
· 11 years ago
Next »