Results 90 comments of Ian Campbell

Other possibly useful refs: * [FreeBSD sigaction(2)](https://www.freebsd.org/cgi/man.cgi?query=sigaction&sektion=2&apropos=0&manpath=FreeBSD+12-current) * [FreeBSD signal(3)](https://www.freebsd.org/cgi/man.cgi?query=signal&apropos=0&sektion=0&manpath=FreeBSD+12-current&arch=default&format=html)

Thread on FreeBSD virt list: https://lists.freebsd.org/pipermail/freebsd-virtualization/2016-December/005020.html

These sound like useful features for the higher level `linuxkit` tool to have alongside `run`, that would mean adding this functionality to the go bindings here, not necessarily to a...

I had suggested having the functionality be in the `linuxkit` tool partly because I misremembered that it was putting the state somewhere central by default, without that it doesn't make...

Based on #240 I think you might need: ```console $ brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/72ce8812eaa33abe23533dfa021b51351a6b9c3e/Formula/opam.rb ``` instead of the `brew install opam` in the docs, @djs55 does that sound right/plausible/likely?

At one point we were trying to avoid MacOS-isms in an attempt to keep the option of using Hyperkit on other platforms open in the future. I think we've basically...

AFAIK nobody has worked on this. PRs are welcome.

/cc @djs55 who knows about these things. @mustafaakin does the set of commands in the `.circle.yml` work for you, sometimes they drift from the README.

Lets leave this open at least until the README instructions are usable (whether they need updating to recommend 4.03.0 or the deps updating to work withy 4.06 I'll leave to...

I don't think anything has changed since so you still need to use ocaml `4.03`, /cc @djs55 for input/correction.