mirror_zfs/include/os/freebsd/spl/sys/Makefile.am
наб 1cb517aebd module/zfs: remove zfs_zevent_console and zfs_zevent_cols
zfs_zevent_console committed multiple printk()s per line without
properly continuing them ‒ a single event could easily be fragmented
across over thirty lines, making it useless for direct application

zfs_zevent_cols exists purely to wrap the output from zfs_zevent_console

The niche this was supposed to fill can be better served by something
akin to the all-syslog ZEDLET

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #7082 
Closes #11996
2021-05-27 22:09:19 -07:00

75 lines
893 B
Makefile

KERNEL_H = \
acl_impl.h \
acl.h \
atomic.h \
byteorder.h \
callb.h \
ccompat.h \
ccompile.h \
cmn_err.h \
condvar.h \
cred.h \
ctype.h \
debug.h \
dirent.h \
disp.h \
dkio.h \
extdirent.h \
fcntl.h \
file.h \
freebsd_rwlock.h \
idmap.h \
inttypes.h \
isa_defs.h \
kmem_cache.h \
kidmap.h \
kmem.h \
kstat.h \
list_impl.h \
list.h \
lock.h \
Makefile.am \
misc.h \
mod_os.h \
mode.h \
mount.h \
mutex.h \
param.h \
policy.h \
proc.h \
processor.h \
procfs_list.h \
random.h \
rwlock.h \
sdt.h \
sid.h \
sig.h \
simd_x86.h \
simd.h \
spl_condvar.h \
string.h \
strings.h \
sunddi.h \
sysmacros.h \
systeminfo.h \
systm.h \
taskq.h \
thread.h \
time.h \
timer.h \
trace_zfs.h \
trace.h \
types.h \
types32.h \
uio.h \
uuid.h \
vfs.h \
vm.h \
vmsystm.h \
vnode_impl.h \
vnode.h \
zmod.h \
zone.h
noinst_HEADERS = $(KERNEL_H)