summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/Makefile
AgeCommit message (Expand)Author
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella
2018-06-12Avoid cancellable I/O primitives in ld.so.Zack Weinberg
2018-05-16Fix concurrent changes on nscd aware files (BZ #23178)Adhemerval Zanella
2018-01-05Add test for getrlimit/setrlimit/prlimit with infinity valueAurelien Jarno
2017-12-29linux: move a shared part of sys/ptrace.h to bits/ptrace-shared.hDmitry V. Levin
2017-12-05Linux: Implement interfaces for memory protection keysFlorian Weimer
2017-11-27Implement the mlock2 functionFlorian Weimer
2017-11-24Linux: Introduce <bits/mman-shared.h>Florian Weimer
2017-11-23Linux: Add memfd_create system call wrapperFlorian Weimer
2017-11-15linux ttyname{_r}: Add testsLuke Shumaker
2017-11-07Move <bits/mman-linux.h> to the Linux sysdeps directoryFlorian Weimer
2017-10-20sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321]Florian Weimer
2017-09-08posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella
2017-08-28<bits/syscall.h>: Use an arch-independent system call list on LinuxFlorian Weimer
2017-06-26Call exit directly in clone (BZ #21512)Adhemerval Zanella
2017-06-20Factor out shared definitions from bits/signum.h.Zack Weinberg
2017-06-15linux: Consolidate sync_file_range implementationAdhemerval Zanella
2017-05-20Remove __need macros from signal.h.Zack Weinberg
2017-05-19Fix makefile rules for vmsplice, splice, and open_by_handle_atAdhemerval 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-18linux: Consolidate Linux tee implementationAdhemerval Zanella
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg
2017-05-08Remove <sys/ultrasound.h>Florian Weimer
2017-05-03Consolidate Linux epoll_wait syscallAdhemerval Zanella
2017-03-15Fix test-errno issuesAdhemerval Zanella
2017-03-08Test for correct setting of errno.Yury Norov
2017-03-01Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg
2016-11-08Consolidate lseek/lseek64/llseek implementationsAdhemerval Zanella
2016-10-18Fix Linux fallocate tests for EOPNOTSUPPAdhemerval Zanella
2016-10-11Consolidate Linux sync_file_range implementationsAdhemerval Zanella
2016-10-07Consolidate fallocate{64} implementationsAdhemerval Zanella
2016-09-01Base <sys/quota.h> on Linux kernel headers [BZ #20525]Florian Weimer
2016-08-03Minimize sysdeps code involved in defining major/minor/makedev.Zack Weinberg
2016-06-10Revert {send,sendm,recv,recvm}msg conformance changesAdhemerval Zanella
2016-05-25network: recvmmsg and sendmmsg standard compliance (BZ#16919)Adhemerval Zanella
2016-05-25network: recvmsg and sendmsg standard compliance (BZ#16919)Adhemerval Zanella
2016-04-29Fix clone (CLONE_VM) pid/tid reset (BZ#19957)Adhemerval Zanella
2015-12-31Fix linux personality syscall wrapperDmitry V. Levin
2015-12-14Make obsolete syscall wrappers into compat symbols (bug 18472).Joseph Myers
2015-11-24Remove CPU set size checking from affinity functions [BZ #19143]Florian Weimer
2015-11-09Terminate process on invalid netlink response from kernel [BZ #12926]Florian Weimer
2015-08-25Don't run tst-getpid2 with LD_BIND_NOW=1H.J. Lu
2015-05-22Remove socket.S implementationAdhemerval Zanella
2015-02-06NPTL: Build tests using clone directly only for Linux.Roland McGrath
2015-01-08Add stub sys/procfs.h fileRoland McGrath
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-19Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar
2014-07-07Get rid of nptl/sysdeps/ entirely!Roland McGrath