| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix `make` in sys/modules | Li-Wen Hsu | 2019-03-28 | 1 | -0/+1 |
| | | | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=345632 | ||||
| * | Make iflib a loadable module: add seemingly missed header. | Konstantin Belousov | 2019-01-31 | 1 | -1/+1 |
| | | | | | | | | | | Reported by: CI (i.e. it is not reproducable in my local builds) Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Notes: svn path=/head/; revision=343618 | ||||
| * | Make iflib a loadable module. | Konstantin Belousov | 2019-01-31 | 1 | -0/+13 |
| iflib is already a module, but it is unconditionally compiled into the kernel. There are drivers which do not need iflib(4), and there are situations where somebody might not want iflib in kernel because of using the corresponding driver as module. Reviewed by: marius Discussed with: erj Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D19041 Notes: svn path=/head/; revision=343617 | |||||
