summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Add support for listing missing POSIX 2013 symbols.Elliott Hughes2014-11-052-0/+1205
* Merge "Fix newlocale with a NULL locale name."Elliott Hughes2014-11-051-2/+2
|\
| * Fix newlocale with a NULL locale name.Elliott Hughes2014-11-041-2/+2
* | Fix warning of missing field initializer.Chih-Hung Hsieh2014-11-042-3/+2
|/
* Ensure we initialize stdin/stdout/stderr's recursive mutexes.Elliott Hughes2014-11-032-10/+20
* Merge "limits.h: add define for HOST_NAME_MAX"Elliott Hughes2014-10-302-0/+2
|\
| * limits.h: add define for HOST_NAME_MAXYongqin Liu2014-10-302-0/+2
* | Remove an unused file.Elliott Hughes2014-10-291-25/+0
* | change unsigned int to uint32_t for api arc4random/arc4random_uniformYabin Cui2014-10-281-2/+2
* | Disable tzdata in $ANDROID_DATA.Elliott Hughes2014-10-281-8/+5
* | [x86,x86_64] Fix libgcc unwinding through signalPavel Chupin2014-10-274-43/+211
* | Merge "Fix the type of u_ar0 in <sys/user.h>."Elliott Hughes2014-10-271-3/+3
|\ \
| * | Fix the type of u_ar0 in <sys/user.h>.Elliott Hughes2014-10-241-3/+3
| |/
* | POSIX says pthread_mutex_trylock returns EBUSY, not EDEADLK.Elliott Hughes2014-10-241-11/+12
|/
* Use mxcr_mask instead of mxcsr_mask to match glibc.Elliott Hughes2014-10-231-1/+1
* Add mkfifoat(3).Elliott Hughes2014-10-232-1/+8
* Migrate system/extra getaddrinfo test, and fix a bug in getservbyname(3).Derek Xue2014-10-221-21/+11
* Merge "Update bionic to tzdata2014i."Elliott Hughes2014-10-221-0/+0
|\
| * Update bionic to tzdata2014i.Elliott Hughes2014-10-221-0/+0
* | Fix race condition in timer disarm/delete.Christopher Ferris2014-10-221-2/+18
|/
* Replace ambiguous cmp operator with cmpl.Chih-Hung Hsieh2014-10-212-8/+8
* Merge "Rename library_offset to library_fd_offset"Dmitriy Ivanov2014-10-211-4/+4
|\
| * Rename library_offset to library_fd_offsetDmitriy Ivanov2014-10-211-4/+4
* | Merge "Never use ASAN."Dan Albert2014-10-211-0/+20
|\ \ | |/ |/|
| * Never use ASAN.Dan Albert2014-10-211-0/+20
* | Merge "Fix generic __memcpy_chk implementation."Christopher Ferris2014-10-201-34/+40
|\ \
| * | Fix generic __memcpy_chk implementation.Christopher Ferris2014-10-171-34/+40
| |/
* | Add -no-integrated-as at local level.Chih-Hung Hsieh2014-10-201-4/+6
|/
* Only use <atomic> for C++11 and newer.Dan Albert2014-10-161-1/+1
* Merge "We don't actually need all of libc++ here."Dan Albert2014-10-151-6/+3
|\
| * We don't actually need all of libc++ here.Dan Albert2014-10-141-6/+3
* | Add clock_settime and clock_nanosleep.Haruki Hasegawa2014-10-1310-17/+61
* | Merge "Add glibc alias for NT_PRFPREG"Dmitriy Ivanov2014-10-131-9/+12
|\ \ | |/ |/|
| * Add glibc alias for NT_PRFPREGDmitriy Ivanov2014-10-131-9/+12
* | Return total footprint, not high water mark.Christopher Ferris2014-10-131-1/+3
* | Use LOCAL_CXX_STL to select libc++_static.Dan Albert2014-10-131-3/+6
|/
* Add back symbols to fix Greed for Glory franchise.Christopher Ferris2014-10-091-6/+8
* Fix pthread_attr_getstack under valgrind.Elliott Hughes2014-10-091-3/+8
* Re-add dlmalloc for 32 bit.Christopher Ferris2014-10-092-3/+12
* Use snprintf(3) instead of sprintf(3).Dan Albert2014-10-081-1/+1
* Merge "Replace uses of sprintf(3) with snprintf(3)."Dan Albert2014-10-087-94/+68
|\
| * Replace uses of sprintf(3) with snprintf(3).Dan Albert2014-10-087-94/+68
* | Don't silently return EINVAL for a NULL sem_t*.Elliott Hughes2014-10-081-34/+1
|/
* Merge "Revert "Work around a bug in Immersion's libImmEmulatorJ.so.""Elliott Hughes2014-10-082-14/+2
|\
| * Revert "Work around a bug in Immersion's libImmEmulatorJ.so."Elliott Hughes2014-10-072-14/+2
* | Merge "Inline helpers need to be exported unmangled."Dan Albert2014-10-089-45/+32
|\ \ | |/ |/|
| * Inline helpers need to be exported unmangled.Dan Albert2014-10-079-45/+32
* | Work around a bug in Immersion's libImmEmulatorJ.so.Elliott Hughes2014-10-072-2/+14
|/
* Use snprintf instead of sprintf.Dan Albert2014-10-071-2/+16
* Force export symbols on all x86 variants in libc.Christopher Ferris2014-10-063-5/+22