Age | Commit message (Expand) | Author |
2023-08-10 | Make stopped ldom utilization appear as zero | Klemens Nanni |
2022-10-06 | accept iodevices as NACs as well | Klemens Nanni |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2021-11-17 | Clarify BUGS wrt. reserving memory for the hypervisor | Klemens Nanni |
2021-11-17 | Provide real output for the "ldomctl console" EXAMPLE | Klemens Nanni |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-10-15 | Don't declare variables as "unsigned char *" that are passed to | Christian Weisgerber |
2021-02-01 | The code in mdstore.c should stand on its own, so rename the global | Mark Kettenis |
2021-01-31 | last pieces of satisfying -fno-common | Theo de Raadt |
2021-01-30 | Remove duplicate hvmd decleration | kn |
2021-01-30 | Move global domain declaration to parse.y | kn |
2021-01-23 | list-io must be run from config dir | kn |
2020-11-06 | Explain vcpu strides, provide example | kn |
2020-09-14 | Briefly document default boot disk behaviour | kn |
2020-09-14 | Typofix | kn |
2020-06-29 | Fix "init-system" with multiple PCIe root complexes | kn |
2020-06-29 | Reject vdisk, vnet and iodevice parameters for primary domain | kn |
2020-05-24 | Make "init-system -n" check vcpu and memory constraints | kn |
2020-05-24 | msg | kn |
2020-05-23 | Typofix | kn |
2020-05-23 | Fail on duplicate vcpu, memory or iodevice parameters | kn |
2020-05-22 | Revert previous | kn |
2020-05-22 | Make "init-system -n" check vcpu and memory constraints | kn |
2020-05-17 | Change install images called *.fs to *.img. These are UFS filesystem images, | Theo de Raadt |
2020-04-23 | ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread; | Jason McIntyre |
2020-03-17 | Print IO device names next to path with "list-io" | kn |
2020-03-07 | Initialise only the components list for "list-io" | kn |
2020-02-21 | Support devaliases for vnet | kn |
2020-02-21 | Actually pass devalias from parser to config | kn |
2020-02-20 | Support devaliases for vdisk | kn |
2020-02-20 | vnet does not take curly braces | kn |
2020-02-02 | Fix MD in "ldomctl dump" | kn |
2020-01-22 | delete wasteful ;; | Theo de Raadt |
2020-01-17 | Implement "panic -c" just like "start -c" | kn |
2020-01-17 | Fix usage: domain is not optional with start command | kn |
2020-01-16 | Usually, -width Fl (which is 10n) is too wide and hence ugly. | Ingo Schwarze |
2020-01-16 | Implement "start -c" to automatically connect to the console | kn |
2020-01-13 | Add BUGS section for hypervisor memory requirement | kn |
2020-01-09 | Fail on incomplete guest parameters | kn |
2020-01-09 | Mention that automatic selection upon "download" is firmware dependent | kn |
2020-01-09 | Bail earlier on duplicate domains | kn |
2020-01-05 | Zero initialize cpus and memory variables up front | kn |
2020-01-04 | complete r1.21 "reboot primary" -> "reset machine" fix | kn |
2020-01-04 | Zap unneeded gid check | kn |
2020-01-04 | Add -n to init-system for validation only | kn |
2020-01-03 | Move code into new hv_config(), defer to commands needing it | kn |
2019-12-30 | New config takes effect after machine reset, primary reboot is not enough | kn |
2019-12-28 | Run cu(1) in restricted mode | kn |
2019-12-28 | The last argument of execl(3) should be cast explicitly. | Theo Buehler |
2019-12-10 | Print started and stopped domains alike | kn |