summaryrefslogtreecommitdiffstats
path: root/libc/Android.mk
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* Install crt(begin|end)_so.o to target library path.Shih-wei Liao2012-07-281-0/+12
* FORTIFY_SOURCE: strlen check.Nick Kralevich2012-07-131-0/+1
* Don't use -fstack-protector on ssp.cNick Kralevich2012-07-101-1/+20
* FORTIFY_SOURCE: add fgets support.Nick Kralevich2012-07-091-0/+1
* FORTIFY_SOURCE: add strlcpy / strlcat supportNick Kralevich2012-06-141-0/+2
* FORTIFY_SOURCE: add sprintf / vsprintf supportNick Kralevich2012-06-131-0/+2
* FORTIFY_SOURCE: add snprintf, vsnprintfNick Kralevich2012-06-111-0/+2
* _FORTIFY_SOURCE: check for integer overflowsNick Kralevich2012-06-081-1/+2
* _FORTIFY_SOURCE: add memset / bzero supportNick Kralevich2012-06-071-0/+1
* am 3069270d: am c2bba24d: Merge "Give the timer_create SIGEV_THREAD helper th...Elliott Hughes2012-06-061-12/+13
|\
| * am c2bba24d: Merge "Give the timer_create SIGEV_THREAD helper threads sensibl...Elliott Hughes2012-06-061-12/+13
| |\
| | * Give the timer_create SIGEV_THREAD helper threads sensible names.Elliott Hughes2012-06-061-12/+13