summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Pull the pthread_key_t functions out of pthread.c.Elliott Hughes2013-02-117-324/+318
* Merge "Switch to using AT_RANDOM for the stack guards."Elliott Hughes2013-02-086-50/+20
|\
| * Switch to using AT_RANDOM for the stack guards.Elliott Hughes2013-02-086-50/+20
* | update xattr.hNick Kralevich2013-02-071-10/+26
* | Remove dead code from gensyscalls.py.Elliott Hughes2013-02-071-117/+13
|/
* Merge "Fix x86 build, remove void* arithmetic."Elliott Hughes2013-02-072-2/+4
|\
| * Fix x86 build, remove void* arithmetic.Elliott Hughes2013-02-072-2/+4
* | __progname should be const char*, not char*.Elliott Hughes2013-02-075-6/+6
|/
* Merge "Clean up the argc/argv/envp/auxv handling."Elliott Hughes2013-02-0712-282/+301
|\
| * Clean up the argc/argv/envp/auxv handling.Elliott Hughes2013-02-0712-282/+301
* | Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs.Elliott Hughes2013-02-06206-1271/+743
|/
* Remove bogus extra alignment from sbrk.Elliott Hughes2013-02-053-38/+29
* Document the mallinfo struct, add missing attributes.Elliott Hughes2013-02-042-18/+24
* Regenerate msm_ion.h.Elliott Hughes2013-02-011-85/+3
* Don't claim there were no leaks if we weren't even checking.Elliott Hughes2013-02-012-35/+39
* Restore bionic's <linux/elf-em.h>.Elliott Hughes2013-02-011-0/+58
* Merge "Upgrade libm."Elliott Hughes2013-02-014-0/+83
|\
| * Upgrade libm.Elliott Hughes2013-02-014-0/+83
* | Say explicitly if there were no leaks.Elliott Hughes2013-01-301-4/+5
|/
* Merge "Clean up trailing whitespace in the kernel headers."Elliott Hughes2013-01-30341-7298/+7190
|\
| * Clean up trailing whitespace in the kernel headers.Elliott Hughes2013-01-30341-7298/+7190
* | Fix valgrind build.Elliott Hughes2013-01-291-0/+4
|/
* Fix x86 build to use <elf.h>.Elliott Hughes2013-01-291-1/+1
* Bring the NOTICE files back up to date.Elliott Hughes2013-01-291-123/+129
* Use the NetBSD <sys/exec_elf.h>.Elliott Hughes2013-01-299-885/+1592
* Don't collect useless stack frames; do demangle C++ symbols.Elliott Hughes2013-01-296-97/+107
* Unit tests for formatting code, fix %%.Elliott Hughes2013-01-283-156/+37
* More debug malloc fixes.Elliott Hughes2013-01-258-55/+68
* Merge "arm syscall : for eabi call_default don't use stack"Elliott Hughes2013-01-25182-546/+364
|\
| * arm syscall : for eabi call_default don't use stackMatthieu Castet2013-01-16182-546/+364
* | system_properties: do more checking of fileNick Kralevich2013-01-251-8/+18
* | prctl.h: include sys/cdefs.hNick Kralevich2013-01-231-0/+1
* | libc: use more secure system properties if availableNick Kralevich2013-01-232-17/+45
* | Merge "Don't free anything when reporting leaks."Elliott Hughes2013-01-231-4/+0
|\ \
| * | Don't free anything when reporting leaks.Elliott Hughes2013-01-221-4/+0
* | | Disable leak checking for mksh; it's way too leaky.Elliott Hughes2013-01-221-0/+5
|/ /
* | Merge "Add const for first argument of sigismember for fit POSIX spec"Elliott Hughes2013-01-231-2/+2
|\ \
| * | Add const for first argument of sigismember for fit POSIX specKito Cheng2013-01-201-2/+2
* | | Our strcoll(3) is no different from NetBSD's, so take exactly theirs.Elliott Hughes2013-01-223-41/+60
* | | Avoid overflow in memccpy.Elliott Hughes2013-01-223-48/+62
* | | Merge "Use the new non-allocating logging for dlmalloc failures."Elliott Hughes2013-01-221-86/+52
|\ \ \
| * | | Use the new non-allocating logging for dlmalloc failures.Elliott Hughes2013-01-221-86/+52
* | | | bionic_auxv.h: fix #define conflictNick Kralevich2013-01-221-3/+3
|/ / /
* | | Add missing extern "C".Elliott Hughes2013-01-221-2/+2
* | | Merge "Fix the duplication in the debugging code."Elliott Hughes2013-01-2221-492/+1039
|\ \ \ | |/ / |/| |
| * | Fix the duplication in the debugging code.Elliott Hughes2013-01-1821-492/+1039
* | | Merge "FORTIFY_SOURCE: optimize"Nick Kralevich2013-01-181-9/+18
|\ \ \ | |/ / |/| |
| * | FORTIFY_SOURCE: optimizeNick Kralevich2013-01-171-9/+18
* | | Add functionlity to the scripts to replace tokens in kernel headersRaghu Gandham2013-01-175-5/+13
|/ /
* | Revert "stack protector: use AT_RANDOM"Nick Kralevich2013-01-164-28/+33