Closed chrfranke closed 2 months ago
Thanks for this information. Fix committed:
commit 8c31a7b95604a962faebc9abfa4cd703fd19859b (HEAD -> master, origin/master, origin/HEAD) Author: Colin Ian King colin.i.king@gmail.com Date: Mon Sep 16 15:10:24 2024 +0100
stress-full: enable of Solaris, FreeBSD and NetBSD
Currently
--full
is only enabledif defined(__linux__)
. At least recent FreeBSD and NetBSD also provide/dev/full
.Cygwin also emulates
/dev/null
. The stressor works there as expected if theHAVE_PREAD
detection is removed (the Cygwin DLL provides thepread()
function, but implements it only for regular files).PS: Cygwin package is now available: https://cygwin.com/packages/summary/stress-ng.html