Age | Commit message (Expand) | Author | Files | Lines |
2021-06-15 | y2038: Add test coverage | Adhemerval Zanella | 18 | -26/+209 |
2021-06-15 | io: Add ftw64 with 64-bit time_t support | Adhemerval Zanella | 4 | -6/+83 |
2021-06-15 | io: Add fts64 with 64-bit time_t support | Adhemerval Zanella | 3 | -6/+76 |
2021-06-15 | y2038: Add support for 64-bit time on legacy ABIs | Adhemerval Zanella | 3 | -10/+125 |
2021-06-15 | y2038: Add __USE_TIME_BITS64 support for struct utimbuf | Adhemerval Zanella | 1 | -0/+5 |
2021-06-10 | io: Fix sporadic test failures in io/tst-stat | Florian Weimer | 1 | -4/+4 |
2021-06-02 | Add missing symbols to Version files | Florian Weimer | 1 | -0/+1 |
2021-05-06 | Annotate additional APIs with GCC attribute access. | Martin Sebor | 2 | -6/+11 |
2021-04-15 | io: Use temporary directory and file for ftwtest-sh | Adhemerval Zanella | 1 | -123/+119 |
2021-04-15 | io: Add basic tests for utimensat | Adhemerval Zanella | 2 | -0/+71 |
2021-04-15 | linux: Add lutimes test | Adhemerval Zanella | 7 | -5/+64 |
2021-04-15 | linux: Add futimes test | Adhemerval Zanella | 2 | -0/+47 |
2021-04-15 | io: Move file timestamps tests out of Linux | Adhemerval Zanella | 5 | -1/+232 |
2021-04-07 | sys: Fixes possible typo in comment: statfs -> statvfs | Hugo Gabriel Eyherabide | 1 | -1/+1 |
2021-04-01 | socket: Add CFLAGS-accept.c and CFLAGS-connect.c | Adhemerval Zanella | 1 | -2/+0 |
2021-03-31 | io: fix spelling typo in diagnostic | Paul Eggert | 1 | -1/+1 |
2021-03-31 | io: Check at runtime if timestamp supports nanoseconds | Adhemerval Zanella | 1 | -1/+6 |
2021-03-26 | S390: Don't test nanoseconds in io/tst-stat.c | Stefan Liebler | 1 | -2/+5 |
2021-03-18 | nptl: Remove connect from libpthread | Adhemerval Zanella | 1 | -0/+1 |
2021-03-18 | nptl: Remove accept from libpthread | Adhemerval Zanella | 1 | -0/+1 |
2021-03-18 | nptl: Remove close from libpthread | Adhemerval Zanella | 1 | -0/+1 |
2021-03-18 | nptl: Remove read from libpthread | Adhemerval Zanella | 1 | -1/+1 |
2021-03-18 | nptl: Remove write from libpthread | Adhemerval Zanella | 1 | -1/+1 |
2021-03-11 | io: Return EBAFD for negative file descriptor on fstat (BZ #27559) | Adhemerval Zanella | 5 | -1/+117 |
2021-01-11 | Update STATX_ATTR_DAX value from Linux 5.10. | Joseph Myers | 1 | -1/+1 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 135 | -135/+135 |
2020-12-31 | nonstring: Enable __FORTIFY_LEVEL=3 | Siddhesh Poyarekar | 1 | -8/+10 |
2020-12-29 | io: Remove xmknod{at} implementations | Adhemerval Zanella | 5 | -106/+7 |
2020-12-29 | io: Remove xstat implementations | Adhemerval Zanella | 17 | -339/+39 |
2020-11-26 | io: nftw/ftw: Fix stack overflow with large nopenfd [BZ #26353] | Xiaoming Ni | 3 | -8/+81 |
2020-11-13 | Remove tls.h inclusion from internal errno.h | Adhemerval Zanella | 1 | -3/+1 |
2020-10-09 | Remove mknod wrapper functions, move them to symbols | Adhemerval Zanella | 5 | -96/+6 |
2020-10-09 | Remove stat wrapper functions, move them to exported symbols | Adhemerval Zanella | 11 | -363/+30 |
2020-10-08 | nptl: Add missing cancellation flags on lockf | Adhemerval Zanella | 1 | -2/+2 |
2020-09-11 | Remove internal usage of extensible stat functions | Adhemerval Zanella | 11 | -45/+47 |
2020-09-02 | linux: Remove __ASSUME_ATFCTS | Adhemerval Zanella | 1 | -5/+0 |
2020-08-27 | io/lockf: Include bits/types.h before __OFF_T_MATCHES_OFF64_T check | Alistair Francis | 1 | -0/+2 |
2020-08-20 | Fix namespace violation in stdio.h and sys/stat.h if build with optimization.... | Stefan Liebler | 1 | -1/+3 |
2020-08-19 | Add new STATX_* constants from Linux 5.8 to bits/statx-generic.h. | Joseph Myers | 1 | -0/+3 |
2020-05-11 | Suppress GCC 10 true positive warnings [BZ #25967] | Martin Sebor | 1 | -2/+19 |
2020-02-18 | Linux: Work around kernel bugs in chmod on /proc/self/fd paths [BZ #14578] | Florian Weimer | 1 | -59/+21 |
2020-02-18 | Move implementation of <file_change_detection.h> into a C file | Florian Weimer | 4 | -31/+150 |
2020-02-13 | Add STATX_ATTR_VERITY from Linux 5.5 to bits/statx-generic.h. | Joseph Myers | 1 | -0/+1 |
2020-02-12 | io: Add io/tst-lchmod covering lchmod and fchmodat | Florian Weimer | 2 | -1/+315 |
2020-02-12 | io: Implement lchmod using fchmodat [BZ #14578] | Florian Weimer | 2 | -6/+5 |
2020-02-12 | Add internal <file_change_detection.h> header file | Florian Weimer | 2 | -1/+207 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 141 | -141/+141 |
2019-12-01 | hurd: Fix ld.so __access override from libc | Samuel Thibault | 1 | -0/+1 |
2019-12-01 | hurd: Fix ld.so __getcwd override from libc | Samuel Thibault | 1 | -0/+1 |
2019-10-27 | time: Introduce function to check correctness of nanoseconds value | Lukasz Majewski | 1 | -2/+2 |