summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Use a more specific return type for app_id_from_name.Elliott Hughes2015-01-221-2/+2
* Merge "Turn on -Wold-style-cast and fix the errors."Elliott Hughes2015-01-2215-48/+62
|\
| * Turn on -Wold-style-cast and fix the errors.Elliott Hughes2015-01-2115-48/+62
* | Merge "Add ndk_missing_symbols.py."Dan Albert2015-01-223-55/+154
|\ \ | |/ |/|
| * Add ndk_missing_symbols.py.Dan Albert2015-01-213-55/+154
* | Implement __fsetlocking.Elliott Hughes2015-01-213-15/+23
|/
* Fix signed/unsigned comparison that was upsetting clang.Elliott Hughes2015-01-201-1/+1
* Add TEMP_FAILURE_RETRY to stdio's low-level read/write functions.Elliott Hughes2015-01-202-6/+7
* Fix build error when XLOG is enabledPatrick Tjin2015-01-201-1/+1
* Optimized fread.Elliott Hughes2015-01-201-35/+64
* Fix possible leak in pthread_detach.Yabin Cui2015-01-153-15/+24
* bionic: libc: Added path to root ramdisk build properties file.Andres Morales2015-01-131-2/+3
* Sync with upstream OpenBSD stdio.Elliott Hughes2015-01-137-30/+23
* Clean up paths.h.Yabin Cui2015-01-092-27/+8
* Add ARM_IRELATIVE relocationDmitriy Ivanov2015-01-081-0/+2
* Fix freeaddrinfo(NULL).Elliott Hughes2015-01-081-1/+5
* Make pthread stack size match real range.Yabin Cui2015-01-081-0/+1
* Merge "_Unwind_Context is a struct."Elliott Hughes2015-01-071-5/+0
|\
| * _Unwind_Context is a struct.Elliott Hughes2015-01-061-5/+0
* | Merge "Remove PTHREAD_ATTR_FLAG_USER_ALLOCATED_STACK."Yabin Cui2015-01-075-56/+44
|\ \ | |/ |/|
| * Remove PTHREAD_ATTR_FLAG_USER_ALLOCATED_STACK.Yabin Cui2015-01-065-56/+44
* | [MIPS64] Add correct mcontext_t for 64-bit MIPSFaraz Shahbazker2015-01-061-4/+20
|/
* Merge "Reserve enough user request stack space in pthread_create."Yabin Cui2015-01-024-14/+23
|\
| * Reserve enough user request stack space in pthread_create.Yabin Cui2015-01-024-14/+23
* | Remove bogus transitive includes.Elliott Hughes2014-12-2916-2/+14
* | Merge "Ensure <fcntl.h> defines the S_* constants from <sys/stat.h>."Elliott Hughes2014-12-291-0/+1
|\ \
| * | Ensure <fcntl.h> defines the S_* constants from <sys/stat.h>.Elliott Hughes2014-12-291-0/+1
* | | Merge "Remove more BSD cruft from the public headers."Elliott Hughes2014-12-233-51/+6
|\ \ \
| * | | Remove more BSD cruft from the public headers.Elliott Hughes2014-12-193-51/+6
* | | | Merge "Fix nan output in the printf family."Elliott Hughes2014-12-212-8/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix nan output in the printf family.Elliott Hughes2014-12-202-8/+6
* | | | Move gethtnamaddr.c to net/ subdirectory.Yabin Cui2014-12-191-0/+0
* | | | Merge "Remove t->tls==NULL check in pthread_key_delete."Yabin Cui2014-12-201-10/+0
|\ \ \ \
| * | | | Remove t->tls==NULL check in pthread_key_delete.Yabin Cui2014-12-191-10/+0
* | | | | Merge "Use mmap to create the pthread_internal_t"Yabin Cui2014-12-207-88/+79
|\ \ \ \ \ | |/ / / /
| * | | | Use mmap to create the pthread_internal_tYabin Cui2014-12-197-88/+79
* | | | | Merge "Support gethostbyname_r_ERANGE."Yabin Cui2014-12-193-3/+18
|\ \ \ \ \
| * | | | | Support gethostbyname_r_ERANGE.Yabin Cui2014-12-193-3/+18
| | |_|/ / | |/| | |
* | | | | Add support for DT_MIPS_RLD_MAP2 tag.Raghu Gandham2014-12-191-0/+1
|/ / / /
* | | | Update bionic NOTICE files.Elliott Hughes2014-12-182-168/+40
|/ / /
* | | Merge "Fix the types of some of the struct stat fields."Elliott Hughes2014-12-181-11/+11
|\ \ \
| * | | Fix the types of some of the struct stat fields.Elliott Hughes2014-12-181-11/+11
* | | | Merge "Remove bogus #include <endian.h> from <sys/stat.h>."Elliott Hughes2014-12-181-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove bogus #include <endian.h> from <sys/stat.h>.Elliott Hughes2014-12-181-1/+0
| | |/ | |/|
* | | Merge "Split the shared group data from the shared passwd data."Elliott Hughes2014-12-182-37/+50
|\ \ \ | |/ / |/| |
| * | Split the shared group data from the shared passwd data.Elliott Hughes2014-12-182-37/+50
* | | Fix struct stat member types for x86-64.Elliott Hughes2014-12-181-5/+5
|/ /
* | Merge "Sync with upstream for gethnamaddr.c."Yabin Cui2014-12-184-553/+1137
|\ \ | |/ |/|
| * Sync with upstream for gethnamaddr.c.Yabin Cui2014-12-174-553/+1137
* | Merge "Fix <net/route.h>."Elliott Hughes2014-12-163-2/+46
|\ \ | |/ |/|