aboutsummaryrefslogtreecommitdiffstats
path: root/libc/bionic
Commit message (Expand)AuthorAgeFilesLines
* bionic: add compatibility mode for propertiesColin Cross2013-06-252-1/+149
* bionic: use the size of the file to determine property area sizeColin Cross2013-06-251-8/+14
* Kernel dso support for 'dl_iterate_phdr' functionSergey Melnikov2013-06-251-24/+41
* bionic: store property names as variable-length stringsGreg Hackmann2013-06-241-4/+5
* bionic: prevent root processes from calling __system_property_addColin Cross2013-06-241-3/+17
* bionic: revert to a single (larger) property areaGreg Hackmann2013-06-241-66/+25
* bionic: reimplement property area as hybrid trie/binary treeGreg Hackmann2013-06-241-82/+271
* bionic: add missing memory barriers to system propertiesGreg Hackmann2013-06-241-0/+5
* bionic: make property area expandableGreg Hackmann2013-06-241-41/+146
* libc_logging: don't keep file descriptors open foreverNick Kralevich2013-06-211-12/+10
* bionic: add __system_property_foreachGreg Hackmann2013-06-181-0/+16
* bionic: move system property writing from init to bionicColin Cross2013-06-171-0/+101
* Handles spurious wake-ups in pthread_join()msg5552013-06-126-39/+27
* Clean up abort.Elliott Hughes2013-06-123-7/+88
* Merge "bionic/x86: Optimization for string routines"Elliott Hughes2013-06-082-16/+46
|\
| * bionic/x86: Optimization for string routinesLiubov Dmitrieva2013-05-312-16/+46
* | Implement malloc_usable_size for debug impls.Christopher Ferris2013-06-076-145/+270
* | Ensure header files using __BEGIN_DECLS include sys/cdefs.h.Elliott Hughes2013-06-051-0/+1
* | Merge "Fix declaration of malloc_usable_size()"Elliott Hughes2013-06-051-1/+1
|\ \
| * | Fix declaration of malloc_usable_size()David 'Digit' Turner2013-05-231-1/+1
| |/
* / FORTIFY_SOURCE: strcat / strncat optimizeNick Kralevich2013-05-312-33/+39
|/
* Fix sysconf(3) for _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX.Elliott Hughes2013-05-141-2/+2
* Remove a spurious FIXME and unnecessary type cast.Ben Cheng2013-05-071-4/+1
* Adjust PC value in ARM stack trace.Ben Cheng2013-05-071-0/+21
* Use __predict_false on some fortify methods.Nick Kralevich2013-05-0211-11/+11
* libc: cleanup strchrNick Kralevich2013-05-021-0/+50
* Use hidden visibility for internal-use-only functionsKito Cheng2013-04-121-2/+2
* Add missing include and function prototype for sched_getaffinity.Kito Cheng2013-04-101-10/+14
* Make abort messages available to debuggerd.Elliott Hughes2013-04-057-250/+193
* Prevent name conflict for eventfd.cpp and eventfd.s when building libc.aKito Cheng2013-04-032-21/+36
* Stop using unreasonable numbers of map entries.Elliott Hughes2013-04-021-32/+0
* Extra logging in pthread_create.Elliott Hughes2013-03-291-0/+3
* Clarify the dlmalloc USAGE_ERROR.Elliott Hughes2013-03-251-1/+2
* Unhide __set_errno for backwards compatibility.Elliott Hughes2013-03-221-1/+2
* Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>.Elliott Hughes2013-03-211-259/+0
* Fix pthread_setname_np's behavior on invalid pthread_ts.Elliott Hughes2013-03-211-7/+15
* Expose wait4 as wait4 rather than __wait4.Elliott Hughes2013-03-211-15/+16
* Hide various symbols that shouldn't be exposed.Elliott Hughes2013-03-153-7/+5
* Clean up internal libc logging.Elliott Hughes2013-03-1530-309/+88
* Remove useless workaround for HTC RIL bugs.Elliott Hughes2013-03-151-3/+0
* 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