summaryrefslogtreecommitdiff
path: root/io
Commit message (Expand)AuthorAgeFilesLines
* Replace rawmemchr (s, '\0') with strchrWilco Dijkstra2023-02-061-1/+1
* Add STATX_DIOALIGN from Linux 6.1 to bits/statx-generic.hJoseph Myers2023-01-171-0/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06152-152/+152
* Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746)Adhemerval Zanella2022-11-081-0/+25
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-8/+10
* Use uintptr_t in fts for pointer alignmentSzabolcs Nagy2022-11-011-1/+2
* grep: egrep -> grep -E, fgrep -> grep -FSam James2022-06-051-1/+1
* linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097)Adhemerval Zanella2022-04-283-4/+28
* io: Add fsync call in tst-statFlorian Weimer2022-02-281-0/+4
* io: Fix use-after-free in ftw [BZ #26779]Martin Sebor2022-01-251-2/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01152-152/+152
* io: Refactor close_range and closefromAdhemerval Zanella2021-11-244-8/+355
* Make sure that the fortified function conditionals are constantSiddhesh Poyarekar2021-10-201-21/+6
* Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2021-10-202-5/+5
* io: Fix ftw internal realloc buffer (BZ #28126)Adhemerval Zanella2021-10-073-20/+117
* io: Do not skip timestamps tests for 32-bit time_tAdhemerval Zanella2021-10-041-1/+3
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0312-12/+0
* Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p...Adhemerval Zanella2021-08-261-15/+6
* Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)Florian Weimer2021-08-061-4/+4
* io: Add time64 alias for fcntlFlorian Weimer2021-07-213-7/+23
* io: Add closefrom [BZ #10353]Adhemerval Zanella2021-07-084-1/+192
* hurd: Fix build after 52a5fe70a2Adhemerval Zanella2021-06-231-2/+4
* Use 64 bit time_t stat internallyAdhemerval Zanella2021-06-223-10/+10
* y2038: Add test coverageAdhemerval Zanella2021-06-1518-26/+209
* io: Add ftw64 with 64-bit time_t supportAdhemerval Zanella2021-06-154-6/+83
* io: Add fts64 with 64-bit time_t supportAdhemerval Zanella2021-06-153-6/+76
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-153-10/+125
* y2038: Add __USE_TIME_BITS64 support for struct utimbufAdhemerval Zanella2021-06-151-0/+5
* io: Fix sporadic test failures in io/tst-statFlorian Weimer2021-06-101-4/+4
* Add missing symbols to Version filesFlorian Weimer2021-06-021-0/+1
* Annotate additional APIs with GCC attribute access.Martin Sebor2021-05-062-6/+11
* io: Use temporary directory and file for ftwtest-shAdhemerval Zanella2021-04-151-123/+119
* io: Add basic tests for utimensatAdhemerval Zanella2021-04-152-0/+71
* linux: Add lutimes testAdhemerval Zanella2021-04-157-5/+64
* linux: Add futimes testAdhemerval Zanella2021-04-152-0/+47
* io: Move file timestamps tests out of LinuxAdhemerval Zanella2021-04-155-1/+232
* sys: Fixes possible typo in comment: statfs -> statvfsHugo Gabriel Eyherabide2021-04-071-1/+1
* socket: Add CFLAGS-accept.c and CFLAGS-connect.cAdhemerval Zanella2021-04-011-2/+0
* io: fix spelling typo in diagnosticPaul Eggert2021-03-311-1/+1
* io: Check at runtime if timestamp supports nanosecondsAdhemerval Zanella2021-03-311-1/+6
* S390: Don't test nanoseconds in io/tst-stat.cStefan Liebler2021-03-261-2/+5
* nptl: Remove connect from libpthreadAdhemerval Zanella2021-03-181-0/+1
* nptl: Remove accept from libpthreadAdhemerval Zanella2021-03-181-0/+1
* nptl: Remove close from libpthreadAdhemerval Zanella2021-03-181-0/+1
* nptl: Remove read from libpthreadAdhemerval Zanella2021-03-181-1/+1
* nptl: Remove write from libpthreadAdhemerval Zanella2021-03-181-1/+1
* io: Return EBAFD for negative file descriptor on fstat (BZ #27559)Adhemerval Zanella2021-03-115-1/+117
* Update STATX_ATTR_DAX value from Linux 5.10.Joseph Myers2021-01-111-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02135-135/+135
* nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar2020-12-311-8/+10