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