aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/Makefile
AgeCommit message (Expand)Author
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
2014-05-13Clean up __exit_thread.Roland McGrath
2014-05-05Move rules for Linux-specific pldd program to Linux-specific Makefile.Roland McGrath
2014-03-18Add comments about non-Linux use of bits/mman-linux.h.Roland McGrath
2013-09-02tst-fanotify: new simple testMike Frysinger
2013-08-27Clean up __libc_sa_len helper.Roland McGrath
2013-07-16BZ #15711: Avoid circular dependency for syscall.hCarlos O'Donell
2013-05-03Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}.Roland McGrath
2013-03-07Install <bits/mman-linux.h>Andreas Jaeger
2012-11-20Add recvmmsg and sendmmsg to the generic glibc API.Thomas Schwinge
2012-10-22Install <bits/fcntl-linux.h>Andreas Jaeger
2012-05-31Add bits/sysctl.h to sysdep_headersMarkus Trippelsdorf
2012-05-30Convert WORDSIZE[32|64]/ld entries to abi-variantsH.J. Lu
2012-05-22Remove $(sysctl) from sysdep_routinesH.J. Lu
2012-05-22Add sysctl.mk and bits/sysctl.hH.J. Lu