summaryrefslogtreecommitdiffstats
path: root/libc/arch-x86_64/syscalls
Commit message (Expand)AuthorAgeFilesLines
* Hide accidentally-exposed __clock_nanosleep.Elliott Hughes2015-06-161-3/+3
* Add process_vm_readv and process_vm_writev.Elliott Hughes2015-06-102-0/+32
* libc: Add O_PATH support for fgetxattr / fsetxattrNick Kralevich2015-06-022-4/+6
* Hide rt_sigqueueinfo.Yabin Cui2015-05-181-3/+3
* Simplify close(2) EINTR handling.Elliott Hughes2015-04-231-2/+3
* Make gensyscalls.py use the ALIAS_SYMBOL macro.Christopher Ferris2015-03-2414-28/+14
* Hide statfs/fstatfs' ST_VALID flag from userspace.Elliott Hughes2015-03-182-10/+6
* Fix "faccessat ignores flags"Nick Kralevich2015-02-241-3/+3
* Ensure raw fchmod/fchmodat syscalls are hidden.Nick Kralevich2015-02-032-6/+6
* Add fchmodat(AT_SYMLINK_NOFOLLOW) and fchmod O_PATH supportNick Kralevich2015-02-022-5/+6
* support _POSIX_REALTIME_SIGNALSYabin Cui2014-12-081-0/+16
* Add sethostname(2).Elliott Hughes2014-11-071-0/+15
* Add clock_settime and clock_nanosleep.Haruki Hasegawa2014-10-131-2/+3
* Add posix_fadvise(3).Elliott Hughes2014-09-111-0/+17
* Ensure __set_errno is still visible on LP32.Elliott Hughes2014-09-08190-570/+190
* Make __set_errno hidden in asm.Dan Albert2014-08-08190-0/+380
* Revert "Fix incorrect relocations for x86."Dan Albert2014-08-08190-190/+190
* Fix incorrect relocations for x86.Dan Albert2014-08-07190-190/+190
* Implement <sys/fsuid.h>.Elliott Hughes2014-07-302-0/+30
* Use VDSO for clock_gettime(2) and gettimeofday(2).Elliott Hughes2014-07-162-4/+6
* Add splice, tee, and vmsplice.Elliott Hughes2014-06-243-0/+48
* Cache getpid.Elliott Hughes2014-06-201-2/+3
* Remove ioprio_get(2) and ioprio_set(2) from LP64.Dan Albert2014-06-122-30/+0
* Remove getdents from bionic.Elliott Hughes2014-06-061-2/+3
* Remove unnecessary instructions from x86/x86_64 syscalls.Elliott Hughes2014-06-05187-187/+0
* Avoid a system call in 'gettid'.Elliott Hughes2014-06-021-16/+0
* Revert "Revert "Lose the hand-written futex assembler.""Elliott Hughes2014-05-281-17/+0
* Revert "Lose the hand-written futex assembler."Narayan Kamath2014-05-281-0/+17
* Lose the hand-written futex assembler.Elliott Hughes2014-05-221-17/+0
* Remove the tkill(2) stub.Elliott Hughes2014-05-221-16/+0
* Remove __syslog; we have the public klogctl API.Elliott Hughes2014-05-201-17/+0
* Remove perf_event_open.Elliott Hughes2014-05-201-17/+0
* Mark sockets on creation (socket()) and accept4().Sreeram Ramachandran2014-05-193-21/+6
* Hide __signalfd4, used to implement signalfd(3).Elliott Hughes2014-05-161-2/+3
* Mark sockets on accept().Sreeram Ramachandran2014-05-141-2/+3
* Introduce netd_client, a dynamic library that talks to netd.Sreeram Ramachandran2014-05-131-2/+3
* Implement _Exit(3).Elliott Hughes2014-04-081-0/+3
* Add accept4() syscallAndrei Emeltchenko2014-03-261-0/+17
* Add recvmmsg and sendmmsg syscalls.Guillaume Ranquet2014-02-272-0/+34
* Remove the useless _C_LABEL from generated system calls.Elliott Hughes2014-02-1927-27/+27
* Fix build by avoiding the _C_LABEL macro.Elliott Hughes2014-02-1815-30/+30
* Implement some of the missing LFS64 support.Elliott Hughes2014-02-184-8/+20
* Add fallocate/fallocate64/posix_fallocate/posix_fallocate64.Elliott Hughes2014-02-031-0/+20
* Fix <sys/resource.h>.Elliott Hughes2014-01-093-0/+26
* Clean up <sched.h>.Elliott Hughes2014-01-021-0/+16
* AArch64: Fix mmap64() definition for AArch64, X86_64Serban Constantinescu2013-12-121-0/+3
* Clean up forking and cloning.Elliott Hughes2013-11-191-18/+0
* Fix pthread_join.Elliott Hughes2013-11-181-0/+17
* Stop using the non-uapi <linux/err.h> header file.Elliott Hughes2013-11-07187-561/+187
* Fix pread/pwrite for LP64.Elliott Hughes2013-11-062-0/+6