summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Start moving to current FreeBSD stdio.Elliott Hughes2013-04-1135-320/+743
* Add missing include and function prototype for sched_getaffinity.Kito Cheng2013-04-102-11/+15
* Add missing branch in memcpy.S dst aligned case.Christopher Ferris2013-04-101-3/+2
* Update to latest cortexa15 memcpy code.Christopher Ferris2013-04-081-67/+246
* Make abort messages available to debuggerd.Elliott Hughes2013-04-059-250/+211
* Prevent name conflict for eventfd.cpp and eventfd.s when building libc.aKito Cheng2013-04-034-29/+44
* Fix the SYSCALLS.TXT documentation and remove a dead script.Elliott Hughes2013-04-032-444/+258
* Stop using unreasonable numbers of map entries.Elliott Hughes2013-04-021-32/+0
* Update getaddrinfo to RFC6724Lorenzo Colitti2013-04-011-27/+27
* Extra logging in pthread_create.Elliott Hughes2013-03-291-0/+3
* Update processed linux/fs.h header fileKen Sumrall2013-03-272-42/+242
* Remove some dead script code and fix a script comment.Elliott Hughes2013-03-252-114/+1
* Clarify the dlmalloc USAGE_ERROR.Elliott Hughes2013-03-251-1/+2
* Merge "Stop generating <sys/linux-syscalls.h>."Elliott Hughes2013-03-252-536/+5
|\
| * Stop generating <sys/linux-syscalls.h>.Elliott Hughes2013-03-222-536/+5
* | Unhide __set_errno for backwards compatibility.Elliott Hughes2013-03-221-1/+2
|/
* Use the correct names for the __ARM_NR_* syscalls.Elliott Hughes2013-03-22204-220/+227
* Fix builds where _FORTIFY_SOURCE is off.Elliott Hughes2013-03-226-11/+12
* Merge "Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unist...Elliott Hughes2013-03-226-264/+3
|\
| * Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>.Elliott Hughes2013-03-216-264/+3
* | Merge "Replace unnecessary MIPS uses of <sys/linux-syscalls.h> with <asm/unis...Elliott Hughes2013-03-221-2/+3
|\ \
| * | Replace unnecessary MIPS uses of <sys/linux-syscalls.h> with <asm/unistd.h>.Elliott Hughes2013-03-211-2/+3
| |/
* / Replace unnecessary x86 uses of <sys/linux-syscalls.h> with <asm/unistd.h>.Elliott Hughes2013-03-214-4/+4
|/
* The SYS_ constants should cover all __NR_ values.Elliott Hughes2013-03-21413-914/+1499
* Fix pthread_setname_np's behavior on invalid pthread_ts.Elliott Hughes2013-03-211-7/+15
* Merge "Drop magic number in strrchr and strchr"Elliott Hughes2013-03-222-2/+2
|\
| * Drop magic number in strrchr and strchrKito Cheng2013-03-222-2/+2
* | Merge "Don't #define SYS_ constants unless they make sense for the current ar...Elliott Hughes2013-03-222-214/+443
|\ \
| * | Don't #define SYS_ constants unless they make sense for the current architect...Elliott Hughes2013-03-212-214/+443
| |/
* / Drop unnecessary execution permission for .cpp/.c/.hKito Cheng2013-03-226-0/+0
|/
* Provide glibc-compatible SYS_* aliases for the __NR_* constants.Elliott Hughes2013-03-214-13/+267
* Expose wait4 as wait4 rather than __wait4.Elliott Hughes2013-03-219-28/+29
* Create arch specific versions of strcmp.Christopher Ferris2013-03-209-1/+1719
* Hide various symbols that shouldn't be exposed.Elliott Hughes2013-03-154-8/+6
* Clean up internal libc logging.Elliott Hughes2013-03-1541-429/+163
* Remove useless workaround for HTC RIL bugs.Elliott Hughes2013-03-151-3/+0
* Merge "Fix a bug in ZoneCompactor that meant the zonetab offset was wrong."Elliott Hughes2013-03-152-2/+2
|\
| * Fix a bug in ZoneCompactor that meant the zonetab offset was wrong.Elliott Hughes2013-03-142-2/+2
* | Remove unused arm defines.Christopher Ferris2013-03-141-11/+0
|/
* Don't search off the end of the index for bad Olson ids.Elliott Hughes2013-03-141-1/+7
* Merge "Use the kernel's MAX_ERRNO in the syscall stubs."Elliott Hughes2013-03-13412-847/+1459
|\
| * Use the kernel's MAX_ERRNO in the syscall stubs.Elliott Hughes2013-03-12412-847/+1459
* | Merge "Break bionic implementations into arch versions."Christopher Ferris2013-03-1216-82/+1467
|\ \ | |/ |/|
| * Break bionic implementations into arch versions.Christopher Ferris2013-03-1216-82/+1467
* | Support large errno values on ARM.Elliott Hughes2013-03-121-9/+8
|/
* Merge "Cache the most-recently used timezone for mktime_tz and localtime_tz."Elliott Hughes2013-03-121-27/+47
|\
| * Cache the most-recently used timezone for mktime_tz and localtime_tz.Elliott Hughes2013-03-111-27/+47
* | Merge "Let bionic use the correct definition of ssize_t."Elliott Hughes2013-03-111-6/+2
|\ \ | |/ |/|
| * Let bionic use the correct definition of ssize_t.Elliott Hughes2013-03-081-6/+2
* | Upgrade to tzdata2013b.Elliott Hughes2013-03-111-0/+0
|/