aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/generic
AgeCommit message (Expand)AuthorFilesLines
2019-03-07Break lines before not after operators, batch 4.Joseph Myers1-8/+8
2019-02-26Break further lines before not after operators.Joseph Myers2-4/+4
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers40-40/+40
2018-12-17Add statx conditionals for wordsize-32 *xstat.cMao Han6-4/+70
2018-10-10Use common bits/shm.h for more architectures.Joseph Myers1-112/+0
2018-10-10Use common bits/sem.h for more architectures.Joseph Myers1-93/+0
2018-10-10Use common bits/msq.h for more architectures.Joseph Myers1-85/+0
2018-08-21__readlink_chk: Remove micro-optimizationFlorian Weimer1-33/+0
2018-08-20__readlink_chk: Assume HAVE_INLINED_SYSCALLSFlorian Weimer1-7/+1
2018-06-18Add SHM_STAT_ANY from Linux 4.17 to bits/shm.h.Joseph Myers1-0/+1
2018-06-18Add SEM_STAT_ANY from Linux 4.17 to bits/sem.h.Joseph Myers1-0/+1
2018-06-18Add MSG_STAT_ANY from Linux 4.17 to bits/msq.h.Joseph Myers1-0/+1
2018-05-02Deprecate ustat syscall interfaceAdhemerval Zanella1-32/+0
2018-04-19Consolidate Linux getdents{64} implementationAdhemerval Zanella3-153/+0
2018-03-26Unify umount function implementations (bug 16552).Joseph Myers1-30/+0
2018-03-06Add missing start-of-file descriptive comment.Samuel Thibault2-2/+4
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers48-48/+48
2017-09-04Hide __chmod and __mkdir [BZ #18822]H.J. Lu2-0/+4
2017-06-30Consolidate Linux fcntl implementationAdhemerval Zanella1-86/+0
2017-05-18posix: Consolidate Linux pause syscallAdhemerval Zanella1-39/+0
2017-05-11Consolidate Linux creat implementationAdhemerval Zanella1-37/+0
2017-05-11Consolidate Linux open implementationAdhemerval Zanella2-106/+0
2017-05-03Consolidate Linux epoll_wait syscallAdhemerval Zanella2-29/+1
2017-05-03Consolidate Linux select implementationAdhemerval Zanella1-62/+0
2017-05-03Consolidate Linux poll implementationAdhemerval Zanella1-42/+0
2017-04-12Consolidate Linux mmap implementation (BZ#21270)Adhemerval Zanella1-40/+0
2017-03-09Consolidate Linux send implementationAdhemerval Zanella1-30/+0
2017-03-09Consolidate Linux sendto implementationAdhemerval Zanella1-1/+0
2017-03-09Consolidate Linux recv implementationAdhemerval Zanella1-32/+0
2017-03-09Consolidate Linux recvfrom implementationAdhemerval Zanella1-1/+0
2017-03-09Consolidate Linux connect implementationAdhemerval Zanella1-1/+0
2017-03-09Consolidate Linux accept implementationAdhemerval Zanella1-1/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers59-59/+59
2016-12-28Use shmget syscall for linux implementationAdhemerval Zanella1-3/+0
2016-12-28Use shmdt syscall for linux implementationAdhemerval Zanella1-1/+0
2016-12-28Consolidate Linux shmctl implementationAdhemerval Zanella1-1/+0
2016-12-28Use shmat syscall for Linux implementationAdhemerval Zanella1-1/+0
2016-12-28Consolidate Linux semtimedop implementationAdhemerval Zanella1-1/+0
2016-12-28Use semop syscall for Linux implementationAdhemerval Zanella1-1/+0
2016-12-28Use semget syscall for Linux implementationAdhemerval Zanella1-1/+0
2016-12-28Consolidate Linux semctl implementationAdhemerval Zanella1-1/+0
2016-12-28Use msgget syscall for Linux implementationAdhemerval Zanella1-1/+0
2016-12-28Use msgsnd syscall for Linux implementationAdhemerval Zanella1-1/+0
2016-12-28Consolidate Linux msgrcv implementationAdhemerval Zanella1-1/+0
2016-12-28Consolidate Linux msgctl implementationAdhemerval Zanella1-1/+0
2016-12-14Consolidate rename Linux implementationAdhemerval Zanella1-29/+0
2016-11-29Use XSTAT_IS_XSTAT64 in generic xstat functionsSteve Ellcey8-0/+107
2016-11-22Allow [f]statfs64 to alias [f]statfsSteve Ellcey3-0/+8
2016-11-21Always define XSTAT_IS_XSTAT64Steve Ellcey3-2/+4
2016-11-17Consolidate Linux setrlimit and getrlimit implementationAdhemerval Zanella2-2/+5