From owner-cvs-sbin Mon Jan 1 00:37:32 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA12991 for cvs-sbin-outgoing; Mon, 1 Jan 1996 00:37:32 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA12982 Mon, 1 Jan 1996 00:37:30 -0800 (PST) Date: Mon, 1 Jan 1996 00:37:30 -0800 (PST) From: Peter Wemm Message-Id: <199601010837.AAA12982@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/newfs newfs.c Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk peter 96/01/01 00:37:30 Modified: sbin/newfs newfs.c Log: Add hooks into the mount_mfs code in newfs to do the FreeBSD-style LKM loading if it was not configured into the system. Note that the LKM for MFS is not enabled by default, but I got it working on my machine.. I'll see what I did.. Revision Changes Path 1.13 +15 -1 src/sbin/newfs/newfs.c From owner-cvs-sbin Mon Jan 1 00:39:42 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA13075 for cvs-sbin-outgoing; Mon, 1 Jan 1996 00:39:42 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA13068 Mon, 1 Jan 1996 00:39:40 -0800 (PST) Date: Mon, 1 Jan 1996 00:39:40 -0800 (PST) From: Peter Wemm Message-Id: <199601010839.AAA13068@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/nfsd Makefile nfsd.c Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk peter 96/01/01 00:39:40 Modified: sbin/nfsd Makefile nfsd.c Log: Make nfsd use setproctitle from libutil... Old code is still #ifdef OLD_SETPROCTITLE for comparison with the old code. Revision Changes Path 1.5 +2 -0 src/sbin/nfsd/Makefile 1.6 +9 -0 src/sbin/nfsd/nfsd.c From owner-cvs-sbin Mon Jan 1 01:05:38 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA13882 for cvs-sbin-outgoing; Mon, 1 Jan 1996 01:05:38 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA13873 Mon, 1 Jan 1996 01:05:31 -0800 (PST) Date: Mon, 1 Jan 1996 01:05:31 -0800 (PST) From: Peter Wemm Message-Id: <199601010905.BAA13873@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/01 01:05:27 Modified: sbin/ifconfig ifconfig.c Log: My really ugly hack to ifconfig to make it pick up interface aliases and the ethernet address for non-root users. I apologise to the world for propagating the ugliness of some of the code constructs within ifconfig... Fixing them would just abou mean rewriting most of the function call interfaces, something I didn't have the stomach for. :-) Revision Changes Path 1.10 +264 -261 src/sbin/ifconfig/ifconfig.c From owner-cvs-sbin Tue Jan 2 12:09:27 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA07269 for cvs-sbin-outgoing; Tue, 2 Jan 1996 12:09:27 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA07260 Tue, 2 Jan 1996 12:09:24 -0800 (PST) Date: Tue, 2 Jan 1996 12:09:24 -0800 (PST) From: "Garrett A. Wollman" Message-Id: <199601022009.MAA07260@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/route route.c Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk wollman 96/01/02 12:09:23 Modified: sbin/route route.c Log: Clean up GCC warnings, condition out some compatibility cruft, add $Id$. Pointed-out-by: jmb Revision Changes Path 1.3 +51 -61 src/sbin/route/route.c From owner-cvs-sbin Wed Jan 3 03:37:50 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA01433 for cvs-sbin-outgoing; Wed, 3 Jan 1996 03:37:50 -0800 (PST) Received: (from adam@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA01426 Wed, 3 Jan 1996 03:37:48 -0800 (PST) Date: Wed, 3 Jan 1996 03:37:48 -0800 (PST) From: Adam David Message-Id: <199601031137.DAA01426@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/nfsd Makefile Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk adam 96/01/03 03:37:47 Modified: sbin/nfsd Makefile Log: Link with libutil for kerberos too Revision Changes Path 1.6 +1 -1 src/sbin/nfsd/Makefile From owner-cvs-sbin Wed Jan 3 03:48:26 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA01963 for cvs-sbin-outgoing; Wed, 3 Jan 1996 03:48:26 -0800 (PST) Received: (from adam@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA01955 Wed, 3 Jan 1996 03:48:21 -0800 (PST) Date: Wed, 3 Jan 1996 03:48:21 -0800 (PST) From: Adam David Message-Id: <199601031148.DAA01955@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/nfsd Makefile Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk adam 96/01/03 03:48:19 Modified: sbin/nfsd Makefile Log: oops, do it right this time Revision Changes Path 1.7 +1 -1 src/sbin/nfsd/Makefile From owner-cvs-sbin Wed Jan 3 06:14:53 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA09370 for cvs-sbin-outgoing; Wed, 3 Jan 1996 06:14:53 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA09362 Wed, 3 Jan 1996 06:14:51 -0800 (PST) Date: Wed, 3 Jan 1996 06:14:51 -0800 (PST) From: Peter Wemm Message-Id: <199601031414.GAA09362@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/mountd mountd.c Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk peter 96/01/03 06:14:51 Branch: sbin/mountd RELENG_2_1_0 Modified: sbin/mountd mountd.c Log: Backport the reserved port checking for mountd requests from the NFSv3 code in -current. The existing code was not very useful... :-( Revision Changes Path 1.8.2.1 +8 -6 src/sbin/mountd/mountd.c From owner-cvs-sbin Wed Jan 3 18:00:20 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA26506 for cvs-sbin-outgoing; Wed, 3 Jan 1996 18:00:20 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA26499 Wed, 3 Jan 1996 18:00:18 -0800 (PST) Date: Wed, 3 Jan 1996 18:00:18 -0800 (PST) From: Jean-Marc Zucconi Message-Id: <199601040200.SAA26499@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/i386/fdisk fdisk.8 Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk jmz 96/01/03 18:00:17 Modified: sbin/i386/fdisk fdisk.8 Log: Fix the spelling of 'partition'. Revision Changes Path 1.5 +4 -4 src/sbin/i386/fdisk/fdisk.8 From owner-cvs-sbin Fri Jan 5 23:09:58 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA29383 for cvs-sbin-outgoing; Fri, 5 Jan 1996 23:09:58 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA29376 Fri, 5 Jan 1996 23:09:56 -0800 (PST) Date: Fri, 5 Jan 1996 23:09:56 -0800 (PST) From: Nate Williams Message-Id: <199601060709.XAA29376@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/slattach slattach.8 Sender: owner-cvs-sbin@FreeBSD.ORG Precedence: bulk nate 96/01/05 23:09:55 Branch: sbin/slattach RELENG_2_1_0 Modified: sbin/slattach slattach.8 Log: Updated man-page from head. Revision Changes Path 1.4.4.3 +11 -12 src/sbin/slattach/slattach.8