summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Sort the syscalls.mk files, give all generated files the same header.Elliott Hughes2013-10-16834-1559/+2398
* Merge "Switch sigpending over to rt_sigpending."Elliott Hughes2013-10-1613-57/+140
|\
| * Switch sigpending over to rt_sigpending.Elliott Hughes2013-10-1613-57/+140
|/
* Merge "Remove support for the useless 'custom' option in SYSCALLS.TXT."Elliott Hughes2013-10-162-11/+2
|\
| * Remove support for the useless 'custom' option in SYSCALLS.TXT.Elliott Hughes2013-10-152-11/+2
|/
* Merge "Fix sigsuspend to use rt_sigsuspend on all platforms."Elliott Hughes2013-10-1615-82/+69
|\
| * Fix sigsuspend to use rt_sigsuspend on all platforms.Elliott Hughes2013-10-1515-82/+69
|/
* Merge "'Avoid confusing "read prevented write" log messages' 2."Elliott Hughes2013-10-1616-16/+16
|\
| * 'Avoid confusing "read prevented write" log messages' 2.Elliott Hughes2013-10-1516-16/+16
|/
* Merge "Make pthread_create report sched_setscheduler failures on LP64."Elliott Hughes2013-10-161-2/+4
|\
| * Make pthread_create report sched_setscheduler failures on LP64.Elliott Hughes2013-10-151-2/+4
* | Merge "Avoid confusing "read prevented write" log messages."Elliott Hughes2013-10-1522-232/+182
|\ \
| * | Avoid confusing "read prevented write" log messages.Elliott Hughes2013-10-1522-232/+182
| |/
* | Merge "Fix indentation in sched_getaffinity."Elliott Hughes2013-10-151-1/+1
|\ \ | |/ |/|
| * Fix indentation in sched_getaffinity.Elliott Hughes2013-10-151-1/+1
|/
* Merge "Modify prefetch for krait memcpy."Christopher Ferris2013-10-151-1/+1
|\
| * Modify prefetch for krait memcpy.Christopher Ferris2013-10-151-1/+1
* | Merge "Clean up the sigprocmask/pthread_sigmask implementation."Elliott Hughes2013-10-1512-97/+46
|\ \ | |/ |/|
| * Clean up the sigprocmask/pthread_sigmask implementation.Elliott Hughes2013-10-1512-97/+46
|/
* Merge "Wrap sprintf()/snprintf() macros to prevent expansion errors."Stephen Hines2013-10-112-2/+22
|\
| * Wrap sprintf()/snprintf() macros to prevent expansion errors.Stephen Hines2013-10-112-2/+22
* | Merge "Fix clang warnings in bionic."Stephen Hines2013-10-113-6/+6
|\ \ | |/ |/|
| * Fix clang warnings in bionic.Stephen Hines2013-10-113-6/+6
|/
* Merge "FORTIFY_SOURCE: fortify read()"Nick Kralevich2013-10-104-0/+87
|\
| * FORTIFY_SOURCE: fortify read()Nick Kralevich2013-10-094-0/+87
* | Merge "Clean up the cpuacct cruft."Elliott Hughes2013-10-1026-321/+80
|\ \ | |/ |/|
| * Clean up the cpuacct cruft.Elliott Hughes2013-10-0926-321/+80
|/
* Merge "x86_64: Rename 64-bit linker to linker64"Elliott Hughes2013-10-091-0/+4
|\
| * x86_64: Rename 64-bit linker to linker64Pavel Chupin2013-10-091-0/+4
* | Merge "Revert "FORTIFY_SOURCE: fortify read()""Nick Kralevich2013-10-094-87/+0
|\ \ | |/ |/|
| * Revert "FORTIFY_SOURCE: fortify read()"Nick Kralevich2013-10-094-87/+0
|/
* Merge "Fix MIPS build."Elliott Hughes2013-10-092-3/+2
|\
| * Fix MIPS build.Elliott Hughes2013-10-092-3/+2
|/
* Merge "Fix build."Elliott Hughes2013-10-091-1/+1
|\
| * Fix build.Elliott Hughes2013-10-091-1/+1
|/
* Merge "Fix x86_64 build, clean up intermediate libraries."Elliott Hughes2013-10-0990-209/+239
|\
| * Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-0990-209/+239
* | Merge "FORTIFY_SOURCE: fortify read()"Nick Kralevich2013-10-094-0/+87
|\ \ | |/ |/|
| * FORTIFY_SOURCE: fortify read()Nick Kralevich2013-10-094-0/+87
* | Merge "Fix __errno for LP64 and clean up __get_tls."Elliott Hughes2013-10-0914-104/+56
|\ \ | |/ |/|
| * Fix __errno for LP64 and clean up __get_tls.Elliott Hughes2013-10-0914-104/+56
|/
* Merge "Fix 32-bit build."Elliott Hughes2013-10-091-0/+2
|\
| * Fix 32-bit build.Elliott Hughes2013-10-081-0/+2
|/
* Merge "Fix malloc debugging for LP64."Elliott Hughes2013-10-092-22/+23
|\
| * Fix malloc debugging for LP64.Elliott Hughes2013-10-082-22/+23
* | Merge "Don't allow int<->pointer conversions."Elliott Hughes2013-10-091-1/+7
|\ \
| * | Don't allow int<->pointer conversions.Elliott Hughes2013-10-081-1/+7
| |/
* | Merge "Fix bionic's built-in stack trace dumping for LP64."Elliott Hughes2013-10-091-6/+14
|\ \ | |/ |/|
| * Fix bionic's built-in stack trace dumping for LP64.Elliott Hughes2013-10-081-6/+14
|/
* Merge "Fix the ALIGN and ALIGNBYTES macros for LP64."Elliott Hughes2013-10-081-2/+7
|\