From owner-cvs-usrbin Sun Sep 22 11:18:34 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA06523 for cvs-usrbin-outgoing; Sun, 22 Sep 1996 11:18:34 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA06425; Sun, 22 Sep 1996 11:18:24 -0700 (PDT) Date: Sun, 22 Sep 1996 11:18:24 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199609221818.LAA06425@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/kdump kdump.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/09/22 11:18:23 Modified: usr.bin/kdump kdump.c Log: Remove length field from utrace entries. Revision Changes Path 1.7 +6 -6 src/usr.bin/kdump/kdump.c From owner-cvs-usrbin Mon Sep 23 10:22:06 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA22486 for cvs-usrbin-outgoing; Mon, 23 Sep 1996 10:22:06 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA22268; Mon, 23 Sep 1996 10:21:39 -0700 (PDT) Date: Mon, 23 Sep 1996 10:21:39 -0700 (PDT) From: Steve Price Message-Id: <199609231721.KAA22268@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/make parse.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 96/09/23 10:21:38 Modified: usr.bin/make parse.c Log: Be sure to remove any newlines encountered when parsing the input file in ParseSkipLine(...). Revision Changes Path 1.11 +2 -1 src/usr.bin/make/parse.c From owner-cvs-usrbin Mon Sep 23 15:26:11 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA07610 for cvs-usrbin-outgoing; Mon, 23 Sep 1996 15:26:11 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA07314; Mon, 23 Sep 1996 15:24:45 -0700 (PDT) Date: Mon, 23 Sep 1996 15:24:45 -0700 (PDT) From: Wolfram Schneider Message-Id: <199609232224.PAA07314@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib, cvs-share, cvs-usrbin, cvs-gnu, cvs-libexec, cvs-sbin, cvs-usrsbin Subject: cvs commit: src/gnu/usr.bin/ld/rtld rtld.1 src/lib/libc/string strdup.3 string.3 src/libexec/xtend xtend.8 src/sbin/swapon swapon.8 src/share/man/man1 intro.1 src/share/man/man4/man4.i386 asc.4 fdc.4 nca.4 sea.4 uha.4 src/usr.bin/basename basename.1 src/usr.bin/fetch fetch.1 src/usr.bin/ruptime ruptime.1 src/usr.sbin/pccard/pccardd pccardd.8 src/usr.sbin/sendmail/mailstats mailstats.8 src/lib/libc/stdlib abs.3 src/lib/libc/sys ptrace.2 rename.2 stat.2 unlink.2 src/lib/libc_r/man pthread_getspecific.3 src/sbin/i386/nextboot nextboot.8 src/share/man/man4 ch.4 scsi.4 su.4 uk.4 src/share/man/man5 dir.5 src/usr.sbin/xten xten.1 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/09/23 15:24:42 Modified: gnu/usr.bin/ld/rtld rtld.1 lib/libc/stdlib abs.3 lib/libc/string strdup.3 string.3 lib/libc/sys ptrace.2 rename.2 stat.2 unlink.2 lib/libc_r/man pthread_getspecific.3 libexec/xtend xtend.8 sbin/i386/nextboot nextboot.8 sbin/swapon swapon.8 share/man/man1 intro.1 share/man/man4 ch.4 scsi.4 su.4 uk.4 share/man/man4/man4.i386 asc.4 fdc.4 nca.4 sea.4 uha.4 share/man/man5 dir.5 usr.bin/basename basename.1 usr.bin/fetch fetch.1 usr.bin/ruptime ruptime.1 usr.sbin/pccard/pccardd pccardd.8 usr.sbin/sendmail/mailstats mailstats.8 usr.sbin/xten xten.1 Log: add missing comma(s) in .Xr macros Revision Changes Path 1.4 +3 -3 src/gnu/usr.bin/ld/rtld/rtld.1 1.2 +4 -3 src/lib/libc/stdlib/abs.3 1.3 +2 -1 src/lib/libc/string/strdup.3 1.2 +2 -1 src/lib/libc/string/string.3 1.5 +4 -4 src/lib/libc/sys/ptrace.2 1.2 +2 -1 src/lib/libc/sys/rename.2 1.6 +2 -2 src/lib/libc/sys/stat.2 1.4 +2 -1 src/lib/libc/sys/unlink.2 1.2 +3 -1 src/lib/libc_r/man/pthread_getspecific.3 1.4 +2 -2 src/libexec/xtend/xtend.8 1.3 +3 -2 src/sbin/i386/nextboot/nextboot.8 1.4 +3 -2 src/sbin/swapon/swapon.8 1.4 +7 -6 src/share/man/man1/intro.1 1.4 +3 -2 src/share/man/man4/ch.4 1.5 +10 -9 src/share/man/man4/scsi.4 1.4 +5 -4 src/share/man/man4/su.4 1.5 +6 -5 src/share/man/man4/uk.4 1.4 +3 -1 src/share/man/man4/man4.i386/asc.4 1.4 +3 -2 src/share/man/man4/man4.i386/fdc.4 1.2 +5 -3 src/share/man/man4/man4.i386/nca.4 1.3 +5 -3 src/share/man/man4/man4.i386/sea.4 1.5 +4 -4 src/share/man/man4/man4.i386/uha.4 1.4 +2 -1 src/share/man/man5/dir.5 1.2 +2 -1 src/usr.bin/basename/basename.1 1.9 +2 -2 src/usr.bin/fetch/fetch.1 1.2 +2 -1 src/usr.bin/ruptime/ruptime.1 1.4 +3 -1 src/usr.sbin/pccard/pccardd/pccardd.8 1.2 +2 -1 src/usr.sbin/sendmail/mailstats/mailstats.8 1.2 +3 -1 src/usr.sbin/xten/xten.1 From owner-cvs-usrbin Mon Sep 23 21:17:05 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA22792 for cvs-usrbin-outgoing; Mon, 23 Sep 1996 21:17:05 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA21941; Mon, 23 Sep 1996 21:15:11 -0700 (PDT) Date: Mon, 23 Sep 1996 21:15:11 -0700 (PDT) From: Warner Losh Message-Id: <199609240415.VAA21941@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/xinstall install.1 xinstall.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 96/09/23 21:15:08 Modified: usr.bin/xinstall install.1 xinstall.c Log: Per discussions in -current - Change the debug flag from -d to -D to avoid conflict with other install programs. - Update man page to reflect this - Update usage string -d meaning creat directory is specifically not implemented by these changes. Revision Changes Path 1.6 +2 -2 src/usr.bin/xinstall/install.1 1.13 +3 -3 src/usr.bin/xinstall/xinstall.c From owner-cvs-usrbin Tue Sep 24 01:09:54 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA11511 for cvs-usrbin-outgoing; Tue, 24 Sep 1996 01:09:54 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA11056; Tue, 24 Sep 1996 01:08:24 -0700 (PDT) Date: Tue, 24 Sep 1996 01:08:24 -0700 (PDT) From: Bruce Evans Message-Id: <199609240808.BAA11056@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games, cvs-lib, cvs-sys, cvs-usrbin, cvs-gnu, cvs-sbin, cvs-usrsbin Subject: cvs commit: src/games/fortune/fortune fortune.c src/lib/libss help.c src/sys/i386/boot/biosboot sys.c src/usr.bin/msgs msgs.c src/usr.bin/rdist defs.h docmd.c expand.c server.c src/usr.bin/rwho rwho.c src/usr.sbin/amd/amd info_union.c src/gnu/lib/libdialog dir.c src/sbin/badsect badsect.c src/sbin/startslip uucplock.c src/usr.sbin/rarpd rarpd.c src/usr.sbin/sup/lib expand.c scan.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/24 01:08:18 Modified: games/fortune/fortune fortune.c gnu/lib/libdialog dir.c lib/libss help.c sbin/badsect badsect.c sbin/startslip uucplock.c sys/i386/boot/biosboot sys.c usr.bin/msgs msgs.c usr.bin/rdist defs.h docmd.c expand.c server.c usr.bin/rwho rwho.c usr.sbin/amd/amd info_union.c usr.sbin/rarpd rarpd.c usr.sbin/sup/lib expand.c scan.c Log: Eliminated includes of the "temporary" backwards compatibility header in applications. Maintained existing (inadequate) ifdefs for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any new ones. Revision Changes Path 1.5 +2 -6 src/games/fortune/fortune/fortune.c 1.3 +4 -4 src/gnu/lib/libdialog/dir.c 1.4 +1 -3 src/lib/libss/help.c 1.4 +2 -2 src/sbin/badsect/badsect.c 1.7 +1 -1 src/sbin/startslip/uucplock.c 1.16 +7 -7 src/sys/i386/boot/biosboot/sys.c 1.8 +2 -2 src/usr.bin/msgs/msgs.c 1.4 +1 -1 src/usr.bin/rdist/defs.h 1.6 +2 -2 src/usr.bin/rdist/docmd.c 1.4 +1 -1 src/usr.bin/rdist/expand.c 1.5 +3 -3 src/usr.bin/rdist/server.c 1.7 +2 -2 src/usr.bin/rwho/rwho.c 1.2 +4 -2 src/usr.sbin/amd/amd/info_union.c 1.7 +7 -3 src/usr.sbin/rarpd/rarpd.c 1.2 +2 -2 src/usr.sbin/sup/lib/expand.c 1.4 +5 -2 src/usr.sbin/sup/lib/scan.c From owner-cvs-usrbin Tue Sep 24 01:44:09 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA23020 for cvs-usrbin-outgoing; Tue, 24 Sep 1996 01:44:09 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA22814; Tue, 24 Sep 1996 01:43:09 -0700 (PDT) Date: Tue, 24 Sep 1996 01:43:09 -0700 (PDT) From: Bruce Evans Message-Id: <199609240843.BAA22814@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin, cvs-gnu, cvs-usrsbin Subject: cvs commit: src/gnu/usr.bin/gdb/bfd trad-core.c src/usr.sbin/sup/supfilesrv supfilesrv.c src/gnu/usr.bin/gdb/gdb coredep.c infptrace.c src/usr.bin/systat pigs.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/24 01:43:07 Modified: gnu/usr.bin/gdb/bfd trad-core.c gnu/usr.bin/gdb/gdb coredep.c infptrace.c usr.bin/systat pigs.c usr.sbin/sup/supfilesrv supfilesrv.c Log: Really eliminated includes of the "temporary" backwards compatibility header in applications. My previous sweep didn't find the places that included it without needing it. Revision Changes Path 1.5 +0 -1 src/gnu/usr.bin/gdb/bfd/trad-core.c 1.3 +0 -1 src/gnu/usr.bin/gdb/gdb/coredep.c 1.5 +0 -1 src/gnu/usr.bin/gdb/gdb/infptrace.c 1.4 +0 -1 src/usr.bin/systat/pigs.c 1.6 +15 -1 src/usr.sbin/sup/supfilesrv/supfilesrv.c From owner-cvs-usrbin Tue Sep 24 02:41:38 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA10545 for cvs-usrbin-outgoing; Tue, 24 Sep 1996 02:41:38 -0700 (PDT) Received: from sovcom.kiae.su (sovcom.kiae.su [193.125.152.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA10257; Tue, 24 Sep 1996 02:40:35 -0700 (PDT) Received: by sovcom.kiae.su id AB04818 (5.65.kiae-1 ); Tue, 24 Sep 1996 12:15:27 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Tue, 24 Sep 96 12:15:26 +0300 Received: (from ache@localhost) by nagual.ru (8.7.6/8.7.3) id NAA00481; Tue, 24 Sep 1996 13:12:30 +0400 (MSD) Message-Id: <199609240912.NAA00481@nagual.ru> Subject: Re: cvs commit: src/games/fortune/fortune fortune.c src/lib/libss help.c src/sys/i386/boot/biosboot sys.c src/usr.bin/msgs msgs.c s In-Reply-To: <199609240808.BAA11056@freefall.freebsd.org> from "Bruce Evans" at "Sep 24, 96 01:08:24 am" To: bde@freefall.freebsd.org (Bruce Evans) Date: Tue, 24 Sep 1996 13:12:30 +0400 (MSD) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-games@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (Andrey A. Chernov) Organization: self X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL26 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Log: > Eliminated includes of the "temporary" backwards compatibility header > in applications. Maintained existing (inadequate) ifdefs > for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any > new ones. What do you think about adding some #warning in like for case? -- Andrey A. Chernov http://www.nagual.ru/~ache/ From owner-cvs-usrbin Tue Sep 24 03:01:50 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA19701 for cvs-usrbin-outgoing; Tue, 24 Sep 1996 03:01:50 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA18785; Tue, 24 Sep 1996 02:59:50 -0700 (PDT) Date: Tue, 24 Sep 1996 02:59:50 -0700 (PDT) From: Peter Wemm Message-Id: <199609240959.CAA18785@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/nm nm.1 nm.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/24 02:59:48 Modified: usr.bin/nm nm.1 nm.c Log: Rudimentry support for viewing weak symbols. There are two types that this deals with, the N_INDR indirect symbols done with .stabs operations, and those done with .weak that have an extra field in n_other. Revision Changes Path 1.4 +8 -2 src/usr.bin/nm/nm.1 1.8 +29 -7 src/usr.bin/nm/nm.c From owner-cvs-usrbin Tue Sep 24 03:17:57 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA25710 for cvs-usrbin-outgoing; Tue, 24 Sep 1996 03:17:57 -0700 (PDT) Received: from spinner.DIALix.COM (root@spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id DAA25658; Tue, 24 Sep 1996 03:17:47 -0700 (PDT) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.7.6/8.7.3) with ESMTP id SAA20887; Tue, 24 Sep 1996 18:17:38 +0800 (WST) Message-Id: <199609241017.SAA20887@spinner.DIALix.COM> X-Mailer: exmh version 1.6.7 5/3/96 To: Peter Wemm cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/nm nm.1 nm.c In-reply-to: Your message of "Tue, 24 Sep 1996 02:59:50 MST." <199609240959.CAA18785@freefall.freebsd.org> Date: Tue, 24 Sep 1996 18:17:38 +0800 From: Peter Wemm Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Peter Wemm wrote: > peter 96/09/24 02:59:48 > > Modified: usr.bin/nm nm.1 nm.c > Log: > Rudimentry support for viewing weak symbols. There are two types that > this deals with, the N_INDR indirect symbols done with .stabs operations, > and those done with .weak that have an extra field in n_other. This is work-in-progress, I have nearly finished stealing the NetBSD support for .weak in gas and ld. The current holdup is that our rtld is very different to theirs now due to the massive speedups John Polstra did, and neither support BIND_WEAK resolution on shared objects. gas is pretty much complete, as is ld, once I've figured out which bits to not attempt to merge. Cheers, -Peter From owner-cvs-usrbin Tue Sep 24 08:57:10 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA02750 for cvs-usrbin-outgoing; Tue, 24 Sep 1996 08:57:10 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA02603; Tue, 24 Sep 1996 08:56:34 -0700 (PDT) Date: Tue, 24 Sep 1996 08:56:34 -0700 (PDT) From: Peter Wemm Message-Id: <199609241556.IAA02603@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/nm nm.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/24 08:56:32 Modified: usr.bin/nm nm.c Log: Drat, had the N_FN overloading based on N_EXT backwards. N_EXT = filename, no N_EXT is a "warning". eg: % nm -p /tmp/gets.o ... 00000000 w warning: this program uses gets(), which is unsafe. U _gets 00000000 T _gets Revision Changes Path 1.9 +2 -2 src/usr.bin/nm/nm.c From owner-cvs-usrbin Tue Sep 24 09:55:27 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA27178 for cvs-usrbin-outgoing; Tue, 24 Sep 1996 09:55:27 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA26476; Tue, 24 Sep 1996 09:53:53 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id CAA07060; Wed, 25 Sep 1996 02:48:34 +1000 Date: Wed, 25 Sep 1996 02:48:34 +1000 From: Bruce Evans Message-Id: <199609241648.CAA07060@godzilla.zeta.org.au> To: ache@nagual.ru, bde@freefall.freebsd.org Subject: Re: cvs commit: src/games/fortune/fortune fortune.c src/lib/libss help.c src/sys/i386/boot/biosboot sys.c src/usr.bin/msgs msgs.c s Cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-games@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >What do you think about adding some #warning in like >for case? Already done, but not committed. What about removing DIRSIZ() completely? This would leave as just defining `direct' as `dirent'. DIRSIZ() is mainly used for building `struct dirent's and wasn't used in /usr/src except in the kernel. I sent mail to freebsd-fs about related cruft in the kernel, but got no reply. cd9660 and devfs use DIRSIZ() from . ufs uses its own DIRSIZ() which is really for the on-disk entries but happens to work for readdir() on all supported systems (I think it would fail if 64-bit alignment is required). ext2fs uses too much ufs directory stuff, but not DIRSIZ(). nfs uses ufs's DIRBLKSIZ, which is different from the application DIRBLKSIZ defined in . attempts to include , but actually includes because of the crufty -I$S/sys in the kernel makefiles. Bruce From owner-cvs-usrbin Tue Sep 24 10:30:36 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA09729 for cvs-usrbin-outgoing; Tue, 24 Sep 1996 10:30:36 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA09527; Tue, 24 Sep 1996 10:30:00 -0700 (PDT) Date: Tue, 24 Sep 1996 10:30:00 -0700 (PDT) From: Bruce Evans Message-Id: <199609241730.KAA09527@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/xinstall xinstall.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/24 10:29:54 Modified: usr.bin/xinstall xinstall.c Log: Changed 'd' to 'D' in getopt arg too. Revision Changes Path 1.14 +2 -2 src/usr.bin/xinstall/xinstall.c From owner-cvs-usrbin Tue Sep 24 19:57:05 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA18642 for cvs-usrbin-outgoing; Tue, 24 Sep 1996 19:57:05 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA18355; Tue, 24 Sep 1996 19:55:56 -0700 (PDT) Date: Tue, 24 Sep 1996 19:55:56 -0700 (PDT) From: Steve Price Message-Id: <199609250255.TAA18355@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/make compat.c parse.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 96/09/24 19:55:54 Modified: usr.bin/make compat.c parse.c Log: Fix for PR# 1231, make(1) execution of ``.BEGIN'' does not halt on error. Thanks to Wolfram for reminding me. ;) Also remove a unnecessary test for c == '\n', since the loop (in ParseSkipLine) will not terminate unless c == '\n' || c == EOF, and the EOF case is already explicted handled by a return statement. Revision Changes Path 1.4 +4 -0 src/usr.bin/make/compat.c 1.12 +0 -2 src/usr.bin/make/parse.c From owner-cvs-usrbin Wed Sep 25 05:04:06 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA02164 for cvs-usrbin-outgoing; Wed, 25 Sep 1996 05:04:06 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA01872; Wed, 25 Sep 1996 05:03:34 -0700 (PDT) Date: Wed, 25 Sep 1996 05:03:34 -0700 (PDT) From: John Polstra Message-Id: <199609251203.FAA01872@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/at parsetime.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 96/09/25 05:03:32 Branch: usr.bin/at RELENG_2_1_0 Modified: usr.bin/at parsetime.c Log: Bring in bug fix from main branch 1.6 -> 1.7: correct faulty handling of 12:xx AM and 12:xx PM. Revision Changes Path 1.4.4.1 +8 -3 src/usr.bin/at/parsetime.c From owner-cvs-usrbin Fri Sep 27 14:57:49 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA20109 for cvs-usrbin-outgoing; Fri, 27 Sep 1996 14:57:49 -0700 (PDT) Received: (from andreas@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA19866; Fri, 27 Sep 1996 14:57:19 -0700 (PDT) Date: Fri, 27 Sep 1996 14:57:19 -0700 (PDT) From: Andreas Klemm Message-Id: <199609272157.OAA19866@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/file/Magdir bzip Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk andreas 96/09/27 14:57:17 Added: usr.bin/file/Magdir bzip Log: Added magic file for bzip in ./Magdir Obtained from: bzip sources ;) From owner-cvs-usrbin Fri Sep 27 19:54:33 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA05454 for cvs-usrbin-outgoing; Fri, 27 Sep 1996 19:54:33 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA05179; Fri, 27 Sep 1996 19:53:52 -0700 (PDT) Date: Fri, 27 Sep 1996 19:53:52 -0700 (PDT) From: Warner Losh Message-Id: <199609280253.TAA05179@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/xinstall xinstall.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 96/09/27 19:53:50 Modified: usr.bin/xinstall xinstall.c Log: Use EX_* exit values, from NetBSD Revision Changes Path 1.15 +9 -5 src/usr.bin/xinstall/xinstall.c From owner-cvs-usrbin Fri Sep 27 20:36:59 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA28247 for cvs-usrbin-outgoing; Fri, 27 Sep 1996 20:36:59 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA28002; Fri, 27 Sep 1996 20:36:34 -0700 (PDT) Received: from rover.village.org (localhost [127.0.0.1]) by rover.village.org (8.7.6/8.6.6) with ESMTP id VAA08584; Fri, 27 Sep 1996 21:35:12 -0600 (MDT) Message-Id: <199609280335.VAA08584@rover.village.org> Subject: Re: cvs commit: src/usr.bin/xinstall xinstall.c To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org, hackers@freebsd.org Reply-To: hackers@freebsd.org In-reply-to: Your message of "Fri, 27 Sep 1996 19:53:52 PDT." <199609280253.TAA05179@freefall.freebsd.org> References: <199609280253.TAA05179@freefall.freebsd.org> Date: Fri, 27 Sep 1996 21:35:11 -0600 From: Warner Losh Sender: owner-cvs-usrbin@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [followups directed to hackers, hence the cc] In message <199609280253.TAA05179@freefall.freebsd.org> Warner Losh writes: : Use EX_* exit values, from NetBSD A more complete description: Obtained From: NetBSD Merge a couple of trivial differences between NetBSD's and FreeBSD's versions of the source in the area of exit() values and lint comments. While many differences still exist, there are fewer now than there were before. What happended, which was odd: I tried to checkin this in with EDITOR set to vi, and all I got was the following: 7:43pm freefall:[64]> cvs commit xinstall.c /var/tmp/tmp.1.020716: permission denied cvs [commit aborted]: Logfile verification failed 7:43pm freefall:[64]> so I did a cvs commit -m"blah" xinstall.c and it succeeded. Strange that. I got the message three times in a row, so punted :-(. I didn't have much time to look into the problem because of the large packet loss between here and freefall :-(. Warner From owner-cvs-usrbin Sat Sep 28 06:15:39 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA00577 for cvs-usrbin-outgoing; Sat, 28 Sep 1996 06:15:39 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA00359; Sat, 28 Sep 1996 06:15:20 -0700 (PDT) Date: Sat, 28 Sep 1996 06:15:20 -0700 (PDT) From: Bruce Evans Message-Id: <199609281315.GAA00359@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/mail aux.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/28 06:15:16 Modified: usr.bin/mail aux.c Log: Eliminated NOFILE. Use the arbitrary (currently identical) limit of 64 instead (for the input stack size). `mail' was one of the 3 programs in /usr/src that (mis)used NOFILE. Revision Changes Path 1.3 +4 -2 src/usr.bin/mail/aux.c From owner-cvs-usrbin Sat Sep 28 06:38:02 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA18093 for cvs-usrbin-outgoing; Sat, 28 Sep 1996 06:38:02 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA17881; Sat, 28 Sep 1996 06:37:45 -0700 (PDT) Date: Sat, 28 Sep 1996 06:37:45 -0700 (PDT) From: Joerg Wunsch Message-Id: <199609281337.GAA17881@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/vacation Makefile vacation.1 vacation.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/09/28 06:37:44 Modified: usr.bin/vacation Makefile vacation.1 vacation.c Log: Various cleanups: . prototyped and staticized the internal functions while i was here, . made the thing -Wall clean, . fixed an error that causes the recipient name to be matched only for the first characters, as opposed to a full name (wonder why i'm concerned? Well, one of my login IDs is `j', and i've noticed that vacation has been sending out replies to all mailing list messages that had a jkh@ or jmb@ in it :), . introduced an option -l to list the contents of the database; mucho useful if you've got (too) many mailing list messages in your inbox and wanna make sure you don't miss the `important' mails. Revision Changes Path 1.2 +2 -0 src/usr.bin/vacation/Makefile 1.4 +8 -1 src/usr.bin/vacation/vacation.1 1.3 +83 -16 src/usr.bin/vacation/vacation.c From owner-cvs-usrbin Sat Sep 28 15:47:25 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA09207 for cvs-usrbin-outgoing; Sat, 28 Sep 1996 15:47:25 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA08901; Sat, 28 Sep 1996 15:46:42 -0700 (PDT) Date: Sat, 28 Sep 1996 15:46:42 -0700 (PDT) From: Wolfram Schneider Message-Id: <199609282246.PAA08901@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib, cvs-usrbin, cvs-sbin Subject: cvs commit: src/sbin/ccdconfig ccdconfig.8 src/usr.bin/xlint/xlint lint.1 src/lib/libc/gen msgctl.3 msgget.3 msgrcv.3 msgsnd.3 Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/09/28 15:46:38 Modified: lib/libc/gen msgctl.3 msgget.3 msgrcv.3 msgsnd.3 sbin/ccdconfig ccdconfig.8 usr.bin/xlint/xlint lint.1 Log: .Os NetBSD -> .Os FreeBSD. The pages are not NetBSD specific and FreeBSD is not a child of NetBSD. Revision Changes Path 1.2 +1 -1 src/lib/libc/gen/msgctl.3 1.2 +1 -1 src/lib/libc/gen/msgget.3 1.2 +1 -1 src/lib/libc/gen/msgrcv.3 1.2 +1 -1 src/lib/libc/gen/msgsnd.3 1.4 +1 -1 src/sbin/ccdconfig/ccdconfig.8 1.4 +1 -1 src/usr.bin/xlint/xlint/lint.1 From owner-cvs-usrbin Sat Sep 28 21:18:12 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA09756 for cvs-usrbin-outgoing; Sat, 28 Sep 1996 21:18:12 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA09498; Sat, 28 Sep 1996 21:17:38 -0700 (PDT) Date: Sat, 28 Sep 1996 21:17:38 -0700 (PDT) From: Joerg Wunsch Message-Id: <199609290417.VAA09498@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/hexdump Makefile hexdump.1 hexsyntax.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/09/28 21:17:36 Modified: usr.bin/hexdump Makefile hexdump.1 hexsyntax.c Log: Now that we've already got "hexdump -C", make calling the command "hd" having the same effect, and install a link for this. There is historic precedence for the command hd(1) (with roughly that output format) in Xenix, SCO, and a few SysV's that tooks the idea. Also, added a couple of spaces to the -C format to make the output better readable. Ok'ed by: phk Revision Changes Path 1.3 +2 -0 src/usr.bin/hexdump/Makefile 1.4 +14 -1 src/usr.bin/hexdump/hexdump.1 1.3 +12 -3 src/usr.bin/hexdump/hexsyntax.c From owner-cvs-usrbin Sat Sep 28 23:30:23 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA09510 for cvs-usrbin-outgoing; Sat, 28 Sep 1996 23:30:23 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA09279; Sat, 28 Sep 1996 23:30:02 -0700 (PDT) Date: Sat, 28 Sep 1996 23:30:02 -0700 (PDT) From: Warner Losh Message-Id: <199609290630.XAA09279@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/xinstall install.1 xinstall.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 96/09/28 23:29:59 Modified: usr.bin/xinstall install.1 xinstall.c Log: Implement -d in install. Update the man page to reflect this change. Revision Changes Path 1.7 +17 -7 src/usr.bin/xinstall/install.1 1.16 +56 -5 src/usr.bin/xinstall/xinstall.c From owner-cvs-usrbin Sat Sep 28 23:35:24 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA12980 for cvs-usrbin-outgoing; Sat, 28 Sep 1996 23:35:24 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA12815; Sat, 28 Sep 1996 23:34:55 -0700 (PDT) Received: from rover.village.org (localhost [127.0.0.1]) by rover.village.org (8.7.6/8.6.6) with ESMTP id AAA02565; Sun, 29 Sep 1996 00:34:53 -0600 (MDT) Message-Id: <199609290634.AAA02565@rover.village.org> Subject: Re: cvs commit: src/usr.bin/xinstall install.1 xinstall.c To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org In-reply-to: Your message of "Sat, 28 Sep 1996 23:30:02 PDT." <199609290630.XAA09279@freefall.freebsd.org> References: <199609290630.XAA09279@freefall.freebsd.org> Date: Sun, 29 Sep 1996 00:34:53 -0600 From: Warner Losh Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199609290630.XAA09279@freefall.freebsd.org> Warner Losh writes: : Modified: usr.bin/xinstall install.1 xinstall.c : Log: : Implement -d in install. Update the man page to reflect this change. Obtained From: NetBSD Warner