Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
cf73e00ddeb16c428effe45c91c0fadb844e2a61
cf73e00
Ensure only mips is using GCC to build bionic.
by Elliott Hughes
· 9 years ago
538bdf9
Merge "Tell GCC that sometimes we have to build deprecated functions."
by Elliott Hughes
· 9 years ago
cd3abe3
Tell GCC that sometimes we have to build deprecated functions.
by Elliott Hughes
· 9 years ago
e9daecf
Merge "Stop defining HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE."
by Elliott Hughes
· 9 years ago
4e764a0
Merge "Differentiate the MNTTYPE_* and MNTOPT_* constants."
by Elliott Hughes
· 9 years ago
5dd13d0
Differentiate the MNTTYPE_* and MNTOPT_* constants.
by Elliott Hughes
· 9 years ago
a30e19d
Merge "Add a few missing types and constants to headers."
by Elliott Hughes
· 9 years ago
1f1a51a
Add a few missing types and constants to headers.
by Elliott Hughes
· 9 years ago
96583dc
Stop defining HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE.
by Elliott Hughes
· 9 years ago
eaf50be
Merge "Add a checksum to jmp_buf on mips and mips64."
by Josh Gao
· 9 years ago
a42789f
Merge changes from topic 'setjmp_checksum_x86'
by Josh Gao
· 9 years ago
686e5f6
Add a checksum to jmp_buf on x86_64.
by Josh Gao
· 9 years ago
c244fcb
Delete lies from x86_64 setjmp implementation.
by Josh Gao
· 9 years ago
9260785
Add a checksum to jmp_buf on x86.
by Josh Gao
· 9 years ago
c03e8ce
Merge "Fix test getauxval.arm_has_AT_HWCAP2."
by Yabin Cui
· 9 years ago
8ac6611
Merge "Update Android.bp with getdomainname"
by Dan Willemsen
· 9 years ago
78f5eb0
Fix test getauxval.arm_has_AT_HWCAP2.
by Yabin Cui
· 9 years ago
23aae1c
Update Android.bp with getdomainname
by Dan Willemsen
· 9 years ago
19f5f6f
Merge "linker: hide the pointer to soinfo"
by Dimitry Ivanov
· 9 years ago
d88e1f3
linker: hide the pointer to soinfo
by Dimitry Ivanov
· 9 years ago
33a6622
Merge "Don't bother insisting on AT_HWCAP2 for 32-bit devices."
by Elliott Hughes
· 9 years ago
8a8e0cf
Merge "clock_nanosleep: add CLOCK_THREAD_CPUTIME_ID special case"
by Greg Hackmann
· 9 years ago
900a4dc
Don't bother insisting on AT_HWCAP2 for 32-bit devices.
by Elliott Hughes
· 9 years ago
d15dfb2
clock_nanosleep: add CLOCK_THREAD_CPUTIME_ID special case
by Greg Hackmann
· 9 years ago
3299590
Add a checksum to jmp_buf on mips and mips64.
by Predrag Blagojevic
· 9 years ago
7c59c70
Merge "fixup x86 setdomainname.S"
by Nick Kralevich
· 9 years ago
dbf2e19
fixup x86 setdomainname.S
by Nick Kralevich
· 9 years ago
d132099
Merge "Add hasmntopt(3)"
by Greg Hackmann
· 9 years ago
d81143d
Merge "libc: implement kernel vdso syscalls for i386"
by Elliott Hughes
· 9 years ago
76640d5
Merge "Add {get,set}domainname(2)"
by Greg Hackmann
· 9 years ago
3679ade
Add hasmntopt(3)
by Greg Hackmann
· 9 years ago
e2faf07
Add {get,set}domainname(2)
by Greg Hackmann
· 9 years ago
be91052
libc: implement kernel vdso syscalls for i386
by Mingwei Shi
· 10 years ago
2846ae7
Merge "epoll_create: reject size <= 0"
by Greg Hackmann
· 9 years ago
61cb584
Merge "clone: check for NULL child stack"
by Greg Hackmann
· 9 years ago
ef27637
Merge "Fix x86 __memset_chk."
by Elliott Hughes
· 9 years ago
fc501cc
Merge "Fix the AT_HWCAP2 test."
by Elliott Hughes
· 9 years ago
d4c9112
Fix the AT_HWCAP2 test.
by Elliott Hughes
· 9 years ago
204990c
Fix x86 __memset_chk.
by Elliott Hughes
· 9 years ago
a03c62b
epoll_create: reject size <= 0
by Greg Hackmann
· 9 years ago
fb23fa3
clone: check for NULL child stack
by Greg Hackmann
· 9 years ago
e725dc1
Merge "Remove the __USE_GNU guard from pthread_setname_np again."
by Elliott Hughes
· 9 years ago
cc78b25
Remove the __USE_GNU guard from pthread_setname_np again.
by Elliott Hughes
· 9 years ago
63322aa
Merge "Add pthread_getname_np."
by Elliott Hughes
· 9 years ago
725b2a9
Add pthread_getname_np.
by Elliott Hughes
· 9 years ago
3c410c8
Merge "genversion-scripts: fix script name in autogenerated comment"
by Greg Hackmann
· 9 years ago
e5c872f
genversion-scripts: fix script name in autogenerated comment
by Greg Hackmann
· 9 years ago
506456c
Merge "Move relocation_packer off libnativehelper."
by Elliott Hughes
· 9 years ago
7de1ff2
Move relocation_packer off libnativehelper.
by Elliott Hughes
· 9 years ago
68a2f12
Merge "Fix pthread.pthread_barrier_smoke test."
by Yabin Cui
· 9 years ago
6d1665c
Merge "CloseArchive() to free memory when OpenArchive fails."
by Yabin Cui
· 9 years ago
722072d
CloseArchive() to free memory when OpenArchive fails.
by Yabin Cui
· 9 years ago
81d2797
Fix pthread.pthread_barrier_smoke test.
by Yabin Cui
· 9 years ago
6212e5d
Merge "Add a CTS test to ensure AT_HWCAP2 is reported."
by Elliott Hughes
· 9 years ago
ebb4895
Add a CTS test to ensure AT_HWCAP2 is reported.
by Elliott Hughes
· 9 years ago
5f1de52
Merge "Fix race in malloc debug option free_track."
by Christopher Ferris
· 9 years ago
d057f44
Merge "Fix bug where t9 is not correct when __memset_chk_fail is called. t9 is used to calculate gp at the start of __memset_chk_fail."
by Christopher Ferris
· 9 years ago
d091962
Fix race in malloc debug option free_track.
by Christopher Ferris
· 9 years ago
f3b9c89
Fix bug where t9 is not correct when __memset_chk_fail is called.
by Douglas Leung
· 9 years ago
18576fe
Merge "Android.bp: Add missing <complex.h> functions."
by Dan Willemsen
· 9 years ago
fc1fb95
Android.bp: Add missing <complex.h> functions.
by Dan Willemsen
· 9 years ago
8d0af0b
Merge "Add missing <complex.h> functions."
by Elliott Hughes
· 9 years ago
b31d270
Merge "Fix PTHREAD_THREADS_MAX."
by Elliott Hughes
· 9 years ago
545afa1
Fix PTHREAD_THREADS_MAX.
by Elliott Hughes
· 9 years ago
bca2541
Merge "Fix problem where unknown option is not an error."
by Christopher Ferris
· 9 years ago
3f36834
Merge "Silence false positive warnings on GCC."
by Josh Gao
· 9 years ago
d787852
Silence false positive warnings on GCC.
by Josh Gao
· 9 years ago
a4b1425
Fix problem where unknown option is not an error.
by Christopher Ferris
· 9 years ago
0e00c16
Merge "Init functions after debug malloc succeeds."
by Christopher Ferris
· 9 years ago
9ee6adb
Add missing <complex.h> functions.
by Elliott Hughes
· 9 years ago
470de8f
Merge "Update Android.bp with x86 rint optimizations"
by Dan Willemsen
· 9 years ago
603acbf
Update Android.bp with x86 rint optimizations
by Dan Willemsen
· 9 years ago
20f2c1e
Init functions after debug malloc succeeds.
by Christopher Ferris
· 9 years ago
6a20add
Merge changes I3f1c1310,Ia8dc3481,I6b19fd63
by Colin Cross
· 9 years ago
7c66b17
Merge "Adjust test to let it pass on libhoudini."
by Yabin Cui
· 9 years ago
7877df6
malloc_debug: fix multiplication overflow in debug_calloc
by Colin Cross
· 9 years ago
9567c7b
malloc_debug: round 0 byte allocations up to 1 byte
by Colin Cross
· 9 years ago
baa7c6f
malloc_debug: iterate: use usable_size
by Colin Cross
· 9 years ago
61e4d46
Adjust test to let it pass on libhoudini.
by Yabin Cui
· 9 years ago
ffd19ee
Merge "Improve and fix the stack-protector tests."
by Elliott Hughes
· 9 years ago
79c9ff2
Merge "debuggerd: rethrow the full signal we receive, always."
by Josh Gao
· 9 years ago
61cf3f3
debuggerd: rethrow the full signal we receive, always.
by Josh Gao
· 9 years ago
fc69a8a
Improve and fix the stack-protector tests.
by Elliott Hughes
· 9 years ago
2512310
Merge "Switch bionic over to google-benchmark."
by Elliott Hughes
· 9 years ago
192539f
Merge "Don't leak sockets if setsockopt() or fchown() fail."
by Erik Kline
· 9 years ago
7bbb181
Don't leak sockets if setsockopt() or fchown() fail.
by Erik Kline
· 9 years ago
55dc0c5
Merge "Add x86 optimization of rint functions and tests"
by Elliott Hughes
· 9 years ago
f3ea093
Add x86 optimization of rint functions and tests
by jzha136
· 10 years ago
281e06b
Switch bionic over to google-benchmark.
by Elliott Hughes
· 9 years ago
59eab81
Merge "Minor clock_getcpuclockid optimization." am: b83bd7bc25
by Elliott Hughes
· 9 years ago
b83bd7b
Merge "Minor clock_getcpuclockid optimization."
by Elliott Hughes
· 9 years ago
2bf5332
Minor clock_getcpuclockid optimization.
by Elliott Hughes
· 9 years ago
8598f1f
Merge "forkpty: set the output fd to -1 on the slave side." am: ba2232d013
by Josh Gao
· 9 years ago
ba2232d
Merge "forkpty: set the output fd to -1 on the slave side."
by Josh Gao
· 9 years ago
a990df3
Merge "Don\'t call clock_getres in sysconf." am: a703498f0c
by Elliott Hughes
· 9 years ago
a703498
Merge "Don't call clock_getres in sysconf."
by Elliott Hughes
· 9 years ago
d2b8de2
Don't call clock_getres in sysconf.
by Elliott Hughes
· 9 years ago
6d7c1ee
forkpty: set the output fd to -1 on the slave side.
by Josh Gao
· 9 years ago
5bfd3ff
Merge "Add __memset_chk assembler for mips32 and mips64." am: c4d2bede15
by Douglas Leung
· 9 years ago
c4d2bed
Merge "Add __memset_chk assembler for mips32 and mips64."
by Elliott Hughes
· 9 years ago
Next »