aboutsummaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-29io: Remove xmknod{at} implementationsAdhemerval Zanella5-106/+7
2020-12-29io: Remove xstat implementationsAdhemerval Zanella17-339/+39
2020-11-26io: nftw/ftw: Fix stack overflow with large nopenfd [BZ #26353]Xiaoming Ni3-8/+81
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella1-3/+1
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella5-96/+6
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella11-363/+30
2020-10-08nptl: Add missing cancellation flags on lockfAdhemerval Zanella1-2/+2
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella11-45/+47
2020-09-02linux: Remove __ASSUME_ATFCTSAdhemerval Zanella1-5/+0
2020-08-27io/lockf: Include bits/types.h before __OFF_T_MATCHES_OFF64_T checkAlistair Francis1-0/+2
2020-08-20Fix namespace violation in stdio.h and sys/stat.h if build with optimization....Stefan Liebler1-1/+3
2020-08-19Add new STATX_* constants from Linux 5.8 to bits/statx-generic.h.Joseph Myers1-0/+3
2020-05-11Suppress GCC 10 true positive warnings [BZ #25967]Martin Sebor1-2/+19
2020-02-18Linux: Work around kernel bugs in chmod on /proc/self/fd paths [BZ #14578]Florian Weimer1-59/+21
2020-02-18Move implementation of <file_change_detection.h> into a C fileFlorian Weimer4-31/+150
2020-02-13Add STATX_ATTR_VERITY from Linux 5.5 to bits/statx-generic.h.Joseph Myers1-0/+1
2020-02-12io: Add io/tst-lchmod covering lchmod and fchmodatFlorian Weimer2-1/+315
2020-02-12io: Implement lchmod using fchmodat [BZ #14578]Florian Weimer2-6/+5
2020-02-12Add internal <file_change_detection.h> header fileFlorian Weimer2-1/+207
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers141-141/+141
2019-12-01hurd: Fix ld.so __access override from libcSamuel Thibault1-0/+1