Date: Wed, 16 Feb 2000 20:26:42 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/routed Makefile defs.h if.c input.c main.c output.c parms.c pathnames.h radix.c radix.h rdisc.c routed.8 table.c trace.c src/sbin/routed/rtquery Makefile rtquery.8 rtquery.c Message-ID: <200002170426.UAA25476@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2000/02/16 20:26:42 PST Modified files: (Branch: RELENG_3) sbin/routed Makefile defs.h if.c input.c main.c output.c parms.c pathnames.h radix.c radix.h rdisc.c routed.8 table.c trace.c sbin/routed/rtquery Makefile rtquery.8 rtquery.c Log: MFC: all fixes and cleanups - this is the last straw, it has broken one time too many. The 3.4 version has been doing bizzare things while the 4.0 version compiled on 3.4 has worked fine. Revision Changes Path 1.5.2.2 +9 -10 src/sbin/routed/Makefile 1.10.2.2 +109 -75 src/sbin/routed/defs.h 1.3.2.2 +152 -112 src/sbin/routed/if.c 1.4.2.2 +177 -95 src/sbin/routed/input.c 1.8.2.2 +114 -70 src/sbin/routed/main.c 1.2.2.2 +148 -126 src/sbin/routed/output.c 1.4.2.2 +224 -122 src/sbin/routed/parms.c 1.3.2.2 +7 -5 src/sbin/routed/pathnames.h 1.2.2.2 +61 -63 src/sbin/routed/radix.c 1.2.2.2 +13 -9 src/sbin/routed/radix.h 1.2.2.2 +96 -70 src/sbin/routed/rdisc.c 1.11.2.2 +91 -55 src/sbin/routed/routed.8 1.6.2.2 +388 -251 src/sbin/routed/table.c 1.2.2.2 +145 -145 src/sbin/routed/trace.c 1.5.2.2 +4 -3 src/sbin/routed/rtquery/Makefile 1.8.2.2 +33 -38 src/sbin/routed/rtquery/rtquery.8 1.9.2.2 +167 -95 src/sbin/routed/rtquery/rtquery.c 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?200002170426.UAA25476>