freebsd-dev/sys
Warner Losh 4355ab6f04 config.mk: All options in DEFAULTS are now defined in opt_global.h
To simplify management of all the options that should be enabled for the
different architectures, adopt the convention that all options listed in
DEFAULTS will be #defined to 1 in opt_global.h for untied builds. Except
for GEOM_* and ISAPNP, they are all in opt_global.h. ISAPNP is a
opt_dontuse.h, so only filter GEOM_*.

Sponsored by:		Netflix
Reviewed by:		kevans
Differential Revision:	https://reviews.freebsd.org/D37108
2022-10-24 12:13:04 -06:00
..
amd64 Add vm_page_any_valid() 2022-10-19 20:24:07 +03:00
arm DEFAULTS: move intrng to DEFAULTS for its platforms. 2022-10-24 12:13:03 -06:00
arm64 DEFAULTS: move intrng to DEFAULTS for its platforms. 2022-10-24 12:13:03 -06: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 LinuxKPI: add MSEC_PER_SEC 2022-10-23 21:54:36 +00:00
conf config.mk: All options in DEFAULTS are now defined in opt_global.h 2022-10-24 12:13:04 -06:00
contrib zfs: Fix a pair of bugs in zfs_fhtovp() 2022-10-24 12:05:17 -04:00
crypto
ddb
dev acpi_ged: fix build with ACPI_DEBUG 2022-10-24 09:00:04 -07:00
dts
fs tmpfs: report minimal hole size 2022-10-19 20:24:07 +03: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 Add vm_page_any_valid() 2022-10-19 20:24:07 +03:00
isa
kern cache: add cache_assert_no_entries 2022-10-24 15:37:43 +00:00
kgssapi
libkern arm: Remove unused ffs.S 2022-10-20 10:48:31 -06:00
modules acpi_ged: fix build, as module and non INTRNG case. 2022-10-24 23:37:28 +09:00
net if_ovpn: add sysctls for netisr_queue() and crypto_dispatch_async() 2022-10-24 10:08:35 +02:00
net80211
netgraph
netinet tcp: ECN preparations for ECN++, AccECN (tcp_respond) 2022-10-20 21:48:27 +02:00
netinet6 carp: fix regression panic from ccd69bd573 2022-10-17 11:39:40 -07:00
netipsec tcp: remove INP_TIMEWAIT flag 2022-10-06 19:24:37 -07:00
netlink netlink: make it working without INET6 2022-10-04 14:39:49 -07:00
netpfil pf: fix LINT-NOINET6 build 2022-10-15 10:02:35 +02:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
powerpc
riscv DEFAULTS: move intrng to DEFAULTS for its platforms. 2022-10-24 12:13:03 -06: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 cache: add cache_assert_no_entries 2022-10-24 15:37:43 +00:00
teken
tests
tools Make #if and #endif do what people expect in *_if.m 2022-10-06 14:35:31 +01:00
ufs Increase the maximum size of the journaled soft-updates journal. 2022-10-21 11:00:00 -07:00
vm uma: Never pass cache zones to memguard 2022-10-19 14:36:36 -04:00
x86 x86/busdma: Limit reserved pages if low nsegs 2022-10-21 22:47:33 -07:00
xdr
xen
Makefile