posix: Fix large mmap64 offset for mips64n32 (BZ#24699)
[external/glibc.git] / io /
2019-07-08 DJ Delorienftw: fill in stat buf for dangling links [BZ #23501]
2019-06-28 Florian Weimerio: Remove copy_file_range emulation [BZ #24744]
2019-06-12 Florian Weimer<sys/stat.h>: Use Linux UAPI header for statx if availa...
2019-02-15 Adhemerval Zanellaio: Consolidate lockf implementation
2019-01-03 Adhemerval Zanellanptl: Remove tst-cancel-wrappers test and related macros
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-10-17 Andreas SchwabDon't reduce test timeout to less than default
2018-08-21 Florian WeimerAvoid running some tests if the file system does not...
2018-07-18 Joseph MyersAvoid insecure usage of tmpnam in tests.
2018-07-11 Florian WeimerInstall <bits/statx.h> header
2018-07-10 Florian WeimerAdd the statx function
2018-06-26 Adhemerval ZanellaFix Linux fcntl OFD locks for non-LFS architectures...
2018-06-12 Zack WeinbergAvoid cancellable I/O primitives in ld.so.
2018-04-02 Samuel ThibaultRevert __dirfd PLT avoidance for now
2018-04-02 Samuel Thibaulthurd: Avoid some PLTs in libc and librt
2018-03-06 Samuel ThibaultAdd missing start-of-file descriptive comment.
2018-02-21 Rical JasanFix a typo in a comment.
2018-01-28 Samuel ThibaultRevert "hurd: Fix building io/tst-fchownat.c"
2018-01-28 Samuel Thibaulthurd: Fix building io/tst-copy_file_range.c
2018-01-28 Samuel Thibaulthurd: Fix building io/tst-fchownat.c
2018-01-12 Dmitry V. Levinlinux: make getcwd(3) fail if it cannot obtain an absol...
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-22 Florian Weimercopy_file_range: New function to copy file data
2017-12-15 Joseph MyersFix testing with read-only source directory.
2017-12-11 H.J. LuReplace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
2017-10-30 Florian WeimerAssume that _DIRENT_HAVE_D_TYPE is always defined.
2017-09-27 Samuel Thibaulthurd: Fix dirfd symbol exposition from ftw
2017-09-17 Samuel ThibaultAdd missing libc_hidden_weak/def calls
2017-09-04 H.J. LuHide __chmod and __mkdir [BZ #18822]
2017-08-31 Florian Weimerio: Remove internal_function attribute
2017-08-18 Adhemerval ZanellaConsolidate non cancellable close call
2017-08-18 Adhemerval ZanellaConsolidate non cancellable openat call
2017-06-15 Adhemerval Zanellalinux: Consolidate sync_file_range implementation
2017-05-20 Zack WeinbergRemove __need macros from signal.h.
2017-05-11 Adhemerval ZanellaConsolidate Linux write syscall
2017-05-11 Adhemerval ZanellaConsolidate Linux read syscall
2017-05-11 Adhemerval ZanellaConsolidate Linux creat implementation
2017-04-20 Adhemerval ZanellaFix missing timespec definition for sys/stat.h (BZ...
2017-04-18 Florian WeimerAssume that O_CLOEXEC is always defined and works
2017-03-31 Slava Barinovfts: Fix symbol redirect for fts_set [BZ #21289]
2017-03-02 Zack WeinbergNarrowing the visibility of libc-internal.h even further.
2017-02-16 Zack WeinbergAdd missing header files throughout the testsuite.
2017-01-02 Joseph MyersFix MIPS n32 lseek, lseek64 (bug 21019).
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-09 Florian Weimersupport: Introduce new subdirectory for test infrastructure
2016-11-16 Adhemerval ZanellaNew internal function __access_noerrno
2016-10-07 Adhemerval ZanellaConsolidate posix_fallocate{64} implementations
2016-09-23 Zack WeinbergInstalled-header hygiene (BZ#20366): time.h types.
2016-09-23 Zack WeinbergInstalled-header hygiene (BZ#20366): obsolete BSD u_...
2016-09-23 Florian Weimertst-open-tmpfile: Add checks for open64, openat64,...
2016-09-21 Florian WeimerAdd test case for O_TMPFILE handling in open, openat
2016-06-11 Paul Pluzhnikov2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>
2016-05-17 Joseph MyersMake sys/stat.h define S_IFSOCK, S_ISSOCK for XPG4...
2016-05-10 Joseph MyersFix sys/stat.h fchmod namespace (bug 20073).
2016-05-02 Joseph MyersFix fcntl.h timespec namespace (bug 20023).
2016-01-07 Marko MyllynenMake shebang interpreter directives consistent
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-12-03 Ludovic CourtèsUse shell's builtin pwd.
2015-11-06 Mark WielaardAdd LFS support for fts functions (bug 11460)
2015-11-05 Roland McGrathFix some stub prototypes missing ... after K&R conversion
2015-10-21 Joseph MyersMove io/tst-fcntl temporary file creation to do_prepare.
2015-10-21 Joseph MyersMake io/ftwtest-sh remove temporary files on early...
2015-10-21 Joseph MyersConvert a few more function definitions to prototype...
2015-10-20 Joseph MyersConvert 113 more function definitions to prototype...
2015-10-20 Joseph MyersConvert 24 more function definitions to prototype style...
2015-10-16 Joseph MyersConvert 703 function definitions to prototype style.
2015-10-15 Joseph MyersDo not leave files behind in /tmp from testing.
2015-08-10 Andreas SchwabReadd O_LARGEFILE flag for openat64 (bug 18781)
2015-04-24 Florian Weimerposix_fallocate, posix_fallocate64 stub: Do not set...
2015-02-24 Eric Rannaudlinux: open and openat ignore 'mode' with O_TMPFILE...
2015-01-02 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-30 H.J. LuReplace %ld with %jd and cast to intmax_t
2014-12-04 Roland McGrathDe-warning a few stubs.
2014-11-05 Arjun ShankarModify several tests to use test-skeleton.c
2014-10-30 Joseph MyersRemove __libc_creat function name.
2014-10-20 Roland McGrathTiny refactoring in fts to eliminate a warning.
2014-07-10 Siddhesh PoyarekarFix -Wundef warning for HAVE_SYS_PARAM_H
2014-06-07 Joseph MyersRemove redundant C locale settings.
2014-03-06 Joseph MyersEnumerate tests with special rules in tests-special...
2014-02-26 Joseph MyersConsistently include Makeconfig after defining subdir.
2014-02-21 Joseph MyersGenerate .test-result files for tests with special...
2014-02-21 Joseph MyersComplete _BSD_SOURCE / _SVID_source followup cleanup.
2014-02-13 Joseph MyersClean up trivially redundant __USE_MISC conditionals.
2014-02-12 Joseph MyersCombine __USE_BSD and __USE_SVID into __USE_MISC.
2014-02-12 Joseph MyersStop io/ftwtest deleting its own output.
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-08-26 Roland McGrathMake stub lxstat64 call xstat64, like stub lxstat calls...
2013-08-21 Ondřej BílkaFix typos.
2013-06-07 Joseph MyersAvoid use of "register" as optimization hint.
2013-05-06 Roland McGrathFix poll stub implementation.
2013-05-03 Roland McGrathConsolidate definitions of _FORTIFY_SOURCE wrappers...
2013-04-29 Roland McGrathMake stub fchdir.c define __fchdir.
2013-03-06 Patsy FranklinT_REMOVEDIR and AT_EACCESS have the same value.
2013-02-05 Roland McGrathFix aliases in stub lseek.
2013-01-11 H.J. LuAdd --enable-hardcoded-path-in-tests configure option
2013-01-08 Joseph MyersDon't check __GNUC__ together with __USE_EXTERN_INLINES.
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-11-14 Marcus ShawcroftAdding missing -fexception CFLAGS
2012-11-04 Thomas Schwinge[BZ #157] Remove include/stub-tag.h for good.
2012-10-24 Joseph MyersUse build directory instead of `pwd` in ftwtest-sh.
next