about summary refs log tree commit diff
path: root/io
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* io: Remove xmknod{at} implementationsAdhemerval Zanella2020-12-295-106/+7
* io: Remove xstat implementationsAdhemerval Zanella2020-12-2917-339/+39
* io: nftw/ftw: Fix stack overflow with large nopenfd [BZ #26353]Xiaoming Ni2020-11-263-8/+81
* Remove tls.h inclusion from internal errno.hAdhemerval Zanella2020-11-131-3/+1
* Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella2020-10-095-96/+6
* Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella2020-10-0911-363/+30
* nptl: Add missing cancellation flags on lockfAdhemerval Zanella2020-10-081-2/+2
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-1111-45/+47
* linux: Remove __ASSUME_ATFCTSAdhemerval Zanella2020-09-021-5/+0
* io/lockf: Include bits/types.h before __OFF_T_MATCHES_OFF64_T checkAlistair Francis2020-08-271-0/+2
* Fix namespace violation in stdio.h and sys/stat.h if build with optimization....Stefan Liebler2020-08-201-1/+3
* Add new STATX_* constants from Linux 5.8 to bits/statx-generic.h.Joseph Myers2020-08-191-0/+3
* Suppress GCC 10 true positive warnings [BZ #25967]Martin Sebor2020-05-111-2/+19
* Linux: Work around kernel bugs in chmod on /proc/self/fd paths [BZ #14578]Florian Weimer2020-02-181-59/+21
* Move implementation of <file_change_detection.h> into a C fileFlorian Weimer2020-02-184-31/+150
* Add STATX_ATTR_VERITY from Linux 5.5 to bits/statx-generic.h.Joseph Myers2020-02-131-0/+1
* io: Add io/tst-lchmod covering lchmod and fchmodatFlorian Weimer2020-02-122-1/+315
* io: Implement lchmod using fchmodat [BZ #14578]Florian Weimer2020-02-122-6/+5
* Add internal <file_change_detection.h> header fileFlorian Weimer2020-02-122-1/+207
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01141-141/+141
* hurd: Fix ld.so __access override from libcSamuel Thibault2019-12-011-0/+1
* hurd: Fix ld.so __getcwd override from libcSamuel Thibault2019-12-011-0/+1
* time: Introduce function to check correctness of nanoseconds valueLukasz Majewski2019-10-271-2/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07140-140/+140
* Add AT_RECURSIVE from Linux 5.2 to fcntl.h.Joseph Myers2019-08-061-0/+1
* nftw: fill in stat buf for dangling links [BZ #23501]DJ Delorie2019-07-083-3/+245
* io: Remove copy_file_range emulation [BZ #24744]Florian Weimer2019-06-285-750/+21
* <sys/stat.h>: Use Linux UAPI header for statx if available and usefulFlorian Weimer2019-06-126-71/+165
* io: Consolidate lockf implementationAdhemerval Zanella2019-02-154-84/+177
* nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella2019-01-032-5/+0