aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/generic
AgeCommit message (Expand)AuthorFilesLines
2022-12-07Linux: consolidate sendfile implementationAdhemerval Zanella Netto1-46/+0
2022-12-07Linux: consolidate unlink implementationAdhemerval Zanella Netto1-28/+0
2022-12-07Linux: consolidate symlink implementationAdhemerval Zanella Netto1-28/+0
2022-12-07Linux: consolidate rmdir implementationAdhemerval Zanella Netto1-28/+0
2022-12-07Linux: consolidate readlink implementationAdhemerval Zanella Netto1-30/+0
2022-12-07Linux: consolidate mkdir implementationAdhemerval Zanella Netto1-34/+0
2022-12-07Linux: consolidate link implementationAdhemerval Zanella Netto1-29/+0
2022-12-07Linux: consolidate lchown implementationAdhemerval Zanella Netto1-29/+0
2022-12-07Linux: consolidate inotify_init implementationAdhemerval Zanella Netto1-28/+0
2022-12-07Lninux: consolidate epoll_create implementationAdhemerval Zanella Netto1-34/+0
2022-12-07Linux: consolidate dup2 implementationAdhemerval Zanella Netto1-35/+0
2022-12-07Linux: consolidate chown implementationAdhemerval Zanella Netto1-29/+0
2022-12-07Linux: consolidate chmod implementationAdhemerval Zanella Netto1-30/+0
2022-12-07linux: Consolidate dl-origin.cAdhemerval Zanella Netto1-79/+0
2022-10-25linux: Fix generic struct_stat for 64 bit time (BZ# 29657)Adhemerval Zanella1-127/+0
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert19-19/+19
2021-11-30linux: Implement pipe in terms of __NR_pipe2Adhemerval Zanella1-31/+0
2021-11-30linux: Add prlimit64 C implementationAdhemerval Zanella1-4/+0
2021-11-25linux: Add fanotify_mark C implementationAdhemerval Zanella1-1/+0
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar19-19/+0
2021-07-06linux: Consolidate Linux setsockopt implementationAdhemerval Zanella1-1/+0
2021-07-06linux: Consolidate Linux getsockopt implementationAdhemerval Zanella1-1/+0
2021-02-11linux: Remove stat-check.cAdhemerval Zanella2-30/+1
2021-02-11linux: Remove overflow.hAdhemerval Zanella1-69/+0
2021-02-11linux: Consolidate statfs implementationsAdhemerval Zanella1-36/+0
2021-02-11linux: Consolidate fstatfs implementationsAdhemerval Zanella1-35/+0
2021-02-11linux: Set LFS statfs as defaultAdhemerval Zanella1-86/+0
2021-02-11linux: Set default kernel_stat.h to LFSAdhemerval Zanella1-30/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert26-26/+26
2020-12-10linux: Consolidate brk implementationAdhemerval Zanella1-43/+0
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella16-34/+17
2020-10-16linux: Fix time64 support for futimesatAdhemerval Zanella1-52/+0
2020-10-09linux: Move the struct stat{64} to struct_stat.hAdhemerval Zanella1-39/+6
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella2-3/+5
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella2-11/+5
2020-09-28linux: Consolidate utimesAdhemerval Zanella1-46/+0
2020-09-11Linux: Consolidate xmknodAdhemerval Zanella1-54/+0
2020-09-11linux: Consolidate fxstatat{64}Adhemerval Zanella2-93/+0
2020-09-11linux: Consolidate fxstat{64}Adhemerval Zanella2-93/+0
2020-09-11linux: Consolidate lxstat{64}Adhemerval Zanella3-169/+0
2020-09-11linux: Consolidate xstat{64}Adhemerval Zanella3-165/+0
2020-04-29generic/typesizes.h: Add support for 32-bit arches with 64-bit typesAlistair Francis1-10/+23
2020-04-15Linux: Remove <sys/sysctl.h> and the sysctl functionFlorian Weimer1-32/+0
2020-04-02sysv: Define __KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64Alistair Francis1-0/+6
2020-03-03Linux: Clean up pread64/pwrite64 system call namesFlorian Weimer1-8/+0
2020-02-14linux: Remove INTERNAL_SYSCALL_DECLAdhemerval Zanella3-9/+5
2020-02-07y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski1-0/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers41-41/+41
2019-10-24Define __STATFS_MATCHES_STATFS64Alistair Francis3-2/+10
2019-10-23sysdeps/stat: Handle 64-bit ino_t types on 32-bit hostsAlistair Francis4-2/+38