From owner-cvs-sbin Sun Jan 7 14:32:49 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22912 for cvs-sbin-outgoing; Sun, 7 Jan 1996 14:32:49 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22892 Sun, 7 Jan 1996 14:32:41 -0800 (PST) Date: Sun, 7 Jan 1996 14:32:41 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601072232.OAA22892@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/i386/ft ftecc.c Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk phk 96/01/07 14:32:40 Modified: sbin/i386/ft ftecc.c Log: Move some tables to "const" and remove some unused vars. Revision Changes Path 1.4 +6 -7 src/sbin/i386/ft/ftecc.c From owner-cvs-sbin Sun Jan 7 19:46:34 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA08562 for cvs-sbin-outgoing; Sun, 7 Jan 1996 19:46:34 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA08553 Sun, 7 Jan 1996 19:46:30 -0800 (PST) Date: Sun, 7 Jan 1996 19:46:30 -0800 (PST) From: Peter Wemm Message-Id: <199601080346.TAA08553@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/ifconfig ifconfig.c Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk peter 96/01/07 19:46:29 Modified: sbin/ifconfig ifconfig.c Log: Fix some of my mistakes, slight cleanup, improve reliability (the old ifconfig would segfault on "ifconfig ed0 ether up" and the like). The main reason for this commit was that an "ifconfig -a" would also show the AF_INET addresses in AF_IPX form (if the kernel was configured for IPX) due to insufficient AF checking in my "new way" of doing it. Revision Changes Path 1.11 +36 -12 src/sbin/ifconfig/ifconfig.c From owner-cvs-sbin Mon Jan 8 02:23:36 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA28798 for cvs-sbin-outgoing; Mon, 8 Jan 1996 02:23:36 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA28785 Mon, 8 Jan 1996 02:23:32 -0800 (PST) Date: Mon, 8 Jan 1996 02:23:32 -0800 (PST) From: Peter Wemm Message-Id: <199601081023.CAA28785@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/ifconfig ifconfig.c Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk peter 96/01/08 02:23:30 Modified: sbin/ifconfig ifconfig.c Log: Yet another "fix" for some of the mistakes in the recent versions.. I discovered that when asking for the IFLIST via sysctl(), if you specify only AF_INET address, it actually gives you only AF_INET.. (suprise, suprise..!) Now, it should "do the right thing" in just about all cases... The only problem, is that "the right thing" isn't exactly clear in all cases. Revision Changes Path 1.12 +25 -13 src/sbin/ifconfig/ifconfig.c From owner-cvs-sbin Mon Jan 8 02:29:23 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA29235 for cvs-sbin-outgoing; Mon, 8 Jan 1996 02:29:23 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id CAA29210 Mon, 8 Jan 1996 02:28:50 -0800 (PST) Received: (from peter@localhost) by jhome.DIALix.COM (8.7.3/8.7.3) id SAA01809; Mon, 8 Jan 1996 18:28:44 +0800 (WST) Date: Mon, 8 Jan 1996 18:28:43 +0800 (WST) From: Peter Wemm To: CVS-committers@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c In-Reply-To: <199601081023.CAA28785@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk On Mon, 8 Jan 1996, Peter Wemm wrote: > Modified: sbin/ifconfig ifconfig.c > Log: > Yet another "fix" for some of the mistakes in the recent versions.. > > I discovered that when asking for the IFLIST via sysctl(), if you > specify only AF_INET address, it actually gives you only AF_INET.. > (suprise, suprise..!) > > Now, it should "do the right thing" in just about all cases... The only > problem, is that "the right thing" isn't exactly clear in all cases. I am starting to hate this program... It's beginning to remind me of the SUP source... -Peter From owner-cvs-sbin Wed Jan 10 16:12:52 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14482 for cvs-sbin-outgoing; Wed, 10 Jan 1996 16:12:52 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14475 Wed, 10 Jan 1996 16:12:50 -0800 (PST) Date: Wed, 10 Jan 1996 16:12:50 -0800 (PST) From: Joerg Wunsch Message-Id: <199601110012.QAA14475@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/mountd mountd.8 mountd.c Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk joerg 96/01/10 16:12:49 Branch: sbin/mountd RELENG_2_1_0 Modified: sbin/mountd mountd.8 mountd.c Log: Move the -r flag from HEAD here: it allows to export regular files, which seems to be required for diskless Suns in order to mount their swap space. Revision Changes Path 1.3.4.1 +11 -2 src/sbin/mountd/mountd.8 1.8.2.2 +17 -9 src/sbin/mountd/mountd.c