aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/kernel-features.h
AgeCommit message (Expand)AuthorFilesLines
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-22copy_file_range: New function to copy file dataFlorian Weimer1-0/+4
2017-11-27Implement the mlock2 functionFlorian Weimer1-0/+4
2017-09-19Use execveat syscall in fexecve (bug 22134)Andreas Schwab1-0/+5
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella1-0/+5
2017-05-12Remove __ASSUME_STATFS_F_FLAGS.Joseph Myers1-5/+0
2017-05-09Simplify accept4, recvmmsg, sendmmsg code.Joseph Myers1-17/+4
2017-05-09Simplify sendmmsg code.Joseph Myers1-7/+2
2017-05-09Simplify recvmmsg code.Joseph Myers1-7/+1
2017-05-09Assume prlimit64 is available.Joseph Myers1-5/+0
2017-05-08Remove __ASSUME_PROC_PID_TASK_COMM.Joseph Myers1-6/+0
2017-04-19Assume that accept4 is always available and worksFlorian Weimer1-9/+2
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer1-4/+0
2017-04-18Assume that dup3 is availableFlorian Weimer1-1/+0
2017-04-18Assume that pipe2 is always availableFlorian Weimer1-1/+0
2017-04-04Remove __ASSUME_REQUEUE_PIAdhemerval Zanella1-5/+0
2017-03-09Consolidate Linux sendto implementationAdhemerval Zanella1-0/+1
2017-03-09Consolidate Linux recvfrom implementationAdhemerval Zanella1-0/+1
2017-03-09Consolidate Linux connect implementationAdhemerval Zanella1-0/+1
2017-03-09Consolidate Linux accept implementationAdhemerval Zanella1-0/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-28Add __ASSUME_DIRECT_SYSVIPC_SYSCALL for LinuxAdhemerval Zanella1-0/+4
2016-06-13Remove __ASSUME_FUTEX_LOCK_PIAdhemerval Zanella1-4/+0
2016-05-25Adjust kernel-features.h defaults for recvmsg and sendmsgAdhemerval Zanella1-0/+6
2016-03-22Remove __ASSUME_GETDENTS64_SYSCALL.Joseph Myers1-4/+0
2016-03-21Remove __ASSUME_SIGNALFD4.Joseph Myers1-1/+0
2016-03-17Remove __ASSUME_EVENTFD2, move eventfd to syscalls.list.Joseph Myers1-1/+0
2016-03-17Remove __ASSUME_FALLOCATE.Joseph Myers1-4/+0
2016-03-15Remove __ASSUME_PPOLL.Joseph Myers1-1/+0
2016-03-15Adjust kernel-features.h defaults for socket syscalls.Joseph Myers1-14/+12
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-17Assume that SOCK_CLOEXEC is available and worksFlorian Weimer1-1/+0
2015-08-24Remove __ASSUME_IPC64Andreas Schwab1-5/+0
2015-05-22Remove socket.S implementationAdhemerval Zanella1-3/+2
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-12-22Make __ASSUME_UTIMES hppa-specific.Joseph Myers1-6/+0
2014-07-17[PATCH 6/6] Split s390 out of main Linux kernel-features.h.Joseph Myers1-3/+0
2014-07-17[PATCH 5/6] Split sh out of main Linux kernel-features.h.Joseph Myers1-25/+2
2014-07-17[PATCH 4/6] Split powerpc out of main Linux kernel-features.h.Joseph Myers1-13/+6
2014-07-17[PATCH 3/6] Split sparc out of main Linux kernel-features.h.Joseph Myers1-27/+10
2014-07-17[PATCH 2/6] Split i386 out of main Linux kernel-features.h.Joseph Myers1-7/+5
2014-07-17[PATCH 1/6] Split x86_64 out of main Linux kernel-features.h.Joseph Myers1-9/+4
2014-06-25Remove __ASSUME_XFS_RESTRICTED_CHOWN.Joseph Myers1-4/+0
2014-06-25Remove __ASSUME_UTIMENSAT.Joseph Myers1-4/+0
2014-06-25Remove __ASSUME_COMPLETE_READV_WRITEV.Joseph Myers1-5/+0
2014-06-20Remove __ASSUME_F_GETOWN_EX.Joseph Myers1-3/+0
2014-06-20Remove __ASSUME_AT_RANDOM.Joseph Myers1-3/+0
2014-06-20Remove __ASSUME_ADJ_OFFSET_SS_READ.Joseph Myers1-3/+0
2014-05-14Reduce kernel-features.h duplication.Joseph Myers1-25/+12
2014-05-12Clean up kernel version conditionals for pre-2.6.32 kernels.Joseph Myers1-76/+28