packaging: Add support for configure-dumper
[platform/upstream/glibc.git] / io /
2023-01-17 Joseph MyersAdd STATX_DIOALIGN from Linux 6.1 to bits/statx-generic.h
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-11-08 Adhemerval ZanellaLinux: Add ppoll fortify symbol for 64 bit time_t ...
2022-11-01 Adhemerval Zanellaconfigure: Use -Wno-ignored-attributes if compiler...
2022-11-01 Szabolcs NagyUse uintptr_t in fts for pointer alignment
2022-06-05 Sam Jamesgrep: egrep -> grep -E, fgrep -> grep -F
2022-04-28 Adhemerval Zanellalinux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64...
2022-02-28 Florian Weimerio: Add fsync call in tst-stat
2022-01-26 Martin Seborio: Fix use-after-free in ftw [BZ #26779]
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-11-24 Adhemerval Zanellaio: Refactor close_range and closefrom
2021-10-20 Siddhesh PoyarekarMake sure that the fortified function conditionals...
2021-10-20 Siddhesh PoyarekarDon't add access size hints to fortifiable functions
2021-10-07 Adhemerval Zanellaio: Fix ftw internal realloc buffer (BZ #28126)
2021-10-04 Adhemerval Zanellaio: Do not skip timestamps tests for 32-bit time_t
2021-09-03 Siddhesh PoyarekarRemove "Contributed by" lines
2021-08-26 Adhemerval ZanellaUse support_open_dev_null_range io/tst-closefrom, misc...
2021-08-06 Florian WeimerLinux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS...
2021-07-21 Florian Weimerio: Add time64 alias for fcntl
2021-07-08 Adhemerval Zanellaio: Add closefrom [BZ #10353]
2021-06-23 Adhemerval Zanellahurd: Fix build after 52a5fe70a2
2021-06-22 Adhemerval ZanellaUse 64 bit time_t stat internally
2021-06-15 Adhemerval Zanellay2038: Add test coverage
2021-06-15 Adhemerval Zanellaio: Add ftw64 with 64-bit time_t support
2021-06-15 Adhemerval Zanellaio: Add fts64 with 64-bit time_t support
2021-06-15 Adhemerval Zanellay2038: Add support for 64-bit time on legacy ABIs
2021-06-15 Adhemerval Zanellay2038: Add __USE_TIME_BITS64 support for struct utimbuf
2021-06-10 Florian Weimerio: Fix sporadic test failures in io/tst-stat
2021-06-02 Florian WeimerAdd missing symbols to Version files
2021-05-06 Martin SeborAnnotate additional APIs with GCC attribute access.
2021-04-15 Adhemerval Zanellaio: Use temporary directory and file for ftwtest-sh
2021-04-15 Adhemerval Zanellaio: Add basic tests for utimensat
2021-04-15 Adhemerval Zanellalinux: Add lutimes test
2021-04-15 Adhemerval Zanellalinux: Add futimes test
2021-04-15 Adhemerval Zanellaio: Move file timestamps tests out of Linux
2021-04-07 Hugo Gabriel Eyher... sys: Fixes possible typo in comment: statfs -> statvfs
2021-04-01 Adhemerval Zanellasocket: Add CFLAGS-accept.c and CFLAGS-connect.c
2021-03-31 Paul Eggertio: fix spelling typo in diagnostic
2021-03-31 Adhemerval Zanellaio: Check at runtime if timestamp supports nanoseconds
2021-03-26 Stefan LieblerS390: Don't test nanoseconds in io/tst-stat.c
2021-03-18 Adhemerval Zanellanptl: Remove connect from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove accept from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove close from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove read from libpthread
2021-03-18 Adhemerval Zanellanptl: Remove write from libpthread
2021-03-11 Adhemerval Zanellaio: Return EBAFD for negative file descriptor on fstat...
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.
next