summaryrefslogtreecommitdiffstats
path: root/libc/Android.mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* More upstream NetBSD upgrades.Elliott Hughes2012-10-231-11/+14
* Upgrade more functions to the current upstream NetBSD copy.Elliott Hughes2012-10-231-33/+32
* Move setlocale(3) and the wchar stubs over to .cpp.Elliott Hughes2012-10-221-28/+47
* Move the FORTIFY_SOURCE helpers over to .cpp.Elliott Hughes2012-10-221-16/+14
* Make bionic's dependency on the tzdata explicit.Elliott Hughes2012-10-181-0/+1
* Fix MIPS build.Elliott Hughes2012-10-021-1/+1
* Move non-upstream code into the libc/bionic directory.Elliott Hughes2012-10-011-109/+109
* Upgrade seed48 too.Elliott Hughes2012-10-011-1/+1
* Upgrade to the current NetBSD rand implementation.Elliott Hughes2012-10-011-8/+8
* Add getdelim(3) and getline(3) to bionicIrina Tirdea2012-09-271-0/+2
* Merge "Fix tmpfile(3)."Elliott Hughes2012-09-261-1/+1
|\
| * Fix tmpfile(3).Elliott Hughes2012-09-261-1/+1
* | FORTIFY_SOURCE: add umask checkNick Kralevich2012-09-261-0/+1
|/
* libc: add ftw / nftw functionsNick Kralevich2012-09-131-0/+2
* Make strerror(3) and strsignal(3) thread-safe, and add psignal(3) and psiginf...Irina Tirdea2012-09-131-3/+4
* Add libdl into libc_malloc_debug_leak buildPavel Chupin2012-09-131-1/+1
* Rename crtstart variables as crtbegin, to match reality.Elliott Hughes2012-09-101-9/+9
* Generate header dependency makefiles for the crt*.oYing Wang2012-09-071-16/+33
* Merge "ARM: make CRT_LEGACY_WORKAROUND work as intended"Elliott Hughes2012-09-051-7/+11
|\
| * ARM: make CRT_LEGACY_WORKAROUND work as intendedArd Biesheuvel2012-08-281-7/+11
* | Clean up warnings in the malloc_debug_* files.Elliott Hughes2012-08-291-8/+9
|/
* hardening: remove pointless ARM __get_pc() functionArd Biesheuvel2012-08-221-1/+0
* Upgrade to dlmalloc 2.8.5.Ian Rogers2012-08-201-3/+0
* Enhance getcwd(3) to handle NULL like glibc.Elliott Hughes2012-08-161-1/+1
* enable clone system call for x86Jin Wei2012-08-151-2/+1
* Switch to the current NetBSD regex implementation.Elliott Hughes2012-08-151-5/+5
* Switch to upstream NetBSD tdelete/tfind/tsearch.Elliott Hughes2012-08-131-3/+3
* Fix nice...Elliott Hughes2012-08-131-1/+2
* Clean up warnings in stubs.cpp.Elliott Hughes2012-08-131-1/+1
* Add dependencies on all the makefiles.Elliott Hughes2012-08-131-0/+8
* MIPS support to the libc MakefileRaghu Gandham2012-08-101-28/+86
* Revert "Revert "Switch to NetBSD's strxfrm(3).""Elliott Hughes2012-08-101-3/+26
* Revert "Switch to NetBSD's strxfrm(3)."Elliott Hughes2012-08-101-4/+1
* Switch to NetBSD's strxfrm(3).Elliott Hughes2012-08-101-1/+4
* Clean up libc/Android.mk a bit after the crtbrand changes.Elliott Hughes2012-08-081-12/+8
* Merge "Add a .note.android.ident section to Android ELF binaries."Jean-Baptiste Queru2012-08-081-3/+35
|\
| * Add a .note.android.ident section to Android ELF binaries.Michael Hope2012-07-311-3/+35
* | MIPS support for libc.Raghu Gandham2012-08-021-2/+1
|/