Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove echo headlines. Use consistent target names. | 2020-12-16 | 1 | -7/+5 | |
| | |||||
* | restructure, making room for several tests | 2020-12-03 | 4 | -120/+258 | |
| | |||||
* | add missing rcs id | 2020-11-05 | 1 | -0/+2 | |
| | |||||
* | On arm64 char is unsigned, use int in getopt() loop. | 2020-11-03 | 1 | -2/+4 | |
| | |||||
* | Add a reproducer for uvm vnode deadlock fixed in revision 1.108 of | 2020-10-26 | 2 | -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. |