aboutsummaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)Author
2024-02-28cdefs: Drop access attribute for _FORTIFY_SOURCE=3 (BZ #31383)Siddhesh Poyarekar
2024-02-27debug: Improve fcntl.h fortify warnings with clangAdhemerval Zanella
2024-02-27socket: Improve fortify with clangAdhemerval Zanella
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-11-23Remove __access_noerrnoJoseph Myers
2023-11-20linux: Use fchmodat2 on fchmod for flags different than 0 (BZ 26401)Adhemerval Zanella
2023-11-15y2038: Fix support for 64-bit time on legacy ABIsGaël PORTAY
2023-09-07io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64Aurelien Jarno
2023-08-15io/tst-statvfs: fix statfs().f_type comparison test on some archesнаб
2023-08-08linux: statvfs: allocate spare for f_typeнаб
2023-07-05Exclude routines from fortificationFrédéric Bérat
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-06-01tests: replace ftruncate by xftruncateFrédéric Bérat
2023-06-01tests: replace write by xwriteFré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-05-20io: Fix a typoSergey Bugaev
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra
2023-01-17Add STATX_DIOALIGN from Linux 6.1 to bits/statx-generic.hJoseph Myers
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-11-08Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746)Adhemerval Zanella
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella
2022-11-01Use uintptr_t in fts for pointer alignmentSzabolcs Nagy
2022-06-05grep: egrep -> grep -E, fgrep -> grep -FSam James
2022-04-28linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097)Adhemerval Zanella
2022-02-28io: Add fsync call in tst-statFlorian Weimer
2022-01-25io: Fix use-after-free in ftw [BZ #26779]Martin Sebor
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-11-24io: Refactor close_range and closefromAdhemerval Zanella
2021-10-20Make sure that the fortified function conditionals are constantSiddhesh Poyarekar
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar
2021-10-07io: Fix ftw internal realloc buffer (BZ #28126)Adhemerval Zanella
2021-10-04io: Do not skip timestamps tests for 32-bit time_tAdhemerval Zanella
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-26Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p...Adhemerval Zanella
2021-08-06Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)Florian Weimer
2021-07-21io: Add time64 alias for fcntlFlorian Weimer
2021-07-08io: Add closefrom [BZ #10353]Adhemerval Zanella
2021-06-23hurd: Fix build after 52a5fe70a2Adhemerval 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-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella
2021-06-15y2038: Add __USE_TIME_BITS64 support for struct utimbufAdhemerval Zanella
2021-06-10io: Fix sporadic test failures in io/tst-statFlorian Weimer
2021-06-02Add missing symbols to Version filesFlorian Weimer
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor
2021-04-15io: Use temporary directory and file for ftwtest-shAdhemerval Zanella