aboutsummaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)Author
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
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-07sys: Fixes possible typo in comment: statfs -> statvfsHugo Gabriel Eyherabide
2021-04-01socket: Add CFLAGS-accept.c and CFLAGS-connect.cAdhemerval Zanella
2021-03-31io: fix spelling typo in diagnosticPaul Eggert
2021-03-31io: Check at runtime if timestamp supports nanosecondsAdhemerval Zanella
2021-03-26S390: Don't test nanoseconds in io/tst-stat.cStefan Liebler
2021-03-18nptl: Remove connect from libpthreadAdhemerval Zanella