From owner-cvs-sbin Mon Sep 2 16:40:16 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA19339 for cvs-sbin-outgoing; Mon, 2 Sep 1996 16:40:16 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA19317; Mon, 2 Sep 1996 16:40:09 -0700 (PDT) Date: Mon, 2 Sep 1996 16:40:09 -0700 (PDT) From: Peter Wemm Message-Id: <199609022340.QAA19317@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/fsdb Makefile Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/02 16:40:09 Modified: sbin/fsdb Makefile Log: Add ${DPADD}, $Id$ Revision Changes Path 1.4 +2 -0 src/sbin/fsdb/Makefile From owner-cvs-sbin Tue Sep 3 00:14:05 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA10683 for cvs-sbin-outgoing; Tue, 3 Sep 1996 00:14:05 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA10664; Tue, 3 Sep 1996 00:13:58 -0700 (PDT) Date: Tue, 3 Sep 1996 00:13:58 -0700 (PDT) From: David Greenman Message-Id: <199609030713.AAA10664@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/mount mntopts.h mount.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/09/03 00:13:57 Modified: sbin/mount mntopts.h mount.c Log: Implemented user side of "noatime" mount option. This option disables the file access time update on reads and can be useful in reducing filesystem overhead in cases where the access time is not important (like Usenet news spools). Revision Changes Path 1.7 +3 -1 src/sbin/mount/mntopts.h 1.15 +1 -0 src/sbin/mount/mount.c From owner-cvs-sbin Wed Sep 4 12:43:37 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA28720 for cvs-sbin-outgoing; Wed, 4 Sep 1996 12:43:37 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA28688; Wed, 4 Sep 1996 12:41:34 -0700 (PDT) Date: Wed, 4 Sep 1996 12:41:34 -0700 (PDT) From: Julian Elischer Message-Id: <199609041941.MAA28688@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ifconfig ifconfig.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 96/09/04 12:41:33 Modified: sbin/ifconfig ifconfig.c Log: Get rid of an unexpectedly bogus sanity check under appletalk because it stopped us from removing or setting loopback address on lo0: also make use of the fact the athe sockaddre_at struct now has a "netrange" field. CVS ---------------------------------------------------------------------- Revision Changes Path 1.19 +3 -3 src/sbin/ifconfig/ifconfig.c From owner-cvs-sbin Wed Sep 4 13:22:07 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA00467 for cvs-sbin-outgoing; Wed, 4 Sep 1996 13:22:07 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA00446; Wed, 4 Sep 1996 13:21:50 -0700 (PDT) Date: Wed, 4 Sep 1996 13:21:50 -0700 (PDT) From: Julian Elischer Message-Id: <199609042021.NAA00446@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ifconfig ifconfig.8 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 96/09/04 13:21:49 Modified: sbin/ifconfig ifconfig.8 Log: Just realised the man page didn't mention the appletalk specific options to ifconfig.. so I 've added them.. Revision Changes Path 1.9 +9 -1 src/sbin/ifconfig/ifconfig.8 From owner-cvs-sbin Thu Sep 5 01:08:55 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA00412 for cvs-sbin-outgoing; Thu, 5 Sep 1996 01:08:55 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA00368; Thu, 5 Sep 1996 01:08:44 -0700 (PDT) Date: Thu, 5 Sep 1996 01:08:44 -0700 (PDT) From: David Greenman Message-Id: <199609050808.BAA00368@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/savecore savecore.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/09/05 01:08:43 Modified: sbin/savecore savecore.c Log: Cast the partial result of an expression to an off_t to fix an overflow in the calculation of free disk space. Fixes PR#1569. Submitted by: Tor Egge Revision Changes Path 1.14 +1 -1 src/sbin/savecore/savecore.c From owner-cvs-sbin Thu Sep 5 10:17:14 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA03181 for cvs-sbin-outgoing; Thu, 5 Sep 1996 10:17:14 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA03127; Thu, 5 Sep 1996 10:16:12 -0700 (PDT) Date: Thu, 5 Sep 1996 10:16:12 -0700 (PDT) From: Bruce Evans Message-Id: <199609051716.KAA03127@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games, cvs-lib, cvs-usrbin, cvs-gnu, cvs-libexec, cvs-sbin, cvs-usrsbin Subject: cvs commit: src/games/fortune/fortune Makefile src/gnu/lib/libg++ Makefile src/gnu/usr.bin/man/manpath Makefile src/lib/libss Makefile src/libexec/telnetd Makefile src/sbin/init Makefile src/usr.bin/netstat Makefile src/usr.bin/tip/tip Makefile src/usr.bin/tn3270/tn3270 Makefile src/usr.bin/vmstat Makefile src/usr.sbin/rpc.yppasswdd Makefile src/usr.sbin/rpc.ypxfrd Makefile src/usr.sbin/sup/supfilesrv Makefile src/usr.sbin/sup/supscan Makefile src/games/atc Makefile src/gnu/usr.bin/man/man Makefile src/lib/libcurses Makefile src/lib/libncurses Makefile src/libexec/xtend Makefile src/libexec/ypxfr Makefile src/sbin/ifconfig Makefile src/usr.bin/systat Makefile src/usr.bin/telnet Makefile src/usr.sbin/pcvt/kcon Makefile src/usr.sbin/slstat Makefile src/usr.sbin/spray Makefile src/usr.sbin/sup/sup Makefile src/usr.sbin/xntpd/xntpd Makefile Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/05 10:16:11 Modified: games/atc Makefile games/fortune/fortune Makefile gnu/lib/libg++ Makefile gnu/usr.bin/man/man Makefile gnu/usr.bin/man/manpath Makefile lib/libcurses Makefile lib/libncurses Makefile lib/libss Makefile libexec/telnetd Makefile libexec/xtend Makefile libexec/ypxfr Makefile sbin/ifconfig Makefile sbin/init Makefile usr.bin/netstat Makefile usr.bin/systat Makefile usr.bin/telnet Makefile usr.bin/tip/tip Makefile usr.bin/tn3270/tn3270 Makefile usr.bin/vmstat Makefile usr.sbin/pcvt/kcon Makefile usr.sbin/rpc.yppasswdd Makefile usr.sbin/rpc.ypxfrd Makefile usr.sbin/slstat Makefile usr.sbin/spray Makefile usr.sbin/sup/sup Makefile usr.sbin/sup/supfilesrv Makefile usr.sbin/sup/supscan Makefile usr.sbin/xntpd/xntpd Makefile Log: Fixed DPADD. Revision Changes Path 1.7 +1 -1 src/games/atc/Makefile 1.3 +1 -1 src/games/fortune/fortune/Makefile 1.13 +3 -3 src/gnu/lib/libg++/Makefile 1.20 +5 -4 src/gnu/usr.bin/man/man/Makefile 1.15 +4 -3 src/gnu/usr.bin/man/manpath/Makefile 1.8 +3 -2 src/lib/libcurses/Makefile 1.19 +3 -2 src/lib/libncurses/Makefile 1.14 +5 -4 src/lib/libss/Makefile 1.7 +2 -2 src/libexec/telnetd/Makefile 1.4 +3 -2 src/libexec/xtend/Makefile 1.4 +3 -2 src/libexec/ypxfr/Makefile 1.5 +1 -1 src/sbin/ifconfig/Makefile 1.8 +5 -5 src/sbin/init/Makefile 1.7 +1 -1 src/usr.bin/netstat/Makefile 1.3 +1 -1 src/usr.bin/systat/Makefile 1.8 +2 -1 src/usr.bin/telnet/Makefile 1.6 +2 -1 src/usr.bin/tip/tip/Makefile 1.7 +2 -2 src/usr.bin/tn3270/tn3270/Makefile 1.4 +1 -1 src/usr.bin/vmstat/Makefile 1.4 +8 -1 src/usr.sbin/pcvt/kcon/Makefile 1.5 +3 -2 src/usr.sbin/rpc.yppasswdd/Makefile 1.3 +3 -2 src/usr.sbin/rpc.ypxfrd/Makefile 1.3 +2 -2 src/usr.sbin/slstat/Makefile 1.2 +2 -1 src/usr.sbin/spray/Makefile 1.5 +3 -3 src/usr.sbin/sup/sup/Makefile 1.5 +3 -3 src/usr.sbin/sup/supfilesrv/Makefile 1.3 +3 -3 src/usr.sbin/sup/supscan/Makefile 1.9 +2 -1 src/usr.sbin/xntpd/xntpd/Makefile From owner-cvs-sbin Thu Sep 5 23:01:17 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA26736 for cvs-sbin-outgoing; Thu, 5 Sep 1996 23:01:17 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA26716; Thu, 5 Sep 1996 23:01:08 -0700 (PDT) Date: Thu, 5 Sep 1996 23:01:08 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199609060601.XAA26716@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/swapon swapon.8 swapon.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/09/05 23:01:07 Modified: sbin/swapon swapon.8 swapon.c Log: Make the noauto flag usable for swap devices too. Closes PR#1542 Submitted-By: David Leonard Revision Changes Path 1.3 +1 -1 src/sbin/swapon/swapon.8 1.4 +2 -0 src/sbin/swapon/swapon.c