From owner-cvs-usrbin Sun Oct 20 09:55:05 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA01339 for cvs-usrbin-outgoing; Sun, 20 Oct 1996 09:55:05 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA01319; Sun, 20 Oct 1996 09:54:54 -0700 (PDT) Date: Sun, 20 Oct 1996 09:54:54 -0700 (PDT) From: Wolfram Schneider Message-Id: <199610201654.JAA01319@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/locate/locate fastfind.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/10/20 09:54:53 Modified: usr.bin/locate/locate fastfind.c Log: Better case insensitve search support for pattern with meta chars. In some rare cases this does not work proper before flag FNM_ICASE was added to fnmatch(3). Revision Changes Path 1.4 +9 -2 src/usr.bin/locate/locate/fastfind.c From owner-cvs-usrbin Mon Oct 21 01:52:21 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA02323 for cvs-usrbin-outgoing; Mon, 21 Oct 1996 01:52:21 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA02291; Mon, 21 Oct 1996 01:52:02 -0700 (PDT) Date: Mon, 21 Oct 1996 01:52:02 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199610210852.BAA02291@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/join join.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/10/21 01:52:01 Modified: usr.bin/join join.c Log: Don't access stuff we have realloc()'ed using the old pointer. This is a sample of a new class of malloc usage errors that the Junk option to phkmalloc will expose. Found by: phkmalloc. Revision Changes Path 1.3 +3 -2 src/usr.bin/join/join.c From owner-cvs-usrbin Mon Oct 21 11:04:53 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA29795 for cvs-usrbin-outgoing; Mon, 21 Oct 1996 11:04:53 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA29780; Mon, 21 Oct 1996 11:04:43 -0700 (PDT) Date: Mon, 21 Oct 1996 11:04:43 -0700 (PDT) From: Joerg Wunsch Message-Id: <199610211804.LAA29780@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/vgrind vgrind.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/10/21 11:04:43 Modified: usr.bin/vgrind vgrind.1 Log: Correct the SYNOPSIS section of the man page to add the -p option. Revision Changes Path 1.4 +2 -1 src/usr.bin/vgrind/vgrind.1 From owner-cvs-usrbin Mon Oct 21 11:06:11 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA29942 for cvs-usrbin-outgoing; Mon, 21 Oct 1996 11:06:11 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA29927; Mon, 21 Oct 1996 11:06:06 -0700 (PDT) Date: Mon, 21 Oct 1996 11:06:06 -0700 (PDT) From: Joerg Wunsch Message-Id: <199610211806.LAA29927@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/vgrind vfontedpr.c vgrind.1 vgrind.sh Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/10/21 11:06:05 Branch: usr.bin/vgrind RELENG_2_1_0 Modified: usr.bin/vgrind vfontedpr.c vgrind.1 vgrind.sh Log: Merge the -p changes (rev 1.2 of vgrind.sh) into this branch, and document them. Revision Changes Path 1.3.4.2 +2 -2 src/usr.bin/vgrind/vfontedpr.c 1.1.1.1.6.2 +14 -4 src/usr.bin/vgrind/vgrind.1 1.1.1.1.6.1 +16 -4 src/usr.bin/vgrind/vgrind.sh From owner-cvs-usrbin Mon Oct 21 12:51:43 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA06863 for cvs-usrbin-outgoing; Mon, 21 Oct 1996 12:51:43 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA06823; Mon, 21 Oct 1996 12:51:36 -0700 (PDT) Date: Mon, 21 Oct 1996 12:51:36 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199610211951.MAA06823@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/logger logger.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/10/21 12:51:35 Modified: usr.bin/logger logger.c Log: unset TZ from the environment so the timestamp gets the system default, which is what syslogd presumably uses too. Notice that the "protocol" is bogus in not defining the timezone. "protocol" because it hardly deserves the name :-) closes bin/1739 Reported by: Stefan Zehl Revision Changes Path 1.2 +1 -0 src/usr.bin/logger/logger.c From owner-cvs-usrbin Mon Oct 21 14:22:11 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA13607 for cvs-usrbin-outgoing; Mon, 21 Oct 1996 14:22:11 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA13511; Mon, 21 Oct 1996 14:21:38 -0700 (PDT) Date: Mon, 21 Oct 1996 14:21:38 -0700 (PDT) From: Wolfram Schneider Message-Id: <199610212121.OAA13511@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/10/21 14:21:37 Modified: usr.bin Makefile Log: add forgotten killall Revision Changes Path 1.52.4.5 +2 -2 src/usr.bin/Makefile From owner-cvs-usrbin Mon Oct 21 15:02:46 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA16590 for cvs-usrbin-outgoing; Mon, 21 Oct 1996 15:02:46 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA16572; Mon, 21 Oct 1996 15:02:36 -0700 (PDT) Date: Mon, 21 Oct 1996 15:02:36 -0700 (PDT) From: Wolfram Schneider Message-Id: <199610212202.PAA16572@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/uudecode uudecode.c src/usr.bin/uuencode uuencode.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/10/21 15:02:36 Modified: usr.bin/uudecode uudecode.c usr.bin/uuencode uuencode.1 Log: New options for uudecode -p Decode file and write output to standard output. -c Decode more than one uuencode'd file from file if possible. Revision Changes Path 1.4 +58 -5 src/usr.bin/uudecode/uudecode.c 1.3 +28 -0 src/usr.bin/uuencode/uuencode.1 From owner-cvs-usrbin Mon Oct 21 17:42:05 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA27859 for cvs-usrbin-outgoing; Mon, 21 Oct 1996 17:42:05 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA27834; Mon, 21 Oct 1996 17:41:57 -0700 (PDT) Date: Mon, 21 Oct 1996 17:41:57 -0700 (PDT) From: Bill Paul Message-Id: <199610220041.RAA27834@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/chpass pw_yp.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/10/21 17:41:56 Modified: usr.bin/chpass pw_yp.c Log: Modify the 'couldn't create udp handle' message so it tell you the name of the host that couldn't be connected to. This will hopefully make it easier to diagnose problems with certain NIS configuration problems. Revision Changes Path 1.6 +5 -4 src/usr.bin/chpass/pw_yp.c From owner-cvs-usrbin Mon Oct 21 20:27:31 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA11651 for cvs-usrbin-outgoing; Mon, 21 Oct 1996 20:27:31 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA11629; Mon, 21 Oct 1996 20:27:17 -0700 (PDT) Date: Mon, 21 Oct 1996 20:27:17 -0700 (PDT) From: Bill Paul Message-Id: <199610220327.UAA11629@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/chpass pw_copy.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/10/21 20:27:16 Modified: usr.bin/chpass pw_copy.c Log: Part 2 of fix for PR #1519. The problem here is similar to what was going on in pwd_mkdb, except here we also have to deal with the pw_change and pw_expire fields. Revision Changes Path 1.3 +25 -8 src/usr.bin/chpass/pw_copy.c From owner-cvs-usrbin Mon Oct 21 20:31:49 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA11945 for cvs-usrbin-outgoing; Mon, 21 Oct 1996 20:31:49 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA11918; Mon, 21 Oct 1996 20:31:34 -0700 (PDT) Date: Mon, 21 Oct 1996 20:31:34 -0700 (PDT) From: Bill Paul Message-Id: <199610220331.UAA11918@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/chpass pw_copy.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/10/21 20:31:33 Branch: usr.bin/chpass RELENG_2_1_0 Modified: usr.bin/chpass pw_copy.c Log: Part 2 of PR #1519 fix from -current. Revision Changes Path 1.1.1.1.6.2 +25 -8 src/usr.bin/chpass/pw_copy.c From owner-cvs-usrbin Mon Oct 21 20:43:49 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA12708 for cvs-usrbin-outgoing; Mon, 21 Oct 1996 20:43:49 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA12688; Mon, 21 Oct 1996 20:43:38 -0700 (PDT) Date: Mon, 21 Oct 1996 20:43:38 -0700 (PDT) From: Bill Paul Message-Id: <199610220343.UAA12688@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/chpass pw_copy.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/10/21 20:43:37 Modified: usr.bin/chpass pw_copy.c Log: *blush* Whoops: got the format strings wrong. Revision Changes Path 1.4 +4 -4 src/usr.bin/chpass/pw_copy.c From owner-cvs-usrbin Mon Oct 21 20:45:32 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA12881 for cvs-usrbin-outgoing; Mon, 21 Oct 1996 20:45:32 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA12857; Mon, 21 Oct 1996 20:45:20 -0700 (PDT) Date: Mon, 21 Oct 1996 20:45:20 -0700 (PDT) From: Bill Paul Message-Id: <199610220345.UAA12857@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/chpass pw_copy.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/10/21 20:45:19 Branch: usr.bin/chpass RELENG_2_1_0 Modified: usr.bin/chpass pw_copy.c Log: Fix the format strings I botched. Revision Changes Path 1.1.1.1.6.3 +4 -4 src/usr.bin/chpass/pw_copy.c From owner-cvs-usrbin Mon Oct 21 22:02:18 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA18139 for cvs-usrbin-outgoing; Mon, 21 Oct 1996 22:02:18 -0700 (PDT) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA18095; Mon, 21 Oct 1996 22:02:05 -0700 (PDT) Date: Mon, 21 Oct 1996 22:02:05 -0700 (PDT) From: "Marc G. Fournier" Message-Id: <199610220502.WAA18095@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/pr pr.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk scrappy 96/10/21 22:02:04 Modified: usr.bin/pr pr.c Log: Fixes: When you ask pr to use form feeds at the end of pages and specify a page length and tell pr to not put the fancy headers and footers on each pages, then pr will not separate the pages with a form feed. Closes PR: bin/1237 Submitted by: Warner Losh Revision Changes Path 1.4 +12 -5 src/usr.bin/pr/pr.c From owner-cvs-usrbin Mon Oct 21 22:37:12 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA21573 for cvs-usrbin-outgoing; Mon, 21 Oct 1996 22:37:12 -0700 (PDT) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA21522; Mon, 21 Oct 1996 22:36:59 -0700 (PDT) Date: Mon, 21 Oct 1996 22:36:59 -0700 (PDT) From: "Marc G. Fournier" Message-Id: <199610220536.WAA21522@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/f2c f2c.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk scrappy 96/10/21 22:36:58 Modified: usr.bin/f2c f2c.1 Log: Document f2c's -o option Closes: PR#docs/1272 Submitted by: "Steven G. Kargl" Revision Changes Path 1.6 +4 -0 src/usr.bin/f2c/f2c.1 From owner-cvs-usrbin Tue Oct 22 09:18:40 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA08262 for cvs-usrbin-outgoing; Tue, 22 Oct 1996 09:18:40 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA08220; Tue, 22 Oct 1996 09:18:21 -0700 (PDT) Date: Tue, 22 Oct 1996 09:18:21 -0700 (PDT) From: Joerg Wunsch Message-Id: <199610221618.JAA08220@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/vgrind vfontedpr.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/10/22 09:18:20 Modified: usr.bin/vgrind vfontedpr.c Log: The neverending story... vgrind. For definitions without an "nc" entry, some parts have now been mis-detected as `non-comment'. Avoid this by not converting the noregexp in case the "nc" capability has not been found. I begin to wonder why things like missing "ab"/"ae"'s do work at all... Detected by: nate Revision Changes Path 1.6 +2 -2 src/usr.bin/vgrind/vfontedpr.c From owner-cvs-usrbin Tue Oct 22 09:19:21 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA08375 for cvs-usrbin-outgoing; Tue, 22 Oct 1996 09:19:21 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA08359; Tue, 22 Oct 1996 09:19:12 -0700 (PDT) Date: Tue, 22 Oct 1996 09:19:12 -0700 (PDT) From: Joerg Wunsch Message-Id: <199610221619.JAA08359@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/vgrind vfontedpr.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/10/22 09:19:11 Branch: usr.bin/vgrind RELENG_2_1_0 Modified: usr.bin/vgrind vfontedpr.c Log: Merge the fix from rev 1.6: properly ignore "nc" if it's not present. Revision Changes Path 1.3.4.3 +2 -2 src/usr.bin/vgrind/vfontedpr.c From owner-cvs-usrbin Tue Oct 22 14:56:28 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA08145 for cvs-usrbin-outgoing; Tue, 22 Oct 1996 14:56:28 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA08096; Tue, 22 Oct 1996 14:56:14 -0700 (PDT) Date: Tue, 22 Oct 1996 14:56:14 -0700 (PDT) From: Joerg Wunsch Message-Id: <199610222156.OAA08096@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/getopt getopt.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/10/22 14:56:13 Modified: usr.bin/getopt getopt.1 Log: Cleanup. Boldfaced dashes didn't print at all, also corrected a few other mdoc(5) usage errors. Pointed out by: kuku@physik.rwth-aachen.de (Chris Kukulies) Revision Changes Path 1.4 +9 -9 src/usr.bin/getopt/getopt.1 From owner-cvs-usrbin Tue Oct 22 16:28:09 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA14677 for cvs-usrbin-outgoing; Tue, 22 Oct 1996 16:28:09 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA14622; Tue, 22 Oct 1996 16:27:58 -0700 (PDT) Date: Tue, 22 Oct 1996 16:27:58 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199610222327.QAA14622@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/colldef/data lt_LN.ISO_8859-1.src ru_SU.CP866.src ru_SU.KOI8-R.src Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/22 16:27:58 Modified: usr.bin/colldef/data lt_LN.ISO_8859-1.src ru_SU.CP866.src ru_SU.KOI8-R.src Log: Use same primary / different secondary order for umlauts and digits parts Revision Changes Path 1.5 +13 -13 src/usr.bin/colldef/data/lt_LN.ISO_8859-1.src 1.4 +1 -1 src/usr.bin/colldef/data/ru_SU.CP866.src 1.4 +1 -1 src/usr.bin/colldef/data/ru_SU.KOI8-R.src From owner-cvs-usrbin Tue Oct 22 21:25:27 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA03125 for cvs-usrbin-outgoing; Tue, 22 Oct 1996 21:25:27 -0700 (PDT) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA02828; Tue, 22 Oct 1996 21:23:40 -0700 (PDT) Date: Tue, 22 Oct 1996 21:23:40 -0700 (PDT) From: "Marc G. Fournier" Message-Id: <199610230423.VAA02828@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/ruptime ruptime.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk scrappy 96/10/22 21:23:39 Modified: usr.bin/ruptime ruptime.c Log: Description: Machine come and go... Little patch removes lists down for over 4 days from the list. (If you haven't noticed they are down in that period, you should turn them off!) Closes: PR#bin/1361 Submitted by: xaa@stack.urc.tue.nl Revision Changes Path 1.7 +4 -2 src/usr.bin/ruptime/ruptime.c From owner-cvs-usrbin Tue Oct 22 23:54:38 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA27534 for cvs-usrbin-outgoing; Tue, 22 Oct 1996 23:54:38 -0700 (PDT) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA27444; Tue, 22 Oct 1996 23:54:05 -0700 (PDT) Date: Tue, 22 Oct 1996 23:54:05 -0700 (PDT) From: "Marc G. Fournier" Message-Id: <199610230654.XAA27444@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/du du.1 du.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk scrappy 96/10/22 23:54:02 Modified: usr.bin/du du.1 du.c Log: Add a 'depth (-d#)' flag to du patched (context diff), compiled (w/ -Wall) and tested Submitted by: John-Mark Gurney Revision Changes Path 1.6 +6 -2 src/usr.bin/du/du.1 1.6 +24 -9 src/usr.bin/du/du.c From owner-cvs-usrbin Wed Oct 23 00:03:06 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA29053 for cvs-usrbin-outgoing; Wed, 23 Oct 1996 00:03:06 -0700 (PDT) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA29010; Wed, 23 Oct 1996 00:02:52 -0700 (PDT) Date: Wed, 23 Oct 1996 00:02:52 -0700 (PDT) From: "Marc G. Fournier" Message-Id: <199610230702.AAA29010@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/indent indent.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk scrappy 96/10/23 00:02:52 Modified: usr.bin/indent indent.1 Log: Fix description of -cli option so that it comes out as -cli0.5 instead of -cli0 -.5 Submitted by: Lars Koeller Revision Changes Path 1.3 +1 -1 src/usr.bin/indent/indent.1 From owner-cvs-usrbin Wed Oct 23 07:44:11 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA20010 for cvs-usrbin-outgoing; Wed, 23 Oct 1996 07:44:11 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA19935; Wed, 23 Oct 1996 07:43:44 -0700 (PDT) Date: Wed, 23 Oct 1996 07:43:44 -0700 (PDT) From: Bill Paul Message-Id: <199610231443.HAA19935@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/chpass pw_yp.c pw_yp.h Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/10/23 07:43:43 Modified: usr.bin/chpass pw_yp.c pw_yp.h Log: Add a flag to allow the 'use NIS or local?' logic to tell when NIS is enabled in /etc/master.passwd & friends. This allows the 'USER_YP_AND_LOCAL' case to make a more sensible guess (if NIS is enabled, default to NIS, otherwise default to local -- this is better than defaulting to NIS all the time). Revision Changes Path 1.7 +4 -2 src/usr.bin/chpass/pw_yp.c 1.4 +4 -3 src/usr.bin/chpass/pw_yp.h From owner-cvs-usrbin Wed Oct 23 07:50:45 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA20418 for cvs-usrbin-outgoing; Wed, 23 Oct 1996 07:50:45 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA20402; Wed, 23 Oct 1996 07:50:33 -0700 (PDT) Date: Wed, 23 Oct 1996 07:50:33 -0700 (PDT) From: Bill Paul Message-Id: <199610231450.HAA20402@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/passwd passwd.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/10/23 07:50:32 Modified: usr.bin/passwd passwd.c Log: Fix a core dump condition I discovered the other day (right after I installed the last SNAP :). Because of the way the 'use NIS or local?' logic is set up here, it was possible to force the use of the NIS password changer even though the specified user didn't exist in NIS (i.e. # passwd foo, where foo is a local-only user). In this case, we fall intp yp_passwd() without the corresponding yp_password structure being filled in, which leads to an NULL pointer dereference. Also fixed the logic like I just did with chpass so that if the user is both in NIS and the local password database, the program makes a more sensible guess as to which one to use (if NIS is turned on in /etc/master.passwd, then use NIS, else default to local). Revision Changes Path 1.9 +3 -3 src/usr.bin/passwd/passwd.c From owner-cvs-usrbin Wed Oct 23 08:00:36 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA20838 for cvs-usrbin-outgoing; Wed, 23 Oct 1996 08:00:36 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA20816; Wed, 23 Oct 1996 08:00:21 -0700 (PDT) Date: Wed, 23 Oct 1996 08:00:21 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199610231500.IAA20816@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/colldef Makefile parse.y src/usr.bin/colldef/data lt_LN.ISO_8859-1.src ru_SU.CP866.src ru_SU.KOI8-R.src Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/23 08:00:20 Modified: usr.bin/colldef Makefile parse.y usr.bin/colldef/data lt_LN.ISO_8859-1.src ru_SU.CP866.src ru_SU.KOI8-R.src Log: Check for not defined / redefined chars now Use backward compatible with ASCII collating tables Revision Changes Path 1.9 +2 -2 src/usr.bin/colldef/Makefile 1.4 +49 -6 src/usr.bin/colldef/parse.y 1.6 +15 -9 src/usr.bin/colldef/data/lt_LN.ISO_8859-1.src 1.5 +23 -16 src/usr.bin/colldef/data/ru_SU.CP866.src 1.5 +23 -16 src/usr.bin/colldef/data/ru_SU.KOI8-R.src From owner-cvs-usrbin Wed Oct 23 09:47:10 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA26526 for cvs-usrbin-outgoing; Wed, 23 Oct 1996 09:47:10 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA26508; Wed, 23 Oct 1996 09:46:52 -0700 (PDT) Date: Wed, 23 Oct 1996 09:46:52 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199610231646.JAA26508@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/locate/locate fastfind.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/23 09:46:51 Modified: usr.bin/locate/locate fastfind.c Log: Rename FNM_ICASE to FNM_CASEFOLD Revision Changes Path 1.5 +2 -2 src/usr.bin/locate/locate/fastfind.c From owner-cvs-usrbin Wed Oct 23 17:16:13 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA22261 for cvs-usrbin-outgoing; Wed, 23 Oct 1996 17:16:13 -0700 (PDT) Received: (from adam@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA22207; Wed, 23 Oct 1996 17:15:49 -0700 (PDT) Date: Wed, 23 Oct 1996 17:15:49 -0700 (PDT) From: Adam David Message-Id: <199610240015.RAA22207@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/fetch main.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk adam 96/10/23 17:15:47 Modified: usr.bin/fetch main.c Log: old host:/filename syntax was broken implement /filename syntax for completeness Revision Changes Path 1.25 +8 -5 src/usr.bin/fetch/main.c From owner-cvs-usrbin Thu Oct 24 08:51:27 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA00470 for cvs-usrbin-outgoing; Thu, 24 Oct 1996 08:51:27 -0700 (PDT) Received: (from erich@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA00198; Thu, 24 Oct 1996 08:49:55 -0700 (PDT) Date: Thu, 24 Oct 1996 08:49:55 -0700 (PDT) From: "Eric L. Hernes" Message-Id: <199610241549.IAA00198@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/file/Magdir java animation elf Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk erich 96/10/24 08:49:54 Modified: usr.bin/file/Magdir animation elf Added: usr.bin/file/Magdir java Log: Teach file about: 1) our branded elf's 2) mpeg audio/video/system streams 3) compiled java classes Revision Changes Path 1.2 +5 -1 src/usr.bin/file/Magdir/animation 1.2 +45 -32 src/usr.bin/file/Magdir/elf From owner-cvs-usrbin Thu Oct 24 17:13:34 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA04648 for cvs-usrbin-outgoing; Thu, 24 Oct 1996 17:13:34 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA04626; Thu, 24 Oct 1996 17:13:20 -0700 (PDT) Date: Thu, 24 Oct 1996 17:13:20 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199610250013.RAA04626@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/colldef parse.y Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/10/24 17:13:17 Modified: usr.bin/colldef parse.y Log: Change recently added diagnostics to more descriptive Revision Changes Path 1.5 +8 -8 src/usr.bin/colldef/parse.y From owner-cvs-usrbin Fri Oct 25 08:50:39 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA27776 for cvs-usrbin-outgoing; Fri, 25 Oct 1996 08:50:39 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA27750; Fri, 25 Oct 1996 08:50:22 -0700 (PDT) Date: Fri, 25 Oct 1996 08:50:22 -0700 (PDT) From: Bruce Evans Message-Id: <199610251550.IAA27750@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/f2c Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/10/25 08:50:21 Modified: usr.bin/f2c Makefile Log: Use the same format for the "expect N shift reduce conflicts" message as in the one other place in /usr/src that prints such an "expect" message (amd). Revision Changes Path 1.9 +1 -1 src/usr.bin/f2c/Makefile From owner-cvs-usrbin Fri Oct 25 21:09:11 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA22532 for cvs-usrbin-outgoing; Fri, 25 Oct 1996 21:09:11 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA22504; Fri, 25 Oct 1996 21:09:00 -0700 (PDT) Date: Fri, 25 Oct 1996 21:09:00 -0700 (PDT) From: Alex Nash Message-Id: <199610260409.VAA22504@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/write write.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/10/25 21:09:00 Modified: usr.bin/write write.c Log: sprintf --> snprintf Use _PATH_DEV instead of hard coded "/dev/" Obtained from: OpenBSD, Jason Downs Revision Changes Path 1.5 +4 -3 src/usr.bin/write/write.c From owner-cvs-usrbin Sat Oct 26 08:29:49 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA01999 for cvs-usrbin-outgoing; Sat, 26 Oct 1996 08:29:49 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA01970; Sat, 26 Oct 1996 08:29:29 -0700 (PDT) Date: Sat, 26 Oct 1996 08:29:29 -0700 (PDT) From: Alex Nash Message-Id: <199610261529.IAA01970@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/write write.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/10/26 08:29:28 Modified: usr.bin/write write.c Log: Replace hardcoded length of "/dev/" with strlen(_PATH_DEV). Pointed out by: bde Revision Changes Path 1.6 +1 -1 src/usr.bin/write/write.c