freebsd-dev/sys
Conrad Meyer e2e050c8ef Extract eventfilter declarations to sys/_eventfilter.h
This allows replacing "sys/eventfilter.h" includes with "sys/_eventfilter.h"
in other header files (e.g., sys/{bus,conf,cpu}.h) and reduces header
pollution substantially.

EVENTHANDLER_DECLARE and EVENTHANDLER_LIST_DECLAREs were moved out of .c
files into appropriate headers (e.g., sys/proc.h, powernv/opal.h).

As a side effect of reduced header pollution, many .c files and headers no
longer contain needed definitions.  The remainder of the patch addresses
adding appropriate includes to fix those files.

LOCK_DEBUG and LOCK_FILE_LINE_ARG are moved to sys/_lock.h, as required by
sys/mutex.h since r326106 (but silently protected by header pollution prior
to this change).

No functional change (intended).  Of course, any out of tree modules that
relied on header pollution for sys/eventhandler.h, sys/lock.h, or
sys/mutex.h inclusion need to be fixed.  __FreeBSD_version has been bumped.
2019-05-20 00:38:23 +00:00
..
amd64 Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
arm Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
arm64 Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
bsm Create new EINTEGRITY error with message "Integrity check failed". 2019-01-17 06:35:45 +00:00
cam Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
cddl Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
compat LinuxKPI: Finalize move of lindebugfs from ports to base. 2019-05-19 15:44:21 +00:00
conf Add common support functions for USB devices configured via FDT data. 2019-05-19 16:56:59 +00:00
contrib Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
crypto Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
ddb Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
dev Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
dts arm64: Add support for NanoPI NEO2 2019-05-02 12:56:13 +00:00
fs Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
gdb
geom List-ify kernel dump device configuration 2019-05-06 18:24:07 +00:00
gnu dts: Import files from Linux 5.1 2019-05-08 19:27:30 +00:00
i386 Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
isa
kern Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
kgssapi * Handle SIGPIPE in gssd 2019-02-21 01:30:37 +00:00
libkern random(4): depessimize arc4random 2019-05-12 06:32:46 +00:00
mips Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
modules Add common support functions for USB devices configured via FDT data. 2019-05-19 16:56:59 +00:00
net Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
net80211 net80211: correct check for SMPS node flags updates 2019-03-18 02:40:22 +00:00
netgraph Remove 'dir' argument in ng_ipfw_input, since ip_fw_args now has this info. 2019-03-14 22:30:05 +00:00
netinet Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
netinet6 Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
netipsec Replace read_random(9) with more appropriate arc4rand(9) KPIs 2019-04-04 01:02:50 +00:00
netpfil Add IPv6 support for O_IPLEN opcode. 2019-04-29 09:33:16 +00:00
netsmb Remove unused argument to priv_check_cred. 2018-12-11 19:32:16 +00:00
nfs
nfsclient
nfsserver
nlm
ofed Add new rates to ibcore. 2019-05-08 10:55:47 +00:00
opencrypto Don't panic for empty CCM requests. 2019-04-24 23:27:39 +00:00
powerpc Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
riscv Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
rpc Fix malloc stats for the RPCSEC_GSS server code when DEBUG is enabled. 2019-04-04 01:23:06 +00:00
security Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
sparc64 FCP-101: Remove wb(4) 2019-05-17 15:24:34 +00:00
sys Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
teken Attempt to complete fixing programmable function keys for syscons. 2019-02-20 02:14:41 +00:00
tests Regularize the Netflix copyright 2019-02-04 21:28:25 +00:00
tools Avoid literal @generated tag in file-generating scripts 2019-05-08 13:35:51 +00:00
ufs Ensure that error is initialized in ufs_bmap_seekdata(). 2019-05-05 16:57:03 +00:00
vm Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
x86 Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
xdr
xen xen: introduce a new way to setup event channel upcall 2019-01-30 11:34:52 +00:00
Makefile