aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/generic
AgeCommit message (Expand)Author
2020-04-29generic/typesizes.h: Add support for 32-bit arches with 64-bit typesAlistair Francis
2020-04-15Linux: Remove <sys/sysctl.h> and the sysctl functionFlorian Weimer
2020-04-02sysv: Define __KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64Alistair Francis
2020-03-03Linux: Clean up pread64/pwrite64 system call namesFlorian Weimer
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella
2020-02-07y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-10-24Define __STATFS_MATCHES_STATFS64Alistair Francis
2019-10-23sysdeps/stat: Handle 64-bit ino_t types on 32-bit hostsAlistair Francis
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-03-07Break lines before not after operators, batch 4.Joseph Myers
2019-02-26Break further lines before not after operators.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-17Add statx conditionals for wordsize-32 *xstat.cMao Han
2018-10-10Use common bits/shm.h for more architectures.Joseph Myers
2018-10-10Use common bits/sem.h for more architectures.Joseph Myers
2018-10-10Use common bits/msq.h for more architectures.Joseph Myers
2018-08-21__readlink_chk: Remove micro-optimizationFlorian Weimer
2018-08-20__readlink_chk: Assume HAVE_INLINED_SYSCALLSFlorian Weimer
2018-06-18Add SHM_STAT_ANY from Linux 4.17 to bits/shm.h.Joseph Myers
2018-06-18Add SEM_STAT_ANY from Linux 4.17 to bits/sem.h.Joseph Myers
2018-06-18Add MSG_STAT_ANY from Linux 4.17 to bits/msq.h.Joseph Myers
2018-05-02Deprecate ustat syscall interfaceAdhemerval Zanella
2018-04-19Consolidate Linux getdents{64} implementationAdhemerval Zanella
2018-03-26Unify umount function implementations (bug 16552).Joseph Myers
2018-03-06Add missing start-of-file descriptive comment.Samuel Thibault
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-09-04Hide __chmod and __mkdir [BZ #18822]H.J. Lu
2017-06-30Consolidate Linux fcntl implementationAdhemerval Zanella
2017-05-18posix: Consolidate Linux pause syscallAdhemerval Zanella
2017-05-11Consolidate Linux creat implementationAdhemerval Zanella
2017-05-11Consolidate Linux open implementationAdhemerval Zanella
2017-05-03Consolidate Linux epoll_wait syscallAdhemerval Zanella
2017-05-03Consolidate Linux select implementationAdhemerval Zanella
2017-05-03Consolidate Linux poll implementationAdhemerval Zanella
2017-04-12Consolidate Linux mmap implementation (BZ#21270)Adhemerval Zanella
2017-03-09Consolidate Linux send implementationAdhemerval Zanella
2017-03-09Consolidate Linux sendto implementationAdhemerval Zanella
2017-03-09Consolidate Linux recv implementationAdhemerval Zanella
2017-03-09Consolidate Linux recvfrom implementationAdhemerval Zanella
2017-03-09Consolidate Linux connect implementationAdhemerval Zanella
2017-03-09Consolidate Linux accept implementationAdhemerval Zanella
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-28Use shmget syscall for linux implementationAdhemerval Zanella
2016-12-28Use shmdt syscall for linux implementationAdhemerval Zanella
2016-12-28Consolidate Linux shmctl implementationAdhemerval Zanella
2016-12-28Use shmat syscall for Linux implementationAdhemerval Zanella
2016-12-28Consolidate Linux semtimedop implementationAdhemerval Zanella
2016-12-28Use semop syscall for Linux implementationAdhemerval Zanella