summaryrefslogtreecommitdiffstats
path: root/libc/bionic
Commit message (Expand)AuthorAgeFilesLines
* 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
* sysconf.c was renamed to sysconf.cpp (and modified)...Elliott Hughes2013-01-031-340/+0
* Define _POSIX_MONOTONIC_CLOCK and implement sysconf(_SC_MONOTONIC_CLOCK).Elliott Hughes2013-01-021-0/+346
* Use pthread_kill() in raise()Chris Dearman2012-12-101-5/+9
* FORTIFY_SOURCE: fix up previous commitNick Kralevich2012-12-052-6/+2
* clean up FORTIFY_SOURCE handling.Nick Kralevich2012-12-0415-60/+37
* Merge "mmap: Remove madvise() workaround"Elliott Hughes2012-12-031-8/+1
|\
| * mmap: Remove madvise() workaroundNick Kralevich2012-11-191-8/+1
* | Reduce the exposure of the __set_errno implementation detail.Elliott Hughes2012-11-302-23/+18
|/
* Support GNU_RELRO for static executables.Nick Kralevich2012-11-151-0/+54
* Don't corrupt the thread list if the main thread exits.Elliott Hughes2012-11-013-101/+95
* Merge "Fix bug in pthread_join, pthread_exit, pthread_detach"Elliott Hughes2012-10-301-14/+17
|\
| * Fix bug in pthread_join, pthread_exit, pthread_detachSergey Melnikov2012-10-291-14/+17
* | Clean up the <libgen.h> implementation a little, bring in tests.Elliott Hughes2012-10-295-269/+163
|/
* Fix the pthread_join on self error case.Elliott Hughes2012-10-291-4/+8
* Fix a potential NULL pointer dereference in _init_thread().Xi Wang2012-10-292-10/+7
* libc: Fix alphasort() signature (and implementation).David 'Digit' Turner2012-10-291-0/+4
* Clean up the implementation of the <dirent.h> functions.Elliott Hughes2012-10-263-275/+193
* Per-thread -fstack-protector guards for x86.Elliott Hughes2012-10-253-102/+86
* More upstream NetBSD upgrades.Elliott Hughes2012-10-232-0/+54
* Upgrade more functions to the current upstream NetBSD copy.Elliott Hughes2012-10-233-325/+0
* Move setlocale(3) and the wchar stubs over to .cpp.Elliott Hughes2012-10-223-334/+291
* Clean up warnings in stubs.cpp.Elliott Hughes2012-10-221-22/+23