Age | Commit message (Expand) | Author | Files | Lines |
2023-02-06 | Replace rawmemchr (s, '\0') with strchr | Wilco Dijkstra | 1 | -1/+1 |
2023-01-17 | Add STATX_DIOALIGN from Linux 6.1 to bits/statx-generic.h | Joseph Myers | 1 | -0/+1 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 152 | -152/+152 |
2022-11-08 | Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746) | Adhemerval Zanella | 1 | -0/+25 |
2022-11-01 | configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases | Adhemerval Zanella | 1 | -8/+10 |
2022-11-01 | Use uintptr_t in fts for pointer alignment | Szabolcs Nagy | 1 | -1/+2 |
2022-06-05 | grep: egrep -> grep -E, fgrep -> grep -F | Sam James | 1 | -1/+1 |
2022-04-28 | linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097) | Adhemerval Zanella | 3 | -4/+28 |
2022-02-28 | io: Add fsync call in tst-stat | Florian Weimer | 1 | -0/+4 |
2022-01-25 | io: Fix use-after-free in ftw [BZ #26779] | Martin Sebor | 1 | -2/+3 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 152 | -152/+152 |
2021-11-24 | io: Refactor close_range and closefrom | Adhemerval Zanella | 4 | -8/+355 |
2021-10-20 | Make sure that the fortified function conditionals are constant | Siddhesh Poyarekar | 1 | -21/+6 |
2021-10-20 | Don't add access size hints to fortifiable functions | Siddhesh Poyarekar | 2 | -5/+5 |
2021-10-07 | io: Fix ftw internal realloc buffer (BZ #28126) | Adhemerval Zanella | 3 | -20/+117 |
2021-10-04 | io: Do not skip timestamps tests for 32-bit time_t | Adhemerval Zanella | 1 | -1/+3 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 12 | -12/+0 |
2021-08-26 | Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p... | Adhemerval Zanella | 1 | -15/+6 |
2021-08-06 | Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182) | Florian Weimer | 1 | -4/+4 |
2021-07-21 | io: Add time64 alias for fcntl | Florian Weimer | 3 | -7/+23 |
2021-07-08 | io: Add closefrom [BZ #10353] | Adhemerval Zanella | 4 | -1/+192 |
2021-06-23 | hurd: Fix build after 52a5fe70a2 | Adhemerval Zanella | 1 | -2/+4 |
2021-06-22 | Use 64 bit time_t stat internally | Adhemerval Zanella | 3 | -10/+10 |
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 |