Gitiles
Code Review
Sign In
review.evervolv.com
/
android_bionic
/
8c8ef5965d6bc684d78299ff88062e6e87df5b48
/
libc
8c8ef59
Move <sys/sysconf.h> to <bits/sysconf.h>.
by Josh Gao
· 10 years ago
752a82c
Remove mbstowcs from <wchar.h>.
by Josh Gao
· 10 years ago
7449e59
Extract getopt and friends to <bits/getopt.h>
by Josh Gao
· 10 years ago
a6c8546
Remove declaration of unlinkat from <fcntl.h>.
by Josh Gao
· 10 years ago
98e574c
Extract ioctl to <bits/ioctl.h>.
by Josh Gao
· 10 years ago
ee8d169
Extract fcntl to <bits/fcntl.h>.
by Josh Gao
· 10 years ago
c3cec27
Extract strcasecmp and friends to <bits/strcasecmp.h>.
by Josh Gao
· 10 years ago
0d8e141
Make <bits/lockf.h> compile standalone.
by Josh Gao
· 10 years ago
2675a9e
Make <android/dlext.h> compile standalone.
by Josh Gao
· 10 years ago
ef7c95b
Make the network headers compile standalone.
by Josh Gao
· 10 years ago
70856fb
Remove duplicate declaration of mlock, munlock.
by Josh Gao
· 10 years ago
37b23cb
Merge "Add <sys/quota.h>."
by Elliott Hughes
· 10 years ago
eafad49
Add <sys/quota.h>.
by Elliott Hughes
· 10 years ago
e4510a2
Break up the rest of stubs.cpp.
by Elliott Hughes
· 10 years ago
af11ec2
Merge "bionic: split out getpwnam and friends"
by Mark Salyzyn
· 10 years ago
b38347a
bionic: split out getpwnam and friends
by Mark Salyzyn
· 10 years ago
360800d
Reduce the amount of logging in Bionic's resolver.
by Pierre Imai
· 10 years ago
7f72ad4
Add sync_file_range to <fcntl.h>.
by Elliott Hughes
· 10 years ago
55147ad
Add missing prototype for readahead in <fcntl.h>.
by Elliott Hughes
· 10 years ago
c9291e1
Merge "Add POSIX getsubopt(3)."
by Elliott Hughes
· 10 years ago
7897405
Merge "Add SysV signal handling"
by Elliott Hughes
· 10 years ago
14fc307
Merge "Fix off-by-one error in res_cache.c"
by Pierre Imai
· 10 years ago
03844d8
Fix off-by-one error in res_cache.c
by Pierre Imai
· 10 years ago
ce3101f
Merge "Ignore unreliable DNS servers."
by Pierre Imai
· 10 years ago
6b3f0d6
Ignore unreliable DNS servers.
by Pierre Imai
· 10 years ago
5b528c0
Merge "Make it harder to use a broken legacy function by accident."
by Elliott Hughes
· 10 years ago
df143f8
Add POSIX getsubopt(3).
by Elliott Hughes
· 10 years ago
9a30714
Merge "Format code to calculate thread stack and signal stack."
by Yabin Cui
· 10 years ago
5375bf6
Add SysV signal handling
by Greg Hackmann
· 10 years ago
ff624c2
Format code to calculate thread stack and signal stack.
by Yabin Cui
· 10 years ago
5db4b6e
Make it harder to use a broken legacy function by accident.
by Elliott Hughes
· 10 years ago
be45b22
Update Android.bp with recent Android.mk changes
by Dan Willemsen
· 10 years ago
afe835d
Move math headers in with the other headers.
by Elliott Hughes
· 10 years ago
1e89584
Merge "Ensure only mips is using GCC to build bionic."
by Elliott Hughes
· 10 years ago
af39abd
Merge "Check current pid at libc initialization for 32-bit build."
by Yabin Cui
· 10 years ago
cf73e00
Ensure only mips is using GCC to build bionic.
by Elliott Hughes
· 10 years ago
cd3abe3
Tell GCC that sometimes we have to build deprecated functions.
by Elliott Hughes
· 10 years ago
e9daecf
Merge "Stop defining HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE."
by Elliott Hughes
· 10 years ago
5dd13d0
Differentiate the MNTTYPE_* and MNTOPT_* constants.
by Elliott Hughes
· 10 years ago
1f1a51a
Add a few missing types and constants to headers.
by Elliott Hughes
· 10 years ago
36733fc
Check current pid at libc initialization for 32-bit build.
by Yabin Cui
· 10 years ago
96583dc
Stop defining HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE.
by Elliott Hughes
· 10 years ago
eaf50be
Merge "Add a checksum to jmp_buf on mips and mips64."
by Josh Gao
· 10 years ago
a42789f
Merge changes from topic 'setjmp_checksum_x86'
by Josh Gao
· 10 years ago
686e5f6
Add a checksum to jmp_buf on x86_64.
by Josh Gao
· 10 years ago
c244fcb
Delete lies from x86_64 setjmp implementation.
by Josh Gao
· 10 years ago
9260785
Add a checksum to jmp_buf on x86.
by Josh Gao
· 10 years ago
23aae1c
Update Android.bp with getdomainname
by Dan Willemsen
· 10 years ago
d15dfb2
clock_nanosleep: add CLOCK_THREAD_CPUTIME_ID special case
by Greg Hackmann
· 10 years ago
3299590
Add a checksum to jmp_buf on mips and mips64.
by Predrag Blagojevic
· 10 years ago
dbf2e19
fixup x86 setdomainname.S
by Nick Kralevich
· 10 years ago
d132099
Merge "Add hasmntopt(3)"
by Greg Hackmann
· 10 years ago
d81143d
Merge "libc: implement kernel vdso syscalls for i386"
by Elliott Hughes
· 10 years ago
76640d5
Merge "Add {get,set}domainname(2)"
by Greg Hackmann
· 10 years ago
3679ade
Add hasmntopt(3)
by Greg Hackmann
· 10 years ago
e2faf07
Add {get,set}domainname(2)
by Greg Hackmann
· 10 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
· 10 years ago
61cb584
Merge "clone: check for NULL child stack"
by Greg Hackmann
· 10 years ago
204990c
Fix x86 __memset_chk.
by Elliott Hughes
· 10 years ago
a03c62b
epoll_create: reject size <= 0
by Greg Hackmann
· 10 years ago
fb23fa3
clone: check for NULL child stack
by Greg Hackmann
· 10 years ago
cc78b25
Remove the __USE_GNU guard from pthread_setname_np again.
by Elliott Hughes
· 10 years ago
63322aa
Merge "Add pthread_getname_np."
by Elliott Hughes
· 10 years ago
725b2a9
Add pthread_getname_np.
by Elliott Hughes
· 10 years ago
e5c872f
genversion-scripts: fix script name in autogenerated comment
by Greg Hackmann
· 10 years ago
5f1de52
Merge "Fix race in malloc debug option free_track."
by Christopher Ferris
· 10 years ago
d091962
Fix race in malloc debug option free_track.
by Christopher Ferris
· 10 years ago
f3b9c89
Fix bug where t9 is not correct when __memset_chk_fail is called.
by Douglas Leung
· 10 years ago
545afa1
Fix PTHREAD_THREADS_MAX.
by Elliott Hughes
· 10 years ago
a4b1425
Fix problem where unknown option is not an error.
by Christopher Ferris
· 10 years ago
0e00c16
Merge "Init functions after debug malloc succeeds."
by Christopher Ferris
· 10 years ago
20f2c1e
Init functions after debug malloc succeeds.
by Christopher Ferris
· 10 years ago
7877df6
malloc_debug: fix multiplication overflow in debug_calloc
by Colin Cross
· 10 years ago
9567c7b
malloc_debug: round 0 byte allocations up to 1 byte
by Colin Cross
· 10 years ago
baa7c6f
malloc_debug: iterate: use usable_size
by Colin Cross
· 10 years ago
ffd19ee
Merge "Improve and fix the stack-protector tests."
by Elliott Hughes
· 10 years ago
fc69a8a
Improve and fix the stack-protector tests.
by Elliott Hughes
· 10 years ago
7bbb181
Don't leak sockets if setsockopt() or fchown() fail.
by Erik Kline
· 10 years ago
2bf5332
Minor clock_getcpuclockid optimization.
by Elliott Hughes
· 10 years ago
ba2232d
Merge "forkpty: set the output fd to -1 on the slave side."
by Josh Gao
· 10 years ago
d2b8de2
Don't call clock_getres in sysconf.
by Elliott Hughes
· 10 years ago
6d7c1ee
forkpty: set the output fd to -1 on the slave side.
by Josh Gao
· 10 years ago
29d4b71
Add __memset_chk assembler for mips32 and mips64.
by Douglas Leung
· 10 years ago
728e0e9
Merge "Add x86 __memset_chk assembler."
by Elliott Hughes
· 10 years ago
7d188ce
Merge "Fix x86-64 __memset_chk."
by Elliott Hughes
· 10 years ago
a80ddc8
Fix x86-64 __memset_chk.
by Elliott Hughes
· 10 years ago
81d6a18
Add x86 __memset_chk assembler.
by Elliott Hughes
· 10 years ago
a27d8c3
Update Android.bp with recent *.mk changes
by Dan Willemsen
· 10 years ago
f3b42e5
Merge "Clean up bcopy cruft."
by Elliott Hughes
· 10 years ago
ff9bda7
Merge "Mandate optimized assembler for x86-64 __memset_chk."
by Elliott Hughes
· 10 years ago
19ca2fe
Merge changes I17c22dc2,I9989e2ea
by Josh Gao
· 10 years ago
0c3655a
Add a checksum to jmp_buf on AArch64.
by Josh Gao
· 10 years ago
a4c6913
Add a checksum to jmp_buf on ARM.
by Josh Gao
· 10 years ago
bed110a
Clean up bcopy cruft.
by Elliott Hughes
· 10 years ago
01d5b94
Remove optimized code for bzero, which was removed from POSIX in 2008.
by Elliott Hughes
· 10 years ago
61c95fe
Mandate optimized assembler for x86-64 __memset_chk.
by Elliott Hughes
· 10 years ago
7846093
Mandate optimized __memset_chk for arm and arm64.
by Elliott Hughes
· 10 years ago
2332d52
Merge "Improve diagnostics from the assembler __memcpy_chk routines."
by Elliott Hughes
· 10 years ago
ef925e5
Fix getifaddrs' handling of point-to-point interfaces.
by Elliott Hughes
· 10 years ago
Next »