Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix dtrace tools bootstrap on non-FreeBSD after OpenZFS import | Alex Richardson | 2020-09-19 | 1 | -0/+2 |
| | | | | | | | | | | | | This required surprisingly few build system changes and only two changes to the openZFS compat headers which have been upstreamed as https://github.com/openzfs/zfs/pull/10863 Reviewed By: #zfs, freqlabs Differential Revision: https://reviews.freebsd.org/D26193 Notes: svn path=/head/; revision=365901 | ||||
* | Add Linux/macOS compatibility system headers to tools/build/cross-build | Alex Richardson | 2020-08-25 | 1 | -0/+45 |
These headers are required in order to build the bootstrap tools on macOS and Linux. A follow-up commit will add implementations of functions that don't exist on those operating systems to -legacy when bootstrapping. Reviewed By: brooks Differential Revision: https://reviews.freebsd.org/D14316 Notes: svn path=/head/; revision=364757 |