summaryrefslogtreecommitdiffstats
path: root/libc/bionic
Commit message (Expand)AuthorAgeFilesLines
* Use the kernel's MAX_ERRNO in the syscall stubs.Elliott Hughes2013-03-121-16/+2
* Support large errno values on ARM.Elliott Hughes2013-03-121-9/+8
* Fix debug malloc.Elliott Hughes2013-03-062-48/+19
* Move realpath.c to upstream-freebsd.Elliott Hughes2013-03-011-232/+0
* Reimplement scandir(3).Elliott Hughes2013-02-253-55/+124
* Fix raise(3) so it works in signal handlers.Elliott Hughes2013-02-212-9/+13
* Fix pthreads functions that should return ESRCH.Elliott Hughes2013-02-1912-216/+513
* dalvik is big enough and ugly enough to handle System.arraycopy itself.Elliott Hughes2013-02-151-148/+0
* Fix the pthread_setname_np test.Elliott Hughes2013-02-158-97/+81
* Simplify __stack_chk_fail, and fix it so we get debuggerd stack traces.Elliott Hughes2013-02-143-48/+40
* fix compiler warning.Nick Kralevich2013-02-141-1/+1
* Clean up pthread_create.Elliott Hughes2013-02-122-232/+232
* Simplify pthread_create, using more public API.Elliott Hughes2013-02-124-41/+31
* Revert "Revert "More pthreads cleanup.""Elliott Hughes2013-02-1211-280/+279
* Revert "More pthreads cleanup."Elliott Hughes2013-02-1211-279/+280
* More pthreads cleanup.Elliott Hughes2013-02-1111-280/+279
* Revert "Revert "Pull the pthread_key_t functions out of pthread.c.""Elliott Hughes2013-02-114-307/+294
* Revert "Pull the pthread_key_t functions out of pthread.c."Elliott Hughes2013-02-114-294/+307
* Pull the pthread_key_t functions out of pthread.c.Elliott Hughes2013-02-114-307/+294
* Switch to using AT_RANDOM for the stack guards.Elliott Hughes2013-02-084-11/+13
* __progname should be const char*, not char*.Elliott Hughes2013-02-074-5/+5
* Clean up the argc/argv/envp/auxv handling.Elliott Hughes2013-02-076-232/+202
* Remove bogus extra alignment from sbrk.Elliott Hughes2013-02-052-36/+27
* Don't claim there were no leaks if we weren't even checking.Elliott Hughes2013-02-012-35/+39
* Say explicitly if there were no leaks.Elliott Hughes2013-01-301-4/+5
* Fix x86 build to use <elf.h>.Elliott Hughes2013-01-291-1/+1
* 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-281-151/+32
* More debug malloc fixes.Elliott Hughes2013-01-258-55/+68
* system_properties: do more checking of fileNick Kralevich2013-01-251-8/+18
* libc: use more secure system properties if availableNick Kralevich2013-01-231-17/+44
* 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
|/
* Our strcoll(3) is no different from NetBSD's, so take exactly theirs.Elliott Hughes2013-01-221-40/+0
* Avoid overflow in memccpy.Elliott Hughes2013-01-221-47/+0
* Use the new non-allocating logging for dlmalloc failures.Elliott Hughes2013-01-221-86/+52
* Add missing extern "C".Elliott Hughes2013-01-221-2/+2
* Fix the duplication in the debugging code.Elliott Hughes2013-01-1817-483/+975
* Revert "stack protector: use AT_RANDOM"Nick Kralevich2013-01-162-20/+10
* stack protector: use AT_RANDOMNick Kralevich2013-01-162-10/+20
* Merge "Name anonymous mmap mallocs."Ian Rogers2013-01-141-0/+41
|\
| * Name anonymous mmap mallocs.Ian Rogers2013-01-111-0/+41
* | libc_init_static: apply relro earlier.Nick Kralevich2013-01-111-1/+2
* | libc: add getauxval()Nick Kralevich2013-01-113-28/+64
|/
* Fix unused warnings in pthread.cWink Saville2013-01-101-18/+12
* glibc 2.15 treats errno as signed in strerror(3).Elliott Hughes2013-01-101-1/+1
* Only have one copy of the kernel_sigset_t hack, and add more tests.Elliott Hughes2013-01-104-119/+83
* Add signalfd call to bionicRom Lemarchand2013-01-101-0/+54
* Fix debug malloc.Elliott Hughes2013-01-031-10/+8