ports/filesystems: Fix falloutA new filesystems category was created in the ports tree, with 142filesystem related ports moved to there, some of them renamed.Update all references in the src tree
ports/filesystems: Fix falloutA new filesystems category was created in the ports tree, with 142filesystem related ports moved to there, some of them renamed.Update all references in the src tree to the new locations.PR: 283881Fixes: ports:6e2da9672f79f44 (filesystems: add new category)MFC after: 1 monthReviewed by: fuz, mhorne, baptAccepted by: mhorne (mentor)Differential Revision: https://reviews.freebsd.org/D48406
show more ...
stress2: Fix expected output for tmpfs24.MFC after: 1 weekReviewed by: phoDifferential Revision: https://reviews.freebsd.org/D47876
stress2: Added new tmpfs test scenarios
stress2: Added zfs test scenarios
stress2: Added a zfs regression test scenario
stress2: Added test scenarios for bug report
stress2: Added a comment about a problem found and fixed
stress2: Do not wait forever for swap usage
stress2: Update comments and remove one test
stress2: Some tests use hw.ncpu to scale the load. Tests on a box witha large number of CPUs show that this number needs to be capped
stress2: Fix warning about unused variable. Remove debug "date"
Deprecate contigfree(9) in favour of free(9)As of 9e6544dd6e02c46b805d11ab925c4f3b18ad7a4b contigfree(9) is no longerneeded and should not be used anymore. We leave a wrapper for 3rd partycode i
Deprecate contigfree(9) in favour of free(9)As of 9e6544dd6e02c46b805d11ab925c4f3b18ad7a4b contigfree(9) is no longerneeded and should not be used anymore. We leave a wrapper for 3rd partycode in at least 15.x but remove (almost) all other cases from the tree.This leaves one use of contigfree(9) untouched; that was the originaltrigger for 9e6544dd6e02 and is handled in D45813 (to be committedseperately later).Sponsored by: The FreeBSD FoundationReviewed by: markj, kibTested by: pho (10h stress test run)Differential Revision: https://reviews.freebsd.org/D46099
stress2: Fix a typo in namecache2.sh- s/inconsistancy/inconsistency/MFC after: 3 days
stress2: Fix tests after the new default for newfs(8) is "SU"
stress2: Exclude one more test
stress2: Add a new test scenario. Update the exclude list
stress2: Add two test. Fix a typo while here
stress2: Added a new unionfs test scenario
man filesystems: fix more xrefs after move to s4Fixes: 1a720cbec513Reviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/1282
stress2: Revert change accidentally added in ff4a72c159e0
stress2: Replace random() with arc4random()
Revert "stress2: Replace rename() with arc4random()"This reverts commit f65d0b18d9372b522e247c7bd58422a7ab3d30d8.Misleading commit message
stress2: Replace rename() with arc4random()
stress2: Change fixed number of test loops to timed loops. This toimprove testing with qemu.
stress2: Don't run aesni.sh on non-x86 platformsaesni.ko only exists on amd64 and i386, so on other platforms we arejust running geli.sh twice.In fact, this test has little value anymore because
stress2: Don't run aesni.sh on non-x86 platformsaesni.ko only exists on amd64 and i386, so on other platforms we arejust running geli.sh twice.In fact, this test has little value anymore because aesni is included inGENERIC, so it's always going to be used in preference to cryptosoft.Reviewed by: phoMFC after: 1 weekDifferential Revision: https://reviews.freebsd.org/D45366
12345678910