aboutsummaryrefslogtreecommitdiffstats
path: root/libc/Android.mk
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/bio...Steve Kondik2015-12-071-0/+1
|\
| * Sync with upstream NetBSD lib/libc/regex.Elliott Hughes2015-10-141-0/+1
* | bionic: Allow devices to add device specfic static libsChristopher R. Palmer2015-10-291-0/+3
* | bionic: Add flag to restore legacy mmap behaviorFlemmard2015-10-191-0/+4
|/
* Add version to libc.so symbolsDmitriy Ivanov2015-06-161-2/+2
* Fix a few libc makefile mishaps.Christopher Ferris2015-06-061-4/+7
* libc: Add O_PATH support for fgetxattr / fsetxattrNick Kralevich2015-06-021-0/+2
* Fix error handling for negative size in ftruncate.Dan Albert2015-06-011-0/+1
* Merge "Apply work around b/19059885 to x86" into mnc-devDmitriy Ivanov2015-05-161-0/+2
|\
| * Apply work around b/19059885 to x86Dmitriy Ivanov2015-05-151-0/+2
* | Use unified syntax to compile with both llvm and gcc.Chih-Hung Hsieh2015-05-151-12/+0
* | Fix opcode to compile with both gcc and llvm.Chih-Hung Hsieh2015-05-151-9/+0
|/
* Switch libc/libcstdc++/libm to hash-style=bothDmitriy Ivanov2015-05-081-2/+2
* Revert "Fix volantis boot."Dan Albert2015-05-081-2/+1
* Do not pack relocations for libc.soDmitriy Ivanov2015-04-281-0/+3
* Merge "add fortified memchr/memrchr implementations"Nick Kralevich2015-04-251-0/+2
|\
| * add fortified memchr/memrchr implementationsDaniel Micay2015-04-171-0/+2
* | Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov2015-04-241-7/+10
* | Merge "Revert "Unregister pthread_atfork handlers on dlclose()""Dimitry Ivanov2015-04-241-1/+1
|\ \
| * | Revert "Unregister pthread_atfork handlers on dlclose()"Dimitry Ivanov2015-04-241-1/+1
* | | Merge "Remove jemalloc.a from libc_nomalloc.a"Dmitriy Ivanov2015-04-231-4/+10
|\ \ \
| * | | Remove jemalloc.a from libc_nomalloc.aDmitriy Ivanov2015-04-231-4/+10
| |/ /
* | | Merge "Simplify close(2) EINTR handling."Elliott Hughes2015-04-231-0/+1
|\ \ \ | |/ / |/| |
| * | Simplify close(2) EINTR handling.Elliott Hughes2015-04-231-0/+1
* | | Unregister pthread_atfork handlers on dlclose()Dmitriy Ivanov2015-04-221-1/+1
|/ /
* | Merge "Allow building libc long double code with clang/llvm."Chih-Hung Hsieh2015-04-211-18/+3
|\ \
| * | Allow building libc long double code with clang/llvm.Chih-Hung Hsieh2015-04-211-18/+3
* | | add fortified readlink/readlinkat implementationsDaniel Micay2015-04-171-0/+2
| |/ |/|
* | add fortified implementations of pread/pread64Daniel Micay2015-04-161-0/+2
* | Merge "Call __cxa_thread_finalize for the main thread."Dmitriy Ivanov2015-04-161-1/+1
|\ \
| * | Call __cxa_thread_finalize for the main thread.Dmitriy Ivanov2015-04-151-1/+1
* | | Hide emutls* symbols in libc.soDmitriy Ivanov2015-04-151-1/+1
|/ /
* | Fix volantis boot.Elliott Hughes2015-04-031-1/+2
* | Don't export new/delete from libc shared libraries.Dan Albert2015-04-011-6/+21
* | Fix libstdc++.so hash-style.Dmitriy Ivanov2015-03-271-1/+1
* | Initial implementation of __cxa_thread_atexit_implDmitriy Ivanov2015-03-251-0/+22
* | Let g_thread_list_lock only protect g_thread_list.Yabin Cui2015-03-231-1/+1
|/
* Switch libc and libm to sysv-only hash styleDmitriy Ivanov2015-03-131-1/+1
* Generate gnu hash for arm onlyGoran Jakovljevic2015-03-101-2/+2
* Generate sysv hash for libc, libstdc++ and libmDmitriy Ivanov2015-03-091-0/+8
* Fix "faccessat ignores flags"Nick Kralevich2015-02-241-0/+1
* Add GNU extensions mempcpy and wmemcpy.Elliott Hughes2015-02-181-0/+2
* Parameterize use of clang in libc_ndk.Dan Albert2015-02-181-1/+1
* Update NDK compatlib for 4.1.2.Dan Albert2015-02-171-6/+56
* Update the NDK compatlib for 4.4.4 and ToT.Dan Albert2015-02-171-26/+157
* Make .note.android.ident section type SH_NOTEColin Cross2015-02-121-0/+2
* Merge "Use LOCAL_C_INCLUDES instead of LOCAL_CFLAGS for include dirs"Colin Cross2015-02-061-20/+25
|\
| * Use LOCAL_C_INCLUDES instead of LOCAL_CFLAGS for include dirsColin Cross2015-02-061-20/+25
* | Use the libcxxabi __cxa_demangle.Elliott Hughes2015-02-051-1/+2
* | Merge changes Ib87855e8,I4b46ae20,I66364a5c,Id3fcf680Colin Cross2015-02-051-8/+20
|\|