opnsense-src/sys
Warner Losh f7026fbbb2 sys/modules: MODULES_OVERRIDE takes precedence over EXTRA_MODULES and WITHOUT_MODULES
MODULES_OVERRIDE has traditionally taken precedence over EXTRA_MODULES
and WITHOUT_MODULES as the exact list of modules to build. Over time,
things have been added that has broken this. Move the .endif that makes
this the case to the right place. The so called 'ALL_MODULES' option is
the only thing with higher precedence, but it's not quite all the
options anymore (though it is much more of them, and doesn't quite
work on !x86).

Sponsored by:		Netflix
2022-10-29 10:17:40 -06:00
..
amd64 ddb: print the actual syscall name 2022-10-28 18:21:08 -03:00
arm intrng: Remove from NOTES file 2022-10-25 10:57:29 -06:00
arm64 genet: add another case where headers need pullup 2022-10-29 07:52:57 -05:00
bsm
cam cam: Use FreeBSD standard copyright 2022-10-07 23:37:46 -06:00
cddl kinst: Clarify a comment in the trampoline allocator 2022-10-14 11:32:47 -04:00
compat netlink: use (void) for function definitions with no arguments 2022-10-27 11:14:00 -04:00
conf dtb: Be much less verbose in the building of dtb 2022-10-29 10:13:54 -06:00
contrib acpica: Fix the botched merge 2022-10-27 22:36:35 -04:00
crypto
ddb ddb: print the actual syscall name 2022-10-28 18:21:08 -03:00
dev iommu_gas: start space search from 1st free space 2022-10-29 00:50:44 -05:00
dts
fs Add VV_CROSSLOCK vnode flag to avoid cross-mount lookup LOR 2022-10-26 19:33:03 -05:00
gdb
geom geom_part: Check number of GPT entries and size of GPT entry 2022-10-18 11:03:02 -04:00
gnu
i386 ddb: print the actual syscall name 2022-10-28 18:21:08 -03:00
isa
kern atomic: Intercept atomic_(load|store)_bool for kernel sanitizers 2022-10-29 11:10:58 -04:00
kgssapi
libkern arm: Remove unused ffs.S 2022-10-20 10:48:31 -06:00
modules sys/modules: MODULES_OVERRIDE takes precedence over EXTRA_MODULES and WITHOUT_MODULES 2022-10-29 10:17:40 -06:00
net Import the WireGuard driver from zx2c4.com. 2022-10-28 13:36:12 -07:00
net80211 net8021: Fix a typo in a kernel error message 2022-10-25 04:31:51 +02:00
netgraph
netinet netinet*: add back necessary headers 2022-10-26 08:16:44 -07:00
netinet6 Import the WireGuard driver from zx2c4.com. 2022-10-28 13:36:12 -07:00
netipsec tcp: remove INP_TIMEWAIT flag 2022-10-06 19:24:37 -07:00
netlink netlink: use (void) for function definitions with no arguments 2022-10-27 11:14:00 -04:00
netpfil netpfil: Fix two typos in source code comments 2022-10-25 04:32:59 +02:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto opencrypto: fix null esp crypt 2022-10-25 03:24:43 +03:00
powerpc
riscv ddb: print the actual syscall name 2022-10-28 18:21:08 -03:00
rpc clnt_vc.c: Replace msleep() with pause() to avoid assert panic 2022-10-14 15:46:55 -07:00
security Bump MAC_VERSION to 5 2022-10-07 15:24:32 +00:00
sys atomic: Intercept atomic_(load|store)_bool for kernel sanitizers 2022-10-29 11:10:58 -04:00
teken
tests
tools dtb: Be much less verbose in the building of dtb 2022-10-29 10:13:54 -06:00
ufs ffs validate_sblock(): avoid 32bit mul overflow 2022-10-27 06:17:38 +03:00
vm uma: Never pass cache zones to memguard 2022-10-19 14:36:36 -04:00
x86 bhyve: Implement MSR_MISC_FEATURES_ENABLES 2022-10-27 11:34:41 -06:00
xdr
xen
Makefile