index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
bionic
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the missing issetugid binary compatibility stub.
Elliott Hughes
2014-06-06
1
-0
/
+5
*
Rewrite and hide longjmperror.
Elliott Hughes
2014-06-06
1
-2
/
+4
*
Merge "Fix ndk_cruft.cpp __getdents64 build failure."
Elliott Hughes
2014-06-06
2
-2
/
+4
|
\
|
*
Fix ndk_cruft.cpp __getdents64 build failure.
Elliott Hughes
2014-06-06
2
-2
/
+4
*
|
Merge "Rename __bionic_clone_entry to __start_thread."
Elliott Hughes
2014-06-06
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Rename __bionic_clone_entry to __start_thread.
Elliott Hughes
2014-06-06
1
-1
/
+1
*
|
Remove getdents from bionic.
Elliott Hughes
2014-06-06
2
-1
/
+8
|
/
*
Remove bsd_signal and sysv_signal from bionic LP64.
Dan Albert
2014-06-05
2
-10
/
+19
*
Hide __libc_fini.
Elliott Hughes
2014-06-04
1
-3
/
+3
*
Temporarily expose dlmalloc_usable_size.
Elliott Hughes
2014-06-04
1
-1
/
+6
*
Temporary fix for asan_malloc_linux.cc build failure.
Elliott Hughes
2014-06-04
1
-1
/
+2
*
Merge "Fix debug malloc."
Elliott Hughes
2014-06-04
5
-207
/
+177
|
\
|
*
Fix debug malloc.
Elliott Hughes
2014-06-04
5
-207
/
+177
*
|
Removes wcswcs from bionic for LP64.
Dan Albert
2014-06-04
1
-0
/
+5
|
/
*
Merge "Adds functionality specified by uchar.h"
Dan Albert
2014-06-04
6
-193
/
+463
|
\
|
*
Adds functionality specified by uchar.h
Dan Albert
2014-06-04
6
-193
/
+463
*
|
Merge "Hide dlmalloc symbols."
Elliott Hughes
2014-06-04
2
-10
/
+16
|
\
\
|
*
|
Hide dlmalloc symbols.
Elliott Hughes
2014-06-03
2
-10
/
+16
*
|
|
Merge "Removes bcopy and bzero from bionic."
Dan Albert
2014-06-04
1
-18
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Removes bcopy and bzero from bionic.
Dan Albert
2014-06-03
1
-18
/
+2
*
|
|
Turn on -Wunused and fix the mistakes it uncovers.
Elliott Hughes
2014-06-03
2
-2
/
+2
|
/
/
*
|
Merge "Use __libc_fatal() for failed malloc in new"
Dan Albert
2014-06-03
1
-2
/
+5
|
\
\
|
*
|
Use __libc_fatal() for failed malloc in new
Dan Albert
2014-06-02
1
-2
/
+5
*
|
|
Avoid a system call in 'gettid'.
Elliott Hughes
2014-06-02
1
-0
/
+35
|
|
/
|
/
|
*
|
Add some missing __noreturn attributes.
Elliott Hughes
2014-05-30
2
-6
/
+3
|
/
*
Remove issetugid.
Elliott Hughes
2014-05-29
1
-35
/
+0
*
Merge "Fix overflow testing in sbrk."
Christopher Ferris
2014-05-29
1
-4
/
+4
|
\
|
*
Fix overflow testing in sbrk.
Christopher Ferris
2014-05-29
1
-4
/
+4
*
|
Minor style cleanup of some code I had to look at.
Elliott Hughes
2014-05-28
1
-11
/
+6
*
|
Merge "Revert "Revert "Lose the hand-written futex assembler."""
Elliott Hughes
2014-05-29
3
-24
/
+18
|
\
\
|
|
/
|
/
|
|
*
Revert "Revert "Lose the hand-written futex assembler.""
Elliott Hughes
2014-05-28
3
-24
/
+18
*
|
Updated ambiguous comment in pthread_mutex_lock.
Brigid Smith
2014-05-28
1
-1
/
+1
|
/
*
Restore tkill for LP32.
Anthony King
2014-05-24
1
-0
/
+5
*
Restore __futex_wake and __futex_wait for LP32.
Elliott Hughes
2014-05-24
1
-0
/
+23
*
Migrate pthread_rwlock implementation away from sys/atomics
Calin Juravle
2014-05-23
1
-30
/
+22
*
Cleaned up pthread rwlocks implementation.
Calin Juravle
2014-05-23
1
-74
/
+65
*
Remove unnecessary #includes of <sys/atomics.h>.
Elliott Hughes
2014-05-22
3
-3
/
+0
*
Merge "Switch to POSIX dprintf/vdprintf."
Calin Juravle
2014-05-22
2
-58
/
+15
|
\
|
*
Switch to POSIX dprintf/vdprintf.
Elliott Hughes
2014-05-22
2
-58
/
+15
*
|
Merge "Mutex-free implementation of pthread_rwlock"
Calin Juravle
2014-05-22
1
-182
/
+175
|
\
\
|
*
|
Mutex-free implementation of pthread_rwlock
Calin Juravle
2014-05-22
1
-182
/
+175
*
|
|
Hide most of the private futex functions.
Elliott Hughes
2014-05-21
3
-14
/
+6
*
|
|
Support for jemalloc to replace dlmalloc.
Christopher Ferris
2014-05-20
9
-75
/
+157
|
|
/
|
/
|
*
|
Merge "Removes RTTI support from libc"
Dan Albert
2014-05-19
1
-43
/
+0
|
\
\
|
*
|
Removes RTTI support from libc
Dan Albert
2014-05-19
1
-43
/
+0
*
|
|
Mark sockets on creation (socket()) and accept4().
Sreeram Ramachandran
2014-05-19
5
-8
/
+55
*
|
|
Query libnetd_client for the appropriate netId for host resolution.
Paul Jensen
2014-05-19
2
-0
/
+7
*
|
|
Cosmetic changes to netd client files.
Sreeram Ramachandran
2014-05-18
4
-7
/
+11
|
/
/
*
|
Export get_malloc_leak_info and free_malloc_leak_info, used by ddms.
Elliott Hughes
2014-05-16
1
-2
/
+5
*
|
Merge "Hide various debug malloc implementation details."
Elliott Hughes
2014-05-16
1
-6
/
+6
|
\
\
[next]