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 ...
Revert "stress2: Use tests as the default test user."This reverts commit 3ee87f8a4d7a56c846d356d028e77bd72a0e1fbb.
stress2: Fix expected output for tmpfs24.MFC after: 1 weekReviewed by: phoDifferential Revision: https://reviews.freebsd.org/D47876
stress2: Use tests as the default test user.This allows some tests to run without prior configuration; others willhave to be modified to use `su -m` since the tests account is locked.Reviewed by
stress2: Use tests as the default test user.This allows some tests to run without prior configuration; others willhave to be modified to use `su -m` since the tests account is locked.Reviewed by: allanjudeDifferential Revision: https://reviews.freebsd.org/D47875
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()
1234567891011