summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge 2f80f07dJean-Baptiste Queru2012-01-2013-0/+378
|\ \ \ | |/ /
| * | am 23f56bbb: Merge "Add extended attribute (xattr) system call wrappers to bi...Jean-Baptiste Queru2012-01-2013-0/+378
| |\ \ | | |/
| | * Add extended attribute (xattr) system call wrappers to bionic.Stephen Smalley2012-01-1813-0/+378
* | | am 06f51ba1: am f44de270: add personality() system call.Nick Kralevich2012-01-172-0/+24
|\ \ \ | |/ /
| * | am f44de270: add personality() system call.Nick Kralevich2012-01-172-0/+24
| |\ \ | | |/ | |/|
| | * add personality() system call.Nick Kralevich2012-01-132-0/+24
* | | am e30e9093: sreadahead: adding readahead system call into bionic libcBruce Beare2012-01-032-0/+33
|\ \ \ | |/ /
| * | sreadahead: adding readahead system call into bionic libcBruce Beare2012-01-032-0/+33
* | | am 0c3d21e6: am e480fc83: bionic: fix pthread_{create, exit}/signal race cond...Jack Ren2011-11-301-1/+1
|\ \ \ | |/ /
| * | bionic: fix pthread_{create, exit}/signal race conditionJack Ren2011-11-291-1/+1
* | | am 621df526: am 31e72bc3: bionic: fix __get_tls( ) crash issueJack Ren2011-11-301-0/+5
|\ \ \ | |/ /
| * | bionic: fix __get_tls( ) crash issueJack Ren2011-11-291-0/+5
| |/
* | Merge "libc: provide atomic operations will full barriers for NDK apps."David 'Digit' Turner2011-11-222-65/+0
|\ \
| * | libc: provide atomic operations will full barriers for NDK apps.David 'Digit' Turner2011-11-162-65/+0
* | | Add tgkill syscall.Jeff Brown2011-11-182-0/+30
|/ /
* | generate PIC code.Nick Kralevich2011-11-112-7/+7
|/
* am 17a40ffb: am c57fd963: Merge "NDK: x86 header file has incorrect definitio...David Turner2011-08-051-1/+5
|\
| * Merge "NDK: x86 header file has incorrect definition for ptrdiff_t"David Turner2011-08-051-1/+5
| |\
| | * NDK: x86 header file has incorrect definition for ptrdiff_tMark D Horn2011-08-051-1/+5
* | | am 3906a9c1: am f5aa1382: Merge "x86 libc: Fix the range to check the error"David Turner2011-08-051-1/+1
|\ \ \ | |/ /
| * | Merge "x86 libc: Fix the range to check the error"David Turner2011-08-051-1/+1
| |\ \ | | |/ | |/|
| | * x86 libc: Fix the range to check the errorJun Nakajima2011-06-171-1/+1
* | | am f03fb955: am 023c4988: Merge "libc: x86: Fixed size_t definition."David 'Digit' Turner2011-08-041-1/+1
|\ \ \ | |/ /