aboutsummaryrefslogtreecommitdiffstats
path: root/vm
Commit message (Expand)AuthorAgeFilesLines
* .golangci.yml: enable godot checkerDmitry Vyukov2020-06-051-1/+1
* .golangci.yml: enable whitespace checkerDmitry Vyukov2020-06-051-1/+0
* vm/isolated: fix hang when target_reboot is not setDipanjan Das2020-05-211-3/+3
* vm/vmimpl: Don't show ktr, but uma on FreeBSDMichael Tuexen2020-05-121-1/+1
* vm/.../openbsd: get back traces of the first two cpus. (#1705)Greg Steuck2020-04-291-0/+4
* vm: better handle VM diagnosis outputDmitry Vyukov2020-03-212-11/+38
* vm/vmimpl: refactor DiagnoseFree/OpenBSDDmitry Vyukov2020-03-215-8/+8
* gvisor: code cleanupsAndrei Vagin2020-03-041-4/+4
* vm/gvisor: allocate a separate stream of GO's runtime messgesAndrei Vagin2020-03-011-1/+29
* vm/isolated: add initial support for fuzzing chromebooksZubin Mithra2020-02-202-34/+209
* vm/gvisor: fix potential deadlockDmitry Vyukov2020-02-131-1/+3
* vm/isolated: update isolated vmJonghyuk Song2020-01-081-18/+46
* Implement basic support for MIPS64LEJouni Hogander2019-12-171-0/+10
* vm/gvisor: show a list of processes in case of any failuresAndrei Vagin2019-12-121-1/+1
* vm: add workdir_template functionalityDmitry Vyukov2019-12-032-7/+23
* sys/targets: add HostFuzzer flagDmitry Vyukov2019-11-161-14/+13
* vm: Get debug information when FreeBSD on panics (#1470)Andrew Turner2019-10-213-1/+51
* all: convert Fuchsia to use "host fuzzing" modeMatthew Dempsky2019-08-271-0/+1
* vm/gvisor: run runsc with the alsologtostderr optionAndrei Vagin2019-07-231-0/+1
* qemu: support advanced hard drive configurationsAlexander Popov2019-07-151-9/+20
* vm: fix typo in commentDmitry Vyukov2019-06-241-1/+1
* vm: fix spurious crash detection caused by trimmed linesDmitry Vyukov2019-06-242-2/+34
* docs: don't duplicate manager config parametersDmitry Vyukov2019-05-211-6/+10
* pkg/repro: fix no output timeoutDmitry Vyukov2019-05-202-3/+3
* vm/bhyve: ensure the VM is destroyed after closingMark Johnston2019-05-131-0/+1
* Add a bhyve VM backend (#1150)Mark Johnston2019-05-112-0/+343
* all: fix some static analysis warningsDmitry Vyukov2019-04-231-1/+1
* all: fix warnings pointed to by golangci-lintDmitry Vyukov2019-03-282-5/+4
* vm/gce: allow non-preemptible VMsDmitry Vyukov2019-03-281-3/+6
* vm/qemu: detect boot errors fasterDmitry Vyukov2019-03-176-9/+14
* vm/qemu: s/Boot/boot/Dmitry Vyukov2019-03-171-2/+2
* vm/vmimpl: don't pass ssh key twiceDmitry Vyukov2019-02-221-1/+3
* pkg/build: added feature to copy kernel image for netbsdSiddharth M2019-02-221-1/+6
* vm/qemu: fix default flags for arm/arm64Dmitry Vyukov2019-02-131-7/+15
* openbsd: remove shorten report logic (#986)Anton Lindqvist2019-02-091-1/+2
* openbsd: more witness handlingAnton Lindqvist2019-01-261-0/+3
* vm/vmimpl: fix vet warning about unkeyed structDmitry Vyukov2019-01-251-1/+1
* vm/vmimpl: produce better error in WaitForSSHDmitry Vyukov2019-01-244-3/+13
* vm/qemu: Disable VGA on ppc64leAndrew Donnellan2019-01-151-1/+1
* vm/qemu: Enable KVM on ppc64leAndrew Donnellan2019-01-151-0/+1
* vm: allow fine-grained control over program exit conditionsDmitry Vyukov2018-12-242-28/+64
* vm/gvisor: use runsc debug --stacks to diagnoseMichael Pratt2018-12-211-3/+5
* vm: allow Diagnose to directly return diagnosisMichael Pratt2018-12-2110-36/+79
* pkg/osutil: provide better RenameDmitry Vyukov2018-12-171-1/+1
* vm: fix string duplicationDmitry Vyukov2018-12-171-1/+1
* vm: don't call Diagnose when VM hasn't crashedDmitry Vyukov2018-12-162-9/+22
* vm: add tests for MonitorExecutionDmitry Vyukov2018-12-162-13/+329
* vm/gvisor: don't close conn on errorMichael Pratt2018-12-131-1/+0
* Merge pull request #872 from prattmic/patch-2Michael Pratt2018-12-131-1/+1
* vm: respect Shutdown signal in waitForOutputDmitry Vyukov2018-12-121-0/+2