aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/syscalls.list
AgeCommit message (Expand)Author
2020-05-20y2038: linux: Provide __clock_adjtime64 implementationLukasz Majewski
2020-04-30Add a C wrapper for prctl [BZ #25896]H.J. Lu
2020-04-29Add C wrappers for process_vm_readv/process_vm_writev [BZ #25810]H.J. Lu
2020-04-29Mark unsigned long arguments with U in more syscalls [BZ #25810]H.J. Lu
2020-04-29Add SYSCALL_ULONG_ARG_[12] to pass long to syscall [BZ #25810]H.J. Lu
2020-03-03y2038: linux: Provide __utime64 implementationLukasz Majewski
2020-02-02y2038: linux: Provide __sched_rr_get_interval64 implementationLukasz Majewski
2020-02-02y2038: linux: Provide __timerfd_settime64 implementationLukasz Majewski
2020-02-02y2038: linux: Provide __timerfd_gettime64 implementationLukasz Majewski
2019-12-19linux: Use waitid on wait4 if __NR_wait4 is not definedAdhemerval Zanella
2019-10-31Refactor adjtimex based on clock_adjtimeAdhemerval Zanella
2019-10-30Use clock_settime to implement stime; withdraw stime.Zack Weinberg
2019-10-30Linux/Alpha: don't use timeval32 system calls.Zack Weinberg
2019-05-14Linux: Add the tgkill functionFlorian Weimer
2019-03-14Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer
2019-02-08Linux: Add gettid system call wrapper [BZ #6399]Florian Weimer
2018-05-18Obsolete nfsservctl.Joseph Myers
2017-12-05Linux: Implement interfaces for memory protection keysFlorian Weimer
2017-11-23Linux: Add memfd_create system call wrapperFlorian Weimer
2017-05-18posix: Consolidate Linux mq_timedsend syscallAdhemerval Zanella
2017-05-18posix: Consolidate Linux mq_timedreceive syscallAdhemerval Zanella
2017-05-18linux: Consolidate Linux open_by_handle_at syscallAdhemerval Zanella
2017-05-18linux: Consolidate Linux splice syscallAdhemerval Zanella
2017-05-18linux: Consolidate Linux vmsplice syscallAdhemerval Zanella
2017-05-18posix: Consolidate Linux fdatasync syscallAdhemerval Zanella
2017-05-18linux: Consolidate Linux tee implementationAdhemerval Zanella
2017-05-18posix: Consolidate Linux nanosleep syscallAdhemerval Zanella
2017-05-18posix: Consolidate Linux pause syscallAdhemerval Zanella
2017-05-11Consolidate Linux creat implementationAdhemerval Zanella
2017-05-03Consolidate Linux epoll_wait syscallAdhemerval Zanella
2017-05-03Consolidate Linux select implementationAdhemerval Zanella
2017-05-03Consolidate Linux poll implementationAdhemerval Zanella
2016-12-14Consolidate renameat Linux implementationAdhemerval Zanella
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella
2016-11-17Consolidate Linux setrlimit and getrlimit implementationAdhemerval Zanella
2016-03-17Remove __ASSUME_EVENTFD2, move eventfd to syscalls.list.Joseph Myers
2015-12-31Fix linux personality syscall wrapperDmitry V. Levin
2015-12-14Make obsolete syscall wrappers into compat symbols (bug 18472).Joseph Myers
2015-09-12linux/getsysstats.c: use sysinfo() instead of parsing /proc/meminfoRasmus Villemoes
2015-06-17Fix mq_receive, mq_send mq_timed* namespace (bug 18545).Joseph Myers
2015-06-17Create hidden aliases for non-libc syscalls automatically.Joseph Myers
2014-11-01Remove __libc_nanosleep function name.Joseph Myers
2014-10-30Remove __libc_creat function name.Joseph Myers
2014-10-08Don't use INTUSE with __adjtimex (bug 14132).Joseph Myers
2014-10-01Move execve to syscalls.list (bug 14138).Joseph Myers
2014-09-30Move some *at definitions to syscalls.list (bug 14138).Joseph Myers
2014-07-07Get rid of nptl/sysdeps/ entirely!Roland McGrath
2012-10-04Name space hygeine for madvise.Roland McGrath
2012-08-01BZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list.Roland McGrath
2012-05-23Move poll to syscalls.listAndreas Jaeger