aboutsummaryrefslogtreecommitdiffstats
path: root/docs/freebsd.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: move OS-specific docs to subdirsDmitry Vyukov2019-02-261-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 FreeBSDEd Maste2017-11-291-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.mdDmitry Vyukov2017-10-191-1/+3
|
* Update freebsd.mdDmitry Vyukov2017-10-191-7/+9
|
* Update freebsd.mdDmitry Vyukov2017-10-191-8/+66
|
* docs: add some info about freebsdDmitry Vyukov2017-10-171-0/+39