git: netgraph7: welcome ng_hub.
Nuno Antunes
nant at crater.dragonflybsd.org
Tue Jan 10 06:12:09 PST 2012
commit 178c5ad4e532e4c68b8148c2477e411ba3639acb
Author: Nuno Antunes <nuno.antunes at gmail.com>
Date: Fri Dec 9 22:19:07 2011 +0000
netgraph7: welcome ng_hub.
Summary of changes:
etc/mtree/BSD.include.dist | 2 +
include/Makefile | 1 +
lib/libnetgraph7/debug.c | 4 --
sys/conf/files | 1 +
sys/conf/options | 1 +
sys/netgraph7/Makefile | 1 +
sys/netgraph7/hub/Makefile | 4 ++
sys/netgraph7/hub/ng_hub.c | 101 ++++++++++++++++++++++++++++++++++++++
sys/netgraph7/{ => hub}/ng_hub.h | 0
sys/netgraph7/ng_hub.c | 101 --------------------------------------
10 files changed, 111 insertions(+), 105 deletions(-)
create mode 100644 sys/netgraph7/hub/Makefile
create mode 100644 sys/netgraph7/hub/ng_hub.c
rename sys/netgraph7/{ => hub}/ng_hub.h (100%)
delete mode 100644 sys/netgraph7/ng_hub.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/178c5ad4e532e4c68b8148c2477e411ba3639acb
--
DragonFly BSD source repository
More information about the Commits
mailing list