From owner-cvs-sbin Sun Jan 25 01:15:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA25821 for cvs-sbin-outgoing; Sun, 25 Jan 1998 01:15:47 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA25792; Sun, 25 Jan 1998 01:15:40 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA24521; Sun, 25 Jan 1998 01:15:11 -0800 (PST) Date: Sun, 25 Jan 1998 01:15:11 -0800 (PST) Message-Id: <199801250915.BAA24521@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/dump tape.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/01/25 01:15:11 PST Modified files: sbin/dump tape.c Log: read() and write() return ssize_t not int, so the first arg to atomic() should be ssize_t too. Revision Changes Path 1.8 +3 -2 src/sbin/dump/tape.c From owner-cvs-sbin Sun Jan 25 01:17:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA25919 for cvs-sbin-outgoing; Sun, 25 Jan 1998 01:17:29 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA25888; Sun, 25 Jan 1998 01:17:25 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA24556; Sun, 25 Jan 1998 01:16:56 -0800 (PST) Date: Sun, 25 Jan 1998 01:16:56 -0800 (PST) Message-Id: <199801250916.BAA24556@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/slattach slattach.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/01/25 01:16:56 PST Modified files: sbin/slattach slattach.c Log: signal() returns an pointer, so must be cast to long, not int before comparing < 0. Revision Changes Path 1.30 +5 -5 src/sbin/slattach/slattach.c From owner-cvs-sbin Sun Jan 25 09:29:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24402 for cvs-sbin-outgoing; Sun, 25 Jan 1998 09:29:34 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA24291; Sun, 25 Jan 1998 09:29:27 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA17946; Sun, 25 Jan 1998 09:28:54 -0800 (PST) Date: Sun, 25 Jan 1998 09:28:54 -0800 (PST) Message-Id: <199801251728.JAA17946@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/swapon swapon.8 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/01/25 09:28:54 PST Modified files: sbin/swapon swapon.8 Log: SEE ALSO swapinfo(8). PR: 5447 Submitted by: Craig Leres Revision Changes Path 1.8 +2 -1 src/sbin/swapon/swapon.8 From owner-cvs-sbin Sun Jan 25 17:02:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA08777 for cvs-sbin-outgoing; Sun, 25 Jan 1998 17:02:42 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA08423; Sun, 25 Jan 1998 17:00:56 -0800 (PST) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA20587; Sun, 25 Jan 1998 17:00:22 -0800 (PST) Date: Sun, 25 Jan 1998 17:00:22 -0800 (PST) Message-Id: <199801260100.RAA20587@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/shutdown shutdown.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 1998/01/25 17:00:21 PST Modified files: (Branch: RELENG_2_1_0) sbin/shutdown shutdown.c Log: MFC (rev 1.9): year 2000 fix. Revision Changes Path 1.3.4.2 +13 -0 src/sbin/shutdown/shutdown.c From owner-cvs-sbin Sun Jan 25 17:03:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09114 for cvs-sbin-outgoing; Sun, 25 Jan 1998 17:03:55 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA08601; Sun, 25 Jan 1998 17:02:14 -0800 (PST) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA20648; Sun, 25 Jan 1998 17:01:40 -0800 (PST) Date: Sun, 25 Jan 1998 17:01:40 -0800 (PST) Message-Id: <199801260101.RAA20648@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/shutdown shutdown.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 1998/01/25 17:01:40 PST Modified files: (Branch: RELENG_2_2) sbin/shutdown shutdown.c Log: MFC (rev 1.9): year 2000 fix. Revision Changes Path 1.4.2.5 +12 -1 src/sbin/shutdown/shutdown.c From owner-cvs-sbin Fri Jan 30 04:40:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA21964 for cvs-sbin-outgoing; Fri, 30 Jan 1998 04:40:39 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA21879; Fri, 30 Jan 1998 04:40:30 -0800 (PST) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA12575; Fri, 30 Jan 1998 04:39:19 -0800 (PST) Date: Fri, 30 Jan 1998 04:39:19 -0800 (PST) Message-Id: <199801301239.EAA12575@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin Makefile Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/01/30 04:39:19 PST Modified files: sbin Makefile Log: Retire dumplfs mount_lfs newlfs Revision Changes Path 1.42 +3 -3 src/sbin/Makefile From owner-cvs-sbin Fri Jan 30 04:42:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA22591 for cvs-sbin-outgoing; Fri, 30 Jan 1998 04:42:19 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA22521; Fri, 30 Jan 1998 04:42:09 -0800 (PST) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA12694; Fri, 30 Jan 1998 04:40:57 -0800 (PST) Date: Fri, 30 Jan 1998 04:40:57 -0800 (PST) Message-Id: <199801301240.EAA12694@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/dumplfs Makefile dumplfs.8 dumplfs.c extern.h misc.c src/sbin/mount_lfs Makefile mount_lfs.8 mount_lfs.c pathnames.h src/sbin/newlfs Makefile config.h extern.h lfs.c misc.c newfs.c newlfs.8 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/01/30 04:40:57 PST Removed files: sbin/dumplfs Makefile dumplfs.8 dumplfs.c extern.h misc.c sbin/mount_lfs Makefile mount_lfs.8 mount_lfs.c pathnames.h sbin/newlfs Makefile config.h extern.h lfs.c misc.c newfs.c newlfs.8 Log: Retire dumplfs, mount_lfs and newlfs From owner-cvs-sbin Sat Jan 31 22:46:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA27403 for cvs-sbin-outgoing; Sat, 31 Jan 1998 22:46:50 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA27371; Sat, 31 Jan 1998 22:46:43 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA04467; Sat, 31 Jan 1998 22:46:38 -0800 (PST) Date: Sat, 31 Jan 1998 22:46:38 -0800 (PST) Message-Id: <199802010646.WAA04467@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/swapon swapon.8 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/01/31 22:46:37 PST Modified files: sbin/swapon swapon.8 Log: Revert last commit and SEE ALSO pstat(8) instead. Submitted by: Bruce Evans Revision Changes Path 1.9 +2 -2 src/sbin/swapon/swapon.8 From owner-cvs-sbin Sat Jan 31 23:04:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29328 for cvs-sbin-outgoing; Sat, 31 Jan 1998 23:04:47 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA29159; Sat, 31 Jan 1998 23:03:35 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA04542; Sat, 31 Jan 1998 23:03:29 -0800 (PST) Date: Sat, 31 Jan 1998 23:03:29 -0800 (PST) Message-Id: <199802010703.XAA04542@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/ifconfig ifconfig.8 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/01/31 23:03:29 PST Modified files: sbin/ifconfig ifconfig.8 Log: Spell 'implements' correctly. PR: 5614 Submitted by: Dag-Erling Coidan Smorgrav Revision Changes Path 1.16 +2 -2 src/sbin/ifconfig/ifconfig.8 From owner-cvs-sbin Sat Jan 31 23:05:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA29388 for cvs-sbin-outgoing; Sat, 31 Jan 1998 23:05:17 -0800 (PST) (envelope-from owner-cvs-sbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA29355; Sat, 31 Jan 1998 23:05:08 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA04598; Sat, 31 Jan 1998 23:05:03 -0800 (PST) Date: Sat, 31 Jan 1998 23:05:03 -0800 (PST) Message-Id: <199802010705.XAA04598@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/ifconfig ifconfig.8 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/01/31 23:05:03 PST Modified files: (Branch: RELENG_2_2) sbin/ifconfig ifconfig.8 Log: MFC: spelling correction PR: 5614 Revision Changes Path 1.9.2.3 +2 -2 src/sbin/ifconfig/ifconfig.8