aboutsummaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)Author
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
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-10-17Don't reduce test timeout to less than defaultAndreas Schwab
2018-08-21Avoid running some tests if the file system does not support holesFlorian Weimer
2018-07-18Avoid insecure usage of tmpnam in tests.Joseph Myers
2018-07-11Install <bits/statx.h> headerFlorian Weimer
2018-07-10Add the statx functionFlorian Weimer
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella
2018-06-12Avoid cancellable I/O primitives in ld.so.Zack Weinberg
2018-04-02Revert __dirfd PLT avoidance for nowSamuel Thibault
2018-04-02hurd: Avoid some PLTs in libc and librtSamuel Thibault
2018-03-06Add missing start-of-file descriptive comment.Samuel Thibault
2018-02-21Fix a typo in a comment.Rical Jasan
2018-01-28Revert "hurd: Fix building io/tst-fchownat.c"Samuel Thibault
2018-01-28hurd: Fix building io/tst-copy_file_range.cSamuel Thibault
2018-01-28hurd: Fix building io/tst-fchownat.cSamuel Thibault
2018-01-12linux: make getcwd(3) fail if it cannot obtain an absolute path [BZ #22679]Dmitry V. Levin
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-22copy_file_range: New function to copy file dataFlorian Weimer
2017-12-15Fix testing with read-only source directory.Joseph Myers
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-10-30Assume that _DIRENT_HAVE_D_TYPE is always defined.Florian Weimer
2017-09-28hurd: Fix dirfd symbol exposition from ftwSamuel Thibault
2017-09-17Add missing libc_hidden_weak/def callsSamuel Thibault
2017-09-04Hide __chmod and __mkdir [BZ #18822]H.J. Lu
2017-08-31io: Remove internal_function attributeFlorian Weimer
2017-08-18Consolidate non cancellable close callAdhemerval Zanella
2017-08-18Consolidate non cancellable openat callAdhemerval Zanella
2017-06-15linux: Consolidate sync_file_range implementationAdhemerval Zanella
2017-05-20Remove __need macros from signal.h.Zack Weinberg
2017-05-11Consolidate Linux write syscallAdhemerval Zanella
2017-05-11Consolidate Linux read syscallAdhemerval Zanella
2017-05-11Consolidate Linux creat implementationAdhemerval Zanella
2017-04-20Fix missing timespec definition for sys/stat.h (BZ #21371)Adhemerval Zanella