From owner-cvs-gnu Sun Sep 22 21:15:12 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA27602 for cvs-gnu-outgoing; Sun, 22 Sep 1996 21:15:12 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA27418; Sun, 22 Sep 1996 21:14:40 -0700 (PDT) Date: Sun, 22 Sep 1996 21:14:40 -0700 (PDT) From: Peter Wemm Message-Id: <199609230414.VAA27418@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/cc/cpp Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/22 21:14:38 Modified: gnu/usr.bin/cc/cpp Makefile Log: Crude hack to work around cpp.1 doing a .so man1/cccp.1 Pointed out by: Warner Losh , PR#1667 Revision Changes Path 1.6 +3 -1 src/gnu/usr.bin/cc/cpp/Makefile From owner-cvs-gnu Mon Sep 23 09:13:12 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA24050 for cvs-gnu-outgoing; Mon, 23 Sep 1996 09:13:12 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA23878; Mon, 23 Sep 1996 09:12:48 -0700 (PDT) Date: Mon, 23 Sep 1996 09:12:48 -0700 (PDT) From: Bruce Evans Message-Id: <199609231612.JAA23878@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/cc/cpp Makefile Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/23 09:12:45 Modified: gnu/usr.bin/cc/cpp Makefile Log: cpp was named ccp. Revision Changes Path 1.7 +2 -2 src/gnu/usr.bin/cc/cpp/Makefile From owner-cvs-gnu Mon Sep 23 15:25:55 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA07555 for cvs-gnu-outgoing; Mon, 23 Sep 1996 15:25:55 -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-gnu@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-gnu Tue Sep 24 01:09:37 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA11411 for cvs-gnu-outgoing; Tue, 24 Sep 1996 01:09:37 -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-gnu@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-gnu Tue Sep 24 01:43:57 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA22968 for cvs-gnu-outgoing; Tue, 24 Sep 1996 01:43:57 -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-gnu@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-gnu Tue Sep 24 02:41:25 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA10474 for cvs-gnu-outgoing; Tue, 24 Sep 1996 02:41:25 -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-gnu@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-gnu Tue Sep 24 10:04:03 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA01004 for cvs-gnu-outgoing; Tue, 24 Sep 1996 10:04:03 -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-gnu@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-gnu Fri Sep 27 10:35:37 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA04631 for cvs-gnu-outgoing; Fri, 27 Sep 1996 10:35:37 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA04355; Fri, 27 Sep 1996 10:35:04 -0700 (PDT) Date: Fri, 27 Sep 1996 10:35:04 -0700 (PDT) From: Wolfram Schneider Message-Id: <199609271735.KAA04355@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/man/man man.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/09/27 10:35:01 Modified: gnu/usr.bin/man/man man.c Log: Reverts exit status for `man -k' and `man -f'. Man(1) now return 0 if apropos/whatis return 0, otherwise 1. Revision Changes Path 1.20 +6 -2 src/gnu/usr.bin/man/man/man.c From owner-cvs-gnu Fri Sep 27 10:37:14 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA05715 for cvs-gnu-outgoing; Fri, 27 Sep 1996 10:37:14 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA05510; Fri, 27 Sep 1996 10:36:55 -0700 (PDT) Date: Fri, 27 Sep 1996 10:36:55 -0700 (PDT) From: Wolfram Schneider Message-Id: <199609271736.KAA05510@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/man/apropos apropos.sh Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/09/27 10:36:54 Modified: gnu/usr.bin/man/apropos apropos.sh Log: grep(1) should not parse manpages as arguments. Now `apropos -xfer' works. Revision Changes Path 1.7 +4 -4 src/gnu/usr.bin/man/apropos/apropos.sh From owner-cvs-gnu Fri Sep 27 12:41:05 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA04022 for cvs-gnu-outgoing; Fri, 27 Sep 1996 12:41:05 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA03754; Fri, 27 Sep 1996 12:40:43 -0700 (PDT) Date: Fri, 27 Sep 1996 12:40:43 -0700 (PDT) From: Wolfram Schneider Message-Id: <199609271940.MAA03754@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/grep/tests spencer.tests Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/09/27 12:40:42 Modified: gnu/usr.bin/grep/tests spencer.tests Log: test 37: [b-a] is a syntax error and exit with status 2 Revision Changes Path 1.3 +1 -1 src/gnu/usr.bin/grep/tests/spencer.tests From owner-cvs-gnu Fri Sep 27 12:45:14 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA07497 for cvs-gnu-outgoing; Fri, 27 Sep 1996 12:45:14 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA07284; Fri, 27 Sep 1996 12:44:51 -0700 (PDT) Date: Fri, 27 Sep 1996 12:44:51 -0700 (PDT) From: Wolfram Schneider Message-Id: <199609271944.MAA07284@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/grep grep.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/09/27 12:44:50 Modified: gnu/usr.bin/grep grep.c Log: grep -q pattern file search 'pattern' in whole file 'file', from top to bottom. This is not necessary; if grep found 'pattern' it can stop further searching in file 'file'. Example: $ time ./grep-old -q Adam /usr/share/dict/* 1.93 real 1.05 user 0.85 sys $ time ./grep-new -q Adam /usr/share/dict/* 0.14 real 0.06 user 0.06 sys Revision Changes Path 1.7 +5 -1 src/gnu/usr.bin/grep/grep.c From owner-cvs-gnu Sat Sep 28 11:33:11 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA29844 for cvs-gnu-outgoing; Sat, 28 Sep 1996 11:33:11 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA28482; Sat, 28 Sep 1996 11:31:35 -0700 (PDT) Date: Sat, 28 Sep 1996 11:31:35 -0700 (PDT) From: Wolfram Schneider Message-Id: <199609281831.LAA28482@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/send-pr send-pr.1 Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/09/28 11:31:34 Modified: gnu/usr.bin/send-pr send-pr.1 Log: xVERSIONx -> 3.2; close PR 1404 Revision Changes Path 1.5 +1 -1 src/gnu/usr.bin/send-pr/send-pr.1