4236 Internet Packet Disturber
commitfe77cc0407fb667ddc04e1a8f2e203bb7b9c80e1
authorRobert Mustacchi <rm@joyent.com>
Sun, 29 Sep 2013 21:27:52 +0000 (29 14:27 -0700)
committerRobert Mustacchi <rm@joyent.com>
Wed, 6 Nov 2013 16:09:36 +0000 (6 08:09 -0800)
treeb5723fc87b94e5c73aa9c243dc40e6dac6ef5440
parentc6d054cbc999e5c8b9ad1aa01dbb4800b84f06bd
4236 Internet Packet Disturber
4237 net_* and hook_* man pages are wrong
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Brendan Gregg <brendan.gregg@joyent.com>
Reviewed by: Keith M Wesolowski <wesolows@foobazco.org>
Reviewed by: Sebastien Roy <seb@delphix.com>
Approved by: Dan McDonald <danmcd@nexenta.com>
33 files changed:
usr/src/cmd/Makefile
usr/src/cmd/devfsadm/misc_link.c
usr/src/cmd/ipdadm/Makefile [new file with mode: 0644]
usr/src/cmd/ipdadm/ipdadm.c [new file with mode: 0644]
usr/src/lib/Makefile
usr/src/lib/libipd/Makefile [new file with mode: 0644]
usr/src/lib/libipd/Makefile.com [new file with mode: 0644]
usr/src/lib/libipd/amd64/Makefile [new file with mode: 0644]
usr/src/lib/libipd/common/libipd.c [new file with mode: 0644]
usr/src/lib/libipd/common/libipd.h [new file with mode: 0644]
usr/src/lib/libipd/common/llib-lipd [new file with mode: 0644]
usr/src/lib/libipd/common/mapfile-vers [new file with mode: 0644]
usr/src/lib/libipd/i386/Makefile [new file with mode: 0644]
usr/src/lib/libipd/sparc/Makefile [new file with mode: 0644]
usr/src/lib/libipd/sparcv9/Makefile [new file with mode: 0644]
usr/src/man/man1m/Makefile
usr/src/man/man1m/ipdadm.1m [new file with mode: 0644]
usr/src/man/man9f/net_hook_register.9f
usr/src/man/man9f/net_instance_alloc.9f
usr/src/man/man9f/net_protocol_lookup.9f
usr/src/man/man9f/net_protocol_release.9f
usr/src/man/man9s/hook_t.9s
usr/src/man/man9s/net_instance_t.9s
usr/src/pkg/manifests/network-ipd.mf [new file with mode: 0644]
usr/src/uts/common/Makefile.files
usr/src/uts/common/Makefile.rules
usr/src/uts/common/inet/ipd/ipd.c [new file with mode: 0644]
usr/src/uts/common/inet/ipd/ipd.conf [new file with mode: 0644]
usr/src/uts/common/sys/Makefile
usr/src/uts/common/sys/ipd.h [new file with mode: 0644]
usr/src/uts/intel/Makefile.intel.shared
usr/src/uts/intel/ipd/Makefile [new file with mode: 0644]
usr/src/uts/sparc/ipd/Makefile [new file with mode: 0644]