summaryrefslogtreecommitdiffstats
path: root/libc/SYSCALLS.TXT
Commit message (Expand)AuthorAgeFilesLines
* Hide accidentally-exposed __clock_nanosleep.Elliott Hughes2015-06-161-1/+1
* Add process_vm_readv and process_vm_writev.Elliott Hughes2015-06-101-0/+3
* libc: Add O_PATH support for fgetxattr / fsetxattrNick Kralevich2015-06-021-2/+2
* Fix error handling for negative size in ftruncate.Dan Albert2015-06-011-1/+0
* Hide rt_sigqueueinfo.Yabin Cui2015-05-181-1/+1
* Simplify close(2) EINTR handling.Elliott Hughes2015-04-231-1/+1
* Hide statfs/fstatfs' ST_VALID flag from userspace.Elliott Hughes2015-03-181-2/+2
* Fix "faccessat ignores flags"Nick Kralevich2015-02-241-1/+1
* Ensure raw fchmod/fchmodat syscalls are hidden.Nick Kralevich2015-02-031-2/+2
* Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH supportNick Kralevich2015-02-021-2/+2
* Modify MIPS64 stat structure to match a generic one in AOSP.Raghu Gandham2015-01-281-2/+2
* Merge "support _POSIX_REALTIME_SIGNALS"Yabin Cui2014-12-091-0/+1
|\
| * support _POSIX_REALTIME_SIGNALSYabin Cui2014-12-081-0/+1
* | change argument type in madviseYabin Cui2014-12-031-1/+1
|/
* Add sethostname(2).Elliott Hughes2014-11-071-0/+2
* Add clock_settime and clock_nanosleep.Haruki Hasegawa2014-10-131-3/+3
* Fix mips __fadvise64.S build failure.Elliott Hughes2014-09-111-2/+2
* Add posix_fadvise(3).Elliott Hughes2014-09-111-0/+6
* Remove _flush_cache(2) for mips64.Dan Albert2014-08-211-1/+1
* Revert "Replaces vfork() implementation with fork()"Dan Albert2014-08-051-0/+1
* Implement <sys/fsuid.h>.Elliott Hughes2014-07-301-0/+3
* Clean up some misinformation around prctl.Elliott Hughes2014-07-181-3/+1
* Use VDSO for clock_gettime(2) and gettimeofday(2).Elliott Hughes2014-07-161-2/+6
* Add splice, tee, and vmsplice.Elliott Hughes2014-06-241-0/+4
* Cache getpid.Elliott Hughes2014-06-201-1/+1
* Remove ioprio_get(2) and ioprio_set(2) from LP64.Dan Albert2014-06-121-4/+0
* Merge "Replaces vfork() implementation with fork()"Dan Albert2014-06-101-1/+0
|\
| * Replaces vfork() implementation with fork()Dan Albert2014-06-101-1/+0
* | Remove getdents from bionic.Elliott Hughes2014-06-061-6/+1
|/
* Avoid a system call in 'gettid'.Elliott Hughes2014-06-021-1/+0
* Revert "Revert "Lose the hand-written futex assembler.""Elliott Hughes2014-05-281-2/+0
* Revert "Lose the hand-written futex assembler."Narayan Kamath2014-05-281-0/+2
* Lose the hand-written futex assembler.Elliott Hughes2014-05-221-2/+0
* Remove the tkill(2) stub.Elliott Hughes2014-05-221-1/+0
* Remove __syslog; we have the public klogctl API.Elliott Hughes2014-05-201-1/+0
* Remove perf_event_open.Elliott Hughes2014-05-201-1/+0
* Mark sockets on creation (socket()) and accept4().Sreeram Ramachandran2014-05-191-6/+4
* Hide __signalfd4, used to implement signalfd(3).Elliott Hughes2014-05-161-1/+1
* Mark sockets on accept().Sreeram Ramachandran2014-05-141-2/+2
* Introduce netd_client, a dynamic library that talks to netd.Sreeram Ramachandran2014-05-131-2/+2
* Remove the useless indirection in mips' __set_tls.Elliott Hughes2014-05-121-1/+4
* Implement _Exit(3).Elliott Hughes2014-04-081-1/+1
* Add accept4() syscallAndrei Emeltchenko2014-03-261-0/+2
* Rewrite the POSIX timer functions.Elliott Hughes2014-03-071-5/+5
* Add recvmmsg and sendmmsg syscalls.Guillaume Ranquet2014-02-271-0/+4
* Implement some of the missing LFS64 support.Elliott Hughes2014-02-181-8/+10
* [MIPS64] Add syscall related filesChris Dearman2014-02-061-50/+56
* Add fallocate/fallocate64/posix_fallocate/posix_fallocate64.Elliott Hughes2014-02-031-0/+3
* bionic: rename aarch64 target to arm64Colin Cross2014-01-231-46/+46
* Fix <sys/resource.h>.Elliott Hughes2014-01-091-6/+15