summaryrefslogtreecommitdiff
path: root/io/Makefile
AgeCommit message (Expand)Author
7 daysio: Use gnulib fts implementation (BZ 22944, BZ 20331)Adhemerval Zanella
10 daysio: ftw: Use state stack instead of recursion (BZ 33882)Adhemerval Zanella
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-09Handle clang -Wignored-attributes on weak aliasesAdhemerval Zanella
2025-11-20Use __fstat64_time64 in __fts64_children_time64 (bug 33653)Andreas Schwab
2025-07-11termios: Move isatty, __isatty_nostatus from ioFlorian Weimer
2025-06-17io: replace local_isatty() with a proper function __isatty_nostatus()H. Peter Anvin (Intel)
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-11-12io: Add setuid tests for faccessatSiddhesh Poyarekar
2024-10-01Do not use -Wp to disable fortify (BZ 31928)Adhemerval Zanella
2024-09-09io: Add FUSE-based test for fchmodFlorian Weimer
2024-09-09io: Add tst-lstat-nofollow, tst-lstat-nofollow-time64Florian Weimer
2024-08-30io: Add error tests for fchmodFlorian Weimer
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