summaryrefslogtreecommitdiffstats
path: root/libc/Android.mk
Commit message (Expand)AuthorAgeFilesLines
* Switch to current upstream stdio makebuf.c and setvbuf.c.Elliott Hughes2013-06-121-2/+2
* Clean up abort.Elliott Hughes2013-06-121-1/+1
* bionic/x86: Optimization for string routinesLiubov Dmitrieva2013-05-311-20/+39
* libc: cleanup strchrNick Kralevich2013-05-021-1/+1
* Switch to current FreeBSD qsort.Elliott Hughes2013-04-111-1/+1
* Start moving to current FreeBSD stdio.Elliott Hughes2013-04-111-30/+30
* Add missing include and function prototype for sched_getaffinity.Kito Cheng2013-04-101-1/+1
* Prevent name conflict for eventfd.cpp and eventfd.s when building libc.aKito Cheng2013-04-031-1/+2
* Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>.Elliott Hughes2013-03-211-1/+0
* Expose wait4 as wait4 rather than __wait4.Elliott Hughes2013-03-211-1/+1
* Clean up internal libc logging.Elliott Hughes2013-03-151-2/+1
* Remove unused arm defines.Christopher Ferris2013-03-141-11/+0
* Break bionic implementations into arch versions.Christopher Ferris2013-03-121-82/+34
* Upgrade to current NetBSD popen/pclose.Elliott Hughes2013-03-061-1/+1
* Fix debug malloc.Elliott Hughes2013-03-061-1/+1
* Switch to upstream-freebsd for the unmolested wchar code.Elliott Hughes2013-03-011-27/+27
* Move realpath.c to upstream-freebsd.Elliott Hughes2013-03-011-2/+27
* Reimplement scandir(3).Elliott Hughes2013-02-251-0/+1
* Fix pthreads functions that should return ESRCH.Elliott Hughes2013-02-191-0/+9
* dalvik is big enough and ugly enough to handle System.arraycopy itself.Elliott Hughes2013-02-151-1/+0
* Simplify __stack_chk_fail, and fix it so we get debuggerd stack traces.Elliott Hughes2013-02-141-1/+1
* Turn on -Werror for ssp.cpp.Elliott Hughes2013-02-141-1/+1
* ffs was not being built for x86.Elliott Hughes2013-02-131-25/+26
* Everyone has a TLS register.Elliott Hughes2013-02-121-33/+8
* Clean up pthread_create.Elliott Hughes2013-02-121-0/+3
* Revert "Revert "More pthreads cleanup.""Elliott Hughes2013-02-121-0/+2
* Merge "Revert "More pthreads cleanup.""Elliott Hughes2013-02-121-2/+0
|\
| * Revert "More pthreads cleanup."Elliott Hughes2013-02-121-2/+0
* | Merge "More pthreads cleanup."Elliott Hughes2013-02-121-0/+2
|\ \ | |/
| * More pthreads cleanup.Elliott Hughes2013-02-111-0/+2
* | Fix MIPS build.Elliott Hughes2013-02-111-1/+1
|/
* Revert "Revert "Pull the pthread_key_t functions out of pthread.c.""Elliott Hughes2013-02-111-3/+6
* Revert "Pull the pthread_key_t functions out of pthread.c."Elliott Hughes2013-02-111-6/+3
* Pull the pthread_key_t functions out of pthread.c.Elliott Hughes2013-02-111-3/+6
* Clean up the argc/argv/envp/auxv handling.Elliott Hughes2013-02-071-4/+4
* Remove bogus extra alignment from sbrk.Elliott Hughes2013-02-051-2/+2
* Our strcoll(3) is no different from NetBSD's, so take exactly theirs.Elliott Hughes2013-01-221-1/+1
* Avoid overflow in memccpy.Elliott Hughes2013-01-221-1/+1
* Fix the duplication in the debugging code.Elliott Hughes2013-01-181-3/+4
* libc: add getauxval()Nick Kralevich2013-01-111-0/+1
* Only have one copy of the kernel_sigset_t hack, and add more tests.Elliott Hughes2013-01-101-1/+2
* Add signalfd call to bionicRom Lemarchand2013-01-101-0/+1
* Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK).Elliott Hughes2013-01-021-1/+1
* Use pthread_kill() in raise()Chris Dearman2012-12-101-1/+1
* Reduce the exposure of the __set_errno implementation detail.Elliott Hughes2012-11-301-1/+1
* Replace .S version of x86 crtfiles with .c versionPavel Chupin2012-11-301-1/+1
* Clean up the <libgen.h> implementation a little, bring in tests.Elliott Hughes2012-10-291-4/+1
* libc: Fix alphasort() signature (and implementation).David 'Digit' Turner2012-10-291-2/+1
* Clean up the implementation of the <dirent.h> functions.Elliott Hughes2012-10-261-26/+27
* Per-thread -fstack-protector guards for x86.Elliott Hughes2012-10-251-1/+1