summaryrefslogtreecommitdiffstats
path: root/libc/bionic
Commit message (Expand)AuthorAgeFilesLines
* Clean up the pthread_create trampoline.Elliott Hughes2013-11-154-65/+28
* Switch pthread_create over to __bionic_clone.Elliott Hughes2013-11-155-31/+37
* Prepare to switch to the uapi <linux/signal.h>.Elliott Hughes2013-11-071-0/+1
* Remove pathconf's dependencies on non-uapi header files.Elliott Hughes2013-11-061-8/+5
* Clean up the 32-bit kernel support, fix LP64 fcntl declaration.Elliott Hughes2013-11-069-255/+95
* Remove unnecessary #include.Elliott Hughes2013-11-051-1/+0
* Move the pthread debugging flags to the right place.Elliott Hughes2013-10-311-8/+0
* <pthread.h> fixes and pthread cleanup.Elliott Hughes2013-10-3115-748/+782
* Explain the sigprocmask in pthread_exit.Elliott Hughes2013-10-293-32/+34
* Fix utime/utimes when passed a NULL pointer.Elliott Hughes2013-10-281-4/+8
* Fix the exit syscall stub's name.Elliott Hughes2013-10-242-4/+4
* Start moving 32-bit cruft somewhere it won't pollute 64-bit.Elliott Hughes2013-10-243-12/+55
* Let the compiler worry about implementing ffs(3).Elliott Hughes2013-10-241-0/+33
* Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls.Elliott Hughes2013-10-249-46/+255
* Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls.Elliott Hughes2013-10-234-0/+132
* Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.Elliott Hughes2013-10-2216-32/+537
* Merge "Make sure we have a mkfifo symbol."Elliott Hughes2013-10-221-0/+33
|\
| * Make sure we have a mkfifo symbol.Elliott Hughes2013-10-221-0/+33
* | AArch64: Fix uses of stack size for 32/64bit libc buildsSerban Constantinescu2013-10-222-3/+3
|/
* Fix sigaction(3) for 64-bit.Elliott Hughes2013-10-177-19/+287
* Switch sigpending over to rt_sigpending.Elliott Hughes2013-10-161-0/+42
* 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
|\