| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stress2: Fix cleanup | Peter Holm | 11 days | 2 | -2/+2 |
| | | |||||
| * | stress2: Limit output from test | Peter Holm | 11 days | 1 | -1/+1 |
| | | |||||
| * | stress2: Added two new test scenarios | Peter Holm | 2026-01-24 | 2 | -0/+185 |
| | | |||||
| * | stress2: Added two syzkaller reproducers. Updated the exclude file | Peter Holm | 2026-01-24 | 3 | -0/+531 |
| | | |||||
| * | Extend the script to collect gprof data | George V. Neville-Neil | 2026-01-08 | 1 | -4/+27 |
| | | | | | While we're at it, switch to simple waiting from communicate() calls. | ||||
| * | Split counting from sampling. | George V. Neville-Neil | 2026-01-06 | 1 | -4/+21 |
| | | |||||
| * | Correct the data collection arguments. Add proper tempdirs. | George V. Neville-Neil | 2026-01-06 | 1 | -3/+6 |
| | | |||||
| * | Start adding an exercise mode for programs under test. | George V. Neville-Neil | 2026-01-05 | 1 | -9/+24 |
| | | | | | | In exercise mode we collect data for every available counter on a program and keep all of that in a directory in /tmp. | ||||
| * | Convert fully to Python 3. Remove licence text, only keep | George V. Neville-Neil | 2026-01-05 | 1 | -54/+19 |
| | | | | | | | SPDX. Update to use argparse rather than OptionParser (now deprecated). | ||||
| * | stress2: Fix looping at exit and fix the cleanup | Peter Holm | 2025-12-12 | 1 | -2/+2 |
| | | |||||
| * | stress2: Added a regression test | Peter Holm | 2025-12-09 | 1 | -0/+191 |
| | | |||||
| * | stress2: syzkaller87 fixed by ebc17879f0885ca87644980f6275b9759b311eb3 | Peter Holm | 2025-11-22 | 1 | -1/+0 |
| | | |||||
| * | stress2: Added a regression test | Peter Holm | 2025-11-22 | 1 | -0/+19 |
| | | |||||
| * | stress2: Update the exclude list | Peter Holm | 2025-11-21 | 1 | -8/+1 |
| | | |||||
| * | stress2: No not rely on unset variables when using 'set -u' | Peter Holm | 2025-11-21 | 2 | -2/+3 |
| | | |||||
| * | stress2: Added more robust test termination | Peter Holm | 2025-11-21 | 1 | -1/+8 |
| | | |||||
| * | stress2: Added a syzkaller reproducer | Peter Holm | 2025-11-12 | 1 | -0/+384 |
| | | |||||
| * | stress2: Added kqueuex(KQUEUE_CPONFORK) test scenarios | Peter Holm | 2025-10-18 | 3 | -0/+515 |
| | | |||||
| * | stress2: Added a regression test | Peter Holm | 2025-10-17 | 1 | -0/+206 |
| | | |||||
| * | stress2: Do not try to open a fifo | Peter Holm | 2025-10-04 | 1 | -2/+4 |
| | | |||||
| * | stress2: Add syzkaller reproducers | Peter Holm | 2025-10-04 | 4 | -1/+1461 |
| | | |||||
| * | stress2: Limit disk usage to avoid a disk full message | Peter Holm | 2025-09-21 | 1 | -3/+3 |
| | | |||||
| * | stress2: Do not follow symbolic links | Peter Holm | 2025-09-21 | 2 | -2/+2 |
| | | |||||
| * | stress2: Fix removal of supplementary groups | Olivier Certner | 2025-09-17 | 20 | -20/+20 |
| | | | | | | | | | | | To this end, call setgroups(0, NULL) instead of passing the effective GID. This stance is fully compatible with older versions of FreeBSD. Fixes: 9da2fe96ff2e ("kern: fix setgroups(2) and getgroups(2) to match other platforms") MFC after: 5 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D52290 | ||||
| * | stress2: Added two new fdescfs test scenarios | Peter Holm | 2025-09-16 | 2 | -0/+95 |
| | | |||||
| * | stress2: Fix how the reproducer is run. Lingering threads seen before | Peter Holm | 2025-09-16 | 1 | -18/+8 |
| | | |||||
| * | stress2: Do not exit the test program without clearing the trace flags | Peter Holm | 2025-09-15 | 1 | -4/+4 |
| | | | | | Discussed with: kib | ||||
| * | stress2: Fix cleanup of temporary files | Peter Holm | 2025-09-14 | 15 | -25/+26 |
| | | |||||
| * | test/netfibs: Fix a typo in a source code comment | Gordon Bergling | 2025-08-17 | 1 | -1/+1 |
| | | | | | | | - s/aguments/arguments/ MFC after: 3 days | ||||
| * | stress2: A workaround for an infrequent "filesystem full" issue | Peter Holm | 2025-08-01 | 1 | -2/+7 |
| | | |||||
| * | stress2: Added two syzkaller reproducers and updated the exclude list | Peter Holm | 2025-08-01 | 3 | -0/+292 |
| | | |||||
| * | stress2/fullpath2: Clean up the vn_fullpath DTrace one-liner | Mateusz Piotrowski | 2025-07-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | - Remove -w; there is no need for destructive actions here. - Remove the glob from before "vn_fullpath"; the probe description matches vn_fullpath only anyway, so there is no need for the glob here. PR 288222 Reviewed by: christos Approved by: christos (mentor) Fixes: 113f2f0c76a7 stress2: Updated dtrace comment Differential Revision: https://reviews.freebsd.org/D51341 | ||||
| * | stress2: Updated dtrace comment | Peter Holm | 2025-07-16 | 1 | -1/+1 |
| | | |||||
| * | stress2: Added syzkaller reproducers. Update the exclude list | Peter Holm | 2025-07-16 | 3 | -2/+398 |
| | | |||||
| * | stress2: Added a regression test | Peter Holm | 2025-06-01 | 1 | -0/+36 |
| | | |||||
| * | stress2: Fix scenario after the changes to ptrace(PT_ATTACH) in commit ↵ | Peter Holm | 2025-05-16 | 1 | -22/+14 |
| | | | | | | | | ecc662c749b1. The traced process now no longer exits immediately at the attach. After a PT_DETACH do not try to wait on a non child process. Style fixes. | ||||
| * | stress2: Added syzkaller reproducers | Peter Holm | 2025-05-12 | 4 | -0/+889 |
| | | |||||
| * | stress2: exlock2.sh: Fix impact of previous '-U' removal | Olivier Certner | 2025-05-12 | 1 | -1/+1 |
| | | | | | | | | | | | | In commit "stress2: exlock2.sh: Preserve behavior after ps(1)'s '-U' change" (1265d3b07eaa), I forgot that '-U' also has the side-effect of implying '-x' by default. Now that '-U' has been removed, make '-x' explicit. Fixes: 1265d3b07eaa ("stress2: exlock2.sh: Preserve behavior after ps(1)'s '-U' change") MFC after: 1 hour Sponsored by: The FreeBSD Foundation | ||||
| * | stress2: exlock2.sh: Preserve behavior after ps(1)'s '-U' change | Olivier Certner | 2025-05-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Remove '-Uroot', as now '-U' selects processes based on their real user IDs, and since the program using them was launched as 'root', the equivalent now is just to remove it, as now ps(1) by default selects processes based on its effective UID (root) and their effective UIDs. It seems that matching on effective or real UID does not really matter in this test, but at least this change simplifies the command-line. MFC after: 1 day Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D50200 | ||||
| * | stress2: Added two syzkaller reproducers | Peter Holm | 2025-04-25 | 2 | -0/+846 |
| | | |||||
| * | stress2: Move files to the right directory | Peter Holm | 2025-04-03 | 27 | -0/+2991 |
| | | |||||
| * | ports/filesystems: Fix fallout | Alexander Ziaee | 2025-01-27 | 5 | -5/+5 |
| | | | | | | | | | | | | | | A new filesystems category was created in the ports tree, with 142 filesystem related ports moved to there, some of them renamed. Update all references in the src tree to the new locations. PR: 283881 Fixes: ports:6e2da9672f79f44 (filesystems: add new category) MFC after: 1 month Reviewed by: fuz, mhorne, bapt Accepted by: mhorne (mentor) Differential Revision: https://reviews.freebsd.org/D48406 | ||||
| * | Revert "stress2: Use tests as the default test user." | Dag-Erling Smørgrav | 2024-12-04 | 1 | -1/+1 |
| | | | | | This reverts commit 3ee87f8a4d7a56c846d356d028e77bd72a0e1fbb. | ||||
| * | stress2: Fix expected output for tmpfs24. | Dag-Erling Smørgrav | 2024-12-04 | 1 | -1/+0 |
| | | | | | | | MFC after: 1 week Reviewed by: pho Differential Revision: https://reviews.freebsd.org/D47876 | ||||
| * | stress2: Use tests as the default test user. | Dag-Erling Smørgrav | 2024-12-04 | 1 | -1/+1 |
| | | | | | | | | | This allows some tests to run without prior configuration; others will have to be modified to use `su -m` since the tests account is locked. Reviewed by: allanjude Differential Revision: https://reviews.freebsd.org/D47875 | ||||
| * | tools: add arc4random_uniform() bias test | Robert Clausecker | 2024-12-02 | 2 | -1/+217 |
| | | | | | | | | | | | | | | | This test program executed arc4random_uniform() repeatedly and analyzes the distribution of return values, showing how similar the parameters of the observed outcome are to the expected parameters of an equidistribution. This cannot be a unit test as it takes quite a while to run and lots of memory (~3 GB) to execute. Reviewed by: cem Approved by: emaste Differential Revision: https://reviews.freebsd.org/D47659 | ||||
| * | stress2: Added new tmpfs test scenarios | Peter Holm | 2024-11-28 | 3 | -0/+289 |
| | | |||||
| * | stress2: Added zfs test scenarios | Peter Holm | 2024-11-18 | 4 | -0/+339 |
| | | |||||
| * | stress2: Added a zfs regression test scenario | Peter Holm | 2024-11-18 | 1 | -0/+134 |
| | | |||||
| * | Fix compilation of bsnmp tests. | Hartmut Brandt | 2024-10-14 | 1 | -0/+1 |
| | | | | | | PR: 277539 Submitted by: John F. Carr | ||||
