about summary refs log tree commit diff
path: root/io
Commit message (Expand)AuthorAgeFilesLines
* 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
* hurd: Fix dirfd symbol exposition from ftwSamuel Thibault2017-09-281-3/+3
* Add missing libc_hidden_weak/def callsSamuel Thibault2017-09-172-0/+2
* Hide __chmod and __mkdir [BZ #18822]H.J. Lu2017-09-042-0/+2
* io: Remove internal_function attributeFlorian Weimer2017-08-312-27/+11
* Consolidate non cancellable close callAdhemerval Zanella2017-08-181-2/+2
* Consolidate non cancellable openat callAdhemerval Zanella2017-08-181-2/+2
* linux: Consolidate sync_file_range implementationAdhemerval Zanella2017-06-151-1/+0
* Remove __need macros from signal.h.Zack Weinberg2017-05-201-4/+2
* Consolidate Linux write syscallAdhemerval Zanella2017-05-111-0/+1
* Consolidate Linux read syscallAdhemerval Zanella2017-05-111-0/+1
* Consolidate Linux creat implementationAdhemerval Zanella2017-05-111-0/+2
* Fix missing timespec definition for sys/stat.h (BZ #21371)Adhemerval Zanella2017-04-201-1/+1
* Assume that O_CLOEXEC is always defined and worksFlorian Weimer2017-04-182-25/+0
* fts: Fix symbol redirect for fts_set [BZ #21289]Slava Barinov2017-03-311-1/+1
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-012-2/+0
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-1615-0/+18
* Fix MIPS n32 lseek, lseek64 (bug 21019).Joseph Myers2017-01-021-0/+21
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01129-129/+129
* support: Introduce new subdirectory for test infrastructureFlorian Weimer2016-12-092-17/+16
* New internal function __access_noerrnoAdhemerval Zanella2016-11-161-0/+7
* Consolidate posix_fallocate{64} implementationsAdhemerval Zanella2016-10-074-89/+151
* Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg2016-09-234-14/+8
* Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg2016-09-231-10/+10
* tst-open-tmpfile: Add checks for open64, openat64, linkatFlorian Weimer2016-09-231-0/+103