| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: move OS-specific docs to subdirs | Dmitry Vyukov | 2019-02-26 | 1 | -101/+0 |
| | | | | | | | Move freebsd, fuchsia, gvisor docs into own subdirs as we do for all other OSes. Add freebsd found_bugs.md. | ||||
| * | docs: use 'c++' to build on FreeBSD | Ed Maste | 2017-11-29 | 1 | -1/+1 |
| | | | | | | | | | Building the executor via `gcc executor/executor_freebsd.cc ...` requires that a GCC package first be installed on the FreeBSD VM image. The FreeBSD base system comes with Clang already installed, so we can build via `c++ executor/executor_freebsd.cc ...` and avoid having to install additional packages. | ||||
| * | Update freebsd.md | Dmitry Vyukov | 2017-10-19 | 1 | -1/+3 |
| | | |||||
| * | Update freebsd.md | Dmitry Vyukov | 2017-10-19 | 1 | -7/+9 |
| | | |||||
| * | Update freebsd.md | Dmitry Vyukov | 2017-10-19 | 1 | -8/+66 |
| | | |||||
| * | docs: add some info about freebsd | Dmitry Vyukov | 2017-10-17 | 1 | -0/+39 |
