freebsd-dev/sys
Dmitry Chagin c5156c7785 Linuxulator depends on a fundamental kernel settings such as SMP. Many
of them listed in opt_global.h which is not generated while building
modules outside of a kernel and such modules never match real cofigured
kernel.

So, we should prevent our users from building obviously defective modules.

Therefore, remove the root cause of the building of modules outside of a
kernel - the possibility of building modules with DEBUG or KTR flags.
And remove all of DEBUG printfs as it is incomplete and in threaded
programms not informative, also a half of system call does not have DEBUG
printf. For debuging Linux programms we have dtrace, ktr and ktrace ability.

PR:		222861
Reviewed by:	trasz
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D20178
2019-05-13 18:24:29 +00:00
..
amd64 Linuxulator depends on a fundamental kernel settings such as SMP. Many 2019-05-13 18:24:29 +00:00
arm arm: allwinner: aw_clk_nm: Don't reparent the clock if we didn't ask 2019-05-12 15:27:01 +00:00
arm64 Linuxulator depends on a fundamental kernel settings such as SMP. Many 2019-05-13 18:24:29 +00:00
bsm
cam
cddl
compat Linuxulator depends on a fundamental kernel settings such as SMP. Many 2019-05-13 18:24:29 +00:00
conf Fix build race with machine links and genoffset.o. 2019-05-10 18:09:27 +00:00
contrib Support the use of the ipsec kld. 2019-05-11 17:59:13 +00:00
crypto
ddb
dev twsi: Calculate the clock param based on the bus frequency 2019-05-11 15:03:51 +00:00
dts
fs
gdb
geom
gnu dts: Import files from Linux 5.1 2019-05-08 19:27:30 +00:00
i386 Linuxulator depends on a fundamental kernel settings such as SMP. Many 2019-05-13 18:24:29 +00:00
isa
kern cache: fix a brainfart in r347505 2019-05-12 07:56:01 +00:00
kgssapi
libkern random(4): depessimize arc4random 2019-05-12 06:32:46 +00:00
mips Catch up with r347241. 2019-05-13 01:18:17 +00:00
modules Linuxulator depends on a fundamental kernel settings such as SMP. Many 2019-05-13 18:24:29 +00:00
net Do not leak memory used for binary filter. 2019-05-13 14:07:02 +00:00
net80211
netgraph
netinet netdump: Ref the interface we're attached to 2019-05-10 23:12:59 +00:00
netinet6 Apply r280991 to ip6_fragment. 2019-05-10 20:15:40 +00:00
netipsec
netpfil
netsmb
nfs
nfsclient
nfsserver
nlm
ofed Add new rates to ibcore. 2019-05-08 10:55:47 +00:00
opencrypto
powerpc powerpc: Initialize the Hardware Interrupt Offset Register (HIOR) earlier for ppc970 2019-05-10 19:36:14 +00:00
riscv Add support for HiFive Unleashed -- the board with a multi-core RISC-V SoC 2019-05-12 16:17:05 +00:00
rpc
security
sparc64 Remove IPSEC from GENERIC due to performance issues 2019-05-09 22:38:15 +00:00
sys Provide separate accounting for user-wired pages. 2019-05-13 16:38:48 +00:00
teken
tests
tools Avoid literal @generated tag in file-generating scripts 2019-05-08 13:35:51 +00:00
ufs
vm Provide separate accounting for user-wired pages. 2019-05-13 16:38:48 +00:00
x86 x86: store pending bitmapped IPIs in per-cpu areas 2019-05-12 06:36:54 +00:00
xdr
xen
Makefile