From owner-cvs-usrsbin Sun May 14 00:05:53 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA25697 for cvs-usrsbin-outgoing; Sun, 14 May 1995 00:05:53 -0700 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA25687 ; Sun, 14 May 1995 00:05:49 -0700 Date: Sun, 14 May 1995 00:05:49 -0700 From: "Rodney W. Grimes" Message-Id: <199505140705.AAA25687@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/bad144 bad144.8 bad144.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk rgrimes 95/05/14 00:05:48 Modified: usr.sbin/bad144 bad144.8 bad144.c Log: Add bad144 -s option to scan entire slice of disk. Obtained from: FreeBSD 1.1.5.1 (Just the scan function itself was added) From owner-cvs-usrsbin Sun May 14 00:15:53 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA26320 for cvs-usrsbin-outgoing; Sun, 14 May 1995 00:15:53 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id AAA26310 ; Sun, 14 May 1995 00:15:48 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id AAA02343; Sun, 14 May 1995 00:15:04 -0700 From: "Rodney W. Grimes" Message-Id: <199505140715.AAA02343@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/usr.sbin/bad144 bad144.8 bad144.c To: rgrimes@freefall.cdrom.com (Rodney W. Grimes) Date: Sun, 14 May 1995 00:15:03 -0700 (PDT) Cc: CVS-commiters@freefall.cdrom.com, cvs-usrsbin@freefall.cdrom.com In-Reply-To: <199505140705.AAA25687@freefall.cdrom.com> from "Rodney W. Grimes" at May 14, 95 00:05:49 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1432 Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk > > rgrimes 95/05/14 00:05:48 > > Modified: usr.sbin/bad144 bad144.8 bad144.c > Log: > Add bad144 -s option to scan entire slice of disk. > > Obtained from: FreeBSD 1.1.5.1 (Just the scan function itself was added) This is not completed work, but fully functional as far as I can test it (I don't have any disks with bad blocks on them, phk has looked at this breifly and will be testing it during the day today after he gets up). There are 3 to 4 pending bugs from myself and Bruce Evans against this code, but they are all very minor nits and should not stop the code from doing the job it is suppose to. You can even use this to find bad blocks on your scsi disk with this command: bad144 -s -v -n /dev/rsd0c The -n option is not documented, but it says to not write to the disk (ie don't set the bad144 flag, and don't write the bad144 table that would currupt the end of your last partition. NOTE that if you forget that -n option you could DAMAGE YOUR FILE SYSTEM!!! There is no bad144 support in the scsi disk drivers, so this will not work for mapping blocks out of a scsi disk using bad144, but you can use scsi(8) to turn on automatic read reallocation and then scan the disk with this and it should automagically remap the block for you!! -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD From owner-cvs-usrsbin Sun May 14 01:19:39 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA29939 for cvs-usrsbin-outgoing; Sun, 14 May 1995 01:19:39 -0700 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA29927 ; Sun, 14 May 1995 01:19:18 -0700 Date: Sun, 14 May 1995 01:19:18 -0700 From: "Rodney W. Grimes" Message-Id: <199505140819.BAA29927@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/bad144 bad144.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk rgrimes 95/05/14 01:19:13 Modified: usr.sbin/bad144 bad144.c Log: Don't add a slash to the end of _PATH_DEV, it already has one. Print a final newline to stderr after the scan finishes, only do it at the right place in this version, 1.1.5.1 caused an extra newline if you where not running -s, and it went to stdout instead of stderr. Obtained from: FreeBSD 1.1.5.1 From owner-cvs-usrsbin Sun May 14 01:41:06 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA00503 for cvs-usrsbin-outgoing; Sun, 14 May 1995 01:41:06 -0700 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA00491 ; Sun, 14 May 1995 01:40:44 -0700 Date: Sun, 14 May 1995 01:40:44 -0700 From: "Rodney W. Grimes" Message-Id: <199505140840.BAA00491@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/bad144 bad144.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk rgrimes 95/05/14 01:40:40 Modified: usr.sbin/bad144 bad144.c Log: printf -> fprintf when you use a fd arg :-), oops! From owner-cvs-usrsbin Sun May 14 04:24:47 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA07172 for cvs-usrsbin-outgoing; Sun, 14 May 1995 04:24:47 -0700 Received: (from asami@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA07162 ; Sun, 14 May 1995 04:24:42 -0700 Date: Sun, 14 May 1995 04:24:42 -0700 From: Satoshi Asami Message-Id: <199505141124.EAA07162@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/amd Makefile Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk asami 95/05/14 04:24:42 Modified: usr.sbin/amd Makefile Log: Added "doc" to the list of subdirs, so that amdref.info* will get installed in /usr/share/info...closes my own PR, docs/408 (aaah now I need to figure out how to "close" PRs... ;).... From owner-cvs-usrsbin Sun May 14 08:21:45 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA15507 for cvs-usrsbin-outgoing; Sun, 14 May 1995 08:21:45 -0700 Received: (from gpalmer@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA15493 ; Sun, 14 May 1995 08:21:38 -0700 Date: Sun, 14 May 1995 08:21:38 -0700 From: Gary Palmer Message-Id: <199505141521.IAA15493@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/tcpdump/tcpslice tcpslice.1 Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk gpalmer 95/05/14 08:21:37 Modified: usr.sbin/tcpdump/tcpslice tcpslice.1 Log: tcpdump is in (1) not (l) From owner-cvs-usrsbin Sun May 14 12:19:59 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA23268 for cvs-usrsbin-outgoing; Sun, 14 May 1995 12:19:59 -0700 Received: (from rgrimes@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA23258 ; Sun, 14 May 1995 12:19:57 -0700 Date: Sun, 14 May 1995 12:19:57 -0700 From: "Rodney W. Grimes" Message-Id: <199505141919.MAA23258@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/config mkmakefile.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk rgrimes 95/05/14 12:19:56 Modified: usr.sbin/config mkmakefile.c Log: Fix 3 printf's that had the wrong number of arguments. Submitted by: gibbs From owner-cvs-usrsbin Mon May 15 02:56:56 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA24199 for cvs-usrsbin-outgoing; Mon, 15 May 1995 02:56:56 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA24186 ; Mon, 15 May 1995 02:56:50 -0700 Date: Mon, 15 May 1995 02:56:50 -0700 From: David Greenman Message-Id: <199505150956.CAA24186@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/timed/timed timed.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk davidg 95/05/15 02:56:50 Modified: usr.sbin/timed/timed timed.c Log: Fully initialize (bzero) the stack-allocated "struct sockaddr_in server" structure. Random junk on the stack would cause the call to bind to fail in some cases (since the address portion wasn't initialized). From owner-cvs-usrsbin Mon May 15 12:02:14 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA11386 for cvs-usrsbin-outgoing; Mon, 15 May 1995 12:02:14 -0700 Received: (from phk@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA11374 ; Mon, 15 May 1995 12:02:11 -0700 Date: Mon, 15 May 1995 12:02:11 -0700 From: Poul-Henning Kamp Message-Id: <199505151902.MAA11374@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/bad144 bad144.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk phk 95/05/15 12:02:10 Modified: usr.sbin/bad144 bad144.c Log: Basic bad-block scanner. Works. Slow. Adds the bad-spots automatically. From owner-cvs-usrsbin Mon May 15 17:29:33 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA22200 for cvs-usrsbin-outgoing; Mon, 15 May 1995 17:29:33 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id RAA22194 ; Mon, 15 May 1995 17:29:18 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id RAA00409; Mon, 15 May 1995 17:28:52 -0700 Date: Mon, 15 May 1995 17:28:52 -0700 From: "Jordan K. Hubbard" Message-Id: <199505160028.RAA00409@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-usrsbin@time.cdrom.com Subject: cvs commit: src/usr.sbin/mrouted callout.c defs.h igmp.c mrinfo.c mtrace.c prune.c vif.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk jkh 95/05/15 17:28:51 Modified: usr.sbin/mrouted callout.c defs.h igmp.c mrinfo.c mtrace.c prune.c vif.c Log: A number of bug fixes to mrouted (no functionality enhancements from 3.5, just the fixes!): o Scoped addresses might let traffic in o IGMP queries sent with wrong timeouts o Possible core dump in mtrace if we get a request for which we have no route o If a member on a transit network left a group, mrouted would stop forwarding even if there was a downstream router o Various code cleanups and logging changes Reviewed by: wollman Submitted by: Bill Fenner From owner-cvs-usrsbin Mon May 15 18:30:51 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA24059 for cvs-usrsbin-outgoing; Mon, 15 May 1995 18:30:51 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA24053 ; Mon, 15 May 1995 18:30:49 -0700 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id SAA00907; Mon, 15 May 1995 18:30:22 -0700 Date: Mon, 15 May 1995 18:30:22 -0700 From: "Jordan K. Hubbard" Message-Id: <199505160130.SAA00907@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-usrsbin@time.cdrom.com Subject: cvs commit: src/usr.sbin/pkg_manage pkg_install.hlp pkg_manage.c pkg_preview_fs.hlp pkg_ui.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk jkh 95/05/15 18:30:21 Modified: usr.sbin/pkg_manage pkg_install.hlp pkg_manage.c pkg_preview_fs.hlp pkg_ui.c Log: Fix a problem where pkg_manage refused to allow the user to select a full directory hierarchy, as is the format of the new ports collection. It used the old "all packages in one directory" paradigm, which is wrong for ports now. Submitted by: Marc van Kempen From owner-cvs-usrsbin Tue May 16 07:10:26 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA10326 for cvs-usrsbin-outgoing; Tue, 16 May 1995 07:10:26 -0700 Received: (from wollman@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA10313 ; Tue, 16 May 1995 07:10:14 -0700 Date: Tue, 16 May 1995 07:10:14 -0700 From: "Garrett A. Wollman" Message-Id: <199505161410.HAA10313@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/routed routed.8 Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk wollman 95/05/16 07:10:13 Modified: usr.sbin/routed routed.8 Log: Doc fix - ``active'' specification not parsed by routed in /etc/gateways. Submitted by: Mike Newell From owner-cvs-usrsbin Thu May 18 14:26:13 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA18645 for cvs-usrsbin-outgoing; Thu, 18 May 1995 14:26:13 -0700 Received: (from phk@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA18635 ; Thu, 18 May 1995 14:26:08 -0700 Date: Thu, 18 May 1995 14:26:08 -0700 From: Poul-Henning Kamp Message-Id: <199505182126.OAA18635@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/bad144 bad144.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk phk 95/05/18 14:26:07 Modified: usr.sbin/bad144 bad144.c Log: Change the ioctl to match what went into wd.c From owner-cvs-usrsbin Fri May 19 15:41:01 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA09334 for cvs-usrsbin-outgoing; Fri, 19 May 1995 15:41:01 -0700 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA09321 ; Fri, 19 May 1995 15:40:55 -0700 Date: Fri, 19 May 1995 15:40:55 -0700 From: "Jordan K. Hubbard" Message-Id: <199505192240.PAA09321@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pkg_install/add extract.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk jkh 95/05/19 15:40:55 Modified: usr.sbin/pkg_install/add extract.c Log: Only apply @mode directives to files. Don't use the -p flag to tar; it sets the files to the wrong permissions. Submitted by: jmz From owner-cvs-usrsbin Sat May 20 06:05:28 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA27189 for cvs-usrsbin-outgoing; Sat, 20 May 1995 06:05:28 -0700 Received: (from jkh@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA27177 ; Sat, 20 May 1995 06:05:24 -0700 Date: Sat, 20 May 1995 06:05:24 -0700 From: "Jordan K. Hubbard" Message-Id: <199505201305.GAA27177@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/adduser adduser.perl Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk jkh 95/05/20 06:05:23 Modified: usr.sbin/adduser adduser.perl Log: The problem is the returned salt, while the freebsd man pages asks that the crypt salt string begin with a '_', no other crypt's do. If you remove the initialization of $salt to '_' in sub salt(), everything works as advertised. Submitted by: Charles Henrich From owner-cvs-usrsbin Sat May 20 18:50:18 1995 Return-Path: cvs-usrsbin-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA16674 for cvs-usrsbin-outgoing; Sat, 20 May 1995 18:50:18 -0700 Received: (from phk@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA16662 ; Sat, 20 May 1995 18:50:14 -0700 Date: Sat, 20 May 1995 18:50:14 -0700 From: Poul-Henning Kamp Message-Id: <199505210150.SAA16662@freefall.cdrom.com> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/crunch/crunchgen crunched_main.c Sender: cvs-usrsbin-owner@freebsd.org Precedence: bulk phk 95/05/20 18:50:14 Modified: usr.sbin/crunch/crunchgen crunched_main.c Log: Added a crunched_here(char *path) function so crunched programs can find out who they share bed and breakfast with.