aboutsummaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)AuthorFilesLines
2018-10-24Y2038: add _TIME_BITS supportaaribaud/y2038Albert ARIBAUD (3ADEV)2-9/+82
2018-10-24Y2038: add function __utime64Albert ARIBAUD (3ADEV)3-1/+18
2018-10-24Y2038: add function __fstatat64_time64 (and __fxstatat_time64)Albert ARIBAUD (3ADEV)2-0/+8
2018-10-24Y2038: add function __lstat64_time64 (and __lxstat64_time64)Albert ARIBAUD (3ADEV)2-0/+8
2018-10-24Y2038: add function __stat64_time64 (and __xstat64_time64)Albert ARIBAUD (3ADEV)2-0/+8
2018-10-24Y2038: add function __fstat64_time64 (and __fxstat64_time64)Albert ARIBAUD (3ADEV)2-0/+10
2018-10-24Y2038: add function __futimens64Albert ARIBAUD (3ADEV)1-0/+8
2018-10-24Y2038: add function __utimensat_time64Albert ARIBAUD (3ADEV)1-0/+9
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
2018-01-28Revert "hurd: Fix building io/tst-fchownat.c"Samuel Thibault1-1/+1
2018-01-28hurd: Fix building io/tst-copy_file_range.cSamuel Thibault1-1/+3
2018-01-28hurd: Fix building io/tst-fchownat.cSamuel Thibault1-1/+1
2018-01-12linux: make getcwd(3) fail if it cannot obtain an absolute path [BZ #22679]Dmitry V. Levin2-1/+67
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers132-132/+132
2017-12-22copy_file_range: New function to copy file dataFlorian Weimer6-2/+1056
2017-12-15Fix testing with read-only source directory.Joseph Myers1-0/+2
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-26/+26
2017-10-30Assume that _DIRENT_HAVE_D_TYPE is always defined.Florian Weimer3-6/+0
2017-09-28hurd: Fix dirfd symbol exposition from ftwSamuel Thibault1-3/+3
2017-09-17Add missing libc_hidden_weak/def callsSamuel Thibault2-0/+2
2017-09-04Hide __chmod and __mkdir [BZ #18822]H.J. Lu2-0/+2
2017-08-31io: Remove internal_function attributeFlorian Weimer2-27/+11
2017-08-18Consolidate non cancellable close callAdhemerval Zanella1-2/+2
2017-08-18Consolidate non cancellable openat callAdhemerval Zanella1-2/+2
2017-06-15linux: Consolidate sync_file_range implementationAdhemerval Zanella1-1/+0
2017-05-20Remove __need macros from signal.h.Zack Weinberg1-4/+2
2017-05-11Consolidate Linux write syscallAdhemerval Zanella1-0/+1
2017-05-11Consolidate Linux read syscallAdhemerval Zanella1-0/+1
2017-05-11Consolidate Linux creat implementationAdhemerval Zanella1-0/+2
2017-04-20Fix missing timespec definition for sys/stat.h (BZ #21371)Adhemerval Zanella1-1/+1
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer2-25/+0
2017-03-31fts: Fix symbol redirect for fts_set [BZ #21289]Slava Barinov1-1/+1
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg2-2/+0
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg15-0/+18
2017-01-02Fix MIPS n32 lseek, lseek64 (bug 21019).Joseph Myers1-0/+21
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers129-129/+129
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer2-17/+16
2016-11-16New internal function __access_noerrnoAdhemerval Zanella1-0/+7
2016-10-07Consolidate posix_fallocate{64} implementationsAdhemerval Zanella4-89/+151
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg4-14/+8