mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
90f75ba664
Changes: - Makefile: bump version - stress-mmap: handle SIGBUS signals (LP: #1569468) - stress-mmapmany: sanity check sysconf return - stress-mmapmany: detect SEGV deaths - stress-mlock: detect SEGV deaths - stress-brk: detect SEGV deaths - stress-bigheap: detect SEGV deaths - stress-memfd: detect SEGV deaths - stress-mmapmany: allocate mappings on heap rather than stack - stress-mlock: allocate mappings on heap rather than stack - stress-cpu: move sieve buffer to static to reduce stack size - stress-sem*: differentiate between which semaphore init that failed - stress-remap-file-pages: abort if remap fails - stress-fiemap: remove \n from pr_fail_err messages PR: 208885 Submitted by: luca.pizzamiglio@gmail.com (maintainer)
7 lines
254 B
Plaintext
7 lines
254 B
Plaintext
This stress test suite will stress a computer system in various
|
|
selectable ways It was designed to exercise various physical
|
|
subsystems of a computer as well as various operating system kernel
|
|
interfaces.
|
|
|
|
WWW: http://kernel.ubuntu.com/~cking/stress-ng/
|