summaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)Author
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
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer
2017-03-31fts: Fix symbol redirect for fts_set [BZ #21289]Slava Barinov
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg
2017-01-02Fix MIPS n32 lseek, lseek64 (bug 21019).Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-09support: Introduce new subdirectory for test infrastructureFlorian Weimer
2016-11-16New internal function __access_noerrnoAdhemerval Zanella
2016-10-07Consolidate posix_fallocate{64} implementationsAdhemerval Zanella
2016-09-23Installed-header hygiene (BZ#20366): time.h types.Zack Weinberg
2016-09-23Installed-header hygiene (BZ#20366): obsolete BSD u_* types.Zack Weinberg
2016-09-23tst-open-tmpfile: Add checks for open64, openat64, linkatFlorian Weimer
2016-09-21Add test case for O_TMPFILE handling in open, openatFlorian Weimer
2016-06-112016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2016-05-17Make sys/stat.h define S_IFSOCK, S_ISSOCK for XPG4 (bug 20076).Joseph Myers
2016-05-10Fix sys/stat.h fchmod namespace (bug 20073).Joseph Myers
2016-05-02Fix fcntl.h timespec namespace (bug 20023).Joseph Myers
2016-01-07Make shebang interpreter directives consistentMarko Myllynen
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-02Use shell's builtin pwd.Ludovic Courtès
2015-11-06Add LFS support for fts functions (bug 11460)Mark Wielaard
2015-11-05Fix some stub prototypes missing ... after K&R conversionRoland McGrath
2015-10-21Move io/tst-fcntl temporary file creation to do_prepare.Joseph Myers
2015-10-21Make io/ftwtest-sh remove temporary files on early exit.Joseph Myers
2015-10-21Convert a few more function definitions to prototype style.Joseph Myers
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers
2015-10-20Convert 24 more function definitions to prototype style (array parameters).Joseph Myers
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers
2015-10-15Do not leave files behind in /tmp from testing.Joseph Myers
2015-08-10Readd O_LARGEFILE flag for openat64 (bug 18781)Andreas Schwab
2015-04-24posix_fallocate, posix_fallocate64 stub: Do not set errnoFlorian Weimer
2015-02-24linux: open and openat ignore 'mode' with O_TMPFILE in flagsEric Rannaud
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu
2014-12-04De-warning a few stubs.Roland McGrath
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar
2014-10-30Remove __libc_creat function name.Joseph Myers
2014-10-20Tiny refactoring in fts to eliminate a warning.Roland McGrath