From owner-cvs-usrsbin Sun Jun 16 09:33:45 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA24308 for cvs-usrsbin-outgoing; Sun, 16 Jun 1996 09:33:45 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA24282; Sun, 16 Jun 1996 09:33:36 -0700 (PDT) Date: Sun, 16 Jun 1996 09:33:36 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606161633.JAA24282@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pkg_install/info perform.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/16 09:33:36 Modified: usr.sbin/pkg_install/info perform.c Log: Make a small optimization which shaves about a second off the time it takes to build the `All' menu in configPackages. Revision Changes Path 1.19 +22 -28 src/usr.sbin/pkg_install/info/perform.c From owner-cvs-usrsbin Mon Jun 17 12:49:24 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA23225 for cvs-usrsbin-outgoing; Mon, 17 Jun 1996 12:49:24 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA23207; Mon, 17 Jun 1996 12:49:19 -0700 (PDT) Date: Mon, 17 Jun 1996 12:49:19 -0700 (PDT) From: Garrett Wollman Message-Id: <199606171949.MAA23207@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/06/17 12:49:19 Modified: usr.sbin Makefile Log: Add keyadmin directory. Revision Changes Path 1.91 +2 -2 src/usr.sbin/Makefile From owner-cvs-usrsbin Mon Jun 17 12:58:39 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA23053 for cvs-usrsbin-outgoing; Mon, 17 Jun 1996 12:48:05 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA23010; Mon, 17 Jun 1996 12:47:58 -0700 (PDT) Date: Mon, 17 Jun 1996 12:47:58 -0700 (PDT) From: Garrett Wollman Message-Id: <199606171947.MAA23010@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/keyadmin - Imported sources Sender: owner-cvs-usrsbin@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk wollman 96/06/17 12:47:58 src/usr.sbin/keyadmin - Imported sources Update of /home/ncvs/src/usr.sbin/keyadmin In directory freefall.freebsd.org:/a/wollman/keyadmin Revision/Branch: 1.1.1 Log Message: This is the `key' program from NRL's IPv6 distribution, heavily hacked up by me to remove the IPv6 stuff (fow now). I renamed it `keyadmin' since `key' was already taken by the S/Key calculator. Its purpose is to act as a command-driven interface to the `PF_KEY' socket domain, analogously to thefunction of route(8) in the `PF_ROUTE' domain. This program is believed to be exportable, since it does no actual cryptography itself. Status: Vendor Tag: NRL_via_MIT Release Tags: keyadmin N src/usr.sbin/keyadmin/Makefile N src/usr.sbin/keyadmin/keyadmin.8 N src/usr.sbin/keyadmin/keys N src/usr.sbin/keyadmin/keyadmin.c No conflicts created by this import From owner-cvs-usrsbin Mon Jun 17 15:15:52 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA04841 for cvs-usrsbin-outgoing; Mon, 17 Jun 1996 15:15:52 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA04746; Mon, 17 Jun 1996 15:14:21 -0700 (PDT) Date: Mon, 17 Jun 1996 15:14:21 -0700 (PDT) From: Nate Williams Message-Id: <199606172214.PAA04746@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pccard/pccardc dumpcis.c enabler.c pccardmem.c rdmap.c rdreg.c wrattr.c wrreg.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/17 15:14:21 Modified: usr.sbin/pccard/pccardc dumpcis.c enabler.c pccardmem.c rdmap.c rdreg.c wrattr.c wrreg.c Log: Use the defined path to the card devices instead of hard-coding it's value in every file. No functional changes. Revision Changes Path 1.5 +2 -2 src/usr.sbin/pccard/pccardc/dumpcis.c 1.5 +2 -2 src/usr.sbin/pccard/pccardc/enabler.c 1.5 +5 -3 src/usr.sbin/pccard/pccardc/pccardmem.c 1.5 +2 -2 src/usr.sbin/pccard/pccardc/rdmap.c 1.5 +2 -2 src/usr.sbin/pccard/pccardc/rdreg.c 1.6 +2 -2 src/usr.sbin/pccard/pccardc/wrattr.c 1.5 +2 -2 src/usr.sbin/pccard/pccardc/wrreg.c From owner-cvs-usrsbin Mon Jun 17 15:32:03 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA05830 for cvs-usrsbin-outgoing; Mon, 17 Jun 1996 15:32:03 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA05730; Mon, 17 Jun 1996 15:30:32 -0700 (PDT) Date: Mon, 17 Jun 1996 15:30:32 -0700 (PDT) From: Nate Williams Message-Id: <199606172230.PAA05730@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pccard/pccardd readcis.c readcis.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/17 15:30:32 Modified: usr.sbin/pccard/pccardd readcis.c readcis.h Log: Prepend the CIS string length define with CIS_ per the rest of the constants. Obtained from: Nomad code Revision Changes Path 1.5 +5 -5 src/usr.sbin/pccard/pccardd/readcis.c 1.4 +6 -6 src/usr.sbin/pccard/pccardd/readcis.h From owner-cvs-usrsbin Tue Jun 18 08:36:44 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA04061 for cvs-usrsbin-outgoing; Tue, 18 Jun 1996 08:36:44 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA03979; Tue, 18 Jun 1996 08:35:10 -0700 (PDT) Date: Tue, 18 Jun 1996 08:35:10 -0700 (PDT) From: Garrett Wollman Message-Id: <199606181535.IAA03979@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/lsdev i386.c lsdev.c lsdev.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/06/18 08:35:09 Modified: usr.sbin/lsdev i386.c lsdev.c lsdev.h Log: Add a public domain notice to these files. Requested by: jkh, 03 Sep 1995 Revision Changes Path 1.14 +3 -0 src/usr.sbin/lsdev/i386.c 1.6 +3 -0 src/usr.sbin/lsdev/lsdev.c 1.4 +3 -0 src/usr.sbin/lsdev/lsdev.h From owner-cvs-usrsbin Tue Jun 18 12:52:40 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA22248 for cvs-usrsbin-outgoing; Tue, 18 Jun 1996 12:52:40 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA22234; Tue, 18 Jun 1996 12:52:32 -0700 (PDT) Date: Tue, 18 Jun 1996 12:52:32 -0700 (PDT) From: Nate Williams Message-Id: <199606181952.MAA22234@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.c cardd.h file.c readcis.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/18 12:52:31 Modified: usr.sbin/pccard/pccardd cardd.c cardd.h file.c readcis.h Log: - Removed dead code (if you need it you can get it out of the Repository). - Added some comments, and moved some code around to make flow more obvious. No functional changes. Revision Changes Path 1.10 +1 -13 src/usr.sbin/pccard/pccardd/cardd.c 1.5 +4 -19 src/usr.sbin/pccard/pccardd/cardd.h 1.5 +34 -232 src/usr.sbin/pccard/pccardd/file.c 1.5 +4 -3 src/usr.sbin/pccard/pccardd/readcis.h From owner-cvs-usrsbin Tue Jun 18 13:01:12 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA22625 for cvs-usrsbin-outgoing; Tue, 18 Jun 1996 13:01:12 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA22496; Tue, 18 Jun 1996 12:59:37 -0700 (PDT) Date: Tue, 18 Jun 1996 12:59:37 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606181959.MAA22496@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/routed table.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/18 12:59:37 Modified: usr.sbin/routed table.c Log: Shut up a message which now appears to be a natural consequence of RIP2 and RIP1 routeds on the same subnet and I *don't* want filling up my syslog. Revision Changes Path 1.2 +8 -1 src/usr.sbin/routed/table.c From owner-cvs-usrsbin Tue Jun 18 14:59:22 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA01271 for cvs-usrsbin-outgoing; Tue, 18 Jun 1996 14:59:22 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA01238; Tue, 18 Jun 1996 14:59:04 -0700 (PDT) Date: Tue, 18 Jun 1996 14:59:04 -0700 (PDT) From: Nate Williams Message-Id: <199606182159.OAA01238@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pccard/pccardd readcis.c readcis.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/18 14:59:02 Modified: usr.sbin/pccard/pccardd readcis.c readcis.h Log: Staticize and remove unused function. Inspired by: The Nomad code Revision Changes Path 1.6 +22 -34 src/usr.sbin/pccard/pccardd/readcis.c 1.6 +1 -6 src/usr.sbin/pccard/pccardd/readcis.h From owner-cvs-usrsbin Tue Jun 18 15:43:32 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA05705 for cvs-usrsbin-outgoing; Tue, 18 Jun 1996 15:43:32 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA05672; Tue, 18 Jun 1996 15:43:13 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15100(7)>; Tue, 18 Jun 1996 15:42:22 PDT Received: from localhost ([127.0.0.1]) by crevenia.parc.xerox.com with SMTP id <177476>; Tue, 18 Jun 1996 15:42:10 -0700 X-Mailer: exmh version 1.6.4 10/10/95 To: "Jordan K. Hubbard" cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/routed table.c In-reply-to: Your message of "Tue, 18 Jun 1996 12:59:37 PDT." <199606181959.MAA22496@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 18 Jun 1996 15:41:57 PDT From: Bill Fenner Message-Id: <96Jun18.154210pdt.177476@crevenia.parc.xerox.com> Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199606181959.MAA22496@freefall.freebsd.org>you write: > Shut up a message which now appears to be a natural consequence of RIP2 and > RIP1 routeds on the same subnet and I *don't* want filling up my syslog. I'm not sure I'm convinced this isn't a bug in the RIPv1/RIPv2 interop, or in the radix tree, rather than simply an annoying message. Bill From owner-cvs-usrsbin Tue Jun 18 15:54:40 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA06364 for cvs-usrsbin-outgoing; Tue, 18 Jun 1996 15:54:40 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA06322; Tue, 18 Jun 1996 15:54:27 -0700 (PDT) Date: Tue, 18 Jun 1996 15:54:27 -0700 (PDT) From: Nate Williams Message-Id: <199606182254.PAA06322@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pccard/pccardd Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/18 15:54:26 Modified: usr.sbin/pccard/pccardd Makefile Log: Use CFLAGS += instead of setting it directly. Revision Changes Path 1.3 +2 -2 src/usr.sbin/pccard/pccardd/Makefile From owner-cvs-usrsbin Tue Jun 18 16:12:40 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA07765 for cvs-usrsbin-outgoing; Tue, 18 Jun 1996 16:12:40 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA07759; Tue, 18 Jun 1996 16:12:38 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id QAA03824; Tue, 18 Jun 1996 16:12:33 -0700 (PDT) To: Bill Fenner cc: "Jordan K. Hubbard" , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/routed table.c In-reply-to: Your message of "Tue, 18 Jun 1996 15:41:57 PDT." <96Jun18.154210pdt.177476@crevenia.parc.xerox.com> Date: Tue, 18 Jun 1996 16:12:33 -0700 Message-ID: <3821.835139553@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I'm not sure I'm convinced this isn't a bug in the RIPv1/RIPv2 interop, or in > the radix tree, rather than simply an annoying message. Well, I did have a couple of exchanges with Garrett over this about a week or so back, and he left me with the distinct impression that this was a simple interoperability problem and not likely to be fixed. Jordan From owner-cvs-usrsbin Tue Jun 18 16:51:23 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA10725 for cvs-usrsbin-outgoing; Tue, 18 Jun 1996 16:51:23 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA10702; Tue, 18 Jun 1996 16:51:03 -0700 (PDT) Date: Tue, 18 Jun 1996 16:51:03 -0700 (PDT) From: Nate Williams Message-Id: <199606182351.QAA10702@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pccard/pccardd file.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/18 16:51:00 Modified: usr.sbin/pccard/pccardd file.c Log: Staticize and removed unused code. Revision Changes Path 1.6 +36 -64 src/usr.sbin/pccard/pccardd/file.c From owner-cvs-usrsbin Tue Jun 18 18:09:09 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA14419 for cvs-usrsbin-outgoing; Tue, 18 Jun 1996 18:09:09 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA14400; Tue, 18 Jun 1996 18:09:01 -0700 (PDT) Date: Tue, 18 Jun 1996 18:09:01 -0700 (PDT) From: Nate Williams Message-Id: <199606190109.SAA14400@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pccard/pccardd file.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/18 18:08:59 Modified: usr.sbin/pccard/pccardd file.c Log: Use irq_tok() instead of num_tok() for IRQ's. This will allow us to use the '?' (undefined) token for stating IRQ's in the driver config line. This will allow the card to automatically select and unused IRQ when that code is enabled. Revision Changes Path 1.7 +2 -2 src/usr.sbin/pccard/pccardd/file.c From owner-cvs-usrsbin Tue Jun 18 18:25:49 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA15177 for cvs-usrsbin-outgoing; Tue, 18 Jun 1996 18:25:49 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA15157; Tue, 18 Jun 1996 18:25:38 -0700 (PDT) Date: Tue, 18 Jun 1996 18:25:38 -0700 (PDT) From: Nate Williams Message-Id: <199606190125.SAA15157@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/18 18:25:38 Modified: usr.sbin/pccard/pccardd cardd.c Log: Enable code that allows the daemon to select a free IRQ from the list if none is selected. The code was already there but needed to be updated to use the correct structure element. Revision Changes Path 1.11 +16 -15 src/usr.sbin/pccard/pccardd/cardd.c From owner-cvs-usrsbin Tue Jun 18 19:45:34 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA19419 for cvs-usrsbin-outgoing; Tue, 18 Jun 1996 19:45:34 -0700 (PDT) Received: from precipice.shockwave.com (ppp-5-7.rdcy01.pacbell.net [206.170.5.7]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA19414; Tue, 18 Jun 1996 19:45:29 -0700 (PDT) Received: from shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.5/8.7.3) with ESMTP id TAA11254; Tue, 18 Jun 1996 19:43:53 -0700 (PDT) Message-Id: <199606190243.TAA11254@precipice.shockwave.com> To: "Jordan K. Hubbard" cc: Bill Fenner , "Jordan K. Hubbard" , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/routed table.c In-reply-to: Your message of "Tue, 18 Jun 1996 16:12:33 PDT." <3821.835139553@time.cdrom.com> Date: Tue, 18 Jun 1996 19:43:53 -0700 From: Paul Traina Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I think Garret is wrong. I just looked at the code, and have a fair bit of...ahem...experience with that bit of code. It looks like there's a bug in our routing table code. I may take a peek at it at work tomorrow, as I've got two systems whining about this. Removing the message was a sledgehammer. Paul From: "Jordan K. Hubbard" Subject: Re: cvs commit: src/usr.sbin/routed table.c > I'm not sure I'm convinced this isn't a bug in the RIPv1/RIPv2 interop, or >>in > the radix tree, rather than simply an annoying message. Well, I did have a couple of exchanges with Garrett over this about a week or so back, and he left me with the distinct impression that this was a simple interoperability problem and not likely to be fixed. Jordan From owner-cvs-usrsbin Wed Jun 19 07:43:23 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA17329 for cvs-usrsbin-outgoing; Wed, 19 Jun 1996 07:43:23 -0700 (PDT) Received: from halloran-eldar.lcs.mit.edu (halloran-eldar.lcs.mit.edu [18.26.0.159]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id HAA17283; Wed, 19 Jun 1996 07:42:54 -0700 (PDT) Received: by halloran-eldar.lcs.mit.edu; (5.65/1.1.8.2/19Aug95-0530PM) id AA18895; Wed, 19 Jun 1996 10:41:32 -0400 Date: Wed, 19 Jun 1996 10:41:32 -0400 From: Garrett Wollman Message-Id: <9606191441.AA18895@halloran-eldar.lcs.mit.edu> To: Paul Traina Cc: "Jordan K. Hubbard" , Bill Fenner , "Jordan K. Hubbard" , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/routed table.c In-Reply-To: <199606190243.TAA11254@precipice.shockwave.com> References: <3821.835139553@time.cdrom.com> <199606190243.TAA11254@precipice.shockwave.com> Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk < said: > I think Garret is wrong. I just looked at the code, and have a fair > bit of...ahem...experience with that bit of code. It looks like there's > a bug in our routing table code. >[Jordan wrote:] > Well, I did have a couple of exchanges with Garrett over this about a > week or so back, and he left me with the distinct impression that this > was a simple interoperability problem and not likely to be fixed. Well, it's more like I said, eliminating the version skew fixed it for me, why don't you try that. I don't claim to have had the final word on the subject, and I don't normally hack routing protocols for a living (elsewise I would have been playing with GateD instead...) -GAWollman -- Garrett A. Wollman | Shashish is simple, it's discreet, it's brief. ... wollman@lcs.mit.edu | Shashish is the bonding of hearts in spite of distance. Opinions not those of| It is a bond more powerful than absence. We like people MIT, LCS, ANA, or NSA| who like Shashish. - Claude McKenzie + Florent Vollant From owner-cvs-usrsbin Wed Jun 19 10:29:29 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA02877 for cvs-usrsbin-outgoing; Wed, 19 Jun 1996 10:29:29 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA02612; Wed, 19 Jun 1996 10:27:57 -0700 (PDT) Date: Wed, 19 Jun 1996 10:27:57 -0700 (PDT) From: Nate Williams Message-Id: <199606191727.KAA02612@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/19 10:27:56 Modified: usr.sbin/pccard/pccardd cardd.c Log: Print out the IRQ rather than the IRQ mask when printing out the resources allocated to the driver when DEBUG is defined. Revision Changes Path 1.12 +2 -2 src/usr.sbin/pccard/pccardd/cardd.c From owner-cvs-usrsbin Wed Jun 19 15:41:54 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA00460 for cvs-usrsbin-outgoing; Wed, 19 Jun 1996 15:41:54 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA00441; Wed, 19 Jun 1996 15:41:46 -0700 (PDT) Date: Wed, 19 Jun 1996 15:41:46 -0700 (PDT) From: Nate Williams Message-Id: <199606192241.PAA00441@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/config.new Makefile config.h config.new.8 files.c gram.y hash.c main.c mkheaders.c mkioconf.c mkmakefile.c mkswap.c pack.c scan.l sem.c sem.h util.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/19 15:41:45 Branch: usr.sbin/config.new RELENG_2_1_0 Removed: usr.sbin/config.new Makefile config.h config.new.8 files.c gram.y hash.c main.c mkheaders.c mkioconf.c mkmakefile.c mkswap.c pack.c scan.l sem.c sem.h util.c Log: No need for this in -stable either. From owner-cvs-usrsbin Thu Jun 20 10:28:05 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA26446 for cvs-usrsbin-outgoing; Thu, 20 Jun 1996 10:28:05 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA26387; Thu, 20 Jun 1996 10:27:57 -0700 (PDT) Date: Thu, 20 Jun 1996 10:27:57 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606201727.KAA26387@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/20 10:27:56 Branch: usr.sbin RELENG_2_1_0 Modified: usr.sbin Makefile Log: Don't try to build config.new Revision Changes Path 1.62.4.5 +2 -2 src/usr.sbin/Makefile From owner-cvs-usrsbin Thu Jun 20 11:34:07 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA29803 for cvs-usrsbin-outgoing; Thu, 20 Jun 1996 11:34:07 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA29781; Thu, 20 Jun 1996 11:33:58 -0700 (PDT) Date: Thu, 20 Jun 1996 11:33:58 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199606201833.LAA29781@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pkg_install/add Makefile perform.c src/usr.sbin/pkg_install/delete Makefile main.c perform.c src/usr.sbin/pkg_install/lib Makefile file.c lib.h pen.c plist.c ftp.c ftp.h src/usr.sbin/pkg_install/create Makefile perform.c src/usr.sbin/pkg_install/info Makefile show.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/06/20 11:33:58 Modified: usr.sbin/pkg_install/add Makefile perform.c usr.sbin/pkg_install/create Makefile perform.c usr.sbin/pkg_install/delete Makefile main.c perform.c usr.sbin/pkg_install/info Makefile show.c usr.sbin/pkg_install/lib Makefile file.c lib.h pen.c plist.c Removed: usr.sbin/pkg_install/lib ftp.c ftp.h Log: Make pkg_install understand and use libftpio instead of its own copies of the ftp support routines. Also some cosmetic and minor bug fixes I've been meaning to incorporate for awhile. Revision Changes Path 1.7 +2 -0 src/usr.sbin/pkg_install/add/Makefile 1.35 +5 -9 src/usr.sbin/pkg_install/add/perform.c 1.7 +2 -0 src/usr.sbin/pkg_install/create/Makefile 1.31 +3 -2 src/usr.sbin/pkg_install/create/perform.c 1.7 +3 -0 src/usr.sbin/pkg_install/delete/Makefile 1.5 +2 -1 src/usr.sbin/pkg_install/delete/main.c 1.9 +3 -3 src/usr.sbin/pkg_install/delete/perform.c 1.7 +3 -0 src/usr.sbin/pkg_install/info/Makefile 1.8 +2 -3 src/usr.sbin/pkg_install/info/show.c 1.6 +1 -1 src/usr.sbin/pkg_install/lib/Makefile 1.22 +22 -41 src/usr.sbin/pkg_install/lib/file.c 1.21 +4 -1 src/usr.sbin/pkg_install/lib/lib.h 1.22 +1 -3 src/usr.sbin/pkg_install/lib/pen.c 1.16 +2 -2 src/usr.sbin/pkg_install/lib/plist.c From owner-cvs-usrsbin Thu Jun 20 12:19:38 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA02554 for cvs-usrsbin-outgoing; Thu, 20 Jun 1996 12:19:38 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA02531; Thu, 20 Jun 1996 12:19:31 -0700 (PDT) Date: Thu, 20 Jun 1996 12:19:31 -0700 (PDT) From: Julian Elischer Message-Id: <199606201919.MAA02531@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pwd_mkdb pw_scan.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 96/06/20 12:19:30 Modified: usr.sbin/pwd_mkdb pw_scan.c Log: Submitted by: archie@whistle.com This program should COMPLAIN about uids > 65K but not abort.. they are after all legal, and some of us NEED them! Revision Changes Path 1.5 +2 -2 src/usr.sbin/pwd_mkdb/pw_scan.c From owner-cvs-usrsbin Thu Jun 20 14:07:07 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA08686 for cvs-usrsbin-outgoing; Thu, 20 Jun 1996 14:07:07 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA08671; Thu, 20 Jun 1996 14:06:55 -0700 (PDT) Date: Thu, 20 Jun 1996 14:06:55 -0700 (PDT) From: Nate Williams Message-Id: <199606202106.OAA08671@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.c util.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/20 14:06:55 Modified: usr.sbin/pccard/pccardd cardd.c util.c Log: Don't un-necessarily include varargs.h. Revision Changes Path 1.13 +1 -2 src/usr.sbin/pccard/pccardd/cardd.c 1.6 +1 -2 src/usr.sbin/pccard/pccardd/util.c From owner-cvs-usrsbin Fri Jun 21 00:20:25 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA28675 for cvs-usrsbin-outgoing; Fri, 21 Jun 1996 00:20:25 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA28660; Fri, 21 Jun 1996 00:20:14 -0700 (PDT) Date: Fri, 21 Jun 1996 00:20:14 -0700 (PDT) From: Soren Schmidt Message-Id: <199606210720.AAA28660@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys, cvs-usrsbin Subject: cvs commit: src/sys/i386/isa syscons.c syscons.h src/usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c src/sys/i386/include console.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 96/06/21 00:20:14 Modified: sys/i386/include console.h sys/i386/isa syscons.c syscons.h Log: Some news for syscons (long overdue): Real support for a Textmode mousecursor, works by reprogramming the charset. Together with this support for cut&paste in text mode. To use it a userland daemon is needed (moused), which provides the interface to the various mice protokols. Bug fixes here and there, all known PR's closed by this update. Revision Changes Path 1.22 +11 -7 src/sys/i386/include/console.h 1.152 +176 -98 src/sys/i386/isa/syscons.c 1.16 +7 -4 src/sys/i386/isa/syscons.h Modified: usr.sbin/vidcontrol vidcontrol.1 vidcontrol.c Log: Added new -m option, that enable / disables the mousepointer on a textmode screen. Revision Changes Path 1.8 +5 -1 src/usr.sbin/vidcontrol/vidcontrol.1 1.12 +27 -6 src/usr.sbin/vidcontrol/vidcontrol.c From owner-cvs-usrsbin Fri Jun 21 01:42:55 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA02467 for cvs-usrsbin-outgoing; Fri, 21 Jun 1996 01:42:55 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA02451; Fri, 21 Jun 1996 01:42:42 -0700 (PDT) Date: Fri, 21 Jun 1996 01:42:42 -0700 (PDT) From: Soren Schmidt Message-Id: <199606210842.BAA02451@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/moused - New directory Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 96/06/21 01:42:41 src/usr.sbin/moused - New directory From owner-cvs-usrsbin Fri Jun 21 02:24:28 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA04251 for cvs-usrsbin-outgoing; Fri, 21 Jun 1996 02:24:28 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA04235; Fri, 21 Jun 1996 02:24:13 -0700 (PDT) Date: Fri, 21 Jun 1996 02:24:13 -0700 (PDT) From: Soren Schmidt Message-Id: <199606210924.CAA04235@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/moused Makefile moused.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 96/06/21 02:24:12 Added: usr.sbin/moused Makefile moused.c Log: Moused is the daemon that provides the connection between the cut&paste functionality in syscons and the real mouse hardware. If moused is run one can switch on/off the mousepointer with vidcontrol -m on/off. There is no manpage yet, but a fairly descriptive usage message.... Reviewed by:sos Submitted by: Michael Smith Obtained from:Some of the mouselogic comes from XFree86