summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix __errno for LP64 and clean up __get_tls.Elliott Hughes2013-10-0913-102/+55
* 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
| |/
* | Fix bionic's built-in stack trace dumping for LP64.Elliott Hughes2013-10-081-6/+14
|/
* Fix the ALIGN and ALIGNBYTES macros for LP64.Elliott Hughes2013-10-081-2/+7
* Merge "pthread_exit should call __NR_exit with status 0."Elliott Hughes2013-10-086-24/+20
|\
| * pthread_exit should call __NR_exit with status 0.Elliott Hughes2013-10-086-24/+20
* | Make logging fall back to /dev/stderr if we're on the host.Elliott Hughes2013-10-081-0/+25
|/
* Refactor the syscall generation script.Elliott Hughes2013-10-071-151/+157
* Merge "Add an optional alias list to SYSCALLS.TXT"Elliott Hughes2013-10-084-5/+32
|\
| * Add an optional alias list to SYSCALLS.TXTH.J. Lu2013-10-074-5/+32
* | libc: fix __cxa_atexit implicit declarationsynergydev2013-10-071-4/+5
* | Merge "Clean up the x86 and x86_64 _exit_with_stack_teardown implementations."Elliott Hughes2013-10-073-41/+29
|\ \
| * | Clean up the x86 and x86_64 _exit_with_stack_teardown implementations.Elliott Hughes2013-10-073-41/+29
| |/
* | Don't define the meaningless SOFTFLOAT for x86.Elliott Hughes2013-10-071-2/+0
|/
* Fix MIPS build.Elliott Hughes2013-10-061-1/+1
* Merge "libc: Remove deprecated register"Elliott Hughes2013-10-071-4/+4
|\
| * libc: Remove deprecated registersynergydev2013-10-061-4/+4
* | Upgrade to tzdata2013g.Elliott Hughes2013-10-061-0/+0
|/
* Add arch-x86_64/include/machine.Elliott Hughes2013-10-0415-37/+767
* Merge "Add arch-x86_64/bionic."Elliott Hughes2013-10-0418-11/+866
|\
| * Add arch-x86_64/bionic.Elliott Hughes2013-10-0418-11/+866
* | Merge "Make error messages even better!"Nick Kralevich2013-10-0430-32/+32
|\ \ | |/ |/|
| * Make error messages even better!Nick Kralevich2013-10-0430-32/+32
* | x86_64: Remove lseek64 for x86_64 for a whilePavel Chupin2013-10-041-1/+1
* | Merge "Remove useless x86 fallbacks."Elliott Hughes2013-10-045-159/+14
|\ \ | |/ |/|
| * Remove useless x86 fallbacks.Elliott Hughes2013-10-035-159/+14
* | Merge "Fixed ASM_ALIGN macro"Elliott Hughes2013-10-041-2/+2
|\ \
| * | Fixed ASM_ALIGN macroPavel Chupin2013-10-041-2/+2
| |/
* | FORTIFY_SOURCE: emphasize prevention in error messages.Nick Kralevich2013-10-0416-18/+18
|/
* x86_64: Fix get_tls and statvfsPavel Chupin2013-10-032-1/+14
* Merge "Move common arch-* code to arch-common directory"Elliott Hughes2013-10-0312-167/+60
|\
| * Move common arch-* code to arch-common directoryPavel Chupin2013-10-0312-167/+60
* | Merge "Don't export unnecessary symbol."Nick Kralevich2013-10-031-1/+1
|\ \
| * | Don't export unnecessary symbol.Nick Kralevich2013-10-031-1/+1
* | | Merge "Check memory size on FD_* functions"Nick Kralevich2013-10-032-15/+23
|\ \ \
| * | | Check memory size on FD_* functionsNick Kralevich2013-10-032-15/+23
| |/ /
* | | Add dependencies on included makefiles.Christopher Ferris2013-10-032-13/+25
|/ /
* | Remove dead files.Christopher Ferris2013-10-033-1393/+0
|/
* Remove the __ARM_FEATURE_DSP check.Christopher Ferris2013-10-023-33/+0
* libc: don't export unnecessary symbolsNick Kralevich2013-10-0213-15/+15
* FORTIFY_SOURCE: Add __FD_* checksNick Kralevich2013-10-023-3/+74
* Merge "Use gnu++11 and gnu99 explicitly for C++/C files."Stephen Hines2013-10-021-7/+33
|\
| * Use gnu++11 and gnu99 explicitly for C++/C files.Stephen Hines2013-10-021-7/+33
* | Use alloc_size attribute on *alloc functionsNick Kralevich2013-10-021-6/+6
|/
* Merge "Remove #define _BITSIZE 32."Elliott Hughes2013-10-021-2/+0
|\
| * Remove #define _BITSIZE 32.Elliott Hughes2013-10-021-2/+0