summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86
Commit message (Expand)AuthorAgeFilesLines
* Fix the pthread_setname_np test.Elliott Hughes2013-02-151-1/+1
* ffs was not being built for x86.Elliott Hughes2013-02-131-0/+0
* Add a bunch more missing ENDs to assembler routines.Elliott Hughes2013-02-1316-3/+20
* Fix __pthread_clone and __bionic_clone error handling on x86.Elliott Hughes2013-02-121-14/+26
* Use ENTRY/END in custom x86 assembler too.Elliott Hughes2013-02-116-68/+34
* Fix __pthread_clone on ARM to set errno on failure.Elliott Hughes2013-02-111-4/+1
* Fix x86 build, remove void* arithmetic.Elliott Hughes2013-02-071-1/+2
* Merge "Clean up the argc/argv/envp/auxv handling."Elliott Hughes2013-02-071-22/+7
|\
| * Clean up the argc/argv/envp/auxv handling.Elliott Hughes2013-02-071-22/+7
* | Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs.Elliott Hughes2013-02-06204-1261/+736
|/
* Upgrade libm.Elliott Hughes2013-02-011-0/+2
* Use the NetBSD <sys/exec_elf.h>.Elliott Hughes2013-01-291-0/+63
* Add signalfd call to bionicRom Lemarchand2013-01-102-0/+33
* Fix <endian.h> and <sys/endian.h>.Elliott Hughes2012-12-111-0/+0
* Merge "Replace .S version of x86 crtfiles with .c version"Elliott Hughes2012-11-306-330/+111
|\
| * Replace .S version of x86 crtfiles with .c versionPavel Chupin2012-11-306-330/+111
* | Remove (near-)duplicate definitions of size_t and ssize_t.Elliott Hughes2012-11-291-23/+0
* | Clean up _BYTE_ORDER definitions for better x86 portability.Elliott Hughes2012-11-271-0/+1
|/
* Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>"David 'Digit' Turner2012-10-172-251/+0
* libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>David 'Digit' Turner2012-10-172-0/+251
* Add mlockall and munlockall for Google TV.Elliott Hughes2012-09-063-0/+45
* Add getsid system call to bionicIrina Tirdea2012-09-032-0/+24
* Use unambiguous mnemonicsKevin Schoedel2012-08-211-111/+111
* enable clone system call for x86Jin Wei2012-08-151-4/+57
* Add unshare() syscall.Jeff Sharkey2012-08-102-0/+24
* Merge "Remove an awkward #include that is no longer upstream."Elliott Hughes2012-08-061-2/+0
|\
| * Remove an awkward #include that is no longer upstream.Elliott Hughes2012-08-021-2/+0
* | bionic: modify syscall to use 6 registers to pass parameter.Jin Wei2012-08-031-16/+25
|/
* MIPS support for libc.Raghu Gandham2012-08-021-74/+0
* arm: rewrite crtbegin* as C files.Nick Kralevich2012-06-012-0/+80
* crtbegin: eliminate duplicate codeNick Kralevich2012-05-302-140/+1
* am 4f05d1c7: Merge "bionic/x86: Optimization for memcpy"Elliott Hughes2012-05-101-578/+1963
|\
| * bionic/x86: Optimization for memcpyJack Ren2012-05-081-578/+1963
| * Cherry-pick "generate PIC code".Nick Kralevich2012-05-082-7/+7
* | resolved conflicts for merge of ef987656 to masterElliott Hughes2012-04-161-2/+8
|\ \ | |/
| * Merge "Bionic: Fix wrong prototype of system call clock_nanosleep"Elliott Hughes2012-04-161-2/+8
| |\
| | * Bionic: Fix wrong prototype of system call clock_nanosleepJack Ren2012-04-161-2/+8
* | | resolved conflicts for merge of 6b8fd054 to masterElliott Hughes2012-04-162-0/+18
|\ \ \ | |/ /
| * | bionic: Fix wrong prototype of system call getresuid/getresgidJack Ren2012-04-162-0/+18
| |/
* | Add faccessat to syscall listKenny Root2012-04-132-0/+33
* | am cd834618: am 63b14755: Merge "libc/x86: ensure the stack 16-byte aligned w...Elliott Hughes2012-03-303-5/+14
|\ \ | |/
| * Merge "libc/x86: ensure the stack 16-byte aligned when tasks created"Elliott Hughes2012-03-303-5/+14
| |\
| | * libc/x86: ensure the stack 16-byte aligned when tasks createdJack Ren2012-03-233-5/+14
* | | Update kernel headers and add syscall "perf_event_open"Ben Cheng2012-03-132-0/+36
* | | am 5d8fd2a0: am a71aefc6: am d041bf20: Merge "bionic/x86: fix one potential d...Jean-Baptiste Queru2012-02-231-0/+1
|\ \ \ | |/ /
| * | am d041bf20: Merge "bionic/x86: fix one potential deadlock in __set_tls()"Jean-Baptiste Queru2012-02-231-0/+1
| |\ \ | | |/
| | * bionic/x86: fix one potential deadlock in __set_tls()Jin Wei2012-02-231-0/+1
* | | am 09049311: am cfff36df: am a60ff6c5: Merge "libc: Define new symbol visibil...Jean-Baptiste Queru2012-02-131-0/+10
|\ \ \ | |/ /
| * | am a60ff6c5: Merge "libc: Define new symbol visibility macros"Jean-Baptiste Queru2012-02-131-0/+10
| |\ \ | | |/
| | * libc: Define new symbol visibility macrosDavid 'Digit' Turner2012-01-311-0/+10