| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-02-01 | The code in mdstore.c should stand on its own, so rename the global |  kettenis | 1 | -13/+13 |
| 2021-01-31 | last pieces of satisfying -fno-common |  deraadt | 2 | -4/+5 |
| 2021-01-30 | Remove duplicate hvmd decleration |  kn | 1 | -2/+1 |
| 2021-01-30 | Move global domain declaration to parse.y |  kn | 2 | -3/+4 |
| 2021-01-23 | list-io must be run from config dir |  kn | 1 | -3/+3 |
| 2020-11-06 | Explain vcpu strides, provide example |  kn | 1 | -4/+22 |
| 2020-09-14 | Briefly document default boot disk behaviour |  kn | 1 | -2/+7 |
| 2020-09-14 | Typofix |  kn | 1 | -2/+2 |
| 2020-06-29 | Fix "init-system" with multiple PCIe root complexes |  kn | 1 | -1/+3 |
| 2020-06-29 | Reject vdisk, vnet and iodevice parameters for primary domain |  kn | 1 | -1/+16 |
| 2020-05-24 | Make "init-system -n" check vcpu and memory constraints |  kn | 1 | -1/+1 |
| 2020-05-24 | msg |  kn | 1 | -3/+4 |
| 2020-05-23 | Typofix |  kn | 1 | -2/+2 |
| 2020-05-23 | Fail on duplicate vcpu, memory or iodevice parameters |  kn | 1 | -3/+20 |
| 2020-05-22 | Revert previous |  kn | 1 | -14/+13 |
| 2020-05-22 | Make "init-system -n" check vcpu and memory constraints |  kn | 1 | -13/+14 |
| 2020-05-17 | Change install images called *.fs to *.img. These are UFS filesystem images, |  deraadt | 1 | -4/+4 |
| 2020-04-23 | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; |  jmc | 1 | -3/+3 |
| 2020-03-17 | Print IO device names next to path with "list-io" |  kn | 1 | -2/+9 |
| 2020-03-07 | Initialise only the components list for "list-io" |  kn | 1 | -2/+2 |
| 2020-02-21 | Support devaliases for vnet |  kn | 4 | -10/+26 |
| 2020-02-21 | Actually pass devalias from parser to config |  kn | 1 | -1/+2 |
| 2020-02-20 | Support devaliases for vdisk |  kn | 4 | -9/+51 |
| 2020-02-20 | vnet does not take curly braces |  kn | 1 | -4/+4 |
| 2020-02-02 | Fix MD in "ldomctl dump" |  kn | 1 | -1/+3 |
| 2020-01-22 | delete wasteful ;; |  deraadt | 1 | -3/+3 |
| 2020-01-17 | Implement "panic -c" just like "start -c" |  kn | 2 | -8/+31 |
| 2020-01-17 | Fix usage: domain is not optional with start command |  kn | 1 | -2/+2 |
| 2020-01-16 | Usually, -width Fl (which is 10n) is too wide and hence ugly. |  schwarze | 1 | -3/+3 |
| 2020-01-16 | Implement "start -c" to automatically connect to the console |  kn | 2 | -22/+56 |
| 2020-01-13 | Add BUGS section for hypervisor memory requirement |  kn | 1 | -2/+17 |
| 2020-01-09 | Fail on incomplete guest parameters |  kn | 1 | -1/+20 |
| 2020-01-09 | Mention that automatic selection upon "download" is firmware dependent |  kn | 1 | -3/+6 |
| 2020-01-09 | Bail earlier on duplicate domains |  kn | 1 | -8/+7 |
| 2020-01-05 | Zero initialize cpus and memory variables up front |  kn | 1 | -5/+3 |
| 2020-01-04 | complete r1.21 "reboot primary" -> "reset machine" fix |  kn | 1 | -3/+3 |
| 2020-01-04 | Zap unneeded gid check |  kn | 1 | -3/+3 |
| 2020-01-04 | Add -n to init-system for validation only |  kn | 4 | -12/+34 |
| 2020-01-03 | Move code into new hv_config(), defer to commands needing it |  kn | 1 | -46/+69 |
| 2019-12-30 | New config takes effect after machine reset, primary reboot is not enough |  kn | 1 | -3/+3 |
| 2019-12-28 | Run cu(1) in restricted mode |  kn | 1 | -2/+3 |
| 2019-12-28 | The last argument of execl(3) should be cast explicitly. |  tb | 1 | -2/+2 |
| 2019-12-10 | Print started and stopped domains alike |  kn | 1 | -13/+9 |
| 2019-12-06 | Add missing "and" |  kn | 1 | -3/+3 |
| 2019-12-03 | "variable name=value" can be used multiple times |  kn | 1 | -2/+3 |
| 2019-11-30 | Add create-vdisk command |  kn | 3 | -9/+72 |
| 2019-11-28 | Use scan_scaled(3) for memory in ldom.conf |  kn | 10 | -37/+29 |
| 2019-11-28 | Add console command |  kn | 3 | -6/+40 |
| 2019-11-28 | Print guest domain vcctty(4) devices in status output |  kn | 2 | -11/+19 |
| 2019-11-28 | Usage on excessive select, delete, download, start, stop, panic arguments |  kn | 1 | -7/+10 |