aboutsummaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-01hurd: Fix ld.so __getcwd override from libcSamuel Thibault1-0/+1
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski1-2/+2
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert140-140/+140
2019-08-06Add AT_RECURSIVE from Linux 5.2 to fcntl.h.Joseph Myers1-0/+1
2019-07-08nftw: fill in stat buf for dangling links [BZ #23501]DJ Delorie3-3/+245
2019-06-28io: Remove copy_file_range emulation [BZ #24744]Florian Weimer5-750/+21
2019-06-12<sys/stat.h>: Use Linux UAPI header for statx if available and usefulFlorian Weimer6-71/+165
2019-02-15io: Consolidate lockf implementationAdhemerval Zanella4-84/+177
2019-01-03nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella2-5/+0
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers138-138/+138
2018-10-17Don't reduce test timeout to less than defaultAndreas Schwab1-3/+0
2018-08-21Avoid running some tests if the file system does not support holesFlorian Weimer2-1/+9
2018-07-18Avoid insecure usage of tmpnam in tests.Joseph Myers1-9/+3
2018-07-11Install <bits/statx.h> headerFlorian Weimer1-1/+1
2018-07-10Add the statx functionFlorian Weimer8-1/+371
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella4-2/+55
2018-06-12Avoid cancellable I/O primitives in ld.so.Zack Weinberg1-0/+6
2018-04-02Revert __dirfd PLT avoidance for nowSamuel Thibault1-1/+1
2018-04-02hurd: Avoid some PLTs in libc and librtSamuel Thibault1-1/+1
2018-03-06Add missing start-of-file descriptive comment.Samuel Thibault2-2/+3
2018-02-21Fix a typo in a comment.Rical Jasan1-1/+1