summaryrefslogtreecommitdiffstats
path: root/libc/bionic
Commit message (Expand)AuthorAgeFilesLines
* Fix sigsuspend to use rt_sigsuspend on all platforms.Elliott Hughes2013-10-153-15/+10
* 'Avoid confusing "read prevented write" log messages' 2.Elliott Hughes2013-10-152-2/+2
* 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
| |/
* | Fix indentation in sched_getaffinity.Elliott Hughes2013-10-151-1/+1
|/
* Clean up the sigprocmask/pthread_sigmask implementation.Elliott Hughes2013-10-152-25/+58
* Merge "FORTIFY_SOURCE: fortify read()"Nick Kralevich2013-10-101-0/+43
|\
| * FORTIFY_SOURCE: fortify read()Nick Kralevich2013-10-091-0/+43
* | Clean up the cpuacct cruft.Elliott Hughes2013-10-098-266/+29
|/
* Revert "FORTIFY_SOURCE: fortify read()"Nick Kralevich2013-10-091-43/+0
* Fix build.Elliott Hughes2013-10-091-1/+1
* Merge "Fix x86_64 build, clean up intermediate libraries."Elliott Hughes2013-10-0952-93/+173
|\
| * Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-0952-93/+173
* | Merge "FORTIFY_SOURCE: fortify read()"Nick Kralevich2013-10-091-0/+43
|\ \ | |/ |/|
| * FORTIFY_SOURCE: fortify read()Nick Kralevich2013-10-091-0/+43
* | Fix __errno for LP64 and clean up __get_tls.Elliott Hughes2013-10-096-10/+43
|/
* Merge "Fix malloc debugging for LP64."Elliott Hughes2013-10-092-22/+23
|\
| * Fix malloc debugging for LP64.Elliott Hughes2013-10-082-22/+23
* | Fix bionic's built-in stack trace dumping for LP64.Elliott Hughes2013-10-081-6/+14
|/
* Merge "pthread_exit should call __NR_exit with status 0."Elliott Hughes2013-10-082-15/+11
|\
| * pthread_exit should call __NR_exit with status 0.Elliott Hughes2013-10-082-15/+11
* | Make logging fall back to /dev/stderr if we're on the host.Elliott Hughes2013-10-081-0/+25
|/
* Clean up the x86 and x86_64 _exit_with_stack_teardown implementations.Elliott Hughes2013-10-071-2/+5
* Make error messages even better!Nick Kralevich2013-10-0416-18/+18
* FORTIFY_SOURCE: emphasize prevention in error messages.Nick Kralevich2013-10-0416-18/+18
* x86_64: Fix get_tls and statvfsPavel Chupin2013-10-031-1/+8
* Merge "Don't export unnecessary symbol."Nick Kralevich2013-10-031-1/+1
|\
| * Don't export unnecessary symbol.Nick Kralevich2013-10-031-1/+1
* | Check memory size on FD_* functionsNick Kralevich2013-10-031-3/+12
|/
* FORTIFY_SOURCE: Add __FD_* checksNick Kralevich2013-10-021-0/+61
* Merge "Remove _FORTIFY_SOURCE in implementation files."Stephen Hines2013-10-021-0/+1
|\
| * Remove _FORTIFY_SOURCE in implementation files.Stephen Hines2013-10-011-0/+1
* | Merge "Add simple implementation _Unwind_GetIP() for clang compiles."Stephen Hines2013-10-021-0/+12
|\ \
| * | Add simple implementation _Unwind_GetIP() for clang compiles.Stephen Hines2013-10-011-0/+12
| |/
* | Remove more assumptions that pointers are 32-bit.Elliott Hughes2013-10-013-20/+21
* | Clean up some comments.Elliott Hughes2013-10-012-4/+2
* | Merge "Better statfs/fstatfs glibc compatibility."Elliott Hughes2013-10-011-4/+0
|\ \
| * | Better statfs/fstatfs glibc compatibility.Elliott Hughes2013-09-301-4/+0
* | | Merge "Remove 32-bit assumptions from the ELF code."Elliott Hughes2013-10-013-11/+11
|\ \ \ | |/ / |/| |
| * | Remove 32-bit assumptions from the ELF code.Elliott Hughes2013-09-303-11/+11
| |/
* | Fix x86 build.Elliott Hughes2013-09-301-1/+1
|/
* libc: fortify recvfrom()Nick Kralevich2013-09-241-0/+44
* Ensure we have the off64_t variant of every function that takes an off_t.Elliott Hughes2013-09-191-8/+8
* Add mmap64()Daniel Leung2013-09-191-2/+6
* Declare __page_shift and __page_size with C linkage.Bernhard Rosenkraenzer2013-09-192-4/+12
* Fix mismatch between declaration and forward declarationBernhard Rosenkraenzer2013-09-181-1/+1
* Simplify main thread stack size initializationBrian Carlstrom2013-09-133-19/+18
* Use kernel default for initial thread sizeBrian Carlstrom2013-09-131-3/+20