summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86
Commit message (Expand)AuthorAgeFilesLines
...
* Hide the __bionic_clone and __bionic_clone_entry implementation details.Elliott Hughes2014-05-081-0/+1
* LP64 shouldn't include the non-standard <time64.h> cruft.Elliott Hughes2014-04-221-0/+1
* Clean up <machine/ieee.h>.Elliott Hughes2014-04-161-141/+0
* Reimplement isinf/isnan/fpclassify.Elliott Hughes2014-04-141-5/+13
* Implement _Exit(3).Elliott Hughes2014-04-081-0/+3
* Remove <machine/limits.h>.Elliott Hughes2014-04-011-60/+0
* Merge "Remove SIZE_MAX definition in limits.h"Elliott Hughes2014-04-011-3/+0
|\
| * Remove SIZE_MAX definition in limits.hRussell Webb2014-03-311-3/+0
* | Add Silvermont architecture cache sizesHenrik Smiding2014-04-011-0/+7
|/
* Add accept4() syscallAndrei Emeltchenko2014-03-261-0/+27
* Add recvmmsg and sendmmsg syscalls.Guillaume Ranquet2014-02-272-0/+54
* More OpenBSD cleanup (primarily string).Elliott Hughes2014-02-241-7/+8
* Unify our assembler macros.Elliott Hughes2014-02-2012-159/+11
* Remove useless _C_LABEL from our assembler source.Elliott Hughes2014-02-202-8/+8
* Stop advertising an arm32-specific hack like it's a build system feature.Elliott Hughes2014-02-201-8/+0
* Fix build by avoiding the _C_LABEL macro.Elliott Hughes2014-02-182-4/+4
* Implement some of the missing LFS64 support.Elliott Hughes2014-02-182-4/+10
* Reconfig libc's Android.mk to build for multilibYing Wang2014-02-121-49/+94
* Build syscall stubs in their own library.Elliott Hughes2014-02-111-197/+0
* Switch <elf.h> over to linux uapi under the covers.Elliott Hughes2014-02-101-5/+0
* Kill <machine/_types.h>.Elliott Hughes2014-02-041-114/+0
* Add fallocate/fallocate64/posix_fallocate/posix_fallocate64.Elliott Hughes2014-02-032-0/+43
* Fix <sys/resource.h>.Elliott Hughes2014-01-092-0/+35
* Add cfi directives to x86 syscalls.Christopher Ferris2014-01-06184-0/+668
* Use the MAX_ERRNO constant.Elliott Hughes2014-01-022-20/+42
* Clean up <sched.h>.Elliott Hughes2014-01-022-0/+24
* Remove the bogus exit status from _exit_with_stack_teardown.Elliott Hughes2013-12-211-17/+12
* Fix aarch64 futex assembly routines.Elliott Hughes2013-12-201-6/+5
* Remove <machine/kernel.h>.Elliott Hughes2013-12-181-40/+0
* Move bionic over to GCC's 'warning' attribute.Elliott Hughes2013-12-171-24/+0
* Fix the order of arguments to sys_clone for x86.Elliott Hughes2013-11-261-14/+14
* Fix _exit_with_stack_teardown for x86.Elliott Hughes2013-11-261-1/+2
* Add .cfi_startproc/.cfi_endproc to ENTRY/END.Christopher Ferris2013-11-192-6/+11
* Clean up forking and cloning.Elliott Hughes2013-11-194-34/+1
* Fix pthread_join.Elliott Hughes2013-11-182-0/+21
* Switch pthread_create over to __bionic_clone.Elliott Hughes2013-11-152-65/+2
* Stop using the non-uapi <linux/err.h> header file.Elliott Hughes2013-11-07192-576/+192
* Clean up the 32-bit kernel support, fix LP64 fcntl declaration.Elliott Hughes2013-11-062-29/+0
* Fix the exit syscall stub's name.Elliott Hughes2013-10-242-3/+3
* Let the compiler worry about implementing ffs(3).Elliott Hughes2013-10-242-19/+0
* Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls.Elliott Hughes2013-10-249-124/+35
* Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls.Elliott Hughes2013-10-235-37/+17
* Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.Elliott Hughes2013-10-2216-305/+37
* AArch64: Fix uses of stack size for 32/64bit libc buildsSerban Constantinescu2013-10-221-1/+1
* Fix sigaction(3) for 64-bit.Elliott Hughes2013-10-172-3/+3
* Sort the syscalls.mk files, give all generated files the same header.Elliott Hughes2013-10-16210-392/+601
* Switch sigpending over to rt_sigpending.Elliott Hughes2013-10-162-7/+10
* Fix sigsuspend to use rt_sigsuspend on all platforms.Elliott Hughes2013-10-152-10/+7
* Clean up the sigprocmask/pthread_sigmask implementation.Elliott Hughes2013-10-152-28/+0
* Clean up the cpuacct cruft.Elliott Hughes2013-10-094-9/+9