summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * Fix <net/route.h>.Elliott Hughes2014-12-153-2/+46
* | Move the generic arm memcmp.S into the generic directory.Elliott Hughes2014-12-157-1/+5
|/
* Remove arm assembler not referenced from any makefile.Elliott Hughes2014-12-143-1617/+0
* Merge "Fix pthread key num calculation."Yabin Cui2014-12-133-8/+25
|\
| * Fix pthread key num calculation.Yabin Cui2014-12-123-8/+25
* | Merge "[MIPS] Add sgidefs.h for mips64"Elliott Hughes2014-12-132-1/+1
|\ \ | |/ |/|
| * [MIPS] Add sgidefs.h for mips64Duane Sand2014-12-122-1/+1
* | Merge "fix runtime issues for scripts"Christopher Ferris2014-12-112-6/+3
|\ \
| * | fix runtime issues for scriptsKyunam Jo2014-12-102-6/+3
* | | Clean up DNS proxying.Elliott Hughes2014-12-104-117/+79
| |/ |/|
* | Merge "Fix missing symbol for debug malloc."Christopher Ferris2014-12-101-1/+1
|\ \
| * | Fix missing symbol for debug malloc.Christopher Ferris2014-12-101-1/+1
* | | Merge "Fix arm64 clone stack handling."Elliott Hughes2014-12-102-10/+13
|\ \ \
| * | | Fix arm64 clone stack handling.Elliott Hughes2014-12-102-10/+13
* | | | Merge "Use machine/timespec.h to separate timespec definition."Yabin Cui2014-12-105-11/+55
|\ \ \ \ | |/ / / |/| | |