aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2018-05-06 00:38:29 +0000
committerMark Johnston <markj@FreeBSD.org>2018-05-06 00:38:29 +0000
commite505460228ceabb9de434b8416ee2b7faaa66d1a (patch)
tree2e33aacd9c10f09b717945b802975b05ae30c370 /include/Makefile
parentbd92e6b6f5e6d2fa7b66753fb8ef1f3abb59418c (diff)
downloadsrc-e505460228ceabb9de434b8416ee2b7faaa66d1a.tar.gz
src-e505460228ceabb9de434b8416ee2b7faaa66d1a.zip
Import the netdump client code.
This is a component of a system which lets the kernel dump core to a remote host after a panic, rather than to a local storage device. The server component is available in the ports tree. netdump is particularly useful on diskless systems. The netdump(4) man page contains some details describing the protocol. Support for configuring netdump will be added to dumpon(8) in a future commit. To use netdump, the kernel must have been compiled with the NETDUMP option. The initial revision of netdump was written by Darrell Anderson and was integrated into Sandvine's OS, from which this version was derived. Reviewed by: bdrewery, cem (earlier versions), julian, sbruno MFC after: 1 month X-MFC note: use a spare field in struct ifnet Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D15253
Notes
Notes: svn path=/head/; revision=333283
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile
index 21930868a27c..dbbdff680153 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -56,6 +56,7 @@ LSUBDIRS= cam/ata cam/mmc cam/nvme cam/scsi \
net/altq \
netgraph/atm netgraph/netflow \
netinet/cc \
+ netinet/netdump \
security/audit \
security/mac_biba security/mac_bsdextended security/mac_lomac \
security/mac_mls security/mac_partition \