summary refs log tree commit diff
path: root/io
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01138-138/+138
* Don't reduce test timeout to less than defaultAndreas Schwab2018-10-171-3/+0
* Avoid running some tests if the file system does not support holesFlorian Weimer2018-08-212-1/+9
* Avoid insecure usage of tmpnam in tests.Joseph Myers2018-07-181-9/+3
* Install <bits/statx.h> headerFlorian Weimer2018-07-111-1/+1
* Add the statx functionFlorian Weimer2018-07-108-1/+371
* Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella2018-06-264-2/+55
* Avoid cancellable I/O primitives in ld.so.Zack Weinberg2018-06-121-0/+6
* Revert __dirfd PLT avoidance for nowSamuel Thibault2018-04-021-1/+1
* hurd: Avoid some PLTs in libc and librtSamuel Thibault2018-04-021-1/+1
* Add missing start-of-file descriptive comment.Samuel Thibault2018-03-062-2/+3
* Fix a typo in a comment.Rical Jasan2018-02-211-1/+1
* Revert "hurd: Fix building io/tst-fchownat.c"Samuel Thibault2018-01-281-1/+1
* hurd: Fix building io/tst-copy_file_range.cSamuel Thibault2018-01-281-1/+3
* hurd: Fix building io/tst-fchownat.cSamuel Thibault2018-01-281-1/+1
* linux: make getcwd(3) fail if it cannot obtain an absolute path [BZ #22679]Dmitry V. Levin2018-01-122-1/+67
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01132-132/+132
* copy_file_range: New function to copy file dataFlorian Weimer2017-12-226-2/+1056
* Fix testing with read-only source directory.Joseph Myers2017-12-151-0/+2
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-26/+26
* Assume that _DIRENT_HAVE_D_TYPE is always defined.Florian Weimer2017-10-303-6/+0