Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
1e8587a479fd8b1ce9b594298a93f517816e8f15
/
libc
1e8587a
Work around atomic_load(const T*) issues.
by Hans Boehm
· 11 years ago
35d226e
Add in_port_t and move it and in_addr_t to the correct header file.
by Elliott Hughes
· 11 years ago
6f4220c
Merge "Move the meat of <features.h> into <sys/cdefs.h>."
by Elliott Hughes
· 11 years ago
f4c948a
Move the meat of <features.h> into <sys/cdefs.h>.
by Elliott Hughes
· 11 years ago
17f83c9
Merge "Remove unused defines from <features.h>."
by Elliott Hughes
· 11 years ago
f800969
Remove unused defines from <features.h>.
by Elliott Hughes
· 11 years ago
b810462
Fix _BSD_SOURCE/__USE_BSD.
by Elliott Hughes
· 11 years ago
3a25ab9
Missing #include <sys/cdefs.h>.
by Dan Albert
· 11 years ago
934c801
Merge "Expose android_set_abort_message()."
by Dan Albert
· 11 years ago
ce6b1ab
Expose android_set_abort_message().
by Dan Albert
· 11 years ago
54d24e0
Merge "Fix leak_realloc, copy entire allocation."
by Christopher Ferris
· 11 years ago
6d40d34
Fix leak_realloc, copy entire allocation.
by Christopher Ferris
· 11 years ago
5d9e145
malloc_usable_size returns the original size.
by Christopher Ferris
· 11 years ago
3c7c9a8
Merge "malloc_usable_size returns the original size."
by Christopher Ferris
· 11 years ago
fd5ee9a
Hide C++ stuff in libc. Put it back in libstdc++.
by Dan Albert
· 11 years ago
5f5cc45
Fix <features.h> (_BSD_SOURCE and _GNU_SOURCE).
by Elliott Hughes
· 11 years ago
205cc41
Merge "Improve <sys/cdefs.h>."
by Elliott Hughes
· 11 years ago
2cfb4e8
Improve <sys/cdefs.h>.
by Elliott Hughes
· 11 years ago
7d05f74
Merge "Have stdatomic.h punt to C++ atomic when possible"
by Hans Boehm
· 11 years ago
019d395
Have stdatomic.h punt to C++ atomic when possible
by Hans Boehm
· 11 years ago
891ec7a
Move mtctxres.c to libc_dns.a.
by Dan Albert
· 11 years ago
0d4ccee
Merge "Change name of MB_CUR_MAX implementation function."
by Dan Albert
· 11 years ago
224ff04
Change name of MB_CUR_MAX implementation function.
by Dan Albert
· 11 years ago
104a472
Merge "Add more functionality to glibc symbol checker."
by Dan Albert
· 11 years ago
76212ee
Add more functionality to glibc symbol checker.
by Dan Albert
· 11 years ago
9a74e4c
Merge "Hide __libc_init_vdso()."
by Dan Albert
· 11 years ago
b3aaf39
Hide __libc_init_vdso().
by Dan Albert
· 11 years ago
4f85c6f
Merge "Add memory ordering constraint, convert to C11 atomics"
by Hans Boehm
· 11 years ago
f2c1e7e
Hide ScopedTrace.
by Dan Albert
· 11 years ago
edd81faf
Hide __libc_malloc_dispatch.
by Dan Albert
· 11 years ago
e942b3e
Merge "Added test for ifunc support in dynamic linker."
by Dmitriy Ivanov
· 11 years ago
00c16c1
Merge "Label pages mapped by linker_allocator"
by Dmitriy Ivanov
· 11 years ago
51a22a1
Label pages mapped by linker_allocator
by Dmitriy Ivanov
· 11 years ago
ca5b6a7
Fix our x86 PIC_PROLOGUE.
by Elliott Hughes
· 11 years ago
30214b9
Add memory ordering constraint, convert to C11 atomics
by Hans Boehm
· 11 years ago
c5a13ef
Added test for ifunc support in dynamic linker.
by Brigid Smith
· 11 years ago
bc9f9f2
Make __set_errno hidden in asm.
by Dan Albert
· 11 years ago
3726f9c
Revert "Fix incorrect relocations for x86."
by Dan Albert
· 11 years ago
88a1f52
Add a way to disable backtracing in malloc debug.
by Christopher Ferris
· 11 years ago
f2d8c35
Merge "Remove misleading arm/arm64 PIC_SYM."
by Elliott Hughes
· 11 years ago
651a068
Remove misleading arm/arm64 PIC_SYM.
by Elliott Hughes
· 11 years ago
92f0c91
Merge "Create a distinct temp directory for each run."
by Christopher Ferris
· 11 years ago
01bd32e
Create a distinct temp directory for each run.
by Christopher Ferris
· 11 years ago
d994622
Merge "Android is all-PIC/PIE."
by Elliott Hughes
· 11 years ago
6b6364a
Android is all-PIC/PIE.
by Elliott Hughes
· 11 years ago
512bc52
Fix incorrect relocations for x86.
by Dan Albert
· 11 years ago
e380960
Do a second key cleanup in pthread_exit.
by Christopher Ferris
· 11 years ago
51fde5b
Upgrade bionic to tzdata2014f.
by Elliott Hughes
· 11 years ago
13bab43
Fix the tzdata update tools.
by Elliott Hughes
· 11 years ago
9d2a05a
Revert "Add a hack to <stdlib.h> until we can fix libvpx."
by Elliott Hughes
· 11 years ago
28285f8
Workaround b/16818336 which fails build under aggressive inlining.
by Dehao Chen
· 11 years ago
8b91980
Merge "Explain how wcswcs ended up in ndk_cruft.cpp."
by Elliott Hughes
· 11 years ago
1628eb1
Explain how wcswcs ended up in ndk_cruft.cpp.
by Elliott Hughes
· 11 years ago
df85f50
Add an obvious comment to <stdio.h> for fixincludes.
by Elliott Hughes
· 11 years ago
9eae840
Fixes build.
by Dan Albert
· 11 years ago
6a91887
Revert "Replaces vfork() implementation with fork()"
by Dan Albert
· 11 years ago
b6cc8e0
Fix mbsrtowcs(3) src param for finished string.
by Dan Albert
· 11 years ago
1aec7c1
Proper MB_CUR_MAX.
by Dan Albert
· 11 years ago
0f7ed16
Merge "Fix memchr with a zero length."
by Christopher Ferris
· 11 years ago
e03e1ea
Fix memchr with a zero length.
by Christopher Ferris
· 11 years ago
4ad5066
Merge "Use libunwindbacktrace for debug malloc code."
by Christopher Ferris
· 11 years ago
861c0ef
Use libunwindbacktrace for debug malloc code.
by Christopher Ferris
· 11 years ago
a7dc760
Merge "Fix linkage of grantpt(3)."
by Elliott Hughes
· 11 years ago
4916706
Fix linkage of grantpt(3).
by Elliott Hughes
· 11 years ago
f4c1a36
Remove declarations for things that don't exist.
by Elliott Hughes
· 11 years ago
a406ee6
Added a bionic systrace class and tracing to pthread_mutex.cpp.
by Brigid Smith
· 11 years ago
50a9630
Merge "Start hiding "private/bionic_time.h"."
by Elliott Hughes
· 11 years ago
905e6d5
Start hiding "private/bionic_time.h".
by Elliott Hughes
· 11 years ago
1abb8bd
en_US.UTF-8 is also supported.
by Dan Albert
· 11 years ago
7931099
Implement <sys/fsuid.h>.
by Elliott Hughes
· 11 years ago
c7706a0
Merge "[MIPSR6] Use C-coded string ops on mips32r6/mips64r6"
by Elliott Hughes
· 11 years ago
40a5217
Only wipe TLS for user-supplied stacks.
by Elliott Hughes
· 11 years ago
d6f614a
Merge "Implement twalk(3), add unit tests."
by Elliott Hughes
· 11 years ago
3e424d0
Implement twalk(3), add unit tests.
by Elliott Hughes
· 11 years ago
bc5a3ec
[MIPSR6] Use C-coded string ops on mips32r6/mips64r6
by Duane Sand
· 11 years ago
21972b6
syscall(3)'s return type should be long.
by Elliott Hughes
· 11 years ago
f1e83cc
Use vsnprintf(3) in syslog(3).
by Elliott Hughes
· 11 years ago
39d903a
Remove localtime_tz and strftime_tz.
by Elliott Hughes
· 11 years ago
ba23bd0
[MIPS] Drop soft-fp targets
by Duane Sand
· 11 years ago
7d22a45
Merge "[MIPSR6] setjmp supports mips32r6 and FP64A/FPXX reg models"
by Elliott Hughes
· 11 years ago
dd37251
[MIPSR6] setjmp supports mips32r6 and FP64A/FPXX reg models
by Duane Sand
· 11 years ago
afe6360
Fix belated review comments on syslog change.
by Elliott Hughes
· 11 years ago
5d2f86f
Fix generate-NOTICE to cope better with BSD __COPYRIGHT macros.
by Elliott Hughes
· 11 years ago
ea42a6c
Merge "Fix a couple of bugs in generate-NOTICE and regenerate the NOTICE files."
by Elliott Hughes
· 11 years ago
3758a24
Fix a couple of bugs in generate-NOTICE and regenerate the NOTICE files.
by Elliott Hughes
· 11 years ago
ca70453
Remove the unused swab.S.
by Elliott Hughes
· 11 years ago
f541650
[MIPS] Allow united mipsel and mips64el gcc toolchain
by Duane Sand
· 11 years ago
4d42190
Merge "Use upstream OpenBSD's arc4random."
by Elliott Hughes
· 11 years ago
2b67d7d
Use upstream OpenBSD's arc4random.
by Elliott Hughes
· 11 years ago
925d388
Merge "Rewrite syslog(3) to use Android logging."
by Elliott Hughes
· 11 years ago
3ad8ecb
Rewrite syslog(3) to use Android logging.
by Elliott Hughes
· 11 years ago
ee7f1b5
There is no _MIN for unsigned types.
by Dan Albert
· 11 years ago
1fb90a8
Merge "Fix mbsrtowcs(3)'s handling of len parameter."
by Dan Albert
· 11 years ago
6b55ba5
Fix mbsrtowcs(3)'s handling of len parameter.
by Dan Albert
· 11 years ago
97e31de
__libc_fatal should print a newline to stderr.
by Dan Albert
· 11 years ago
9c07aee
Clean up some misinformation around prctl.
by Elliott Hughes
· 11 years ago
6425327
Use the mmap/munmap for allocation routines.
by Christopher Ferris
· 11 years ago
d18b87f
Merge "Remove SIOCKILLADDR from <sys/socket.h>."
by Elliott Hughes
· 11 years ago
8a3d1ca
Remove SIOCKILLADDR from <sys/socket.h>.
by Elliott Hughes
· 11 years ago
9f165d2
Remove PR_SET_TIMERSLACK_PID from <sys/prctl.h>.
by Elliott Hughes
· 11 years ago
Next »