aboutsummaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)AuthorFilesLines
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra1-1/+1
2023-01-17Add STATX_DIOALIGN from Linux 6.1 to bits/statx-generic.hJoseph Myers1-0/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers152-152/+152
2022-11-08Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746)Adhemerval Zanella1-0/+25
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella1-8/+10
2022-11-01Use uintptr_t in fts for pointer alignmentSzabolcs Nagy1-1/+2
2022-06-05grep: egrep -> grep -E, fgrep -> grep -FSam James1-1/+1
2022-04-28linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097)Adhemerval Zanella3-4/+28
2022-02-28io: Add fsync call in tst-statFlorian Weimer1-0/+4
2022-01-25io: Fix use-after-free in ftw [BZ #26779]Martin Sebor1-2/+3
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert152-152/+152
2021-11-24io: Refactor close_range and closefromAdhemerval Zanella4-8/+355
2021-10-20Make sure that the fortified function conditionals are constantSiddhesh Poyarekar1-21/+6
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2-5/+5
2021-10-07io: Fix ftw internal realloc buffer (BZ #28126)Adhemerval Zanella3-20/+117
2021-10-04io: Do not skip timestamps tests for 32-bit time_tAdhemerval Zanella1-1/+3
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar12-12/+0
2021-08-26Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p...Adhemerval Zanella1-15/+6
2021-08-06Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)Florian Weimer1-4/+4
2021-07-21io: Add time64 alias for fcntlFlorian Weimer3-7/+23
2021-07-08io: Add closefrom [BZ #10353]Adhemerval Zanella4-1/+192
2021-06-23hurd: Fix build after 52a5fe70a2Adhemerval Zanella1-2/+4
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella3-10/+10
2021-06-15y2038: Add test coverageAdhemerval Zanella18-26/+209
2021-06-15io: Add ftw64 with 64-bit time_t supportAdhemerval Zanella4-6/+83
2021-06-15io: Add fts64 with 64-bit time_t supportAdhemerval Zanella3-6/+76
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella3-10/+125
2021-06-15y2038: Add __USE_TIME_BITS64 support for struct utimbufAdhemerval Zanella1-0/+5
2021-06-10io: Fix sporadic test failures in io/tst-statFlorian Weimer1-4/+4
2021-06-02Add missing symbols to Version filesFlorian Weimer1-0/+1
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor2-6/+11
2021-04-15io: Use temporary directory and file for ftwtest-shAdhemerval Zanella1-123/+119
2021-04-15io: Add basic tests for utimensatAdhemerval Zanella2-0/+71
2021-04-15linux: Add lutimes testAdhemerval Zanella7-5/+64
2021-04-15linux: Add futimes testAdhemerval Zanella2-0/+47
2021-04-15io: Move file timestamps tests out of LinuxAdhemerval Zanella5-1/+232
2021-04-07sys: Fixes possible typo in comment: statfs -> statvfsHugo Gabriel Eyherabide1-1/+1
2021-04-01socket: Add CFLAGS-accept.c and CFLAGS-connect.cAdhemerval Zanella1-2/+0
2021-03-31io: fix spelling typo in diagnosticPaul Eggert1-1/+1
2021-03-31io: Check at runtime if timestamp supports nanosecondsAdhemerval Zanella1-1/+6
2021-03-26S390: Don't test nanoseconds in io/tst-stat.cStefan Liebler1-2/+5
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 Zanella5-1/+117
2021-01-11Update STATX_ATTR_DAX value from Linux 5.10.Joseph Myers1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert135-135/+135
2020-12-31nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar1-8/+10