Age | Commit message (Expand) | Author |
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 |
2019-12-06 | Add missing "and" | kn |
2019-12-03 | "variable name=value" can be used multiple times | kn |
2019-11-30 | Add create-vdisk command | kn |
2019-11-28 | Use scan_scaled(3) for memory in ldom.conf | kn |
2019-11-28 | Add console command | kn |
2019-11-28 | Print guest domain vcctty(4) devices in status output | kn |
2019-11-28 | Usage on excessive select, delete, download, start, stop, panic arguments | kn |
2019-11-27 | Add list-io command | kn |
2019-11-27 | Document ILOM command to reset hardware | kn |
2019-11-20 | Honour DEBUG | kn |
2019-11-10 | Consistently use _rcctl enable foo_ in examples, it's simpler and less | Landry Breuil |
2019-08-05 | Allow an optional stride in the vcpu specification. This makes it possible | Mark Kettenis |
2019-07-28 | minor markup polishing and typo fixes; OK kn@ | Ingo Schwarze |
2019-07-28 | Document the iodevice keyword. | Mark Kettenis |
2019-07-28 | Add missing article, use Dq not literal " | kn |
2019-07-28 | Use imperative present tense consistently | kn |
2019-07-28 | Move ldom.conf.5 to ldomctl | kn |
2019-07-28 | Delete all CPUs from the primary and add back the number that we want to | Mark Kettenis |
2019-07-28 | Add support for configuring static direct I/O. | Mark Kettenis |
2019-07-27 | tweak previous; | Jason McIntyre |
2019-07-27 | Move configuration format into ldom.conf(5) | kn |
2019-07-15 | Fix usage | kn |
2019-07-14 | Add interface to set/update a data property. | Mark Kettenis |
2019-07-07 | Add support for version 3.0 of the "mdstore" protocol. | Mark Kettenis |
2019-07-06 | Make sure we use the svc_handle for the negotiated major version of the | Mark Kettenis |
2019-07-06 | Pad message since newer firmware doesn't like it without padding. | Mark Kettenis |
2019-02-13 | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other | Theo de Raadt |
2018-11-01 | - odd condition/test in PF lexer | Alexandr Nedvedicky |
2018-09-16 | Add support for setting NVRAM variables. | Mark Kettenis |
2018-09-16 | Various improvements to generate logical domain configurations that are | Mark Kettenis |
2018-09-15 | Add support for version 2.0 of the mdstore protocol. | Mark Kettenis |
2018-07-12 | Add a function to delete all nodes with a specific name. | Mark Kettenis |
2018-07-09 | No need to mention which memory allocation entry point failed (malloc, | Kenneth R Westerback |
2018-04-09 | Do not discourage IPv6, it's working fine in LDOMs. | kn |
2017-01-26 | Document the ldomctl(8) 'select' command previously not mentioned in the | Stefan Sperling |
2017-01-17 | Nuke some whitespace that keeps poking me in the eye as I try to | Kenneth R Westerback |
2015-05-23 | fix a memory leak in an error path | Jonathan Gray |
2015-02-09 | fix fd leaks in error paths | Jonathan Gray |
2014-11-20 | Don't allow embedded nul characters in strings. | Jonathan Gray |
2014-11-14 | Add gcc printf format attributes to yyerror() in parse.y files. | Doug Hogan |
2014-10-15 | create xreallocarray() and use it | Theo de Raadt |