Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
4d36b0bd38559ae0376b61a0ac2f5fa8329ec56d
/
libc
/
bionic
14f1959
Fix the pthread_join on self error case.
by Elliott Hughes
· 13 years ago
ae8eb74
Fix a potential NULL pointer dereference in _init_thread().
by Xi Wang
· 13 years ago
c30396f
libc: Fix alphasort() signature (and implementation).
by David 'Digit' Turner
· 13 years ago
063cfb2
Clean up the implementation of the <dirent.h> functions.
by Elliott Hughes
· 13 years ago
ad88a08
Per-thread -fstack-protector guards for x86.
by Elliott Hughes
· 13 years ago
ab44f52
More upstream NetBSD upgrades.
by Elliott Hughes
· 13 years ago
e8bcca3
Upgrade more functions to the current upstream NetBSD copy.
by Elliott Hughes
· 13 years ago
29c7f0b
Move setlocale(3) and the wchar stubs over to .cpp.
by Elliott Hughes
· 13 years ago
6fa26e2
Clean up warnings in stubs.cpp.
by Elliott Hughes
· 13 years ago
4035b7a
Move the FORTIFY_SOURCE helpers over to .cpp.
by Elliott Hughes
· 13 years ago
5419b94
Make dlerror(3) thread-safe.
by Elliott Hughes
· 13 years ago
e7e274b
Fix realloc(3) when chk_malloc debugging is on.
by Elliott Hughes
· 13 years ago
3b297c4
Fix dlerror(3).
by Elliott Hughes
· 13 years ago
1ceb982
Merge "Fix a getcwd(3) bug and make our tests run correctly under valgrind."
by Elliott Hughes
· 13 years ago
e5d5f7f
Fix two comment typos.
by Elliott Hughes
· 13 years ago
156da96
Fix a getcwd(3) bug and make our tests run correctly under valgrind.
by Elliott Hughes
· 13 years ago
a89864a
Move non-upstream code into the libc/bionic directory.
by Elliott Hughes
· 13 years ago
774c7f5
Upgrade to the current NetBSD rand implementation.
by Elliott Hughes
· 13 years ago
ac184b2
Fix several compiler warnings.
by Elliott Hughes
· 13 years ago
855dde4
Merge "Fix tmpfile(3)."
by Elliott Hughes
· 13 years ago
91875dc
Fix tmpfile(3).
by Elliott Hughes
· 13 years ago
cd58770
FORTIFY_SOURCE: add umask check
by Nick Kralevich
· 13 years ago
95a7a64
Use hidden visibility for several internal-use-only functions.
by Elliott Hughes
· 13 years ago
88f1ea8
Make pthread_create more forgiving of invalid sched_policy. Bug: 7005326
by Dave Burke
· 13 years ago
4198fa4
Don't copy strerror(3) or strsignal(3) strings if we can share.
by Elliott Hughes
· 13 years ago
8a05a01
Print out shared app gids correctly
by Kenny Root
· 13 years ago
2a54e5e
Add tests for Android-specific stubs
by Kenny Root
· 13 years ago
b5f053b
Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginfo(3).
by Irina Tirdea
· 13 years ago
bfeab1b
Don't corrupt the thread list in static executables.
by Elliott Hughes
· 13 years ago
3e2d293
Avoid malloc lock while calling pthread_atfork.
by Kirill Artamonov
· 13 years ago
6fe901e
Merge "Upgrade to dlmalloc 2.8.6."
by Ian Rogers
· 13 years ago
c6d95ad
Upgrade to dlmalloc 2.8.6.
by Ian Rogers
· 13 years ago
0d7177c
Merge "Clean up warnings in the malloc_debug_* files."
by Elliott Hughes
· 13 years ago
c4d1fec
Clean up warnings in the malloc_debug_* files.
by Elliott Hughes
· 13 years ago
0a150ea
libc: remove ctors/dtors sections
by Ard Biesheuvel
· 13 years ago
bfc1d97
Restore posix_memalign
by Brian Carlstrom
· 13 years ago
9990891
Upgrade to dlmalloc 2.8.5.
by Ian Rogers
· 13 years ago
2932f04
Fix race condition in pthread_create()
by Jurijs Oniscuks
· 13 years ago
b7beb69
Add link.h for all platforms with dl_phdr_info
by Pavel Chupin
· 13 years ago
04a83a4
Enhance getcwd(3) to handle NULL like glibc.
by Elliott Hughes
· 13 years ago
9862f5e
bionic: add macro protection for MALLOC_ALIGNMENT
by Jin Wei
· 13 years ago
22d366c
enable clone system call for x86
by Jin Wei
· 13 years ago
409302f
Switch to upstream NetBSD tdelete/tfind/tsearch.
by Elliott Hughes
· 13 years ago
de727ca
Clean up warnings in stubs.cpp.
by Elliott Hughes
· 13 years ago
bf9441e
Handle naming for system uids running as secondary users
by Amith Yamasani
· 13 years ago
a554212
Remove the last .jam file.
by Elliott Hughes
· 13 years ago
7e248be
Merge "Add a .note.android.ident section to Android ELF binaries."
by Jean-Baptiste Queru
· 13 years ago
405b802
MIPS support for libc.
by Raghu Gandham
· 13 years ago
ea8fad1
Add a .note.android.ident section to Android ELF binaries.
by Michael Hope
· 13 years ago
52d6233
Report errors to the log, not just stderr.
by Elliott Hughes
· 13 years ago
c20d0f3
Correction to use of TEMP_FAILURE_RETRY in send_prop_msg
by Jens Gulin
· 13 years ago
f2ba5c9
am 63c4179f: am 4d0128f1: Merge "Minor tweak to get memory around corrupted heap chunks dumped." into jb-dev
by Andy McFadden
· 13 years ago
63c4179
am 4d0128f1: Merge "Minor tweak to get memory around corrupted heap chunks dumped." into jb-dev
by Andy McFadden
· 13 years ago
ec2ab73
Minor tweak to get memory around corrupted heap chunks dumped.
by Ben Cheng
· 13 years ago
8b11c4c
Adding event logging to libc.
by Geremy Condra
· 13 years ago
3069270
am c2bba24d: Merge "Give the timer_create SIGEV_THREAD helper threads sensible names."
by Elliott Hughes
· 13 years ago
470631e
Give the timer_create SIGEV_THREAD helper threads sensible names.
by Elliott Hughes
· 13 years ago
252a5c8
resolved conflicts for merge of e1dd3c28 to jb-dev-plus-aosp
by Iliyan Malchev
· 13 years ago
f0ddaa2
am 7d2e24eb: bionic: introduce libc.debug.malloc.program
by Iliyan Malchev
· 13 years ago
e1dd3c2
bionic: import heaptracker as chk_malloc
by Iliyan Malchev
· 13 years ago
7d2e24e
bionic: introduce libc.debug.malloc.program
by Iliyan Malchev
· 13 years ago
d7b60b2
am c84ff11d: Print the corrupted address passed to free().
by Ben Cheng
· 13 years ago
c84ff11
Print the corrupted address passed to free().
by Ben Cheng
· 13 years ago
eab2889
am fd955033: Merge "pthread: Invalidate stale stack pointers on pthread_exit()"
by Elliott Hughes
· 13 years ago
0753dc6
pthread: Invalidate stale stack pointers on pthread_exit()
by Bjorn Andersson
· 13 years ago
9c3eca7
resolved conflicts for merge of 6cf3c7c5 to jb-dev-plus-aosp
by Elliott Hughes
· 13 years ago
d0c884d
Let pthread_create fail if schedparam can't be set
by Pierre Peiffer
· 13 years ago
ff0d1ce
am e3bc7192: Merge "bionic: fix integer overflows in chk_malloc(), leak_malloc(), and leak_memalign()"
by Elliott Hughes
· 13 years ago
7f5aa4f
bionic: fix integer overflows in chk_malloc(), leak_malloc(), and leak_memalign()
by Xi Wang
· 13 years ago
6baffed
Add the posix_memalign(3) function to bionic
by Ken Sumrall
· 14 years ago
1a78fbb
Initialize TLS before any application code is run.
by Evgeniy Stepanov
· 13 years ago
faca92f
Handle pthread-related changes (mutex/atfork)
by Jean-Baptiste Queru
· 13 years ago
eaae810
Initialize mspace->least_addr properly in the mmap path.
by Ben Cheng
· 13 years ago
21eab51
New additions/bug fixes required/found when porting perf.
by Ben Cheng
· 13 years ago
34e89c2
bionic: fix atfork hanlder_mutex deadlock
by Jack Ren
· 13 years ago
06823da
Revert "am be741d47: am 2f460fbe: am 73b5cad9: Merge "bionic: Fix wrong kernel_id in pthread descriptor after fork()""
by Guang Zhu
· 13 years ago
76d56cf
am be741d47: am 2f460fbe: am 73b5cad9: Merge "bionic: Fix wrong kernel_id in pthread descriptor after fork()"
by Elliott Hughes
· 13 years ago
d8bc6e7
bionic: Fix wrong kernel_id in pthread descriptor after fork()
by Jack Ren
· 14 years ago
058d6d8
Update bionic to know users and isolated uids for uid string representation.
by Dianne Hackborn
· 13 years ago
e1414aa
libc: remove global lock from recursive mutex implementation.
by David 'Digit' Turner
· 14 years ago
b57db75
libc: Fix recursive mutex lock implementation.
by David 'Digit' Turner
· 14 years ago
68d03fd
Merge "implement pthread mutex deadlock detection"
by Mathias Agopian
· 14 years ago
85aad90
Add the posix_memalign(3) function to bionic
by Ken Sumrall
· 14 years ago
7c0c379
implement pthread mutex deadlock detection
by Mathias Agopian
· 14 years ago
022d303
libc: optimize pthread mutex lock/unlock operations (1/2)
by David 'Digit' Turner
· 14 years ago
6c6de44
libc: optimize pthread_once() implementation.
by David 'Digit' Turner
· 14 years ago
6e9d517
am a73de44b: am 177ba8cb: Prevent deadlock when using fork
by Rabin Vincent
· 14 years ago
177ba8c
Prevent deadlock when using fork
by Rabin Vincent
· 14 years ago
c5819d4
Merge 35765066 from ics-mr1-plus-aosp
by Jean-Baptiste Queru
· 14 years ago
e4a21c8
signal: Align the sigset_t size passed to from user space to kernel.
by Bruce Beare
· 14 years ago
aed4a4c
am 75039baf: am 89d3fdca: MALLOC_DEBUG: enable the option libc.debug.malloc = 10
by Bruce Beare
· 14 years ago
89d3fdc
MALLOC_DEBUG: enable the option libc.debug.malloc = 10
by Bruce Beare
· 14 years ago
bec5dec
am 0c3d21e6: am e480fc83: bionic: fix pthread_{create, exit}/signal race condition
by Jack Ren
· 14 years ago
e480fc8
bionic: fix pthread_{create, exit}/signal race condition
by Jack Ren
· 14 years ago
95a1784
Merge "Add tgkill syscall."
by Jeff Brown
· 14 years ago
10c8ce5
Add tgkill syscall.
by Jeff Brown
· 14 years ago
5f64df4
ASLR: enable pthread stack location randomization
by Nick Kralevich
· 14 years ago
e31bfae
bionic: Do not use <sys/atomics.h> for platform code.
by David 'Digit' Turner
· 14 years ago
9bf330b
libc: fix the pthread_sigmask implementation
by David 'Digit' Turner
· 14 years ago
d53cae0
Add non-NDK internal API __pthread_gettid
by Glenn Kasten
· 14 years ago
Next »