Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
942fa486f669da8bb5db724d5c4fdc93b4fb65d9
/
libc
942fa48
Merge "Update localtime.c."
by Elliott Hughes
· 11 years ago
906eb99
Update localtime.c.
by Elliott Hughes
· 11 years ago
5c86476
Merge "add 64-bit bionic implementation for denver arch"
by Christopher Ferris
· 11 years ago
0b09153
Merge "Move common macros into bionic_macros.h."
by Christopher Ferris
· 11 years ago
03eebcb
Move common macros into bionic_macros.h.
by Christopher Ferris
· 11 years ago
a5fe7b8
Merge "Hide _tolower_tab_ and _toupper_tab_ on LP64."
by Dan Albert
· 11 years ago
dd4ad5c
Hide _tolower_tab_ and _toupper_tab_ on LP64.
by Dan Albert
· 11 years ago
9635046
Hide declaration of gets(3) for C11 and later.
by Dan Albert
· 11 years ago
0df59bd
Merge "Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64.""
by Dan Albert
· 11 years ago
715242f
Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64."
by Dan Albert
· 11 years ago
11f715c
Hide __atexit and remove __atexit_invalid.
by Dan Albert
· 11 years ago
1ef3ba2
Merge "Revert "Hide declaration of gets(3) for C11 and later.""
by Dan Albert
· 11 years ago
1291680
Revert "Hide declaration of gets(3) for C11 and later."
by Dan Albert
· 11 years ago
c0ce590
Hide declaration of gets(3) for C11 and later.
by Dan Albert
· 11 years ago
185c399
Merge "Hide declaration of gets(3) for C11 and later."
by Dan Albert
· 11 years ago
4ac2264
Merge "Add <linux/tty.h> to libc/include/sys/ioctl.h"
by Elliott Hughes
· 11 years ago
b656410
Merge "Use a separate config.h for config like defines."
by Christopher Ferris
· 11 years ago
6361964
Use a separate config.h for config like defines.
by Christopher Ferris
· 11 years ago
3a37576
Move jemalloc due to whole_static_library bug.
by Christopher Ferris
· 11 years ago
891dedb
libc: Fix 'index' symbol export.
by David 'Digit' Turner
· 11 years ago
ac64675
Revert "Revert "Remove ftime from bionic LP64""
by Dan Albert
· 11 years ago
462abab
Removes getdtablesize(3) from LP64.
by Dan Albert
· 11 years ago
0069f31
Add <linux/tty.h> to libc/include/sys/ioctl.h
by Qiming Shi
· 11 years ago
e61919a
Fix x86-64 libvpx build.
by Elliott Hughes
· 11 years ago
0ef7a8f
add 64-bit bionic implementation for denver arch
by Shu Zhang
· 11 years ago
72dc1c2
Merge "Revert "Backing this one out since the counterpart needs to be sent upstream.""
by Dan Albert
· 11 years ago
e5fdaa4
Revert "Backing this one out since the counterpart needs to be sent upstream."
by Dan Albert
· 11 years ago
a04d2bc
Backing this one out since the counterpart needs to be sent upstream.
by Dan Albert
· 11 years ago
5ee320d
Hides valloc(3)/pvalloc(3) on LP64.
by Dan Albert
· 11 years ago
b84783e
Merge "Backing this one out since the counterpart needs to be sent upstream."
by Dan Albert
· 11 years ago
65b1c90
Merge "Hides valloc(3)/pvalloc(3) on LP64."
by Dan Albert
· 11 years ago
7f2d4c2
Somewhere, the declaration of _resolv_delete_cache_for_net went missing.
by Elliott Hughes
· 11 years ago
2ba734d
Merge "Fix %u format that should have been %zu."
by Christopher Ferris
· 11 years ago
580b6e0
Fix %u format that should have been %zu.
by Christopher Ferris
· 11 years ago
a403780
Put all allocation functions into dispatch table.
by Christopher Ferris
· 11 years ago
b725e76
Merge "Removes wait3(2) from LP64."
by Dan Albert
· 11 years ago
8229ae4
Removes wait3(2) from LP64.
by Dan Albert
· 11 years ago
ff17671
Merge "Add a hack to <stdlib.h> until we can fix libvpx."
by Elliott Hughes
· 11 years ago
3fb5097
Add a hack to <stdlib.h> until we can fix libvpx.
by Elliott Hughes
· 11 years ago
5d25d54
Merge "Remove __memcmp16 from bionic."
by Elliott Hughes
· 11 years ago
24614b4
Remove __memcmp16 from bionic.
by Elliott Hughes
· 11 years ago
564222e
Merge "Use default hidden visibility to build libc_dns."
by Elliott Hughes
· 11 years ago
29ddd78
Merge "Put all allocation functions into dispatch table."
by Christopher Ferris
· 11 years ago
8563802
Use default hidden visibility to build libc_dns.
by Elliott Hughes
· 11 years ago
f87ac52
Merge "Remove ioprio_get(2) and ioprio_set(2) from LP64."
by Dan Albert
· 11 years ago
607341e
Remove ioprio_get(2) and ioprio_set(2) from LP64.
by Dan Albert
· 11 years ago
346fa72
Merge "Get the full set of PRNG functions in <stdlib.h>"
by Elliott Hughes
· 11 years ago
a0beeea
Get the full set of PRNG functions in <stdlib.h>
by Elliott Hughes
· 11 years ago
1e7ae47
Merge "Bring our "libresolv" stuff in line with glibc."
by Elliott Hughes
· 11 years ago
e8e4534
Bring our "libresolv" stuff in line with glibc.
by Elliott Hughes
· 11 years ago
addd6a2
Upgrade to tzdata2014e.
by Elliott Hughes
· 11 years ago
37b845f
Merge "Remove declaration for putw(3)/getw(3)."
by Dan Albert
· 11 years ago
8e613cf
Remove declaration for putw(3)/getw(3).
by Dan Albert
· 11 years ago
5204a9e
Fix most of the tzcode warnings.
by Elliott Hughes
· 11 years ago
2c02d00
Merge "Add __pure2 to a few more functions, most notably gettid and pthread_self."
by Elliott Hughes
· 11 years ago
b27a840
Add __pure2 to a few more functions, most notably gettid and pthread_self.
by Elliott Hughes
· 11 years ago
cd32219
Remove declarations related to cuserid(3).
by Dan Albert
· 11 years ago
8066423
Merge "Revert "Temporarily expose dlmalloc_usable_size.""
by Elliott Hughes
· 11 years ago
440bd6b
Merge "Replaces vfork() implementation with fork()"
by Dan Albert
· 11 years ago
210331d
Replaces vfork() implementation with fork()
by Dan Albert
· 11 years ago
809093b
Hide rand48 implementation details.
by Elliott Hughes
· 11 years ago
a382a79
Hide non-standard syslog API.
by Elliott Hughes
· 11 years ago
87d4233
Merge "Remove the MD5 implementation that was only used by toolbox."
by Elliott Hughes
· 11 years ago
6740163
Remove the MD5 implementation that was only used by toolbox.
by Elliott Hughes
· 11 years ago
602b4e4
AArch64: Remove Frame Record from ARM64 syscalls
by Serban Constantinescu
· 11 years ago
bffbfee
Add the missing issetugid binary compatibility stub.
by Elliott Hughes
· 11 years ago
19718f0
Merge "Rewrite and hide longjmperror."
by Elliott Hughes
· 11 years ago
47ba295
Rewrite and hide longjmperror.
by Elliott Hughes
· 11 years ago
ab39aba
Remove unused scripts.
by Christopher Ferris
· 11 years ago
6fa47ca
Merge "Fix ndk_cruft.cpp __getdents64 build failure."
by Elliott Hughes
· 11 years ago
1c60f80
Merge "Rename __bionic_clone_entry to __start_thread."
by Elliott Hughes
· 11 years ago
d1ead2a
Fix ndk_cruft.cpp __getdents64 build failure.
by Elliott Hughes
· 11 years ago
f6b1d43
Add a few more C11 functions to the whitelist.
by Elliott Hughes
· 11 years ago
ebc8cd1
Rename __bionic_clone_entry to __start_thread.
by Elliott Hughes
· 11 years ago
3e0e7ee
Merge "Remove getdents from bionic."
by Elliott Hughes
· 11 years ago
b837767
Merge "Update kernel header generation docs."
by Christopher Ferris
· 11 years ago
3d5cb30
Remove getdents from bionic.
by Elliott Hughes
· 11 years ago
08b6074
Update kernel header generation docs.
by Christopher Ferris
· 11 years ago
c3bdc79
Merge "Fix the printf family for non-ASCII."
by Elliott Hughes
· 11 years ago
69f05d2
Fix the printf family for non-ASCII.
by Elliott Hughes
· 11 years ago
15a0456
Remove unnecessary instructions from x86/x86_64 syscalls.
by Elliott Hughes
· 11 years ago
50b7953
Merge "Fix unwinding through x86-64 __bionic_clone."
by Elliott Hughes
· 11 years ago
aeb3016
Fix unwinding through x86-64 __bionic_clone.
by Elliott Hughes
· 11 years ago
9c101eb
Merge "Removes index() from bionic."
by Dan Albert
· 11 years ago
fce8614
Fix for slm-tuned memmove (both 32- and 64-bit).
by Varvara Rainchik
· 11 years ago
40fca0f
Removes index() from bionic.
by Dan Albert
· 11 years ago
205dd7d
Remove bsd_signal and sysv_signal from bionic LP64.
by Dan Albert
· 11 years ago
1f29665
Hide __libc_fini.
by Elliott Hughes
· 11 years ago
67c437b
Revert "Temporarily expose dlmalloc_usable_size."
by Elliott Hughes
· 11 years ago
6403cc4
Temporarily expose dlmalloc_usable_size.
by Elliott Hughes
· 11 years ago
14442bb
Temporary fix for asan_malloc_linux.cc build failure.
by Elliott Hughes
· 11 years ago
38732aa
Merge "Fix debug malloc."
by Elliott Hughes
· 11 years ago
8e52e8f
Fix debug malloc.
by Elliott Hughes
· 11 years ago
001f8f0
Removes wcswcs from bionic for LP64.
by Dan Albert
· 11 years ago
e120cba
Merge "Cherrypick upstream OpenBSD's vfwprintf.c revision 1.11."
by Elliott Hughes
· 11 years ago
452e091
Merge "Adds functionality specified by uchar.h"
by Dan Albert
· 11 years ago
be8df2e
Cherrypick upstream OpenBSD's vfwprintf.c revision 1.11.
by Elliott Hughes
· 11 years ago
7a7f995
Adds functionality specified by uchar.h
by Dan Albert
· 11 years ago
38ed337
Merge "Hide dlmalloc symbols."
by Elliott Hughes
· 11 years ago
9b5235d
Hide dlmalloc symbols.
by Elliott Hughes
· 11 years ago
Next »