Date: Thu, 21 Oct 1999 02:06:12 -0700 (PDT) From: Julian Elischer <julian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.include.dist src/include Makefile src/lib Makefile src/lib/libnetgraph Makefile debug.c internal.h msg.c netgraph.3 netgraph.h sock.c src/share/mk bsd.libnames.mk src/sys/conf files options src/sys/i386/conf LINT src/sys/i386/isa ... Message-ID: <199910210906.CAA38113@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 1999/10/21 02:06:11 PDT
Modified files:
etc/mtree BSD.include.dist
include Makefile
lib Makefile
share/mk bsd.libnames.mk
sys/conf files options
sys/i386/conf LINT
sys/i386/isa if_ar.c if_sr.c
sys/modules Makefile
sys/modules/netgraph Makefile
sys/net if_arp.h if_ethersubr.c netisr.h
sys/sys mount.h socket.h
usr.bin/netstat Makefile main.c netstat.1 netstat.h
route.c
usr.sbin Makefile
Added files:
lib/libnetgraph Makefile debug.c internal.h msg.c
netgraph.3 netgraph.h sock.c
sys/i386/isa if_ar.h if_sr.h
sys/modules/netgraph Makefile.inc
sys/modules/netgraph/UI Makefile ng_UI.8
sys/modules/netgraph/async Makefile ng_async.8
sys/modules/netgraph/cisco Makefile ng_cisco.8
sys/modules/netgraph/echo Makefile ng_echo.8
sys/modules/netgraph/frame_relay Makefile ng_frame_relay.8
sys/modules/netgraph/hole Makefile ng_hole.8
sys/modules/netgraph/iface Makefile ng_iface.8
sys/modules/netgraph/lmi Makefile ng_lmi.8
sys/modules/netgraph/netgraph Makefile netgraph.4
sys/modules/netgraph/ppp Makefile ng_ppp.8
sys/modules/netgraph/pppoe Makefile ng_pppoe.8
sys/modules/netgraph/rfc1490 Makefile ng_rfc1490.8
sys/modules/netgraph/socket Makefile ng_socket.8
sys/modules/netgraph/tee Makefile ng_tee.8
sys/modules/netgraph/tty Makefile ng_tty.8
sys/modules/netgraph/vjc Makefile ng_vjc.8
sys/netgraph NOTES netgraph.h ng_UI.c ng_UI.h
ng_async.c ng_async.h ng_base.c
ng_cisco.c ng_cisco.h ng_echo.c ng_echo.h
ng_ether.h ng_frame_relay.c
ng_frame_relay.h ng_hole.c ng_hole.h
ng_iface.c ng_iface.h ng_lmi.c ng_lmi.h
ng_message.h ng_ppp.c ng_ppp.h ng_pppoe.c
ng_pppoe.h ng_rfc1490.c ng_rfc1490.h
ng_sample.c ng_sample.h ng_socket.c
ng_socket.h ng_socketvar.h ng_tee.c
ng_tee.h ng_tty.c ng_tty.h ng_vjc.c
ng_vjc.h
usr.bin/netstat netgraph.c
usr.sbin/ngctl Makefile connect.c debug.c list.c main.c
mkpeer.c name.c ngctl.8 ngctl.h rmhook.c
show.c shutdown.c status.c types.c
usr.sbin/nghook Makefile main.c nghook.8
Log:
Whistle's Netgraph link-layer (sometimes more) networking infrastructure.
Been in production for 3 years now. Gives Instant Frame relay to if_sr
and if_ar drivers, and PPPOE support soon. See:
ftp://ftp.whistle.com/pub/archie/netgraph/index.html
for on-line manual pages.
Reviewed by: Doug Rabson (dfr@freebsd.org)
Obtained from: Whistle CVS tree
Revision Changes Path
1.28 +3 -1 src/etc/mtree/BSD.include.dist
1.101 +3 -3 src/include/Makefile
1.99 +3 -3 src/lib/Makefile
1.25 +2 -1 src/share/mk/bsd.libnames.mk
1.272 +14 -1 src/sys/conf/files
1.161 +19 -1 src/sys/conf/options
1.660 +19 -1 src/sys/i386/conf/LINT
1.31 +530 -10 src/sys/i386/isa/if_ar.c
1.27 +663 -38 src/sys/i386/isa/if_sr.c
1.87 +3 -3 src/sys/modules/Makefile
1.2 +2 -2 src/sys/modules/netgraph/Makefile
1.13 +4 -1 src/sys/net/if_arp.h
1.59 +350 -1 src/sys/net/if_ethersubr.c
1.17 +2 -1 src/sys/net/netisr.h
1.82 +2 -2 src/sys/sys/mount.h
1.30 +4 -1 src/sys/sys/socket.h
1.9 +5 -3 src/usr.bin/netstat/Makefile
1.28 +21 -2 src/usr.bin/netstat/main.c
1.17 +6 -1 src/usr.bin/netstat/netstat.1
1.12 +3 -0 src/usr.bin/netstat/netstat.h
1.35 +10 -1 src/usr.bin/netstat/route.c
1.164 +3 -1 src/usr.sbin/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910210906.CAA38113>
