summaryrefslogtreecommitdiffstats
path: root/regress/sys/uvm/vnode (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove echo headlines. Use consistent target names.bluhm2020-12-161-7/+5
|
* restructure, making room for several testsanton2020-12-034-120/+258
|
* add missing rcs idanton2020-11-051-0/+2
|
* On arm64 char is unsigned, use int in getopt() loop.bluhm2020-11-031-2/+4
|
* Add a reproducer for uvm vnode deadlock fixed in revision 1.108 ofanton2020-10-262-0/+196
sys/uvm/uvm_vnode.c. The reproducer can trigger the deadlock in matter of seconds but only performs 100 tries by default; in order to make it a viable part of a full `make regress' run. Running it indefinitely can be done by passing the `-I' option.