aboutsummaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-23Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg1-10/+10
2016-09-23tst-open-tmpfile: Add checks for open64, openat64, linkatFlorian Weimer1-0/+103
2016-09-21Add test case for O_TMPFILE handling in open, openatFlorian Weimer2-1/+218
2016-06-112016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2-2/+2
2016-05-17Make sys/stat.h define S_IFSOCK, S_ISSOCK for XPG4 (bug 20076).Joseph Myers1-2/+2
2016-05-10Fix sys/stat.h fchmod namespace (bug 20073).Joseph Myers1-1/+1
2016-05-02Fix fcntl.h timespec namespace (bug 20023).Joseph Myers1-1/+3
2016-01-07Make shebang interpreter directives consistentMarko Myllynen1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers125-125/+125
2015-12-02Use shell's builtin pwd.Ludovic Courtès1-4/+4
2015-11-06Add LFS support for fts functions (bug 11460)Mark Wielaard7-66/+449
2015-11-05Fix some stub prototypes missing ... after K&R conversionRoland McGrath1-1/+1
2015-10-21Move io/tst-fcntl temporary file creation to do_prepare.Joseph Myers1-8/+10
2015-10-21Make io/ftwtest-sh remove temporary files on early exit.Joseph Myers1-1/+3
2015-10-21Convert a few more function definitions to prototype style.Joseph Myers1-4/+2