aboutsummaryrefslogtreecommitdiff
path: root/io/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-02-28cdefs: Drop access attribute for _FORTIFY_SOURCE=3 (BZ #31383)Siddhesh Poyarekar1-0/+2
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-09-07io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64Aurelien Jarno1-0/+1
2023-07-05Exclude routines from fortificationFrédéric Bérat1-0/+16
2023-05-30io: Fix record locking contants on 32 bit arch with 64 bit default time_t (BZ...Adhemerval Zanella1-0/+1
2023-05-30io: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella1-1/+1
2023-05-25io: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella1-63/+199
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella1-8/+10
2022-04-28linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097)Adhemerval Zanella1-3/+5
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-11-24io: Refactor close_range and closefromAdhemerval Zanella1-1/+2
2021-10-07io: Fix ftw internal realloc buffer (BZ #28126)Adhemerval Zanella1-0/+1
2021-07-21io: Add time64 alias for fcntlFlorian Weimer1-0/+2
2021-07-08io: Add closefrom [BZ #10353]Adhemerval Zanella1-1/+3
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella1-2/+2
2021-06-15y2038: Add test coverageAdhemerval Zanella1-2/+20
2021-06-15io: Add ftw64 with 64-bit time_t supportAdhemerval Zanella1-1/+3
2021-06-15io: Add fts64 with 64-bit time_t supportAdhemerval Zanella1-1/+3
2021-04-15io: Add basic tests for utimensatAdhemerval Zanella1-0/+1
2021-04-15linux: Add lutimes testAdhemerval Zanella1-0/+1
2021-04-15linux: Add futimes testAdhemerval Zanella1-0/+1
2021-04-15io: Move file timestamps tests out of LinuxAdhemerval Zanella1-1/+4
2021-04-01socket: Add CFLAGS-accept.c and CFLAGS-connect.cAdhemerval Zanella1-2/+0
2021-03-18nptl: Remove connect from libpthreadAdhemerval Zanella1-0/+1
2021-03-18nptl: Remove accept from libpthreadAdhemerval Zanella1-0/+1
2021-03-18nptl: Remove close from libpthreadAdhemerval Zanella1-0/+1
2021-03-18nptl: Remove read from libpthreadAdhemerval Zanella1-1/+1
2021-03-18nptl: Remove write from libpthreadAdhemerval Zanella1-1/+1
2021-03-11io: Return EBAFD for negative file descriptor on fstat (BZ #27559)Adhemerval Zanella1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-12-29io: Remove xmknod{at} implementationsAdhemerval Zanella1-1/+1
2020-12-29io: Remove xstat implementationsAdhemerval Zanella1-2/+1
2020-11-26io: nftw/ftw: Fix stack overflow with large nopenfd [BZ #26353]Xiaoming Ni1-1/+2
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella1-5/+0
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella1-2/+2
2020-10-08nptl: Add missing cancellation flags on lockfAdhemerval Zanella1-2/+2
2020-02-18Move implementation of <file_change_detection.h> into a C fileFlorian Weimer1-1/+1
2020-02-12io: Add io/tst-lchmod covering lchmod and fchmodatFlorian Weimer1-1/+1
2020-02-12Add internal <file_change_detection.h> header fileFlorian Weimer1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-07-08nftw: fill in stat buf for dangling links [BZ #23501]DJ Delorie1-1/+2
2019-06-28io: Remove copy_file_range emulation [BZ #24744]Florian Weimer1-5/+0
2019-06-12<sys/stat.h>: Use Linux UAPI header for statx if available and usefulFlorian Weimer1-1/+3
2019-02-15io: Consolidate lockf implementationAdhemerval Zanella1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-07-11Install <bits/statx.h> headerFlorian Weimer1-1/+1
2018-07-10Add the statx functionFlorian Weimer1-1/+4
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella1-1/+2