summaryrefslogtreecommitdiffstats
path: root/tools/regression/ufs
Commit message (Collapse)AuthorAgeFilesLines
* MFC r264400,r265836:ngie2014-12-311-1/+1
| | | | | | | | | | | | | | r264400: NO_MAN= has been deprecated in favor of MAN= for some time, go ahead and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. r265836: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed.
* Use '%zu' and '%zd' as appropriate for size_t / ssize_t.emaste2012-11-191-1/+1
|
* o style.Makefile(5): WARNS= -> WARNS?=.maxim2006-07-091-1/+1
|
* Small regression test tool to generate two forms of ENOSPC on a filerwatson2005-09-192-0/+195
system: out of blocks, and out of inodes. Useful for exercising the uprintf(9) calls in UFS/ext2fs in order to detect races.
OpenPOWER on IntegriCloud