summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86/syscalls
Commit message (Expand)AuthorAgeFilesLines
...
* Add mlockall and munlockall for Google TV.Elliott Hughes2012-09-062-0/+43
* Add getsid system call to bionicIrina Tirdea2012-09-031-0/+23
* Add unshare() syscall.Jeff Sharkey2012-08-101-0/+23
* 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-131-0/+32
* | Update kernel headers and add syscall "perf_event_open"Ben Cheng2012-03-131-0/+35
* | Merge 2f80f07dJean-Baptiste Queru2012-01-2012-0/+366
|\ \ | |/
| * am 23f56bbb: Merge "Add extended attribute (xattr) system call wrappers to bi...Jean-Baptiste Queru2012-01-2012-0/+366
| |\
| | * Add extended attribute (xattr) system call wrappers to bionic.Stephen Smalley2012-01-1812-0/+366
* | | am 06f51ba1: am f44de270: add personality() system call.Nick Kralevich2012-01-171-0/+23
|\ \ \ | |/ /
| * | am f44de270: add personality() system call.Nick Kralevich2012-01-171-0/+23
| |\ \ | | |/ | |/|
| | * add personality() system call.Nick Kralevich2012-01-131-0/+23
* | | am e30e9093: sreadahead: adding readahead system call into bionic libcBruce Beare2012-01-031-0/+32
|\ \ \ | |/ /
| * | sreadahead: adding readahead system call into bionic libcBruce Beare2012-01-031-0/+32
| |/
* | Add tgkill syscall.Jeff Brown2011-11-181-0/+29
|/
* Add support for the utimensat(2) syscall to bionic.Ken Sumrall2011-03-241-0/+32
* libc: Add ftruncate64 and improve 64-bit parameter syscall handling.David 'Digit' Turner2010-12-163-6/+35
* <sched.h>: Add sched_getcpu() and cpu_set_tDavid 'Digit' Turner2010-12-063-0/+87
* libc: add <sys/eventfd.h> and corresponding implementations.David 'Digit' Turner2010-09-281-0/+26
* libc: Add missing waitid() implementation.David 'Digit' Turner2010-09-281-3/+3
* libc: Add missing fdatasync() implementationDavid 'Digit' Turner2010-09-281-0/+23
* libc: Add missing pipe2() declaration and implementation.David 'Digit' Turner2010-09-271-0/+26
* libc: fix fstatfs() implementation.David 'Digit' Turner2010-07-081-3/+3
* Add missing sysinfo() implementation (already declared in <sys/sysinfo.h>) - ...David 'Digit' Turner2010-06-091-0/+23
* bonic: libc: cpuacct support for setuid functionsMike Chan2010-03-023-9/+9
* add sigaltstack syscallAndrei Popescu2010-03-021-0/+26
* bionic: syscalls: Add ioprio_set/ioprio_get syscall wrappersSan Mehat2010-02-232-0/+55
* Implement clone() C library function properly.David 'Digit' Turner2010-01-251-7/+10
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03169-0/+4562
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03169-4562/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1725-41/+519
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-21152-0/+4084