Age | Commit message (Expand) | Author | Files | Lines |
2024-11-12 | io: Add setuid tests for faccessat | Siddhesh Poyarekar | 2 | -0/+164 |
2024-11-12 | tst-faccessat.c: Port to libsupport | Siddhesh Poyarekar | 1 | -156/+65 |
2024-11-10 | stat.h: Fix missing declaration of struct timespec | Samuel Thibault | 1 | -1/+1 |
2024-10-10 | linux: Update stat-generic.h with linux 6.11 | Adhemerval Zanella | 1 | -0/+2 |
2024-10-01 | Do not use -Wp to disable fortify (BZ 31928) | Adhemerval Zanella | 1 | -1/+1 |
2024-09-09 | io: Add FUSE-based test for fchmod | Florian Weimer | 2 | -0/+115 |
2024-09-09 | io: Add tst-lstat-nofollow, tst-lstat-nofollow-time64 | Florian Weimer | 3 | -0/+101 |
2024-08-30 | io: Fix destructive nature of tst-fchmod-errors | Florian Weimer | 1 | -3/+10 |
2024-08-30 | io: Add error tests for fchmod | Florian Weimer | 2 | -0/+57 |
2024-08-22 | Test mkdirat use of mode argument | Joseph Myers | 1 | -0/+42 |
2024-08-16 | support: Use macros for *stat wrappers | Florian Weimer | 2 | -3/+3 |
2024-08-16 | io: Use struct statx and xstatx in tests | Florian Weimer | 14 | -95/+57 |
2024-07-30 | Add STATX_SUBVOL from Linux 6.10 to bits/statx-generic.h | Adhemerval Zanella | 1 | -0/+1 |
2024-07-02 | debug: Fix clang open fortify wrapper (BZ 31927) | Adhemerval Zanella | 1 | -5/+0 |
2024-06-27 | debug: Fix clang open fortify wrapper (BZ 31927) | Adhemerval Zanella | 1 | -1/+1 |
2024-04-02 | Always define __USE_TIME_BITS64 when 64 bit time_t is used | Adhemerval Zanella | 7 | -23/+23 |
2024-03-15 | Add STATX_MNT_ID_UNIQUE from Linux 6.8 to bits/statx-generic.h | Joseph Myers | 1 | -0/+1 |
2024-02-28 | cdefs: Drop access attribute for _FORTIFY_SOURCE=3 (BZ #31383) | Siddhesh Poyarekar | 2 | -0/+41 |
2024-02-27 | debug: Improve fcntl.h fortify warnings with clang | Adhemerval Zanella | 2 | -2/+93 |
2024-02-27 | socket: Improve fortify with clang | Adhemerval Zanella | 1 | -8/+21 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 153 | -153/+153 |
2023-11-23 | Remove __access_noerrno | Joseph Myers | 1 | -7/+0 |
2023-11-20 | linux: Use fchmodat2 on fchmod for flags different than 0 (BZ 26401) | Adhemerval Zanella | 1 | -2/+2 |
2023-11-15 | y2038: Fix support for 64-bit time on legacy ABIs | Gaël PORTAY | 1 | -1/+1 |
2023-09-07 | io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64 | Aurelien Jarno | 2 | -0/+3 |
2023-08-15 | io/tst-statvfs: fix statfs().f_type comparison test on some arches | наб | 1 | -1/+1 |
2023-08-08 | linux: statvfs: allocate spare for f_type | наб | 1 | -8/+11 |
2023-07-05 | Exclude routines from fortification | Frédéric Bérat | 1 | -0/+16 |
2023-06-02 | Fix all the remaining misspellings -- BZ 25337 | Paul Pluzhnikov | 2 | -2/+2 |
2023-06-01 | tests: replace ftruncate by xftruncate | Frédéric Bérat | 1 | -1/+1 |
2023-06-01 | tests: replace write by xwrite | Frédéric Bérat | 10 | -10/+20 |
2023-05-30 | io: Fix record locking contants on 32 bit arch with 64 bit default time_t (BZ... | Adhemerval Zanella | 3 | -24/+132 |
2023-05-30 | io: Re-flow and sort multiline Makefile definitions | Adhemerval Zanella | 1 | -1/+1 |
2023-05-25 | io: Re-flow and sort multiline Makefile definitions | Adhemerval Zanella | 1 | -63/+199 |
2023-05-20 | io: Fix a typo | Sergey Bugaev | 1 | -2/+2 |
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 |