aboutsummaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)Author
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
2021-03-18nptl: Remove accept from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove close from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove read from libpthreadAdhemerval Zanella
2021-03-18nptl: Remove write from libpthreadAdhemerval Zanella
2021-03-11io: Return EBAFD for negative file descriptor on fstat (BZ #27559)Adhemerval Zanella
2021-01-11Update STATX_ATTR_DAX value from Linux 5.10.Joseph Myers
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-31nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar
2020-12-29io: Remove xmknod{at} implementationsAdhemerval Zanella
2020-12-29io: Remove xstat implementationsAdhemerval Zanella
2020-11-26io: nftw/ftw: Fix stack overflow with large nopenfd [BZ #26353]Xiaoming Ni
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella
2020-10-08nptl: Add missing cancellation flags on lockfAdhemerval Zanella
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella
2020-09-02linux: Remove __ASSUME_ATFCTSAdhemerval Zanella
2020-08-27io/lockf: Include bits/types.h before __OFF_T_MATCHES_OFF64_T checkAlistair Francis
2020-08-20Fix namespace violation in stdio.h and sys/stat.h if build with optimization....Stefan Liebler
2020-08-19Add new STATX_* constants from Linux 5.8 to bits/statx-generic.h.Joseph Myers
2020-05-11Suppress GCC 10 true positive warnings [BZ #25967]Martin Sebor
2020-02-18Linux: Work around kernel bugs in chmod on /proc/self/fd paths [BZ #14578]Florian Weimer
2020-02-18Move implementation of <file_change_detection.h> into a C fileFlorian Weimer
2020-02-13Add STATX_ATTR_VERITY from Linux 5.5 to bits/statx-generic.h.Joseph Myers
2020-02-12io: Add io/tst-lchmod covering lchmod and fchmodatFlorian Weimer
2020-02-12io: Implement lchmod using fchmodat [BZ #14578]Florian Weimer
2020-02-12Add internal <file_change_detection.h> header fileFlorian Weimer
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-01hurd: Fix ld.so __access override from libcSamuel Thibault
2019-12-01hurd: Fix ld.so __getcwd override from libcSamuel Thibault
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-06Add AT_RECURSIVE from Linux 5.2 to fcntl.h.Joseph Myers
2019-07-08nftw: fill in stat buf for dangling links [BZ #23501]DJ Delorie
2019-06-28io: Remove copy_file_range emulation [BZ #24744]Florian Weimer
2019-06-12<sys/stat.h>: Use Linux UAPI header for statx if available and usefulFlorian Weimer
2019-02-15io: Consolidate lockf implementationAdhemerval Zanella
2019-01-03nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella