summaryrefslogtreecommitdiffstats
path: root/libc/arch-arm/syscalls
Commit message (Expand)AuthorAgeFilesLines
* Fix sigsuspend to use rt_sigsuspend on all platforms.Elliott Hughes2013-10-151-3/+3
* Clean up the sigprocmask/pthread_sigmask implementation.Elliott Hughes2013-10-151-15/+0
* Clean up the cpuacct cruft.Elliott Hughes2013-10-093-6/+6
* Ensure we have the off64_t variant of every function that takes an off_t.Elliott Hughes2013-09-192-0/+30
* libc: add swapon and swapoff syscallsRom Lemarchand2013-06-252-0/+30
* libc: add timerfd callsTodd Poynor2013-05-143-0/+45
* Use the correct names for the __ARM_NR_* syscalls.Elliott Hughes2013-03-22201-203/+203
* Expose wait4 as wait4 rather than __wait4.Elliott Hughes2013-03-211-2/+2
* Use the kernel's MAX_ERRNO in the syscall stubs.Elliott Hughes2013-03-12201-603/+1005
* arm syscall : for eabi call_default don't use stackMatthieu Castet2013-01-16181-543/+362
* Add signalfd call to bionicRom Lemarchand2013-01-101-0/+14
* Add mlockall and munlockall for Google TV.Elliott Hughes2012-09-062-0/+28
* Add getsid system call to bionicIrina Tirdea2012-09-031-0/+14
* Add unshare() syscall.Jeff Sharkey2012-08-101-0/+14
* Add faccessat to syscall listKenny Root2012-04-131-0/+14
* Update kernel headers and add syscall "perf_event_open"Ben Cheng2012-03-131-0/+16
* am 23f56bbb: Merge "Add extended attribute (xattr) system call wrappers to bi...Jean-Baptiste Queru2012-01-2012-0/+174
|\
| * Add extended attribute (xattr) system call wrappers to bionic.Stephen Smalley2012-01-1812-0/+174
* | am f44de270: add personality() system call.Nick Kralevich2012-01-171-0/+14
|\ \ | |/ |/|
| * add personality() system call.Nick Kralevich2012-01-131-0/+14
* | sreadahead: adding readahead system call into bionic libcBruce Beare2012-01-031-0/+16
|/
* Add support for the utimensat(2) syscall to bionic.Ken Sumrall2011-03-241-0/+14
* libc: ARM: update syscalls with new scriptKenny Root2011-02-17179-1432/+537
* libc: Add ftruncate64 and improve 64-bit parameter syscall handling.David 'Digit' Turner2010-12-163-6/+25
* <sched.h>: Add sched_getcpu() and cpu_set_tDavid 'Digit' Turner2010-12-063-0/+57
* libc: add <sys/eventfd.h> and corresponding implementations.David 'Digit' Turner2010-09-281-0/+19
* libc: Add missing waitid() implementation.David 'Digit' Turner2010-09-281-3/+3
* libc: Add missing fdatasync() implementationDavid 'Digit' Turner2010-09-281-0/+19
* libc: Add missing pipe2() declaration and implementation.David 'Digit' Turner2010-09-271-0/+19
* Revert "Set SA_RESTORER in sigaction()"Dima Zavin2010-07-291-3/+3
* 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/+19
* merge from open-source masterThe Android Open Source Project2010-05-131-3/+3
|\
| * Set SA_RESTORER in sigaction()Matt Fischer2010-05-121-3/+3
* | bonic: libc: cpuacct support for setuid functionsMike Chan2010-03-023-9/+9
* | add sigaltstack syscallAndrei Popescu2010-03-021-0/+19
* | bionic: syscalls: Add ioprio_set/ioprio_get syscall wrappersSan Mehat2010-02-232-0/+38
* | Implement clone() C library function properly.David 'Digit' Turner2010-01-251-6/+8
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03168-0/+3220
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03168-3220/+0
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-1911-211/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-179-18/+79
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-21176-0/+3370