index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
Android.mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to current upstream stdio makebuf.c and setvbuf.c.
Elliott Hughes
2013-06-12
1
-2
/
+2
*
Clean up abort.
Elliott Hughes
2013-06-12
1
-1
/
+1
*
bionic/x86: Optimization for string routines
Liubov Dmitrieva
2013-05-31
1
-20
/
+39
*
libc: cleanup strchr
Nick Kralevich
2013-05-02
1
-1
/
+1
*
Switch to current FreeBSD qsort.
Elliott Hughes
2013-04-11
1
-1
/
+1
*
Start moving to current FreeBSD stdio.
Elliott Hughes
2013-04-11
1
-30
/
+30
*
Add missing include and function prototype for sched_getaffinity.
Kito Cheng
2013-04-10
1
-1
/
+1
*
Prevent name conflict for eventfd.cpp and eventfd.s when building libc.a
Kito Cheng
2013-04-03
1
-1
/
+2
*
Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>.
Elliott Hughes
2013-03-21
1
-1
/
+0
*
Expose wait4 as wait4 rather than __wait4.
Elliott Hughes
2013-03-21
1
-1
/
+1
*
Clean up internal libc logging.
Elliott Hughes
2013-03-15
1
-2
/
+1
*
Remove unused arm defines.
Christopher Ferris
2013-03-14
1
-11
/
+0
*
Break bionic implementations into arch versions.
Christopher Ferris
2013-03-12
1
-82
/
+34
*
Upgrade to current NetBSD popen/pclose.
Elliott Hughes
2013-03-06
1
-1
/
+1
*
Fix debug malloc.
Elliott Hughes
2013-03-06
1
-1
/
+1
*
Switch to upstream-freebsd for the unmolested wchar code.
Elliott Hughes
2013-03-01
1
-27
/
+27
*
Move realpath.c to upstream-freebsd.
Elliott Hughes
2013-03-01
1
-2
/
+27
*
Reimplement scandir(3).
Elliott Hughes
2013-02-25
1
-0
/
+1
*
Fix pthreads functions that should return ESRCH.
Elliott Hughes
2013-02-19
1
-0
/
+9
*
dalvik is big enough and ugly enough to handle System.arraycopy itself.
Elliott Hughes
2013-02-15
1
-1
/
+0
*
Simplify __stack_chk_fail, and fix it so we get debuggerd stack traces.
Elliott Hughes
2013-02-14
1
-1
/
+1
*
Turn on -Werror for ssp.cpp.
Elliott Hughes
2013-02-14
1
-1
/
+1
*
ffs was not being built for x86.
Elliott Hughes
2013-02-13
1
-25
/
+26
*
Everyone has a TLS register.
Elliott Hughes
2013-02-12
1
-33
/
+8
*
Clean up pthread_create.
Elliott Hughes
2013-02-12
1
-0
/
+3
*
Revert "Revert "More pthreads cleanup.""
Elliott Hughes
2013-02-12
1
-0
/
+2
*
Merge "Revert "More pthreads cleanup.""
Elliott Hughes
2013-02-12
1
-2
/
+0
|
\
|
*
Revert "More pthreads cleanup."
Elliott Hughes
2013-02-12
1
-2
/
+0
*
|
Merge "More pthreads cleanup."
Elliott Hughes
2013-02-12
1
-0
/
+2
|
\
\
|
|
/
|
*
More pthreads cleanup.
Elliott Hughes
2013-02-11
1
-0
/
+2
*
|
Fix MIPS build.
Elliott Hughes
2013-02-11
1
-1
/
+1
|
/
*
Revert "Revert "Pull the pthread_key_t functions out of pthread.c.""
Elliott Hughes
2013-02-11
1
-3
/
+6
*
Revert "Pull the pthread_key_t functions out of pthread.c."
Elliott Hughes
2013-02-11
1
-6
/
+3
*
Pull the pthread_key_t functions out of pthread.c.
Elliott Hughes
2013-02-11
1
-3
/
+6
*
Clean up the argc/argv/envp/auxv handling.
Elliott Hughes
2013-02-07
1
-4
/
+4
*
Remove bogus extra alignment from sbrk.
Elliott Hughes
2013-02-05
1
-2
/
+2
*
Our strcoll(3) is no different from NetBSD's, so take exactly theirs.
Elliott Hughes
2013-01-22
1
-1
/
+1
*
Avoid overflow in memccpy.
Elliott Hughes
2013-01-22
1
-1
/
+1
*
Fix the duplication in the debugging code.
Elliott Hughes
2013-01-18
1
-3
/
+4
*
libc: add getauxval()
Nick Kralevich
2013-01-11
1
-0
/
+1
*
Only have one copy of the kernel_sigset_t hack, and add more tests.
Elliott Hughes
2013-01-10
1
-1
/
+2
*
Add signalfd call to bionic
Rom Lemarchand
2013-01-10
1
-0
/
+1
*
Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK).
Elliott Hughes
2013-01-02
1
-1
/
+1
*
Use pthread_kill() in raise()
Chris Dearman
2012-12-10
1
-1
/
+1
*
Reduce the exposure of the __set_errno implementation detail.
Elliott Hughes
2012-11-30
1
-1
/
+1
*
Replace .S version of x86 crtfiles with .c version
Pavel Chupin
2012-11-30
1
-1
/
+1
*
Clean up the <libgen.h> implementation a little, bring in tests.
Elliott Hughes
2012-10-29
1
-4
/
+1
*
libc: Fix alphasort() signature (and implementation).
David 'Digit' Turner
2012-10-29
1
-2
/
+1
*
Clean up the implementation of the <dirent.h> functions.
Elliott Hughes
2012-10-26
1
-26
/
+27
*
Per-thread -fstack-protector guards for x86.
Elliott Hughes
2012-10-25
1
-1
/
+1
[next]