Update INSTALL with package versions that are known to work
[platform/upstream/glibc.git] / io /
2021-01-11 Joseph MyersUpdate STATX_ATTR_DAX value from Linux 5.10.
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-31 Siddhesh Poyarekarnonstring: Enable __FORTIFY_LEVEL=3
2020-12-29 Adhemerval Zanellaio: Remove xmknod{at} implementations
2020-12-29 Adhemerval Zanellaio: Remove xstat implementations
2020-11-26 Xiaoming Niio: nftw/ftw: Fix stack overflow with large nopenfd...
2020-11-13 Adhemerval ZanellaRemove tls.h inclusion from internal errno.h
2020-10-09 Adhemerval ZanellaRemove mknod wrapper functions, move them to symbols
2020-10-09 Adhemerval ZanellaRemove stat wrapper functions, move them to exported...
2020-10-08 Adhemerval Zanellanptl: Add missing cancellation flags on lockf
2020-09-11 Adhemerval ZanellaRemove internal usage of extensible stat functions
2020-09-02 Adhemerval Zanellalinux: Remove __ASSUME_ATFCTS
2020-08-27 Alistair Francisio/lockf: Include bits/types.h before __OFF_T_MATCHES_O...
2020-08-20 Stefan LieblerFix namespace violation in stdio.h and sys/stat.h if...
2020-08-19 Joseph MyersAdd new STATX_* constants from Linux 5.8 to bits/statx...
2020-05-11 Martin SeborSuppress GCC 10 true positive warnings [BZ #25967]
2020-02-18 Florian WeimerLinux: Work around kernel bugs in chmod on /proc/self...
2020-02-18 Florian WeimerMove implementation of <file_change_detection.h> into...
2020-02-13 Joseph MyersAdd STATX_ATTR_VERITY from Linux 5.5 to bits/statx...
2020-02-12 Florian Weimerio: Add io/tst-lchmod covering lchmod and fchmodat
2020-02-12 Florian Weimerio: Implement lchmod using fchmodat [BZ #14578]
2020-02-12 Florian WeimerAdd internal <file_change_detection.h> header file
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-12-01 Samuel Thibaulthurd: Fix ld.so __access override from libc
2019-12-01 Samuel Thibaulthurd: Fix ld.so __getcwd override from libc
2019-10-27 Lukasz Majewskitime: Introduce function to check correctness of nanose...
2019-09-07 Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-08-06 Joseph MyersAdd AT_RECURSIVE from Linux 5.2 to fcntl.h.
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
next