From owner-cvs-all Sun Jul 16 0:20:46 2000 Delivered-To: cvs-all@freebsd.org Received: from burka.carrier.kiev.ua (burka.carrier.kiev.ua [193.193.193.107]) by hub.freebsd.org (Postfix) with ESMTP id B30D037B709; Sun, 16 Jul 2000 00:20:36 -0700 (PDT) (envelope-from netch@lucky.net) Received: from netch@localhost by burka.carrier.kiev.ua id KHX66279; Sun, 16 Jul 2000 10:20:31 +0300 (EEST) (envelope-from netch) Date: Sun, 16 Jul 2000 10:20:31 +0300 From: Valentin Nechayev To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/termcap termcap.src Message-ID: <20000716102031.A64059@lucky.net> Reply-To: netch@lucky.net References: <200006141508.IAA78754@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200006141508.IAA78754@freefall.freebsd.org>; from ache@FreeBSD.ORG on Wed, Jun 14, 2000 at 08:08:24AM -0700 X-42: On Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Wed, Jun 14, 2000 at 08:08:24, ache wrote about "cvs commit: src/share/termcap termcap.src": > ache 2000/06/14 08:08:24 PDT > > Modified files: > share/termcap termcap.src > Log: > Fix "op" for xterm-color - :pa#64:Co#8:AF=\E[3%dm:AB=\E[4%dm:op=\E[x:sc=\E7:rc=\E8:\ + :pa#64:Co#8:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:sc=\E7:rc=\E8:\ This fix broke compatibility with older syscons versions (consider local console at 2.x or 3.x and shell from it to 4.x or 5.x). I.e., with screen (ports/misc/screen) run on 4.x, colors are incorrect. IMHO such serious change should be reflected with new terminal type name. Or possibly set op=\E[x\E[39;49m > Revision Changes Path > 1.91 +2 -2 src/share/termcap/termcap.src /netch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 0:55:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E0CC737B567; Sun, 16 Jul 2000 00:55:07 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA99014; Sun, 16 Jul 2000 00:55:07 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007160755.AAA99014@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 16 Jul 2000 00:55:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mtree mtree.8 mtree.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/16 00:55:07 PDT Modified files: usr.sbin/mtree mtree.8 mtree.c Log: Revert back to original mtree default behaviour to not follow symlinks, to be compatible with other *BSD camp. Add -L option to follow symlinks, so remove -P option which is now default. The next step will be to add -L to building process. Asked-by: bde Revision Changes Path 1.24 +6 -5 src/usr.sbin/mtree/mtree.8 1.12 +7 -7 src/usr.sbin/mtree/mtree.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 0:57: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0752837BBF5; Sun, 16 Jul 2000 00:56:56 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA99154; Sun, 16 Jul 2000 00:56:55 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007160756.AAA99154@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Sun, 16 Jul 2000 00:56:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options src/sys/netinet6 ip6_forward.c src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/16 00:56:55 PDT Modified files: sys/conf options sys/netinet6 ip6_forward.c sys/i386/conf NOTES Log: s/IPSEC_IPV6FWD/IPSEC/. this avoids unexpected behavior on ipv6 fowarding. (even if you ask for tunnel-mode encryption packets will go out in clear) sync with kame. Revision Changes Path 1.216 +1 -2 src/sys/conf/options 1.9 +11 -11 src/sys/netinet6/ip6_forward.c 1.800 +1 -2 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 0:58:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C914037B567; Sun, 16 Jul 2000 00:58:25 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA99240; Sun, 16 Jul 2000 00:58:25 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007160758.AAA99240@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 16 Jul 2000 00:58:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/16 00:58:25 PDT Modified files: etc Makefile Log: Add -L to mtree calls since defaults changed back Revision Changes Path 1.229 +6 -6 src/etc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 1: 2:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 07AD937BB9F; Sun, 16 Jul 2000 01:02:49 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA99411; Sun, 16 Jul 2000 01:02:49 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007160802.BAA99411@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 16 Jul 2000 01:02:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/16 01:02:48 PDT Modified files: release Makefile Log: Add -L to mtree calls since default changed back Revision Changes Path 1.554 +5 -5 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 1: 7:12 2000 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 542) id D134237BB47; Sun, 16 Jul 2000 01:07:09 -0700 (PDT) Date: Sun, 16 Jul 2000 01:07:09 -0700 From: "Andrey A. Chernov" To: Valentin Nechayev Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/termcap termcap.src Message-ID: <20000716010709.A35734@freebsd.org> References: <200006141508.IAA78754@freefall.freebsd.org> <20000716102031.A64059@lucky.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <20000716102031.A64059@lucky.net>; from netch@lucky.net on Sun, Jul 16, 2000 at 10:20:31AM +0300 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 16, 2000 at 10:20:31AM +0300, Valentin Nechayev wrote: > This fix broke compatibility with older syscons versions (consider local > console at 2.x or 3.x and shell from it to 4.x or 5.x). I.e., with screen Local obsolete console must keep local termcap somehow, f.e. in ~/.termcap. It is less painful that terminal name change. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 1:13:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F412537B904; Sun, 16 Jul 2000 01:13:13 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA01380; Sun, 16 Jul 2000 01:13:13 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Message-Id: <200007160813.BAA01380@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 16 Jul 2000 01:13:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/xchat/pkg PLIST PLIST.gnome X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2000/07/16 01:13:13 PDT Modified files: irc/xchat/pkg PLIST PLIST.gnome Log: Correct pkg/PLIST* Revision Changes Path 1.8 +3 -0 ports/irc/xchat/pkg/PLIST 1.5 +3 -0 ports/irc/xchat/pkg/PLIST.gnome To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 1:14:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CCAFE37B6DB; Sun, 16 Jul 2000 01:14:36 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA01477; Sun, 16 Jul 2000 01:14:36 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Message-Id: <200007160814.BAA01477@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 16 Jul 2000 01:14:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/imlib/patches patch-aa ports/graphics/imlib/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2000/07/16 01:14:36 PDT Modified files: graphics/imlib/patches patch-aa graphics/imlib/pkg PLIST Log: Remove hardcoded /usr/local, and correct pkg/PLIST PR: ports/19166 Submitted by: KATO Tsuguru Revision Changes Path 1.29 +8 -17 ports/graphics/imlib/patches/patch-aa 1.27 +0 -2 ports/graphics/imlib/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 1:16:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D0CB537BBC1; Sun, 16 Jul 2000 01:16:06 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA01684; Sun, 16 Jul 2000 01:16:06 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Message-Id: <200007160816.BAA01684@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 16 Jul 2000 01:16:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86-4/patches patch-f X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2000/07/16 01:16:06 PDT Modified files: x11/XFree86-4/patches patch-f Log: Fix zh_TW.Big5/XLC_LOCALE. Revision Changes Path 1.4 +22 -21 ports/x11/XFree86-4/patches/patch-f To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 1:19:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BBDBE37BBC1; Sun, 16 Jul 2000 01:19:53 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA01888; Sun, 16 Jul 2000 01:19:53 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007160819.BAA01888@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 16 Jul 2000 01:19:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/16 01:19:50 PDT Modified files: include Makefile Log: Add -L to mtree Revision Changes Path 1.116 +2 -2 src/include/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 1:21: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 845B037B58A; Sun, 16 Jul 2000 01:20:57 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA01994; Sun, 16 Jul 2000 01:20:57 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007160820.BAA01994@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 16 Jul 2000 01:20:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/16 01:20:57 PDT Modified files: release Makefile Log: Forget to add -L to one mtree call Revision Changes Path 1.555 +2 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 1:22:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0CFF37B6AB; Sun, 16 Jul 2000 01:22:39 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA02110; Sun, 16 Jul 2000 01:22:39 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007160822.BAA02110@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 16 Jul 2000 01:22:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mtree mtree.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/16 01:22:39 PDT Modified files: usr.sbin/mtree mtree.c Log: Fix getopt string I forget Revision Changes Path 1.13 +2 -2 src/usr.sbin/mtree/mtree.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 1:44:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7229E37B58A; Sun, 16 Jul 2000 01:44:41 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA03136; Sun, 16 Jul 2000 01:44:41 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007160844.BAA03136@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 16 Jul 2000 01:44:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/build Makefile.mfs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/16 01:44:41 PDT Modified files: release/picobsd/build Makefile.mfs Log: Add -L to mtree. Not shure ever it needed for MFS, but just to keep old behaviour exact, can be removed later Revision Changes Path 1.3 +3 -3 src/release/picobsd/build/Makefile.mfs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 1:49:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF8E137B641; Sun, 16 Jul 2000 01:49:49 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA03582; Sun, 16 Jul 2000 01:49:49 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Message-Id: <200007160849.BAA03582@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 16 Jul 2000 01:49:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/libtabe Makefile ports/chinese/libtabe/files md5 ports/chinese/libtabe/patches patch-aa patch-ab ports/chinese/libtabe/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2000/07/16 01:49:49 PDT Modified files: chinese/libtabe Makefile chinese/libtabe/files md5 chinese/libtabe/patches patch-aa patch-ab chinese/libtabe/pkg PLIST Log: Upgrade to 0.1.5. Revision Changes Path 1.14 +5 -5 ports/chinese/libtabe/Makefile 1.6 +1 -1 ports/chinese/libtabe/files/md5 1.4 +8 -8 ports/chinese/libtabe/patches/patch-aa 1.4 +9 -9 ports/chinese/libtabe/patches/patch-ab 1.7 +1 -1 ports/chinese/libtabe/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 1:51:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EEE3837B58A; Sun, 16 Jul 2000 01:51:39 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA03727; Sun, 16 Jul 2000 01:51:39 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Message-Id: <200007160851.BAA03727@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 16 Jul 2000 01:51:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/xcin25 Makefile ports/chinese/xcin25/patches patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2000/07/16 01:51:39 PDT Modified files: chinese/xcin25 Makefile Added files: chinese/xcin25/patches patch-af Log: Make it compileable with libtabe-0.1.5. Revision Changes Path 1.19 +5 -5 ports/chinese/xcin25/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 1:54:42 2000 Delivered-To: cvs-all@freebsd.org Received: from grimreaper.grondar.za (grimreaper.grondar.za [196.7.18.138]) by hub.freebsd.org (Postfix) with ESMTP id 99F3437B58A; Sun, 16 Jul 2000 01:54:12 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grimreaper.grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.9.3/8.9.3) with ESMTP id KAA01668; Sun, 16 Jul 2000 10:54:44 +0200 (SAST) (envelope-from mark@grimreaper.grondar.za) Message-Id: <200007160854.KAA01668@grimreaper.grondar.za> To: Kris Kennaway Cc: obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts dokern.sh References: In-Reply-To: ; from Kris Kennaway "Sat, 15 Jul 2000 23:56:35 MST." Date: Sun, 16 Jul 2000 10:54:44 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Some packages like to do things like generating keys at > install-time..better to have it there, IMO. They do that after first boot, when they have GENERIC colonel, not the bootfloppy one. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 1:56:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AFFC37B641; Sun, 16 Jul 2000 01:56:46 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA04041; Sun, 16 Jul 2000 01:56:45 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007160856.BAA04041@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 16 Jul 2000 01:56:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/custom Makefile.mfs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/16 01:56:45 PDT Modified files: release/picobsd/custom Makefile.mfs Log: Add -L to mtree to preserve old functionality exact Revision Changes Path 1.4 +2 -2 src/release/picobsd/custom/Makefile.mfs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 1:57:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A8C8637B8E6; Sun, 16 Jul 2000 01:57:29 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA04093; Sun, 16 Jul 2000 01:57:29 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007160857.BAA04093@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 16 Jul 2000 01:57:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/dial Makefile.mfs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/16 01:57:28 PDT Modified files: release/picobsd/dial Makefile.mfs Log: Add -L to mtree to preserve old functionality exact Revision Changes Path 1.5 +2 -2 src/release/picobsd/dial/Makefile.mfs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 1:57:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 067F337B9E8; Sun, 16 Jul 2000 01:57:31 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA04123; Sun, 16 Jul 2000 01:57:30 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007160857.BAA04123@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 16 Jul 2000 01:57:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/vmware2/patches patch-bb X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/16 01:57:30 PDT Modified files: emulators/vmware2/patches patch-bb Log: Add support for the most recent current. (500009) Revision Changes Path 1.2 +15 -1 ports/emulators/vmware2/patches/patch-bb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 1:58:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1933737B641; Sun, 16 Jul 2000 01:58:07 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA04200; Sun, 16 Jul 2000 01:58:06 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007160858.BAA04200@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 16 Jul 2000 01:58:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/install Makefile.mfs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/16 01:58:06 PDT Modified files: release/picobsd/install Makefile.mfs Log: Add -L to mtree to preserve old functionality exact Revision Changes Path 1.2 +1 -1 src/release/picobsd/install/Makefile.mfs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 2: 2: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4A0D37B641; Sun, 16 Jul 2000 02:01:55 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA04575; Sun, 16 Jul 2000 02:01:54 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007160901.CAA04575@freefall.freebsd.org> From: CHOI Junho Date: Sun, 16 Jul 2000 02:01:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/han Makefile ports/korean/han/patches patch-aa patch-ab patch-af patch-ag patch-ah patch-ak patch-al patch-am patch-ba patch-bb patch-bc patch-bd patch-be ports/korean/han/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/16 02:01:54 PDT Modified files: korean/han Makefile korean/han/pkg DESCR Added files: korean/han/patches patch-aa patch-ab patch-af patch-ag patch-ah patch-ak patch-al patch-am patch-ba patch-bb patch-bc patch-bd patch-be Log: - Update han to work in 4.x. Use patches from kon2-16dot. (it still has a bug: cursor doesn't displayed) - distfile location moved. Revision Changes Path 1.8 +5 -4 ports/korean/han/Makefile 1.2 +6 -6 ports/korean/han/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 2:10:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BDE3A37B58A; Sun, 16 Jul 2000 02:10:48 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id CAA06351; Sun, 16 Jul 2000 02:10:48 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Sun, 16 Jul 2000 02:10:48 -0700 (PDT) From: Kris Kennaway To: Mark Murray Cc: obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts dokern.sh In-Reply-To: <200007160854.KAA01668@grimreaper.grondar.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 16 Jul 2000, Mark Murray wrote: > > Some packages like to do things like generating keys at > > install-time..better to have it there, IMO. > > They do that after first boot, when they have GENERIC colonel, not the > bootfloppy one. Note "packages"..e.g. the security/ssh package. The kern.flp GENERIC .. uh, colonel [1] is the one which sysinstall uses on the boot disk, from which people can add packages. Kris [1] :-) -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 2:12:54 2000 Delivered-To: cvs-all@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id B7F4A37B58A; Sun, 16 Jul 2000 02:12:48 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-12.ix.netcom.com [205.186.215.12]) by smtp6.mindspring.com (8.9.3/8.8.5) with ESMTP id FAA14719; Sun, 16 Jul 2000 05:12:11 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id CAA00919; Sun, 16 Jul 2000 02:10:56 -0700 (PDT) To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/xforms Makefile ports/x11-toolkits/xforms/pkg PLIST References: <200007141159.EAA97550@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 16 Jul 2000 02:10:10 -0700 In-Reply-To: Maxim Sobolev's message of "Fri, 14 Jul 2000 04:59:47 -0700 (PDT)" Message-ID: Lines: 14 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * From: Maxim Sobolev * Create libform.so --> libxform.so.1 link, because it seems that library has * been built with --soname option and w/o this link dynamically-linked * executables don't work. I'm missing something here. What does the symlink have to do with dynamically-linked executables? .so links are supposed to be used for compile-time linkage only. And -soname is supposed to be there, it's not like it's this software's mistake to include it. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 2:18:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ADDB137B58A; Sun, 16 Jul 2000 02:18:40 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA06768; Sun, 16 Jul 2000 02:18:40 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <200007160918.CAA06768@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 16 Jul 2000 02:18:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2000/07/16 02:18:40 PDT Modified files: security/openssl Makefile Log: Set INSTALLS_SHLIB. Submitted by: Dmitry Grigorovich Forgotten by: sobomax Revision Changes Path 1.45 +2 -1 ports/security/openssl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 2:23:49 2000 Delivered-To: cvs-all@freebsd.org Received: from tisch.mail.mindspring.net (tisch.mail.mindspring.net [207.69.200.157]) by hub.freebsd.org (Postfix) with ESMTP id D10EE37B58A; Sun, 16 Jul 2000 02:23:45 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-12.ix.netcom.com [205.186.215.12]) by tisch.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id FAA26103; Sun, 16 Jul 2000 05:22:42 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id CAA01056; Sun, 16 Jul 2000 02:20:55 -0700 (PDT) To: Nick Sayer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/security/libmcrypt-nm - Imported sources References: <200007151539.IAA51855@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 16 Jul 2000 02:20:09 -0700 In-Reply-To: Nick Sayer's message of "Sat, 15 Jul 2000 08:39:34 -0700 (PDT)" Message-ID: Lines: 13 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * ports/security/libmcrypt-nm - Imported sources Um, repository copy? ;) * Log Message: * Clean up after myself. libmcrypt-nm's directory isn't 'p'. This is not an appropriate log message in any case. This is what people see first (ok, last) when they do a "cvs log". It should be the description of the port, and understandable by itself without reading logs of other ports. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 2:25:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF1E437B5C5; Sun, 16 Jul 2000 02:25:06 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA07151; Sun, 16 Jul 2000 02:25:07 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <200007160925.CAA07151@freefall.freebsd.org> From: Mark Murray Date: Sun, 16 Jul 2000 02:25:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons syscons.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/07/16 02:25:07 PDT Modified files: sys/dev/syscons syscons.c Log: Don't break the ability to debug the kernel when gathering entropy. Pointed out by: bde Revision Changes Path 1.344 +3 -2 src/sys/dev/syscons/syscons.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 2:29:43 2000 Delivered-To: cvs-all@freebsd.org Received: from grimreaper.grondar.za (grimreaper.grondar.za [196.7.18.138]) by hub.freebsd.org (Postfix) with ESMTP id C780B37B58A; Sun, 16 Jul 2000 02:29:32 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grimreaper.grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.9.3/8.9.3) with ESMTP id LAA01898; Sun, 16 Jul 2000 11:30:47 +0200 (SAST) (envelope-from mark@grimreaper.grondar.za) Message-Id: <200007160930.LAA01898@grimreaper.grondar.za> To: Kris Kennaway Cc: Mark Murray , obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts dokern.sh References: In-Reply-To: ; from Kris Kennaway "Sun, 16 Jul 2000 02:10:48 MST." Date: Sun, 16 Jul 2000 11:30:47 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Sun, 16 Jul 2000, Mark Murray wrote: > > > > Some packages like to do things like generating keys at > > > install-time..better to have it there, IMO. > > > > They do that after first boot, when they have GENERIC colonel, not the > > bootfloppy one. > > Note "packages"..e.g. the security/ssh package. The kern.flp GENERIC .. > uh, colonel [1] is the one which sysinstall uses on the boot disk, from > which people can add packages. Bootfloppy-1 has a stripped kernel (would that be a lt-col?); the bindist brings in GENERIC which is used for the first actual boot. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 2:47:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B49D637BC21; Sun, 16 Jul 2000 02:47:14 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id CAA08790; Sun, 16 Jul 2000 02:47:14 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Sun, 16 Jul 2000 02:47:14 -0700 (PDT) From: Kris Kennaway To: Mark Murray Cc: obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts dokern.sh In-Reply-To: <200007160930.LAA01898@grimreaper.grondar.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 16 Jul 2000, Mark Murray wrote: > > Note "packages"..e.g. the security/ssh package. The kern.flp GENERIC .. > > uh, colonel [1] is the one which sysinstall uses on the boot disk, from > > which people can add packages. > > Bootfloppy-1 has a stripped kernel (would that be a lt-col?); the bindist > brings in GENERIC which is used for the first actual boot. Yes, but the ssh package creates the host key at package install time, not first boot. Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 3: 2:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 82A1737BB9C; Sun, 16 Jul 2000 03:02:37 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA09542; Sun, 16 Jul 2000 03:02:36 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007161002.DAA09542@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 16 Jul 2000 03:02:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys param.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/16 03:02:36 PDT Modified files: sys/sys param.h Log: Bump __FreeBSD_version to indicate mtree defaults changed back to original Revision Changes Path 1.75 +2 -2 src/sys/sys/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 3:11:22 2000 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 2B77837BC6F; Sun, 16 Jul 2000 03:11:13 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id MAA09391; Sun, 16 Jul 2000 12:11:08 +0200 (CEST) (envelope-from des@flood.ping.uio.no) To: Bill Fumerola Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fetch Makefile fetch.1 fetch.h file.c ftp.c http.c main.c uri.c util.c References: <200007160116.SAA56763@freefall.freebsd.org> <20000716000431.E51462@jade.chc-chimes.com> From: Dag-Erling Smorgrav Date: 16 Jul 2000 12:11:08 +0200 In-Reply-To: Bill Fumerola's message of "Sun, 16 Jul 2000 00:04:31 -0400" Message-ID: Lines: 21 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bill Fumerola writes: > Think you forgot to cvs add fetch.c: > > [freefall-billf] /home/billf > cvs co -rRELENG_4 fetch > cvs checkout: Updating fetch > U fetch/Makefile > U fetch/fetch.1 Weird, I get this: des@md5 ~/freebsd/mfc% lcvs co -rRELENG_4 fetch cvs checkout: Updating fetch U fetch/Makefile U fetch/fetch.1 U fetch/fetch.c des@md5 ~/freebsd/mfc% ls fetch/ CVS/ Makefile fetch.1 fetch.c* DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 3:13: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 29B2637BC6F; Sun, 16 Jul 2000 03:12:53 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id MAA09406; Sun, 16 Jul 2000 12:12:29 +0200 (CEST) (envelope-from des@flood.ping.uio.no) To: Bill Fumerola Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fetch Makefile fetch.1 fetch.h file.c ftp.c http.c main.c uri.c util.c References: <200007160116.SAA56763@freefall.freebsd.org> <20000716000431.E51462@jade.chc-chimes.com> From: Dag-Erling Smorgrav Date: 16 Jul 2000 12:12:28 +0200 In-Reply-To: Dag-Erling Smorgrav's message of "16 Jul 2000 12:11:08 +0200" Message-ID: Lines: 10 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dag-Erling Smorgrav writes: > Bill Fumerola writes: > > Think you forgot to cvs add fetch.c: > Weird, I get this: Turns out I forgot to cvs add it and Jordan fixed it. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 3:14:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 53F8737B742; Sun, 16 Jul 2000 03:14:07 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA11325; Sun, 16 Jul 2000 03:14:07 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007161014.DAA11325@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 16 Jul 2000 03:14:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/16 03:14:06 PDT Modified files: en_US.ISO_8859-1/books/porters-handbook book.sgml Log: Describe mtree __FreeBSD_version bump for -current Revision Changes Path 1.115 +8 -1 doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 3:34:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9102237B742; Sun, 16 Jul 2000 03:34:33 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA12303; Sun, 16 Jul 2000 03:34:34 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007161034.DAA12303@freefall.freebsd.org> From: CHOI Junho Date: Sun, 16 Jul 2000 03:34:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/hanIM Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/16 03:34:33 PDT Modified files: korean/hanIM Makefile Log: Add LIB_DEPENDS: xpm. Submitted by: bento buildlog Revision Changes Path 1.9 +2 -1 ports/korean/hanIM/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 3:36:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 375A737B916; Sun, 16 Jul 2000 03:36:07 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA12464; Sun, 16 Jul 2000 03:36:07 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007161036.DAA12464@freefall.freebsd.org> From: CHOI Junho Date: Sun, 16 Jul 2000 03:36:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/ftghostscript5 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/16 03:36:07 PDT Modified files: korean/ftghostscript5 Makefile Log: Set version number of libpng correctly. Submitted by: bento buildlog Revision Changes Path 1.17 +2 -2 ports/korean/ftghostscript5/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 4:35:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AE1237B5A7; Sun, 16 Jul 2000 04:35:13 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: (from wilko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA18883; Sun, 16 Jul 2000 04:35:13 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Message-Id: <200007161135.EAA18883@freefall.freebsd.org> From: Wilko Bulte Date: Sun, 16 Jul 2000 04:35:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha HARDWARE.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/07/16 04:35:12 PDT Modified files: (Branch: RELENG_4) release/texts/alpha HARDWARE.TXT Log: Document Ethernet card reqs for SRM boot. Note that 8255x (fxp) does not work correctly on alpha. If this gets fixed before 4.1R hits the streets *please* notify me. Revision Changes Path 1.22.2.18 +9 -0 src/release/texts/alpha/HARDWARE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 4:36:41 2000 Delivered-To: cvs-all@freebsd.org Received: from grimreaper.grondar.za (grimreaper.grondar.za [196.7.18.138]) by hub.freebsd.org (Postfix) with ESMTP id 6AD2737B5A7; Sun, 16 Jul 2000 04:36:26 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grimreaper.grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.9.3/8.9.3) with ESMTP id NAA02179; Sun, 16 Jul 2000 13:37:40 +0200 (SAST) (envelope-from mark@grimreaper.grondar.za) Message-Id: <200007161137.NAA02179@grimreaper.grondar.za> To: Kris Kennaway Cc: Mark Murray , obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts dokern.sh References: In-Reply-To: ; from Kris Kennaway "Sun, 16 Jul 2000 02:47:14 MST." Date: Sun, 16 Jul 2000 13:37:40 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Bootfloppy-1 has a stripped kernel (would that be a lt-col?); the bindist > > brings in GENERIC which is used for the first actual boot. > > Yes, but the ssh package creates the host key at package install time, not > first boot. Then that is a bug in its own right; bootfloppy kernels should have the minimum necessary for the install job, not every conceivable post-install configuration. FreeBSD's rc* scripts can adequately pick up the key-generation stuff. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 4:38: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 505EA37B9AD; Sun, 16 Jul 2000 04:38:02 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: (from wilko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA19065; Sun, 16 Jul 2000 04:38:02 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Message-Id: <200007161138.EAA19065@freefall.freebsd.org> From: Wilko Bulte Date: Sun, 16 Jul 2000 04:38:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha HARDWARE.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/07/16 04:38:02 PDT Modified files: release/texts/alpha HARDWARE.TXT Log: Document Ethernet card reqs for SRM boot. Note that 8255x (fxp) does not currently work correctly on alpha. Revision Changes Path 1.49 +9 -0 src/release/texts/alpha/HARDWARE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 4:44:24 2000 Delivered-To: cvs-all@freebsd.org Received: from home.bsdclub.org (home.bsdclub.org [202.227.26.94]) by hub.freebsd.org (Postfix) with ESMTP id E554637B55C; Sun, 16 Jul 2000 04:44:18 -0700 (PDT) (envelope-from sada@bsdclub.org) Received: (from sada@localhost) by home.bsdclub.org (8.9.3/3.7W) id UAA95710; Sun, 16 Jul 2000 20:44:14 +0900 (JST) Date: Sun, 16 Jul 2000 20:44:14 +0900 (JST) Message-Id: <200007161144.UAA95710@home.bsdclub.org> To: current@FreeBSD.org Cc: cvs-all@FreeBSD.org, sada@bsdclub.org Subject: Re: cvs commit: src/bin/mv mv.c In-Reply-To: Your message of "Sat, 15 Jul 2000 07:59:02 -0700 (PDT)". <200007151459.HAA47427@freefall.freebsd.org> From: SADA Kenji Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Mailer: mnews [version 1.22] 1999-12/19(Sun) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <200007151459.HAA47427@freefall.freebsd.org> sada@FreeBSD.org writes: >> sada 2000/07/15 07:59:02 PDT >> >> Modified files: >> bin/mv mv.c >> Log: >> To make inherit file flags when mv(1) moves file between directories >> on different file systems. >> >> PR: bin/12375 >> Submitted by: Takashi SHIRAI >> No response by: steve >> No problem with: building 5-current world >> >> Revision Changes Path >> 1.26 +3 -1 src/bin/mv/mv.c I'd like to MFC this in time for 4.1-R. Please present any objection if you have. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 5:20:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E74237B614; Sun, 16 Jul 2000 05:20:29 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA22657; Sun, 16 Jul 2000 05:20:28 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <200007161220.FAA22657@freefall.freebsd.org> From: Mark Murray Date: Sun, 16 Jul 2000 05:20:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/07/16 05:20:28 PDT Modified files: secure Makefile.inc Log: WITH_IDEA --> MAKE_IDEA fix. Revision Changes Path 1.16 +2 -2 src/secure/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 5:35: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EACAB37B719; Sun, 16 Jul 2000 05:34:58 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA23494; Sun, 16 Jul 2000 05:34:58 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Message-Id: <200007161234.FAA23494@freefall.freebsd.org> From: Yukihiro Nakai Date: Sun, 16 Jul 2000 05:34:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/vdk Makefile ports/x11-toolkits/vdk/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2000/07/16 05:34:58 PDT Modified files: x11-toolkits/vdk Makefile x11-toolkits/vdk/files md5 Log: Update to 1.2.2 Revision Changes Path 1.7 +2 -2 ports/x11-toolkits/vdk/Makefile 1.3 +1 -1 ports/x11-toolkits/vdk/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 5:35:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17FA837B90C; Sun, 16 Jul 2000 05:35:17 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA23602; Sun, 16 Jul 2000 05:35:16 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Message-Id: <200007161235.FAA23602@freefall.freebsd.org> From: Yukihiro Nakai Date: Sun, 16 Jul 2000 05:35:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/vdkbuilder Makefile ports/x11-toolkits/vdkbuilder/files md5 ports/x11-toolkits/vdkbuilder/patches patch-ab ports/x11-toolkits/vdkbuilder/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2000/07/16 05:35:16 PDT Modified files: x11-toolkits/vdkbuilder Makefile x11-toolkits/vdkbuilder/files md5 x11-toolkits/vdkbuilder/pkg PLIST Removed files: x11-toolkits/vdkbuilder/patches patch-ab Log: Update to 1.2.2 Revision Changes Path 1.7 +2 -2 ports/x11-toolkits/vdkbuilder/Makefile 1.3 +1 -1 ports/x11-toolkits/vdkbuilder/files/md5 1.4 +3 -1 ports/x11-toolkits/vdkbuilder/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 5:39:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CAB837B9BB; Sun, 16 Jul 2000 05:39:40 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA23983; Sun, 16 Jul 2000 05:39:40 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Message-Id: <200007161239.FAA23983@freefall.freebsd.org> From: Yukihiro Nakai Date: Sun, 16 Jul 2000 05:39:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/mlvwm Makefile ports/x11-wm/mlvwm/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2000/07/16 05:39:40 PDT Modified files: x11-wm/mlvwm Makefile x11-wm/mlvwm/files md5 Log: Update to 0.9.1 PR: ports/19767 Submitted by: Kato Tsuguru Revision Changes Path 1.19 +4 -4 ports/x11-wm/mlvwm/Makefile 1.7 +1 -1 ports/x11-wm/mlvwm/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 6: 2:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B280337B5C5; Sun, 16 Jul 2000 06:02:30 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA25538; Sun, 16 Jul 2000 06:02:30 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007161302.GAA25538@freefall.freebsd.org> From: Alexander Langer Date: Sun, 16 Jul 2000 06:02:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/tcsh Makefile ports/shells/tcsh/files md5 ports/shells/tcsh/patches patch-aa patch-ab ports/shells/tcsh/pkg PLIST.nobuild PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/16 06:02:30 PDT Modified files: shells/tcsh Makefile shells/tcsh/files md5 shells/tcsh/pkg PLIST Added files: shells/tcsh/pkg PLIST.nobuild Removed files: shells/tcsh/patches patch-aa patch-ab Log: - Update to verison 6.09.01 - Create symlink for /bin/tcsh (instead of installing full package) for -current/-stable (requested by obrien) PR: 19853 Submitted by: Ports Fury Revision Changes Path 1.32 +33 -15 ports/shells/tcsh/Makefile 1.8 +1 -1 ports/shells/tcsh/files/md5 1.11 +12 -8 ports/shells/tcsh/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 6: 4:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 04A5437BCF1; Sun, 16 Jul 2000 06:04:55 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA25987; Sun, 16 Jul 2000 06:04:54 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200007161304.GAA25987@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sun, 16 Jul 2000 06:04:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gtkgraph Makefile ports/graphics/gtkgraph/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/07/16 06:04:54 PDT Modified files: graphics/gtkgraph Makefile graphics/gtkgraph/pkg DESCR Log: Update MASTER_SITES and WWW with new location Revision Changes Path 1.9 +2 -2 ports/graphics/gtkgraph/Makefile 1.3 +1 -1 ports/graphics/gtkgraph/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 6:13:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA5AC37BA8D; Sun, 16 Jul 2000 06:13:33 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA28253; Sun, 16 Jul 2000 06:13:33 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007161313.GAA28253@freefall.freebsd.org> From: Alexander Langer Date: Sun, 16 Jul 2000 06:13:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/workman Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/16 06:13:33 PDT Modified files: audio/workman Makefile Log: Fix my obvious stupidity (why is it GZIP_CMD and not GZIP actually? grrr): /usr/bin/gzip --> ${GZIP_CMD} PR: 19942 Submitted by: KATO Tsuguru Revision Changes Path 1.15 +2 -2 ports/audio/workman/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 6:13:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 54AD337B5C5; Sun, 16 Jul 2000 06:13:33 -0700 (PDT) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA28225; Sun, 16 Jul 2000 06:13:33 -0700 (PDT) (envelope-from bp@FreeBSD.org) Message-Id: <200007161313.GAA28225@freefall.freebsd.org> From: Boris Popov Date: Sun, 16 Jul 2000 06:13:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_linker.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bp 2000/07/16 06:13:33 PDT Modified files: (Branch: RELENG_4) sys/kern kern_linker.c Log: MFC: rev 1.49 - correct execution order of SYSINITs within the same subsystem. Revision Changes Path 1.41.2.2 +3 -3 src/sys/kern/kern_linker.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 6:15:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F264F37BCFE; Sun, 16 Jul 2000 06:15:17 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA28529; Sun, 16 Jul 2000 06:15:17 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200007161315.GAA28529@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sun, 16 Jul 2000 06:15:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/pxtools Makefile ports/databases/pxtools/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/07/16 06:15:17 PDT Modified files: databases/pxtools Makefile databases/pxtools/files md5 Log: Update port to 0.0.11 Revision Changes Path 1.5 +2 -2 ports/databases/pxtools/Makefile 1.4 +1 -1 ports/databases/pxtools/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 6:18:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1917A37B5EF; Sun, 16 Jul 2000 06:18:56 -0700 (PDT) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA28829; Sun, 16 Jul 2000 06:18:56 -0700 (PDT) (envelope-from bp@FreeBSD.org) Message-Id: <200007161318.GAA28829@freefall.freebsd.org> From: Boris Popov Date: Sun, 16 Jul 2000 06:18:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bp 2000/07/16 06:18:55 PDT Modified files: (Branch: RELENG_4) sys/kern vfs_subr.c Log: MFC: rev 1.265 - Fix support for more than 256 simultaneous mounts with theoretical limit of 2^16 mounts per fs type. Revision Changes Path 1.249.2.4 +5 -3 src/sys/kern/vfs_subr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 6:28:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D7EF137B5EF; Sun, 16 Jul 2000 06:28:54 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA29677; Sun, 16 Jul 2000 06:28:54 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007161328.GAA29677@freefall.freebsd.org> From: Alexander Langer Date: Sun, 16 Jul 2000 06:28:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/gbuffy/patches patch-imap X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/16 06:28:54 PDT Added files: mail/gbuffy/patches patch-imap Log: Fix X-Face handling w/ IMAP. PR: 19955 Submitted by: maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 6:30:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 56C5637B58A; Sun, 16 Jul 2000 06:30:56 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA29914; Sun, 16 Jul 2000 06:30:56 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200007161330.GAA29914@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sun, 16 Jul 2000 06:30:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/knapster Makefile ports/audio/knapster/files md5 ports/audio/knapster/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/07/16 06:30:56 PDT Modified files: audio/knapster Makefile audio/knapster/files md5 audio/knapster/pkg PLIST Log: Update port to 0.12 Revision Changes Path 1.15 +2 -2 ports/audio/knapster/Makefile 1.9 +1 -1 ports/audio/knapster/files/md5 1.6 +0 -1 ports/audio/knapster/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 6:33:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F037C37BC56; Sun, 16 Jul 2000 06:33:25 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Received: (from andreas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA30164; Sun, 16 Jul 2000 06:33:25 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Message-Id: <200007161333.GAA30164@freefall.freebsd.org> From: Andreas Klemm Date: Sun, 16 Jul 2000 06:33:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin Makefile ports/sysutils/webmin/files md5 ports/sysutils/webmin/patches patch-ab patch-ac patch-ad ports/sysutils/webmin/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2000/07/16 06:33:25 PDT Modified files: sysutils/webmin Makefile sysutils/webmin/files md5 sysutils/webmin/pkg PLIST Removed files: sysutils/webmin/patches patch-ab patch-ac patch-ad Log: Update to 0.80 Revision Changes Path 1.19 +2 -2 ports/sysutils/webmin/Makefile 1.11 +1 -1 ports/sysutils/webmin/files/md5 1.9 +1000 -40 ports/sysutils/webmin/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 6:36:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 937AD37BD4C; Sun, 16 Jul 2000 06:36:24 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA30386; Sun, 16 Jul 2000 06:36:24 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200007161336.GAA30386@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sun, 16 Jul 2000 06:36:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/knapster/patches patch-ai X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/07/16 06:36:24 PDT Removed files: audio/knapster/patches patch-ai Log: Update port to 0.12 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 6:53:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D00337B5CA; Sun, 16 Jul 2000 06:53:15 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA31472; Sun, 16 Jul 2000 06:53:15 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007161353.GAA31472@freefall.freebsd.org> From: Alexander Langer Date: Sun, 16 Jul 2000 06:53:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/par Makefile ports/textproc/par/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/16 06:53:15 PDT Modified files: textproc/par Makefile textproc/par/files md5 Log: Update to version 1.51 PR: 19922 Submitted by: Johann Visagie Revision Changes Path 1.5 +3 -3 ports/textproc/par/Makefile 1.2 +1 -1 ports/textproc/par/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 6:58:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C619437B831; Sun, 16 Jul 2000 06:58:35 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA31933; Sun, 16 Jul 2000 06:58:35 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007161358.GAA31933@freefall.freebsd.org> From: Alexander Langer Date: Sun, 16 Jul 2000 06:58:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/pari Makefile ports/math/pari/files md5 ports/math/pari/patches patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/16 06:58:35 PDT Modified files: math/pari Makefile math/pari/files md5 math/pari/patches patch-af Log: Update to version 2.0.20b PR: 19940 Submitted by: maintainer Revision Changes Path 1.17 +4 -4 ports/math/pari/Makefile 1.5 +1 -1 ports/math/pari/files/md5 1.4 +11 -11 ports/math/pari/patches/patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 7: 9:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6200037B7B9; Sun, 16 Jul 2000 07:09:14 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA34360; Sun, 16 Jul 2000 07:09:14 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200007161409.HAA34360@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sun, 16 Jul 2000 07:09:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/killustrator Makefile ports/graphics/killustrator/files md5 ports/graphics/killustrator/patches patch-aa ports/graphics/killustrator/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/07/16 07:09:14 PDT Modified files: graphics/killustrator Makefile graphics/killustrator/files md5 graphics/killustrator/patches patch-aa graphics/killustrator/pkg PLIST Log: Update port ot 0.7.2 Revision Changes Path 1.13 +3 -3 ports/graphics/killustrator/Makefile 1.3 +1 -1 ports/graphics/killustrator/files/md5 1.3 +8 -8 ports/graphics/killustrator/patches/patch-aa 1.4 +0 -15 ports/graphics/killustrator/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 7:14:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EB59D37B5CB; Sun, 16 Jul 2000 07:14:34 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA34826; Sun, 16 Jul 2000 07:14:34 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007161414.HAA34826@freefall.freebsd.org> From: Alexander Langer Date: Sun, 16 Jul 2000 07:14:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/linux-bmrt Makefile ports/graphics/linux-bmrt/files md5 ports/graphics/linux-bmrt/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/16 07:14:34 PDT Modified files: graphics/linux-bmrt Makefile graphics/linux-bmrt/files md5 graphics/linux-bmrt/pkg PLIST Log: Update to Version 2.5.0.8 PR: 19939 Submitted by: maintainer Revision Changes Path 1.4 +10 -6 ports/graphics/linux-bmrt/Makefile 1.2 +1 -1 ports/graphics/linux-bmrt/files/md5 1.2 +1 -1 ports/graphics/linux-bmrt/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 7:18:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4326E37B9D2; Sun, 16 Jul 2000 07:18:08 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA35418; Sun, 16 Jul 2000 07:18:08 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007161418.HAA35418@freefall.freebsd.org> From: Alexander Langer Date: Sun, 16 Jul 2000 07:18:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/baduki Makefile ports/games/baduki/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/16 07:18:08 PDT Modified files: games/baduki Makefile games/baduki/pkg DESCR Log: - new master site - respect GTK_CONFIG - new maintainer email PR: 19964 Submitted by: maintainer Revision Changes Path 1.3 +4 -3 ports/games/baduki/Makefile 1.2 +1 -3 ports/games/baduki/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 7:18:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4466337BC84; Sun, 16 Jul 2000 07:18:17 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA35483; Sun, 16 Jul 2000 07:18:17 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Message-Id: <200007161418.HAA35483@freefall.freebsd.org> From: Yukihiro Nakai Date: Sun, 16 Jul 2000 07:18:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/dedit Makefile ports/editors/dedit/files md5 ports/editors/dedit/patches patch-ad patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2000/07/16 07:18:17 PDT Modified files: editors/dedit Makefile editors/dedit/files md5 Added files: editors/dedit/patches patch-ad Removed files: editors/dedit/patches patch-ab Log: Update to 0.5.8 PR: ports/19522 Submitted by: KATO Tsuguru Revision Changes Path 1.6 +4 -10 ports/editors/dedit/Makefile 1.2 +1 -1 ports/editors/dedit/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 7:21:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D05F737B719; Sun, 16 Jul 2000 07:21:24 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA35971; Sun, 16 Jul 2000 07:21:24 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007161421.HAA35971@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 16 Jul 2000 07:21:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gkrellm/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/16 07:21:24 PDT Modified files: sysutils/gkrellm/files md5 Log: GKrellM's archive was changed. Submitted by: Funn Dipp Revision Changes Path 1.11 +1 -1 ports/sysutils/gkrellm/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 7:31:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 003EF37BBB5; Sun, 16 Jul 2000 07:31:54 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA37004; Sun, 16 Jul 2000 07:31:55 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007161431.HAA37004@freefall.freebsd.org> From: Alexander Langer Date: Sun, 16 Jul 2000 07:31:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/biorythm Makefile ports/games/biorythm/patches patch-aa ports/games/biorythm/pkg DESCR ports/games/libshhcards Makefile ports/games/libshhcards/patches patch-aa ports/games/libshhcards/pkg DESCR PLIST ports/games/sol Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/16 07:31:55 PDT Modified files: games/biorythm Makefile games/biorythm/patches patch-aa games/biorythm/pkg DESCR games/libshhcards Makefile games/libshhcards/patches patch-aa games/libshhcards/pkg DESCR PLIST games/sol Makefile games/sol/patches patch-aa games/sol/pkg DESCR Log: - Update MASTER_SITES and WWW: line of pkg/DESCR - Support CC/CFLAGS/PREFIX/LOCALBASE/X11BASE/etc properly PR: 19757 Submitted by: Ports Fury Revision Changes Path 1.5 +13 -19 ports/games/biorythm/Makefile 1.2 +25 -13 ports/games/biorythm/patches/patch-aa 1.2 +1 -1 ports/games/biorythm/pkg/DESCR 1.15 +18 -35 ports/games/libshhcards/Makefile 1.7 +48 -28 ports/games/libshhcards/patches/patch-aa 1.2 +2 -0 ports/games/libshhcards/pkg/DESCR 1.5 +1 -1 ports/games/libshhcards/pkg/PLIST 1.7 +16 -14 ports/games/sol/Makefile 1.3 +37 -6 ports/games/sol/patches/patch-aa 1.3 +1 -1 ports/games/sol/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 7:33:36 2000 Delivered-To: cvs-all@freebsd.org Received: from mailhost.netbenefit.co.uk (mailhost.netbenefit.co.uk [212.53.64.39]) by hub.freebsd.org (Postfix) with ESMTP id 4061C37BA54; Sun, 16 Jul 2000 07:33:28 -0700 (PDT) (envelope-from pierre.dampure@alveley.org) Received: from userk134.uk.uudial.com ([194.69.100.218] helo=alveley.org) by mailhost.netbenefit.co.uk with esmtp (NetBenefit 1.5) id 13DpTy-0003Ms-00 ; Sun, 16 Jul 2000 15:33:27 +0100 Message-ID: <3971C7B8.D0DCA34E@alveley.org> Date: Sun, 16 Jul 2000 15:33:28 +0100 From: "Dampure, Pierre Y." X-Mailer: Mozilla 4.73 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc Makefile References: <200007160758.AAA99240@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Andrey A. Chernov" wrote: > > ache 2000/07/16 00:58:25 PDT > > Modified files: > etc Makefile > Log: > Add -L to mtree calls since defaults changed back > > Revision Changes Path > 1.229 +6 -6 src/etc/Makefile > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message Causes a chicken-and-egg situation with make world -- option -L is only valid on the newly built mtree, not on the one currently installed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 7:33:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0486737BC56; Sun, 16 Jul 2000 07:33:48 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA37261; Sun, 16 Jul 2000 07:33:48 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200007161433.HAA37261@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Sun, 16 Jul 2000 07:33:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults pccard.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/07/16 07:33:47 PDT Modified files: etc/defaults pccard.conf Log: [Merge from PAO] add about 67 entry and rewrite 18 entry change Xircom CompactCard Ethernet 10 entry config 0x20 -> auto Reviewed by: iwasaki Obtained from: PAO3 Revision Changes Path 1.122 +1044 -101 src/etc/defaults/pccard.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 7:46:36 2000 Delivered-To: cvs-all@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FA9437B90C; Sun, 16 Jul 2000 07:46:30 -0700 (PDT) (envelope-from wkb@freebie.demon.nl) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.14 #4) id 13DpgZ-0000Rt-00; Sun, 16 Jul 2000 14:46:27 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.9.3/8.9.3) id QAA04651; Sun, 16 Jul 2000 16:46:15 +0200 (CEST) (envelope-from wkb) Date: Sun, 16 Jul 2000 16:46:15 +0200 From: Wilko Bulte To: "Dampure, Pierre Y." Cc: "Andrey A. Chernov" , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc Makefile Message-ID: <20000716164615.A4627@freebie.demon.nl> Reply-To: wilko@freebsd.org References: <200007160758.AAA99240@freefall.freebsd.org> <3971C7B8.D0DCA34E@alveley.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <3971C7B8.D0DCA34E@alveley.org>; from pierre.dampure@alveley.org on Sun, Jul 16, 2000 at 03:33:28PM +0100 X-OS: FreeBSD 4.0-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 16, 2000 at 03:33:28PM +0100, Dampure, Pierre Y. wrote: > "Andrey A. Chernov" wrote: > > > > ache 2000/07/16 00:58:25 PDT > > > > Modified files: > > etc Makefile > > Log: > > Add -L to mtree calls since defaults changed back > > > > Revision Changes Path > > 1.229 +6 -6 src/etc/Makefile > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe cvs-all" in the body of the message > > Causes a chicken-and-egg situation with make world -- option -L is only > valid on the newly built mtree, not on the one currently installed. Grr. I just saw that 2 minutes ago when my 4.1RC alpha build failed. Sounds like a good example why defaults are defaults and should remain defaults :-( -- Wilko Bulte http://www.freebsd.org wilko@freebsd.org http://www.nlfug.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 7:47:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AC3C137BD0E; Sun, 16 Jul 2000 07:47:25 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA38434; Sun, 16 Jul 2000 07:47:26 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007161447.HAA38434@freefall.freebsd.org> From: Alexander Langer Date: Sun, 16 Jul 2000 07:47:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/saint Makefile ports/security/saint/files md5 ports/security/saint/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/16 07:47:25 PDT Modified files: security/saint Makefile security/saint/files md5 security/saint/pkg PLIST Log: Update to version 2.1.1 PR: 19958 Submitted by: maintainer Revision Changes Path 1.9 +2 -2 ports/security/saint/Makefile 1.7 +1 -1 ports/security/saint/files/md5 1.6 +6 -0 ports/security/saint/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 8: 2: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id 86A8C37B90C; Sun, 16 Jul 2000 08:02:03 -0700 (PDT) (envelope-from asmodai@lucifer.ninth-circle.org) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.9.3/8.9.3) id RAA57225; Sun, 16 Jul 2000 17:02:02 +0200 (CEST) (envelope-from asmodai) Date: Sun, 16 Jul 2000 17:02:02 +0200 From: Jeroen Ruigrok van der Werven To: Hajimu UMEMOTO Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/gkrellm/files md5 Message-ID: <20000716170202.C57042@lucifer.bart.nl> References: <200007161421.HAA35971@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007161421.HAA35971@freefall.freebsd.org>; from ume@FreeBSD.org on Sun, Jul 16, 2000 at 07:21:24AM -0700 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000716 16:25], Hajimu UMEMOTO (ume@FreeBSD.org) wrote: > Modified files: > sysutils/gkrellm/files md5 > Log: > GKrellM's archive was changed. The security officers would like to know what exactly changed between the one version and the other. For all we know it could've been trojaned. Please, diff -ruN between the two is your friend. -- Jeroen Ruigrok van der Werven Network- and systemadministrator VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl Only the good die young, all the evil seems to live forever... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 8: 4:53 2000 Delivered-To: cvs-all@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id B60F337BCB6; Sun, 16 Jul 2000 08:04:49 -0700 (PDT) (envelope-from asmodai@lucifer.ninth-circle.org) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.9.3/8.9.3) id RAA57236; Sun, 16 Jul 2000 17:04:49 +0200 (CEST) (envelope-from asmodai) Date: Sun, 16 Jul 2000 17:04:48 +0200 From: Jeroen Ruigrok van der Werven To: Andreas Klemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/webmin Makefile ports/sysutils/webmin/files md5 ports/sysutils/webmin/patches patch-ab patch-ac patch-ad ports/sysutils/webmin/pkg PLIST Message-ID: <20000716170448.D57042@lucifer.bart.nl> References: <200007161333.GAA30164@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007161333.GAA30164@freefall.freebsd.org>; from andreas@FreeBSD.org on Sun, Jul 16, 2000 at 06:33:25AM -0700 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000716 15:35], Andreas Klemm (andreas@FreeBSD.org) wrote: > 1.9 +1000 -40 ports/sysutils/webmin/pkg/PLIST Whoaha, bizarre... I guess the previous commits didn't quite update the PLIST correctly? -- Jeroen Ruigrok van der Werven Network- and systemadministrator VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl Only the good die young, all the evil seems to live forever... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 8:24: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CCA437B846; Sun, 16 Jul 2000 08:24:05 -0700 (PDT) (envelope-from toshi@FreeBSD.org) Received: (from toshi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA42124; Sun, 16 Jul 2000 08:24:04 -0700 (PDT) (envelope-from toshi@FreeBSD.org) Message-Id: <200007161524.IAA42124@freefall.freebsd.org> From: Toshihiko ARAI Date: Sun, 16 Jul 2000 08:24:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook authors.ent doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml doc/en_US.ISO_8859-1/books/handbook/staff chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG toshi 2000/07/16 08:24:04 PDT Modified files: en_US.ISO_8859-1/books/handbook authors.ent en_US.ISO_8859-1/books/handbook/contrib chapter.sgml en_US.ISO_8859-1/books/handbook/staff chapter.sgml Log: Move myself from additional contributors to committers. Revision Changes Path 1.108 +3 -1 doc/en_US.ISO_8859-1/books/handbook/authors.ent 1.258 +1 -5 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml 1.146 +5 -1 doc/en_US.ISO_8859-1/books/handbook/staff/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 8:29: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from mail.wintek.com (mail.wintek.com [199.233.104.76]) by hub.freebsd.org (Postfix) with ESMTP id F1C5537B7C8; Sun, 16 Jul 2000 08:29:00 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from argon.gryphonsoft.com (csg-155.waterspout.com [208.13.60.155]) by mail.wintek.com (8.11.0.Beta3/8.11.0.Beta3/Wintek) with ESMTP id e6GFSx240156; Sun, 16 Jul 2000 10:28:59 -0500 (EST) Received: by argon.gryphonsoft.com (Postfix, from userid 1000) id 064221944; Sun, 16 Jul 2000 11:26:17 -0400 (EDT) Date: Sun, 16 Jul 2000 11:26:16 -0400 From: Will Andrews To: Jeroen Ruigrok van der Werven Cc: Hajimu UMEMOTO , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/gkrellm/files md5 Message-ID: <20000716112616.A535@argon.gryphonsoft.com> References: <200007161421.HAA35971@freefall.freebsd.org> <20000716170202.C57042@lucifer.bart.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000716170202.C57042@lucifer.bart.nl>; from jruigrok@via-net-works.nl on Sun, Jul 16, 2000 at 05:02:02PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 16, 2000 at 05:02:02PM +0200, Jeroen Ruigrok van der Werven wrote: > The security officers would like to know what exactly changed between > the one version and the other. For all we know it could've been > trojaned. The problem with this is that we don't check new-versioned distfiles for trojans either. As we've discussed previously, "all or no security auditing, there's little point in anything in between". -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 8:32:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7822237B585; Sun, 16 Jul 2000 08:32:29 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA43011; Sun, 16 Jul 2000 08:32:28 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007161532.IAA43011@freefall.freebsd.org> From: Alexander Langer Date: Sun, 16 Jul 2000 08:32:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators Makefile ports/emulators/gsnes9x Makefile ports/emulators/gsnes9x/files PLIST.docs PLIST.nodocs md5 ports/emulators/gsnes9x/patches patch-aa patch-ab patch-ac ports/emulators/gsnes9x/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/16 08:32:28 PDT Modified files: emulators Makefile Added files: emulators/gsnes9x Makefile emulators/gsnes9x/files PLIST.docs PLIST.nodocs md5 emulators/gsnes9x/patches patch-aa patch-ab patch-ac emulators/gsnes9x/pkg COMMENT DESCR PLIST Log: Add gsnes9x, a GTK front-end for the Snes9X SNES emulator. PR: 19370 Submitted by: Kelly Yancey Revision Changes Path 1.52 +2 -1 ports/emulators/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 8:32:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E0A9D37BB3A; Sun, 16 Jul 2000 08:32:36 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA43050; Sun, 16 Jul 2000 08:32:36 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007161532.IAA43050@freefall.freebsd.org> From: Alexander Langer Date: Sun, 16 Jul 2000 08:32:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/16 08:32:35 PDT Modified files: . modules Log: gsnes9x/ --> ports/emulators/gsnes9x/ Revision Changes Path 1.1408 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 8:42:13 2000 Delivered-To: cvs-all@freebsd.org Received: from mout1.silyn-tek.de (mout1.silyn-tek.de [194.25.165.69]) by hub.freebsd.org (Postfix) with ESMTP id EDCAA37B585; Sun, 16 Jul 2000 08:42:08 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.34] (helo=mx2.silyn-tek.de) by mout1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13DqYR-0003TQ-00; Sun, 16 Jul 2000 17:42:07 +0200 Received: from p3e9c1125.dip0.t-ipconnect.de ([62.156.17.37] helo=neutron.cichlids.com) by mx2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13DqYN-0005sv-00; Sun, 16 Jul 2000 17:42:04 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 29CA1AB91; Sun, 16 Jul 2000 17:43:26 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 7EF9014A62; Sun, 16 Jul 2000 17:42:00 +0200 (CEST) Date: Sun, 16 Jul 2000 17:42:00 +0200 From: Alexander Langer To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules Message-ID: <20000716174200.B30745@cichlids.cichlids.com> References: <200007161532.IAA43050@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007161532.IAA43050@freefall.freebsd.org>; from alex@FreeBSD.org on Sun, Jul 16, 2000 at 08:32:35AM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Alexander Langer (alex@FreeBSD.org): > gsnes9x/ --> ports/emulators/gsnes9x/ GAH! Stupid addport! I hate this utility! (you see, my mood changes from second to second) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 8:46:40 2000 Delivered-To: cvs-all@freebsd.org Received: from peace.mahoroba.org (peace.calm.imasy.or.jp [202.227.26.34]) by hub.freebsd.org (Postfix) with ESMTP id 6F5DF37B585; Sun, 16 Jul 2000 08:46:20 -0700 (PDT) (envelope-from ume@mahoroba.org) Received: from localhost (IDENT:h1qeZ7oil8vJ07VYgpHgIPDwZy2EZ+uKo0oGERpKCZVL5vlRNpaf6Ax+9oAkvuQz@localhost [::1]) (authenticated) by peace.mahoroba.org (8.10.2/3.7W-peace) with ESMTP id e6GFjnh99717; Mon, 17 Jul 2000 00:45:49 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Mon, 17 Jul 2000 00:45:46 +0900 (JST) Message-Id: <20000717.004546.63131039.ume@mahoroba.org> To: jruigrok@via-net-works.nl Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/gkrellm/files md5 From: Hajimu UMEMOTO In-Reply-To: <20000716170202.C57042@lucifer.bart.nl> References: <200007161421.HAA35971@freefall.freebsd.org> <20000716170202.C57042@lucifer.bart.nl> X-Mailer: xcite1.20> Mew version 1.95b38 on Emacs 20.6 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= X-PGP-Public-Key: http://www.imasy.org/~ume/publickey.asc X-PGP-Fingerprint: 6B 0C 53 FC 5D D0 37 91 05 D0 B3 EF 36 9B 6A BC X-URL: http://www.imasy.org/~ume/ X-OS: FreeBSD 5.0-CURRENT Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> On Sun, 16 Jul 2000 17:02:02 +0200 >>>>> Jeroen Ruigrok van der Werven said: jruigrok> -On [20000716 16:25], Hajimu UMEMOTO (ume@FreeBSD.org) wrote: > Modified files: > sysutils/gkrellm/files md5 > Log: > GKrellM's archive was changed. jruigrok> The security officers would like to know what exactly changed between jruigrok> the one version and the other. For all we know it could've been jruigrok> trojaned. Yes, I'm afraid it and already checked it before commit. It seems some minor bug fix was made around mail monitor. jruigrok> Please, diff -ruN between the two is your friend. I love diff. :-) -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 8:49:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF2F537BD37; Sun, 16 Jul 2000 08:49:36 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA44319; Sun, 16 Jul 2000 08:49:36 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007161549.IAA44319@freefall.freebsd.org> From: Alexander Langer Date: Sun, 16 Jul 2000 08:49:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/16 08:49:36 PDT Modified files: . modules Log: Remove addport garbage: - gsnes9x/ -> gsnex9x - remove the "p" module which was added by accident a few days ago - use tabs instead of spaces for indenting Revision Changes Path 1.1409 +12 -13 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 8:52:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8780437BB99; Sun, 16 Jul 2000 08:52:28 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA44648; Sun, 16 Jul 2000 08:52:28 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007161552.IAA44648@freefall.freebsd.org> From: Alexander Langer Date: Sun, 16 Jul 2000 08:52:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/16 08:52:28 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Add Kelly Yancey for the gsnes9x port (and other work, btw). Revision Changes Path 1.259 +5 -1 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 8:59: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 366F037B982; Sun, 16 Jul 2000 08:59:06 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA45511; Sun, 16 Jul 2000 08:59:06 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007161559.IAA45511@freefall.freebsd.org> From: Alexander Langer Date: Sun, 16 Jul 2000 08:59:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/gsnes9x/patches patch-ad ports/emulators/gsnes9x/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/16 08:59:05 PDT Modified files: emulators/gsnes9x/pkg PLIST Added files: emulators/gsnes9x/patches patch-ad Log: Clean up port. Submitted by: maintainer Revision Changes Path 1.2 +0 -31 ports/emulators/gsnes9x/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 9: 1:15 2000 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 542) id CD3BD37BDD5; Sun, 16 Jul 2000 09:01:10 -0700 (PDT) Date: Sun, 16 Jul 2000 09:01:10 -0700 From: "Andrey A. Chernov" To: "Dampure, Pierre Y." Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc Makefile Message-ID: <20000716090110.A27667@freebsd.org> References: <200007160758.AAA99240@freefall.freebsd.org> <3971C7B8.D0DCA34E@alveley.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <3971C7B8.D0DCA34E@alveley.org>; from pierre.dampure@alveley.org on Sun, Jul 16, 2000 at 03:33:28PM +0100 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 16, 2000 at 03:33:28PM +0100, Dampure, Pierre Y. wrote: > Causes a chicken-and-egg situation with make world -- option -L is only > valid on the newly built mtree, not on the one currently installed. Buildtools is your help - there is mtree builded and installed -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 9: 3: 4 2000 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 542) id 23DDC37B982; Sun, 16 Jul 2000 09:03:02 -0700 (PDT) Date: Sun, 16 Jul 2000 09:03:02 -0700 From: "Andrey A. Chernov" To: wilko@freebsd.org Cc: "Dampure, Pierre Y." , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc Makefile Message-ID: <20000716090301.B27667@freebsd.org> References: <200007160758.AAA99240@freefall.freebsd.org> <3971C7B8.D0DCA34E@alveley.org> <20000716164615.A4627@freebie.demon.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <20000716164615.A4627@freebie.demon.nl>; from wkb@freebie.demon.nl on Sun, Jul 16, 2000 at 04:46:15PM +0200 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 16, 2000 at 04:46:15PM +0200, Wilko Bulte wrote: > Sounds like a good example why defaults are defaults and should remain > defaults :-( I especially agree because with my recent mtree changes we return to good old defaults for mtree. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 9: 5:34 2000 Delivered-To: cvs-all@freebsd.org Received: from mail.wintek.com (mail.wintek.com [199.233.104.76]) by hub.freebsd.org (Postfix) with ESMTP id 8582837B982; Sun, 16 Jul 2000 09:05:28 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from argon.gryphonsoft.com (csg-155.waterspout.com [208.13.60.155]) by mail.wintek.com (8.11.0.Beta3/8.11.0.Beta3/Wintek) with ESMTP id e6GG5Q240558; Sun, 16 Jul 2000 11:05:27 -0500 (EST) Received: by argon.gryphonsoft.com (Postfix, from userid 1000) id 5231C1944; Sun, 16 Jul 2000 12:02:44 -0400 (EDT) Date: Sun, 16 Jul 2000 12:02:44 -0400 From: Will Andrews To: Alexander Langer Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Message-ID: <20000716120244.E535@argon.gryphonsoft.com> References: <200007161552.IAA44648@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007161552.IAA44648@freefall.freebsd.org>; from alex@FreeBSD.ORG on Sun, Jul 16, 2000 at 08:52:28AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 16, 2000 at 08:52:28AM -0700, Alexander Langer wrote: > Modified files: > en_US.ISO_8859-1/books/handbook/contrib chapter.sgml > Log: > Add Kelly Yancey for the gsnes9x port (and other work, btw). Are you forgetting that he was recently added as a committer? See CVSROOT/access re kbyanc@FreeBSD.org. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 9:11:28 2000 Delivered-To: cvs-all@freebsd.org Received: from mout1.silyn-tek.de (mout1.silyn-tek.de [194.25.165.69]) by hub.freebsd.org (Postfix) with ESMTP id DBF0437BD8C; Sun, 16 Jul 2000 09:11:22 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.34] (helo=mx2.silyn-tek.de) by mout1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13Dr0k-0003ag-00; Sun, 16 Jul 2000 18:11:22 +0200 Received: from p3e9c1125.dip0.t-ipconnect.de ([62.156.17.37] helo=neutron.cichlids.com) by mx2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13Dr0h-0006b0-00; Sun, 16 Jul 2000 18:11:20 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 2D0F8AB91; Sun, 16 Jul 2000 18:12:42 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 4F78314A62; Sun, 16 Jul 2000 18:11:16 +0200 (CEST) Date: Sun, 16 Jul 2000 18:11:16 +0200 From: Alexander Langer To: Will Andrews Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Message-ID: <20000716181116.A32494@cichlids.cichlids.com> References: <200007161552.IAA44648@freefall.freebsd.org> <20000716120244.E535@argon.gryphonsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000716120244.E535@argon.gryphonsoft.com>; from andrews@technologist.com on Sun, Jul 16, 2000 at 12:02:44PM -0400 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Will Andrews (andrews@technologist.com): > > Add Kelly Yancey for the gsnes9x port (and other work, btw). > Are you forgetting that he was recently added as a committer? See > CVSROOT/access re kbyanc@FreeBSD.org. *rotfl* Ooops. Hmm. He should have assigned that PR to him, so that I wouldn't have run into the pitfall :) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 9:13:38 2000 Delivered-To: cvs-all@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id 96D5537B982; Sun, 16 Jul 2000 09:13:31 -0700 (PDT) (envelope-from asmodai@lucifer.ninth-circle.org) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.9.3/8.9.3) id SAA57659; Sun, 16 Jul 2000 18:11:38 +0200 (CEST) (envelope-from asmodai) Date: Sun, 16 Jul 2000 18:11:38 +0200 From: Jeroen Ruigrok van der Werven To: Will Andrews Cc: Hajimu UMEMOTO , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/gkrellm/files md5 Message-ID: <20000716181138.A57307@lucifer.bart.nl> References: <200007161421.HAA35971@freefall.freebsd.org> <20000716170202.C57042@lucifer.bart.nl> <20000716112616.A535@argon.gryphonsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000716112616.A535@argon.gryphonsoft.com>; from andrews@technologist.com on Sun, Jul 16, 2000 at 11:26:16AM -0400 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000716 17:30], Will Andrews (andrews@technologist.com) wrote: >On Sun, Jul 16, 2000 at 05:02:02PM +0200, Jeroen Ruigrok van der Werven wrote: >> The security officers would like to know what exactly changed between >> the one version and the other. For all we know it could've been >> trojaned. > >The problem with this is that we don't check new-versioned distfiles for >trojans either. As we've discussed previously, "all or no security >auditing, there's little point in anything in between". I can somewhat agree to that. We don't check new versioned distfiles, but to change the md5 on an existing port blindly seems rather silly. Simply because something changed to the distfile. This is an indication for the maintainer to become suspicious. That's my point. -- Jeroen Ruigrok van der Werven Network- and systemadministrator VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl I think, therefore I am... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 9:15:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E982D37BE25; Sun, 16 Jul 2000 09:15:27 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA48150; Sun, 16 Jul 2000 09:15:27 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007161615.JAA48150@freefall.freebsd.org> From: Alexander Langer Date: Sun, 16 Jul 2000 09:15:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/16 09:15:27 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Kelly Yancey has been a committer for a short while. That is a fairly good reason _not_ to add him to this file. Pointed out by: will Revision Changes Path 1.260 +1 -5 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 9:19:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 65FE137BEA0; Sun, 16 Jul 2000 09:19:37 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA48485; Sun, 16 Jul 2000 09:19:37 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007161619.JAA48485@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 Jul 2000 09:19:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/16 09:19:37 PDT Modified files: en_US.ISO_8859-1/books/handbook/install chapter.sgml Log: Move the "/s" switch on the xcopy command lines to the end of the line. Apparently this is where DOS expects them to be. Submitted by: Alfred Breull Revision Changes Path 1.52 +3 -3 doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 9:23:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D6EB37B9EE; Sun, 16 Jul 2000 09:23:19 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA48964; Sun, 16 Jul 2000 09:23:19 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007161623.JAA48964@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 Jul 2000 09:23:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/share/images/callouts 1.png 10.png 2.png 3.png 4.png 5.png 6.png 7.png 8.png 9.png X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/16 09:23:18 PDT Added files: en_US.ISO_8859-1/share/images/callouts 1.png 10.png 2.png 3.png 4.png 5.png 6.png 7.png 8.png 9.png Log: Kick start the English image library. Add some callout 'bugs'. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 9:27:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 255F237BDFC; Sun, 16 Jul 2000 09:27:31 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA49470; Sun, 16 Jul 2000 09:27:31 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007161627.JAA49470@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 Jul 2000 09:27:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk doc.images.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/16 09:27:30 PDT Added files: share/mk doc.images.mk Log: Image support in the documentation. For the time being, just support library images (and in particular the callout bugs). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 9:29:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 13D8237BE73; Sun, 16 Jul 2000 09:29:19 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA49671; Sun, 16 Jul 2000 09:29:18 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007161629.JAA49671@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 Jul 2000 09:29:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk doc.project.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/16 09:29:18 PDT Modified files: share/mk doc.project.mk Log: Pull in doc.images.mk as necessary. Also pull in doc.html.mk when DOCFORMAT==html, something I missed from an earlier commit. Revision Changes Path 1.4 +3 -1 doc/share/mk/doc.project.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 9:30:19 2000 Delivered-To: cvs-all@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id 9806F37BE73; Sun, 16 Jul 2000 09:30:13 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (iwasaki.imasy.or.jp [202.227.24.92]) by tasogare.imasy.or.jp (8.10.1+3.3W/3.7W-tasogare/smtpfeed 1.07) with ESMTP id e6GGUAp42233; Mon, 17 Jul 2000 01:30:10 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) To: sanpei@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults pccard.conf In-Reply-To: <200007161433.HAA37261@freefall.freebsd.org> References: <200007161433.HAA37261@freefall.freebsd.org> X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000717013010V.iwasaki@jp.FreeBSD.org> Date: Mon, 17 Jul 2000 01:30:10 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 20000228(IM140) Lines: 8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > [Merge from PAO] > add about 67 entry and rewrite 18 entry > change Xircom CompactCard Ethernet 10 entry > config 0x20 -> auto Thanks sanpei-san. I'll commit changes soon on the entry cleanup such as deleting unit numbers and logger lines as well as adding logstr lines for some cards. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 9:31:36 2000 Delivered-To: cvs-all@freebsd.org Received: from mout1.silyn-tek.de (mout1.silyn-tek.de [194.25.165.69]) by hub.freebsd.org (Postfix) with ESMTP id CF48B37B9EE; Sun, 16 Jul 2000 09:31:27 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.34] (helo=mx2.silyn-tek.de) by mout1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13DrKB-0003eF-00; Sun, 16 Jul 2000 18:31:27 +0200 Received: from p3e9c1125.dip0.t-ipconnect.de ([62.156.17.37] helo=neutron.cichlids.com) by mx2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13DrK8-000736-00; Sun, 16 Jul 2000 18:31:25 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id B84DDAB91; Sun, 16 Jul 2000 18:32:51 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 3F52714A62; Sun, 16 Jul 2000 18:31:25 +0200 (CEST) Date: Sun, 16 Jul 2000 18:31:24 +0200 To: Nik Clayton Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/share/mk doc.images.mk Message-ID: <20000716183124.A39611@cichlids.cichlids.com> References: <200007161627.JAA49470@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007161627.JAA49470@freefall.freebsd.org>; from nik@FreeBSD.org on Sun, Jul 16, 2000 at 09:27:30AM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Nik Clayton (nik@FreeBSD.org): > Image support in the documentation. For the time being, just support > library images (and in particular the callout bugs). Oh, wow! That will become fun! :) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 9:32:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DBC637B9EE; Sun, 16 Jul 2000 09:32:29 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA49869; Sun, 16 Jul 2000 09:32:29 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007161632.JAA49869@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 Jul 2000 09:32:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk doc.docbook.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/16 09:32:29 PDT Modified files: share/mk doc.docbook.mk Log: Support library images. Do this by 1. Listing LIB_IMAGES as a dependency on certain targets, to ensure that library images are pulled in correctly. 2. Create a new FORMAT, html.tar, to cater for the case where we might be producing a single .html file, but we need to tar that up for distribution and the tar file needs to include all the images. 3. Update the various install-* targets to include the images. 4. Update the package-* targets to include the images While I'm here, pull out the .doc target. For some reason I thought our tool chain could produce Microsoft Word .doc files. It can't. Revision Changes Path 1.13 +29 -11 doc/share/mk/doc.docbook.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 9:34:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C3F237B90C; Sun, 16 Jul 2000 09:34:09 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA49986; Sun, 16 Jul 2000 09:34:09 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007161634.JAA49986@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 Jul 2000 09:34:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk doc.subdir.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/16 09:34:09 PDT Modified files: share/mk doc.subdir.mk Log: Make sure the LOCAL_LIB_IMAGES_DIR directory is cleaned appropriately. Revision Changes Path 1.4 +4 -1 doc/share/mk/doc.subdir.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 9:36:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 56BCD37BE87; Sun, 16 Jul 2000 09:35:41 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA50126; Sun, 16 Jul 2000 09:35:41 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007161635.JAA50126@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 Jul 2000 09:35:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/fdp-primer/examples appendix.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/16 09:35:41 PDT Added files: en_US.ISO_8859-1/books/fdp-primer/examples appendix.sgml Log: Add some examples for sample documents and command lines showing how to convert the documents from DocBook to various output formats. Requested by: Patrick Powell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 9:36:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EED437C77C; Sun, 16 Jul 2000 09:36:17 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA50214; Sun, 16 Jul 2000 09:36:17 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007161636.JAA50214@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 Jul 2000 09:36:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/fdp-primer book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/16 09:36:17 PDT Modified files: en_US.ISO_8859-1/books/fdp-primer book.sgml Log: Update the copyright year. Add an example and block. Add the examples appendix. Revision Changes Path 1.12 +17 -4 doc/en_US.ISO_8859-1/books/fdp-primer/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 9:36:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C4A437C145; Sun, 16 Jul 2000 09:36:51 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA50306; Sun, 16 Jul 2000 09:36:51 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007161636.JAA50306@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 Jul 2000 09:36:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/fdp-primer chapters.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/16 09:36:51 PDT Modified files: en_US.ISO_8859-1/books/fdp-primer chapters.ent Log: List the examples appendix. Revision Changes Path 1.6 +3 -1 doc/en_US.ISO_8859-1/books/fdp-primer/chapters.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 9:40:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99E9E37B538; Sun, 16 Jul 2000 09:40:09 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA50613; Sun, 16 Jul 2000 09:40:09 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007161640.JAA50613@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 Jul 2000 09:40:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/fdp-primer/sgml-markup chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/16 09:40:09 PDT Modified files: en_US.ISO_8859-1/books/fdp-primer/sgml-markup chapter.sgml Log: Remove the text saying "I don't know how to do callouts", because now I do. Replace it with some examples showing how to do callouts. Replace "&man.sendmail.8;" with "&man.sendmail.8;". Revision Changes Path 1.14 +79 -13 doc/en_US.ISO_8859-1/books/fdp-primer/sgml-markup/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 9:40:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D8FD37B55F; Sun, 16 Jul 2000 09:40:36 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA50711; Sun, 16 Jul 2000 09:40:36 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007161640.JAA50711@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 Jul 2000 09:40:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/fdp-primer Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/16 09:40:36 PDT Modified files: en_US.ISO_8859-1/books/fdp-primer Makefile Log: List the examples/appendix.sgml file. List the library images this document uses. Revision Changes Path 1.9 +10 -1 doc/en_US.ISO_8859-1/books/fdp-primer/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 9:41:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 80C5337B741; Sun, 16 Jul 2000 09:41:25 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA50784; Sun, 16 Jul 2000 09:41:25 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007161641.JAA50784@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 16 Jul 2000 09:41:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libftpio ftpio.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/16 09:41:25 PDT Modified files: (Branch: RELENG_4) lib/libftpio ftpio.c Log: MFC: Separate parsing code of 229 replies from the code for 227 and 228. Don't assume 227 and 228 replies enclose remote address with parentheses. (rev 1.36 -> 1.37) Revision Changes Path 1.33.2.2 +14 -7 src/lib/libftpio/ftpio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 9:42: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BFA7537B5CC; Sun, 16 Jul 2000 09:41:55 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA50865; Sun, 16 Jul 2000 09:41:55 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007161641.JAA50865@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 Jul 2000 09:41:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/mirrors chapter.sgml doc/en_US.ISO_8859-1/books/handbook/cutting-edge chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/16 09:41:55 PDT Modified files: en_US.ISO_8859-1/books/handbook/mirrors chapter.sgml en_US.ISO_8859-1/books/handbook/cutting-edge chapter.sgml Log: Move the "mirrors-cvsup" ID attribute to the correct element. Some internal links now work properly. Pointed out by a cast of thousands. Move the anonymous CVS stuff out of the cutting-edge chapter and into the mirrors appendix. As with the other commits in this series, this was a straight cut-n-paste from one file to another, *and* then updating the elements to promote everything up a level. Revision Changes Path 1.76 +332 -3 doc/en_US.ISO_8859-1/books/handbook/mirrors/chapter.sgml 1.52 +1 -330 doc/en_US.ISO_8859-1/books/handbook/cutting-edge/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 9:43:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1576A37B7ED; Sun, 16 Jul 2000 09:43:06 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA50950; Sun, 16 Jul 2000 09:43:06 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007161643.JAA50950@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 Jul 2000 09:43:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook authors.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/16 09:43:06 PDT Modified files: en_US.ISO_8859-1/books/handbook authors.ent Log: Add a warning to people not to just delete entries from here without checking that it doesn't break the build for the other languages. Revision Changes Path 1.109 +7 -1 doc/en_US.ISO_8859-1/books/handbook/authors.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 9:43:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9ED5B37B538; Sun, 16 Jul 2000 09:43:40 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA51000; Sun, 16 Jul 2000 09:43:40 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007161643.JAA51000@freefall.freebsd.org> From: Alexander Langer Date: Sun, 16 Jul 2000 09:43:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/ppp-and-slip chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/16 09:43:40 PDT Modified files: en_US.ISO_8859-1/books/handbook/ppp-and-slip chapter.sgml Log: Extend the first paragraph of the "Preparing the Kernel" section and explain, that tun is default in the GENERIC kernel, but one should ensure, he didn't remove tun from his custom config. Submitted by: John Michelini on -doc Revision Changes Path 1.26 +8 -5 doc/en_US.ISO_8859-1/books/handbook/ppp-and-slip/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 10: 3:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CB2C37B538; Sun, 16 Jul 2000 10:03:50 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA52337; Sun, 16 Jul 2000 10:03:50 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007161703.KAA52337@freefall.freebsd.org> From: Alexander Langer Date: Sun, 16 Jul 2000 10:03:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/16 10:03:50 PDT Modified files: en_US.ISO_8859-1/books/handbook/install chapter.sgml Log: Fix ugly sentence: "first to ensure you do not confused." --> "first to avoid confusion." Submitted by: John Michelini Revision Changes Path 1.53 +2 -3 doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 10:28: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4165037B523; Sun, 16 Jul 2000 10:28:02 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA55764; Sun, 16 Jul 2000 10:28:02 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007161728.KAA55764@freefall.freebsd.org> From: Nick Hibma Date: Sun, 16 Jul 2000 10:28:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/usbd usbd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/16 10:28:02 PDT Modified files: usr.sbin/usbd usbd.c Log: And another buffer overflow. Maybe next time I should read the manpage for strlen. This one only occurs if there is exactly one element on the line without any whitespace. This is however never a valid line, so not a big chance that this would ever cause any problems. Revision Changes Path 1.18 +2 -2 src/usr.sbin/usbd/usbd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 10:30:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 800D237B7C2; Sun, 16 Jul 2000 10:30:02 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA56015; Sun, 16 Jul 2000 10:30:02 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007161730.KAA56015@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 16 Jul 2000 10:30:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile boot_crunch.conf src/release/sysinstall config.c ftp.c http.c install.c media.c menus.c network.c options.c sysinstall.h tcpip.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/16 10:30:02 PDT Modified files: (Branch: RELENG_4) release Makefile boot_crunch.conf release/sysinstall config.c ftp.c http.c install.c media.c menus.c network.c options.c sysinstall.h tcpip.c Log: MFC: IPv6 support. IPv6 configuration is only done by rtsol. Does someone really need manual configuration? :-) You can specify IPv6 DNS server as well. We have only one server ftp7.jp.freebsd.org that speaks IPv6 in this time. ftp7.jp speaks IPv4 as well and also listed as Japan #7. Revision Changes Path 1.536.2.13 +2 -2 src/release/Makefile 1.42.2.2 +2 -1 src/release/boot_crunch.conf 1.156.2.3 +18 -5 src/release/sysinstall/config.c 1.37.2.1 +4 -3 src/release/sysinstall/ftp.c 1.2.2.1 +44 -38 src/release/sysinstall/http.c 1.268.2.5 +2 -1 src/release/sysinstall/install.c 1.107.2.2 +38 -14 src/release/sysinstall/media.c 1.252.2.7 +5 -1 src/release/sysinstall/menus.c 1.46.2.2 +22 -21 src/release/sysinstall/network.c 1.70.2.1 +3 -1 src/release/sysinstall/options.c 1.186.2.4 +5 -1 src/release/sysinstall/sysinstall.h 1.103.2.2 +101 -20 src/release/sysinstall/tcpip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 10:33:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FC8A37B8D8; Sun, 16 Jul 2000 10:33:55 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA56379; Sun, 16 Jul 2000 10:33:55 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Message-Id: <200007161733.KAA56379@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Sun, 16 Jul 2000 10:33:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults pccard.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iwasaki 2000/07/16 10:33:54 PDT Modified files: etc/defaults pccard.conf Log: PCCard entry cleanup: - Remove unit numbers in config lines. - Remove all of logger lines and add logstr lines for some cards. This changes reduced file size from 84k to 45k. - Use '/sbin/ifconfig $device delete' instead of /etc/pccard_ether_remove which haven't merge from PAO yet. - Cosmetic changes. Revision Changes Path 1.123 +352 -920 src/etc/defaults/pccard.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 10:35:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9013937BA54; Sun, 16 Jul 2000 10:35:43 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA56539; Sun, 16 Jul 2000 10:35:43 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007161735.KAA56539@freefall.freebsd.org> From: Satoshi Asami Date: Sun, 16 Jul 2000 10:35:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors Makefile ports/mail Makefile ports/print Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/16 10:35:43 PDT Modified files: editors Makefile mail Makefile print Makefile Log: Temporarily remove these ports until their dependencies are fixed -- they are currently blocking the INDEX build. Revision Changes Path 1.120 +1 -7 ports/editors/Makefile 1.142 +1 -2 ports/mail/Makefile 1.110 +1 -2 ports/print/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 10:40:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC0BB37B5F9; Sun, 16 Jul 2000 10:40:28 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA56909; Sun, 16 Jul 2000 10:40:28 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007161740.KAA56909@freefall.freebsd.org> From: Nick Hibma Date: Sun, 16 Jul 2000 10:40:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umass.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/16 10:40:28 PDT Modified files: sys/dev/usb umass.c Log: Add some detection code for the InSystem USB cable (ATAPI support not yet there, so the cable does not work yet) Revision Changes Path 1.26 +15 -2 src/sys/dev/usb/umass.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 10:51:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E6E1337BF07; Sun, 16 Jul 2000 10:51:50 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA57724; Sun, 16 Jul 2000 10:51:50 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Message-Id: <200007161751.KAA57724@freefall.freebsd.org> From: Hiroki Sato Date: Sun, 16 Jul 2000 10:51:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/porters-handbook Makefile book.sgml freebsd.dsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrs 2000/07/16 10:51:50 PDT Modified files: ja_JP.eucJP/books/porters-handbook Makefile book.sgml freebsd.dsl Log: o Merge the following from the English version: 1.64 -> 1.115 book.sgml o Add NO_TIDY and Japanese footer: Makefile freebsd.dsl Revision Changes Path 1.2 +3 -1 doc/ja_JP.eucJP/books/porters-handbook/Makefile 1.21 +4215 -3871doc/ja_JP.eucJP/books/porters-handbook/book.sgml 1.2 +24 -7 doc/ja_JP.eucJP/books/porters-handbook/freebsd.dsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 10:52:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C69C137BF07; Sun, 16 Jul 2000 10:52:10 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA57798; Sun, 16 Jul 2000 10:52:10 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Message-Id: <200007161752.KAA57798@freefall.freebsd.org> From: Hiroki Sato Date: Sun, 16 Jul 2000 10:52:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook mailing-lists.ent doc/ja_JP.eucJP/books/handbook/ports chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrs 2000/07/16 10:52:10 PDT Modified files: ja_JP.eucJP/books/handbook mailing-lists.ent ja_JP.eucJP/books/handbook/ports chapter.sgml Log: o Merge changes from the English version: 1.64 -> 1.111 ports/chapter.sgml o Translate some entries forgotten into Japanese: mailing-lists.ent Submitted by: Shun SUZUKI , hrs Reviewed by: hrs References: [doc-jp 7313] Revision Changes Path 1.6 +3 -3 doc/ja_JP.eucJP/books/handbook/mailing-lists.ent 1.20 +997 -5457 doc/ja_JP.eucJP/books/handbook/ports/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 11: 6:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C7DF37B61D; Sun, 16 Jul 2000 11:06:45 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA60392; Sun, 16 Jul 2000 11:06:45 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007161806.LAA60392@freefall.freebsd.org> From: Ben Smithurst Date: Sun, 16 Jul 2000 11:06:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/16 11:06:44 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Explain how to get around the "black hole router" problem for MacOS clients. Submitted by: Dan Flemming , jedgar Revision Changes Path 1.71 +18 -5 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 12:30:11 2000 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id E635937B5F0; Sun, 16 Jul 2000 12:30:06 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id MAA84237; Sun, 16 Jul 2000 12:30:05 -0700 (PDT) (envelope-from obrien) Date: Sun, 16 Jul 2000 12:30:05 -0700 From: "David O'Brien" To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts dokern.sh Message-ID: <20000716123005.A84138@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200007160632.XAA93351@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from kris@FreeBSD.org on Sat, Jul 15, 2000 at 11:56:35PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 15, 2000 at 11:56:35PM -0700, Kris Kennaway wrote: > > Log: > > Also remove /dev/random as I don't think we need it just for > > whacking bits onto a disk. > > Some packages like to do things like generating keys at > install-time..better to have it there, IMO. On the Alpha we might not have any choice -- the space on the floppy is *that* tight. CD installs on the Alpha can use a full GENERIC kernel. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 12:40:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 938FB37B599; Sun, 16 Jul 2000 12:40:22 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA71046; Sun, 16 Jul 2000 12:40:22 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007161940.MAA71046@freefall.freebsd.org> From: Steve Price Date: Sun, 16 Jul 2000 12:40:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim5 Makefile ports/editors/vim5/patches patch-02 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/16 12:40:22 PDT Modified files: editors/vim5 Makefile editors/vim5/patches patch-02 Log: Revert parts of the previous commit, spell CONFIGURE_ENV correctly, and get this port to build correctly again with HAVE_GTK=t. PR: 19893 Revision Changes Path 1.77 +2 -2 ports/editors/vim5/Makefile 1.11 +14 -0 ports/editors/vim5/patches/patch-02 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 12:46: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 578C837B535; Sun, 16 Jul 2000 12:46:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA72228; Sun, 16 Jul 2000 12:46:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007161946.MAA72228@freefall.freebsd.org> From: Steve Price Date: Sun, 16 Jul 2000 12:46:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/starlogo/files md5 ports/lang/starlogo/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/16 12:46:02 PDT Modified files: lang/starlogo/files md5 lang/starlogo/pkg PLIST Log: Distfile changed (some example directory names changed) without version bump. PR: 19968 Submitted by: maintainer Revision Changes Path 1.3 +1 -1 ports/lang/starlogo/files/md5 1.3 +25 -23 ports/lang/starlogo/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 12:47: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1449D37B5D0; Sun, 16 Jul 2000 12:47:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA72408; Sun, 16 Jul 2000 12:47:05 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007161947.MAA72408@freefall.freebsd.org> From: Steve Price Date: Sun, 16 Jul 2000 12:47:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/gbuffy Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/16 12:47:04 PDT Modified files: mail/gbuffy Makefile Log: This port depends on the faces port as well. PR: 19952 Submitted by: maintainer Revision Changes Path 1.5 +3 -2 ports/mail/gbuffy/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 12:48: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FFF237B5D0; Sun, 16 Jul 2000 12:48:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA72552; Sun, 16 Jul 2000 12:48:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007161948.MAA72552@freefall.freebsd.org> From: Steve Price Date: Sun, 16 Jul 2000 12:48:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/i386-rtems-gcc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/16 12:48:02 PDT Modified files: devel/i386-rtems-gcc Makefile Log: We need autoheader to correctly build this port. PR: 19919 Submitted by: maintainer Revision Changes Path 1.2 +3 -2 ports/devel/i386-rtems-gcc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 12:49:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E89E237B599; Sun, 16 Jul 2000 12:49:46 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA72913; Sun, 16 Jul 2000 12:49:46 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007161949.MAA72913@freefall.freebsd.org> From: Steve Price Date: Sun, 16 Jul 2000 12:49:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/orville-write Makefile ports/misc/orville-write/files md5 ports/misc/orville-write/patches patch-aa ports/misc/orville-write/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/16 12:49:46 PDT Modified files: misc/orville-write Makefile misc/orville-write/files md5 misc/orville-write/pkg PLIST Removed files: misc/orville-write/patches patch-aa Log: Update to version 2.53. PR: 19907 Submitted by: maintainer Revision Changes Path 1.4 +3 -23 ports/misc/orville-write/Makefile 1.2 +1 -1 ports/misc/orville-write/files/md5 1.2 +5 -2 ports/misc/orville-write/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 12:51:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A195337B5D0; Sun, 16 Jul 2000 12:51:40 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA73289; Sun, 16 Jul 2000 12:51:40 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007161951.MAA73289@freefall.freebsd.org> From: Steve Price Date: Sun, 16 Jul 2000 12:51:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/tcl-Mysql Makefile ports/databases/tcl-Mysql/files Makefile.bsd ports/databases/tcl-Mysql/patches patch-aa ports/databases/tcl-Mysql/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/16 12:51:40 PDT Modified files: databases/tcl-Mysql Makefile databases/tcl-Mysql/files Makefile.bsd databases/tcl-Mysql/patches patch-aa databases/tcl-Mysql/pkg PLIST Log: Update to use tcl-8.3. PR: 19900 Submitted by: maintainer Revision Changes Path 1.5 +11 -7 ports/databases/tcl-Mysql/Makefile 1.3 +8 -7 ports/databases/tcl-Mysql/files/Makefile.bsd 1.2 +265 -4 ports/databases/tcl-Mysql/patches/patch-aa 1.3 +3 -3 ports/databases/tcl-Mysql/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 12:53:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 527FE37B78F; Sun, 16 Jul 2000 12:53:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA73606; Sun, 16 Jul 2000 12:53:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007161953.MAA73606@freefall.freebsd.org> From: Steve Price Date: Sun, 16 Jul 2000 12:53:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/dap/patches patch-ac patch-ae patch-af patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/16 12:53:08 PDT Modified files: audio/dap/patches patch-ac patch-ae patch-af patch-ag Log: Fix sound file read/write/import/export. PR: 19895 Submitted by: maintainer Revision Changes Path 1.5 +1 -1 ports/audio/dap/patches/patch-ac 1.3 +1 -1 ports/audio/dap/patches/patch-ae 1.4 +1 -1 ports/audio/dap/patches/patch-af 1.3 +1 -1 ports/audio/dap/patches/patch-ag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 12:54:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 71B6437B5AD; Sun, 16 Jul 2000 12:54:40 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA73894; Sun, 16 Jul 2000 12:54:40 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007161954.MAA73894@freefall.freebsd.org> From: Steve Price Date: Sun, 16 Jul 2000 12:54:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_dtcl Makefile ports/www/mod_dtcl/files Makefile.bsd md5 ports/www/mod_dtcl/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/16 12:54:40 PDT Modified files: www/mod_dtcl Makefile www/mod_dtcl/files Makefile.bsd md5 www/mod_dtcl/pkg PLIST Log: Update to version 0.8.1.1. PR: 19878 Submitted by: maintainer Revision Changes Path 1.6 +5 -5 ports/www/mod_dtcl/Makefile 1.4 +1 -1 ports/www/mod_dtcl/files/Makefile.bsd 1.3 +1 -1 ports/www/mod_dtcl/files/md5 1.4 +3 -8 ports/www/mod_dtcl/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 12:56: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA93837C023; Sun, 16 Jul 2000 12:55:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA74136; Sun, 16 Jul 2000 12:55:57 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007161955.MAA74136@freefall.freebsd.org> From: Steve Price Date: Sun, 16 Jul 2000 12:55:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/nam Makefile ports/net/nam/files md5 ports/net/nam/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/16 12:55:57 PDT Modified files: net/nam Makefile net/nam/files md5 net/nam/patches patch-aa Log: Update to version 1.0a8. PR: 19877 Submitted by: Eoin Lawless Revision Changes Path 1.7 +4 -4 ports/net/nam/Makefile 1.2 +1 -1 ports/net/nam/files/md5 1.3 +6 -6 ports/net/nam/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 12:57: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B68037B5D0; Sun, 16 Jul 2000 12:57:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA74406; Sun, 16 Jul 2000 12:57:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007161957.MAA74406@freefall.freebsd.org> From: Steve Price Date: Sun, 16 Jul 2000 12:57:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysqltcl Makefile ports/databases/mysqltcl/files Makefile.bsd ports/databases/mysqltcl/patches patch-aa patch-ab ports/databases/mysqltcl/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/16 12:57:02 PDT Modified files: databases/mysqltcl Makefile databases/mysqltcl/files Makefile.bsd databases/mysqltcl/patches patch-aa patch-ab databases/mysqltcl/pkg DESCR Log: Update to use Tcl version 8.3. PR: 19874 Submitted by: maintainer Revision Changes Path 1.3 +4 -4 ports/databases/mysqltcl/Makefile 1.2 +1 -1 ports/databases/mysqltcl/files/Makefile.bsd 1.2 +166 -3 ports/databases/mysqltcl/patches/patch-aa 1.2 +1 -1 ports/databases/mysqltcl/patches/patch-ab 1.2 +3 -0 ports/databases/mysqltcl/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 12:58:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0593837B5ED; Sun, 16 Jul 2000 12:58:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA74733; Sun, 16 Jul 2000 12:58:56 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007161958.MAA74733@freefall.freebsd.org> From: Steve Price Date: Sun, 16 Jul 2000 12:58:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/epstool Makefile ports/graphics/epstool/files md5 ports/graphics/epstool/patches patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/16 12:58:55 PDT Modified files: graphics/epstool Makefile graphics/epstool/files md5 graphics/epstool/patches patch-ab Removed files: graphics/epstool/patches patch-ac Log: Update to version 1.40. PR: 19825 Submitted by: KATO Tsuguru Revision Changes Path 1.5 +4 -4 ports/graphics/epstool/Makefile 1.3 +1 -1 ports/graphics/epstool/files/md5 1.3 +8 -17 ports/graphics/epstool/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 13: 0:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 280CD37BA4E; Sun, 16 Jul 2000 13:00:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA75113; Sun, 16 Jul 2000 13:00:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007162000.NAA75113@freefall.freebsd.org> From: Steve Price Date: Sun, 16 Jul 2000 13:00:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/hns Makefile ports/japanese/hns/files md5 ports/japanese/hns/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/16 13:00:19 PDT Modified files: japanese/hns Makefile japanese/hns/files md5 japanese/hns/pkg PLIST Log: Update to version 2.00.4. PR: 19802 Submitted by: HOTARU-YA Revision Changes Path 1.3 +2 -2 ports/japanese/hns/Makefile 1.2 +1 -1 ports/japanese/hns/files/md5 1.2 +73 -65 ports/japanese/hns/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 13: 6:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4647737B719; Sun, 16 Jul 2000 13:06:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA77020; Sun, 16 Jul 2000 13:06:19 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007162006.NAA77020@freefall.freebsd.org> From: Steve Price Date: Sun, 16 Jul 2000 13:06:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/pad Makefile ports/security/pad/files md5 ports/security/pad/patches patch-README patch-pad_c ports/security/pad/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/16 13:06:19 PDT Modified files: security Makefile Added files: security/pad Makefile security/pad/files md5 security/pad/patches patch-README patch-pad_c security/pad/pkg COMMENT DESCR PLIST Log: Adding pad version 0.5. This is a small command-line utility to turn one file into two, each indistinguishable from noise, and put them back together into the original. PR: 19778 Submitted by: Trevor Johnson Revision Changes Path 1.117 +2 -1 ports/security/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 13: 9:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF07737B6FB; Sun, 16 Jul 2000 13:09:51 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA77451; Sun, 16 Jul 2000 13:09:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007162009.NAA77451@freefall.freebsd.org> From: Steve Price Date: Sun, 16 Jul 2000 13:09:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/russian Makefile ports/russian/apache13-modssl Makefile ports/russian/apache13-modssl/files FreeBSD.layout md5 rc.apache.sh ports/russian/apache13-modssl/patches patch-aa patch-ab patch-ac patch-ag patch-ah patch-ak patch-al ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/16 13:09:52 PDT Modified files: russian Makefile Added files: russian/apache13-modssl Makefile russian/apache13-modssl/files FreeBSD.layout md5 rc.apache.sh russian/apache13-modssl/patches patch-aa patch-ab patch-ac patch-ag patch-ah patch-ak patch-al russian/apache13-modssl/pkg COMMENT DESCR PLIST Log: Adding ru-apache13 with modssl support. PR: 19752 Submitted by: Dmitry S. Sivachenko Revision Changes Path 1.27 +2 -1 ports/russian/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 13:11:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 57C3137B6FB; Sun, 16 Jul 2000 13:11:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA77629; Sun, 16 Jul 2000 13:11:17 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007162011.NAA77629@freefall.freebsd.org> From: Steve Price Date: Sun, 16 Jul 2000 13:11:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/16 13:11:17 PDT Modified files: . modules Log: pad --> ports/security/pad ru-apache13-modssl --> ports/russian/apache13-modssl Revision Changes Path 1.1410 +3 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 13:32:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E0B7137B681; Sun, 16 Jul 2000 13:32:31 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA78825; Sun, 16 Jul 2000 13:32:31 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Message-Id: <200007162032.NAA78825@freefall.freebsd.org> From: Hiroki Sato Date: Sun, 16 Jul 2000 13:32:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrs 2000/07/16 13:32:31 PDT Modified files: ja_JP.eucJP/books Makefile Log: Add Japanese version of books/porters-handbook. Revision Changes Path 1.7 +2 -1 doc/ja_JP.eucJP/books/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 13:34:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0835F37B552; Sun, 16 Jul 2000 13:34:55 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA79019; Sun, 16 Jul 2000 13:34:55 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007162034.NAA79019@freefall.freebsd.org> From: Ben Smithurst Date: Sun, 16 Jul 2000 13:34:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/cvsup refuse X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/16 13:34:55 PDT Modified files: share/examples/cvsup refuse Log: Clarify that CVSup doesn't understand comments in refuse files. PR: 19949 Submitted by: Jun Ushida Revision Changes Path 1.2 +6 -1 src/share/examples/cvsup/refuse To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 13:35:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C48CF37B8B5; Sun, 16 Jul 2000 13:35:44 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA79115; Sun, 16 Jul 2000 13:35:44 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007162035.NAA79115@freefall.freebsd.org> From: Ben Smithurst Date: Sun, 16 Jul 2000 13:35:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/cvsup refuse X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/16 13:35:44 PDT Modified files: (Branch: RELENG_4) share/examples/cvsup refuse Log: MFC: clarify that CVSup doesn't understand comments in refuse files. Revision Changes Path 1.1.2.2 +6 -1 src/share/examples/cvsup/refuse To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 13:36: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id BF8DA37BE3C; Sun, 16 Jul 2000 13:35:56 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id OAA76922; Sun, 16 Jul 2000 14:35:54 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id OAA55525; Sun, 16 Jul 2000 14:35:33 -0600 (MDT) Message-Id: <200007162035.OAA55525@harmony.village.org> To: Mitsuru IWASAKI Subject: Re: cvs commit: src/etc/defaults pccard.conf Cc: sanpei@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 17 Jul 2000 01:30:10 +0900." <20000717013010V.iwasaki@jp.FreeBSD.org> References: <20000717013010V.iwasaki@jp.FreeBSD.org> <200007161433.HAA37261@freefall.freebsd.org> Date: Sun, 16 Jul 2000 14:35:33 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000717013010V.iwasaki@jp.FreeBSD.org> Mitsuru IWASAKI writes: : > [Merge from PAO] : > add about 67 entry and rewrite 18 entry : > change Xircom CompactCard Ethernet 10 entry : > config 0x20 -> auto : : Thanks sanpei-san. I'll commit changes soon on the entry cleanup such : as deleting unit numbers and logger lines as well as adding logstr : lines for some cards. Thank you iwasaki-san for posting the followup. I was wondering when those changes would go in. I'll go off and create a merged pccardd so we can MFC those changes before 4.1. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 13:39:35 2000 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 8621B37B89D; Sun, 16 Jul 2000 13:39:27 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id NAA84579; Sun, 16 Jul 2000 13:39:26 -0700 (PDT) (envelope-from obrien) Date: Sun, 16 Jul 2000 13:39:26 -0700 From: "David O'Brien" To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT exclude Message-ID: <20000716133926.C84138@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200007160542.WAA87031@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007160542.WAA87031@freefall.freebsd.org>; from peter@FreeBSD.org on Sat, Jul 15, 2000 at 10:42:36PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 15, 2000 at 10:42:36PM -0700, Peter Wemm wrote: > . exclude > Log: > Exclude postscript (!) files from needing $FreeBSD$ Why? PostScript has comments, and a simple sed script can add them to generated files before the .ps files are placed in the repo. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 13:39:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5706937B89D; Sun, 16 Jul 2000 13:39:45 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA79493; Sun, 16 Jul 2000 13:39:45 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007162039.NAA79493@freefall.freebsd.org> From: Ben Smithurst Date: Sun, 16 Jul 2000 13:39:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/16 13:39:44 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Update a couple of kernel config file extracts to the latest form ("device" in place of "controller"). The older text is left there too for people running older versions. Revision Changes Path 1.72 +18 -1 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 13:45:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BEE637B76B; Sun, 16 Jul 2000 13:45:45 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA79990; Sun, 16 Jul 2000 13:45:44 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Message-Id: <200007162045.NAA79990@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 16 Jul 2000 13:45:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man8 ibcs2.8 joy.8 linux.8 svr4.8 Makefile dumpon.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/07/16 13:45:44 PDT Modified files: ja_JP.eucJP/man/man8 Makefile dumpon.8 Added files: ja_JP.eucJP/man/man8 ibcs2.8 joy.8 linux.8 svr4.8 Log: Catch up 4.0-20000715-STABLE Revision Changes Path 1.22 +4 -0 doc/ja_JP.eucJP/man/man8/Makefile 1.13 +2 -2 doc/ja_JP.eucJP/man/man8/dumpon.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 13:46:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C8E2437B5C5; Sun, 16 Jul 2000 13:46:44 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA80035; Sun, 16 Jul 2000 13:46:44 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007162046.NAA80035@freefall.freebsd.org> From: Ben Smithurst Date: Sun, 16 Jul 2000 13:46:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 style.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/16 13:46:44 PDT Modified files: share/man/man9 style.9 Log: 1. "braces" -> "brackets" when referring to [ and ]. PR: 19894 Submitted by: Tony Finch 2. "brackets" -> "angle brackets" when referring to < and >. 3. Clean up the bit about creating the usage() message. After clarifying a couple of points the sentence became rather long, and rather poor English, so it was converted to a enumerated list instead. parts 1, 2, 3: Reviewed by: sheldonh Revision Changes Path 1.34 +28 -9 src/share/man/man9/style.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 13:46:54 2000 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 9A7DF37C0B6; Sun, 16 Jul 2000 13:46:50 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from semuta.feral.com (semuta [192.67.166.70]) by feral.com (8.9.3/8.9.3) with ESMTP id NAA23079; Sun, 16 Jul 2000 13:46:49 -0700 Date: Sun, 16 Jul 2000 13:44:28 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: "David O'Brien" Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts dokern.sh In-Reply-To: <20000716123005.A84138@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've already suggested that we could use a 3rd floppy for alpha- to contain modules (like firmware). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 14:14:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6515C37B5C5; Sun, 16 Jul 2000 14:14:48 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA83163; Sun, 16 Jul 2000 14:14:48 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007162114.OAA83163@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 16 Jul 2000 14:14:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/lsof Makefile ports/sysutils/lsof/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/16 14:14:48 PDT Modified files: sysutils/lsof Makefile sysutils/lsof/files md5 Log: Update to support 4.1-RELEASE. Submitted by: Vic Abell Revision Changes Path 1.70 +8 -4 ports/sysutils/lsof/Makefile 1.54 +1 -1 ports/sysutils/lsof/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 14:15:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1228B37B7F0; Sun, 16 Jul 2000 14:15:24 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA83298; Sun, 16 Jul 2000 14:15:24 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Message-Id: <200007162115.OAA83298@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 16 Jul 2000 14:15:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 tcpdump.1 doc/ja_JP.eucJP/man/man5 rrenumd.conf.5 rtadvd.conf.5 doc/ja_JP.eucJP/man/man8 gifconfig.8 ndp.8 ping6.8 prefix.8 rip6query.8 rrenumd.8 rtadvd.8 rtsold.8 setkey.8 traceroute6.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/07/16 14:15:24 PDT Modified files: ja_JP.eucJP/man/man1 tcpdump.1 ja_JP.eucJP/man/man5 rrenumd.conf.5 rtadvd.conf.5 ja_JP.eucJP/man/man8 gifconfig.8 ndp.8 ping6.8 prefix.8 rip6query.8 rrenumd.8 rtadvd.8 rtsold.8 setkey.8 traceroute6.8 Log: o IPv6 related manuals: catch up recent MFC to RELENG_4. o tcpdump.1: catch up rev 1.8. Revision Changes Path 1.11 +217 -44 doc/ja_JP.eucJP/man/man1/tcpdump.1 1.2 +3 -2 doc/ja_JP.eucJP/man/man5/rrenumd.conf.5 1.2 +31 -8 doc/ja_JP.eucJP/man/man5/rtadvd.conf.5 1.3 +17 -5 doc/ja_JP.eucJP/man/man8/gifconfig.8 1.3 +45 -4 doc/ja_JP.eucJP/man/man8/ndp.8 1.3 +125 -41 doc/ja_JP.eucJP/man/man8/ping6.8 1.3 +45 -20 doc/ja_JP.eucJP/man/man8/prefix.8 1.2 +5 -6 doc/ja_JP.eucJP/man/man8/rip6query.8 1.2 +4 -12 doc/ja_JP.eucJP/man/man8/rrenumd.8 1.2 +62 -45 doc/ja_JP.eucJP/man/man8/rtadvd.8 1.2 +40 -21 doc/ja_JP.eucJP/man/man8/rtsold.8 1.3 +38 -30 doc/ja_JP.eucJP/man/man8/setkey.8 1.3 +33 -9 doc/ja_JP.eucJP/man/man8/traceroute6.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 14:20:44 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 72C4137B923; Sun, 16 Jul 2000 14:20:33 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13Dvpr-000MmY-00; Sun, 16 Jul 2000 23:20:27 +0200 From: Sheldon Hearn To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/lsof Makefile ports/sysutils/lsof/files md5 In-reply-to: Your message of "Sun, 16 Jul 2000 14:14:48 MST." <200007162114.OAA83163@freefall.freebsd.org> Date: Sun, 16 Jul 2000 23:20:27 +0200 Message-ID: <87577.963782427@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 16 Jul 2000 14:14:48 MST, "David E. O'Brien" wrote: > sysutils/lsof Makefile > Update to support 4.1-RELEASE. > Submitted by: Vic Abell Vic rules! :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 14:23:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EB3737B73E; Sun, 16 Jul 2000 14:23:36 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA84072; Sun, 16 Jul 2000 14:23:36 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <200007162123.OAA84072@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 16 Jul 2000 14:23:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_dummy.c linux_misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/07/16 14:23:36 PDT Modified files: sys/i386/linux linux_dummy.c linux_misc.c Log: Implement setfsuid and setfsgid. Implementation derived from patch in PR. PR: 16993 Submitted by: Bjoern Groenvall Revision Changes Path 1.22 +1 -3 src/sys/i386/linux/linux_dummy.c 1.80 +21 -1 src/sys/i386/linux/linux_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 14:50: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2625737B8BD; Sun, 16 Jul 2000 14:49:58 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id OAA85837; Sun, 16 Jul 2000 14:49:58 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Sun, 16 Jul 2000 14:49:58 -0700 (PDT) From: Kris Kennaway To: Will Andrews Cc: Jeroen Ruigrok van der Werven , Hajimu UMEMOTO , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/gkrellm/files md5 In-Reply-To: <20000716112616.A535@argon.gryphonsoft.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 16 Jul 2000, Will Andrews wrote: > On Sun, Jul 16, 2000 at 05:02:02PM +0200, Jeroen Ruigrok van der Werven wrote: > > The security officers would like to know what exactly changed between > > the one version and the other. For all we know it could've been > > trojaned. > > The problem with this is that we don't check new-versioned distfiles for > trojans either. As we've discussed previously, "all or no security > auditing, there's little point in anything in between". No, we haven't "discussed" this, but the opinion was stated. *My* opinion is that trojans are much more likely to happen by simply changing the distfile than by bogusly releasing a new version. Besides which, your logic is flawed. Since we cannot audit all source code in the tree, we should audit none of it? *Anything* we catch is a win. Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 14:55:48 2000 Delivered-To: cvs-all@freebsd.org Received: from netplex.com.au (adsl-63-207-30-186.dsl.snfc21.pacbell.net [63.207.30.186]) by hub.freebsd.org (Postfix) with ESMTP id 3FA0237B7A8; Sun, 16 Jul 2000 14:55:44 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (peter@localhost [127.0.0.1]) by netplex.com.au (8.9.3/8.9.3) with ESMTP id OAA26127; Sun, 16 Jul 2000 14:55:43 -0700 (PDT) (envelope-from peter@netplex.com.au) Message-Id: <200007162155.OAA26127@netplex.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Andrey A. Chernov" Cc: wilko@FreeBSD.org, "Dampure, Pierre Y." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc Makefile In-Reply-To: Message from "Andrey A. Chernov" of "Sun, 16 Jul 2000 09:03:02 PDT." <20000716090301.B27667@freebsd.org> Date: Sun, 16 Jul 2000 14:55:43 -0700 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Andrey A. Chernov" wrote: > On Sun, Jul 16, 2000 at 04:46:15PM +0200, Wilko Bulte wrote: > > Sounds like a good example why defaults are defaults and should remain > > defaults :-( > > I especially agree because with my recent mtree changes we return to good old > defaults for mtree. The previous FTS mode changes pissed me off so much that I went through and "fixed" mtree on every single system that I had to restore it to the default behavior. Now you have spread this policy decision all over the tree. Will you add a make.conf option to remove the wretched -L or will I? -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 15: 1:39 2000 Delivered-To: cvs-all@freebsd.org Received: from netplex.com.au (adsl-63-207-30-186.dsl.snfc21.pacbell.net [63.207.30.186]) by hub.freebsd.org (Postfix) with ESMTP id D0F2837B8F7; Sun, 16 Jul 2000 15:01:30 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (peter@localhost [127.0.0.1]) by netplex.com.au (8.9.3/8.9.3) with ESMTP id PAA26160; Sun, 16 Jul 2000 15:01:29 -0700 (PDT) (envelope-from peter@netplex.com.au) Message-Id: <200007162201.PAA26160@netplex.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: mjacob@feral.com Cc: "David O'Brien" , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts dokern.sh In-Reply-To: Message from Matthew Jacob of "Sun, 16 Jul 2000 13:44:28 PDT." Date: Sun, 16 Jul 2000 15:01:29 -0700 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matthew Jacob wrote: > > I've already suggested that we could use a 3rd floppy for alpha- to contain > modules (like firmware). We might consider doing this for the x86 as well. ie: put all the obscure-but-useable-for-install drivers on a drivers disk. We might be able to trim a bit more out of the BOOTMFS kernel if we did that too. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 15: 9:29 2000 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 542) id 3E53637B8C8; Sun, 16 Jul 2000 15:09:26 -0700 (PDT) Date: Sun, 16 Jul 2000 15:09:26 -0700 From: "Andrey A. Chernov" To: Peter Wemm Cc: wilko@FreeBSD.org, "Dampure, Pierre Y." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc Makefile Message-ID: <20000716150926.A24840@freebsd.org> References: <200007162155.OAA26127@netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <200007162155.OAA26127@netplex.com.au>; from peter@netplex.com.au on Sun, Jul 16, 2000 at 02:55:43PM -0700 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 16, 2000 at 02:55:43PM -0700, Peter Wemm wrote: > The previous FTS mode changes pissed me off so much that I went through and > "fixed" mtree on every single system that I had to restore it to the > default behavior. Now you have spread this policy decision all over the > tree. Will you add a make.conf option to remove the wretched -L or will I? Adding -L was just quick restoration of exact previous behaviour to allow more complex changes to follow. I agree with your make.conf option idea, you can add it in the way most comfortable to you. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 15: 9:38 2000 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 2EC7A37C1E3; Sun, 16 Jul 2000 15:09:32 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from semuta.feral.com (semuta [192.67.166.70]) by feral.com (8.9.3/8.9.3) with ESMTP id PAA23274; Sun, 16 Jul 2000 15:09:25 -0700 Date: Sun, 16 Jul 2000 15:07:03 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Peter Wemm Cc: "David O'Brien" , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts dokern.sh In-Reply-To: <200007162201.PAA26160@netplex.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Matthew Jacob wrote: > > > > I've already suggested that we could use a 3rd floppy for alpha- to contain > > modules (like firmware). > > We might consider doing this for the x86 as well. ie: put all the > obscure-but-useable-for-install drivers on a drivers disk. We might be able > to trim a bit more out of the BOOTMFS kernel if we did that too. Yup. This was the idea also. Now that we have a fairly studly modules system, this is sort of the right thing to do. -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 15:22:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FC3737B5CC; Sun, 16 Jul 2000 15:22:52 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA89276; Sun, 16 Jul 2000 15:22:51 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007162222.PAA89276@freefall.freebsd.org> From: CHOI Junho Date: Sun, 16 Jul 2000 15:22:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/hanterm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/16 15:22:51 PDT Modified files: korean/hanterm Makefile Log: Fix distfile location. Original site is working now. Revision Changes Path 1.15 +4 -5 ports/korean/hanterm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 15:24:39 2000 Delivered-To: cvs-all@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id E812137B59D; Sun, 16 Jul 2000 15:24:36 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [206.159.132.160]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.4) with ESMTP id ; Sun, 16 Jul 2000 15:26:38 -0700 Message-ID: <397235FB.9531967@3-cities.com> Date: Sun, 16 Jul 2000 15:23:55 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Nik Clayton Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/fdp-primer/examples appendix.sgml References: <200007161635.JAA50126@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nik Clayton wrote: > > nik 2000/07/16 09:35:41 PDT > > Added files: > en_US.ISO_8859-1/books/fdp-primer/examples appendix.sgml > Log: > Add some examples for sample documents and command lines showing how > to convert the documents from DocBook to various output formats. > > Requested by: Patrick Powell The appendix/example is showing an error of an element "CO" not permitted when you try to make it. Kent > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ Bomber dropping fire retardant in front of Hanford Wild fire. http://www.3-cities.com/~kstewart/bomber.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 15:29:38 2000 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id C19E837B7DB; Sun, 16 Jul 2000 15:29:33 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 4E0021C65; Sun, 16 Jul 2000 18:29:32 -0400 (EDT) Date: Sun, 16 Jul 2000 18:29:32 -0400 From: Bill Fumerola To: Kris Kennaway Cc: Will Andrews , Jeroen Ruigrok van der Werven , Hajimu UMEMOTO , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/gkrellm/files md5 Message-ID: <20000716182932.I51462@jade.chc-chimes.com> References: <20000716112616.A535@argon.gryphonsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from kris@FreeBSD.org on Sun, Jul 16, 2000 at 02:49:58PM -0700 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 16, 2000 at 02:49:58PM -0700, Kris Kennaway wrote: > No, we haven't "discussed" this, but the opinion was stated. *My* opinion > is that trojans are much more likely to happen by simply changing the > distfile than by bogusly releasing a new version. More then a few people made posts on a mailing list, I'd call it "discussed". > Besides which, your logic is flawed. Since we cannot audit all source code > in the tree, we should audit none of it? *Anything* we catch is a win. At what cost of resources? What happens when someone (either the legit author or the Bad Guy who added the backdoor) runs indent(1) on the code too? If it's easy to see what changed then I'll mention it in my commits, but I'm not going to spend any great amount of time just to find out that the author now likes to use some different style or that he slipped in a few bugfixes. -- Bill Fumerola - Network Architect, BOFH / Chimes, Inc. billf@chimesnet.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 15:30:56 2000 Delivered-To: cvs-all@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by hub.freebsd.org (Postfix) with ESMTP id 2BA6237B54B; Sun, 16 Jul 2000 15:30:50 -0700 (PDT) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel3.hp.com (Postfix) with ESMTP id 0AE951DE; Sun, 16 Jul 2000 15:30:48 -0700 (PDT) Received: from cup.hp.com (p1000180.nsr.hp.com [15.109.0.180]) by adlmail.cup.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with ESMTP id PAA03835; Sun, 16 Jul 2000 15:30:47 -0700 (PDT) Message-ID: <39723797.60F1FA74@cup.hp.com> Date: Sun, 16 Jul 2000 15:30:47 -0700 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: mjacob@feral.com Cc: Peter Wemm , "David O'Brien" , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts dokern.sh References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matthew Jacob wrote: > > > Matthew Jacob wrote: > > > > > > I've already suggested that we could use a 3rd floppy for alpha- to contain > > > modules (like firmware). > > > > We might consider doing this for the x86 as well. ie: put all the > > obscure-but-useable-for-install drivers on a drivers disk. We might be able > > to trim a bit more out of the BOOTMFS kernel if we did that too. > > Yup. This was the idea also. Now that we have a fairly studly modules system, > this is sort of the right thing to do. What about (down)loading kernel modules from the installation medium? My guess is that the 3rd floppy will become full is well in the (near?) future... -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 15:41:49 2000 Delivered-To: cvs-all@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id 50C5537B5C5; Sun, 16 Jul 2000 15:41:43 -0700 (PDT) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel1.hp.com (Postfix) with ESMTP id 75BEFF2F; Sun, 16 Jul 2000 15:41:42 -0700 (PDT) Received: from cup.hp.com (p1000180.nsr.hp.com [15.109.0.180]) by adlmail.cup.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with ESMTP id PAA04033; Sun, 16 Jul 2000 15:41:40 -0700 (PDT) Message-ID: <39723A25.5F9E7355@cup.hp.com> Date: Sun, 16 Jul 2000 15:41:41 -0700 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: "Andrey A. Chernov" Cc: Peter Wemm , wilko@FreeBSD.org, "Dampure, Pierre Y." , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc Makefile References: <200007162155.OAA26127@netplex.com.au> <20000716150926.A24840@freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Andrey A. Chernov" wrote: > > On Sun, Jul 16, 2000 at 02:55:43PM -0700, Peter Wemm wrote: > > The previous FTS mode changes pissed me off so much that I went through and > > "fixed" mtree on every single system that I had to restore it to the > > default behavior. Now you have spread this policy decision all over the > > tree. Will you add a make.conf option to remove the wretched -L or will I? > > Adding -L was just quick restoration of exact previous behaviour to allow more > complex changes to follow. I agree with your make.conf option idea, you can > add it in the way most comfortable to you. I assume this all has been discussed somewhere, although I haven't been able to find anything. Can someone give me a list and/or keyword on this topic? If it hasn't been discussed, then I suggest we do that before we make matters worse. Maybe I'm too cautious, but I have a bad feeling about the way this might evolve... -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 15:43:18 2000 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id A1B9D37B662; Sun, 16 Jul 2000 15:43:10 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from semuta.feral.com (semuta [192.67.166.70]) by feral.com (8.9.3/8.9.3) with ESMTP id PAA23364; Sun, 16 Jul 2000 15:36:33 -0700 Date: Sun, 16 Jul 2000 15:34:11 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Marcel Moolenaar Cc: Peter Wemm , "David O'Brien" , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts dokern.sh In-Reply-To: <39723797.60F1FA74@cup.hp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > What about (down)loading kernel modules from the installation medium? Well, this will always be an issue if you support a long list of h/w. But basically you want to be able to get enough modules to run install. That means base platform, VGA/KBD, Serial Port I/O, UFS && CD9660 && NFS, Mass Storage drivers, and 'simple' Network drivers. There's a lot of stuff in addition to this that does *not* need to be in the install set. The 'installation' medium may just be floppy. Let's not require folks to have to have a CDROM present and attached. -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 15:48:57 2000 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (backplane-inc.SanFranciscosfd.cw.net [206.24.214.242]) by hub.freebsd.org (Postfix) with ESMTP id 04A4A37B6E3; Sun, 16 Jul 2000 15:48:55 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.9.3/8.9.3) id PAA09181; Sun, 16 Jul 2000 15:48:53 -0700 (PDT) (envelope-from dillon) Date: Sun, 16 Jul 2000 15:48:53 -0700 (PDT) From: Matt Dillon Message-Id: <200007162248.PAA09181@earth.backplane.com> To: "Jordan K. Hubbard" Cc: Peter Wemm , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/usbd usbd.c References: <2076.963534850@localhost> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :> Correct an additional off-by-one bug and buffer overflow. A malloc() :> was being made one byte too short, and the string assembled in it was not :> null terminated. The string was passed to regcomp() so it never matched :> anything in /etc/usbd.conf. This is the cause of usbd not working for the :> last few days.. The new malloc.conf default of AJ triggered this. : :Oh god, did you have to say that? Now phk will be INSUFFERABLE for :weeks. :-) : :- Jordan AJ ? Guys, 'J' as a default to malloc.conf is a disaster for performance. There are many programs which allocate large buffers and only use small portions of them. We *CANNOT* ship with 'J' as a default for malloc. 'A', ok. 'AH' is even better. 'AJ'? no way. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 15:52:58 2000 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id BAB2037B7EE; Sun, 16 Jul 2000 15:52:55 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 32E0A1C65; Sun, 16 Jul 2000 18:52:55 -0400 (EDT) Date: Sun, 16 Jul 2000 18:52:55 -0400 From: Bill Fumerola To: Matt Dillon Cc: "Jordan K. Hubbard" , Peter Wemm , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/usbd usbd.c Message-ID: <20000716185255.J51462@jade.chc-chimes.com> References: <2076.963534850@localhost> <200007162248.PAA09181@earth.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200007162248.PAA09181@earth.backplane.com>; from dillon@earth.backplane.com on Sun, Jul 16, 2000 at 03:48:53PM -0700 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 16, 2000 at 03:48:53PM -0700, Matt Dillon wrote: > AJ ? Guys, 'J' as a default to malloc.conf is a disaster for performance. > There are many programs which allocate large buffers and only use > small portions of them. We *CANNOT* ship with 'J' as a default > for malloc. > > 'A', ok. 'AH' is even better. 'AJ'? no way. The change was made to weed out bugs and will be ripped out before any release is made. This would be similar to including INVARIANTS and company in GENERIC until 5.0-RC. -- Bill Fumerola - Network Architect, BOFH / Chimes, Inc. billf@chimesnet.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 15:54:19 2000 Delivered-To: cvs-all@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by hub.freebsd.org (Postfix) with ESMTP id 2CFB137B662; Sun, 16 Jul 2000 15:54:11 -0700 (PDT) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel3.hp.com (Postfix) with ESMTP id 7A8D3772; Sun, 16 Jul 2000 15:54:10 -0700 (PDT) Received: from cup.hp.com (p1000180.nsr.hp.com [15.109.0.180]) by adlmail.cup.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with ESMTP id PAA04266; Sun, 16 Jul 2000 15:54:08 -0700 (PDT) Message-ID: <39723D11.94BA424@cup.hp.com> Date: Sun, 16 Jul 2000 15:54:09 -0700 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: mjacob@feral.com Cc: Peter Wemm , "David O'Brien" , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts dokern.sh References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matthew Jacob wrote: > > > What about (down)loading kernel modules from the installation medium? > > Well, this will always be an issue if you support a long list of h/w. But > basically you want to be able to get enough modules to run install. That means > base platform, VGA/KBD, Serial Port I/O, UFS && CD9660 && NFS, Mass Storage > drivers, and 'simple' Network drivers. There's a lot of stuff in addition to > this that does *not* need to be in the install set. > > The 'installation' medium may just be floppy. Let's not require folks to have > to have a CDROM present and attached. By installation medium I mean the installation medium the user can select in sysinstall (ie FTP, NFS, TAPE, CD). This means that you need as much hardware support for sysinstall to run *and* to access the selected installation medium. -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 15:54:22 2000 Delivered-To: cvs-all@freebsd.org Received: from netplex.com.au (adsl-63-207-30-186.dsl.snfc21.pacbell.net [63.207.30.186]) by hub.freebsd.org (Postfix) with ESMTP id D57BC37B59D; Sun, 16 Jul 2000 15:54:10 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (peter@localhost [127.0.0.1]) by netplex.com.au (8.9.3/8.9.3) with ESMTP id PAA26426; Sun, 16 Jul 2000 15:54:07 -0700 (PDT) (envelope-from peter@netplex.com.au) Message-Id: <200007162254.PAA26426@netplex.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: Matt Dillon Cc: "Jordan K. Hubbard" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/usbd usbd.c In-Reply-To: Message from Matt Dillon of "Sun, 16 Jul 2000 15:48:53 PDT." <200007162248.PAA09181@earth.backplane.com> Date: Sun, 16 Jul 2000 15:54:07 -0700 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matt Dillon wrote: > > :> Correct an additional off-by-one bug and buffer overflow. A malloc() > :> was being made one byte too short, and the string assembled in it was no t > :> null terminated. The string was passed to regcomp() so it never matched > :> anything in /etc/usbd.conf. This is the cause of usbd not working for t he > :> last few days.. The new malloc.conf default of AJ triggered this. > : > :Oh god, did you have to say that? Now phk will be INSUFFERABLE for > :weeks. :-) > : > :- Jordan > > AJ ? Guys, 'J' as a default to malloc.conf is a disaster for performance . > There are many programs which allocate large buffers and only use > small portions of them. We *CANNOT* ship with 'J' as a default > for malloc. > > 'A', ok. 'AH' is even better. 'AJ'? no way. AJ is only going to be on for the development cycle. Once we hit -stable and/or the leadup to -release it will go back off. Incidently, I'd half like $MALLOC_OPTIONS set to 'aj' exported from Makefile so that the builds don't take as long. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 15:56:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3580337B7B7; Sun, 16 Jul 2000 15:56:53 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA91513; Sun, 16 Jul 2000 15:56:53 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007162256.PAA91513@freefall.freebsd.org> From: Nik Clayton Date: Sun, 16 Jul 2000 15:56:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml freebsd.dtd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/16 15:56:53 PDT Modified files: share/sgml freebsd.dtd Log: Pull out , it was a local hack and shouldn't have gone in. Add in a new context, so it can be used inside . This should be fixed in the next version of DocBook. Revision Changes Path 1.5 +3 -5 doc/share/sgml/freebsd.dtd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 16: 0:13 2000 Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (unknown [206.79.44.65]) by hub.freebsd.org (Postfix) with ESMTP id E9F3137BCFC; Sun, 16 Jul 2000 15:59:56 -0700 (PDT) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.9.3/8.9.3) id SAA20845; Sat, 15 Jul 2000 18:03:23 GMT (envelope-from nik) Date: Sat, 15 Jul 2000 18:03:22 +0000 From: Nik Clayton To: Josef Karthauser Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/palm/isilo Makefile ports/palm/isilo/files md5 Message-ID: <20000715180322.A20763@kilt.nothing-going-on.org> References: <200007132155.OAA85837@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007132155.OAA85837@freefall.freebsd.org>; from joe@FreeBSD.org on Thu, Jul 13, 2000 at 02:55:02PM -0700 Organization: FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 13, 2000 at 02:55:02PM -0700, Josef Karthauser wrote: > joe 2000/07/13 14:55:02 PDT > > Modified files: > palm/isilo Makefile > palm/isilo/files md5 > Log: > Upgrade to version 2.58. (Force commit on files/md5, which I updated > separately without bumping the version number.) Ta. I need to buy myself one of those Nokia wireless modem cards Roger was flashing around in Oxford. . . N -- Internet connection, $19.95 a month. Computer, $799.95. Modem, $149.95. Telephone line, $24.95 a month. Software, free. USENET transmission, hundreds if not thousands of dollars. Thinking before posting, priceless. Somethings in life you can't buy. For everything else, there's MasterCard. -- Graham Reed, in the Scary Devil Monastery To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 16: 2:41 2000 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 414C537BC32; Sun, 16 Jul 2000 16:02:24 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from semuta.feral.com (semuta [192.67.166.70]) by feral.com (8.9.3/8.9.3) with ESMTP id PAA23481; Sun, 16 Jul 2000 15:55:55 -0700 Date: Sun, 16 Jul 2000 15:53:34 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Marcel Moolenaar Cc: Peter Wemm , "David O'Brien" , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts dokern.sh In-Reply-To: <39723D11.94BA424@cup.hp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > By installation medium I mean the installation medium the user can > select in sysinstall (ie FTP, NFS, TAPE, CD). This means that you need I think we're in agreement. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 16: 9:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BECE37B824; Sun, 16 Jul 2000 16:09:31 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA93655; Sun, 16 Jul 2000 16:09:31 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007162309.QAA93655@freefall.freebsd.org> From: CHOI Junho Date: Sun, 16 Jul 2000 16:09:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/hanterm Makefile ports/korean/hanterm/pkg DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/16 16:09:31 PDT Modified files: korean/hanterm Makefile korean/hanterm/pkg DESCR PLIST Log: - Change MAINTAINER line. - Install hanterm.html(manual). - more portlint-compilant. Revision Changes Path 1.16 +6 -2 ports/korean/hanterm/Makefile 1.4 +1 -1 ports/korean/hanterm/pkg/DESCR 1.2 +2 -0 ports/korean/hanterm/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 16:10: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AC0B237BCFC; Sun, 16 Jul 2000 16:10:05 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA93716; Sun, 16 Jul 2000 16:10:05 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Message-Id: <200007162310.QAA93716@freefall.freebsd.org> From: Kazuo Horikawa Date: Sun, 16 Jul 2000 16:10:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 fetch.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/07/16 16:10:05 PDT Modified files: ja_JP.eucJP/man/man1 fetch.1 Log: o catch up fetch.1 rev. 1.33.2.1. Revision Changes Path 1.13 +137 -346 doc/ja_JP.eucJP/man/man1/fetch.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 16:13: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 360C337BB8A; Sun, 16 Jul 2000 16:13:00 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id RAA77387; Sun, 16 Jul 2000 17:12:57 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id RAA56337; Sun, 16 Jul 2000 17:12:35 -0600 (MDT) Message-Id: <200007162312.RAA56337@harmony.village.org> To: Matt Dillon Subject: Re: cvs commit: src/usr.sbin/usbd usbd.c Cc: "Jordan K. Hubbard" , Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sun, 16 Jul 2000 15:48:53 PDT." <200007162248.PAA09181@earth.backplane.com> References: <200007162248.PAA09181@earth.backplane.com> <2076.963534850@localhost> Date: Sun, 16 Jul 2000 17:12:35 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200007162248.PAA09181@earth.backplane.com> Matt Dillon writes: : : :> Correct an additional off-by-one bug and buffer overflow. A malloc() : :> was being made one byte too short, and the string assembled in it was not : :> null terminated. The string was passed to regcomp() so it never matched : :> anything in /etc/usbd.conf. This is the cause of usbd not working for the : :> last few days.. The new malloc.conf default of AJ triggered this. : : : :Oh god, did you have to say that? Now phk will be INSUFFERABLE for : :weeks. :-) : : : :- Jordan : : AJ ? Guys, 'J' as a default to malloc.conf is a disaster for performance. : There are many programs which allocate large buffers and only use : small portions of them. We *CANNOT* ship with 'J' as a default : for malloc. We'll never SHIP with J as default. It is there only for -current to catch bugs. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 16:13:50 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id A693937B6FD; Sun, 16 Jul 2000 16:13:42 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id RAA77397; Sun, 16 Jul 2000 17:13:41 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id RAA56357; Sun, 16 Jul 2000 17:13:19 -0600 (MDT) Message-Id: <200007162313.RAA56357@harmony.village.org> To: Peter Wemm Subject: Re: cvs commit: src/usr.sbin/usbd usbd.c Cc: Matt Dillon , "Jordan K. Hubbard" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sun, 16 Jul 2000 15:54:07 PDT." <200007162254.PAA26426@netplex.com.au> References: <200007162254.PAA26426@netplex.com.au> Date: Sun, 16 Jul 2000 17:13:19 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200007162254.PAA26426@netplex.com.au> Peter Wemm writes: : Incidently, I'd half like $MALLOC_OPTIONS set to 'aj' exported from : Makefile so that the builds don't take as long. I'd agree with you, but the AJ has already found one bug in binutils... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 16:18:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA36E37B931; Sun, 16 Jul 2000 16:18:26 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id QAA94197; Sun, 16 Jul 2000 16:18:26 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Sun, 16 Jul 2000 16:18:26 -0700 (PDT) From: Kris Kennaway To: Bill Fumerola Cc: Will Andrews , Jeroen Ruigrok van der Werven , Hajimu UMEMOTO , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/gkrellm/files md5 In-Reply-To: <20000716182932.I51462@jade.chc-chimes.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 16 Jul 2000, Bill Fumerola wrote: > > Besides which, your logic is flawed. Since we cannot audit all source code > > in the tree, we should audit none of it? *Anything* we catch is a win. > > At what cost of resources? What happens when someone (either the legit author > or the Bad Guy who added the backdoor) runs indent(1) on the code too? If > it's easy to see what changed then I'll mention it in my commits, but I'm not > going to spend any great amount of time just to find out that the author now > likes to use some different style or that he slipped in a few bugfixes. If it's a significant change, then that's fine..just summarize what you make of it in the commitlogs. The point is you should at least eyeball it for anything which looks suspicious. Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 16:18:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F3C337B914; Sun, 16 Jul 2000 16:18:45 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA94228; Sun, 16 Jul 2000 16:18:44 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007162318.QAA94228@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 16 Jul 2000 16:18:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch http.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/16 16:18:44 PDT Modified files: lib/libfetch http.c Log: #ifdef DEBUG -> #ifndef NDEBUG Pointed out by: ache Revision Changes Path 1.29 +3 -3 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 16:20: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D400937B728; Sun, 16 Jul 2000 16:19:57 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA94319; Sun, 16 Jul 2000 16:19:57 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007162319.QAA94319@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 16 Jul 2000 16:19:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch http.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/16 16:19:57 PDT Modified files: (Branch: RELENG_4) lib/libfetch http.c Log: MFC: #ifdef DEBUG -> #ifndef NDEBUG Revision Changes Path 1.13.2.3 +3 -3 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 16:22:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B4A3537B852; Sun, 16 Jul 2000 16:22:15 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA94467; Sun, 16 Jul 2000 16:22:15 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Message-Id: <200007162322.QAA94467@freefall.freebsd.org> From: David Malone Date: Sun, 16 Jul 2000 16:22:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/restore dirs.c tape.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2000/07/16 16:22:15 PDT Modified files: sbin/restore dirs.c tape.c Log: Don't try to make files immutable (ie. chflags) before setting access times. PR: 19973 Submitted by: Arjan de Vet Reviewed by: Matthew Jacob Revision Changes Path 1.15 +2 -2 src/sbin/restore/dirs.c 1.17 +4 -4 src/sbin/restore/tape.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 16:31:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 059D237B728; Sun, 16 Jul 2000 16:31:18 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id QAA94961; Sun, 16 Jul 2000 16:31:17 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Sun, 16 Jul 2000 16:31:17 -0700 (PDT) From: Kris Kennaway To: "David O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts dokern.sh In-Reply-To: <20000716123005.A84138@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 16 Jul 2000, David O'Brien wrote: > On the Alpha we might not have any choice -- the space on the floppy is > *that* tight. CD installs on the Alpha can use a full GENERIC kernel. I suppose there's lots of time to get this fixed, but I'd prefer not to ship an alpha 5.0-R containing packages which try and do cryptographic foolery at install-time (there are about half a dozen of these, at least), because lots of people install those from sysinstall. Hopefully we'll be able to get this resolved soon. Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 16:50: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 03A0837B6D9; Sun, 16 Jul 2000 16:49:51 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id BAA12068; Mon, 17 Jul 2000 01:44:56 +0200 (CEST) (envelope-from des@flood.ping.uio.no) To: Marcel Moolenaar Cc: mjacob@feral.com, Peter Wemm , "David O'Brien" , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts dokern.sh References: <39723797.60F1FA74@cup.hp.com> From: Dag-Erling Smorgrav Date: 17 Jul 2000 01:44:56 +0200 In-Reply-To: Marcel Moolenaar's message of "Sun, 16 Jul 2000 15:30:47 -0700" Message-ID: Lines: 11 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Marcel Moolenaar writes: > What about (down)loading kernel modules from the installation medium? > My guess is that the 3rd floppy will become full is well in the (near?) > future... The installation medium might not be accessible until after a module has been loaded. Chicken? Egg? DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 17: 8:48 2000 Delivered-To: cvs-all@freebsd.org Received: from genius.systems.pavilion.net (genesis.tao.org.uk [194.242.131.254]) by hub.freebsd.org (Postfix) with ESMTP id 1267837B6E3; Sun, 16 Jul 2000 17:08:41 -0700 (PDT) (envelope-from joe@pavilion.net) Received: by genius.systems.pavilion.net (Postfix, from userid 100) id ECCA59B25; Mon, 17 Jul 2000 00:37:57 +0100 (BST) Date: Mon, 17 Jul 2000 00:37:57 +0100 From: Josef Karthauser To: Nik Clayton Cc: Josef Karthauser , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/palm/isilo Makefile ports/palm/isilo/files md5 Message-ID: <20000717003757.B597@pavilion.net> References: <200007132155.OAA85837@freefall.freebsd.org> <20000715180322.A20763@kilt.nothing-going-on.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <20000715180322.A20763@kilt.nothing-going-on.org>; from nik@freebsd.org on Sat, Jul 15, 2000 at 06:03:22PM +0000 X-NCC-RegID: uk.pavilion Organisation: Pavilion Internet plc, Lees House, 21-23 Dyke Road, Brighton, England Phone: +44-845-333-5000 Fax: +44-845-333-5001 Mobile: +44-403-596893 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 15, 2000 at 06:03:22PM +0000, Nik Clayton wrote: > > Ta. I need to buy myself one of those Nokia wireless modem cards Roger > was flashing around in Oxford. . . YP, they look well groovy :) Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 17: 8:53 2000 Delivered-To: cvs-all@freebsd.org Received: from genius.systems.pavilion.net (genesis.tao.org.uk [194.242.131.254]) by hub.freebsd.org (Postfix) with ESMTP id 3AD3637B5D0; Sun, 16 Jul 2000 17:08:39 -0700 (PDT) (envelope-from joe@pavilion.net) Received: by genius.systems.pavilion.net (Postfix, from userid 100) id E16539B26; Mon, 17 Jul 2000 00:41:06 +0100 (BST) Date: Mon, 17 Jul 2000 00:41:06 +0100 From: Josef Karthauser To: "Rodney W. Grimes" Cc: Josef Karthauser , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/mtree mtree.8 verify.c Message-ID: <20000717004106.C597@pavilion.net> References: <20000714000257.M97361@pavilion.net> <200007141803.LAA16721@gndrsh.dnsmgr.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <200007141803.LAA16721@gndrsh.dnsmgr.net>; from freebsd@gndrsh.dnsmgr.net on Fri, Jul 14, 2000 at 11:03:08AM -0700 X-NCC-RegID: uk.pavilion Organisation: Pavilion Internet plc, Lees House, 21-23 Dyke Road, Brighton, England Phone: +44-845-333-5000 Fax: +44-845-333-5001 Mobile: +44-403-596893 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 14, 2000 at 11:03:08AM -0700, Rodney W. Grimes wrote: > > Other than one small error... > > > [cut] > > + sys type=link link=/usr/src/sys > ^ > remove that slash please, this should be a relative link, not > an absolute link. Bruce pointed this out also :). I'm not going to touch this until the issues with -P/-L are resolved. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 17:13:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F35537B618; Sun, 16 Jul 2000 17:13:39 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA98852; Sun, 16 Jul 2000 17:13:39 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <200007170013.RAA98852@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 16 Jul 2000 17:13:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux syscalls.master X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/07/16 17:13:39 PDT Modified files: sys/i386/linux syscalls.master Log: Add prototypes for linux_pread and linux_pwrite. PR: 17991 Submitted by: Geoffrey Speicher Revision Changes Path 1.32 +5 -3 src/sys/i386/linux/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 17:16:49 2000 Delivered-To: cvs-all@freebsd.org Received: from earth.backplane.com (backplane-inc.SanFranciscosfd.cw.net [206.24.214.242]) by hub.freebsd.org (Postfix) with ESMTP id 3013237B757; Sun, 16 Jul 2000 17:16:39 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.9.3/8.9.3) id RAA88740; Sun, 16 Jul 2000 17:16:35 -0700 (PDT) (envelope-from dillon) Date: Sun, 16 Jul 2000 17:16:35 -0700 (PDT) From: Matt Dillon Message-Id: <200007170016.RAA88740@earth.backplane.com> To: Warner Losh Cc: "Jordan K. Hubbard" , Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/usbd usbd.c References: <200007162248.PAA09181@earth.backplane.com> <2076.963534850@localhost> <200007162312.RAA56337@harmony.village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :: :- Jordan :: :: AJ ? Guys, 'J' as a default to malloc.conf is a disaster for performance. :: There are many programs which allocate large buffers and only use :: small portions of them. We *CANNOT* ship with 'J' as a default :: for malloc. : :We'll never SHIP with J as default. It is there only for -current to :catch bugs. : :Warner Oh, ok. That's different... though I'll still worry that someone might forget to remove it for the release :-). I use AJ for debugging, but J is nasty. For example, it cuts the transaction performance of my databsae core in half (due to my use of malloc() to reserve space for temporary tables, in 1MB chunks). -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 17:17:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BCF7437B644; Sun, 16 Jul 2000 17:17:13 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA99039; Sun, 16 Jul 2000 17:17:13 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <200007170017.RAA99039@freefall.freebsd.org> From: Marcel Moolenaar Date: Sun, 16 Jul 2000 17:17:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_dummy.c linux_file.c linux_proto.h linux_syscall.h linux_sysent.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/07/16 17:17:08 PDT Modified files: sys/i386/linux linux_dummy.c linux_file.c linux_proto.h linux_syscall.h linux_sysent.c Log: Implement pread and pwrite. PR: 17991 Submitted by: Geoffrey Speicher Revision Changes Path 1.23 +1 -3 src/sys/i386/linux/linux_dummy.c 1.40 +29 -1 src/sys/i386/linux/linux_file.c 1.34 +9 -3 src/sys/i386/linux/linux_proto.h 1.29 +1 -1 src/sys/i386/linux/linux_syscall.h 1.35 +3 -3 src/sys/i386/linux/linux_sysent.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 17:18:57 2000 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 7539837B629; Sun, 16 Jul 2000 17:18:52 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from semuta.feral.com (semuta [192.67.166.70]) by feral.com (8.9.3/8.9.3) with ESMTP id RAA23722; Sun, 16 Jul 2000 17:12:21 -0700 Date: Sun, 16 Jul 2000 17:09:59 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Dag-Erling Smorgrav Cc: Marcel Moolenaar , Peter Wemm , "David O'Brien" , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts dokern.sh In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > The installation medium might not be accessible until after a module > has been loaded. Chicken? Egg? *mmmmmm* ! smoked chicken omelettes! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 17:28:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3376937B5AF; Sun, 16 Jul 2000 17:28:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA99808; Sun, 16 Jul 2000 17:28:23 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007170028.RAA99808@freefall.freebsd.org> From: Steve Price Date: Sun, 16 Jul 2000 17:28:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/16 17:28:23 PDT Modified files: emulators Makefile Log: Remove trailing '/' from the gsnes9x entry. Revision Changes Path 1.53 +2 -2 ports/emulators/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 17:35: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E85137B5C2; Sun, 16 Jul 2000 17:34:53 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA00628; Sun, 16 Jul 2000 17:34:53 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007170034.RAA00628@freefall.freebsd.org> From: Matt Jacob Date: Sun, 16 Jul 2000 17:34:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ispfw asm_1040.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/16 17:34:52 PDT Modified files: sys/dev/ispfw asm_1040.h Log: Roll back target mode f/w to 7.55- 7.65 hangs when presented with a non-disconnecting command. Interestingly enough, of the other flavors of the 7.65 f/w (the dual-id and multi-id flavor)- the dual-id doesn't hang (they're also supposed to be the same except for supporting dual or multi-id capture!), but other things are questionable as well. Revision Changes Path 1.2 +1856 -1968src/sys/dev/ispfw/asm_1040.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 17:43:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F3EBF37B72E; Sun, 16 Jul 2000 17:43:48 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA01338; Sun, 16 Jul 2000 17:43:48 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007170043.RAA01338@freefall.freebsd.org> From: Matt Jacob Date: Sun, 16 Jul 2000 17:43:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_xpt.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/16 17:43:48 PDT Modified files: sys/cam cam_xpt.c Log: Whoops- forgot to commit this other pearl from Justin- only set or clear CAM_TAG_ACTION_VALID if this is an XPT_SCSI_IO CCB (otherwise, the peripheral driver knows best...).. Obtained from:gibbs@freebsd.org Revision Changes Path 1.88 +13 -9 src/sys/cam/cam_xpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 17:44:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 550F037BB68; Sun, 16 Jul 2000 17:44:27 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA01411; Sun, 16 Jul 2000 17:44:26 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007170044.RAA01411@freefall.freebsd.org> From: Matt Jacob Date: Sun, 16 Jul 2000 17:44:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_xpt.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/16 17:44:26 PDT Modified files: (Branch: RELENG_4) sys/cam cam_xpt.c Log: MFC:Whoops- forgot to commit this other pearl from Justin- only set or clear CAM_TAG_ACTION_VALID if this is an XPT_SCSI_IO CCB (otherwise, the peripheral driver knows best...).. Revision Changes Path 1.80.2.5 +13 -9 src/sys/cam/cam_xpt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 18:16:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17D7537B84E; Sun, 16 Jul 2000 18:16:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA05345; Sun, 16 Jul 2000 18:16:07 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007170116.SAA05345@freefall.freebsd.org> From: Steve Price Date: Sun, 16 Jul 2000 18:16:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/mailman Makefile ports/mail/mailman/files configure.sh md5 ports/mail/mailman/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/16 18:16:07 PDT Modified files: mail Makefile Added files: mail/mailman Makefile mail/mailman/files configure.sh md5 mail/mailman/pkg COMMENT DESCR PLIST Log: Adding mailman version 1.1. Mailman is software to help manage email discussion lists, much like Majordomo and Smartmail. Unlike most similar products, Mailman gives each mailing list a web page, and allows users to subscribe, unsubscribe, etc. over the web. Even the list manager can administer his or her list entirely from the web. Mailman also integrates most things people want to do with mailing lists, including archiving, mail-to-news gateways, integrated bounce handling, spam prevention, email-based admin commands, direct SMTP delivery (with fast bulk mailing), support for virtual domains, and more. PR: 19400 Submitted by: Nick Hibma Revision Changes Path 1.143 +2 -1 ports/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 18:17:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 04B5837B72E; Sun, 16 Jul 2000 18:17:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA05444; Sun, 16 Jul 2000 18:17:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007170117.SAA05444@freefall.freebsd.org> From: Steve Price Date: Sun, 16 Jul 2000 18:17:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/16 18:17:13 PDT Modified files: . modules Log: mailman --> ports/mail/mailman Revision Changes Path 1.1411 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 18:18:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA97937B780; Sun, 16 Jul 2000 18:18:07 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA05552; Sun, 16 Jul 2000 18:18:07 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200007170118.SAA05552@freefall.freebsd.org> From: Steve Price Date: Sun, 16 Jul 2000 18:18:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xlines Makefile ports/games/xlines/files md5 ports/games/xlines/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/07/16 18:18:07 PDT Modified files: games/xlines Makefile games/xlines/files md5 games/xlines/patches patch-aa Log: Distfile changed because of minor mods to the Makefile and the addition of lines.moc. Revision Changes Path 1.13 +2 -2 ports/games/xlines/Makefile 1.4 +1 -1 ports/games/xlines/files/md5 1.5 +26 -47 ports/games/xlines/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 18:45:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BA7137B7E3; Sun, 16 Jul 2000 18:45:52 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA07476; Sun, 16 Jul 2000 18:45:52 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007170145.SAA07476@freefall.freebsd.org> From: Matt Jacob Date: Sun, 16 Jul 2000 18:45:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_target.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/16 18:45:52 PDT Modified files: sys/cam/scsi scsi_target.c Log: Preserve CAM_DIS_DISCONNECT as passed up from SIM (like CAM_TAG_ACTION_VALID and CAM_DIR_MASK). Remove redundant CAM_DEBUG line. Spiff up CAM_DEBUG printout for commands and move the printout up to the top where we can see it, even for the pending_ua/pending_ca cass. Add missing newline in a CAM_DEBUG. Revision Changes Path 1.34 +17 -10 src/sys/cam/scsi/scsi_target.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 18:51:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 624BA37B7E3; Sun, 16 Jul 2000 18:51:28 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA07957; Sun, 16 Jul 2000 18:51:28 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200007170151.SAA07957@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 16 Jul 2000 18:51:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/contrib chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/07/16 18:51:28 PDT Modified files: ja_JP.eucJP/books/handbook/contrib chapter.sgml Log: Merge changes in the English version (1.257 -> 1.260). Revision Changes Path 1.38 +2 -6 doc/ja_JP.eucJP/books/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 18:54:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D98E37B802; Sun, 16 Jul 2000 18:54:20 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA08227; Sun, 16 Jul 2000 18:54:20 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200007170154.SAA08227@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 16 Jul 2000 18:54:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook authors.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/07/16 18:54:20 PDT Modified files: ja_JP.eucJP/books/handbook authors.ent Log: Merge changes in the English version (1.106 -> 1.109). Revision Changes Path 1.32 +13 -2 doc/ja_JP.eucJP/books/handbook/authors.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 18:56: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 0B79A37B836; Sun, 16 Jul 2000 18:55:56 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id SAA86965; Sun, 16 Jul 2000 18:55:52 -0700 (PDT) (envelope-from obrien) Date: Sun, 16 Jul 2000 18:55:52 -0700 From: "David O'Brien" To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts dokern.sh Message-ID: <20000716185552.C86912@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20000716123005.A84138@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from kris@FreeBSD.org on Sun, Jul 16, 2000 at 04:31:17PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 16, 2000 at 04:31:17PM -0700, Kris Kennaway wrote: > > On the Alpha we might not have any choice -- the space on the floppy is > > *that* tight. CD installs on the Alpha can use a full GENERIC kernel. > > I suppose there's lots of time to get this fixed, but I'd prefer not to > ship an alpha 5.0-R containing packages which try and do cryptographic Do you know of any in 4.1-R that do? I've MFC'ed the lack of /dev/random. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 18:56:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E4C1837B816; Sun, 16 Jul 2000 18:56:30 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA08448; Sun, 16 Jul 2000 18:56:31 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200007170156.SAA08448@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 16 Jul 2000 18:56:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/staff chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/07/16 18:56:31 PDT Modified files: ja_JP.eucJP/books/handbook/staff chapter.sgml Log: Merge changes in the English version (1.144 -> 1.146). Revision Changes Path 1.28 +10 -2 doc/ja_JP.eucJP/books/handbook/staff/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 19: 1:51 2000 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 7E2A237B816; Sun, 16 Jul 2000 19:01:21 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id LAA58762; Mon, 17 Jul 2000 11:31:10 +0930 (CST) (envelope-from grog) Date: Mon, 17 Jul 2000 11:31:09 +0930 From: Greg Lehey To: Ben Smithurst Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 Message-ID: <20000717113109.D52835@wantadilla.lemis.com> References: <200007162046.NAA80035@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <200007162046.NAA80035@freefall.freebsd.org> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 16 July 2000 at 13:46:44 -0700, Ben Smithurst wrote: > ben 2000/07/16 13:46:44 PDT > > Modified files: > share/man/man9 style.9 > Log: > 1. "braces" -> "brackets" when referring to [ and ]. > > PR: 19894 > Submitted by: Tony Finch > > 2. "brackets" -> "angle brackets" when referring to < and >. For me, brackets are '(' and ')'. '[' and ']' are square brackets, and '<' and '>' are angle brackets. '{' and '}' are braces. I'm sure I'm not alone, and there are probably other naming conventions for these symbols. It would make sense to spell out what the man page means. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 19: 4:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 87B5137B70A; Sun, 16 Jul 2000 19:04:52 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id TAA09003; Sun, 16 Jul 2000 19:04:52 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Sun, 16 Jul 2000 19:04:51 -0700 (PDT) From: Kris Kennaway To: "David O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts dokern.sh In-Reply-To: <20000716185552.C86912@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 16 Jul 2000, David O'Brien wrote: > On Sun, Jul 16, 2000 at 04:31:17PM -0700, Kris Kennaway wrote: > > > On the Alpha we might not have any choice -- the space on the floppy is > > > *that* tight. CD installs on the Alpha can use a full GENERIC kernel. > > > > I suppose there's lots of time to get this fixed, but I'd prefer not to > > ship an alpha 5.0-R containing packages which try and do cryptographic > > Do you know of any in 4.1-R that do? I've MFC'ed the lack of > /dev/random. Gack, you didn't MFC the new Yarrow did you? Yes, there are several packages which will be broken by a non-working /dev/random: ssh, ssh2, apache*ssl, some of the SSL wrapper ports...there may be others I haven't come across I'd *really* like to get this fixed if at all possible. Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 19: 5:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 479F937BA7A; Sun, 16 Jul 2000 19:05:45 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA10374; Sun, 16 Jul 2000 19:05:45 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007170205.TAA10374@freefall.freebsd.org> From: Matt Jacob Date: Sun, 16 Jul 2000 19:05:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/scsi_target scsi_target.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/16 19:05:45 PDT Modified files: share/examples/scsi_target scsi_target.c Log: Clean up after oneself on exit. Revision Changes Path 1.8 +11 -1 src/share/examples/scsi_target/scsi_target.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 19:22:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C086237B6AB; Sun, 16 Jul 2000 19:22:19 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA11757; Sun, 16 Jul 2000 19:22:19 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007170222.TAA11757@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Sun, 16 Jul 2000 19:22:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ipsec.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/16 19:22:18 PDT Modified files: share/man/man4 ipsec.4 Log: bring in latest kame doc. talk about ah tunnel caveat. Revision Changes Path 1.5 +100 -14 src/share/man/man4/ipsec.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 19:25:33 2000 Delivered-To: cvs-all@freebsd.org Received: from zippy.osd.bsdi.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 3A4BD37B6AB; Sun, 16 Jul 2000 19:25:25 -0700 (PDT) (envelope-from jkh@zippy.osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by zippy.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id TAA03820; Sun, 16 Jul 2000 19:26:28 -0700 (PDT) (envelope-from jkh@zippy.osd.bsdi.com) To: obrien@FreeBSD.org Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts dokern.sh In-reply-to: Your message of "Sun, 16 Jul 2000 18:55:52 PDT." <20000716185552.C86912@dragon.nuxi.com> Date: Sun, 16 Jul 2000 19:26:28 -0700 Message-ID: <3817.963800788@localhost> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Do you know of any in 4.1-R that do? I've MFC'ed the lack of > /dev/random. Eek! You did? I must have been asleep if you merged in Mark's new stuff. For -current that level of new weirdness is fine, but I wasn't expecting to break 4.1's security too. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 19:37:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8539C37B8DD; Sun, 16 Jul 2000 19:37:26 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA13026; Sun, 16 Jul 2000 19:37:26 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007170237.TAA13026@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Sun, 16 Jul 2000 19:37:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 inet6.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/16 19:37:26 PDT Modified files: share/man/man4 inet6.4 Log: sync with latest kame doc. wording changes and updates Revision Changes Path 1.6 +151 -52 src/share/man/man4/inet6.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 19:37:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3745937BC90; Sun, 16 Jul 2000 19:37:42 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA13180; Sun, 16 Jul 2000 19:37:42 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <200007170237.TAA13180@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 16 Jul 2000 19:37:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim-xemacs21-mule Makefile ports/editors/flim-xemacs21-mule-current Makefile ports/editors/semi-xemacs21-mule Makefile ports/editors/semi-xemacs21-mule-current Makefile ports/editors/wemi-xemacs21-mule Makefile ports/editors/wemi-xemacs21-mule-current Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2000/07/16 19:37:42 PDT Modified files: editors/flim-xemacs21-mule Makefile editors/flim-xemacs21-mule-current Makefile editors/semi-xemacs21-mule Makefile editors/semi-xemacs21-mule-current Makefile editors/wemi-xemacs21-mule Makefile editors/wemi-xemacs21-mule-current Makefile Log: Fix texinfo.el(included in xemacs-packages) dependency. editors/xemacs-sumo-packages port is obsolete. Revision Changes Path 1.18 +2 -2 ports/editors/flim-xemacs21-mule/Makefile 1.18 +2 -2 ports/editors/flim-xemacs21-mule-current/Makefile 1.18 +2 -2 ports/editors/semi-xemacs21-mule/Makefile 1.18 +2 -2 ports/editors/semi-xemacs21-mule-current/Makefile 1.14 +2 -2 ports/editors/wemi-xemacs21-mule/Makefile 1.15 +2 -2 ports/editors/wemi-xemacs21-mule-current/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 19:39: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 517F337B91E; Sun, 16 Jul 2000 19:38:59 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA13437; Sun, 16 Jul 2000 19:38:59 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <200007170238.TAA13437@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 16 Jul 2000 19:38:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/bitmap-emacs20 Makefile ports/editors/bitmap-emacs20/pkg DESCR ports/editors/bitmap-mule Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2000/07/16 19:38:59 PDT Modified files: editors/bitmap-emacs20 Makefile editors/bitmap-emacs20/pkg DESCR editors/bitmap-mule Makefile Log: Convert into EMACS_PORT_NAME style port. Revision Changes Path 1.15 +20 -18 ports/editors/bitmap-emacs20/Makefile 1.4 +1 -1 ports/editors/bitmap-emacs20/pkg/DESCR 1.12 +22 -13 ports/editors/bitmap-mule/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 19:40:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EED1137B83D; Sun, 16 Jul 2000 19:40:09 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA13644; Sun, 16 Jul 2000 19:40:09 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <200007170240.TAA13644@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 16 Jul 2000 19:40:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/custom-emacs Makefile ports/editors/custom-emacs/pkg DESCR ports/editors/custom-mule Makefile ports/editors/custom-mule/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2000/07/16 19:40:09 PDT Modified files: editors/custom-emacs Makefile editors/custom-emacs/pkg DESCR editors/custom-mule Makefile editors/custom-mule/pkg DESCR Log: Convert into EMACS_PORT_NAME style port. Revision Changes Path 1.6 +15 -27 ports/editors/custom-emacs/Makefile 1.3 +1 -1 ports/editors/custom-emacs/pkg/DESCR 1.7 +2 -6 ports/editors/custom-mule/Makefile 1.3 +1 -1 ports/editors/custom-mule/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 19:54:15 2000 Delivered-To: cvs-all@freebsd.org Received: from cheddar.netmonger.net (cheddar.netmonger.net [209.54.21.140]) by hub.freebsd.org (Postfix) with ESMTP id 4C29E37B73C; Sun, 16 Jul 2000 19:54:11 -0700 (PDT) (envelope-from chris@cheddar.netmonger.net) Received: (from chris@localhost) by cheddar.netmonger.net (8.8.8/8.8.8) id WAA15979; Sun, 16 Jul 2000 22:54:10 -0400 (EDT) Message-ID: <20000716225410.A15022@netmonger.net> Date: Sun, 16 Jul 2000 22:54:10 -0400 From: Christopher Masto To: Greg Lehey , Ben Smithurst Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/man/man9 style.9 References: <200007162046.NAA80035@freefall.freebsd.org> <20000717113109.D52835@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <20000717113109.D52835@wantadilla.lemis.com>; from Greg Lehey on Mon, Jul 17, 2000 at 11:31:09AM +0930 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 17, 2000 at 11:31:09AM +0930, Greg Lehey wrote: > For me, brackets are '(' and ')'. '[' and ']' are square brackets, > and '<' and '>' are angle brackets. '{' and '}' are braces. I'm sure > I'm not alone, and there are probably other naming conventions for > these symbols. It would make sense to spell out what the man page > means. A possibly unambigous set of terms?: '(' and ')': parenthesis '[' and ']': square brackets '<' and '>': angle brackets '{' and '}': curly braces When someone says "put brackets around that", I'm also unsure what they meant, because I've seen the word used for all four sets of characters. Same thing with "braces". There are probably some hideously officious ISO names for these. -- Christopher Masto Senior Network Monkey NetMonger Communications chris@netmonger.net info@netmonger.net http://www.netmonger.net Free yourself, free your machine, free the daemon -- http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 20: 2:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EDD537B942; Sun, 16 Jul 2000 20:02:16 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA15335; Sun, 16 Jul 2000 20:02:16 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <200007170302.UAA15335@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 16 Jul 2000 20:02:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2000/07/16 20:02:16 PDT Modified files: sbin/ipfw ipfw.c Log: Fix a paste-o in the tcpoptions check (not a security problem, just a error in the usage printf()) Reviewed by: rwatson Revision Changes Path 1.88 +2 -2 src/sbin/ipfw/ipfw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 20: 4: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from relay.butya.kz (butya-gw.butya.kz [212.154.129.94]) by hub.freebsd.org (Postfix) with ESMTP id 252AF37B7A7; Sun, 16 Jul 2000 20:03:59 -0700 (PDT) (envelope-from bp@butya.kz) Received: from bp (helo=localhost) by relay.butya.kz with local-esmtp (Exim 3.15 #1) id 13E1Ai-000HM3-00; Mon, 17 Jul 2000 10:02:20 +0700 Date: Mon, 17 Jul 2000 10:02:20 +0700 (ALMST) From: Boris Popov To: Christopher Masto Cc: Greg Lehey , Ben Smithurst , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/man/man9 style.9 In-Reply-To: <20000716225410.A15022@netmonger.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 16 Jul 2000, Christopher Masto wrote: > A possibly unambigous set of terms?: > > '(' and ')': parenthesis > '[' and ']': square brackets > '<' and '>': angle brackets > '{' and '}': curly braces Yes, this is most clean notation for my awful English :) -- Boris Popov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 20:20:24 2000 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id D002737B941; Sun, 16 Jul 2000 20:20:19 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id UAA87235; Sun, 16 Jul 2000 20:20:18 -0700 (PDT) (envelope-from obrien) Date: Sun, 16 Jul 2000 20:20:18 -0700 From: "David O'Brien" To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts dokern.sh Message-ID: <20000716202018.A87214@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20000716185552.C86912@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from kris@FreeBSD.org on Sun, Jul 16, 2000 at 07:04:51PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jul 16, 2000 at 07:04:51PM -0700, Kris Kennaway wrote: > > Do you know of any in 4.1-R that do? I've MFC'ed the lack of > > /dev/random. > > Gack, you didn't MFC the new Yarrow did you? No. I MFC'ed the removal of "options RANDOMDEV" for BOOTMFS (if it is in GENERIC). I do not know if any one was going to try to MFC the new random code and thus brought this up. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 21: 8: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from mta4.rcsntx.swbell.net (mta4.rcsntx.swbell.net [151.164.30.28]) by hub.freebsd.org (Postfix) with ESMTP id 3F53637BA29; Sun, 16 Jul 2000 21:07:58 -0700 (PDT) (envelope-from chris@holly.calldei.com) Received: from holly.calldei.com ([208.191.149.190]) by mta4.rcsntx.swbell.net (Sun Internet Mail Server sims.3.5.2000.01.05.12.18.p9) with ESMTP id <0FXT004FOQ5JB6@mta4.rcsntx.swbell.net>; Sun, 16 Jul 2000 23:08:08 -0500 (CDT) Received: (from chris@localhost) by holly.calldei.com (8.9.3/8.9.3) id XAA48836; Sun, 16 Jul 2000 23:06:34 -0500 (CDT envelope-from chris) Date: Sun, 16 Jul 2000 23:06:34 -0500 From: Chris Costello Subject: Re: cvs commit: src/share/man/man9 style.9 In-reply-to: <20000716225410.A15022@netmonger.net> To: Christopher Masto Cc: Greg Lehey , Ben Smithurst , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Reply-To: chris@calldei.com Message-id: <20000716230634.B48019@holly.calldei.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.4i References: <200007162046.NAA80035@freefall.freebsd.org> <20000717113109.D52835@wantadilla.lemis.com> <20000716225410.A15022@netmonger.net> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, July 16, 2000, Christopher Masto wrote: > A possibly unambigous set of terms?: > > '(' and ')': parenthesis ^^^^^^^^^^^ Plural is `parentheses'. -- |Chris Costello |How do I love thee? My accumulator overflows. `---------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 21:18: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (flutter.freebsd.dk [212.242.40.147]) by hub.freebsd.org (Postfix) with ESMTP id 31E9437BAE2; Sun, 16 Jul 2000 21:17:49 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id GAA01513; Mon, 17 Jul 2000 06:17:40 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Matt Dillon Cc: "Jordan K. Hubbard" , Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/usbd usbd.c In-reply-to: Your message of "Sun, 16 Jul 2000 15:48:53 PDT." <200007162248.PAA09181@earth.backplane.com> Date: Mon, 17 Jul 2000 06:17:40 +0200 Message-ID: <1511.963807460@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200007162248.PAA09181@earth.backplane.com>, Matt Dillon writes: > We *CANNOT* ship with 'J' as a default > for malloc. We don't, it's only enabled while -current is -current. But for now we flush out errors at a rate of more than one error a day with the 'J' flag. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 21:21:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CDD237B9F1; Sun, 16 Jul 2000 21:21:37 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA25765; Sun, 16 Jul 2000 21:21:36 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200007170421.VAA25765@freefall.freebsd.org> From: Jun Kuriyama Date: Sun, 16 Jul 2000 21:21:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/serialcomms chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/07/16 21:21:36 PDT Modified files: ja_JP.eucJP/books/handbook/serialcomms chapter.sgml Log: Merge changes in the English version (1.17 -> 1.19). Revision Changes Path 1.6 +46 -46 doc/ja_JP.eucJP/books/handbook/serialcomms/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 21:50:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 29AB337BA35; Sun, 16 Jul 2000 21:50:32 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA29139; Sun, 16 Jul 2000 21:50:32 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200007170450.VAA29139@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sun, 16 Jul 2000 21:50:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/07/16 21:50:31 PDT Modified files: release Makefile Log: Add descriptive start/stop time information to make release. Now you can just ``grep >>> release.log'' and get all the highlights. Revision Changes Path 1.556 +3 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 21:50:42 2000 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 50EE537BA0C; Sun, 16 Jul 2000 21:50:30 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id OAA29430; Mon, 17 Jul 2000 14:20:18 +0930 (CST) (envelope-from grog) Date: Mon, 17 Jul 2000 14:20:18 +0930 From: Greg Lehey To: Christopher Masto Cc: Ben Smithurst , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/man/man9 style.9 Message-ID: <20000717142018.D26231@wantadilla.lemis.com> References: <200007162046.NAA80035@freefall.freebsd.org> <20000717113109.D52835@wantadilla.lemis.com> <20000716225410.A15022@netmonger.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <20000716225410.A15022@netmonger.net> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 16 July 2000 at 22:54:10 -0400, Christopher Masto wrote: > On Mon, Jul 17, 2000 at 11:31:09AM +0930, Greg Lehey wrote: >> For me, brackets are '(' and ')'. '[' and ']' are square brackets, >> and '<' and '>' are angle brackets. '{' and '}' are braces. I'm sure >> I'm not alone, and there are probably other naming conventions for >> these symbols. It would make sense to spell out what the man page >> means. > > A possibly unambigous set of terms?: > > '(' and ')': parenthesis > '[' and ']': square brackets > '<' and '>': angle brackets > '{' and '}': curly braces > > When someone says "put brackets around that", I'm also unsure what > they meant, because I've seen the word used for all four sets of > characters. Same thing with "braces". There are probably some > hideously officious ISO names for these. I don't really care which we end up with, as long as we define them somewhere to avoid confusion. But it sounds good, modulo the typo that Chris picked up. I think I'd leave out "curly", too: we don't have any other type of brace. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 22: 2: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 54EF137BA5C; Sun, 16 Jul 2000 22:02:06 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA30260; Sun, 16 Jul 2000 22:02:06 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <200007170502.WAA30260@freefall.freebsd.org> From: Satoshi Taoka Date: Sun, 16 Jul 2000 22:02:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/yatex Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2000/07/16 22:02:05 PDT Modified files: print/yatex Makefile Log: Change dependency port from editors/xemacs-sumo-packages to editors/xemacs--packages (editors/xemacs-sumo-packages was deleted from the port tree). Revision Changes Path 1.22 +2 -2 ports/print/yatex/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 22:32:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E46AF37BB25; Sun, 16 Jul 2000 22:32:15 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA35215; Sun, 16 Jul 2000 22:32:16 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <200007170532.WAA35215@freefall.freebsd.org> From: Satoshi Taoka Date: Sun, 16 Jul 2000 22:32:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/editors Makefile ports/mail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2000/07/16 22:32:16 PDT Modified files: print Makefile editors Makefile mail Makefile Log: editors/flim-xemacs21-mule editors/flim-xemacs21-mule-current editors/semi-xemacs21-mule editors/semi-xemacs21-mule-current editors/wemi-xemacs21-mule editors/wemi-xemacs21-mule-current mail/wanderlust-xemacs21-mule print/yatex-xemacs-mule The above ports' dependencies were fixed. Revision Changes Path 1.111 +2 -1 ports/print/Makefile 1.121 +7 -1 ports/editors/Makefile 1.144 +2 -1 ports/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 22:56:11 2000 Delivered-To: cvs-all@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id 93B0A37BB55; Sun, 16 Jul 2000 22:56:05 -0700 (PDT) (envelope-from asmodai@lucifer.ninth-circle.org) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.9.3/8.9.3) id HAA62684; Mon, 17 Jul 2000 07:55:33 +0200 (CEST) (envelope-from asmodai) Date: Mon, 17 Jul 2000 07:55:33 +0200 From: Jeroen Ruigrok van der Werven To: Matt Dillon Cc: Warner Losh , "Jordan K. Hubbard" , Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/usbd usbd.c Message-ID: <20000717075533.A62633@lucifer.bart.nl> References: <200007162248.PAA09181@earth.backplane.com> <2076.963534850@localhost> <200007162312.RAA56337@harmony.village.org> <200007170016.RAA88740@earth.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007170016.RAA88740@earth.backplane.com>; from dillon@earth.backplane.com on Sun, Jul 16, 2000 at 05:16:35PM -0700 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000717 02:20], Matt Dillon (dillon@earth.backplane.com) wrote: > Oh, ok. That's different... though I'll still worry that someone > might forget to remove it for the release :-). Not really nor likely. There's a few persons who are keeping a very close eye on it. =) > I use AJ for debugging, but J is nasty. For example, it cuts > the transaction performance of my databsae core in half (due > to my use of malloc() to reserve space for temporary tables, in 1MB > chunks). Don't do that. Seriously. Don't do that. =) Use STABLE for your database. -- Jeroen Ruigrok van der Werven Network- and systemadministrator VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl Le roi est mort. Vive le roi! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 23:17:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5417737B6A8; Sun, 16 Jul 2000 23:17:35 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA41026; Sun, 16 Jul 2000 23:17:35 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <200007170617.XAA41026@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 16 Jul 2000 23:17:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim-xemacs21-mule Makefile ports/editors/flim-xemacs21-mule-current Makefile ports/editors/semi-xemacs21-mule Makefile ports/editors/semi-xemacs21-mule-current Makefile ports/editors/wemi-xemacs21-mule Makefile ports/editors/wemi-xemacs21-mule-current Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2000/07/16 23:17:35 PDT Modified files: editors/flim-xemacs21-mule Makefile editors/flim-xemacs21-mule-current Makefile editors/semi-xemacs21-mule Makefile editors/semi-xemacs21-mule-current Makefile editors/wemi-xemacs21-mule Makefile editors/wemi-xemacs21-mule-current Makefile print/yatex Makefile Log: Change dependency from texinfo.el to texinfmt.el. Texinfo.el is a major mode elisp for editing Texinfo files. Texinfmt.el is for formatting Texinfo files into Info files. Submitted by: OKAZAKI Tetsurou Revision Changes Path 1.19 +2 -2 ports/editors/flim-xemacs21-mule/Makefile 1.19 +2 -2 ports/editors/flim-xemacs21-mule-current/Makefile 1.19 +2 -2 ports/editors/semi-xemacs21-mule/Makefile 1.19 +2 -2 ports/editors/semi-xemacs21-mule-current/Makefile 1.15 +2 -2 ports/editors/wemi-xemacs21-mule/Makefile 1.16 +2 -2 ports/editors/wemi-xemacs21-mule-current/Makefile 1.23 +2 -2 ports/print/yatex/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 23:20:52 2000 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 918B437B774; Sun, 16 Jul 2000 23:20:39 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id JAA03566; Mon, 17 Jul 2000 09:19:03 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id JAA08025; Mon, 17 Jul 2000 09:20:31 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3972A5B0.B0889573@FreeBSD.org> Date: Mon, 17 Jul 2000 09:20:32 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Satoshi - Ports Wraith - Asami Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-toolkits/xforms Makefile ports/x11-toolkits/xforms/pkg PLIST References: <200007141159.EAA97550@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Satoshi - Ports Wraith - Asami wrote: > * From: Maxim Sobolev > > * Create libform.so --> libxform.so.1 link, because it seems that library has > * been built with --soname option and w/o this link dynamically-linked > * executables don't work. > > I'm missing something here. What does the symlink have to do with > dynamically-linked executables? .so links are supposed to be used for > compile-time linkage only. > > And -soname is supposed to be there, it's not like it's this > software's mistake to include it. Ok, it seems that I should slightly expand my explanation. The xforms libraries comes only in binary form but author was stupid enough to compile shared library with "-soname libforms.so", while the library is installed under libxform.so.1 name. Therefore after you linked it dynamically the resulting executable appears to be linked with nonexisting libform.so shared library. $ echo 'int main() {}' > x.c $ cc x.c -o x -L/usr/X11R6/lib -lxforms -lX11 -lm $ ldd x x: libforms.so => /usr/X11R6/lib/libforms.so (0x28064000) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x28135000) libm.so.2 => /usr/lib/libm.so.2 (0x28226000) libc.so.4 => /usr/lib/libc.so.4 (0x28241000) libc.so.3 => /usr/lib/compat/libc.so.3 (0x282d1000) -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 23:28: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from gateway.posi.net (c1096725-a.smateo1.sfba.home.com [24.20.139.104]) by hub.freebsd.org (Postfix) with ESMTP id BE9BF37B6A8; Sun, 16 Jul 2000 23:27:52 -0700 (PDT) (envelope-from kbyanc@posi.net) Received: from localhost (kbyanc@localhost) by gateway.posi.net (8.9.3/8.9.3) with ESMTP id XAA13226; Sun, 16 Jul 2000 23:29:24 -0700 (PDT) (envelope-from kbyanc@posi.net) Date: Sun, 16 Jul 2000 23:29:24 -0700 (PDT) From: Kelly Yancey To: Alexander Langer Cc: Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml In-Reply-To: <20000716181116.A32494@cichlids.cichlids.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 16 Jul 2000, Alexander Langer wrote: > Thus spake Will Andrews (andrews@technologist.com): > > > > Add Kelly Yancey for the gsnes9x port (and other work, btw). > > Are you forgetting that he was recently added as a committer? See > > CVSROOT/access re kbyanc@FreeBSD.org. > > *rotfl* > Ooops. > > Hmm. He should have assigned that PR to him, so that I wouldn't have > run into the pitfall :) > Looks like I missed one. :P Kelly -- Kelly Yancey - kbyanc@posi.net - Belmont, CA System Administrator, eGroups.com http://www.egroups.com/ Maintainer, BSD Driver Database http://www.posi.net/freebsd/drivers/ Coordinator, Team FreeBSD http://www.posi.net/freebsd/Team-FreeBSD/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 23:38:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EC87037B69C; Sun, 16 Jul 2000 23:38:31 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA42661; Sun, 16 Jul 2000 23:38:30 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <200007170638.XAA42661@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 16 Jul 2000 23:38:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/lynx-current Makefile ports/japanese/lynx-current/files md5 ports/japanese/lynx-current/patches patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2000/07/16 23:38:30 PDT Modified files: japanese/lynx-current Makefile japanese/lynx-current/files md5 Removed files: japanese/lynx-current/patches patch-ac Log: Update to 2.8.4.dev4. Revision Changes Path 1.20 +8 -7 ports/japanese/lynx-current/Makefile 1.10 +1 -1 ports/japanese/lynx-current/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 23:39:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E0CF37B6C0; Sun, 16 Jul 2000 23:39:50 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA42773; Sun, 16 Jul 2000 23:39:49 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Message-Id: <200007170639.XAA42773@freefall.freebsd.org> From: Kevin Lo Date: Sun, 16 Jul 2000 23:39:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/p5-GnuPG-Interface Makefile ports/security/p5-GnuPG-Interface/files md5 ports/security/p5-GnuPG-Interface/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/07/16 23:39:49 PDT Modified files: security/p5-GnuPG-Interface Makefile security/p5-GnuPG-Interface/files md5 security/p5-GnuPG-Interface/pkg DESCR Log: - Update to version 0.10 and MASTER_SITES - Update DESCR PR: 19970 Submitted by: maintainer Revision Changes Path 1.2 +6 -3 ports/security/p5-GnuPG-Interface/Makefile 1.2 +1 -1 ports/security/p5-GnuPG-Interface/files/md5 1.2 +2 -0 ports/security/p5-GnuPG-Interface/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jul 16 23:53:53 2000 Delivered-To: cvs-all@freebsd.org Received: from guru.mired.org (zoom0-087.telepath.com [216.14.0.87]) by hub.freebsd.org (Postfix) with SMTP id 4D00137B829 for ; Sun, 16 Jul 2000 23:53:47 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 52181 invoked by uid 100); 17 Jul 2000 06:53:08 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14706.44372.11991.4679@guru.mired.org> Date: Mon, 17 Jul 2000 01:53:08 -0500 (CDT) To: cvs-all@FreeBSD.ORG Subject: brackets/braces/parens/brokets In-Reply-To: References: X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Date: Mon, 17 Jul 2000 14:20:18 +0930 > From: Greg Lehey > Subject: Re: cvs commit: src/share/man/man9 style.9 > > On Sunday, 16 July 2000 at 22:54:10 -0400, Christopher Masto wrote: > > On Mon, Jul 17, 2000 at 11:31:09AM +0930, Greg Lehey wrote: > >> For me, brackets are '(' and ')'. '[' and ']' are square brackets, > >> and '<' and '>' are angle brackets. '{' and '}' are braces. I'm sure > >> I'm not alone, and there are probably other naming conventions for > >> these symbols. It would make sense to spell out what the man page > >> means. > > > > A possibly unambigous set of terms?: > > > > '(' and ')': parenthesis > > '[' and ']': square brackets > > '<' and '>': angle brackets > > '{' and '}': curly braces > > > > When someone says "put brackets around that", I'm also unsure what > > they meant, because I've seen the word used for all four sets of > > characters. Same thing with "braces". There are probably some > > hideously officious ISO names for these. > > I don't really care which we end up with, as long as we define them > somewhere to avoid confusion. But it sounds good, modulo the typo > that Chris picked up. I think I'd leave out "curly", too: we don't > have any other type of brace. The problem with leaving out the "curly" is that the *reader* may think that "braces" means something other than "curly braces". If you're willing to do that, there are unique nouns for each pair: '()': parens (or parentheses) '[]': brackets '{}': braces '<>': brokets But that just reintroduces all the ambiguity problems again. To be absolutely clear, chose one noun and use different adjectives: '()': "round brackets" '[]': "square brackets" '{}': "curly brackets" '<>': "angle brackets" They could also be "braces" instead of "brackets", but that usage seems uncommon for everything but curly braces. From: Maxim Sobolev Date: Sun, 16 Jul 2000 23:55:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql-navigator Makefile ports/databases/mysql-navigator/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/16 23:55:36 PDT Modified files: databases/mysql-navigator Makefile databases/mysql-navigator/files md5 Log: Update to 0.3.2. Revision Changes Path 1.2 +2 -7 ports/databases/mysql-navigator/Makefile 1.2 +1 -1 ports/databases/mysql-navigator/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 0: 8:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF8A337B7B4; Mon, 17 Jul 2000 00:08:20 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA46873; Mon, 17 Jul 2000 00:08:20 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007170708.AAA46873@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 17 Jul 2000 00:08:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gnomefind Makefile ports/sysutils/gnomefind/files md5 ports/sysutils/gnomefind/patches patch-aa patch-ab patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/17 00:08:20 PDT Modified files: sysutils/gnomefind Makefile sysutils/gnomefind/files md5 sysutils/gnomefind/patches patch-aa patch-ab Removed files: sysutils/gnomefind/patches patch-ag Log: Update to 1.0. Revision Changes Path 1.9 +2 -2 ports/sysutils/gnomefind/Makefile 1.4 +1 -1 ports/sysutils/gnomefind/files/md5 1.2 +9 -9 ports/sysutils/gnomefind/patches/patch-aa 1.2 +9 -9 ports/sysutils/gnomefind/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 0: 8:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 132D937B8B0; Mon, 17 Jul 2000 00:08:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id AAA46899; Mon, 17 Jul 2000 00:08:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Mon, 17 Jul 2000 00:08:44 -0700 (PDT) From: Kris Kennaway To: "David O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts dokern.sh In-Reply-To: <20000716202018.A87214@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 16 Jul 2000, David O'Brien wrote: > On Sun, Jul 16, 2000 at 07:04:51PM -0700, Kris Kennaway wrote: > > > Do you know of any in 4.1-R that do? I've MFC'ed the lack of > > > /dev/random. > > > > Gack, you didn't MFC the new Yarrow did you? > > No. I MFC'ed the removal of "options RANDOMDEV" for BOOTMFS (if it is in > GENERIC). I do not know if any one was going to try to MFC the new > random code and thus brought this up. options RANDOMDEV was something Mark only added recently for -current. Anyway, my objection still stands about the effect on those packages. Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 0:15:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50BF737B89D; Mon, 17 Jul 2000 00:15:53 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA47647; Mon, 17 Jul 2000 00:15:53 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007170715.AAA47647@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 17 Jul 2000 00:15:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/xfce Makefile ports/x11-wm/xfce/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/17 00:15:50 PDT Modified files: x11-wm/xfce Makefile x11-wm/xfce/files md5 Log: Update to 3.4.4. Revision Changes Path 1.33 +2 -2 ports/x11-wm/xfce/Makefile 1.18 +1 -1 ports/x11-wm/xfce/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 0:16:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AD10137B8A8; Mon, 17 Jul 2000 00:16:50 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA47803; Mon, 17 Jul 2000 00:16:50 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007170716.AAA47803@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 17 Jul 2000 00:16:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT src/sys/conf options src/sys/netinet6 ip6_forward.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/17 00:16:50 PDT Modified files: (Branch: RELENG_4) sys/i386/conf LINT sys/conf options sys/netinet6 ip6_forward.c Log: MFC: Remove IPSEC_IPV6FWD (avoid unexpected behaviour on IPv6 forwarding) Revision Changes Path 1.749.2.13 +0 -1 src/sys/i386/conf/Attic/LINT 1.191.2.9 +1 -2 src/sys/conf/options 1.4.2.2 +10 -10 src/sys/netinet6/ip6_forward.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 0:17: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 97BEF37BDEB; Mon, 17 Jul 2000 00:16:57 -0700 (PDT) (envelope-from hanai@FreeBSD.org) Received: (from hanai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA47836; Mon, 17 Jul 2000 00:16:57 -0700 (PDT) (envelope-from hanai@FreeBSD.org) Message-Id: <200007170716.AAA47836@freefall.freebsd.org> From: Hanai Hiroyuki Date: Mon, 17 Jul 2000 00:16:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/disks chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hanai 2000/07/17 00:16:57 PDT Modified files: en_US.ISO_8859-1/books/handbook/disks chapter.sgml Log: acd is from 4.0-RELEASE. Revision Changes Path 1.22 +2 -2 doc/en_US.ISO_8859-1/books/handbook/disks/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 0:44: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CB2B37B90C; Mon, 17 Jul 2000 00:44:01 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA50287; Mon, 17 Jul 2000 00:44:01 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007170744.AAA50287@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 17 Jul 2000 00:44:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 gif.4 inet6.4 ipsec.4 stf.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/17 00:44:00 PDT Modified files: (Branch: RELENG_4) share/man/man4 gif.4 inet6.4 ipsec.4 stf.4 Log: MFC: Updated manpages Revision Changes Path 1.3.2.2 +57 -26 src/share/man/man4/gif.4 1.4.2.2 +151 -51 src/share/man/man4/inet6.4 1.3.2.2 +100 -14 src/share/man/man4/ipsec.4 1.3.2.1 +70 -36 src/share/man/man4/stf.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 0:47:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D182637B944; Mon, 17 Jul 2000 00:47:15 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA50713; Mon, 17 Jul 2000 00:47:15 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007170747.AAA50713@freefall.freebsd.org> From: Kris Kennaway Date: Mon, 17 Jul 2000 00:47:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/IPv6 IMPLEMENTATION X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/17 00:47:15 PDT Modified files: (Branch: RELENG_4) share/doc/IPv6 IMPLEMENTATION Log: MFC: Merge updated KAME documentation. Revision Changes Path 1.1.2.1 +868 -281 src/share/doc/IPv6/IMPLEMENTATION To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 1: 5:38 2000 Delivered-To: cvs-all@freebsd.org Received: from ns1.sunesi.net (ns1.sunesi.net [196.15.192.194]) by hub.freebsd.org (Postfix) with ESMTP id 0086E37B782; Mon, 17 Jul 2000 01:05:29 -0700 (PDT) (envelope-from nbm@sunesi.net) Received: from nbm by ns1.sunesi.net with local (Exim 3.03 #1) id 13E5u1-000Oxz-00; Mon, 17 Jul 2000 10:05:25 +0200 Date: Mon, 17 Jul 2000 10:05:25 +0200 From: Neil Blakey-Milner To: Andrzej Bialecki Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/kld Makefile src/share/examples/kld/dyn_sysctl Makefile README dyn_sysctl.c src/share/man/man9 sysctl_add_oid.9 sysctl_ctx_init.9 Makefile src/sys/kern kern_sysctl.c src/sys/sys sysctl.h Message-ID: <20000717100525.A95844@mithrandr.moria.org> References: <200007151026.DAA20803@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007151026.DAA20803@freefall.freebsd.org>; from abial@FreeBSD.org on Sat, Jul 15, 2000 at 03:26:04AM -0700 Organization: Sunesi Clinical Systems X-Operating-System: FreeBSD 3.3-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat 2000-07-15 (03:26), Andrzej Bialecki wrote: > abial 2000/07/15 03:26:04 PDT > > Modified files: ... > Log: > These patches implement dynamic sysctls. It's possible now to add > and remove sysctl oids at will during runtime - they don't rely on > linker sets. Also, the node oids can be referenced by more than > one kernel user, which means that it's possible to create partially > overlapping trees. Yay! Now to abuse this as many ways possible! Thanks Andrzej! Neil -- Neil Blakey-Milner Sunesi Clinical Systems nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 1:19:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 78AE037B816; Mon, 17 Jul 2000 01:19:35 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA54867; Mon, 17 Jul 2000 01:19:35 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Message-Id: <200007170819.BAA54867@freefall.freebsd.org> From: Kelly Yancey Date: Mon, 17 Jul 2000 01:19:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/pine4 Makefile ports/mail/pine4/patches patch-ax patch-ay patch-az patch-al X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kbyanc 2000/07/17 01:19:35 PDT Modified files: mail/pine4 Makefile mail/pine4/patches patch-al Added files: mail/pine4/patches patch-ax patch-ay patch-az Log: Update the pine4 port to utilize the new cclient port. Pine has historically built against an internal copy of the c-client library, however c-client development has progressed beyond what is shipped with pine. (It would appear that all new development work is being done via UW's imap server codebase.) This change allows pine to utilize improvements/bugfixes in the c-client library. In addition, the cclient port builds c-client as a a shared library. Now, pine links against this shared library. As a result, pine binaries are approximately 550k smaller. On the other hand, the c-client library itself is a good 650k. The real benefit here is that c-client may be shared amongst multiple binaries (i.e. imap-uw, php, and perl scripts using the p5-Mail-CClient module), thereby potentially reducing the overall disk and memory usage. PR: 19731 Submitted by: kbyanc@posi.net Reviewed by: will Revision Changes Path 1.42 +3 -1 ports/mail/pine4/Makefile 1.8 +33 -11 ports/mail/pine4/patches/patch-al To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 1:21:31 2000 Delivered-To: cvs-all@freebsd.org Received: from mout2.silyn-tek.de (mout2.silyn-tek.de [194.25.165.70]) by hub.freebsd.org (Postfix) with ESMTP id 31D3837B78E; Mon, 17 Jul 2000 01:21:19 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.34] (helo=mx2.silyn-tek.de) by mout2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13E69N-0004XS-00; Mon, 17 Jul 2000 10:21:17 +0200 Received: from p3e9d38d9.dip0.t-ipconnect.de ([62.157.56.217] helo=neutron.cichlids.com) by mx2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13E69K-0003l3-00; Mon, 17 Jul 2000 10:21:15 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 74C84AB9A; Mon, 17 Jul 2000 09:05:37 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 7E4F314AA3; Mon, 17 Jul 2000 09:01:38 +0200 (CEST) Date: Mon, 17 Jul 2000 09:01:38 +0200 To: Steve Price Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/emulators Makefile Message-ID: <20000717090138.E1428@cichlids.cichlids.com> References: <200007170028.RAA99808@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007170028.RAA99808@freefall.freebsd.org>; from steve@FreeBSD.org on Sun, Jul 16, 2000 at 05:28:23PM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Steve Price (steve@FreeBSD.org): > emulators Makefile > Remove trailing '/' from the gsnes9x entry. Forget my last posting. I should read, _which_ file you touched. Thanks for fixing, Steve! Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 1:21:31 2000 Delivered-To: cvs-all@freebsd.org Received: from mout2.silyn-tek.de (mout2.silyn-tek.de [194.25.165.70]) by hub.freebsd.org (Postfix) with ESMTP id 145F237B89C; Mon, 17 Jul 2000 01:21:22 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.33] (helo=mx1.silyn-tek.de) by mout2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13E69N-0004XY-00; Mon, 17 Jul 2000 10:21:17 +0200 Received: from p3e9d38d9.dip0.t-ipconnect.de ([62.157.56.217] helo=neutron.cichlids.com) by mx1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13E69K-00066F-00; Mon, 17 Jul 2000 10:21:15 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 90195AB99; Mon, 17 Jul 2000 09:04:56 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 7E14814A9C; Mon, 17 Jul 2000 09:00:57 +0200 (CEST) Date: Mon, 17 Jul 2000 09:00:57 +0200 To: Steve Price Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/emulators Makefile Message-ID: <20000717090057.D1428@cichlids.cichlids.com> References: <200007170028.RAA99808@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007170028.RAA99808@freefall.freebsd.org>; from steve@FreeBSD.org on Sun, Jul 16, 2000 at 05:28:23PM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Steve Price (steve@FreeBSD.org): > Remove trailing '/' from the gsnes9x entry. I already did that, I thought. alex:/tmp/CVSROOT $ cvs -R diff -u -r 1.1408 -r 1.1409 | grep gsnes cvs diff: Diffing . -gsnes9x/ ports/emulators/gsnes9x/ +gsnes9x ports/emulators/gsnes9x Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 1:21:46 2000 Delivered-To: cvs-all@freebsd.org Received: from mout2.silyn-tek.de (mout2.silyn-tek.de [194.25.165.70]) by hub.freebsd.org (Postfix) with ESMTP id 1433037B88E; Mon, 17 Jul 2000 01:21:22 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.33] (helo=mx1.silyn-tek.de) by mout2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13E69N-0004XW-00; Mon, 17 Jul 2000 10:21:17 +0200 Received: from p3e9d38d9.dip0.t-ipconnect.de ([62.157.56.217] helo=neutron.cichlids.com) by mx1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13E69K-00066D-00; Mon, 17 Jul 2000 10:21:15 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 56EDAAB98; Mon, 17 Jul 2000 08:56:46 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 3CFA714A65; Mon, 17 Jul 2000 08:52:47 +0200 (CEST) Date: Mon, 17 Jul 2000 08:52:47 +0200 To: Nik Clayton Cc: Josef Karthauser , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/palm/isilo Makefile ports/palm/isilo/files md5 Message-ID: <20000717085247.C1428@cichlids.cichlids.com> References: <200007132155.OAA85837@freefall.freebsd.org> <20000715180322.A20763@kilt.nothing-going-on.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000715180322.A20763@kilt.nothing-going-on.org>; from nik@FreeBSD.org on Sat, Jul 15, 2000 at 06:03:22PM +0000 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Nik Clayton (nik@FreeBSD.org): > Ta. I need to buy myself one of those Nokia wireless modem cards Roger > was flashing around in Oxford. . . How fast are these things? I need some kind of wireless stuff, too, and UMTS isn't out yet :( Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 1:25:12 2000 Delivered-To: cvs-all@freebsd.org Received: from mimer.webgiro.com (mimer.webgiro.com [212.209.29.5]) by hub.freebsd.org (Postfix) with ESMTP id 49FE537B78E for ; Mon, 17 Jul 2000 01:25:10 -0700 (PDT) (envelope-from abial@webgiro.com) Received: by mimer.webgiro.com (Postfix, from userid 66) id 9A7502DC0F; Mon, 17 Jul 2000 10:30:31 +0200 (CEST) Received: by mx.webgiro.com (Postfix, from userid 1001) id CF8E37817; Mon, 17 Jul 2000 10:20:56 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mx.webgiro.com (Postfix) with ESMTP id CD67F10E17; Mon, 17 Jul 2000 10:20:56 +0200 (CEST) Date: Mon, 17 Jul 2000 10:20:56 +0200 (CEST) From: Andrzej Bialecki To: Neil Blakey-Milner Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/examples/kld Makefile src/share/examples/kld/dyn_sysctl Makefile README dyn_sysctl.c src/share/man/man9 sysctl_add_oid.9 sysctl_ctx_init.9 Makefile src/sys/kern kern_sysctl.c src/sys/sys sysctl.h In-Reply-To: <20000717100525.A95844@mithrandr.moria.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 17 Jul 2000, Neil Blakey-Milner wrote: > On Sat 2000-07-15 (03:26), Andrzej Bialecki wrote: > > abial 2000/07/15 03:26:04 PDT > > > > Modified files: > ... > > Log: > > These patches implement dynamic sysctls. It's possible now to add > Yay! Now to abuse this as many ways possible! Hehe.. Wait for my next patches - they allow you to easily retrieve the sysctl tree structure and oids themselves in userland, without too much hackery as it is now (you can see for yourself the twisted ways it's done now in sysctl(8) sources...) > Thanks Andrzej! You're welcome. Andrzej Bialecki // WebGiro AB, Sweden (http://www.webgiro.com) // ------------------------------------------------------------------- // ------ FreeBSD: The Power to Serve. http://www.freebsd.org -------- // --- Small & Embedded FreeBSD: http://www.freebsd.org/~picobsd/ ---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 1:27:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D831237B6F9; Mon, 17 Jul 2000 01:27:40 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA55589; Mon, 17 Jul 2000 01:27:40 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007170827.BAA55589@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 17 Jul 2000 01:27:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/ftpcopy Makefile ports/ftp/ftpcopy/files md5 ports/ftp/ftpcopy/patches patch-aa ports/ftp/ftpcopy/pkg DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/17 01:27:40 PDT Modified files: ftp/ftpcopy Makefile ftp/ftpcopy/files md5 ftp/ftpcopy/patches patch-aa ftp/ftpcopy/pkg DESCR PLIST Log: Update to 0.3.0. Revision Changes Path 1.2 +7 -3 ports/ftp/ftpcopy/Makefile 1.2 +1 -1 ports/ftp/ftpcopy/files/md5 1.2 +11 -11 ports/ftp/ftpcopy/patches/patch-aa 1.2 +2 -1 ports/ftp/ftpcopy/pkg/DESCR 1.2 +1 -0 ports/ftp/ftpcopy/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 1:32: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C9BCF37B78E; Mon, 17 Jul 2000 01:31:57 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA55864; Mon, 17 Jul 2000 01:31:57 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007170831.BAA55864@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 17 Jul 2000 01:31:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/ftpcopy/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/17 01:31:57 PDT Modified files: ftp/ftpcopy/pkg DESCR Log: Remove extra whiteline. Revision Changes Path 1.3 +0 -1 ports/ftp/ftpcopy/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 1:37:35 2000 Delivered-To: cvs-all@freebsd.org Received: from ns1.sunesi.net (ns1.sunesi.net [196.15.192.194]) by hub.freebsd.org (Postfix) with ESMTP id 3EDFD37B920; Mon, 17 Jul 2000 01:37:17 -0700 (PDT) (envelope-from nbm@sunesi.net) Received: from nbm by ns1.sunesi.net with local (Exim 3.03 #1) id 13E6Oo-000P2w-00; Mon, 17 Jul 2000 10:37:14 +0200 Date: Mon, 17 Jul 2000 10:37:14 +0200 From: Neil Blakey-Milner To: Hanai Hiroyuki Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/handbook/disks chapter.sgml Message-ID: <20000717103714.C95844@mithrandr.moria.org> References: <200007170716.AAA47836@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007170716.AAA47836@freefall.freebsd.org>; from hanai@FreeBSD.org on Mon, Jul 17, 2000 at 12:16:57AM -0700 Organization: Sunesi Clinical Systems X-Operating-System: FreeBSD 3.3-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon 2000-07-17 (00:16), Hanai Hiroyuki wrote: > hanai 2000/07/17 00:16:57 PDT > > Modified files: > en_US.ISO_8859-1/books/handbook/disks chapter.sgml > Log: > acd is from 4.0-RELEASE. (nbm@fleming) /home/nbm> uname -r 3.4-RELEASE (nbm@fleming) /home/nbm> grep acd /var/run/dmesg.boot acd0: drive speed 0 - 3437KB/sec, 128KB cache acd0: supported read types: CD-DA acd0: Audio: play, 255 volume levels acd0: Mechanism: ejectable tray acd0: Medium: no/blank disc inside, unlocked Neil -- Neil Blakey-Milner Sunesi Clinical Systems nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 1:47:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D4DF37B88E; Mon, 17 Jul 2000 01:47:14 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA57344; Mon, 17 Jul 2000 01:47:14 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Message-Id: <200007170847.BAA57344@freefall.freebsd.org> From: Kelly Yancey Date: Mon, 17 Jul 2000 01:47:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/imap-uw Makefile ports/mail/imap-uw/patches patch-af patch-ag patch-ab patch-ac patch-ad ports/mail/imap-uw/pkg PLIST MESSAGE X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kbyanc 2000/07/17 01:47:14 PDT Modified files: mail/imap-uw Makefile mail/imap-uw/patches patch-ab patch-ac patch-ad mail/imap-uw/pkg PLIST Added files: mail/imap-uw/patches patch-af patch-ag Removed files: mail/imap-uw/pkg MESSAGE Log: Update imap-uw to depend on the cclient port. The mail/imap-uw port used to build a shared library version of cclient of it's own (in fact, this is where much of the infrastructure for the cclient port came from). However, since more things depend on cclient then just UW's imap server, I broke them into separate ports. From now on, nothing should have to depend on imap-uw just to get c-client. PR: 19749 Submitted by: kbyanc@posi.net Revision Changes Path 1.42 +3 -32 ports/mail/imap-uw/Makefile 1.21 +8 -63 ports/mail/imap-uw/patches/patch-ab 1.8 +21 -26 ports/mail/imap-uw/patches/patch-ac 1.2 +30 -3 ports/mail/imap-uw/patches/patch-ad 1.12 +0 -6 ports/mail/imap-uw/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 1:51:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 530E937B588; Mon, 17 Jul 2000 01:51:39 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA57861; Mon, 17 Jul 2000 01:51:39 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200007170851.BAA57861@freefall.freebsd.org> From: Neil Blakey-Milner Date: Mon, 17 Jul 2000 01:51:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk doc.docbook.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/07/17 01:51:39 PDT Modified files: share/mk doc.docbook.mk Log: LANGCODE, not LANG_CODE. Of course, it passed testing, because doc//share/sgml/freebsd.dsl exists. Revision Changes Path 1.14 +3 -3 doc/share/mk/doc.docbook.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 1:57: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by hub.freebsd.org (Postfix) with ESMTP id 40FEC37B6F0; Mon, 17 Jul 2000 01:57:01 -0700 (PDT) (envelope-from hanai@imgsrc.co.jp) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [210.226.20.130]) by white.imgsrc.co.jp (8.9.3+3.2W/3.7Wpl2-GW) with ESMTP id RAA14909; Mon, 17 Jul 2000 17:56:51 +0900 (JST) Received: from darkmatter.imgsrc.co.jp (darkmatter.imgsrc.co.jp [210.226.20.149]) by black.imgsrc.co.jp (8.9.3/3.7Wpl2-SPOOL) with ESMTP id RAA59651; Mon, 17 Jul 2000 17:56:50 +0900 (JST) Received: from darkmatter.imgsrc.co.jp (localhost [127.0.0.1]) by darkmatter.imgsrc.co.jp (Postfix) with ESMTP id 9AE07AA7D; Mon, 17 Jul 2000 17:57:04 +0900 (JST) Date: Mon, 17 Jul 2000 17:57:04 +0900 Message-ID: <82og3xm8wv.wl@darkmatter.imgsrc.co.jp> From: Hiroyuki Hanai To: nbm@mithrandr.moria.org Cc: hanai@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/handbook/disks chapter.sgml In-Reply-To: In your message of "Mon, 17 Jul 2000 10:37:14 +0200" <20000717103714.C95844@mithrandr.moria.org> References: <200007170716.AAA47836@freefall.freebsd.org> <20000717103714.C95844@mithrandr.moria.org> User-Agent: Wanderlust/1.1.1 (Purple Rain) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/20.6 (i386--freebsd) MULE/4.0 (HANANOEN) Organization: IMG SRC, Inc. MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > acd is from 4.0-RELEASE. > > (nbm@fleming) /home/nbm> uname -r > 3.4-RELEASE > (nbm@fleming) /home/nbm> grep acd /var/run/dmesg.boot > acd0: drive speed 0 - 3437KB/sec, 128KB cache > acd0: supported read types: CD-DA > acd0: Audio: play, 255 volume levels > acd0: Mechanism: ejectable tray > acd0: Medium: no/blank disc inside, unlocked oops. i'm sorry, i've mistaken. however, the original text; acd in 3.1-RELEASE, wcd before 4.0-RELEASE. is a little bit confusing, i guess. how about change as follows? acd in 3.1-RELEASE, wcd before 4.0-RELEASE. on 3.x-RELEASE, except 3.0-RELEASE, you can use either acd or wcd but acd is recommended from 3.Y-RELEASE. and could anyone tell me which number is correct for `Y' in above? h.hanai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 2:12:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D3FC37B79C; Mon, 17 Jul 2000 02:12:48 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA60983; Mon, 17 Jul 2000 02:12:48 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Message-Id: <200007170912.CAA60983@freefall.freebsd.org> From: Kelly Yancey Date: Mon, 17 Jul 2000 02:12:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py-coro Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kbyanc 2000/07/17 02:12:47 PDT Modified files: devel/py-coro Makefile Log: Use ${INSTALL_MAN} where appropriate. Revision Changes Path 1.2 +2 -2 ports/devel/py-coro/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 2:14:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C43E37B6F0; Mon, 17 Jul 2000 02:14:41 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA61210; Mon, 17 Jul 2000 02:14:41 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200007170914.CAA61210@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 17 Jul 2000 02:14:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/introduction chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/07/17 02:14:41 PDT Modified files: ja_JP.eucJP/books/handbook/introduction chapter.sgml Log: Merge changes in the English version (1.24 -> 1.28). Revision Changes Path 1.12 +756 -682 doc/ja_JP.eucJP/books/handbook/introduction/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 2:19:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50E4537B6F0; Mon, 17 Jul 2000 02:19:20 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA61565; Mon, 17 Jul 2000 02:19:19 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Message-Id: <200007170919.CAA61565@freefall.freebsd.org> From: Kelly Yancey Date: Mon, 17 Jul 2000 02:19:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/fte Makefile ports/editors/fte/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kbyanc 2000/07/17 02:19:18 PDT Modified files: editors/fte Makefile editors/fte/pkg PLIST Log: Clean up the fte port: * Use ${FILESDIR} where appropriate. * Include dependency on Xlib. * Add ability to install documentation. * Install config files under ${PREFIX}/etc rather than ${PREFIX}/lib. * Install config file compiler. Revision Changes Path 1.3 +36 -9 ports/editors/fte/Makefile 1.2 +82 -67 ports/editors/fte/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 2:55:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8869637B78E; Mon, 17 Jul 2000 02:55:37 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA65061; Mon, 17 Jul 2000 02:55:37 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007170955.CAA65061@freefall.freebsd.org> From: Nick Hibma Date: Mon, 17 Jul 2000 02:55:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/17 02:55:37 PDT Modified files: sys/dev/usb usbdevs Log: Lots of new device Ids. From NetBSD. Revision Changes Path 1.28 +36 -6 src/sys/dev/usb/usbdevs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 2:56: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E9A437B862; Mon, 17 Jul 2000 02:56:02 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA65132; Mon, 17 Jul 2000 02:56:02 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007170956.CAA65132@freefall.freebsd.org> From: Nick Hibma Date: Mon, 17 Jul 2000 02:56:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/17 02:56:02 PDT Modified files: sys/dev/usb usbdevs.h usbdevs_data.h Log: Regen. Revision Changes Path 1.48 +35 -5 src/sys/dev/usb/usbdevs.h 1.48 +121 -7 src/sys/dev/usb/usbdevs_data.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 2:59:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F35A037B738; Mon, 17 Jul 2000 02:59:07 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA65645; Mon, 17 Jul 2000 02:59:07 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007170959.CAA65645@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 17 Jul 2000 02:59:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/libiconv Makefile ports/textproc/libiconv/files md5 ports/textproc/libiconv/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/17 02:59:07 PDT Modified files: textproc Makefile Added files: textproc/libiconv Makefile textproc/libiconv/files md5 textproc/libiconv/pkg COMMENT DESCR PLIST Log: Add libiconv - a charset conversion library (LGPL'ed iconv() implementation). Revision Changes Path 1.100 +2 -1 ports/textproc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 3: 0: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F03037B88E; Mon, 17 Jul 2000 02:59:58 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA65802; Mon, 17 Jul 2000 02:59:57 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007170959.CAA65802@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 17 Jul 2000 02:59:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/17 02:59:57 PDT Modified files: . modules Log: libiconv --> ports/textproc/libiconv Revision Changes Path 1.1412 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 3: 6:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E739837B5C2; Mon, 17 Jul 2000 03:06:55 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA67739; Mon, 17 Jul 2000 03:06:55 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200007171006.DAA67739@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 17 Jul 2000 03:06:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/natd natd.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/07/17 03:06:55 PDT Modified files: sbin/natd natd.8 Log: Suggest looking at rc.conf(5) on how to start natd(8) during boot. Submitted by: dcs Revision Changes Path 1.40 +4 -1 src/sbin/natd/natd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 3: 8: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CFB1E37B595; Mon, 17 Jul 2000 03:07:53 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA67926; Mon, 17 Jul 2000 03:07:53 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Message-Id: <200007171007.DAA67926@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Mon, 17 Jul 2000 03:07:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/epic4 Makefile ports/irc/epic4/files md5 ports/irc/epic4/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/07/17 03:07:53 PDT Modified files: irc/epic4 Makefile irc/epic4/files md5 irc/epic4/pkg PLIST Log: Update to 0.9.0. Submitted by: MAINTAINER Revision Changes Path 1.25 +5 -5 ports/irc/epic4/Makefile 1.14 +1 -1 ports/irc/epic4/files/md5 1.14 +1 -1 ports/irc/epic4/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 3:11: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 630AF37B587; Mon, 17 Jul 2000 03:11:03 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA68189; Mon, 17 Jul 2000 03:11:03 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200007171011.DAA68189@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 17 Jul 2000 03:11:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/natd natd.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/07/17 03:11:03 PDT Modified files: (Branch: RELENG_4) sbin/natd natd.8 Log: MFC: (rev 1.40) refer to rc.conf(5) on how to start natd(8) during boot. Revision Changes Path 1.27.2.5 +4 -1 src/sbin/natd/natd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 3:26:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D6B537B5C9; Mon, 17 Jul 2000 03:26:50 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA70027; Mon, 17 Jul 2000 03:26:50 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007171026.DAA70027@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 17 Jul 2000 03:26:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/fribidi Makefile ports/textproc/fribidi/files md5 ports/textproc/fribidi/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/17 03:26:49 PDT Modified files: textproc Makefile Added files: textproc/fribidi Makefile textproc/fribidi/files md5 textproc/fribidi/pkg COMMENT DESCR PLIST Log: Add fribidi - a Free Implementation of the Unicode BiDi algorithm. Revision Changes Path 1.101 +2 -1 ports/textproc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 3:27:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 25C8A37B5C9; Mon, 17 Jul 2000 03:27:54 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA70187; Mon, 17 Jul 2000 03:27:54 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007171027.DAA70187@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 17 Jul 2000 03:27:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/17 03:27:54 PDT Modified files: . modules Log: fribidi --> ports/textproc/fribidi Revision Changes Path 1.1413 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 3:40:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CA9E37B5C9; Mon, 17 Jul 2000 03:40:49 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA71081; Mon, 17 Jul 2000 03:40:49 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007171040.DAA71081@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 17 Jul 2000 03:40:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ed POSIX X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/17 03:40:48 PDT Modified files: bin/ed POSIX Log: Locale support was added by ache long ago. Revision Changes Path 1.8 +3 -5 src/bin/ed/POSIX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 3:42:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2861637B5C9; Mon, 17 Jul 2000 03:42:25 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA71222; Mon, 17 Jul 2000 03:42:25 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007171042.DAA71222@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 17 Jul 2000 03:42:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsweb/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/17 03:42:22 PDT Modified files: devel/cvsweb/files md5 Log: Correct md5 that is calculated from the original distfile. The previous value was of my locally packed tarball somehow.. Revision Changes Path 1.6 +1 -1 ports/devel/cvsweb/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 3:42:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A02037B546; Mon, 17 Jul 2000 03:42:49 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA71281; Mon, 17 Jul 2000 03:42:49 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007171042.DAA71281@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 17 Jul 2000 03:42:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ed POSIX X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/17 03:42:49 PDT Modified files: (Branch: RELENG_4) bin/ed POSIX Log: MFC rev 1.8: locale support done Revision Changes Path 1.7.2.1 +3 -5 src/bin/ed/POSIX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 3:59:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 42FB337B830; Mon, 17 Jul 2000 03:59:39 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA72693; Mon, 17 Jul 2000 03:59:39 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007171059.DAA72693@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 17 Jul 2000 03:59:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mtree mtree.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/17 03:59:38 PDT Modified files: usr.sbin/mtree mtree.8 Log: * Order options in the SYNOPSIS correctly. * Re-order the list of options in teh DESCRIPTION as per the SYNOPSIS. * Move the description of exit conditions from the DESCRIPTION section to a new DIAGNOSTICS section. * Typo fix: "effect" -> "affect" when used as a verb. * Clear the Nm macro as appropriate. * Typo fix: "consider" -> "considers" for a singular subject. * Use Nx instead of NetBSD. Revision Changes Path 1.25 +40 -36 src/usr.sbin/mtree/mtree.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 4: 0:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D49537B830; Mon, 17 Jul 2000 04:00:55 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA75137; Mon, 17 Jul 2000 04:00:55 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007171100.EAA75137@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 17 Jul 2000 04:00:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mtree mtree.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/17 04:00:55 PDT Modified files: usr.sbin/mtree mtree.c Log: Correct the usage() message as per rev 1.25 of mtree.8 . Revision Changes Path 1.14 +2 -2 src/usr.sbin/mtree/mtree.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 4:14:14 2000 Delivered-To: cvs-all@freebsd.org Received: from finch-post-10.mail.demon.net (finch-post-10.mail.demon.net [194.217.242.38]) by hub.freebsd.org (Postfix) with ESMTP id D91D837B940; Mon, 17 Jul 2000 04:14:06 -0700 (PDT) (envelope-from n_hibma@qubesoft.com) Received: from calcaphon.demon.co.uk ([193.237.19.5] helo=bluebottle.qubesoft.com) by finch-post-10.mail.demon.net with esmtp (Exim 2.12 #1) id 13E8qa-00040p-0A; Mon, 17 Jul 2000 11:14:05 +0000 Received: from henny.webweaving.org (henny.qubesoft.com [192.168.1.5]) by bluebottle.qubesoft.com (8.9.3/8.9.1) with ESMTP id MAA96553; Mon, 17 Jul 2000 12:14:02 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id MAA04084; Mon, 17 Jul 2000 12:05:19 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Date: Mon, 17 Jul 2000 12:05:19 +0100 (BST) From: Nick Hibma X-Sender: n_hibma@localhost Reply-To: Nick Hibma To: Bill Fumerola Cc: Matt Dillon , "Jordan K. Hubbard" , Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/usbd usbd.c In-Reply-To: <20000716185255.J51462@jade.chc-chimes.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > AJ ? Guys, 'J' as a default to malloc.conf is a disaster for performance. > > There are many programs which allocate large buffers and only use > > small portions of them. We *CANNOT* ship with 'J' as a default > > for malloc. > > > > 'A', ok. 'AH' is even better. 'AJ'? no way. > > The change was made to weed out bugs and will be ripped out before any release is > made. This would be similar to including INVARIANTS and company in GENERIC until > 5.0-RC. One problem is that the performance hit incurred by some change is less obvious and too easy to be blamed on the chagne to malloc. So it might be an idea to remove the J once in a while and have a look at performance again. After all, most of the problems are going to be found within the first few weeks of switching the flag on. Nick -- n_hibma@webweaving.org n_hibma@freebsd.org USB project http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 4:16:37 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 1306B37B8C8 for ; Mon, 17 Jul 2000 04:16:34 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13E8sS-0004MQ-00; Mon, 17 Jul 2000 13:16:00 +0200 From: Sheldon Hearn To: Mike Meyer Cc: cvs-all@FreeBSD.ORG Subject: Re: brackets/braces/parens/brokets In-reply-to: Your message of "Mon, 17 Jul 2000 01:53:08 EST." <14706.44372.11991.4679@guru.mired.org> Date: Mon, 17 Jul 2000 13:16:00 +0200 Message-ID: <16765.963832560@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 17 Jul 2000 01:53:08 EST, Mike Meyer wrote: > The problem with leaving out the "curly" is that the *reader* may > think that "braces" means something other than "curly braces". If > you're willing to do that, there are unique nouns for each pair: It looks like everyone who understands English is easy to chip in on this topic. Please go and read what we have in style(9) now before continuing -- the example usage() message clears up any ambiguity already. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 4:29:48 2000 Delivered-To: cvs-all@freebsd.org Received: from burka.carrier.kiev.ua (burka.carrier.kiev.ua [193.193.193.107]) by hub.freebsd.org (Postfix) with ESMTP id 1FC6137B65E; Mon, 17 Jul 2000 04:29:33 -0700 (PDT) (envelope-from netch@lucky.net) Received: from netch@localhost by burka.carrier.kiev.ua id OLI31568; Mon, 17 Jul 2000 14:29:26 +0300 (EEST) (envelope-from netch) Date: Mon, 17 Jul 2000 14:29:26 +0300 From: Valentin Nechayev To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/termcap termcap.src Message-ID: <20000717142925.D25217@lucky.net> Reply-To: netch@lucky.net References: <200006141508.IAA78754@freefall.freebsd.org> <20000716102031.A64059@lucky.net> <20000716010709.A35734@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000716010709.A35734@freebsd.org>; from ache@FreeBSD.ORG on Sun, Jul 16, 2000 at 01:07:09AM -0700 X-42: On Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Andrey A. Chernov! Sun, Jul 16, 2000 at 01:07:09, ache wrote about "Re: cvs commit: src/share/termcap termcap.src": > > This fix broke compatibility with older syscons versions (consider local > > console at 2.x or 3.x and shell from it to 4.x or 5.x). I.e., with screen > > Local obsolete console must keep local termcap somehow, f.e. in ~/.termcap. Old console is named, for example, cons25r, and new console is named also cons25r. Or one should change name for old console? For both consoles with the same name, the only way is to compose common entry ("op=\E[x\E[39;49m" if it works correct). And one should install this composed termcap at all new machines. It is better to do it centralizedly - in stock distribution, isn't it? ;| > It is less painful that terminal name change. Terminal name change is the only correct way if it is impossible to compose termcap entry for both old and new variants. /netch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 5:21: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 3D52237B52F; Mon, 17 Jul 2000 05:20:59 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13E9sp-000AQK-00; Mon, 17 Jul 2000 13:20:27 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13E9so-000PPe-00; Mon, 17 Jul 2000 13:20:26 +0100 Date: Mon, 17 Jul 2000 13:20:26 +0100 From: Ben Smithurst To: Greg Lehey Cc: Christopher Masto , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/man/man9 style.9 Message-ID: <20000717132026.K84045@strontium.scientia.demon.co.uk> References: <200007162046.NAA80035@freefall.freebsd.org> <20000717113109.D52835@wantadilla.lemis.com> <20000716225410.A15022@netmonger.net> <20000717142018.D26231@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="wDIVdgWPGyZzZswh" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000717142018.D26231@wantadilla.lemis.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --wDIVdgWPGyZzZswh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Greg Lehey wrote: > I don't really care which we end up with, as long as we define them > somewhere to avoid confusion. But it sounds good, modulo the typo > that Chris picked up. I think I'd leave out "curly", too: we don't > have any other type of brace. So the only thing you disagree about then is that "brackets" should be changed to "square brackets". I almost agree -- the PR actually suggested "square brackets", but Sheldon suggested just "brackets" instead. There is an example just below this text anyway, which I think makes it clear enough. But I don't mind changing "brackets" to "square brackets" if enough people think it should be changed and no-one else objects. --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project / --wDIVdgWPGyZzZswh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: 7UAaLwLKCkh0eT1X9sKhiMin4TNpiPuw iQCVAwUBOXL6CSsPVtiZOS99AQEVXgQAmKXfOziy0pRpGi+UyNqsgJw53hrzQyUx yqB1jEHrDNrvGSNEp1EzrF5eoAjBOgtYRlJbw0mJo1FBqBu0W+euDUkH7Z41ZgZ7 WznjADAZXizRZguAbGpJDt37toBUF9lFP4JubaVtRO/vmvLBpurYbgL6uG/myL9c tK/sW69Q7rc= =uDmy -----END PGP SIGNATURE----- --wDIVdgWPGyZzZswh-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 5:23:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE40037B90C; Mon, 17 Jul 2000 05:23:04 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA85311; Mon, 17 Jul 2000 05:23:05 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <200007171223.FAA85311@freefall.freebsd.org> From: Mark Murray Date: Mon, 17 Jul 2000 05:23:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys random.h src/sys/dev/randomdev randomdev.c yarrow.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/07/17 05:23:04 PDT Modified files: sys/sys random.h sys/dev/randomdev randomdev.c yarrow.c Log: Add randomness write functionality. This does absolutely nothing for entropy estimation, but causes an immediate reseed after the input (read in sizeof(u_int64_t) chunks) is "harvested". This will be used in the reboot "reseeder", coming in another commit. This can be used very effectively at any time you think your randomness is compromised; something like # (ps -gauxwww; netstat -an; dmesg; vmstat -c10 1) > /dev/random will give the attacker something to think about. Revision Changes Path 1.23 +2 -2 src/sys/sys/random.h 1.8 +2 -2 src/sys/dev/randomdev/randomdev.c 1.11 +20 -1 src/sys/dev/randomdev/yarrow.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 5:26:22 2000 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 542) id F23A337B90F; Mon, 17 Jul 2000 05:26:11 -0700 (PDT) Date: Mon, 17 Jul 2000 05:26:11 -0700 From: "Andrey A. Chernov" To: Valentin Nechayev Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/termcap termcap.src Message-ID: <20000717052611.A22269@freebsd.org> References: <200006141508.IAA78754@freefall.freebsd.org> <20000716102031.A64059@lucky.net> <20000716010709.A35734@freebsd.org> <20000717142925.D25217@lucky.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <20000717142925.D25217@lucky.net>; from netch@lucky.net on Mon, Jul 17, 2000 at 02:29:26PM +0300 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 17, 2000 at 02:29:26PM +0300, Valentin Nechayev wrote: > with the same name, the only way is to compose common entry > ("op=\E[x\E[39;49m" if it works correct). And one should install this composed It not works correct. The goal was to get rid of \E[x which damage is too bad. > Terminal name change is the only correct way if it is impossible to compose > termcap entry for both old and new variants. No, ~/.termcap or TERMCAP env variable are another ways more preferrable because console name hardcoded in many programs and scripts not changed. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 5:29: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0945337B90F; Mon, 17 Jul 2000 05:29:00 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA85855; Mon, 17 Jul 2000 05:28:59 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <200007171228.FAA85855@freefall.freebsd.org> From: Mark Murray Date: Mon, 17 Jul 2000 05:28:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc rc.shutdown src/etc/defaults rc.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/07/17 05:28:59 PDT Modified files: etc rc rc.shutdown etc/defaults rc.conf Log: Add entropy caching. With this, some entropy is cached at shutdown time, and this is used to reseed the random number generator at boot time. NOTE - this has no hope of working if you halt(); you need to execute rc.shutdown to get the entropy stash. Revision Changes Path 1.219 +15 -1 src/etc/rc 1.6 +16 -1 src/etc/rc.shutdown 1.69 +3 -1 src/etc/defaults/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 5:34: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 98B6737B52F; Mon, 17 Jul 2000 05:33:58 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA86338; Mon, 17 Jul 2000 05:33:58 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007171233.FAA86338@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 17 Jul 2000 05:33:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc pccard_ether X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/17 05:33:58 PDT Modified files: etc pccard_ether Log: If ipv6_enable is set to yes, do IPv6 setup for PCCARD ethernet card. This is still at staring point and end node case only. Revision Changes Path 1.17 +15 -1 src/etc/pccard_ether To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 5:36: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D78C337B90F; Mon, 17 Jul 2000 05:35:57 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA86557; Mon, 17 Jul 2000 05:35:57 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <200007171235.FAA86557@freefall.freebsd.org> From: Dirk Froemberg Date: Mon, 17 Jul 2000 05:35:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_php3/scripts configure.php ports/www/mod_php4/scripts configure.php X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2000/07/17 05:35:57 PDT Modified files: www/mod_php3/scripts configure.php www/mod_php4/scripts configure.php Log: Change dependency from mail/imap-uw to mail/cclient (the client part of imap-uw). PR: ports/19751 Submitted by: kbyanc Revision Changes Path 1.94 +2 -2 ports/www/mod_php3/scripts/configure.php 1.97 +2 -2 ports/www/mod_php4/scripts/configure.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 6:13: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A91E137B857; Mon, 17 Jul 2000 06:13:04 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA91822; Mon, 17 Jul 2000 06:13:04 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007171313.GAA91822@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 17 Jul 2000 06:13:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options src/sys/i386/conf NOTES src/share/man/man4 md.4 src/sys/dev/md md.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/17 06:13:04 PDT Modified files: sys/conf options sys/i386/conf NOTES share/man/man4 md.4 sys/dev/md md.c Log: Rename MDNSECT to MD_NSECT and declare it as something that isn't default in NOTES. Requested by: bde Approved by: phk Revision Changes Path 1.217 +2 -2 src/sys/conf/options 1.801 +3 -3 src/sys/i386/conf/NOTES 1.3 +3 -3 src/share/man/man4/md.4 1.13 +4 -4 src/sys/dev/md/md.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 6:39:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F3F237B978; Mon, 17 Jul 2000 06:39:49 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA94870; Mon, 17 Jul 2000 06:39:49 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007171339.GAA94870@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 17 Jul 2000 06:39:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc rc.shutdown X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/17 06:39:49 PDT Modified files: etc rc rc.shutdown Log: Improve on previous commit: Don't inhibit the trailing newline for entropy-related messages. Try harder to save the seed file on shutdown. Reviewed by: markm Revision Changes Path 1.220 +3 -3 src/etc/rc 1.7 +6 -7 src/etc/rc.shutdown To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 6:40:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA2D037BBCE; Mon, 17 Jul 2000 06:40:10 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA94995; Mon, 17 Jul 2000 06:40:10 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007171340.GAA94995@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 17 Jul 2000 06:40:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/bochs Makefile ports/emulators/bochs/files md5 ports/emulators/bochs/pkg MESSAGE PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/17 06:40:10 PDT Modified files: emulators/bochs Makefile emulators/bochs/files md5 emulators/bochs/pkg MESSAGE PLIST Log: Update to 2000.0325 PR: 18488 Submitted by: FUJISHIMA Satsuki Revision Changes Path 1.30 +10 -12 ports/emulators/bochs/Makefile 1.14 +1 -1 ports/emulators/bochs/files/md5 1.4 +0 -3 ports/emulators/bochs/pkg/MESSAGE 1.14 +0 -2 ports/emulators/bochs/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 6:48:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4741F37B52C; Mon, 17 Jul 2000 06:48:41 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA96307; Mon, 17 Jul 2000 06:48:40 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007171348.GAA96307@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 17 Jul 2000 06:48:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options src/sys/i386/conf LINT src/sys/dev/md md.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/17 06:48:40 PDT Modified files: (Branch: RELENG_4) sys/conf options sys/i386/conf LINT sys/dev/md md.c Log: MFC: Rename MDNSECT to MD_NSECT and add it to options and LINT. Revision Changes Path 1.191.2.10 +2 -1 src/sys/conf/options 1.749.2.14 +4 -1 src/sys/i386/conf/Attic/LINT 1.8.2.1 +4 -4 src/sys/dev/md/md.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 6:53:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 41D9137B98E; Mon, 17 Jul 2000 06:53:13 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA96904; Mon, 17 Jul 2000 06:53:12 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007171353.GAA96904@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 17 Jul 2000 06:53:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 md.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/17 06:53:12 PDT Added files: (Branch: RELENG_4) share/man/man4 md.4 Log: MFC: Import the new md(4) manual page now that MD_NSECT is an option. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 7: 5:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8607437B8D6; Mon, 17 Jul 2000 07:05:54 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA99894; Mon, 17 Jul 2000 07:05:54 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007171405.HAA99894@freefall.freebsd.org> From: CHOI Junho Date: Mon, 17 Jul 2000 07:05:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/transfig/patches patch-ba X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/17 07:05:54 PDT Added files: print/transfig/patches patch-ba Log: - a patch added: changes default Korean PS font. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 7:27:47 2000 Delivered-To: cvs-all@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id BB5B337B9B7; Mon, 17 Jul 2000 07:27:31 -0700 (PDT) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (203-165-77-17.sugnm1.kt.home.ne.jp [203.165.77.17]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id XAA21021; Mon, 17 Jul 2000 23:27:27 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id XAA44486; Mon, 17 Jul 2000 23:26:55 +0900 (JST) Date: Mon, 17 Jul 2000 23:26:53 +0900 Message-ID: <8666q4rfwy.wl@localhost.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: sobomax@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/textproc Makefile ports/textproc/libiconv Makefile ports/textproc/libiconv/files md5 ports/textproc/libiconv/pkg COMMENT DESCR PLIST In-Reply-To: In your message of "Mon, 17 Jul 2000 02:59:07 -0700 (PDT)" <200007170959.CAA65645@freefall.freebsd.org> References: <200007170959.CAA65645@freefall.freebsd.org> User-Agent: Wanderlust/1.1.2 (Raspberry Beret) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 10) (Capitol Reef) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Mon, 17 Jul 2000 02:59:07 -0700 (PDT), sobomax wrote: > sobomax 2000/07/17 02:59:07 PDT > > Modified files: > textproc Makefile > Added files: > textproc/libiconv Makefile > textproc/libiconv/files md5 > textproc/libiconv/pkg COMMENT DESCR PLIST > Log: > Add libiconv - a charset conversion library (LGPL'ed iconv() implementation). Woot, I think you should have imported this into `converters'. Also, you have to think about the conflict with textproc/iconv. Maybe, just maybe, you could solve it by renaming it (lib)giconv. -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 7:32:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 855B337B9AB; Mon, 17 Jul 2000 07:32:07 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA02589; Mon, 17 Jul 2000 07:32:07 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Message-Id: <200007171432.HAA02589@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Mon, 17 Jul 2000 07:32:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/docproj translations.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/07/17 07:32:07 PDT Modified files: en/docproj translations.sgml Log: Correct the italian documentation project mailto: URL. Submitted by: Gianluca Sordiglioni Revision Changes Path 1.34 +3 -3 www/en/docproj/translations.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 7:37:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 613CE37B942; Mon, 17 Jul 2000 07:37:42 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA03165; Mon, 17 Jul 2000 07:37:42 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Message-Id: <200007171437.HAA03165@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Mon, 17 Jul 2000 07:37:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en support.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/07/17 07:37:42 PDT Modified files: en support.sgml Log: Remove Italian mailinglist information This group is near-dead. I am waiting for Gianluca to provide me with the correct details of the gufi.org information. Revision Changes Path 1.200 +3 -3 www/en/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 8:20:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE85337BB2A; Mon, 17 Jul 2000 08:20:22 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA08549; Mon, 17 Jul 2000 08:20:22 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007171520.IAA08549@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 17 Jul 2000 08:20:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/17 08:20:22 PDT Modified files: . modules Log: Temporarily remove just added libiconv, because it belongs to converters and will be reimported there soon. Revision Changes Path 1.1414 +1 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 8:37:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA19F37BC93; Mon, 17 Jul 2000 08:37:35 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA10491; Mon, 17 Jul 2000 08:37:35 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007171537.IAA10491@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 17 Jul 2000 08:37:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/libiconv Makefile ports/textproc/libiconv/files md5 ports/textproc/libiconv/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/17 08:37:35 PDT Modified files: textproc Makefile Removed files: textproc/libiconv Makefile textproc/libiconv/files md5 textproc/libiconv/pkg COMMENT DESCR PLIST Log: Temporarly remove libiconv - it belongs to converters. Submitted by: knu Revision Changes Path 1.102 +1 -2 ports/textproc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 8:45:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B56DE37BAEC; Mon, 17 Jul 2000 08:44:57 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA11275; Mon, 17 Jul 2000 08:44:57 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <200007171544.IAA11275@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Mon, 17 Jul 2000 08:44:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2000/07/17 08:44:56 PDT Modified files: . access Log: Please welcome Sergey Babkin as our latest committer. Sergey has been generating patches and PRs for the system for as long as I can remember. Now that he's had the mis^h^h^hgood fortune to port a driver to CAM, I've taken it upon myself to bring him into the fold! Revision Changes Path 1.172 +2 -1 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 8:55: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 80F2037BB32; Mon, 17 Jul 2000 08:47:45 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA11806; Mon, 17 Jul 2000 08:47:45 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007171547.IAA11806@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 17 Jul 2000 08:47:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/17 08:47:45 PDT Modified files: . modules Log: libiconv --> ports/converters/libiconv Revision Changes Path 1.1415 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 8:55:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4376237BB54; Mon, 17 Jul 2000 08:47:13 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA11681; Mon, 17 Jul 2000 08:47:13 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007171547.IAA11681@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 17 Jul 2000 08:47:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters Makefile ports/converters/libiconv Makefile ports/converters/libiconv/files md5 ports/converters/libiconv/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/17 08:47:13 PDT Modified files: converters Makefile Added files: converters/libiconv Makefile converters/libiconv/files md5 converters/libiconv/pkg COMMENT DESCR PLIST Log: Add libiconv - a charset conversion library (LGPL'ed iconv() implementation). Revision Changes Path 1.34 +2 -1 ports/converters/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 8:55:44 2000 Delivered-To: cvs-all@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id DCE6D37BE0B; Mon, 17 Jul 2000 08:49:44 -0700 (PDT) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (203-165-77-17.sugnm1.kt.home.ne.jp [203.165.77.17]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id AAA15191; Tue, 18 Jul 2000 00:49:43 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id AAA45530; Tue, 18 Jul 2000 00:49:11 +0900 (JST) Date: Tue, 18 Jul 2000 00:49:10 +0900 Message-ID: <864s5orc3t.wl@localhost.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: sobomax@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/textproc Makefile ports/textproc/libiconv Makefile ports/textproc/libiconv/files md5 ports/textproc/libiconv/pkg COMMENT DESCR PLIST In-Reply-To: In your message of "Mon, 17 Jul 2000 23:26:53 +0900" <8666q4rfwy.wl@localhost.local.idaemons.org> References: <200007170959.CAA65645@freefall.freebsd.org> <8666q4rfwy.wl@localhost.local.idaemons.org> User-Agent: Wanderlust/1.1.2 (Raspberry Beret) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 10) (Capitol Reef) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Whooops. At Mon, 17 Jul 2000 23:26:53 +0900, I wrote: > Woot, I think you should have imported this into `converters'. > > Also, you have to think about the conflict with textproc/iconv. converters/iconv > Maybe, just maybe, you could solve it by renaming it (lib)giconv. Those are just two implementations of a common library, and converters/iconv installs libiconv.so.0 when your newly imported libiconv does libiconv.so.2. Thus it is certain that it will cause bad things to happen if we just leave them alone with the existing state of affairs. (It is not enough to just write a document to tell users not to install them simultaneously, as (common) libiconv is such a popular library which many other ports LIB_DEPENDS.) Now, we have to take one of these options: 1. Kill one of them. -> No way, IMO.. 2. Rename one of them. -> e.g. libiconv.so vs. libgiconv.so, iconv.h vs. giconv.h, etc. (I'd suggest this idea) 3. Install them into different directories. -> e.g. include vs. include/giconv, lib vs. lib/giconv, etc. 4. Any other options? Anyway, now converters/iconv is working very well with such ports as mail/mutt, net/gnomeicu and editor/dedit, it's worth giving non-GPL'ed converters/iconv a try prior to the LGPL'ed one. -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 9: 8:39 2000 Delivered-To: cvs-all@freebsd.org Received: from cypherpunks.ai (cypherpunks.ai [209.88.68.47]) by hub.freebsd.org (Postfix) with ESMTP id 167FD37B9BE; Mon, 17 Jul 2000 09:08:33 -0700 (PDT) (envelope-from jeroen@vangelderen.org) Received: from vangelderen.org (grolsch.ai [209.88.68.214]) by cypherpunks.ai (Postfix) with ESMTP id 7828549; Mon, 17 Jul 2000 12:08:31 -0400 (AST) Message-ID: <39732F7F.2E5BAEC0@vangelderen.org> Date: Mon, 17 Jul 2000 12:08:31 -0400 From: "Jeroen C. van Gelderen" X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Mark Murray Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys random.h src/sys/dev/randomdev randomdev.cyarrow.c References: <200007171223.FAA85311@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Murray wrote: > > markm 2000/07/17 05:23:04 PDT > > Modified files: > sys/sys random.h > sys/dev/randomdev randomdev.c yarrow.c > Log: > Add randomness write functionality. This does absolutely nothing for > entropy estimation, but causes an immediate reseed after the input > (read in sizeof(u_int64_t) chunks) is "harvested". Arbitrarily reseeding is bad in the case of Yarrow as it allows for iterative guessing attacks. This is precisely why this functionality is not described in the paper. Yarrow was designed to manage the reseeding itself just to prevent this kind of attack. You should definately run this kind of input trough the entropy estimation routines and have Yarrow decide to reseed. You are writing 4096 bytes anyway (on bootup) so this will (barring serious bugs) trigger a reseed. If not, you just caught a bug and the randomness device appears to not work. That's a good thing. I'd treat any bytes written to /dev/random as just another (untrustworthy) entropy source and subject them to a very conservative (dynamic) entropy estimation. > This will be used in the reboot "reseeder", coming in another > commit. This can be used very effectively at any time you think > your randomness is compromised; something like > > # (ps -gauxwww; netstat -an; dmesg; vmstat -c10 1) > /dev/random > > will give the attacker something to think about. If your entropy pool is compromised your attacker has root or there is a serious bug in Yarrow. In both cases you will want to take steps to prevent this from happening again... Cheers, Jeroen -- Jeroen C. van Gelderen o _ _ _ jeroen@vangelderen.org _o /\_ _ \\o (_)\__/o (_) _< \_ _>(_) (_)/<_ \_| \ _|/' \/ (_)>(_) (_) (_) (_) (_)' _\o_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 9:43:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D9BE37B9B7; Mon, 17 Jul 2000 09:43:54 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA19427; Mon, 17 Jul 2000 09:43:54 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007171643.JAA19427@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 17 Jul 2000 09:43:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/librep Makefile ports/lang/librep/files md5 ports/lang/librep/pkg PLIST ports/x11-toolkits/rep-gtk Makefile ports/x11-toolkits/rep-gtk/files md5 ports/x11-wm/sawfish Makefile ports/x11-wm/sawfish/files md5 ports/x11-wm/sawfish/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/17 09:43:54 PDT Modified files: lang/librep Makefile lang/librep/files md5 lang/librep/pkg PLIST x11-toolkits/rep-gtk Makefile x11-toolkits/rep-gtk/files md5 x11-wm/sawfish Makefile x11-wm/sawfish/files md5 x11-wm/sawfish/pkg PLIST Log: Update librep/rep-gtk/sawfish triplet to the latest versions: librep: 0.12.3 rep-gtk: 0.13a sawfish: 0.30.2 Revision Changes Path 1.16 +2 -2 ports/lang/librep/Makefile 1.9 +1 -1 ports/lang/librep/files/md5 1.13 +4 -0 ports/lang/librep/pkg/PLIST 1.17 +2 -2 ports/x11-toolkits/rep-gtk/Makefile 1.9 +1 -1 ports/x11-toolkits/rep-gtk/files/md5 1.23 +2 -2 ports/x11-wm/sawfish/Makefile 1.16 +1 -1 ports/x11-wm/sawfish/files/md5 1.18 +2 -0 ports/x11-wm/sawfish/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 10: 6: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4635E37BA9F; Mon, 17 Jul 2000 10:06:05 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA24020; Mon, 17 Jul 2000 10:06:05 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <200007171706.KAA24020@freefall.freebsd.org> From: Jonathan Lemon Date: Mon, 17 Jul 2000 10:06:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/liloldr Makefile lilobsect.s liloldr.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/07/17 10:06:05 PDT Added files: sys/boot/i386/liloldr Makefile lilobsect.s liloldr.s Log: This is `liloboot', which creates a file which can be treated like a Linux kernel image, and is designed to be dropped into a Linux system and booted via LILO. Once booted, the user is greeted by the FreeBSD loader. This still isn't quite complete, as the the root= specification from LILO isn't currently passed to the loader yet. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 10: 6:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B6AEB37B5CC; Mon, 17 Jul 2000 10:06:28 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA24078; Mon, 17 Jul 2000 10:06:28 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <200007171706.KAA24078@freefall.freebsd.org> From: Jonathan Lemon Date: Mon, 17 Jul 2000 10:06:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/07/17 10:06:28 PDT Modified files: sys/boot/i386 Makefile Log: Hook up liloldr Revision Changes Path 1.13 +2 -1 src/sys/boot/i386/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 10: 7:34 2000 Delivered-To: cvs-all@freebsd.org Received: from genius.systems.pavilion.net (genius.systems.pavilion.net [212.74.1.100]) by hub.freebsd.org (Postfix) with ESMTP id 602FC37BAEC; Mon, 17 Jul 2000 10:07:29 -0700 (PDT) (envelope-from joe@pavilion.net) Received: by genius.systems.pavilion.net (Postfix, from userid 100) id 201B49B05; Mon, 17 Jul 2000 18:10:24 +0100 (BST) Date: Mon, 17 Jul 2000 18:10:23 +0100 From: Josef Karthauser To: Alexander Langer Cc: Nik Clayton , Josef Karthauser , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/palm/isilo Makefile ports/palm/isilo/files md5 Message-ID: <20000717181017.A373@pavilion.net> References: <200007132155.OAA85837@freefall.freebsd.org> <20000715180322.A20763@kilt.nothing-going-on.org> <20000717085247.C1428@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <20000717085247.C1428@cichlids.cichlids.com>; from alex@big.endian.de on Mon, Jul 17, 2000 at 08:52:47AM +0200 X-NCC-RegID: uk.pavilion Organisation: Pavilion Internet plc, Lees House, 21-23 Dyke Road, Brighton, England Phone: +44-845-333-5000 Fax: +44-845-333-5001 Mobile: +44-403-596893 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 17, 2000 at 08:52:47AM +0200, Alexander Langer wrote: > Thus spake Nik Clayton (nik@FreeBSD.org): > > > Ta. I need to buy myself one of those Nokia wireless modem cards Roger > > was flashing around in Oxford. . . > > How fast are these things? > I need some kind of wireless stuff, too, and UMTS isn't out yet :( 2 x 14.4k. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 10:16:31 2000 Delivered-To: cvs-all@freebsd.org Received: from mout1.silyn-tek.de (mout1.silyn-tek.de [194.25.165.69]) by hub.freebsd.org (Postfix) with ESMTP id 45A2B37B558; Mon, 17 Jul 2000 10:16:19 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.33] (helo=mx1.silyn-tek.de) by mout1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13EEV8-0001Or-00; Mon, 17 Jul 2000 19:16:18 +0200 Received: from p3e9c116d.dip0.t-ipconnect.de ([62.156.17.109] helo=neutron.cichlids.com) by mx1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13EEV4-0005Xq-00; Mon, 17 Jul 2000 19:16:15 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id CA8EEAB91; Mon, 17 Jul 2000 19:17:41 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id EB06314A62; Mon, 17 Jul 2000 19:16:12 +0200 (CEST) Date: Mon, 17 Jul 2000 19:16:12 +0200 From: Alexander Langer To: Josef Karthauser Cc: Nik Clayton , Josef Karthauser , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/palm/isilo Makefile ports/palm/isilo/files md5 Message-ID: <20000717191612.A27384@cichlids.cichlids.com> References: <200007132155.OAA85837@freefall.freebsd.org> <20000715180322.A20763@kilt.nothing-going-on.org> <20000717085247.C1428@cichlids.cichlids.com> <20000717181017.A373@pavilion.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000717181017.A373@pavilion.net>; from joe@pavilion.net on Mon, Jul 17, 2000 at 06:10:23PM +0100 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Josef Karthauser (joe@pavilion.net): > 2 x 14.4k. Hmm. That would be fast enough, but I think that is way too expensive. Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 10:18:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 580DD37B999; Mon, 17 Jul 2000 10:18:14 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA25583; Mon, 17 Jul 2000 10:18:14 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200007171718.KAA25583@freefall.freebsd.org> From: John Polstra Date: Mon, 17 Jul 2000 10:18:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf/alpha lockdflt.c src/libexec/rtld-elf/i386 lockdflt.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/07/17 10:18:14 PDT Modified files: libexec/rtld-elf/alpha lockdflt.c libexec/rtld-elf/i386 lockdflt.c Log: Fix a bug which could cause programs with user threads packages to lock against themselves, causing infinite spinning. Brian Feldman found this problem when testing with Mozilla and supplied the fix, which I have revised slightly. Here is the failure scenario. A thread calls dlopen() and acquires the writer lock. While the thread still holds the lock, a signal is delivered and caught. The signal handler tries to call a function which hasn't been bound yet. It thus enters the dynamic linker and tries to acquire the reader lock. Since the writer lock is already held, it will spin forever in the signal handler. The thread holding the lock won't be able to progress and release the lock. The solution is to block almost all signals while holding the exclusive lock. A similar problem could conceivably occur in the opposite order. Namely, a thread is holding the reader lock and then a signal handler calls dlopen() or dlclose() and spins waiting for the writer lock. We deal with this administratively by proclaiming that signal handlers aren't allowed to call dlopen() or dlclose(). Actually we don't have to proclaim a thing, since signal handlers aren't allowed to call any system functions except those which are explicitly permitted. Submitted by: Brian Fundakowski Feldman Revision Changes Path 1.6 +25 -2 src/libexec/rtld-elf/alpha/lockdflt.c 1.6 +33 -3 src/libexec/rtld-elf/i386/lockdflt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 10:32: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FED737BAAD; Mon, 17 Jul 2000 10:32:00 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA27383; Mon, 17 Jul 2000 10:32:00 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007171732.KAA27383@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 17 Jul 2000 10:32:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make make.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/17 10:32:00 PDT Modified files: usr.bin/make make.1 Log: Use pwd instead of cwd in backticks. cwd in backticks doesn't do anything useful in a Bourne shell. PR: 19980 Submitted by: Alex Kapranoff Revision Changes Path 1.31 +3 -3 src/usr.bin/make/make.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 10:33:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E9CD37BB07; Mon, 17 Jul 2000 10:33:52 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA27694; Mon, 17 Jul 2000 10:33:51 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007171733.KAA27694@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 17 Jul 2000 10:33:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make make.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/17 10:33:51 PDT Modified files: (Branch: RELENG_4) usr.bin/make make.1 Log: MFC rev 1.31: pwd instead of cwd Revision Changes Path 1.29.2.2 +3 -3 src/usr.bin/make/make.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 10:34: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by hub.freebsd.org (Postfix) with ESMTP id E2A7E37B5A7; Mon, 17 Jul 2000 10:33:56 -0700 (PDT) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel3.hp.com (Postfix) with ESMTP id 03DF215E; Mon, 17 Jul 2000 10:33:56 -0700 (PDT) Received: from cup.hp.com (gauss.cup.hp.com [15.28.97.152]) by adlmail.cup.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with ESMTP id KAA02794; Mon, 17 Jul 2000 10:33:55 -0700 (PDT) Message-ID: <39734383.12FCC14F@cup.hp.com> Date: Mon, 17 Jul 2000 10:33:55 -0700 From: Marcel Moolenaar Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Ben Smithurst Cc: Greg Lehey , Christopher Masto , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 References: <200007162046.NAA80035@freefall.freebsd.org> <20000717113109.D52835@wantadilla.lemis.com> <20000716225410.A15022@netmonger.net> <20000717142018.D26231@wantadilla.lemis.com> <20000717132026.K84045@strontium.scientia.demon.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ben Smithurst wrote: > > I don't really care which we end up with, as long as we define them > > somewhere to avoid confusion. But it sounds good, modulo the typo > > that Chris picked up. I think I'd leave out "curly", too: we don't > > have any other type of brace. > > So the only thing you disagree about then is that "brackets" should > be changed to "square brackets". I almost agree -- the PR actually > suggested "square brackets", but Sheldon suggested just "brackets" > instead. > > There is an example just below this text anyway, which I think makes it > clear enough. But I don't mind changing "brackets" to "square brackets" > if enough people think it should be changed and no-one else objects. Given the ambiguity, I think "square brackets" is preferrable. I feel the same about "curly braces" instead of just "braces". JFYI, -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 10:38:32 2000 Delivered-To: cvs-all@freebsd.org Received: from mout1.silyn-tek.de (mout1.silyn-tek.de [194.25.165.69]) by hub.freebsd.org (Postfix) with ESMTP id EF08E37BA7E; Mon, 17 Jul 2000 10:38:23 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.34] (helo=mx2.silyn-tek.de) by mout1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13EEqU-0001bA-00; Mon, 17 Jul 2000 19:38:22 +0200 Received: from p3e9c116d.dip0.t-ipconnect.de ([62.156.17.109] helo=neutron.cichlids.com) by mx2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13EEqQ-0004wR-00; Mon, 17 Jul 2000 19:38:18 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 8A4CBAB91; Mon, 17 Jul 2000 19:39:49 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 2CB1514A62; Mon, 17 Jul 2000 19:38:21 +0200 (CEST) Date: Mon, 17 Jul 2000 19:38:20 +0200 To: "Justin T. Gibbs" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: CVSROOT access Message-ID: <20000717193820.A29079@cichlids.cichlids.com> References: <200007171544.IAA11275@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007171544.IAA11275@freefall.freebsd.org>; from gibbs@FreeBSD.ORG on Mon, Jul 17, 2000 at 08:44:56AM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Justin T. Gibbs (gibbs@FreeBSD.ORG): > Sergey has been generating patches and PRs for the system for as > long as I can remember. Now that he's had the mis^h^h^hgood fortune > to port a driver to CAM, I've taken it upon myself to bring him > into the fold! Hopefully, that won't stop him from doing doc-work :-) He's written many great stuff in the past :) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 10:42:12 2000 Delivered-To: cvs-all@freebsd.org Received: from grimreaper.grondar.za (grimreaper.grondar.za [196.7.18.138]) by hub.freebsd.org (Postfix) with ESMTP id 0107E37B7F5; Mon, 17 Jul 2000 10:42:00 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grimreaper.grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.9.3/8.9.3) with ESMTP id TAA00707; Mon, 17 Jul 2000 19:43:06 +0200 (SAST) (envelope-from mark@grimreaper.grondar.za) Message-Id: <200007171743.TAA00707@grimreaper.grondar.za> To: "Jeroen C. van Gelderen" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys random.h src/sys/dev/randomdev randomdev.cyarrow.c References: <39732F7F.2E5BAEC0@vangelderen.org> In-Reply-To: <39732F7F.2E5BAEC0@vangelderen.org> ; from "Jeroen C. van Gelderen" "Mon, 17 Jul 2000 12:08:31 -0400." Date: Mon, 17 Jul 2000 19:43:06 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Arbitrarily reseeding is bad in the case of Yarrow as it > allows for iterative guessing attacks. This is precisely why > this functionality is not described in the paper. Yarrow was > designed to manage the reseeding itself just to prevent this > kind of attack. Eh? Paragraph 5.4 of the paper begins: "The reseed control module determines when a reseed is to be performed. An explicit reseed occurs when some application explicitly asks for a reseed operation. This is intended to be used only rarely, and only by applications that generate very high-valued random secrets. Access to to the explicit reseed function should be restricted in many cases." The /dev/random device is mode 644; that should cover it. > You should definately run this kind of input trough the entropy > estimation routines and have Yarrow decide to reseed. You are > writing 4096 bytes anyway (on bootup) so this will (barring > serious bugs) trigger a reseed. If not, you just caught a bug > and the randomness device appears to not work. That's a good > thing. I disagree; this is the "explicit reseed" function, and as such, I reckon its design is OK. > If your entropy pool is compromised your attacker has root or > there is a serious bug in Yarrow. In both cases you will want > to take steps to prevent this from happening again... True. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 10:45:12 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id D499537BAAD; Mon, 17 Jul 2000 10:45:00 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13EEt2-0006l8-00; Mon, 17 Jul 2000 19:41:00 +0200 From: Sheldon Hearn To: Marcel Moolenaar Cc: Ben Smithurst , Greg Lehey , Christopher Masto , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 In-reply-to: Your message of "Mon, 17 Jul 2000 10:33:55 MST." <39734383.12FCC14F@cup.hp.com> Date: Mon, 17 Jul 2000 19:40:59 +0200 Message-ID: <25985.963855659@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 17 Jul 2000 10:33:55 MST, Marcel Moolenaar wrote: > Given the ambiguity, I think "square brackets" is preferrable. I feel > the same about "curly braces" instead of just "braces". Let me guess: you haven't looked at the part of the page that we're discussing, have you? There's an example right below all this text, and it only uses square, 3-line, 1-third-of-a-square brackets. :-) Now leave it pink. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 11:25:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 47B8C37BB0E; Mon, 17 Jul 2000 11:25:39 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA35765; Mon, 17 Jul 2000 11:25:39 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200007171825.LAA35765@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 17 Jul 2000 11:25:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/tcpmssd Makefile ports/net/tcpmssd/files md5 ports/net/tcpmssd/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/07/17 11:25:39 PDT Added files: net/tcpmssd Makefile net/tcpmssd/files md5 net/tcpmssd/pkg COMMENT DESCR PLIST Log: A divert(4) daemon to correct requested receive segment size for TCP traffic. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 11:26:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 863A037BB55; Mon, 17 Jul 2000 11:26:25 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA35878; Mon, 17 Jul 2000 11:26:25 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200007171826.LAA35878@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 17 Jul 2000 11:26:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/07/17 11:26:25 PDT Modified files: net Makefile Log: Activate tcpmssd. Revision Changes Path 1.382 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 11:29:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 561F237BA87; Mon, 17 Jul 2000 11:29:21 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA36373; Mon, 17 Jul 2000 11:29:21 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200007171829.LAA36373@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 17 Jul 2000 11:29:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/07/17 11:29:21 PDT Modified files: . modules Log: tcpmssd --> ports/net/tcpmssd Revision Changes Path 1.1416 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 11:41:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 486C537B5EB; Mon, 17 Jul 2000 11:41:25 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA37886; Mon, 17 Jul 2000 11:41:25 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007171841.LAA37886@freefall.freebsd.org> From: Nick Hibma Date: Mon, 17 Jul 2000 11:41:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb hid.c hid.h ohci.c ohcivar.h udbp.c ugen.c uhci.c uhcivar.h uhid.c uhub.c ulpt.c umass.c ums.c urio.c usb_mem.h usb_quirks.h usb_subr.c usbdi.c usbdi.h usbdi_util.c usbdi_util.h usbdivar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/17 11:41:25 PDT Modified files: sys/dev/usb hid.c hid.h ohci.c ohcivar.h udbp.c ugen.c uhci.c uhcivar.h uhid.c uhub.c ulpt.c umass.c ums.c urio.c usb_mem.h usb_quirks.h usb_subr.c usbdi.c usbdi.h usbdi_util.c usbdi_util.h usbdivar.h Log: Remove __P prototypes to reduce diffs between the NetBSD and FreeBSD versions. Revision Changes Path 1.16 +2 -2 src/sys/dev/usb/hid.c 1.10 +9 -9 src/sys/dev/usb/hid.h 1.44 +96 -96 src/sys/dev/usb/ohci.c 1.22 +5 -5 src/sys/dev/usb/ohcivar.h 1.5 +7 -7 src/sys/dev/usb/udbp.c 1.42 +12 -12 src/sys/dev/usb/ugen.c 1.48 +97 -97 src/sys/dev/usb/uhci.c 1.23 +7 -7 src/sys/dev/usb/uhcivar.h 1.31 +7 -7 src/sys/dev/usb/uhid.c 1.26 +3 -3 src/sys/dev/usb/uhub.c 1.31 +7 -7 src/sys/dev/usb/ulpt.c 1.27 +58 -58 src/sys/dev/usb/umass.c 1.39 +8 -8 src/sys/dev/usb/ums.c 1.5 +6 -6 src/sys/dev/usb/urio.c 1.15 +3 -3 src/sys/dev/usb/usb_mem.h 1.14 +2 -2 src/sys/dev/usb/usb_quirks.h 1.26 +10 -10 src/sys/dev/usb/usb_subr.c 1.40 +11 -11 src/sys/dev/usb/usbdi.c 1.23 +64 -64 src/sys/dev/usb/usbdi.h 1.18 +3 -3 src/sys/dev/usb/usbdi_util.c 1.11 +38 -38 src/sys/dev/usb/usbdi_util.h 1.18 +39 -39 src/sys/dev/usb/usbdivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 12: 0:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 266C937BCA2; Mon, 17 Jul 2000 12:00:32 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA41086; Mon, 17 Jul 2000 12:00:32 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007171900.MAA41086@freefall.freebsd.org> From: Alexander Langer Date: Mon, 17 Jul 2000 12:00:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strsep.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/17 12:00:31 PDT Modified files: lib/libc/string strsep.3 Log: Add SEE ALSO section, as with the other string functions. Submitted by: dcs Revision Changes Path 1.8 +12 -1 src/lib/libc/string/strsep.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 12: 2: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 843B037BEF7; Mon, 17 Jul 2000 12:01:59 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA41254; Mon, 17 Jul 2000 12:01:59 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007171901.MAA41254@freefall.freebsd.org> From: Ben Smithurst Date: Mon, 17 Jul 2000 12:01:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/fdp-primer/sgml-markup chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/17 12:01:59 PDT Modified files: en_US.ISO_8859-1/books/fdp-primer/sgml-markup chapter.sgml Log: Fix some example SGML source so it matches the text which shows what the output of that source looks like. Revision Changes Path 1.15 +2 -2 doc/en_US.ISO_8859-1/books/fdp-primer/sgml-markup/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 12: 4: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A254137BB0E; Mon, 17 Jul 2000 12:03:58 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA41454; Mon, 17 Jul 2000 12:03:58 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <200007171903.MAA41454@freefall.freebsd.org> From: Jonathan Lemon Date: Mon, 17 Jul 2000 12:03:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/liloldr Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/07/17 12:03:58 PDT Modified files: sys/boot/i386/liloldr Makefile Log: Unbreak the build -- no manual page for this yet. Revision Changes Path 1.2 +2 -2 src/sys/boot/i386/liloldr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 12: 5: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 892BB37BCD2; Mon, 17 Jul 2000 12:05:04 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA41621; Mon, 17 Jul 2000 12:04:59 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200007171904.MAA41621@freefall.freebsd.org> From: Bill Paul Date: Mon, 17 Jul 2000 12:04:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 kue.4 cue.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/07/17 12:04:59 PDT Modified files: share/man/man4 kue.4 cue.4 Log: kue(4) and cue(4) do not need miibus. Revision Changes Path 1.10 +1 -2 src/share/man/man4/kue.4 1.10 +1 -2 src/share/man/man4/cue.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 12: 6:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE92937C071; Mon, 17 Jul 2000 12:05:24 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA42255; Mon, 17 Jul 2000 12:05:24 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007171905.MAA42255@freefall.freebsd.org> From: Alexander Langer Date: Mon, 17 Jul 2000 12:05:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strsep.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/17 12:05:24 PDT Modified files: (Branch: RELENG_4) lib/libc/string strsep.3 Log: MFC: Add SEE ALSO Revision Changes Path 1.6.2.2 +12 -1 src/lib/libc/string/strsep.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 12: 6:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 25DD837C079; Mon, 17 Jul 2000 12:05:58 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA43059; Mon, 17 Jul 2000 12:05:57 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007171905.MAA43059@freefall.freebsd.org> From: Ben Smithurst Date: Mon, 17 Jul 2000 12:05:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 style.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/17 12:05:57 PDT Modified files: share/man/man9 style.9 Log: Remove some whitespace so the line with "brackets" changed to "angle brackets" no longer touches the right edge of an 80 column display. Revision Changes Path 1.35 +2 -2 src/share/man/man9/style.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 12: 6:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 20B2D37C07B; Mon, 17 Jul 2000 12:06:00 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA43092; Mon, 17 Jul 2000 12:06:00 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200007171906.MAA43092@freefall.freebsd.org> From: Bill Paul Date: Mon, 17 Jul 2000 12:06:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 kue.4 cue.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/07/17 12:05:59 PDT Modified files: (Branch: RELENG_4) share/man/man4 kue.4 cue.4 Log: MFC: kue(4) and cue(4) don't need miibus. Revision Changes Path 1.7.2.3 +1 -2 src/share/man/man4/kue.4 1.7.2.3 +1 -2 src/share/man/man4/cue.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 12:17: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E49F237B560; Mon, 17 Jul 2000 12:16:57 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA44469; Mon, 17 Jul 2000 12:16:57 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007171916.MAA44469@freefall.freebsd.org> From: CHOI Junho Date: Mon, 17 Jul 2000 12:16:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/hanmiscutils/pkg COMMENT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/17 12:16:57 PDT Modified files: korean/hanmiscutils/pkg COMMENT Log: Fix pkg/COMMENT(for more portlint-compliant) PR: ports/19987 Submitted by: KATO Tsuguru Revision Changes Path 1.2 +1 -1 ports/korean/hanmiscutils/pkg/COMMENT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 12:27:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3238637BBD0; Mon, 17 Jul 2000 12:27:43 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA45675; Mon, 17 Jul 2000 12:27:42 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200007171927.MAA45675@freefall.freebsd.org> From: Bill Paul Date: Mon, 17 Jul 2000 12:27:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 dc.4 src/sys/pci if_dc.c if_dcreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/07/17 12:27:42 PDT Modified files: share/man/man4 dc.4 sys/pci if_dc.c if_dcreg.h Log: Add the PCI IDs for the Macronix 98727 and 98732 parts. These are 3.3volt PCI/cardbus chipsets similar to the 98715 (and they have 512-bit hash tables). Also update the man page to mention the 98727/98732 and the SOHOware SFA110A Rev B4 card with the 98715AEC-C chip. Revision Changes Path 1.9 +5 -3 src/share/man/man4/dc.4 1.18 +10 -3 src/sys/pci/if_dc.c 1.8 +3 -1 src/sys/pci/if_dcreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 12:28:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CC4337BACA; Mon, 17 Jul 2000 12:28:30 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA45740; Mon, 17 Jul 2000 12:28:29 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007171928.MAA45740@freefall.freebsd.org> From: Nick Hibma Date: Mon, 17 Jul 2000 12:28:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb umodem.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/17 12:28:29 PDT Modified files: sys/dev/usb umodem.c Log: The modem driver for Communication Device Class, ACM compliant devices. There is a number of devices that are compliant, of which the 3Com 5605 is has been verified to work. The driver is not perfect yet, but should be able to get you somewhere. The driver was originally written by Lennart Augustsson, but Mike Smith and Mike Meyer did the porting. Revision Changes Path 1.22 +1115 -26 src/sys/dev/usb/umodem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 12:39:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 06B1837BB6F; Mon, 17 Jul 2000 12:39:53 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA47199; Mon, 17 Jul 2000 12:39:52 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007171939.MAA47199@freefall.freebsd.org> From: John Baldwin Date: Mon, 17 Jul 2000 12:39:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot0 boot0.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/17 12:39:52 PDT Modified files: sys/boot/i386/boot0 boot0.s Log: Oops. Remove some debugging code used to display a hexdump of the sector we just loaded from the disk. The code to call it was commented out, and it easily fit into the extra sector, but remove it anyway as it is unneeded. Revision Changes Path 1.19 +4 -67 src/sys/boot/i386/boot0/boot0.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 12:51:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C3C5337B817; Mon, 17 Jul 2000 12:51:42 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA48590; Mon, 17 Jul 2000 12:51:42 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007171951.MAA48590@freefall.freebsd.org> From: John Baldwin Date: Mon, 17 Jul 2000 12:51:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/i386/fdisk fdisk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/17 12:51:42 PDT Modified files: sbin/i386/fdisk fdisk.c Log: - Don't try to free mboot.bootinst before it has been allocated. If, for some reason, mboot.bootinst is not initialized to NULL at the beginning of the program, then the last commit to this would try to free whatever bogus address is in it. - Restore the behavior of free()'ing the mboot.bootinst buffer after we abuse it to determine the sector size of the disk (as clearly noted in the comments). Properly fix the double free() bug by setting the pointer to NULL after we free it. Revision Changes Path 1.43 +3 -3 src/sbin/i386/fdisk/fdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 13: 3:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99AB537BB64; Mon, 17 Jul 2000 13:03:28 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA50019; Mon, 17 Jul 2000 13:03:28 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Message-Id: <200007172003.NAA50019@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 17 Jul 2000 13:03:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_dummynet.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2000/07/17 13:03:28 PDT Modified files: sys/netinet ip_dummynet.c Log: close PR 19544 - ipfw pipe delete causes panic when no pipes defined PR: 19544 Revision Changes Path 1.30 +3 -3 src/sys/netinet/ip_dummynet.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 13: 4:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B873837BDFF; Mon, 17 Jul 2000 13:04:16 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id NAA50185; Mon, 17 Jul 2000 13:04:16 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Mon, 17 Jul 2000 13:04:16 -0700 (PDT) From: Kris Kennaway To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc rc.shutdown src/etc/defaults rc.conf In-Reply-To: <200007171228.FAA85855@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 17 Jul 2000, Mark Murray wrote: > markm 2000/07/17 05:28:59 PDT > > Modified files: > etc rc rc.shutdown > etc/defaults rc.conf > Log: > Add entropy caching. With this, some entropy is cached at shutdown > time, and this is used to reseed the random number generator at > boot time. > > NOTE - this has no hope of working if you halt(); you need to > execute rc.shutdown to get the entropy stash. Should this be stashed by the kernel in a swap device, or something? Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 13: 6:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 72C1F37BBFA; Mon, 17 Jul 2000 13:06:17 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA51700; Mon, 17 Jul 2000 13:06:17 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Message-Id: <200007172006.NAA51700@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 17 Jul 2000 13:06:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_dummynet.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG luigi 2000/07/17 13:06:16 PDT Modified files: (Branch: RELENG_4) sys/netinet ip_dummynet.c Log: MFC: close pr 19544 - ipfw pipe delete causes panic when no pipes define Revision Changes Path 1.24.2.4 +3 -3 src/sys/netinet/ip_dummynet.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 13: 7:10 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 2661F37BD30; Mon, 17 Jul 2000 13:06:57 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13EHAE-0007A6-00; Mon, 17 Jul 2000 22:06:54 +0200 From: Sheldon Hearn To: Alexander Langer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/string strsep.3 In-reply-to: Your message of "Mon, 17 Jul 2000 12:00:31 MST." <200007171900.MAA41086@freefall.freebsd.org> Date: Mon, 17 Jul 2000 22:06:54 +0200 Message-ID: <27533.963864414@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 17 Jul 2000 12:00:31 MST, Alexander Langer wrote: > Modified files: > lib/libc/string strsep.3 > Log: > Add SEE ALSO section, as with the other string functions. Could you drop the index and rindex functions from that list? I want to discourage their use as much as possible, since they're not standard. I'll get to documenting their non-standardness later, but in the meantime, I'd like their exposure as limited as possible. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 13:26:48 2000 Delivered-To: cvs-all@freebsd.org Received: from grimreaper.grondar.za (grimreaper.grondar.za [196.7.18.138]) by hub.freebsd.org (Postfix) with ESMTP id 9DBBA37BBA7; Mon, 17 Jul 2000 13:26:35 -0700 (PDT) (envelope-from mark@grondar.za) Received: from grimreaper.grondar.za (localhost [127.0.0.1]) by grimreaper.grondar.za (8.9.3/8.9.3) with ESMTP id WAA01473; Mon, 17 Jul 2000 22:27:50 +0200 (SAST) (envelope-from mark@grimreaper.grondar.za) Message-Id: <200007172027.WAA01473@grimreaper.grondar.za> To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc rc.shutdown src/etc/defaults rc.conf References: In-Reply-To: ; from Kris Kennaway "Mon, 17 Jul 2000 13:04:16 MST." Date: Mon, 17 Jul 2000 22:27:50 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > NOTE - this has no hope of working if you halt(); you need to > > execute rc.shutdown to get the entropy stash. > > Should this be stashed by the kernel in a swap device, or something? Hmm. That could work as well. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 13:38:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6400637BBDB; Mon, 17 Jul 2000 13:38:33 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: (from wilko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA54888; Mon, 17 Jul 2000 13:38:33 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Message-Id: <200007172038.NAA54888@freefall.freebsd.org> From: Wilko Bulte Date: Mon, 17 Jul 2000 13:38:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/07/17 13:38:33 PDT Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT Log: document FICL support in the loader nuke a few unsupported SCSI adapters Revision Changes Path 1.31.2.14 +1 -23 src/release/texts/alpha/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 13:42:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A32C737BE3D; Mon, 17 Jul 2000 13:42:14 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA55312; Mon, 17 Jul 2000 13:42:14 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007172042.NAA55312@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 17 Jul 2000 13:42:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch fetch.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/17 13:42:13 PDT Modified files: lib/libfetch fetch.h Log: Remove fetchContentType(), which disappeared in the HTTP rewrite. Revision Changes Path 1.16 +1 -2 src/lib/libfetch/fetch.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 13:49:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A93737BBBE; Mon, 17 Jul 2000 13:49:39 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA55974; Mon, 17 Jul 2000 13:49:39 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007172049.NAA55974@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 17 Jul 2000 13:49:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch fetch.c common.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/17 13:49:39 PDT Modified files: lib/libfetch fetch.c common.c Log: Introduce the (undocumented) variable fetchRestartCalls, which controls whether or not interrupted system calls will be restarted. This fixes a bug where fetch(1) would hang (potentially forever) if a server stopped responding, because the signal handler would absorb the user's efforts to interrupt the transfer. Revision Changes Path 1.17 +2 -1 src/lib/libfetch/fetch.c 1.15 +3 -3 src/lib/libfetch/common.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 13:52:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F4F637BCE7; Mon, 17 Jul 2000 13:52:11 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA56270; Mon, 17 Jul 2000 13:52:11 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007172052.NAA56270@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 17 Jul 2000 13:52:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch fetch.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/17 13:52:10 PDT Modified files: lib/libfetch fetch.h Log: Don't forget to declare fetchRestartCalls. Revision Changes Path 1.17 +2 -1 src/lib/libfetch/fetch.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 14: 0:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D96737BBD0; Mon, 17 Jul 2000 14:00:55 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA57268; Mon, 17 Jul 2000 14:00:54 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007172100.OAA57268@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 17 Jul 2000 14:00:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch ftp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/17 14:00:49 PDT Modified files: lib/libfetch ftp.c Log: Use a symbolic constant instead of hardcoding 999 Revision Changes Path 1.32 +12 -11 src/lib/libfetch/ftp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 14: 1:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C43237C2D9; Mon, 17 Jul 2000 14:01:36 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA57370; Mon, 17 Jul 2000 14:01:35 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007172101.OAA57370@freefall.freebsd.org> From: CHOI Junho Date: Mon, 17 Jul 2000 14:01:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/hanterm-xf86 Makefile ports/korean/hanterm-xf86/pkg DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/17 14:01:35 PDT Modified files: korean/hanterm-xf86 Makefile korean/hanterm-xf86/pkg DESCR PLIST Log: Clean up ports. - MAINTAINER line changed. - unnecessasry CONFIGURE_ARGS option removed. - patches/patch-aa removed, CONFIGURE_ENV added instead. - pkg/PLIST sorted. Revision Changes Path 1.19 +4 -4 ports/korean/hanterm-xf86/Makefile 1.5 +1 -1 ports/korean/hanterm-xf86/pkg/DESCR 1.3 +1 -1 ports/korean/hanterm-xf86/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 14: 2:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B24F37BCD7; Mon, 17 Jul 2000 14:02:27 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA57517; Mon, 17 Jul 2000 14:02:27 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007172102.OAA57517@freefall.freebsd.org> From: CHOI Junho Date: Mon, 17 Jul 2000 14:02:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/hanterm/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/17 14:02:26 PDT Modified files: korean/hanterm/pkg PLIST Log: PLIST sorted. Revision Changes Path 1.3 +1 -1 ports/korean/hanterm/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 14: 9:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 886FA37BD77; Mon, 17 Jul 2000 14:09:12 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA59539; Mon, 17 Jul 2000 14:09:12 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007172109.OAA59539@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 17 Jul 2000 14:09:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch http.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/17 14:09:12 PDT Modified files: lib/libfetch http.c Log: Don't forget to set file descriptor to -1 after closing it, since the code outside the loop inspects it to determine whether or not we succeeded in retrieving the requested document. This fixes a bug where fetchGetHTTP() would return a FILE with an invalid file descriptor if it hit the redirect limit without locating the requested document. Revision Changes Path 1.30 +2 -2 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 14:24:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6617937BA42; Mon, 17 Jul 2000 14:24:41 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA61606; Mon, 17 Jul 2000 14:24:41 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200007172124.OAA61606@freefall.freebsd.org> From: Archie Cobbs Date: Mon, 17 Jul 2000 14:24:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/tc am7990.c src/sys/dev/an if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c src/sys/dev/ed if_ed.c if_ed_pccard.c src/sys/dev/ep if_ep.c if_ep_pccard.c src/sys/dev/ex if_ex.c src/sys/dev/ie if_ie.c src/sys/dev/sn ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/07/17 14:24:41 PDT Modified files: (Branch: RELENG_4) sys/alpha/tc am7990.c sys/dev/an if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c sys/dev/ed if_ed.c if_ed_pccard.c sys/dev/ep if_ep.c if_ep_pccard.c sys/dev/ex if_ex.c sys/dev/ie if_ie.c sys/dev/sn if_sn.c if_sn_pccard.c sys/dev/usb if_aue.c if_cue.c if_kue.c sys/dev/vx if_vx.c sys/dev/xe if_xe.c sys/i386/isa if_cs.c if_el.c if_fe.c if_le.c if_lnc.c if_rdp.c if_wi.c if_wl.c sys/net ethernet.h if_ef.c if_ethersubr.c if_var.h if_vlan.c sys/pc98/pc98 if_ed.c sys/pci if_dc.c if_de.c if_fxp.c if_rl.c if_sf.c if_sis.c if_sk.c if_ste.c if_ti.c if_tl.c if_tx.c if_vr.c if_wb.c if_wx.c if_xl.c Log: MFC: make all Ethernet drivers use ether_ifattach() ether_ifdetach() Revision Changes Path 1.9.2.2 +2 -5 src/sys/alpha/tc/am7990.c 1.2.2.3 +4 -6 src/sys/dev/an/if_an.c 1.1.2.1 +2 -2 src/sys/dev/an/if_an_isa.c 1.1.2.1 +2 -2 src/sys/dev/an/if_an_pccard.c 1.2.2.1 +3 -3 src/sys/dev/an/if_an_pci.c 1.173.2.7 +2 -7 src/sys/dev/ed/if_ed.c 1.9.2.3 +2 -2 src/sys/dev/ed/if_ed_pccard.c 1.95.2.2 +3 -6 src/sys/dev/ep/if_ep.c 1.12.2.1 +3 -2 src/sys/dev/ep/if_ep_pccard.c 1.26.2.2 +2 -7 src/sys/dev/ex/if_ex.c 1.72.2.2 +2 -5 src/sys/dev/ie/if_ie.c 1.7.2.2 +2 -5 src/sys/dev/sn/if_sn.c 1.3.2.1 +2 -2 src/sys/dev/sn/if_sn_pccard.c 1.19.2.4 +5 -8 src/sys/dev/usb/if_aue.c 1.7.2.4 +5 -8 src/sys/dev/usb/if_cue.c 1.17.2.6 +6 -10 src/sys/dev/usb/if_kue.c 1.25.2.4 +2 -5 src/sys/dev/vx/if_vx.c 1.13.2.4 +3 -10 src/sys/dev/xe/if_xe.c 1.14.2.2 +2 -4 src/sys/i386/isa/Attic/if_cs.c 1.47.2.2 +2 -7 src/sys/i386/isa/if_el.c 1.58.2.3 +3 -6 src/sys/i386/isa/if_fe.c 1.56.2.2 +2 -5 src/sys/i386/isa/if_le.c 1.68.2.3 +2 -9 src/sys/i386/isa/Attic/if_lnc.c 1.6.2.2 +2 -7 src/sys/i386/isa/if_rdp.c 1.18.2.4 +5 -7 src/sys/i386/isa/if_wi.c 1.27.2.2 +2 -5 src/sys/i386/isa/if_wl.c 1.12.2.2 +7 -1 src/sys/net/ethernet.h 1.2.2.2 +2 -4 src/sys/net/if_ef.c 1.70.2.8 +22 -6 src/sys/net/if_ethersubr.c 1.18.2.4 +3 -2 src/sys/net/if_var.h 1.15.2.2 +2 -4 src/sys/net/if_vlan.c 1.73.2.2 +2 -7 src/sys/pc98/pc98/if_ed.c 1.9.2.5 +5 -8 src/sys/pci/if_dc.c 1.123.2.3 +2 -5 src/sys/pci/if_de.c 1.77.2.5 +3 -5 src/sys/pci/if_fxp.c 1.38.2.4 +5 -8 src/sys/pci/if_rl.c 1.18.2.3 +5 -8 src/sys/pci/if_sf.c 1.13.4.2 +5 -8 src/sys/pci/if_sis.c 1.19.2.4 +5 -7 src/sys/pci/if_sk.c 1.14.2.2 +5 -9 src/sys/pci/if_ste.c 1.25.2.5 +5 -8 src/sys/pci/if_ti.c 1.51.2.2 +5 -8 src/sys/pci/if_tl.c 1.34.2.2 +2 -7 src/sys/pci/if_tx.c 1.26.2.3 +5 -8 src/sys/pci/if_vr.c 1.26.2.2 +5 -8 src/sys/pci/if_wb.c 1.5.2.5 +3 -5 src/sys/pci/if_wx.c 1.72.2.2 +5 -8 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 14:25: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 812E437BBD7; Mon, 17 Jul 2000 14:24:56 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA61708; Mon, 17 Jul 2000 14:24:56 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007172124.OAA61708@freefall.freebsd.org> From: John Baldwin Date: Mon, 17 Jul 2000 14:24:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk change.c chunk.c disk.c libdisk.h rules.c write_disk.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/17 14:24:56 PDT Modified files: (Branch: RELENG_4) lib/libdisk change.c chunk.c disk.c libdisk.h rules.c write_disk.c Log: MFC: Support MBR boot loaders more than 1 sector long. Revision Changes Path 1.14.2.2 +1 -4 src/lib/libdisk/change.c 1.21.2.2 +1 -20 src/lib/libdisk/chunk.c 1.50.2.4 +11 -10 src/lib/libdisk/disk.c 1.32.2.2 +3 -7 src/lib/libdisk/libdisk.h 1.16.2.2 +2 -26 src/lib/libdisk/rules.c 1.28.2.3 +4 -1 src/lib/libdisk/write_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 14:25: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 177F137B773; Mon, 17 Jul 2000 14:25:01 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA61754; Mon, 17 Jul 2000 14:25:01 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007172125.OAA61754@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 17 Jul 2000 14:25:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch fetch.3 fetch.c fetch.h file.c ftp.c http.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/17 14:25:01 PDT Modified files: lib/libfetch fetch.3 fetch.c fetch.h file.c ftp.c http.c Log: Introduce fetchXGet*(), which combine the functionalities of fetchGet*() and fetchStat*(). In most cases, either fetchGet*() or fetchXGet*() is a wrapper around the other; in all cases, calling fetchGet*() is identical to calling fetchXGet*() with the second argument set to NULL. Revision Changes Path 1.22 +40 -4 src/lib/libfetch/fetch.3 1.18 +28 -9 src/lib/libfetch/fetch.c 1.18 +6 -1 src/lib/libfetch/fetch.h 1.9 +11 -2 src/lib/libfetch/file.c 1.33 +135 -95 src/lib/libfetch/ftp.c 1.31 +22 -8 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 14:25:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 28C5D37BBF3; Mon, 17 Jul 2000 14:25:38 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA61907; Mon, 17 Jul 2000 14:25:38 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007172125.OAA61907@freefall.freebsd.org> From: John Baldwin Date: Mon, 17 Jul 2000 14:25:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall Makefile disks.c label.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/17 14:25:38 PDT Modified files: (Branch: RELENG_4) release/sysinstall Makefile disks.c label.c Log: MFC: Teach sysinstall to support MBR boot loaders of multiple sectors. Remove all the 1024 cylinder checks as they no longer apply. Revision Changes Path 1.92.2.3 +2 -0 src/release/sysinstall/Makefile 1.118.2.3 +31 -18 src/release/sysinstall/disks.c 1.98.2.1 +1 -10 src/release/sysinstall/label.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 14:26:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 52DAE37B9A0; Mon, 17 Jul 2000 14:26:10 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA61969; Mon, 17 Jul 2000 14:26:10 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007172126.OAA61969@freefall.freebsd.org> From: John Baldwin Date: Mon, 17 Jul 2000 14:26:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/i386/fdisk fdisk.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/17 14:26:10 PDT Modified files: (Branch: RELENG_4) sbin/i386/fdisk fdisk.c Log: MFC: Update to support MBR boot loaders longer than 1 sector. Revision Changes Path 1.36.2.3 +73 -18 src/sbin/i386/fdisk/fdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 14:27: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B06E37BC4B; Mon, 17 Jul 2000 14:26:59 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA62093; Mon, 17 Jul 2000 14:26:59 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007172126.OAA62093@freefall.freebsd.org> From: John Baldwin Date: Mon, 17 Jul 2000 14:26:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/boot0cfg boot0cfg.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/17 14:26:59 PDT Modified files: (Branch: RELENG_4) usr.sbin/boot0cfg boot0cfg.c Log: MFC: Teach boot0cfg about the new multi-sector boot0. Revision Changes Path 1.7.2.1 +167 -80 src/usr.sbin/boot0cfg/boot0cfg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 14:27:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 13A0637BBD2; Mon, 17 Jul 2000 14:27:27 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA62224; Mon, 17 Jul 2000 14:27:27 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007172127.OAA62224@freefall.freebsd.org> From: John Baldwin Date: Mon, 17 Jul 2000 14:27:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot0 Makefile boot0.s X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/17 14:27:27 PDT Modified files: (Branch: RELENG_4) sys/boot/i386/boot0 Makefile boot0.s Log: MFC: The new 1024 byte boot0 that supports the EDD BIOS extensions. Revision Changes Path 1.8.2.2 +3 -2 src/sys/boot/i386/boot0/Makefile 1.14.2.2 +151 -76 src/sys/boot/i386/boot0/boot0.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 14:49: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F31237B62C; Mon, 17 Jul 2000 14:49:02 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA64903; Mon, 17 Jul 2000 14:49:02 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007172149.OAA64903@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 17 Jul 2000 14:49:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/17 14:49:01 PDT Modified files: usr.bin/fetch fetch.c Log: Rearrange / rewrite large portions of fetch() to take advantage of new libfetch features (fetchRestartCalls, fetchXGet()). Since it doesn't make much sense to have m_flag and r_flag set at the same time, and it can actually cause trouble in some cases, die if they're both set. Set the SA_RESETHAND flag for SIGINT so that when we've caught one, we can kill ourselves with a second SIGINT (thus notifying our parent of our tragic fate) instead of just exiting. These changes fix several problems that would show up when fetching ports, as well as speeding up HTTP transfers quite a bit (at least for relatively small files). Most of these changes were prompted by an interaction problem with an HTTP server called SWS-1.0, which exhibited two bugs, the first of which prevented fetch from working around the second (the first was not sending content-type in reply to HEAD requests, the second was sending garbage after the end of the requested file). Revision Changes Path 1.11 +85 -36 src/usr.bin/fetch/fetch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 14:51:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DEE8C37B569; Mon, 17 Jul 2000 14:51:48 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA65336; Mon, 17 Jul 2000 14:51:49 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007172151.OAA65336@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 17 Jul 2000 14:51:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/17 14:51:49 PDT Modified files: usr.bin/fetch fetch.1 Log: Document the fact that -r and -m are mutually exclusive. Revision Changes Path 1.38 +11 -1 src/usr.bin/fetch/fetch.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 15: 1:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E24337B53D; Mon, 17 Jul 2000 15:01:26 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA66540; Mon, 17 Jul 2000 15:01:26 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007172201.PAA66540@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 17 Jul 2000 15:01:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch common.c fetch.3 fetch.c fetch.h file.c ftp.c http.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/17 15:01:26 PDT Modified files: (Branch: RELENG_4) lib/libfetch common.c fetch.3 fetch.c fetch.h file.c ftp.c http.c Log: MFC: everything since the last one. Revision Changes Path 1.7.2.3 +3 -3 src/lib/libfetch/common.c 1.11.2.5 +40 -4 src/lib/libfetch/fetch.3 1.10.2.3 +29 -9 src/lib/libfetch/fetch.c 1.10.2.3 +7 -2 src/lib/libfetch/fetch.h 1.6.2.3 +11 -2 src/lib/libfetch/file.c 1.16.2.3 +144 -103 src/lib/libfetch/ftp.c 1.13.2.4 +23 -9 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 15: 3:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B8F437B55E; Mon, 17 Jul 2000 15:03:11 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA66773; Mon, 17 Jul 2000 15:03:11 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007172203.PAA66773@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 17 Jul 2000 15:03:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.1 fetch.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/17 15:03:11 PDT Modified files: (Branch: RELENG_4) usr.bin/fetch fetch.1 fetch.c Log: MFC: everything since the last one. Revision Changes Path 1.33.2.2 +11 -1 src/usr.bin/fetch/fetch.1 1.10.2.1 +85 -36 src/usr.bin/fetch/fetch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 15:17:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 81F4B37B57B; Mon, 17 Jul 2000 15:17:48 -0700 (PDT) (envelope-from murray@FreeBSD.org) Received: (from murray@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA69362; Mon, 17 Jul 2000 15:17:48 -0700 (PDT) (envelope-from murray@FreeBSD.org) Message-Id: <200007172217.PAA69362@freefall.freebsd.org> From: Murray Stokely Date: Mon, 17 Jul 2000 15:17:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall config.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG murray 2000/07/17 15:17:48 PDT Modified files: (Branch: RELENG_3) release/sysinstall config.c Log: MFC: Refresh the aout ldconfig hints Approved by: jkh Revision Changes Path 1.115.2.37 +6 -1 src/release/sysinstall/config.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 15:18:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 995A337B55B; Mon, 17 Jul 2000 15:18:34 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA69522; Mon, 17 Jul 2000 15:18:34 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <200007172218.PAA69522@freefall.freebsd.org> From: Jason Evans Date: Mon, 17 Jul 2000 15:18:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/test README hello_b.c hello_d.c hello_d.exp hello_s.c mutex_d.c mutex_d.exp propagate_s.pl sem_d.c sem_d.exp sigsuspend_d.c sigsuspend_d.exp sigwait_d.c sigwait_d.exp verify Makefile src/lib/libc_r/test/mutex Makefile ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2000/07/17 15:18:33 PDT Modified files: (Branch: RELENG_4) lib/libc_r/test Makefile Added files: (Branch: RELENG_4) lib/libc_r/test README hello_b.c hello_d.c hello_d.exp hello_s.c mutex_d.c mutex_d.exp propagate_s.pl sem_d.c sem_d.exp sigsuspend_d.c sigsuspend_d.exp sigwait_d.c sigwait_d.exp verify Removed files: (Branch: RELENG_4) lib/libc_r/test/mutex Makefile mutex.c lib/libc_r/test/sigsuspend Makefile sigsuspend.c lib/libc_r/test/sigwait Makefile sigwait.c Log: MFC: Add a test framework, convert existing tests to work with the framework, and add a test for semaphores. Revision Changes Path 1.4.2.1 +118 -3 src/lib/libc_r/test/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 15:24:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0499A37B63A; Mon, 17 Jul 2000 15:24:54 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA70148; Mon, 17 Jul 2000 15:24:53 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007172224.PAA70148@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 17 Jul 2000 15:24:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpcmd.y X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/17 15:24:53 PDT Modified files: libexec/ftpd ftpcmd.y Log: Don't reply "not a plain file" when the requested file doesn't exist. Revision Changes Path 1.17 +9 -3 src/libexec/ftpd/ftpcmd.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 15:26:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA3ED37B6AE; Mon, 17 Jul 2000 15:26:22 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA70295; Mon, 17 Jul 2000 15:26:16 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200007172226.PAA70295@freefall.freebsd.org> From: Warner Losh Date: Mon, 17 Jul 2000 15:26:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/07/17 15:26:16 PDT Modified files: (Branch: RELENG_4) . UPDATING Log: Spelling errors Revision Changes Path 1.73.2.9 +2 -2 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 15:30: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C7E337B60C; Mon, 17 Jul 2000 15:30:05 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA70693; Mon, 17 Jul 2000 15:30:04 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007172230.PAA70693@freefall.freebsd.org> From: Nik Clayton Date: Mon, 17 Jul 2000 15:30:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk doc.docbook.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/17 15:30:04 PDT Modified files: share/mk doc.docbook.mk Log: Fix the problem where .html.gz was being listed as a dependency, and we don't need it anymore. I'm fixing this from Kirk's tutorial at the O'Reilly Open Source conference. He was no help at all. . . Revision Changes Path 1.15 +4 -3 doc/share/mk/doc.docbook.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 15:31:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DE73E37B6AC; Mon, 17 Jul 2000 15:31:18 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id PAA70783; Mon, 17 Jul 2000 15:31:17 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Mon, 17 Jul 2000 15:31:17 -0700 (PDT) From: Kris Kennaway To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch http.c In-Reply-To: <200007172109.OAA59539@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 17 Jul 2000, Dag-Erling Smorgrav wrote: > des 2000/07/17 14:09:12 PDT > > Modified files: > lib/libfetch http.c > Log: > Don't forget to set file descriptor to -1 after closing it, since the code > outside the loop inspects it to determine whether or not we succeeded in > retrieving the requested document. This fixes a bug where fetchGetHTTP() > would return a FILE with an invalid file descriptor if it hit the redirect > limit without locating the requested document. Given the number of bugfixes going into fetch and libfetch, I have to wonder whether the MFC was premature - don't forget the code freeze is in 3 days. Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 15:33:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DA4037B6A5; Mon, 17 Jul 2000 15:33:23 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA71023; Mon, 17 Jul 2000 15:33:22 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200007172233.PAA71023@freefall.freebsd.org> From: Don Lewis Date: Mon, 17 Jul 2000 15:33:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/chrootuid/patches patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG truckman 2000/07/17 15:33:21 PDT Modified files: security/chrootuid/patches patch-ad Log: Null commit to correct the mangled log entry in the previous commit. Ensure that a LOG_NOTICE syslog message is always generated when the program is invoked with enough parameters to not be an obvious error. Submitted by: Phil Pennock Revision Changes Path 1.2 +0 -0 ports/security/chrootuid/patches/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 15:33:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A35C37BA3B; Mon, 17 Jul 2000 15:33:33 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA71066; Mon, 17 Jul 2000 15:33:33 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <200007172233.PAA71066@freefall.freebsd.org> From: Jason Evans Date: Mon, 17 Jul 2000 15:33:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/man sem_getvalue.3 sem_init.3 sem_post.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2000/07/17 15:33:32 PDT Modified files: lib/libc_r/man sem_getvalue.3 sem_init.3 sem_post.3 Log: Reshuffle the SEE ALSO section. Prompted by: sheldonh Revision Changes Path 1.3 +3 -3 src/lib/libc_r/man/sem_getvalue.3 1.4 +4 -4 src/lib/libc_r/man/sem_init.3 1.3 +3 -3 src/lib/libc_r/man/sem_post.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 15:39: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 15C4D37B5BA; Mon, 17 Jul 2000 15:38:54 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id PAA11639; Mon, 17 Jul 2000 15:38:51 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.9.3/8.9.3) id PAA74078; Mon, 17 Jul 2000 15:37:56 -0700 (PDT) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200007172127.OAA62224@freefall.freebsd.org> Date: Mon, 17 Jul 2000 15:37:56 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/boot/i386/boot0 Makefile boot0.s Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 17-Jul-00 John Baldwin wrote: > jhb 2000/07/17 14:27:27 PDT > > Modified files: (Branch: RELENG_4) > sys/boot/i386/boot0 Makefile boot0.s > Log: > MFC: The new 1024 byte boot0 that supports the EDD BIOS extensions. So far I have received two bug reports that new boot0 will hang. However, in both instances, neither party had ever used the old boot0, so we don't know if it worked either. Also, in both cases the new /boot/mbr worked fine, and it uses the same BIOS calls for disk access that boot0 uses. *sigh* In both cases, boot0 was being loaded from a SCSI disk with an 2940 Adaptec adapter. However, I have succesfully booted with the new boot0 from a SCSI disk with a 2940, so it seems to be a very obscure bug that I'll try to fix when I get some hardware that I can reproduce it on. I also received several favorable test reports after putting my patch to 4.x up for people to test. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 15:40:20 2000 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 125AC37B5BA; Mon, 17 Jul 2000 15:40:10 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id AAA38291; Tue, 18 Jul 2000 00:40:05 +0200 (CEST) (envelope-from des@flood.ping.uio.no) To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch http.c References: From: Dag-Erling Smorgrav Date: 18 Jul 2000 00:40:04 +0200 In-Reply-To: Kris Kennaway's message of "Mon, 17 Jul 2000 15:31:17 -0700 (PDT)" Message-ID: Lines: 13 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kris Kennaway writes: > Given the number of bugfixes going into fetch and libfetch, I have to > wonder whether the MFC was premature - don't forget the code freeze is in > 3 days. I discussed this with Jordan before committing, and he told me to go ahead and MFC (the alternative, BTW, was not leaving the code as is, but backing it out and reverting to the old fetch(1) until some time after the release) DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 15:44: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA8F037B5D3; Mon, 17 Jul 2000 15:44:01 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA72082; Mon, 17 Jul 2000 15:44:01 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007172244.PAA72082@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 17 Jul 2000 15:44:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/17 15:44:01 PDT Modified files: usr.bin/fetch fetch.c Log: While I'm at it, break a line that was too long, remove a pointless diagnostic and adjust the verbosity level of another. Revision Changes Path 1.12 +4 -4 src/usr.bin/fetch/fetch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 15:44:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FE3E37BBB1; Mon, 17 Jul 2000 15:44:10 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id PAA72119; Mon, 17 Jul 2000 15:44:05 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Mon, 17 Jul 2000 15:44:05 -0700 (PDT) From: Kris Kennaway To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch http.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 18 Jul 2000, Dag-Erling Smorgrav wrote: > Kris Kennaway writes: > > Given the number of bugfixes going into fetch and libfetch, I have to > > wonder whether the MFC was premature - don't forget the code freeze is in > > 3 days. > > I discussed this with Jordan before committing, and he told me to go > ahead and MFC (the alternative, BTW, was not leaving the code as is, > but backing it out and reverting to the old fetch(1) until some time > after the release) Yes :-) I have heard quite a few bug reports with the new fetch..have you fixed all the ones you know of, and does the new one support all of the features of the old? Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 15:44:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E9AE737B5D9; Mon, 17 Jul 2000 15:44:36 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA72179; Mon, 17 Jul 2000 15:44:37 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007172244.PAA72179@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 17 Jul 2000 15:44:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/17 15:44:36 PDT Modified files: usr.bin/fetch fetch.1 Log: The description of the semantics of -v and -q has long since been OBE. Revision Changes Path 1.39 +2 -11 src/usr.bin/fetch/fetch.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 15:46:32 2000 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 5F8CB37B6D4; Mon, 17 Jul 2000 15:46:19 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id IAA86129; Tue, 18 Jul 2000 08:13:22 +0930 (CST) (envelope-from grog) Date: Tue, 18 Jul 2000 08:13:22 +0930 From: Greg Lehey To: Sheldon Hearn Cc: Marcel Moolenaar , Ben Smithurst , Christopher Masto , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 Message-ID: <20000718081322.O26231@wantadilla.lemis.com> References: <39734383.12FCC14F@cup.hp.com> <25985.963855659@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <25985.963855659@axl.ops.uunet.co.za> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 17 July 2000 at 19:40:59 +0200, Sheldon Hearn wrote: > > On Mon, 17 Jul 2000 10:33:55 MST, Marcel Moolenaar wrote: > >> Given the ambiguity, I think "square brackets" is preferrable. I feel >> the same about "curly braces" instead of just "braces". > > Let me guess: you haven't looked at the part of the page that we're > discussing, have you? Yes, I have. > There's an example right below all this text, and it only uses > square, 3-line, 1-third-of-a-square brackets. :-) It doesn't define its terms. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 15:47:48 2000 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 6CB5037B654; Mon, 17 Jul 2000 15:47:35 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id IAA87928; Tue, 18 Jul 2000 08:17:33 +0930 (CST) (envelope-from grog) Date: Tue, 18 Jul 2000 08:17:33 +0930 From: Greg Lehey To: Ben Smithurst , Marcel Moolenaar Cc: Christopher Masto , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 Message-ID: <20000718081733.P26231@wantadilla.lemis.com> References: <20000717113109.D52835@wantadilla.lemis.com> <20000716225410.A15022@netmonger.net> <20000717142018.D26231@wantadilla.lemis.com> <20000717132026.K84045@strontium.scientia.demon.co.uk> <39734383.12FCC14F@cup.hp.com> <200007162046.NAA80035@freefall.freebsd.org> <20000717113109.D52835@wantadilla.lemis.com> <20000716225410.A15022@netmonger.net> <20000717142018.D26231@wantadilla.lemis.com> <20000717132026.K84045@strontium.scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <20000717132026.K84045@strontium.scientia.demon.co.uk> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 17 July 2000 at 13:20:26 +0100, Ben Smithurst wrote: > Greg Lehey wrote: > >> I don't really care which we end up with, as long as we define them >> somewhere to avoid confusion. But it sounds good, modulo the typo >> that Chris picked up. I think I'd leave out "curly", too: we don't >> have any other type of brace. > > So the only thing you disagree about then is that "brackets" should > be changed to "square brackets". I almost agree -- the PR actually > suggested "square brackets", but Sheldon suggested just "brackets" > instead. > > There is an example just below this text anyway, which I think makes it > clear enough. But I don't mind changing "brackets" to "square brackets" > if enough people think it should be changed and no-one else objects. On Monday, 17 July 2000 at 10:33:55 -0700, Marcel Moolenaar wrote: > Ben Smithurst wrote: > >>> I don't really care which we end up with, as long as we define them >>> somewhere to avoid confusion. But it sounds good, modulo the typo >>> that Chris picked up. I think I'd leave out "curly", too: we don't >>> have any other type of brace. >> >> So the only thing you disagree about then is that "brackets" should >> be changed to "square brackets". I almost agree -- the PR actually >> suggested "square brackets", but Sheldon suggested just "brackets" >> instead. >> >> There is an example just below this text anyway, which I think makes it >> clear enough. But I don't mind changing "brackets" to "square brackets" >> if enough people think it should be changed and no-one else objects. > > Given the ambiguity, I think "square brackets" is preferrable. I feel > the same about "curly braces" instead of just "braces". I'm not talking about changing the terms, just defining them. Something like this would be a good idea: If the macro needs more than a single line, use braces ('{' and '}'). ... 1. Options without operands come first, in alphabetical order, inside a We already have something like this a little lower: A bar (`|') separates either-or options/arguments, and multiple op- tions/arguments which are specified together are placed in a single set of brackets. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 15:51: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id EDCEC37B535; Mon, 17 Jul 2000 15:50:55 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id AAA38365; Tue, 18 Jul 2000 00:50:55 +0200 (CEST) (envelope-from des@flood.ping.uio.no) To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch http.c References: From: Dag-Erling Smorgrav Date: 18 Jul 2000 00:50:54 +0200 In-Reply-To: Kris Kennaway's message of "Mon, 17 Jul 2000 15:44:05 -0700 (PDT)" Message-ID: Lines: 11 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kris Kennaway writes: > I have heard quite a few bug reports with the new fetch..have you fixed > all the ones you know of, and does the new one support all of the > features of the old? Yes, and to the best of my knowledge, yes, though I've had complaints about -b and -t from people who didn't bother to RTFM. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 15:55:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF8C537B5D9; Mon, 17 Jul 2000 15:55:06 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA73277; Mon, 17 Jul 2000 15:55:07 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <200007172255.PAA73277@freefall.freebsd.org> From: Jason Evans Date: Mon, 17 Jul 2000 15:55:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_cond.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2000/07/17 15:55:07 PDT Modified files: lib/libc_r/uthread uthread_cond.c Log: Deal correctly with statically initialized condition variables in pthread_cond_signal(), pthread_cond_broadcast(), and pthread_cond_timedwait(). Do not dump core in pthread_cond_timedwait() (due to a NULL pointer dereference) if attempting to wait on an uninitialized condition variable. PR: bin/18099 Revision Changes Path 1.25 +18 -19 src/lib/libc_r/uthread/uthread_cond.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 16: 7:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8364F37B564; Mon, 17 Jul 2000 16:07:14 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA75928; Mon, 17 Jul 2000 16:07:14 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200007172307.QAA75928@freefall.freebsd.org> From: Brian Somers Date: Mon, 17 Jul 2000 16:07:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/cmp cmp.1 cmp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/07/17 16:07:14 PDT Modified files: (Branch: RELENG_4) usr.bin/cmp cmp.1 cmp.c Log: MFC: add -z, correct usage and a diagnostic Requested by: obrien Revision Changes Path 1.7.2.2 +6 -2 src/usr.bin/cmp/cmp.1 1.6.6.2 +15 -5 src/usr.bin/cmp/cmp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 16:11:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 460F437B6D6; Mon, 17 Jul 2000 16:11:49 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA76441; Mon, 17 Jul 2000 16:11:49 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <200007172311.QAA76441@freefall.freebsd.org> From: Jason Evans Date: Mon, 17 Jul 2000 16:11:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_cond.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2000/07/17 16:11:49 PDT Modified files: (Branch: RELENG_4) lib/libc_r/uthread uthread_cond.c Log: MFC: Deal correctly with statically initialized condition variables in pthread_cond_signal(), pthread_cond_broadcast(), and pthread_cond_timedwait(). PR: bin/18099 Revision Changes Path 1.22.2.3 +18 -19 src/lib/libc_r/uthread/uthread_cond.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 16:21:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BD3A437B720; Mon, 17 Jul 2000 16:21:43 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA77707; Mon, 17 Jul 2000 16:21:43 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200007172321.QAA77707@freefall.freebsd.org> From: Brian Somers Date: Mon, 17 Jul 2000 16:21:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_tun.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/07/17 16:21:43 PDT Modified files: sys/net if_tun.c Log: Initialise ifnet::if_type PR: 17873 Submitted by: Kensaku Masuda Revision Changes Path 1.75 +3 -1 src/sys/net/if_tun.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 16:38: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 56C6837B8E3; Mon, 17 Jul 2000 16:37:56 -0700 (PDT) (envelope-from marko@FreeBSD.org) Received: (from marko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA79815; Mon, 17 Jul 2000 16:37:56 -0700 (PDT) (envelope-from marko@FreeBSD.org) Message-Id: <200007172337.QAA79815@freefall.freebsd.org> From: Mark Ovens Date: Mon, 17 Jul 2000 16:37:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh sh.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marko 2000/07/17 16:37:56 PDT Modified files: bin/sh sh.1 Log: Document the builtin echo command Reviewed by: Matthew Hunt Revision Changes Path 1.40 +61 -5 src/bin/sh/sh.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 16:38:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2538D37B74E; Mon, 17 Jul 2000 16:38:09 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA79880; Mon, 17 Jul 2000 16:38:09 -0700 (PDT) (envelope-from joe@FreeBSD.org) Message-Id: <200007172338.QAA79880@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 17 Jul 2000 16:38:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/mtv Makefile ports/graphics/mtv/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2000/07/17 16:38:09 PDT Modified files: graphics/mtv Makefile graphics/mtv/files md5 Log: Upgrade to version 1.1.4. (Fixes zoom mode on my machine.) Revision Changes Path 1.8 +2 -2 ports/graphics/mtv/Makefile 1.6 +1 -1 ports/graphics/mtv/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 16:40:59 2000 Delivered-To: cvs-all@freebsd.org Received: from genius.systems.pavilion.net (genesis.tao.org.uk [194.242.131.254]) by hub.freebsd.org (Postfix) with ESMTP id 0241937B720; Mon, 17 Jul 2000 16:40:52 -0700 (PDT) (envelope-from joe@pavilion.net) Received: by genius.systems.pavilion.net (Postfix, from userid 100) id E21309B05; Tue, 18 Jul 2000 00:40:45 +0100 (BST) Date: Tue, 18 Jul 2000 00:40:45 +0100 From: Josef Karthauser To: Alexander Langer Cc: Nik Clayton , Josef Karthauser , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/palm/isilo Makefile ports/palm/isilo/files md5 Message-ID: <20000718004045.A12476@pavilion.net> References: <200007132155.OAA85837@freefall.freebsd.org> <20000715180322.A20763@kilt.nothing-going-on.org> <20000717085247.C1428@cichlids.cichlids.com> <20000717181017.A373@pavilion.net> <20000717191612.A27384@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <20000717191612.A27384@cichlids.cichlids.com>; from alex@big.endian.de on Mon, Jul 17, 2000 at 07:16:12PM +0200 X-NCC-RegID: uk.pavilion Organisation: Pavilion Internet plc, Lees House, 21-23 Dyke Road, Brighton, England Phone: +44-845-333-5000 Fax: +44-845-333-5001 Mobile: +44-403-596893 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 17, 2000 at 07:16:12PM +0200, Alexander Langer wrote: > Thus spake Josef Karthauser (joe@pavilion.net): > > > 2 x 14.4k. > > Hmm. That would be fast enough, but I think that is way too expensive. Apparently Orange, a UK mobile network provider, offer the second channel for free :) I'm on Cellnet though :( Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 17:21:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0703A37B686; Mon, 17 Jul 2000 17:21:06 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA84977; Mon, 17 Jul 2000 17:21:05 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007180021.RAA84977@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 17 Jul 2000 17:21:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/17 17:21:05 PDT Modified files: . Makefile.inc1 Log: Add mtree to cross-tools to make it updated for new -L option It must solve make world breakage Revision Changes Path 1.154 +3 -2 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 17:35:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F45A37B8E3; Mon, 17 Jul 2000 17:35:13 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA86286; Mon, 17 Jul 2000 17:35:13 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007180035.RAA86286@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 17 Jul 2000 17:35:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/syscons/fonts cp1251-8x14.fnt cp1251-8x16.fnt cp1251-8x8.fnt INDEX.fonts Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/17 17:35:13 PDT Modified files: (Branch: RELENG_4) share/syscons/fonts INDEX.fonts Makefile Added files: (Branch: RELENG_4) share/syscons/fonts cp1251-8x14.fnt cp1251-8x16.fnt cp1251-8x8.fnt Log: MFC: cp1251 fonts Revision Changes Path 1.16.2.1 +10 -1 src/share/syscons/fonts/INDEX.fonts 1.24.2.1 +2 -1 src/share/syscons/fonts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 17:35:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AC2337BC91; Mon, 17 Jul 2000 17:35:35 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA86350; Mon, 17 Jul 2000 17:35:35 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200007180035.RAA86350@freefall.freebsd.org> From: Archie Cobbs Date: Mon, 17 Jul 2000 17:35:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/skip Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/07/17 17:35:34 PDT Modified files: security/skip Makefile Log: Change the master site; old one no longer has the file. Revision Changes Path 1.20 +2 -2 ports/security/skip/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 17:35:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D305D37B52D; Mon, 17 Jul 2000 17:35:46 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA86388; Mon, 17 Jul 2000 17:35:46 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <200007180035.RAA86388@freefall.freebsd.org> From: Jason Evans Date: Mon, 17 Jul 2000 17:35:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/man pthread_attr.3 pthread_condattr.3 pthread_kill.3 pthread_mutexattr.3 pthread_schedparam.3 pthread_sigmask.3 sigwait.3 Makefile.inc pthread_cancel.3 sem_getvalue.3 sem_init.3 sem_post.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2000/07/17 17:35:46 PDT Modified files: (Branch: RELENG_4) lib/libc_r/man Makefile.inc pthread_cancel.3 sem_getvalue.3 sem_init.3 sem_post.3 Added files: (Branch: RELENG_4) lib/libc_r/man pthread_attr.3 pthread_condattr.3 pthread_kill.3 pthread_mutexattr.3 pthread_schedparam.3 pthread_sigmask.3 sigwait.3 Log: MFC: Add missing man pages and merge minor changes to existing pages. Revision Changes Path 1.11.2.1 +44 -5 src/lib/libc_r/man/Makefile.inc 1.3.2.2 +1 -1 src/lib/libc_r/man/pthread_cancel.3 1.1.2.2 +3 -3 src/lib/libc_r/man/sem_getvalue.3 1.1.2.3 +4 -4 src/lib/libc_r/man/sem_init.3 1.1.2.2 +3 -3 src/lib/libc_r/man/sem_post.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 17:48: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D48A37B78E; Mon, 17 Jul 2000 17:47:57 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA87670; Mon, 17 Jul 2000 17:47:57 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007180047.RAA87670@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 17 Jul 2000 17:47:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/syscons/keymaps INDEX.keymaps Makefile be.iso.acc.kbd be.iso.kbd bg.bds.ctrlcaps.kbd bg.phonetic.ctrlcaps.kbd br275.cp850.kbd br275.iso.acc.kbd br275.iso.kbd ce.iso2.kbd cz.iso2.kbd danish.cp865.kbd ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/17 17:47:57 PDT Modified files: (Branch: RELENG_4) share/syscons/keymaps INDEX.keymaps Makefile be.iso.acc.kbd be.iso.kbd bg.bds.ctrlcaps.kbd bg.phonetic.ctrlcaps.kbd br275.cp850.kbd br275.iso.acc.kbd br275.iso.kbd ce.iso2.kbd cz.iso2.kbd danish.cp865.kbd danish.iso.kbd finnish.cp850.kbd finnish.iso.kbd fr.iso.acc.kbd fr.iso.kbd fr_CA.iso.acc.kbd german.cp850.kbd german.iso.kbd hr.iso.kbd hu.iso2.101keys.kbd hu.iso2.102keys.kbd icelandic.iso.acc.kbd icelandic.iso.kbd it.iso.kbd jp.106.kbd jp.106x.kbd lat-amer.kbd norwegian.iso.kbd pl_PL.ISO_8859-2.kbd pt.iso.acc.kbd pt.iso.kbd ru.cp866.kbd ru.koi8-r.kbd ru.koi8-r.shift.kbd si.iso.kbd sk.iso2.kbd spanish.iso.acc.kbd spanish.iso.kbd swedish.cp850.kbd swedish.iso.kbd swissfrench.iso.acc.kbd swissfrench.iso.kbd swissgerman.iso.acc.kbd swissgerman.iso.kbd uk.cp850-ctrl.kbd uk.cp850.kbd uk.iso-ctrl.kbd uk.iso.kbd us.dvorak.kbd us.dvorakl.kbd us.dvorakr.kbd us.dvorakx.kbd us.emacs.kbd us.iso.kbd us.pc-ctrl.kbd us.unix.kbd Log: MFC: FreeBSD ID, Euro, bg keyboard description Revision Changes Path 1.37.2.1 +4 -1 src/share/syscons/keymaps/INDEX.keymaps 1.44.2.2 +1 -1 src/share/syscons/keymaps/Makefile 1.1.4.1 +2 -1 src/share/syscons/keymaps/be.iso.acc.kbd 1.8.2.1 +2 -1 src/share/syscons/keymaps/be.iso.kbd 1.1.2.2 +0 -0 src/share/syscons/keymaps/bg.bds.ctrlcaps.kbd 1.1.2.2 +0 -0 src/share/syscons/keymaps/bg.phonetic.ctrlcaps.kbd 1.6.2.1 +1 -0 src/share/syscons/keymaps/br275.cp850.kbd 1.3.2.1 +1 -0 src/share/syscons/keymaps/br275.iso.acc.kbd 1.5.2.1 +1 -0 src/share/syscons/keymaps/br275.iso.kbd 1.1.4.1 +2 -0 src/share/syscons/keymaps/ce.iso2.kbd 1.1.4.1 +2 -0 src/share/syscons/keymaps/cz.iso2.kbd 1.13.2.1 +1 -0 src/share/syscons/keymaps/danish.cp865.kbd 1.13.2.1 +2 -1 src/share/syscons/keymaps/danish.iso.kbd 1.1.4.1 +1 -0 src/share/syscons/keymaps/finnish.cp850.kbd 1.1.4.1 +2 -1 src/share/syscons/keymaps/finnish.iso.kbd 1.2.2.1 +2 -1 src/share/syscons/keymaps/fr.iso.acc.kbd 1.11.2.1 +2 -1 src/share/syscons/keymaps/fr.iso.kbd 1.1.4.1 +2 -1 src/share/syscons/keymaps/fr_CA.iso.acc.kbd 1.13.2.1 +1 -0 src/share/syscons/keymaps/german.cp850.kbd 1.14.2.1 +2 -1 src/share/syscons/keymaps/german.iso.kbd 1.1.4.1 +1 -0 src/share/syscons/keymaps/hr.iso.kbd 1.2.2.1 +2 -0 src/share/syscons/keymaps/hu.iso2.101keys.kbd 1.2.2.1 +1 -0 src/share/syscons/keymaps/hu.iso2.102keys.kbd 1.4.2.1 +1 -0 src/share/syscons/keymaps/icelandic.iso.acc.kbd 1.4.2.1 +1 -0 src/share/syscons/keymaps/icelandic.iso.kbd 1.6.2.1 +2 -1 src/share/syscons/keymaps/it.iso.kbd 1.7.2.1 +1 -0 src/share/syscons/keymaps/jp.106.kbd 1.6.2.1 +2 -0 src/share/syscons/keymaps/jp.106x.kbd 1.4.2.1 +1 -0 src/share/syscons/keymaps/lat-amer.kbd 1.5.2.1 +1 -0 src/share/syscons/keymaps/norwegian.iso.kbd 1.4.2.1 +1 -0 src/share/syscons/keymaps/pl_PL.ISO_8859-2.kbd 1.2.2.1 +2 -1 src/share/syscons/keymaps/pt.iso.acc.kbd 1.2.2.1 +2 -1 src/share/syscons/keymaps/pt.iso.kbd 1.5.2.1 +1 -0 src/share/syscons/keymaps/ru.cp866.kbd 1.12.2.1 +1 -0 src/share/syscons/keymaps/ru.koi8-r.kbd 1.11.2.1 +1 -0 src/share/syscons/keymaps/ru.koi8-r.shift.kbd 1.4.2.1 +1 -0 src/share/syscons/keymaps/si.iso.kbd 1.1.4.1 +2 -0 src/share/syscons/keymaps/sk.iso2.kbd 1.4.2.1 +1 -0 src/share/syscons/keymaps/spanish.iso.acc.kbd 1.6.2.1 +1 -0 src/share/syscons/keymaps/spanish.iso.kbd 1.12.2.1 +1 -0 src/share/syscons/keymaps/swedish.cp850.kbd 1.14.2.1 +2 -1 src/share/syscons/keymaps/swedish.iso.kbd 1.1.4.1 +2 -2 src/share/syscons/keymaps/swissfrench.iso.acc.kbd 1.4.2.1 +2 -2 src/share/syscons/keymaps/swissfrench.iso.kbd 1.1.4.1 +2 -2 src/share/syscons/keymaps/swissgerman.iso.acc.kbd 1.5.2.1 +2 -2 src/share/syscons/keymaps/swissgerman.iso.kbd 1.14.2.2 +0 -0 src/share/syscons/keymaps/uk.cp850-ctrl.kbd 1.12.2.1 +1 -0 src/share/syscons/keymaps/uk.cp850.kbd 1.16.2.2 +0 -0 src/share/syscons/keymaps/uk.iso-ctrl.kbd 1.13.2.1 +2 -1 src/share/syscons/keymaps/uk.iso.kbd 1.5.2.1 +2 -0 src/share/syscons/keymaps/us.dvorak.kbd 1.3.2.1 +2 -0 src/share/syscons/keymaps/us.dvorakl.kbd 1.3.2.1 +2 -0 src/share/syscons/keymaps/us.dvorakr.kbd 1.5.2.1 +2 -0 src/share/syscons/keymaps/us.dvorakx.kbd 1.2.6.1 +1 -0 src/share/syscons/keymaps/us.emacs.kbd 1.14.2.1 +1 -0 src/share/syscons/keymaps/us.iso.kbd 1.1.2.2 +0 -0 src/share/syscons/keymaps/us.pc-ctrl.kbd 1.4.2.1 +1 -0 src/share/syscons/keymaps/us.unix.kbd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 18:13: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 3FE6F37B6C8; Mon, 17 Jul 2000 18:12:46 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13ELX2-000Bd8-00; Tue, 18 Jul 2000 01:46:44 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13ELX2-00053D-00; Tue, 18 Jul 2000 01:46:44 +0100 Date: Tue, 18 Jul 2000 01:46:44 +0100 From: Ben Smithurst To: Greg Lehey Cc: Marcel Moolenaar , sheldonh@FreeBSD.org, Christopher Masto , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 Message-ID: <20000718014644.F4668@strontium.scientia.demon.co.uk> References: <20000716225410.A15022@netmonger.net> <20000717142018.D26231@wantadilla.lemis.com> <20000717132026.K84045@strontium.scientia.demon.co.uk> <39734383.12FCC14F@cup.hp.com> <200007162046.NAA80035@freefall.freebsd.org> <20000717113109.D52835@wantadilla.lemis.com> <20000716225410.A15022@netmonger.net> <20000717142018.D26231@wantadilla.lemis.com> <20000717132026.K84045@strontium.scientia.demon.co.uk> <20000718081733.P26231@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="E69HUUNAyIJqGpVn" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000718081733.P26231@wantadilla.lemis.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --E69HUUNAyIJqGpVn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Greg Lehey wrote: > I'm not talking about changing the terms, just defining them. Sounds ok to me, how does this patch look? @@ -91,7 +91,13 @@ and the macro name. =20 If they are an inline expansion of a function, the function is defined all in lowercase, the macro has the same name all in uppercase. If the -macro needs more than a single line, use braces. Right-justify the +macro needs more than a single line, use braces +.Po +.Sq \&{ +and +.Sq \&} +.Pc . +Right-justify the backslashes; it makes it easier to read. If the macro encapsulates a compound statement, enclose it in a .Dq Li do @@ -477,7 +483,12 @@ .It Options without operands come first, in alphabetical order, -inside a single set of brackets. +inside a single set of brackets +.Po +.Sq \&[ +and +.Sq \&] +.Pc . .It Options with operands come next, also in alphabetical order, (Is it possible to get each of those on one line, using .Pq somehow, or not, because there are two separate bits which need .Sq ?) --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project / --E69HUUNAyIJqGpVn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: TOKEzM+/FAnJDHzaJJ34IjfS9EExWtjh iQCVAwUBOXOo8ysPVtiZOS99AQHbzQP/ZD0BELWgm4VksVGvFI8XZ98zFUnvVjBd KjU7rHQlVvhD45UQ1sm+8IWJIYrudyNIRKlyMcMe/xZn8G2A4OtmgOLhLKm5ClGP EdtmXcrTUJbP1weC+qg3APzue9a0cEeeotySlKukb+Ohjgz0NLxb3dF8aXjHNlI4 fSn7y0wfSkA= =iDRA -----END PGP SIGNATURE----- --E69HUUNAyIJqGpVn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 18:16:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1888337B52D; Mon, 17 Jul 2000 18:16:11 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA91503; Mon, 17 Jul 2000 18:16:11 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Message-Id: <200007180116.SAA91503@freefall.freebsd.org> From: Kazuo Horikawa Date: Mon, 17 Jul 2000 18:16:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 cmp.1 fetch.1 make.1 doc/ja_JP.eucJP/man/man8 natd.8 route6d.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/07/17 18:16:10 PDT Modified files: ja_JP.eucJP/man/man1 cmp.1 fetch.1 make.1 ja_JP.eucJP/man/man8 natd.8 route6d.8 Log: Catch up recent RELENG_4. natd.8 1.27.2.5 make.1 1.29.2.2 fetch.1 1.33.2.2 route6d.8 1.1.2.1 cmp.1 1.7.2.2 Revision Changes Path 1.7 +7 -3 doc/ja_JP.eucJP/man/man1/cmp.1 1.14 +9 -1 doc/ja_JP.eucJP/man/man1/fetch.1 1.12 +2 -2 doc/ja_JP.eucJP/man/man1/make.1 1.17 +4 -1 doc/ja_JP.eucJP/man/man8/natd.8 1.2 +24 -9 doc/ja_JP.eucJP/man/man8/route6d.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 18:21:36 2000 Delivered-To: cvs-all@freebsd.org Received: from cypherpunks.ai (cypherpunks.ai [209.88.68.47]) by hub.freebsd.org (Postfix) with ESMTP id E5BEE37B77F; Mon, 17 Jul 2000 18:21:28 -0700 (PDT) (envelope-from jeroen@vangelderen.org) Received: from vangelderen.org (grolsch.ai [209.88.68.214]) by cypherpunks.ai (Postfix) with ESMTP id BF7224C; Mon, 17 Jul 2000 21:21:27 -0400 (AST) Message-ID: <3973B117.B3EB2711@vangelderen.org> Date: Mon, 17 Jul 2000 21:21:27 -0400 From: "Jeroen C. van Gelderen" X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Kris Kennaway Cc: Mark Murray , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc rc.shutdown src/etc/defaults rc.conf References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kris Kennaway wrote: > > On Mon, 17 Jul 2000, Mark Murray wrote: > > > markm 2000/07/17 05:28:59 PDT > > > > Modified files: > > etc rc rc.shutdown > > etc/defaults rc.conf > > Log: > > Add entropy caching. With this, some entropy is cached at shutdown > > time, and this is used to reseed the random number generator at > > boot time. > > > > NOTE - this has no hope of working if you halt(); you need to > > execute rc.shutdown to get the entropy stash. > > Should this be stashed by the kernel in a swap device, or something? Yuck, no, that would be a gross hack! Swap partitions are not a good place for persistenly storing precious, security related information. That's what we have filesystems for. Cheers, Jeroen -- Jeroen C. van Gelderen o _ _ _ jeroen@vangelderen.org _o /\_ _ \\o (_)\__/o (_) _< \_ _>(_) (_)/<_ \_| \ _|/' \/ (_)>(_) (_) (_) (_) (_)' _\o_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 18:36: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 84B2437B633; Mon, 17 Jul 2000 18:35:58 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id VAA04708; Mon, 17 Jul 2000 21:35:54 -0400 (EDT) (envelope-from wollman) Date: Mon, 17 Jul 2000 21:35:54 -0400 (EDT) From: Garrett Wollman Message-Id: <200007180135.VAA04708@khavrinen.lcs.mit.edu> To: Dag-Erling Smorgrav Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch http.c In-Reply-To: References: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: >> all the ones you know of, and does the new one support all of the >> features of the old? > Yes, and to the best of my knowledge, yes, though I've had complaints > about -b and -t from people who didn't bother to RTFM. Except, of course, of the features `-b' and `-t' turned off. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 18:38:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8956337B633; Mon, 17 Jul 2000 18:38:20 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA93913; Mon, 17 Jul 2000 18:38:20 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <200007180138.SAA93913@freefall.freebsd.org> From: Jason Evans Date: Mon, 17 Jul 2000 18:38:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/man pthread_attr.3 pthread_condattr.3 pthread_kill.3 pthread_mutexattr.3 pthread_schedparam.3 pthread_sigmask.3 sem_destroy.3 sem_getvalue.3 sem_init.3 sem_open.3 sem_post.3 sem_wait.3 sigwait.3 src/lib/libc_r/uthread ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2000/07/17 18:38:20 PDT Modified files: lib/libc_r/man pthread_attr.3 pthread_condattr.3 pthread_kill.3 pthread_mutexattr.3 pthread_schedparam.3 pthread_sigmask.3 sem_destroy.3 sem_getvalue.3 sem_init.3 sem_open.3 sem_post.3 sem_wait.3 sigwait.3 lib/libc_r/uthread uthread_aio_suspend.c uthread_cond.c uthread_creat.c uthread_jmp.c uthread_pause.c uthread_sem.c uthread_sendfile.c uthread_sleep.c uthread_system.c uthread_tcdrain.c uthread_wait.c uthread_waitpid.c Log: Change my email address in the copyright notices for the sake of consistency (jasone@canonware.com --> jasone@freebsd.org). Revision Changes Path 1.5 +2 -2 src/lib/libc_r/man/pthread_attr.3 1.3 +2 -2 src/lib/libc_r/man/pthread_condattr.3 1.4 +2 -2 src/lib/libc_r/man/pthread_kill.3 1.3 +2 -2 src/lib/libc_r/man/pthread_mutexattr.3 1.3 +2 -2 src/lib/libc_r/man/pthread_schedparam.3 1.4 +2 -2 src/lib/libc_r/man/pthread_sigmask.3 1.3 +2 -2 src/lib/libc_r/man/sem_destroy.3 1.4 +2 -2 src/lib/libc_r/man/sem_getvalue.3 1.5 +2 -2 src/lib/libc_r/man/sem_init.3 1.3 +2 -2 src/lib/libc_r/man/sem_open.3 1.4 +2 -2 src/lib/libc_r/man/sem_post.3 1.3 +2 -2 src/lib/libc_r/man/sem_wait.3 1.3 +2 -2 src/lib/libc_r/man/sigwait.3 1.3 +2 -2 src/lib/libc_r/uthread/uthread_aio_suspend.c 1.26 +2 -2 src/lib/libc_r/uthread/uthread_cond.c 1.2 +2 -2 src/lib/libc_r/uthread/uthread_creat.c 1.3 +2 -2 src/lib/libc_r/uthread/uthread_jmp.c 1.2 +2 -2 src/lib/libc_r/uthread/uthread_pause.c 1.4 +2 -2 src/lib/libc_r/uthread/uthread_sem.c 1.2 +2 -2 src/lib/libc_r/uthread/uthread_sendfile.c 1.2 +2 -2 src/lib/libc_r/uthread/uthread_sleep.c 1.2 +2 -2 src/lib/libc_r/uthread/uthread_system.c 1.2 +2 -2 src/lib/libc_r/uthread/uthread_tcdrain.c 1.2 +2 -2 src/lib/libc_r/uthread/uthread_wait.c 1.2 +2 -2 src/lib/libc_r/uthread/uthread_waitpid.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 18:38:35 2000 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 1F01C37BC4F; Mon, 17 Jul 2000 18:38:28 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id SAA64413; Mon, 17 Jul 2000 18:38:26 -0700 (PDT) (envelope-from obrien) Date: Mon, 17 Jul 2000 18:38:26 -0700 From: "David O'Brien" To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fetch fetch.c Message-ID: <20000717183825.A63686@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200007172149.OAA64903@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007172149.OAA64903@freefall.freebsd.org>; from des@FreeBSD.org on Mon, Jul 17, 2000 at 02:49:02PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 17, 2000 at 02:49:02PM -0700, Dag-Erling Smorgrav wrote: > des 2000/07/17 14:49:01 PDT > > Modified files: > usr.bin/fetch fetch.c > Log: > Rearrange / rewrite large portions of fetch() to take advantage of new > libfetch features (fetchRestartCalls, fetchXGet()). With the continued frequency of fetch(1) commits, I am very concerned this got MFC'ed when it did. Will you consider backing this out of RELENG_4 and using the proven fetch(1) in 4.1-RELEASE? -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 18:49:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DFFF37B754; Mon, 17 Jul 2000 18:49:06 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA94771; Mon, 17 Jul 2000 18:49:05 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007180149.SAA94771@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 17 Jul 2000 18:49:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/17 18:49:05 PDT Modified files: . Makefile.inc1 Log: Move mtree to bootstrap-tools and add PATH=${TMPPATH} to IMAKEENV to pick it Revision Changes Path 1.155 +5 -5 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 18:50:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 935FB37B754; Mon, 17 Jul 2000 18:50:10 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA94888; Mon, 17 Jul 2000 18:50:10 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <200007180150.SAA94888@freefall.freebsd.org> From: Bill Fumerola Date: Mon, 17 Jul 2000 18:50:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/add main.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2000/07/17 18:50:10 PDT Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/add main.c Log: Update this so -r groks the 4.1-RELEASE tree. After the release I will revisit this poor, poor method and put in something that I don't have to bump every release. Requested by: obrien Revision Changes Path 1.29.2.3 +4 -4 src/usr.sbin/pkg_install/add/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 18:57:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E5EA37B83B; Mon, 17 Jul 2000 18:57:21 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA95565; Mon, 17 Jul 2000 18:57:21 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <200007180157.SAA95565@freefall.freebsd.org> From: Jason Evans Date: Mon, 17 Jul 2000 18:57:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r Makefile src/lib/libc_r/uthread uthread_sendfile.c Makefile.inc X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2000/07/17 18:57:21 PDT Modified files: (Branch: RELENG_4) lib/libc_r Makefile lib/libc_r/uthread Makefile.inc Added files: (Branch: RELENG_4) lib/libc_r/uthread uthread_sendfile.c Log: MFC: Add a sendfile() wrapper, so that calls to sendfile() do not block the entire process. Revision Changes Path 1.24.2.1 +2 -2 src/lib/libc_r/Makefile 1.23.2.1 +2 -1 src/lib/libc_r/uthread/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 19: 6: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED23437B818; Mon, 17 Jul 2000 19:05:57 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA97506; Mon, 17 Jul 2000 19:05:58 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <200007180205.TAA97506@freefall.freebsd.org> From: Jason Evans Date: Mon, 17 Jul 2000 19:05:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/man pthread_attr.3 pthread_condattr.3 pthread_kill.3 pthread_mutexattr.3 pthread_schedparam.3 pthread_sigmask.3 sem_destroy.3 sem_getvalue.3 sem_init.3 sem_open.3 sem_post.3 sem_wait.3 sigwait.3 src/lib/libc_r/uthread ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2000/07/17 19:05:57 PDT Modified files: (Branch: RELENG_4) lib/libc_r/man pthread_attr.3 pthread_condattr.3 pthread_kill.3 pthread_mutexattr.3 pthread_schedparam.3 pthread_sigmask.3 sem_destroy.3 sem_getvalue.3 sem_init.3 sem_open.3 sem_post.3 sem_wait.3 sigwait.3 lib/libc_r/uthread uthread_aio_suspend.c uthread_creat.c uthread_jmp.c uthread_pause.c uthread_sem.c uthread_sleep.c uthread_system.c uthread_tcdrain.c uthread_wait.c uthread_waitpid.c Log: MFC: Change my email address in the copyright notices for the sake of consistency (jasone@canonware.com --> jasone@freebsd.org). Revision Changes Path 1.4.2.2 +2 -2 src/lib/libc_r/man/pthread_attr.3 1.2.2.2 +2 -2 src/lib/libc_r/man/pthread_condattr.3 1.3.2.2 +2 -2 src/lib/libc_r/man/pthread_kill.3 1.2.2.2 +2 -2 src/lib/libc_r/man/pthread_mutexattr.3 1.2.2.2 +2 -2 src/lib/libc_r/man/pthread_schedparam.3 1.3.2.2 +2 -2 src/lib/libc_r/man/pthread_sigmask.3 1.1.2.2 +2 -2 src/lib/libc_r/man/sem_destroy.3 1.1.2.3 +2 -2 src/lib/libc_r/man/sem_getvalue.3 1.1.2.4 +2 -2 src/lib/libc_r/man/sem_init.3 1.1.2.2 +2 -2 src/lib/libc_r/man/sem_open.3 1.1.2.3 +2 -2 src/lib/libc_r/man/sem_post.3 1.1.2.2 +2 -2 src/lib/libc_r/man/sem_wait.3 1.2.2.2 +2 -2 src/lib/libc_r/man/sigwait.3 1.2.2.1 +2 -2 src/lib/libc_r/uthread/uthread_aio_suspend.c 1.1.2.1 +2 -2 src/lib/libc_r/uthread/uthread_creat.c 1.2.2.1 +2 -2 src/lib/libc_r/uthread/uthread_jmp.c 1.1.2.1 +2 -2 src/lib/libc_r/uthread/uthread_pause.c 1.3.2.1 +2 -2 src/lib/libc_r/uthread/uthread_sem.c 1.1.2.1 +2 -2 src/lib/libc_r/uthread/uthread_sleep.c 1.1.2.1 +2 -2 src/lib/libc_r/uthread/uthread_system.c 1.1.2.1 +2 -2 src/lib/libc_r/uthread/uthread_tcdrain.c 1.1.2.1 +2 -2 src/lib/libc_r/uthread/uthread_wait.c 1.1.2.1 +2 -2 src/lib/libc_r/uthread/uthread_waitpid.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 19:15:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 468EC37B85C; Mon, 17 Jul 2000 19:15:22 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA98414; Mon, 17 Jul 2000 19:15:22 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200007180215.TAA98414@freefall.freebsd.org> From: John Polstra Date: Mon, 17 Jul 2000 19:15:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf/alpha lockdflt.c src/libexec/rtld-elf/i386 lockdflt.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/07/17 19:15:22 PDT Modified files: (Branch: RELENG_4) libexec/rtld-elf/alpha lockdflt.c libexec/rtld-elf/i386 lockdflt.c Log: MFC: Block signals while holding the exclusive lock to avoid locking against self. The revisions merged are: alpha/lockdflt.c: 1.5 -> 1.6 i386/lockdflt.c: 1.5 -> 1.6 I discussed this merge with the release engineer and we agreed that this particular merge would best be done as soon as possible, rather than waiting until just before the 4.1 code freeze when it couldn't receive the benefit of testing with the ports it is intended to fix. (It should fix Mozilla and other user threads based programs. And it should fail to break any linuxthreads based programs.) Approved by: jkh Revision Changes Path 1.5.2.2 +25 -2 src/libexec/rtld-elf/alpha/lockdflt.c 1.5.2.2 +33 -3 src/libexec/rtld-elf/i386/lockdflt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 19:24:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E33DD37B876; Mon, 17 Jul 2000 19:24:33 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA99448; Mon, 17 Jul 2000 19:24:33 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200007180224.TAA99448@freefall.freebsd.org> From: John Polstra Date: Mon, 17 Jul 2000 19:24:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ldconfig ldconfig.8 ldconfig.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/07/17 19:24:33 PDT Modified files: (Branch: RELENG_4) sbin/ldconfig ldconfig.8 ldconfig.c Log: MFC: Make "ldconfig" with no arguments behave the same as "ldconfig -R". ldconfig.8: 1.19 -> 1.20 ldconfig.c: 1.31 -> 1.32 Revision Changes Path 1.19.2.1 +2 -1 src/sbin/ldconfig/ldconfig.8 1.31.2.1 +4 -2 src/sbin/ldconfig/ldconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 19:27: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 991D337B876; Mon, 17 Jul 2000 19:27:02 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA99853; Mon, 17 Jul 2000 19:27:02 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007180227.TAA99853@freefall.freebsd.org> From: John Baldwin Date: Mon, 17 Jul 2000 19:27:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook authors.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/17 19:27:02 PDT Modified files: en_US.ISO_8859-1/books/handbook authors.ent Log: Temporarily add back in the 3 entities removed in rev 1.106 so I can get 4.1 out the door with docs. Revision Changes Path 1.110 +7 -1 doc/en_US.ISO_8859-1/books/handbook/authors.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 19:36:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C4F737B93F; Mon, 17 Jul 2000 19:36:33 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA00938; Mon, 17 Jul 2000 19:36:28 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Message-Id: <200007180236.TAA00938@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Mon, 17 Jul 2000 19:36:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/racoon Makefile ports/security/racoon/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2000/07/17 19:36:27 PDT Modified files: security/racoon Makefile security/racoon/files md5 Log: upgrade to 20000718a. Revision Changes Path 1.2 +2 -2 ports/security/racoon/Makefile 1.2 +1 -1 ports/security/racoon/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 19:51:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CB8E37B612; Mon, 17 Jul 2000 19:51:11 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA02557; Mon, 17 Jul 2000 19:51:10 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200007180251.TAA02557@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 17 Jul 2000 19:51:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/introduction chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/07/17 19:51:10 PDT Modified files: ja_JP.eucJP/books/handbook/introduction chapter.sgml Log: Merge changes in the English version (1.28 -> 1.30). Revision Changes Path 1.13 +7 -7 doc/ja_JP.eucJP/books/handbook/introduction/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 19:55:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 217FA37B875; Mon, 17 Jul 2000 19:55:09 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA03042; Mon, 17 Jul 2000 19:55:08 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200007180255.TAA03042@freefall.freebsd.org> From: John Polstra Date: Mon, 17 Jul 2000 19:55:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/pm3-base/patches patch-ea X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/07/17 19:55:08 PDT Added files: lang/pm3-base/patches patch-ea Log: Fix a bug which caused core dumps from graphics programs if the reverse DNS wasn't set up correctly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 20:20:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D221737B93F; Mon, 17 Jul 2000 20:20:09 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA06771; Mon, 17 Jul 2000 20:20:09 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007180320.UAA06771@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 17 Jul 2000 20:20:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/cfs Makefile ports/security/cfs/files cfsd.sh ports/security/cfs/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/17 20:20:09 PDT Modified files: security/cfs Makefile Added files: security/cfs/files cfsd.sh Removed files: security/cfs/scripts configure Log: Use new style start/stop rc.d script Unrestrict port since we are able to distribute crypto Revision Changes Path 1.10 +2 -3 ports/security/cfs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 20:42:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6268937B957; Mon, 17 Jul 2000 20:42:15 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA09320; Mon, 17 Jul 2000 20:42:16 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007180342.UAA09320@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 17 Jul 2000 20:42:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/cfs/files cfsd.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/17 20:42:15 PDT Modified files: security/cfs/files cfsd.sh Log: Use 'killall cfsd' on stop Revision Changes Path 1.2 +1 -0 ports/security/cfs/files/cfsd.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 21:12:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D3CBE37B601; Mon, 17 Jul 2000 21:12:19 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA13490; Mon, 17 Jul 2000 21:12:19 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <200007180412.VAA13490@freefall.freebsd.org> From: Marcel Moolenaar Date: Mon, 17 Jul 2000 21:12:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include npx.h X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/07/17 21:12:19 PDT Modified files: (Branch: RELENG_3) sys/i386/include npx.h Log: MFC: change default FPU control word. PR: 17984 Revision Changes Path 1.14.2.2 +5 -35 src/sys/i386/include/npx.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 21:15:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E16B37B601; Mon, 17 Jul 2000 21:15:07 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA13747; Mon, 17 Jul 2000 21:15:06 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007180415.VAA13747@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 17 Jul 2000 21:15:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha/cdboot version X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/17 21:15:06 PDT Modified files: sys/boot/alpha/cdboot version Log: Declare our DEC Alpha cdboot to be a fully released version 1.0. Revision Changes Path 1.3 +2 -1 src/sys/boot/alpha/cdboot/version To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 21:16: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0430E37B984; Mon, 17 Jul 2000 21:15:57 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA13855; Mon, 17 Jul 2000 21:15:56 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007180415.VAA13855@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 17 Jul 2000 21:15:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha/cdboot version X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/17 21:15:56 PDT Modified files: (Branch: RELENG_4) sys/boot/alpha/cdboot version Log: MFC: rev 1.3 (now at version 1.0) Revision Changes Path 1.2.2.1 +2 -1 src/sys/boot/alpha/cdboot/version To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 21:39: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D146E37B6B3; Mon, 17 Jul 2000 21:38:57 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id VAA15948; Mon, 17 Jul 2000 21:38:57 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Mon, 17 Jul 2000 21:38:57 -0700 (PDT) From: Kris Kennaway To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/security/cfs Makefile ports/security/cfs/files cfsd.sh ports/security/cfs/scripts configure In-Reply-To: <200007180320.UAA06771@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 17 Jul 2000, Andrey A. Chernov wrote: > ache 2000/07/17 20:20:09 PDT > > Modified files: > security/cfs Makefile > Added files: > security/cfs/files cfsd.sh > Removed files: > security/cfs/scripts configure > Log: > Use new style start/stop rc.d script > Unrestrict port since we are able to distribute crypto As discussed on ports, the CFS license specifically prohibits redistribution outside the US - of course, it was *probably* because of the previous export regs and it's *probably* okay, but we need to ask Matt Blaze first (author) Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 21:39:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 38D1737B6B3; Mon, 17 Jul 2000 21:39:37 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA16040; Mon, 17 Jul 2000 21:39:37 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007180439.VAA16040@freefall.freebsd.org> From: Matt Jacob Date: Mon, 17 Jul 2000 21:39:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/scsi_target scsi_target.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/17 21:39:37 PDT Modified files: share/examples/scsi_target scsi_target.c Log: Don't get stuck in a loop calling exit from an atexit routine. Clean up cam_fill_ctio usage to passed atio flags. Clear periph_priv area of new ctio so if the kernel is dumb enough to look at them (this is a SECURITY hole) the panic will be obvious instead of subtle. Revision Changes Path 1.9 +10 -9 src/share/examples/scsi_target/scsi_target.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 21:42: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 02A3637B6B3; Mon, 17 Jul 2000 21:42:04 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA16257; Mon, 17 Jul 2000 21:42:03 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007180442.VAA16257@freefall.freebsd.org> From: Matt Jacob Date: Mon, 17 Jul 2000 21:42:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/scsi_target scsi_target.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/17 21:42:03 PDT Modified files: (Branch: RELENG_4) share/examples/scsi_target scsi_target.c Log: MFC: Don't get stuck in a loop calling exit from an atexit routine. Clean up cam_fill_ctio usage to passed atio flags. Clear periph_priv area of new ctio so if the kernel is dumb enough to look at them (this is a SECURITY hole) the panic will be obvious instead of subtle. Clean up after oneself on exit. Revision Changes Path 1.5.2.2 +20 -9 src/share/examples/scsi_target/scsi_target.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 21:56:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B18937B9A0; Mon, 17 Jul 2000 21:56:46 -0700 (PDT) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA18344; Mon, 17 Jul 2000 21:56:46 -0700 (PDT) (envelope-from bp@FreeBSD.org) Message-Id: <200007180456.VAA18344@freefall.freebsd.org> From: Boris Popov Date: Mon, 17 Jul 2000 21:56:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/nut Makefile ports/sysutils/nut/files md5 ports/sysutils/nut/patches patch-aa ports/sysutils/nut/pkg PLIST PLIST.DOC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bp 2000/07/17 21:56:46 PDT Modified files: sysutils/nut Makefile sysutils/nut/files md5 sysutils/nut/patches patch-aa sysutils/nut/pkg PLIST PLIST.DOC Log: Upgrade to version 0.44.0 Revision Changes Path 1.7 +11 -4 ports/sysutils/nut/Makefile 1.5 +1 -1 ports/sysutils/nut/files/md5 1.3 +48 -34 ports/sysutils/nut/patches/patch-aa 1.6 +6 -4 ports/sysutils/nut/pkg/PLIST 1.3 +5 -0 ports/sysutils/nut/pkg/PLIST.DOC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 21:59:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 374FA37B9A0; Mon, 17 Jul 2000 21:59:30 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA18818; Mon, 17 Jul 2000 21:59:30 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <200007180459.VAA18818@freefall.freebsd.org> From: Joseph Koshy Date: Mon, 17 Jul 2000 21:59:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkoshy 2000/07/17 21:59:30 PDT Modified files: en/news press.sgml Log: Add 32bitsonline review of FreeBSD 4.0. Revision Changes Path 1.158 +15 -2 www/en/news/press.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 21:59:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5816937BD7C; Mon, 17 Jul 2000 21:59:39 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA18874; Mon, 17 Jul 2000 21:59:39 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200007180459.VAA18874@freefall.freebsd.org> From: Warner Losh Date: Mon, 17 Jul 2000 21:59:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.c cardd.h file.c pccard.conf.5 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/07/17 21:59:39 PDT Modified files: (Branch: RELENG_4) usr.sbin/pccard/pccardd cardd.c cardd.h file.c pccard.conf.5 Log: MFC: logstr functionality file.c 1.31 cardd.c 1.54 cardd.h 1.24 pccard.conf.5 1.17 Revision Changes Path 1.46.2.4 +6 -1 src/usr.sbin/pccard/pccardd/cardd.c 1.18.2.3 +2 -1 src/usr.sbin/pccard/pccardd/cardd.h 1.24.2.4 +16 -10 src/usr.sbin/pccard/pccardd/file.c 1.12.2.3 +18 -1 src/usr.sbin/pccard/pccardd/pccard.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 22: 5:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BB53637B9F3; Mon, 17 Jul 2000 22:05:09 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA19998; Mon, 17 Jul 2000 22:05:10 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Message-Id: <200007180505.WAA19998@freefall.freebsd.org> From: Yukihiro Nakai Date: Mon, 17 Jul 2000 22:05:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2000/07/17 22:05:09 PDT Modified files: . modules Log: ja-balsa --> ports/japanese/balsa Revision Changes Path 1.1417 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 22: 9:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3971C37B9F3; Mon, 17 Jul 2000 22:09:06 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA21844; Mon, 17 Jul 2000 22:09:06 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Message-Id: <200007180509.WAA21844@freefall.freebsd.org> From: Yukihiro Nakai Date: Mon, 17 Jul 2000 22:09:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/balsa - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2000/07/17 22:09:06 PDT ports/japanese/balsa - Imported sources Update of /home/ncvs/ports/japanese/balsa In directory freefall.freebsd.org:/d/home/nakai/balsa Log Message: Japanized version of mail/balsa. PR: ports/18497 Submitted by: Yoichi ASAI Status: Vendor Tag: ASAI Release Tags: v0_8_0 N ports/japanese/balsa/Makefile N ports/japanese/balsa/files/md5 N ports/japanese/balsa/pkg/COMMENT N ports/japanese/balsa/pkg/DESCR N ports/japanese/balsa/pkg/PLIST N ports/japanese/balsa/patches/patch-ag N ports/japanese/balsa/patches/patch-ai N ports/japanese/balsa/patches/patch-aj N ports/japanese/balsa/patches/patch-ak N ports/japanese/balsa/patches/patch-al N ports/japanese/balsa/patches/patch-am N ports/japanese/balsa/patches/patch-an N ports/japanese/balsa/patches/patch-ao No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 22: 9:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B569537B9A6; Mon, 17 Jul 2000 22:09:43 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA21997; Mon, 17 Jul 2000 22:09:44 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Message-Id: <200007180509.WAA21997@freefall.freebsd.org> From: Yukihiro Nakai Date: Mon, 17 Jul 2000 22:09:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2000/07/17 22:09:44 PDT Modified files: japanese Makefile Log: Add balsa Revision Changes Path 1.279 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 22:38:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 741BF37BBB1; Mon, 17 Jul 2000 22:38:05 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA29263; Mon, 17 Jul 2000 22:38:04 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Message-Id: <200007180538.WAA29263@freefall.freebsd.org> From: Kelly Yancey Date: Mon, 17 Jul 2000 22:38:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/libepplet Makefile ports/x11-wm/libepplet/files md5 ports/x11-wm/libepplet/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kbyanc 2000/07/17 22:38:04 PDT Modified files: x11-wm Makefile Added files: x11-wm/libepplet Makefile x11-wm/libepplet/files md5 x11-wm/libepplet/pkg COMMENT DESCR PLIST Log: New port: libepplet. This is the library portion of the existing epplets port, the base library against which epplets must be linked. PR: 19396 Submitted by: kbyanc@posi.net Revision Changes Path 1.42 +2 -1 ports/x11-wm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 22:38:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA60B37BA28; Mon, 17 Jul 2000 22:38:08 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA29298; Mon, 17 Jul 2000 22:38:08 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Message-Id: <200007180538.WAA29298@freefall.freebsd.org> From: Kelly Yancey Date: Mon, 17 Jul 2000 22:38:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kbyanc 2000/07/17 22:38:07 PDT Modified files: . modules Log: libepplet --> ports/x11-wm/libepplet Revision Changes Path 1.1418 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 23: 8:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 984EE37B841; Mon, 17 Jul 2000 23:08:28 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA33426; Mon, 17 Jul 2000 23:08:28 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200007180608.XAA33426@freefall.freebsd.org> From: Peter Wemm Date: Mon, 17 Jul 2000 23:08:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_bus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/07/17 23:08:28 PDT Modified files: sys/kern subr_bus.c Log: Patch up some bogons in the resource_find() vs resource_find_hard() interfaces. The original resource_find() returned a pointer to an internal resource table entry. resource_find_hard() dereferences the actual passed in value (oops!) - effectively trashing random memory due to the pointer being passed in with a random initial value. Submitted by: bde Revision Changes Path 1.75 +10 -4 src/sys/kern/subr_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 23:22:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC8ED37B6BF; Mon, 17 Jul 2000 23:22:45 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA34903; Mon, 17 Jul 2000 23:22:45 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007180622.XAA34903@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 17 Jul 2000 23:22:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/17 23:22:45 PDT Modified files: . modules Log: glib13 --> ports/devel/glib13 (repo copied from glib12) Revision Changes Path 1.1419 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 23:23:58 2000 Delivered-To: cvs-all@freebsd.org Received: from piranha.amis.net (piranha.amis.net [212.18.32.3]) by hub.freebsd.org (Postfix) with ESMTP id 8823937BA3F; Mon, 17 Jul 2000 23:23:50 -0700 (PDT) (envelope-from blaz@amis.net) Received: from titanic.medinet.si (titanic.medinet.si [212.18.32.66]) by piranha.amis.net (Postfix) with ESMTP id 0318A5D29; Tue, 18 Jul 2000 08:23:48 +0200 (CEST) Date: Tue, 18 Jul 2000 08:23:48 +0200 (CEST) From: Blaz Zupan X-Sender: blaz@titanic.medinet.si To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: RE: cvs commit: src/sys/boot/i386/boot0 Makefile boot0.s In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > boot0, so we don't know if it worked either. Also, in both cases > the new /boot/mbr worked fine, and it uses the same BIOS calls for > disk access that boot0 uses. *sigh* In both cases, boot0 was > being loaded from a SCSI disk with an 2940 Adaptec adapter. However, Not true. In my case I boot from a 14GB IDE drive, the Adaptec is in there just to support my two SCSI disks, but I don't boot from it. I will try installing the old boot0 to see if it works with that. Blaz Zupan, Medinet d.o.o, Linhartova 21, 2000 Maribor, Slovenia E-mail: blaz@amis.net, Tel: +386-2-320-6320, Fax: +386-2-320-6325 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 23:37:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9AB737B6BF; Mon, 17 Jul 2000 23:37:08 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA36267; Mon, 17 Jul 2000 23:37:08 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Message-Id: <200007180637.XAA36267@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Mon, 17 Jul 2000 23:37:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ep if_ep_isa.c if_epreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mdodd 2000/07/17 23:37:08 PDT Modified files: sys/dev/ep if_ep_isa.c if_epreg.h Log: Properly detect ISA cards in EISA mode and skip them in the ISA identify routine so that they will be picked up by the EISA front end. PR: i386/2598 Revision Changes Path 1.9 +11 -3 src/sys/dev/ep/if_ep_isa.c 1.30 +3 -1 src/sys/dev/ep/if_epreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 23:40:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC2A037B9A4; Mon, 17 Jul 2000 23:40:23 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA36631; Mon, 17 Jul 2000 23:40:23 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007180640.XAA36631@freefall.freebsd.org> From: Matt Jacob Date: Mon, 17 Jul 2000 23:40:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci isp_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/17 23:40:23 PDT Modified files: sys/pci isp_pci.c Log: Keep interrupts blocked for all of isp_pci_attach. Redo DMA routines for target mode for cleanliness and accuracy. Revision Changes Path 1.48 +160 -77 src/sys/pci/isp_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 23:41:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 579CC37B9A4; Mon, 17 Jul 2000 23:41:47 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA36818; Mon, 17 Jul 2000 23:41:47 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007180641.XAA36818@freefall.freebsd.org> From: Matt Jacob Date: Mon, 17 Jul 2000 23:41:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci isp_pci.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/17 23:41:46 PDT Modified files: (Branch: RELENG_4) sys/pci isp_pci.c Log: MFC:Keep interrupts blocked for all of isp_pci_attach. Redo DMA routines for target mode for cleanliness and accuracy. Revision Changes Path 1.45.2.2 +160 -77 src/sys/pci/isp_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 23:43:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2670F37BA5F; Mon, 17 Jul 2000 23:43:41 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA37096; Mon, 17 Jul 2000 23:43:40 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Message-Id: <200007180643.XAA37096@freefall.freebsd.org> From: Kelly Yancey Date: Mon, 17 Jul 2000 23:43:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/epplets Makefile ports/x11-wm/epplets/patches patch-ak patch-al ports/x11-wm/epplets/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kbyanc 2000/07/17 23:43:40 PDT Modified files: x11-wm/epplets Makefile x11-wm/epplets/pkg COMMENT DESCR PLIST Added files: x11-wm/epplets/patches patch-ak patch-al Log: Extract libepplet from the epplets port now that has it's own port. PR: 19396 Submitted by: kbyanc@posi.net Revision Changes Path 1.7 +3 -2 ports/x11-wm/epplets/Makefile 1.3 +1 -1 ports/x11-wm/epplets/pkg/COMMENT 1.3 +2 -1 ports/x11-wm/epplets/pkg/DESCR 1.5 +0 -5 ports/x11-wm/epplets/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 23:44:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F390C37B9A4; Mon, 17 Jul 2000 23:44:14 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA37189; Mon, 17 Jul 2000 23:44:14 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007180644.XAA37189@freefall.freebsd.org> From: Matt Jacob Date: Mon, 17 Jul 2000 23:44:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_target.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/17 23:44:14 PDT Modified files: (Branch: RELENG_4) sys/cam/scsi scsi_target.c Log: MFC:Preserve CAM_DIS_DISCONNECT as passed up from SIM (like CAM_TAG_ACTION_VALID and CAM_DIR_MASK). Remove redundant CAM_DEBUG line. Spiff up CAM_DEBUG printout for commands and move the printout up to the top where we can see it, even for the pending_ua/pending_ca cass. Add missing newline in a CAM_DEBUG. Revision Changes Path 1.22.2.5 +17 -10 src/sys/cam/scsi/scsi_target.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 23:46:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E72337BAD5; Mon, 17 Jul 2000 23:46:49 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA37537; Mon, 17 Jul 2000 23:46:49 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007180646.XAA37537@freefall.freebsd.org> From: Matt Jacob Date: Mon, 17 Jul 2000 23:46:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/17 23:46:49 PDT Modified files: sys/dev/isp isp.c Log: Raise debug level for some messages. Fix botched inversion about MBOX_COMMAND_ERROR vs. MBOX_COMMAND_PARAM_ERROR. Revision Changes Path 1.48 +10 -12 src/sys/dev/isp/isp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 23:47:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 642D837BADF; Mon, 17 Jul 2000 23:47:20 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA37649; Mon, 17 Jul 2000 23:47:20 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007180647.XAA37649@freefall.freebsd.org> From: Matt Jacob Date: Mon, 17 Jul 2000 23:47:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/17 23:47:20 PDT Modified files: (Branch: RELENG_4) sys/dev/isp isp.c Log: MFC: Raise debug level for some messages. Fix botched inversion about MBOX_COMMAND_ERROR vs. MBOX_COMMAND_PARAM_ERROR. Revision Changes Path 1.41.2.4 +10 -12 src/sys/dev/isp/isp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 23:48:21 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id B782237BAE3; Mon, 17 Jul 2000 23:48:08 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13ERAg-000BDO-00; Tue, 18 Jul 2000 08:48:02 +0200 From: Sheldon Hearn To: Ben Smithurst Cc: Greg Lehey , Marcel Moolenaar , Christopher Masto , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 In-reply-to: Your message of "Tue, 18 Jul 2000 01:46:44 +0100." <20000718014644.F4668@strontium.scientia.demon.co.uk> Date: Tue, 18 Jul 2000 08:48:02 +0200 Message-ID: <43113.963902882@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 18 Jul 2000 01:46:44 +0100, Ben Smithurst wrote: > (Is it possible to get each of those on one line, using .Pq somehow, or > not, because there are two separate bits which need .Sq ?) Probably, but there's nothing wrong with using lots of lines in mdoc. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 23:51:44 2000 Delivered-To: cvs-all@freebsd.org Received: from mout1.silyn-tek.de (mout1.silyn-tek.de [194.25.165.69]) by hub.freebsd.org (Postfix) with ESMTP id 8FA2C37B9A7; Mon, 17 Jul 2000 23:51:34 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.33] (helo=mx1.silyn-tek.de) by mout1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13ERE5-0003xf-00; Tue, 18 Jul 2000 08:51:33 +0200 Received: from p3e9c114a.dip0.t-ipconnect.de ([62.156.17.74] helo=neutron.cichlids.com) by mx1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13ERE1-0008J8-00; Tue, 18 Jul 2000 08:51:29 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 82BA4AB91; Tue, 18 Jul 2000 08:52:58 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 7E0C514A62; Tue, 18 Jul 2000 08:51:29 +0200 (CEST) Date: Tue, 18 Jul 2000 08:51:29 +0200 From: Alexander Langer To: Sheldon Hearn Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/string strsep.3 Message-ID: <20000718085129.A2670@cichlids.cichlids.com> References: <200007171900.MAA41086@freefall.freebsd.org> <27533.963864414@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <27533.963864414@axl.ops.uunet.co.za>; from sheldonh@uunet.co.za on Mon, Jul 17, 2000 at 10:06:54PM +0200 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Sheldon Hearn (sheldonh@uunet.co.za): > Could you drop the index and rindex functions from that list? I want to > discourage their use as much as possible, since they're not standard. OK, but then I want to remove them from the others as well (I just adopted the list from the others, for consistency :) Is that ok for you? Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 23:55:32 2000 Delivered-To: cvs-all@freebsd.org Received: from mout2.silyn-tek.de (mout2.silyn-tek.de [194.25.165.70]) by hub.freebsd.org (Postfix) with ESMTP id 5DB6B37BB60; Mon, 17 Jul 2000 23:55:23 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.34] (helo=mx2.silyn-tek.de) by mout2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13ERHm-0002aj-00; Tue, 18 Jul 2000 08:55:22 +0200 Received: from p3e9c114a.dip0.t-ipconnect.de ([62.156.17.74] helo=neutron.cichlids.com) by mx2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13ERHl-0004uM-00; Tue, 18 Jul 2000 08:55:21 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 972CEAB91; Tue, 18 Jul 2000 08:56:54 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id E5A3F14A62; Tue, 18 Jul 2000 08:55:25 +0200 (CEST) Date: Tue, 18 Jul 2000 08:55:25 +0200 From: Alexander Langer To: Josef Karthauser Cc: Nik Clayton , Josef Karthauser , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/palm/isilo Makefile ports/palm/isilo/files md5 Message-ID: <20000718085525.B2670@cichlids.cichlids.com> References: <200007132155.OAA85837@freefall.freebsd.org> <20000715180322.A20763@kilt.nothing-going-on.org> <20000717085247.C1428@cichlids.cichlids.com> <20000717181017.A373@pavilion.net> <20000717191612.A27384@cichlids.cichlids.com> <20000718004045.A12476@pavilion.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000718004045.A12476@pavilion.net>; from joe@pavilion.net on Tue, Jul 18, 2000 at 12:40:45AM +0100 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Josef Karthauser (joe@pavilion.net): > > > 2 x 14.4k. > > Hmm. That would be fast enough, but I think that is way too expensive. > Apparently Orange, a UK mobile network provider, offer the second channel > for free :) I'm on Cellnet though :( Hmm. But I think the first one is quite expensive too, though. Additionally, I strongly believe I cannot use this technique in Germany :-( Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 23:58:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 454A637B70B; Mon, 17 Jul 2000 23:58:29 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA39586; Mon, 17 Jul 2000 23:58:29 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007180658.XAA39586@freefall.freebsd.org> From: Matt Jacob Date: Mon, 17 Jul 2000 23:58:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/17 23:58:28 PDT Modified files: sys/dev/isp isp_freebsd.c Log: Add a isp_target_putback_atio- we aren't using CCINCR at this time, so we need a function that tells the Qlogic f/w that a target mode command is done, so increase the resource count for that lun. Add in a timeout function to kick the putback again if we fail to do it the first time (we may not have the request queue space for ATIO push). Split the function isp_handle_platform_ctio into two parts so that the timeout function for the ATIO push or isp_handle_platform_ctio can inform CAM that the requested CTIO(s) are now done. Clean up (cough) residual handling. What we need for Fibre Channel is to preserve the at_datalen field from the original incoming ATIO so we can calculate a 'true' residual. Unfortunately, we're not guaranteed to get that back from CAM. We'll *try* to find it hiding in the periph_priv field (layering violation)- but if an ATIO was passed in from user land- forget it. This means that we'll probably get residuals wrong for Fibre Channel commands we're completing with an error. It's too late to 4.1 release to fix this- too bad. Luckily the only device we'd really care about this occurring on is a tape device and they're still so rare as FC attached devices that this can be considered an untested combination anyway. Remove all CCINCR usage (resource autoreplenish). When we've proved to ourself that things are working properly, we can add it back in. Make sure we propage 'suggested' sense data from the incoming ATIO into the created system ATIO- and set sense_len appropriately. Correctly propagate tag values. Fall back to the model of generating (well, the functions in isp_pci.c do the work) multiple CTIOs based upon what we get from XPT. Instead of being able to pair Qlogic generated ATIOs with CAM ATIOs, and then to pair CAM CTIOs with Qlogic CTIOs, we have to take the CTIO passed to us from XPT, and if it implies that we have to generate extra Qlogic CTIOs, so be it. This means that we have to wait until the last CTIO in a sequence we generated completes before calling xpt_done. Executive summary- target mode actually now pretty much works well enough to tell folks about. Revision Changes Path 1.42 +170 -41 src/sys/dev/isp/isp_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jul 17 23:59:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 867A537B6B2; Mon, 17 Jul 2000 23:59:07 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA39714; Mon, 17 Jul 2000 23:59:07 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007180659.XAA39714@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 17 Jul 2000 23:59:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/libiconv Makefile ports/converters/libiconv/patches patch-aa patch-ab patch-ac ports/converters/libiconv/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/17 23:59:07 PDT Modified files: converters/libiconv Makefile converters/libiconv/pkg PLIST Added files: converters/libiconv/patches patch-aa patch-ab patch-ac Log: Prefix all bits of this iconv() implementation with "g" to avoid conflict with another iconv() in converters/iconv: libiconv --> libgiconv iconv.h --> giconv.h iconv*.3 --> giconv*.3 Suggested by: knu Revision Changes Path 1.2 +2 -2 ports/converters/libiconv/Makefile 1.2 +3 -3 ports/converters/libiconv/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 0: 3: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9855E37B72B; Tue, 18 Jul 2000 00:03:03 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA40126; Tue, 18 Jul 2000 00:03:03 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Message-Id: <200007180703.AAA40126@freefall.freebsd.org> From: Kelly Yancey Date: Tue, 18 Jul 2000 00:03:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/erun Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kbyanc 2000/07/18 00:03:03 PDT Modified files: x11/erun Makefile Log: Make erun depend on the new libepplet port rather than the epplets collection. PR: 19396 Submitted by: kbyanc@posi.net Revision Changes Path 1.2 +2 -2 ports/x11/erun/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 0: 3:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7770E37BB50; Tue, 18 Jul 2000 00:03:44 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA40312; Tue, 18 Jul 2000 00:03:44 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007180703.AAA40312@freefall.freebsd.org> From: Matt Jacob Date: Tue, 18 Jul 2000 00:03:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/18 00:03:43 PDT Modified files: (Branch: RELENG_4) sys/dev/isp isp_freebsd.c Log: MFC (rev 1.42)- lots of target mode changes. Revision Changes Path 1.32.2.4 +170 -41 src/sys/dev/isp/isp_freebsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 0: 4:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E3C7137BAA2; Tue, 18 Jul 2000 00:04:07 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA40399; Tue, 18 Jul 2000 00:04:07 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007180704.AAA40399@freefall.freebsd.org> From: Matt Jacob Date: Tue, 18 Jul 2000 00:04:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/18 00:04:07 PDT Modified files: sys/dev/isp isp_freebsd.h Log: The SERVICING_INTERRUPT isn't quite safe yet. Revision Changes Path 1.33 +5 -1 src/sys/dev/isp/isp_freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 0: 5:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E545837BACE; Tue, 18 Jul 2000 00:05:37 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA41956; Tue, 18 Jul 2000 00:05:37 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007180705.AAA41956@freefall.freebsd.org> From: Matt Jacob Date: Tue, 18 Jul 2000 00:05:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_target.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/18 00:05:37 PDT Modified files: sys/dev/isp isp_target.c Log: If debugging set, zero out an incoming response entry when we're done reading it (makes checking things easier). Before calling isp_notify_ack make sure we're at RUNSTATE- elsewise we can be responding to LIPs or SCSI bus resets before we've finished some of the wiring. Revision Changes Path 1.8 +6 -2 src/sys/dev/isp/isp_target.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 0: 6: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 94BBC37B777; Tue, 18 Jul 2000 00:05:58 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA42041; Tue, 18 Jul 2000 00:05:58 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007180705.AAA42041@freefall.freebsd.org> From: Matt Jacob Date: Tue, 18 Jul 2000 00:05:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_target.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/18 00:05:58 PDT Modified files: (Branch: RELENG_4) sys/dev/isp isp_target.c Log: MFC:If debugging set, zero out an incoming response entry when we're done reading it (makes checking things easier). Before calling isp_notify_ack make sure we're at RUNSTATE- elsewise we can be responding to LIPs or SCSI bus resets before we've finished some of the wiring. Revision Changes Path 1.5.4.3 +6 -2 src/sys/dev/isp/isp_target.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 0: 6:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4ABB237B777; Tue, 18 Jul 2000 00:06:48 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA42209; Tue, 18 Jul 2000 00:06:48 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007180706.AAA42209@freefall.freebsd.org> From: Matt Jacob Date: Tue, 18 Jul 2000 00:06:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_target.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/18 00:06:48 PDT Modified files: sys/dev/isp isp_target.h Log: Add in some new IN_XXX and CT_XXXX flags in preparation for the rototilling that !*$)~@!$_@*_(~@$*_(~@$*~@$* Qlogic F/W changes will need. Revision Changes Path 1.6 +7 -1 src/sys/dev/isp/isp_target.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 0: 7:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 06B8A37BC4F; Tue, 18 Jul 2000 00:07:27 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA42399; Tue, 18 Jul 2000 00:07:26 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007180707.AAA42399@freefall.freebsd.org> From: Matt Jacob Date: Tue, 18 Jul 2000 00:07:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_target.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/18 00:07:26 PDT Modified files: (Branch: RELENG_4) sys/dev/isp isp_target.h Log: MFC:Add in some new IN_XXX and CT_XXXX flags in preparation for the rototilling that !*$)~@!$_@*_(~@$*_(~@$*~@$* Qlogic F/W changes will need. Revision Changes Path 1.3.4.3 +7 -1 src/sys/dev/isp/isp_target.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 0: 9: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E32137BAA2; Tue, 18 Jul 2000 00:08:56 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA42679; Tue, 18 Jul 2000 00:08:55 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007180708.AAA42679@freefall.freebsd.org> From: Alexander Langer Date: Tue, 18 Jul 2000 00:08:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/german/webalizer2 Makefile ports/german/webalizer2/files md5 ports/german/webalizer2/patches patch-ae patch-af patch-gd16 patch-german ports/german/webalizer2/pkg DESCR PLIST ports/german/webalizer2/scripts pre-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/18 00:08:55 PDT Modified files: german/webalizer2 Makefile german/webalizer2/files md5 german/webalizer2/pkg DESCR PLIST Removed files: german/webalizer2/patches patch-ae patch-af patch-gd16 patch-german german/webalizer2/scripts pre-configure Log: Update to de-version 2.0.12 after repo-copy from german/webalizer by PW. PR: 18891 Submitted by: Dirk Meyer Revision Changes Path 1.12 +32 -22 ports/german/webalizer2/Makefile 1.6 +1 -1 ports/german/webalizer2/files/md5 1.3 +12 -11 ports/german/webalizer2/pkg/DESCR 1.4 +16 -14 ports/german/webalizer2/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 0:10:15 2000 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id B148B37BB9E; Tue, 18 Jul 2000 00:10:09 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id JAA40239; Tue, 18 Jul 2000 09:10:08 +0200 (CEST) (envelope-from des@flood.ping.uio.no) To: obrien@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fetch fetch.c References: <200007172149.OAA64903@freefall.freebsd.org> <20000717183825.A63686@dragon.nuxi.com> From: Dag-Erling Smorgrav Date: 18 Jul 2000 09:10:07 +0200 In-Reply-To: "David O'Brien"'s message of "Mon, 17 Jul 2000 18:38:26 -0700" Message-ID: Lines: 10 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "David O'Brien" writes: > With the continued frequency of fetch(1) commits, I am very concerned > this got MFC'ed when it did. Will you consider backing this out of > RELENG_4 and using the proven fetch(1) in 4.1-RELEASE? I did, and discussed it with Jordan, who told me to carry on. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 0:11:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB85B37BAA2; Tue, 18 Jul 2000 00:11:28 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA43070; Tue, 18 Jul 2000 00:11:28 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007180711.AAA43070@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 18 Jul 2000 00:11:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/extace/pkg COMMENT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/18 00:11:28 PDT Modified files: audio/extace/pkg COMMENT Log: Paraphrase COMMENT. PR: 19985 Submitted by: Ports Furry Revision Changes Path 1.2 +1 -1 ports/audio/extace/pkg/COMMENT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 0:12:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 771C237BBBC; Tue, 18 Jul 2000 00:12:28 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA43236; Tue, 18 Jul 2000 00:12:28 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007180712.AAA43236@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 18 Jul 2000 00:12:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch ftp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/18 00:12:27 PDT Modified files: lib/libfetch ftp.c Log: Don't take a failure to stat a file to mean that it doesn't exist, as it may be a dynamically created file, e.g. a tarball on servers that support sending tarballs of directories. Revision Changes Path 1.34 +6 -2 src/lib/libfetch/ftp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 0:14: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5481137BB9E; Tue, 18 Jul 2000 00:14:01 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA43410; Tue, 18 Jul 2000 00:14:01 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007180714.AAA43410@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 18 Jul 2000 00:14:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch ftp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/18 00:14:00 PDT Modified files: (Branch: RELENG_4) lib/libfetch ftp.c Log: MFC: Failure to stat does not necessarily imply failure to retrieve Revision Changes Path 1.16.2.4 +6 -2 src/lib/libfetch/ftp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 0:17:47 2000 Delivered-To: cvs-all@freebsd.org Received: from mout2.silyn-tek.de (mout2.silyn-tek.de [194.25.165.70]) by hub.freebsd.org (Postfix) with ESMTP id 7E76537BBFC; Tue, 18 Jul 2000 00:17:40 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.33] (helo=mx1.silyn-tek.de) by mout2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13ERcq-0002ff-00; Tue, 18 Jul 2000 09:17:08 +0200 Received: from p3e9c114a.dip0.t-ipconnect.de ([62.156.17.74] helo=neutron.cichlids.com) by mx1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13ERcp-0000EY-00; Tue, 18 Jul 2000 09:17:07 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 4CA20AB91; Tue, 18 Jul 2000 09:18:41 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id B515214AA3; Tue, 18 Jul 2000 09:17:12 +0200 (CEST) Date: Tue, 18 Jul 2000 09:17:12 +0200 To: Dag-Erling Smorgrav Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch http.c Message-ID: <20000718091712.A8031@cichlids.cichlids.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from des@flood.ping.uio.no on Tue, Jul 18, 2000 at 12:40:04AM +0200 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Dag-Erling Smorgrav (des@flood.ping.uio.no): > ahead and MFC (the alternative, BTW, was not leaving the code as is, > but backing it out and reverting to the old fetch(1) until some time > after the release) IMHO the better solution. My -current's fetch just sucks. (sorry, but just the truth :) I do a lot of ports-work, and fetching ports is completely broken, as reported by knu (strange filesize) and others (dont know, whom, I mean the Strg-C interruption while fetching a port-distfile). Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 0:19:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 27D7737BBFC; Tue, 18 Jul 2000 00:19:55 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA44039; Tue, 18 Jul 2000 00:19:55 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007180719.AAA44039@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 18 Jul 2000 00:19:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/glib13 Makefile ports/devel/glib13/files md5 ports/devel/glib13/patches patch-ag patch-ab patch-ae patch-ac patch-ad patch-af ports/devel/glib13/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/18 00:19:54 PDT Modified files: devel/glib13 Makefile devel/glib13/files md5 devel/glib13/patches patch-ab patch-ae devel/glib13/pkg COMMENT DESCR PLIST Added files: devel/glib13/patches patch-ag Removed files: devel/glib13/patches patch-ac patch-ad patch-af Log: Add glib13 after repo-copy from glib12. Warning: it is unstable development version, so you do not have to upgrade your gtk12 LIB_DEPENDS! Revision Changes Path 1.33 +7 -9 ports/devel/glib13/Makefile 1.21 +1 -1 ports/devel/glib13/files/md5 1.20 +15 -111 ports/devel/glib13/patches/patch-ab 1.13 +21 -122 ports/devel/glib13/patches/patch-ae 1.3 +1 -1 ports/devel/glib13/pkg/COMMENT 1.5 +4 -1 ports/devel/glib13/pkg/DESCR 1.22 +33 -18 ports/devel/glib13/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 0:21: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E3EE137BC1C; Tue, 18 Jul 2000 00:20:54 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA44147; Tue, 18 Jul 2000 00:20:54 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007180720.AAA44147@freefall.freebsd.org> From: Matt Jacob Date: Tue, 18 Jul 2000 00:20:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_inline.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/18 00:20:54 PDT Modified files: (Branch: RELENG_4) sys/dev/isp isp_inline.h Log: MFC: correct missing portion of complete STRNCAT cleanup. Revision Changes Path 1.6.2.2 +3 -2 src/sys/dev/isp/isp_inline.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 0:23:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D2C137BC6A; Tue, 18 Jul 2000 00:23:44 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA44467; Tue, 18 Jul 2000 00:23:44 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007180723.AAA44467@freefall.freebsd.org> From: Alexander Langer Date: Tue, 18 Jul 2000 00:23:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/18 00:23:44 PDT Modified files: . modules Log: de-webalizer2 --> ports/german/webalizer2 (after repo-copy from webalizer) Revision Changes Path 1.1420 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 0:24: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1818537BC6A; Tue, 18 Jul 2000 00:24:01 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA44538; Tue, 18 Jul 2000 00:24:01 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007180724.AAA44538@freefall.freebsd.org> From: Matt Jacob Date: Tue, 18 Jul 2000 00:24:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ispfw asm_1040.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/18 00:24:00 PDT Modified files: (Branch: RELENG_4) sys/dev/ispfw asm_1040.h Log: MFC:Roll back target mode f/w to 7.55. Revision Changes Path 1.1.2.2 +1856 -1968src/sys/dev/ispfw/asm_1040.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 0:24:56 2000 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 1D7FD37B676; Tue, 18 Jul 2000 00:24:48 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id JAA40359; Tue, 18 Jul 2000 09:24:46 +0200 (CEST) (envelope-from des@flood.ping.uio.no) To: alex@big.endian.de (Alexander Langer) Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch http.c References: <20000718091712.A8031@cichlids.cichlids.com> From: Dag-Erling Smorgrav Date: 18 Jul 2000 09:24:45 +0200 In-Reply-To: alex@big.endian.de's message of "Tue, 18 Jul 2000 09:17:12 +0200" Message-ID: Lines: 13 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex@big.endian.de (Alexander Langer) writes: > I do a lot of ports-work, and fetching ports is completely broken, as > reported by knu (strange filesize) and others (dont know, whom, I mean > the Strg-C interruption while fetching a port-distfile). Those (and a few other) issues were fixed yesterday - knu seems happy with the latest sources, have you tried them? BTW, fetching *lots* of ports is precisely what I do to test fetch(1). DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 0:33:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ADED237B676; Tue, 18 Jul 2000 00:33:32 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA45562; Tue, 18 Jul 2000 00:33:32 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007180733.AAA45562@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 18 Jul 2000 00:33:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Socket6/pkg COMMENT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/18 00:33:32 PDT Modified files: net/p5-Socket6/pkg COMMENT Log: Fix pkg/COMMENT PR: ports/19989 Submitted by: KATO Tsuguru Revision Changes Path 1.2 +1 -1 ports/net/p5-Socket6/pkg/COMMENT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 0:38: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 1CBFE37B9DE; Tue, 18 Jul 2000 00:37:59 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13ERwv-000BMy-00; Tue, 18 Jul 2000 09:37:53 +0200 From: Sheldon Hearn To: Alexander Langer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/string strsep.3 In-reply-to: Your message of "Tue, 18 Jul 2000 08:51:29 +0200." <20000718085129.A2670@cichlids.cichlids.com> Date: Tue, 18 Jul 2000 09:37:53 +0200 Message-ID: <43707.963905873@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 18 Jul 2000 08:51:29 +0200, Alexander Langer wrote: > > Could you drop the index and rindex functions from that list? I want to > > discourage their use as much as possible, since they're not standard. > > OK, but then I want to remove them from the others as well (I just > adopted the list from the others, for consistency :) > > Is that ok for you? Oh yes. :-) The only thing I can think of is that, in those cases where index(3) and rindex(3) are listed but strchr(3) and strrchr(3) are not, you should replace the index-related references with strchr-related references. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 0:46:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC17A37BC18; Tue, 18 Jul 2000 00:46:14 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA46957; Tue, 18 Jul 2000 00:46:14 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007180746.AAA46957@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 18 Jul 2000 00:46:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 sysctl_add_oid.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/18 00:46:14 PDT Modified files: share/man/man9 sysctl_add_oid.9 Log: Clean up this new manual page. This delta includes content and whitespace changes, which should not be a problem because this is only the second revision of the file and translators are unlikely to have gotten started yet. Reviewed by: abial Revision Changes Path 1.2 +238 -177 src/share/man/man9/sysctl_add_oid.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 0:59:25 2000 Delivered-To: cvs-all@freebsd.org Received: from mout2.silyn-tek.de (mout2.silyn-tek.de [194.25.165.70]) by hub.freebsd.org (Postfix) with ESMTP id 7957537B7EA; Tue, 18 Jul 2000 00:59:19 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.34] (helo=mx2.silyn-tek.de) by mout2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13ESH9-0002nj-00; Tue, 18 Jul 2000 09:58:47 +0200 Received: from p3e9c114a.dip0.t-ipconnect.de ([62.156.17.74] helo=neutron.cichlids.com) by mx2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13ESH5-0005kF-00; Tue, 18 Jul 2000 09:58:43 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id C88F7AB91; Tue, 18 Jul 2000 10:00:16 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 2BBDE14AA3; Tue, 18 Jul 2000 09:58:48 +0200 (CEST) Date: Tue, 18 Jul 2000 09:58:48 +0200 From: Alexander Langer To: Dag-Erling Smorgrav Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch http.c Message-ID: <20000718095848.B9070@cichlids.cichlids.com> References: <20000718091712.A8031@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from des@flood.ping.uio.no on Tue, Jul 18, 2000 at 09:24:45AM +0200 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Dag-Erling Smorgrav (des@flood.ping.uio.no): > Those (and a few other) issues were fixed yesterday - knu seems happy > with the latest sources, have you tried them? I'll try and let you know :) Alex (*sigh*, this box is too slow) :) -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 1: 0:31 2000 Delivered-To: cvs-all@freebsd.org Received: from mout2.silyn-tek.de (mout2.silyn-tek.de [194.25.165.70]) by hub.freebsd.org (Postfix) with ESMTP id 2CB2837BCE8; Tue, 18 Jul 2000 01:00:24 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.33] (helo=mx1.silyn-tek.de) by mout2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13ESIh-0002o7-00; Tue, 18 Jul 2000 10:00:23 +0200 Received: from p3e9c114a.dip0.t-ipconnect.de ([62.156.17.74] helo=neutron.cichlids.com) by mx1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13ESIc-0000ln-00; Tue, 18 Jul 2000 10:00:18 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id E15CBAB91; Tue, 18 Jul 2000 10:01:51 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 89EA814AA3; Tue, 18 Jul 2000 10:00:23 +0200 (CEST) Date: Tue, 18 Jul 2000 10:00:23 +0200 From: Alexander Langer To: Sheldon Hearn Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/string strsep.3 Message-ID: <20000718100023.D9070@cichlids.cichlids.com> References: <20000718085129.A2670@cichlids.cichlids.com> <43707.963905873@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <43707.963905873@axl.ops.uunet.co.za>; from sheldonh@uunet.co.za on Tue, Jul 18, 2000 at 09:37:53AM +0200 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Sheldon Hearn (sheldonh@uunet.co.za): > The only thing I can think of is that, in those cases where index(3) and > rindex(3) are listed but strchr(3) and strrchr(3) are not, you should > replace the index-related references with strchr-related references. Ok :) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 1: 2:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A7F437B8D5; Tue, 18 Jul 2000 01:02:11 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA48451; Tue, 18 Jul 2000 01:02:11 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007180802.BAA48451@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 18 Jul 2000 01:02:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/fribidi Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/18 01:02:11 PDT Modified files: textproc/fribidi Makefile Log: Make it use glib1.3 to allow it to be used with pango. Revision Changes Path 1.2 +3 -3 ports/textproc/fribidi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 1: 5:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5769A37B8D5; Tue, 18 Jul 2000 01:05:14 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA48919; Tue, 18 Jul 2000 01:05:14 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007180805.BAA48919@freefall.freebsd.org> From: Alexander Langer Date: Tue, 18 Jul 2000 01:05:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string memchr.3 strchr.3 strcspn.3 strpbrk.3 strrchr.3 strsep.3 strspn.3 strstr.3 strtok.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/18 01:05:12 PDT Modified files: lib/libc/string memchr.3 strchr.3 strcspn.3 strpbrk.3 strrchr.3 strsep.3 strspn.3 strstr.3 strtok.3 Log: Drop the references to index(3) and rindex(3), which are non-standard and people shouldn't be encouraged to use them. Asked by: sheldonh Revision Changes Path 1.5 +1 -3 src/lib/libc/string/memchr.3 1.6 +1 -3 src/lib/libc/string/strchr.3 1.5 +1 -3 src/lib/libc/string/strcspn.3 1.5 +1 -3 src/lib/libc/string/strpbrk.3 1.7 +1 -3 src/lib/libc/string/strrchr.3 1.9 +1 -3 src/lib/libc/string/strsep.3 1.6 +1 -3 src/lib/libc/string/strspn.3 1.5 +1 -3 src/lib/libc/string/strstr.3 1.12 +1 -3 src/lib/libc/string/strtok.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 1:18:55 2000 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 0BFC237B8A1; Tue, 18 Jul 2000 01:18:47 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.9.3/1.13) id LAA84380; Tue, 18 Jul 2000 11:18:43 +0300 (EEST) Date: Tue, 18 Jul 2000 11:18:43 +0300 From: Ruslan Ermilov To: "Andrey A. Chernov" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20000718111843.E81919@sunbay.com> References: <200007180021.RAA84977@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200007180021.RAA84977@freefall.freebsd.org>; from ache@FreeBSD.org on Mon, Jul 17, 2000 at 05:21:05PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 17, 2000 at 05:21:05PM -0700, Andrey A. Chernov wrote: > ache 2000/07/17 17:21:05 PDT > > Modified files: > . Makefile.inc1 > Log: > Add mtree to cross-tools to make it updated for new -L option > It must solve make world breakage > We don't need mtree(8) in the cross-tools, only in bootstrap-tools! Marcel already posted a patch to -committers for review. Did you have any problems with it? -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 1:26:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 32DB937B8A1; Tue, 18 Jul 2000 01:26:26 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA52118; Tue, 18 Jul 2000 01:26:26 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007180826.BAA52118@freefall.freebsd.org> From: Alexander Langer Date: Tue, 18 Jul 2000 01:26:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string memchr.3 strchr.3 strcspn.3 strpbrk.3 strrchr.3 strsep.3 strspn.3 strstr.3 strtok.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/18 01:26:25 PDT Modified files: (Branch: RELENG_4) lib/libc/string memchr.3 strchr.3 strcspn.3 strpbrk.3 strrchr.3 strsep.3 strspn.3 strstr.3 strtok.3 Log: MFC: Drop index(3) and rindex(3) from SEE ALSO. Revision Changes Path 1.3.2.2 +1 -3 src/lib/libc/string/memchr.3 1.4.2.2 +1 -3 src/lib/libc/string/strchr.3 1.3.2.2 +1 -3 src/lib/libc/string/strcspn.3 1.3.2.2 +1 -3 src/lib/libc/string/strpbrk.3 1.5.2.2 +1 -3 src/lib/libc/string/strrchr.3 1.6.2.3 +1 -3 src/lib/libc/string/strsep.3 1.4.2.2 +1 -3 src/lib/libc/string/strspn.3 1.3.2.2 +1 -3 src/lib/libc/string/strstr.3 1.10.2.2 +1 -3 src/lib/libc/string/strtok.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 1:35: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D1EE737BB44; Tue, 18 Jul 2000 01:34:58 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA53200; Tue, 18 Jul 2000 01:34:58 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007180834.BAA53200@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 18 Jul 2000 01:34:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tcp_wrappers hosts_access.c scaffold.c scaffold.h socket.c tcpdchk.c tcpdmatch.c src/lib/libwrap Makefile src/usr.sbin/tcpdchk Makefile src/usr.sbin/tcpdmatch Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/18 01:34:58 PDT Modified files: (Branch: RELENG_4) contrib/tcp_wrappers hosts_access.c scaffold.c scaffold.h socket.c tcpdchk.c tcpdmatch.c lib/libwrap Makefile usr.sbin/tcpdchk Makefile usr.sbin/tcpdmatch Makefile Log: MFC: Add IPv6 scoped address support. It enables us to control link-local connections by interface like this: ALL : [fe80::%ed0]/10 : allow ALL : [fe80::]/10 : deny Revision Changes Path 1.3.2.1 +47 -14 src/contrib/tcp_wrappers/hosts_access.c 1.2.2.1 +47 -143 src/contrib/tcp_wrappers/scaffold.c 1.1.1.1.4.1 +6 -0 src/contrib/tcp_wrappers/scaffold.h 1.2.2.1 +141 -120 src/contrib/tcp_wrappers/socket.c 1.3.2.1 +9 -4 src/contrib/tcp_wrappers/tcpdchk.c 1.2.2.1 +52 -44 src/contrib/tcp_wrappers/tcpdmatch.c 1.5.2.1 +4 -2 src/lib/libwrap/Makefile 1.3.2.1 +4 -2 src/usr.sbin/tcpdchk/Makefile 1.2.2.1 +4 -1 src/usr.sbin/tcpdmatch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 1:44:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE1A137BC49; Tue, 18 Jul 2000 01:44:17 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA54262; Tue, 18 Jul 2000 01:44:17 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007180844.BAA54262@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 18 Jul 2000 01:44:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.network6 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/18 01:44:17 PDT Modified files: etc rc.network6 Log: Fix an unmatched opening quote. PR: conf/20000 Submitted by: Alex Kapranoff Revision Changes Path 1.10 +2 -2 src/etc/rc.network6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 1:46: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D6DB37BB44; Tue, 18 Jul 2000 01:46:04 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA54554; Tue, 18 Jul 2000 01:46:04 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007180846.BAA54554@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 18 Jul 2000 01:46:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/pango Makefile ports/x11-toolkits/pango/files md5 ports/x11-toolkits/pango/patches patch-aa patch-ab ports/x11-toolkits/pango/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/18 01:46:04 PDT Modified files: x11-toolkits Makefile Added files: x11-toolkits/pango Makefile x11-toolkits/pango/files md5 x11-toolkits/pango/patches patch-aa patch-ab x11-toolkits/pango/pkg COMMENT DESCR PLIST Log: Add pango - an open-source framework for rendering i18n text. It will be used as a base renderer in upcoming gtk/gnome 2.0. Revision Changes Path 1.83 +2 -1 ports/x11-toolkits/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 1:46:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 584A637BCBA; Tue, 18 Jul 2000 01:46:38 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA54671; Tue, 18 Jul 2000 01:46:38 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007180846.BAA54671@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 18 Jul 2000 01:46:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/18 01:46:38 PDT Modified files: . modules Log: pango --> ports/x11-toolkits/pango Revision Changes Path 1.1421 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 1:47:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C31DA37BAF2; Tue, 18 Jul 2000 01:47:37 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA54838; Tue, 18 Jul 2000 01:47:37 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007180847.BAA54838@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 18 Jul 2000 01:47:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.network6 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/18 01:47:37 PDT Modified files: (Branch: RELENG_4) etc rc.network6 Log: MFC: Fix an unmatched opening quote. PR: conf/20000 Submitted by: Alex Kapranoff Revision Changes Path 1.5.2.4 +2 -2 src/etc/rc.network6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 1:50:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 182BF37B6DC; Tue, 18 Jul 2000 01:50:55 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA55304; Tue, 18 Jul 2000 01:50:55 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007180850.BAA55304@freefall.freebsd.org> From: Alexander Langer Date: Tue, 18 Jul 2000 01:50:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/isc-dhcp3 Makefile ports/net/isc-dhcp3/patches patch-clparse.c patch-ae patch-af patch-ai patch-aj patch-common-Makefile.dist ports/net/isc-dhcp3/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/18 01:50:55 PDT Modified files: net/isc-dhcp3 Makefile net/isc-dhcp3/patches patch-ae patch-af patch-ai patch-aj patch-common-Makefile.dist net/isc-dhcp3/pkg DESCR Added files: net/isc-dhcp3/patches patch-clparse.c Log: - depend on res_update.h rather on libbind.a, to catch a bind8 that has res_update.h - older versions of bind didn't have this file but had libbind.8 - needed for nsupdate - Adjust more PREFIX handling - Add dhcp3-specials + WWW to DESCR Submitted by: Cyrille Lefevre Approved by: obrien Revision Changes Path 1.36 +2 -2 ports/net/isc-dhcp3/Makefile 1.3 +11 -4 ports/net/isc-dhcp3/patches/patch-ae 1.3 +11 -4 ports/net/isc-dhcp3/patches/patch-af 1.3 +11 -4 ports/net/isc-dhcp3/patches/patch-ai 1.3 +27 -6 ports/net/isc-dhcp3/patches/patch-aj 1.2 +10 -4 ports/net/isc-dhcp3/patches/patch-common-Makefile.dist 1.5 +13 -0 ports/net/isc-dhcp3/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 1:56:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D36637BCB0; Tue, 18 Jul 2000 01:56:10 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA55780; Tue, 18 Jul 2000 01:56:10 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007180856.BAA55780@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 18 Jul 2000 01:56:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/pango Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/18 01:56:09 PDT Modified files: x11-toolkits/pango Makefile Log: Explicitly disable building of Qt-based example to avoid possible problems. Revision Changes Path 1.2 +2 -1 ports/x11-toolkits/pango/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 1:57: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B846237B6DC; Tue, 18 Jul 2000 01:56:54 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA55841; Tue, 18 Jul 2000 01:56:54 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Message-Id: <200007180856.BAA55841@freefall.freebsd.org> From: David Malone Date: Tue, 18 Jul 2000 01:56:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/logger logger.1 logger.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2000/07/18 01:56:54 PDT Modified files: usr.bin/logger logger.1 logger.c Log: Allow logger to send messages directly to a remote syslog. (This only does IPv4 as our syslogd only does IPv4. I dunno if the KAME people have any plans for syslogd). PR: 19821 Submitted by: Nick Hilliard Reviewed by: sheldonh Revision Changes Path 1.6 +6 -1 src/usr.bin/logger/logger.1 1.6 +68 -9 src/usr.bin/logger/logger.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 2: 1:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E783837B83A; Tue, 18 Jul 2000 02:01:09 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA56486; Tue, 18 Jul 2000 02:01:09 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <200007180901.CAA56486@freefall.freebsd.org> From: Doug Rabson Date: Tue, 18 Jul 2000 02:01:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa isareg.h ppc.c ppcreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dfr 2000/07/18 02:01:09 PDT Modified files: sys/isa isareg.h ppc.c ppcreg.h Log: Add smc37c935 chipset support and clean up the code which tries to allocate a short port range in some alpha configurations. Submitted by: "Andrew M. Miklic" , Mark Abene Revision Changes Path 1.6 +3 -2 src/sys/isa/isareg.h 1.30 +111 -31 src/sys/isa/ppc.c 1.12 +30 -3 src/sys/isa/ppcreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 2: 9: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-202-177-51.dsl.snfc21.pacbell.net [63.202.177.51]) by hub.freebsd.org (Postfix) with ESMTP id 4706737B6DC; Tue, 18 Jul 2000 02:09:04 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id CAA15362; Tue, 18 Jul 2000 02:17:51 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200007180917.CAA15362@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Blaz Zupan Cc: John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/boot0 Makefile boot0.s In-reply-to: Your message of "Tue, 18 Jul 2000 08:23:48 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 18 Jul 2000 02:17:51 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > boot0, so we don't know if it worked either. Also, in both cases > > the new /boot/mbr worked fine, and it uses the same BIOS calls for > > disk access that boot0 uses. *sigh* In both cases, boot0 was > > being loaded from a SCSI disk with an 2940 Adaptec adapter. However, > > Not true. In my case I boot from a 14GB IDE drive, the Adaptec is in there > just to support my two SCSI disks, but I don't boot from it. I will try > installing the old boot0 to see if it works with that. Please ensure that you are running the latest BIOS on your 2940. There have been a *lot* of bugs fixed over the years... -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 2:14: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from piranha.amis.net (piranha.amis.net [212.18.32.3]) by hub.freebsd.org (Postfix) with ESMTP id 92DA837BCBA; Tue, 18 Jul 2000 02:13:58 -0700 (PDT) (envelope-from blaz@amis.net) Received: from titanic.medinet.si (titanic.medinet.si [212.18.32.66]) by piranha.amis.net (Postfix) with ESMTP id F33E15D24; Tue, 18 Jul 2000 11:13:53 +0200 (CEST) Date: Tue, 18 Jul 2000 11:13:53 +0200 (CEST) From: Blaz Zupan X-Sender: blaz@titanic.medinet.si To: Mike Smith Cc: John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/boot0 Makefile boot0.s In-Reply-To: <200007180917.CAA15362@mass.osd.bsdi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Please ensure that you are running the latest BIOS on your 2940. There > have been a *lot* of bugs fixed over the years... I am. I replaced my original 2940 (which I think had BIOS version 1.16) with one that had the latest BIOS available (1.23) because my old one was not able to boot from CD (due to BIOS bugs it seems). It is one of the old 2940's, the non-wide one and 1.23 is the latest BIOS for it. But I'm not booting from the 2940 at all, so this can't be the problem. I'm booting from an IDE drive and I flashed the latest BIOS onto my motherboard (an Intel AN430TX with Phoenix BIOS). As I said, I'll try installing the original boot0 (before John's changes) and see if that works (I was using OS-BS until now). Blaz Zupan, Medinet d.o.o, Linhartova 21, 2000 Maribor, Slovenia E-mail: blaz@amis.net, Tel: +386-2-320-6320, Fax: +386-2-320-6325 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 2:14:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 047BA37BDC7; Tue, 18 Jul 2000 02:14:08 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA59024; Tue, 18 Jul 2000 02:14:07 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007180914.CAA59024@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 Jul 2000 02:14:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall install.c sysinstall.h system.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/18 02:14:07 PDT Modified files: release/sysinstall install.c sysinstall.h system.c Log: Allow the Fix-it functionality to detect that we are on a serial console, and DTRT rather than start the fixit shell on a non-existant vty. PR: 19837 Submitted by: Doug Ambrisko Approved by: JKH Revision Changes Path 1.276 +6 -1 src/release/sysinstall/install.c 1.192 +4 -1 src/release/sysinstall/sysinstall.h 1.105 +46 -7 src/release/sysinstall/system.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 2:15:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BA8237BCF8; Tue, 18 Jul 2000 02:15:56 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA59207; Tue, 18 Jul 2000 02:15:56 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007180915.CAA59207@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 18 Jul 2000 02:15:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/fribidi Makefile ports/textproc/fribidi/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/18 02:15:56 PDT Modified files: textproc/fribidi Makefile textproc/fribidi/files md5 Log: Add distribution patch to really make it work with gtk13. Revision Changes Path 1.3 +5 -5 ports/textproc/fribidi/Makefile 1.2 +1 -0 ports/textproc/fribidi/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 2:16:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 555E937BCE8; Tue, 18 Jul 2000 02:16:44 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA59331; Tue, 18 Jul 2000 02:16:44 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007180916.CAA59331@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 Jul 2000 02:16:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall install.c sysinstall.h system.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/18 02:16:44 PDT Modified files: (Branch: RELENG_4) release/sysinstall install.c sysinstall.h system.c Log: MFC: allow the Fix-it functionality to detect that we are on a serial console. PR: 19837 Submitted by: Doug Ambrisko Approved by: JKH Revision Changes Path 1.268.2.6 +6 -1 src/release/sysinstall/install.c 1.186.2.5 +4 -1 src/release/sysinstall/sysinstall.h 1.103.2.2 +46 -7 src/release/sysinstall/system.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 2:18:18 2000 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 58FB337BCF8; Tue, 18 Jul 2000 02:18:06 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (hak.nat.Awfulhak.org [172.31.0.12]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id KAA39447; Tue, 18 Jul 2000 10:18:01 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id KAA03447; Tue, 18 Jul 2000 10:17:56 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200007180917.KAA03447@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Alexander Langer Cc: Josef Karthauser , Nik Clayton , Josef Karthauser , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: ports/palm/isilo Makefile ports/palm/isilo/files md5 In-Reply-To: Message from Alexander Langer of "Tue, 18 Jul 2000 08:55:25 +0200." <20000718085525.B2670@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 18 Jul 2000 10:17:54 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Thus spake Josef Karthauser (joe@pavilion.net): > > > > > 2 x 14.4k. > > > Hmm. That would be fast enough, but I think that is way too expensive. > > Apparently Orange, a UK mobile network provider, offer the second channel > > for free :) I'm on Cellnet though :( > > Hmm. But I think the first one is quite expensive too, though. > > Additionally, I strongly believe I cannot use this technique in > Germany :-( Before this kit was introduced, Roger was surviving with two physical phones using ppp(8) in MP mode. > Alex > > -- > cat: /home/alex/.sig: No such file or directory -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 2:29:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 261F337BD07; Tue, 18 Jul 2000 02:29:54 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Received: (from itojun@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA60919; Tue, 18 Jul 2000 02:29:54 -0700 (PDT) (envelope-from itojun@FreeBSD.org) Message-Id: <200007180929.CAA60919@freefall.freebsd.org> From: Jun-ichiro itojun Hagino Date: Tue, 18 Jul 2000 02:29:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG itojun 2000/07/18 02:29:53 PDT Modified files: (Branch: RELENG_4) sys/net if.c Log: MFC 1.90 -> 1.91, Samuel confirmed that it improves PR17909. improve route/nd cache cleanup on interface removal. CAVEAT: haven't really tested it yet, please report Revision Changes Path 1.85.2.2 +11 -13 src/sys/net/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 2:31:44 2000 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 542) id 95F4A37BD15; Tue, 18 Jul 2000 02:31:41 -0700 (PDT) Date: Tue, 18 Jul 2000 02:31:41 -0700 From: "Andrey A. Chernov" To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/security/cfs Makefile ports/security/cfs/files cfsd.sh ports/security/cfs/scripts configure Message-ID: <20000718023141.A55796@freebsd.org> References: <200007180320.UAA06771@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from kris@FreeBSD.org on Mon, Jul 17, 2000 at 09:38:57PM -0700 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jul 17, 2000 at 09:38:57PM -0700, Kris Kennaway wrote: > As discussed on ports, the CFS license specifically prohibits > redistribution outside the US - of course, it was *probably* because of > the previous export regs and it's *probably* okay, but we need to ask Matt > Blaze first (author) I just write him. I'll resent you his answer. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 2:34:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 96C8B37BD1C; Tue, 18 Jul 2000 02:34:14 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA61402; Tue, 18 Jul 2000 02:34:14 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007180934.CAA61402@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 Jul 2000 02:34:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/open-motif Makefile ports/x11-toolkits/open-motif-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/18 02:34:13 PDT Modified files: x11-toolkits/open-motif Makefile x11-toolkits/open-motif-devel Makefile Log: Update to the 4th build of the Metrolink Open Motif 2.1.30 build. Revision Changes Path 1.9 +2 -2 ports/x11-toolkits/open-motif/Makefile 1.9 +2 -2 ports/x11-toolkits/open-motif-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 2:36:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 345CC37BD20; Tue, 18 Jul 2000 02:36:26 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA61761; Tue, 18 Jul 2000 02:36:25 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007180936.CAA61761@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 Jul 2000 02:36:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/open-motif/files md5 ports/x11-toolkits/open-motif-devel/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/18 02:36:25 PDT Added files: x11-toolkits/open-motif/files md5 x11-toolkits/open-motif-devel/files md5 Log: Update to the 4th build of the Metrolink Open Motif 2.1.30 build. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 2:45:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D972A37BC57; Tue, 18 Jul 2000 02:45:05 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA62689; Tue, 18 Jul 2000 02:45:05 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Message-Id: <200007180945.CAA62689@freefall.freebsd.org> From: Kevin Lo Date: Tue, 18 Jul 2000 02:45:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/trojka Makefile ports/games/trojka/files md5 ports/games/trojka/patches patch-aa patch-ab patch-ac patch-ad ports/games/trojka/pkg COMMENT DESCR MESSAGE PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/07/18 02:45:05 PDT Modified files: games Makefile Added files: games/trojka Makefile games/trojka/files md5 games/trojka/patches patch-aa patch-ab patch-ac patch-ad games/trojka/pkg COMMENT DESCR MESSAGE PLIST Log: Initial import of trojka-1.0 trojka is a game of skill PR: 19911 Submitted by: Edwin Mons Reviewed by: sobomax Revision Changes Path 1.284 +2 -1 ports/games/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 2:45:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 097F137BF1C; Tue, 18 Jul 2000 02:45:12 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA62728; Tue, 18 Jul 2000 02:45:11 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Message-Id: <200007180945.CAA62728@freefall.freebsd.org> From: Kevin Lo Date: Tue, 18 Jul 2000 02:45:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/07/18 02:45:11 PDT Modified files: . modules Log: trojka --> ports/games/trojka Revision Changes Path 1.1422 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 2:45:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B16537BD20; Tue, 18 Jul 2000 02:45:43 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA62879; Tue, 18 Jul 2000 02:45:43 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007180945.CAA62879@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 18 Jul 2000 02:45:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil login.conf.5 login_class.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/18 02:45:40 PDT Modified files: (Branch: RELENG_4) lib/libutil login.conf.5 login_class.c Log: MFC: make sbsize a size instead of a number. Revision Changes Path 1.22.2.2 +2 -2 src/lib/libutil/login.conf.5 1.14.2.1 +2 -2 src/lib/libutil/login_class.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 2:57:37 2000 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 542) id E560437BCC8; Tue, 18 Jul 2000 02:57:34 -0700 (PDT) Date: Tue, 18 Jul 2000 02:57:34 -0700 From: "Andrey A. Chernov" To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20000718025734.A61531@freebsd.org> References: <200007180021.RAA84977@freefall.freebsd.org> <20000718111843.E81919@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <20000718111843.E81919@sunbay.com>; from ru@sunbay.com on Tue, Jul 18, 2000 at 11:18:43AM +0300 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 18, 2000 at 11:18:43AM +0300, Ruslan Ermilov wrote: > We don't need mtree(8) in the cross-tools, only in bootstrap-tools! Yes. I already commit different fix. > Marcel already posted a patch to -committers for review. Did you > have any problems with it? I don't have problems with it, it just out of my scope. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 3: 5:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CFDB37B7DC; Tue, 18 Jul 2000 03:05:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA65747; Tue, 18 Jul 2000 03:05:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007181005.DAA65747@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 18 Jul 2000 03:05:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha api_up1000.c dec_1000a.c dec_2100_a50.c dec_2100_a500.c dec_axppci_33.c dec_eb164.c dec_eb64plus.c dec_kn20aa.c dec_kn300.c dec_st550.c dec_st6600.c machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/18 03:05:11 PDT Modified files: sys/alpha/alpha api_up1000.c dec_1000a.c dec_2100_a50.c dec_2100_a500.c dec_axppci_33.c dec_eb164.c dec_eb64plus.c dec_kn20aa.c dec_kn300.c dec_st550.c dec_st6600.c machdep.c Log: Set `boothowto' approapiately if our console is a serial one. The "debug.boothowto" sysctl can now be used (as on the i386) to determine if the console is a serial one. Revision Changes Path 1.2 +3 -1 src/sys/alpha/alpha/api_up1000.c 1.3 +3 -1 src/sys/alpha/alpha/dec_1000a.c 1.6 +4 -1 src/sys/alpha/alpha/dec_2100_a50.c 1.2 +4 -1 src/sys/alpha/alpha/dec_2100_a500.c 1.7 +4 -1 src/sys/alpha/alpha/dec_axppci_33.c 1.9 +3 -1 src/sys/alpha/alpha/dec_eb164.c 1.5 +3 -1 src/sys/alpha/alpha/dec_eb64plus.c 1.8 +3 -1 src/sys/alpha/alpha/dec_kn20aa.c 1.3 +4 -1 src/sys/alpha/alpha/dec_kn300.c 1.6 +3 -1 src/sys/alpha/alpha/dec_st550.c 1.6 +3 -1 src/sys/alpha/alpha/dec_st6600.c 1.88 +1 -2 src/sys/alpha/alpha/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 3:12:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F3C8337BD3E; Tue, 18 Jul 2000 03:12:31 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA67493; Tue, 18 Jul 2000 03:12:31 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007181012.DAA67493@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 18 Jul 2000 03:12:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 show.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/18 03:12:31 PDT Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/info info.h main.c perform.c pkg_info.1 show.c Log: MFC: "-s" option to check size of installed package(s). Revision Changes Path 1.11.2.1 +3 -1 src/usr.sbin/pkg_install/info/info.h 1.22.2.1 +6 -2 src/usr.sbin/pkg_install/info/main.c 1.29.2.1 +3 -1 src/usr.sbin/pkg_install/info/perform.c 1.24.2.1 +4 -2 src/usr.sbin/pkg_install/info/pkg_info.1 1.14.2.1 +58 -1 src/usr.sbin/pkg_install/info/show.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 3:17:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F3EE637BD4F; Tue, 18 Jul 2000 03:17:40 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA67992; Tue, 18 Jul 2000 03:17:40 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007181017.DAA67992@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 18 Jul 2000 03:17:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13/files apache.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/18 03:17:40 PDT Modified files: www/apache13/files apache.sh Log: Fix path to apachectl in stop Revision Changes Path 1.2 +1 -1 ports/www/apache13/files/apache.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 3:25:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DD8B837B9B8; Tue, 18 Jul 2000 03:25:37 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA68819; Tue, 18 Jul 2000 03:25:37 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007181025.DAA68819@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 18 Jul 2000 03:25:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil realhostname.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/18 03:25:37 PDT Modified files: (Branch: RELENG_4) lib/libutil realhostname.c Log: MFC: (rev 1.8 -> 1.9) Sshd writes connected host into utmp directly. If the connection is via IPv6, the hostname is trimed due to the length of IPv6 address. This change saves it as possible. I have a grudge against the shortage of UT_HOSTSIZE. Revision Changes Path 1.6.2.3 +15 -8 src/lib/libutil/realhostname.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 3:49:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 07D1837B5D4; Tue, 18 Jul 2000 03:49:46 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA71516; Tue, 18 Jul 2000 03:49:45 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007181049.DAA71516@freefall.freebsd.org> From: Nick Hibma Date: Tue, 18 Jul 2000 03:49:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/18 03:49:45 PDT Modified files: sys/conf files sys/i386/conf NOTES Log: Add the umodem driver. Revision Changes Path 1.389 +2 -1 src/sys/conf/files 1.802 +3 -1 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 3:50:44 2000 Delivered-To: cvs-all@freebsd.org Received: from gidora.zeta.org.au (gidora.zeta.org.au [203.26.10.25]) by hub.freebsd.org (Postfix) with SMTP id 7637C37BD52 for ; Tue, 18 Jul 2000 03:50:36 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: (qmail 13273 invoked from network); 18 Jul 2000 10:50:33 -0000 Received: from unknown (HELO bde.zeta.org.au) (203.2.228.102) by gidora.zeta.org.au with SMTP; 18 Jul 2000 10:50:33 -0000 Date: Tue, 18 Jul 2000 20:50:26 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: "Andrey A. Chernov" Cc: Valentin Nechayev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/termcap termcap.src In-Reply-To: <20000717052611.A22269@freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 17 Jul 2000, Andrey A. Chernov wrote: > On Mon, Jul 17, 2000 at 02:29:26PM +0300, Valentin Nechayev wrote: > > with the same name, the only way is to compose common entry > > ("op=\E[x\E[39;49m" if it works correct). And one should install this composed > > It not works correct. The goal was to get rid of \E[x which damage is too bad. > > > Terminal name change is the only correct way if it is impossible to compose > > termcap entry for both old and new variants. > > No, ~/.termcap or TERMCAP env variable are another ways more preferrable > because console name hardcoded in many programs and scripts not changed. What does "\E[39;49m" do for old versions of syscons? It should have done nothing if it was unsupported. I didn't notice many problems when I removed "\E[x" to work around the problems it caused. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 3:54:46 2000 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 542) id 4777737B8D5; Tue, 18 Jul 2000 03:54:43 -0700 (PDT) Date: Tue, 18 Jul 2000 03:54:43 -0700 From: "Andrey A. Chernov" To: Bruce Evans Cc: Valentin Nechayev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/termcap termcap.src Message-ID: <20000718035443.A70754@freebsd.org> References: <20000717052611.A22269@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from bde@zeta.org.au on Tue, Jul 18, 2000 at 08:50:26PM +1000 Organization: Biomechanoid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 18, 2000 at 08:50:26PM +1000, Bruce Evans wrote: > What does "\E[39;49m" do for old versions of syscons? It should have done > nothing if it was unsupported. I didn't notice many problems when I removed Yes, it does nothing. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 4:29:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E28DC37BD2E; Tue, 18 Jul 2000 04:29:13 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA78982; Tue, 18 Jul 2000 04:29:13 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007181129.EAA78982@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 18 Jul 2000 04:29:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libskey skeylogin.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/18 04:29:13 PDT Modified files: lib/libskey skeylogin.c Log: Fix header inclusions in preparation for a fix for PR 19886. The CVS Id tag FreeBSD was added to satisfy commit_prep.pl. Revision Changes Path 1.15 +3 -4 src/lib/libskey/skeylogin.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 4:32:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C01EF37B56F; Tue, 18 Jul 2000 04:32:27 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA79243; Tue, 18 Jul 2000 04:32:27 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007181132.EAA79243@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 18 Jul 2000 04:32:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libskey skeylogin.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/18 04:32:27 PDT Modified files: lib/libskey skeylogin.c Log: Substitute UT_NAMESIZE for 8 when truncating long usernames. PR: 19886 Reported by: Gregory Bond Revision Changes Path 1.16 +4 -2 src/lib/libskey/skeylogin.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 4:34:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B0EC37B7FC; Tue, 18 Jul 2000 04:34:16 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA79428; Tue, 18 Jul 2000 04:34:16 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200007181134.EAA79428@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 18 Jul 2000 04:34:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/musycc musycc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/07/18 04:34:16 PDT Modified files: sys/conf files sys/dev/musycc musycc.c Log: Driver for LMC1504 card: four port E1 or fractional E1. T1 support is possible but I have no T1 hardware to test with. The vendor can be found at: www.lanmedia.com Revision Changes Path 1.390 +2 -1 src/sys/conf/files 1.4 +116 -48 src/sys/dev/musycc/musycc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 4:38:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FB4837B5C8; Tue, 18 Jul 2000 04:38:25 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA79911; Tue, 18 Jul 2000 04:38:25 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007181138.EAA79911@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 18 Jul 2000 04:38:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libskey skeylogin.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/18 04:38:25 PDT Modified files: (Branch: RELENG_4) lib/libskey skeylogin.c Log: MFC rev 1.15 - 1.16: Fix inclusions and honour UT_NAMESIZE . Revision Changes Path 1.14.6.1 +6 -5 src/lib/libskey/skeylogin.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 4:49: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 023F237BD81; Tue, 18 Jul 2000 04:49:00 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA81012; Tue, 18 Jul 2000 04:48:59 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007181148.EAA81012@freefall.freebsd.org> From: Alexander Langer Date: Tue, 18 Jul 2000 04:48:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/18 04:48:59 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Insert Joachim Kuebart's email, which was `Unknown' before. Submitted by: Joachim Kuebart on -doc Revision Changes Path 1.261 +2 -2 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 5: 0:58 2000 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id C6E8A37B5C8; Tue, 18 Jul 2000 05:00:53 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (hak.nat.Awfulhak.org [172.31.0.12]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id NAA10618; Tue, 18 Jul 2000 13:00:15 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id MAA04370; Tue, 18 Jul 2000 12:59:40 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200007181159.MAA04370@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Ruslan Ermilov Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, brian@Awfulhak.org Subject: Re: cvs commit: ports/net/tcpmssd Makefile ports/net/tcpmssd/files md5 ports/net/tcpmssd/pkg COMMENT DESCR PLIST In-Reply-To: Message from Ruslan Ermilov of "Mon, 17 Jul 2000 11:25:39 PDT." <200007171825.LAA35765@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 18 Jul 2000 12:59:40 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > ru 2000/07/17 11:25:39 PDT > > Added files: > net/tcpmssd Makefile > net/tcpmssd/files md5 > net/tcpmssd/pkg COMMENT DESCR PLIST > Log: > A divert(4) daemon to correct requested receive segment size for TCP traffic. Excellent ! Cheers. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 5: 2:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B28537BD64; Tue, 18 Jul 2000 05:02:16 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA82606; Tue, 18 Jul 2000 05:02:16 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007181202.FAA82606@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 18 Jul 2000 05:02:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/date date.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/18 05:02:16 PDT Modified files: bin/date date.1 Log: Fix one grammar problem which crept in from rev 1.40 to rev 1.42, and one mdoc problem from rev 1.40 (unnecessarily populated Nm macro). Revision Changes Path 1.44 +3 -3 src/bin/date/date.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 5: 4:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CD8CA37B5C8; Tue, 18 Jul 2000 05:04:33 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA82759; Tue, 18 Jul 2000 05:04:33 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200007181204.FAA82759@freefall.freebsd.org> From: Neil Blakey-Milner Date: Tue, 18 Jul 2000 05:04:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/custom Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/07/18 05:04:33 PDT Modified files: release/picobsd/custom Makefile Log: First part of PicoBSD makeover, adding basic 'obj' facilities, allowing for read-only src tree. While I'm there: 1) Use kgzip, not kzip, since kzip certainly doesn't make bootable kernels anymore. loader still isn't built separately, let alone without forth support. This needs to be fixed. 2) Expand the mount/vnconfig examples to be the defacto way of making sure the filesystems are mounted, unmounted, or not configured. This needs more work. 3) quieten the build substantially, so errors are more prominent 4) Start of '-j' ability. Current style isn't quite in the correct dependency format for this, but obvious mistakes (changing directories in main shell) are fixed. Approved by: grog, dwhite, luigi (no objections to me doing a makeover) Revision Changes Path 1.3 +72 -63 src/release/picobsd/custom/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 5: 6: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D97CA37BDCB; Tue, 18 Jul 2000 05:06:02 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA84215; Tue, 18 Jul 2000 05:06:02 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Message-Id: <200007181206.FAA84215@freefall.freebsd.org> From: Kevin Lo Date: Tue, 18 Jul 2000 05:06:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/healthd Makefile ports/sysutils/healthd/files md5 healthd.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/07/18 05:06:02 PDT Modified files: sysutils/healthd Makefile sysutils/healthd/files md5 Removed files: sysutils/healthd/files healthd.sh Log: - Update to 0.5.4 - Update the Makefile so the healthd.sh for the port is installed instead the one in the files directory, which is out-of-date. PR: 19984, 19993 Submitted by: maintainer Revision Changes Path 1.12 +3 -3 ports/sysutils/healthd/Makefile 1.10 +1 -1 ports/sysutils/healthd/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 5: 6:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E71637BD9D; Tue, 18 Jul 2000 05:06:22 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA84312; Tue, 18 Jul 2000 05:06:22 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007181206.FAA84312@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 18 Jul 2000 05:06:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/date date.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/18 05:06:22 PDT Modified files: (Branch: RELENG_4) bin/date date.1 Log: MFC: pull up to rev 1.44 . Revision Changes Path 1.34.2.3 +66 -59 src/bin/date/date.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 5:10:35 2000 Delivered-To: cvs-all@freebsd.org Received: from gidora.zeta.org.au (gidora.zeta.org.au [203.26.10.25]) by hub.freebsd.org (Postfix) with SMTP id C730437BDA3 for ; Tue, 18 Jul 2000 05:10:29 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: (qmail 19665 invoked from network); 18 Jul 2000 12:10:21 -0000 Received: from unknown (HELO bde.zeta.org.au) (203.2.228.102) by gidora.zeta.org.au with SMTP; 18 Jul 2000 12:10:21 -0000 Date: Tue, 18 Jul 2000 22:10:15 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Marcel Moolenaar Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/include npx.h In-Reply-To: <200007180412.VAA13490@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 17 Jul 2000, Marcel Moolenaar wrote: > marcel 2000/07/17 21:12:19 PDT > > Modified files: (Branch: RELENG_3) > sys/i386/include npx.h > Log: > MFC: change default FPU control word. > > PR: 17984 > > Revision Changes Path > 1.14.2.2 +5 -35 src/sys/i386/include/npx.h Um, this change was intentionally left out of RELENG_3. The bug is in the Linux emulator not keeping up with Linux. The description misdiagnoses the reason for the exception. I think I explained this already, but the explanation is not attached to the PR. In: float f = FLT_MAX; double d; f = f * 2; /* 3 */ d = f; /* 4 */ line 3 causes undefined behaviour due to overflow. RELENG_3 on i386's was configured so that the undefined behaviour causes a trap on the FP instruction following the one that overflowed. This instruction is in line 4, and doesn't exist if line 4 is omitted. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 5:17:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 403FA37B5F8; Tue, 18 Jul 2000 05:17:55 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA85607; Tue, 18 Jul 2000 05:17:55 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200007181217.FAA85607@freefall.freebsd.org> From: Neil Blakey-Milner Date: Tue, 18 Jul 2000 05:17:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/custom Makefile.mfs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/07/18 05:17:55 PDT Modified files: release/picobsd/custom Makefile.mfs Log: Fix the one 'obj'-related breakage, and quieten the build. Also change symlinks from '/sbin' to 'sbin', so following the links make sense when not on the disk itself. Revision Changes Path 1.5 +7 -7 src/release/picobsd/custom/Makefile.mfs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 6: 3:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 924C637B9CC; Tue, 18 Jul 2000 06:03:09 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA89151; Tue, 18 Jul 2000 06:03:09 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007181303.GAA89151@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 18 Jul 2000 06:03:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 sysctl_add_oid.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/18 06:03:09 PDT Modified files: share/man/man9 sysctl_add_oid.9 Log: Order the cross-references in the SEE ALSO section correctly. Revision Changes Path 1.3 +3 -3 src/share/man/man9/sysctl_add_oid.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 6:10:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 861FA37BDBC; Tue, 18 Jul 2000 06:10:25 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA91006; Tue, 18 Jul 2000 06:10:25 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007181310.GAA91006@freefall.freebsd.org> From: Alexander Langer Date: Tue, 18 Jul 2000 06:10:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/18 06:10:25 PDT Modified files: (Branch: RELENG_4) sys/i386/conf LINT Log: - Adjust documentation for new soft updates copyright to match HEAD's NOTES. PR: 19982 Submitted by: Adam McDougall - Enable ``options SOFTUPDATES'' to match both, GENERIC and HEAD's NOTES. Approved by: roberto Revision Changes Path 1.749.2.15 +3 -9 src/sys/i386/conf/Attic/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 6:19:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A84837BDCB; Tue, 18 Jul 2000 06:19:14 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA91984; Tue, 18 Jul 2000 06:19:14 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Message-Id: <200007181319.GAA91984@freefall.freebsd.org> From: David Malone Date: Tue, 18 Jul 2000 06:19:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/msdosfs msdosfs_vnops.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2000/07/18 06:19:14 PDT Modified files: (Branch: RELENG_4) sys/msdosfs msdosfs_vnops.c Log: MFC: 1.101 Avoid some vrele panics in rename. Revision Changes Path 1.95.2.1 +3 -3 src/sys/msdosfs/msdosfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 6:25:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B2D0D37BDCB; Tue, 18 Jul 2000 06:25:51 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA92640; Tue, 18 Jul 2000 06:25:52 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200007181325.GAA92640@freefall.freebsd.org> From: Neil Blakey-Milner Date: Tue, 18 Jul 2000 06:25:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/custom PICOBSD-C X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/07/18 06:25:52 PDT Modified files: release/picobsd/custom PICOBSD-C Log: Update PICOBSD-C kernel configuration to the new world order, grabbing hints simply from GENERIC.hints. Added a bunch of comments about usb devices, new network cards, and IPv6. Revision Changes Path 1.5 +133 -139 src/release/picobsd/custom/PICOBSD-C To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 6:28:16 2000 Delivered-To: cvs-all@freebsd.org Received: from genius.systems.pavilion.net (genius.systems.pavilion.net [212.74.1.100]) by hub.freebsd.org (Postfix) with ESMTP id B91CA37BDF0; Tue, 18 Jul 2000 06:28:12 -0700 (PDT) (envelope-from joe@pavilion.net) Received: by genius.systems.pavilion.net (Postfix, from userid 100) id E5F8A9B05; Tue, 18 Jul 2000 14:28:14 +0100 (BST) Date: Tue, 18 Jul 2000 14:28:14 +0100 From: Josef Karthauser To: Brian Somers Cc: Alexander Langer , Nik Clayton , Josef Karthauser , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/palm/isilo Makefile ports/palm/isilo/files md5 Message-ID: <20000718142814.B12856@pavilion.net> References: <200007180917.KAA03447@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <200007180917.KAA03447@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on Tue, Jul 18, 2000 at 10:17:54AM +0100 X-NCC-RegID: uk.pavilion Organisation: Pavilion Internet plc, Lees House, 21-23 Dyke Road, Brighton, England Phone: +44-845-333-5000 Fax: +44-845-333-5001 Mobile: +44-403-596893 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 18, 2000 at 10:17:54AM +0100, Brian Somers wrote: > Before this kit was introduced, Roger was surviving with two physical > phones using ppp(8) in MP mode. How many mobile phones can you support under ppp :) /me imagines trying to get 128k over mobile. (13 phones @ 9600 baud ? :) Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 6:43:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 56ADA37BDCF; Tue, 18 Jul 2000 06:43:39 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA24466; Tue, 18 Jul 2000 06:43:39 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200007181343.GAA24466@freefall.freebsd.org> From: Neil Blakey-Milner Date: Tue, 18 Jul 2000 06:43:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/custom/crunch1 Makefile crunch.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/07/18 06:43:39 PDT Modified files: release/picobsd/custom/crunch1 Makefile crunch.conf Log: Make a separate build directory in which to put all the generated objects, to simplify working with PicoBSD. Add the ability to put make instructions in crunch.inc to pass to the build process. Now explicitly make the objects in our own object tree, since we want to build the objects with our own defines, and allow this to occur in a common object tree for all PicoBSD builds, if required. This is controlled by the COMM_OBJ variable, for those who don't want this - setting it to /usr/obj again will just pick up the objects from your last make buildworld, as before. Revision Changes Path 1.3 +20 -6 src/release/picobsd/custom/crunch1/Makefile 1.3 +2 -2 src/release/picobsd/custom/crunch1/crunch.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 6:49:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AEDFD37B544; Tue, 18 Jul 2000 06:49:18 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA43775; Tue, 18 Jul 2000 06:49:18 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200007181349.GAA43775@freefall.freebsd.org> From: Neil Blakey-Milner Date: Tue, 18 Jul 2000 06:49:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/custom/crunch1 crunch.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/07/18 06:49:18 PDT Added files: release/picobsd/custom/crunch1 crunch.inc Log: Add an empty crunch.inc with instructions that you can use it to adjust the building of the crunched binary. I'll add examples when I add the post-include mechanism, since the crunch.mk environment stomps on the pre-included crunch.inc's variables at the moment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 7:21: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 9755637BA9D; Tue, 18 Jul 2000 07:20:53 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id KAA07426; Tue, 18 Jul 2000 10:20:46 -0400 (EDT) (envelope-from wollman) Date: Tue, 18 Jul 2000 10:20:46 -0400 (EDT) From: Garrett Wollman Message-Id: <200007181420.KAA07426@khavrinen.lcs.mit.edu> To: Sheldon Hearn Cc: Ben Smithurst , Greg Lehey , Marcel Moolenaar , Christopher Masto , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 In-Reply-To: <43113.963902882@axl.ops.uunet.co.za> References: <20000718014644.F4668@strontium.scientia.demon.co.uk> <43113.963902882@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > On Tue, 18 Jul 2000 01:46:44 +0100, Ben Smithurst wrote: >> (Is it possible to get each of those on one line, using .Pq somehow, or >> not, because there are two separate bits which need .Sq ?) > Probably, but there's nothing wrong with using lots of lines in mdoc. > :-) I've seen a number of bogus changes lately which turn explicit parentheses into invocations of the .Po/.Pc/.Pq requests. This is erroneous. The only circumstances in which the .Pq (or .Bq) requests should be used are those in which the punctuation in question interacts with another markup element. For ordinary parentheticals, use ordinary parentheses. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 7:24: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id AE89237BDB4; Tue, 18 Jul 2000 07:23:56 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13EYHf-000DDO-00; Tue, 18 Jul 2000 16:23:43 +0200 From: Sheldon Hearn To: Garrett Wollman Cc: Ben Smithurst , Greg Lehey , Marcel Moolenaar , Christopher Masto , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 In-reply-to: Your message of "Tue, 18 Jul 2000 10:20:46 -0400." <200007181420.KAA07426@khavrinen.lcs.mit.edu> Date: Tue, 18 Jul 2000 16:23:43 +0200 Message-ID: <50801.963930223@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 18 Jul 2000 10:20:46 -0400, Garrett Wollman wrote: > The only circumstances in which the .Pq (or .Bq) requests should be > used are those in which the punctuation in question interacts with > another markup element. I agree. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 7:29:28 2000 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 1303537BDCF; Tue, 18 Jul 2000 07:29:16 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.9.3/1.13) id RAA30242; Tue, 18 Jul 2000 17:27:04 +0300 (EEST) Date: Tue, 18 Jul 2000 17:27:04 +0300 From: Ruslan Ermilov To: Sheldon Hearn Cc: Garrett Wollman , Ben Smithurst , Greg Lehey , Marcel Moolenaar , Christopher Masto , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 Message-ID: <20000718172704.A30142@sunbay.com> References: <200007181420.KAA07426@khavrinen.lcs.mit.edu> <50801.963930223@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <50801.963930223@axl.ops.uunet.co.za>; from sheldonh@uunet.co.za on Tue, Jul 18, 2000 at 04:23:43PM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 18, 2000 at 04:23:43PM +0200, Sheldon Hearn wrote: > > > On Tue, 18 Jul 2000 10:20:46 -0400, Garrett Wollman wrote: > > > The only circumstances in which the .Pq (or .Bq) requests should be > > used are those in which the punctuation in question interacts with > > another markup element. > > I agree. > Seconded. -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 7:41: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0038037BE3F; Tue, 18 Jul 2000 07:41:01 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA61454; Tue, 18 Jul 2000 07:41:02 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007181441.HAA61454@freefall.freebsd.org> From: Ben Smithurst Date: Tue, 18 Jul 2000 07:41:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 style.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/18 07:41:02 PDT Modified files: share/man/man9 style.9 Log: Define what is meant by `brackets' and `braces'. Suggested by: grog Revision Changes Path 1.36 +14 -3 src/share/man/man9/style.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 7:50:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 143AB37BE6B; Tue, 18 Jul 2000 07:50:27 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA62642; Tue, 18 Jul 2000 07:50:27 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <200007181450.HAA62642@freefall.freebsd.org> From: Brian Feldman Date: Tue, 18 Jul 2000 07:50:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xpuyopuyo Makefile ports/games/xpuyopuyo/files md5 ports/games/xpuyopuyo/patches patch-ab ports/games/xpuyopuyo/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/07/18 07:50:27 PDT Modified files: games/xpuyopuyo Makefile games/xpuyopuyo/files md5 games/xpuyopuyo/pkg PLIST Added files: games/xpuyopuyo/patches patch-ab Log: Update to xpuyopuyo 0.4.2 with the new "smileys" theme. Make sure to, ahem, fix author's Makefile.in breakage. Revision Changes Path 1.14 +2 -2 ports/games/xpuyopuyo/Makefile 1.10 +1 -1 ports/games/xpuyopuyo/files/md5 1.7 +18 -0 ports/games/xpuyopuyo/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 8:16:51 2000 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 2847837BDDA; Tue, 18 Jul 2000 08:16:40 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (hak.nat.Awfulhak.org [172.31.0.12]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id QAA00704; Tue, 18 Jul 2000 16:16:36 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id QAA01631; Tue, 18 Jul 2000 16:16:31 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200007181516.QAA01631@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Josef Karthauser Cc: Brian Somers , Alexander Langer , Nik Clayton , Josef Karthauser , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: ports/palm/isilo Makefile ports/palm/isilo/files md5 In-Reply-To: Message from Josef Karthauser of "Tue, 18 Jul 2000 14:28:14 BST." <20000718142814.B12856@pavilion.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 18 Jul 2000 16:16:31 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Tue, Jul 18, 2000 at 10:17:54AM +0100, Brian Somers wrote: > > Before this kit was introduced, Roger was surviving with two physical > > phones using ppp(8) in MP mode. > > How many mobile phones can you support under ppp :) > /me imagines trying to get 128k over mobile. (13 phones @ 9600 baud ? :) As many as you can attach.... This is pretty limited by hardware on a laptop, but I've had 300-link sessions running back-to-back on my laptop (back-to-back = ``set device "!ppp -direct xx"''). Performance was fairly bad with this number of sessions though :*I Things seem to be pretty much linear for the first 100 links or so. > Joe -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 8:18:24 2000 Delivered-To: cvs-all@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 61BAD37BDDA; Tue, 18 Jul 2000 08:18:15 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13EYjc-000D64-00; Tue, 18 Jul 2000 15:52:36 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13EYjc-000Ptv-00; Tue, 18 Jul 2000 15:52:36 +0100 Date: Tue, 18 Jul 2000 15:52:36 +0100 From: Ben Smithurst To: Garrett Wollman Cc: Sheldon Hearn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 Message-ID: <20000718155236.V4668@strontium.scientia.demon.co.uk> References: <20000718014644.F4668@strontium.scientia.demon.co.uk> <43113.963902882@axl.ops.uunet.co.za> <200007181420.KAA07426@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Ln+iIw7POnzHEEo5" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007181420.KAA07426@khavrinen.lcs.mit.edu> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --Ln+iIw7POnzHEEo5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Garrett Wollman wrote: > < said: >=20 >> On Tue, 18 Jul 2000 01:46:44 +0100, Ben Smithurst wrote: >=20 >>> (Is it possible to get each of those on one line, using .Pq somehow, or >>> not, because there are two separate bits which need .Sq ?) >=20 >> Probably, but there's nothing wrong with using lots of lines in mdoc. >> :-) >=20 > I've seen a number of bogus changes lately which turn explicit > parentheses into invocations of the .Po/.Pc/.Pq requests. This is > erroneous. The only circumstances in which the .Pq (or .Bq) requests > should be used are those in which the punctuation in question > interacts with another markup element. For ordinary parentheticals, > use ordinary parentheses. ok, I'll remember that for next time, thanks. If only this was explained in mdoc(7) or mdoc.samples(7)... But in this case, the parentheses would interact with the .Sq markup, wouldn't they, so is it ok in this case? I hope so, because I just committed it before I read your message. :-> If it's not ok, how should it be done? Here's that diff again... --- style.9 2000/07/17 19:05:57 1.35 +++ style.9 2000/07/18 13:28:56 @@ -91,7 +91,13 @@ and the macro name. =20 If they are an inline expansion of a function, the function is defined all in lowercase, the macro has the same name all in uppercase. If the -macro needs more than a single line, use braces. Right-justify the +macro needs more than a single line, use braces +.Po +.Sq \&{ +and +.Sq \&} +.Pc . +Right-justify the backslashes; it makes it easier to read. If the macro encapsulates a compound statement, enclose it in a .Dq Li do @@ -477,7 +483,12 @@ .It Options without operands come first, in alphabetical order, -inside a single set of brackets. +inside a single set of brackets +.Po +.Sq \&[ +and +.Sq \&] +.Pc . .It Options with operands come next, also in alphabetical order, thanks, --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project / --Ln+iIw7POnzHEEo5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: TysQdUYFWxf3zjC/N6zmfQel7rNq4Vd1 iQCVAwUBOXRvMysPVtiZOS99AQFXlQP9HZYYSn4VgCzvT8lkyafEXnfJe3xuxo++ lnv0kwGHl/bgmPHgl2yLiC1o4JQw21FTHWsp37tJmbSGpax60zp6V8rxFgXNF/co Relgiq3JZu/+ftItGFX+CO4Unpdh0lQizE4UZHLW213vP3ntqwItZI4VslnasMLF QJz8t9cz0vM= =HY75 -----END PGP SIGNATURE----- --Ln+iIw7POnzHEEo5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 8:21: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E397A37B54C; Tue, 18 Jul 2000 08:21:00 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA68291; Tue, 18 Jul 2000 08:20:59 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007181520.IAA68291@freefall.freebsd.org> From: Ben Smithurst Date: Tue, 18 Jul 2000 08:20:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/doc/src how2build.html X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/18 08:20:59 PDT Modified files: release/picobsd/doc/src how2build.html Log: Remove
tags from with section. PR: 20002 Submitted by: James Johnson <bonk1138@msn.com> Approved by: patrick (from freebsd-small mailing list) Revision Changes Path 1.8 +2 -2 src/release/picobsd/doc/src/how2build.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 8:24:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 90C3D37BDDA; Tue, 18 Jul 2000 08:24:41 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA68863; Tue, 18 Jul 2000 08:24:40 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Message-Id: <200007181524.IAA68863@freefall.freebsd.org> From: Hiroki Sato <hrs@FreeBSD.org> Date: Tue, 18 Jul 2000 08:24:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook appendix.decl doc/ja_JP.eucJP/books/handbook/boot chapter.sgml doc/ja_JP.eucJP/books/handbook/cutting-edge chapter.sgml doc/ja_JP.eucJP/books/handbook/introduction chapter.sgml doc/ja_JP.eucJP/books/handbook/kerneldebug chapter.sgml doc/ja_JP.eucJP/books/handbook/mirrors chapter.sgml ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrs 2000/07/18 08:24:40 PDT Modified files: ja_JP.eucJP/books/handbook/boot chapter.sgml ja_JP.eucJP/books/handbook/cutting-edge chapter.sgml ja_JP.eucJP/books/handbook/introduction chapter.sgml ja_JP.eucJP/books/handbook/kerneldebug chapter.sgml ja_JP.eucJP/books/handbook/mirrors chapter.sgml ja_JP.eucJP/books/handbook/users chapter.sgml Added files: ja_JP.eucJP/books/handbook appendix.decl Log: o Merge the following from the English version: (new) appendix.decl 1.5 -> 1.8 boot/chapter.sgml 1.51 -> 1.52 cutting-edge/chapter.sgml 1.24 -> 1.25 kerneldebug/chapter.sgml 1.73 -> 1.76 mirrors/chapter.sgml 1.1 -> 1.4 users/chapter.sgml o Refine translation: introduction/chapter.sgml Revision Changes Path 1.2 +6 -6 doc/ja_JP.eucJP/books/handbook/boot/chapter.sgml 1.16 +18 -348 doc/ja_JP.eucJP/books/handbook/cutting-edge/chapter.sgml 1.14 +4 -5 doc/ja_JP.eucJP/books/handbook/introduction/chapter.sgml 1.9 +26 -3 doc/ja_JP.eucJP/books/handbook/kerneldebug/chapter.sgml 1.25 +390 -206 doc/ja_JP.eucJP/books/handbook/mirrors/chapter.sgml 1.2 +3 -3 doc/ja_JP.eucJP/books/handbook/users/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 8:28:11 2000 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id B684037BDDA; Tue, 18 Jul 2000 08:28:03 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id LAA07975; Tue, 18 Jul 2000 11:28:02 -0400 (EDT) (envelope-from wollman) Date: Tue, 18 Jul 2000 11:28:02 -0400 (EDT) From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> Message-Id: <200007181528.LAA07975@khavrinen.lcs.mit.edu> To: Ben Smithurst <ben@FreeBSD.org> Cc: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>, Sheldon Hearn <sheldonh@uunet.co.za>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 In-Reply-To: <20000718155236.V4668@strontium.scientia.demon.co.uk> References: <20000718014644.F4668@strontium.scientia.demon.co.uk> <43113.963902882@axl.ops.uunet.co.za> <200007181420.KAA07426@khavrinen.lcs.mit.edu> <20000718155236.V4668@strontium.scientia.demon.co.uk> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG <<On Tue, 18 Jul 2000 15:52:36 +0100, Ben Smithurst <ben@FreeBSD.org> said: > +macro needs more than a single line, use braces > +.Po > +.Sq \&{ > +and > +.Sq \&} > +.Pc . > +Right-justify the Right, except that you should use .Ql, not .Sq. (The brace here is a literal; .Ql is the same as .Sq Li which would have been the correct markup otherwise.) -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 8:32:24 2000 Delivered-To: cvs-all@freebsd.org Received: from gilgamesch.bik-gmbh.de (T1-Hansenet.BIK-GmbH.de [192.76.134.246]) by hub.freebsd.org (Postfix) with ESMTP id C254537BF33; Tue, 18 Jul 2000 08:32:14 -0700 (PDT) (envelope-from cracauer@gilgamesch.bik-gmbh.de) Received: (from cracauer@localhost) by gilgamesch.bik-gmbh.de (8.9.3/8.7.3) id RAA66531; Tue, 18 Jul 2000 17:31:18 +0200 (MET DST) Date: Tue, 18 Jul 2000 17:31:18 +0200 From: Martin Cracauer <cracauer@cons.org> To: Dag-Erling Smorgrav <des@flood.ping.uio.no> Cc: Alexander Langer <alex@big.endian.de>, Kris Kennaway <kris@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libfetch http.c Message-ID: <20000718173118.B64287@cons.org> References: <Pine.BSF.4.21.0007171530360.70438-100000@freefall.freebsd.org> <xzpvgy4wfcr.fsf@flood.ping.uio.no> <20000718091712.A8031@cichlids.cichlids.com> <xzpbszvnbnm.fsf@flood.ping.uio.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <xzpbszvnbnm.fsf@flood.ping.uio.no>; from des@flood.ping.uio.no on Tue, Jul 18, 2000 at 09:24:45AM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In <xzpbszvnbnm.fsf@flood.ping.uio.no>, Dag-Erling Smorgrav wrote: > alex@big.endian.de (Alexander Langer) writes: > > I do a lot of ports-work, and fetching ports is completely broken, as > > reported by knu (strange filesize) and others (dont know, whom, I mean > > the Strg-C interruption while fetching a port-distfile). > > Those (and a few other) issues were fixed yesterday - knu seems happy > with the latest sources, have you tried them? For the record, the fetch/libfetch of today address the nitpicks I had (short files, reporting etc). Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer <cracauer@cons.org> http://www.cons.org/cracauer/ BSD User Group Hamburg, Germany http://www.bsdhh.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 9: 0: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 9FD9737BEA8; Tue, 18 Jul 2000 08:59:48 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13EZmS-000DVU-00; Tue, 18 Jul 2000 17:59:36 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: Ben Smithurst <ben@FreeBSD.org> Cc: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 In-reply-to: Your message of "Tue, 18 Jul 2000 15:52:36 +0100." <20000718155236.V4668@strontium.scientia.demon.co.uk> Date: Tue, 18 Jul 2000 17:59:36 +0200 Message-ID: <51923.963935976@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 18 Jul 2000 15:52:36 +0100, Ben Smithurst wrote: > But in this case, the parentheses would interact with the .Sq markup, > wouldn't they, so is it ok in this case? I hope so, because I just > committed it before I read your message. :-> If it's not ok, how should > it be done? Here's that diff again... I believe you did the right thing in this case. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 9: 7:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ACE3E37BEFF; Tue, 18 Jul 2000 09:07:30 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA75584; Tue, 18 Jul 2000 09:07:30 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Message-Id: <200007181607.JAA75584@freefall.freebsd.org> From: Kevin Lo <kevlo@FreeBSD.org> Date: Tue, 18 Jul 2000 09:07:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/linux-jdk Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/07/18 09:07:30 PDT Modified files: java/linux-jdk Makefile Log: Update MASTER_SITES. ftp.uk.linux.org doesn't have jdk-1.2.2-RC4-linux. Revision Changes Path 1.4 +2 -2 ports/java/linux-jdk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 9:15: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 899A637BE92; Tue, 18 Jul 2000 09:15:03 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA76722; Tue, 18 Jul 2000 09:15:02 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007181615.JAA76722@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Tue, 18 Jul 2000 09:15:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/asmon Makefile ports/sysutils/asmon/patches patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/18 09:15:02 PDT Modified files: sysutils/asmon Makefile sysutils/asmon/patches patch-ab Log: Update to work with 4.x's new VM system. PR: 19990 Submitted by: maintainer Revision Changes Path 1.7 +1 -4 ports/sysutils/asmon/Makefile 1.3 +86 -30 ports/sysutils/asmon/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 9:25:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 36A4837BDB8; Tue, 18 Jul 2000 09:25:15 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA78164; Tue, 18 Jul 2000 09:25:15 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007181625.JAA78164@freefall.freebsd.org> From: Matt Jacob <mjacob@FreeBSD.org> Date: Tue, 18 Jul 2000 09:25:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha dec_kn8ae.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/18 09:25:15 PDT Modified files: sys/alpha/alpha dec_kn8ae.c Log: Add case that David missed about setting RB_SERIAL. Revision Changes Path 1.7 +2 -1 src/sys/alpha/alpha/dec_kn8ae.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 9:28:21 2000 Delivered-To: cvs-all@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id A56A037BF05; Tue, 18 Jul 2000 09:28:09 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13Ea4p-000DIB-00; Tue, 18 Jul 2000 17:18:35 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13Ea4p-00073e-00; Tue, 18 Jul 2000 17:18:35 +0100 Date: Tue, 18 Jul 2000 17:18:35 +0100 From: Ben Smithurst <ben@FreeBSD.org> To: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> Cc: Sheldon Hearn <sheldonh@uunet.co.za>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man9 style.9 Message-ID: <20000718171835.C4668@strontium.scientia.demon.co.uk> References: <20000718014644.F4668@strontium.scientia.demon.co.uk> <43113.963902882@axl.ops.uunet.co.za> <200007181420.KAA07426@khavrinen.lcs.mit.edu> <20000718155236.V4668@strontium.scientia.demon.co.uk> <200007181528.LAA07975@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="56p9wBiXEyg+KhLM" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007181528.LAA07975@khavrinen.lcs.mit.edu> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --56p9wBiXEyg+KhLM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Garrett Wollman wrote: > <<On Tue, 18 Jul 2000 15:52:36 +0100, Ben Smithurst <ben@FreeBSD.org> sai= d: >=20 >> +macro needs more than a single line, use braces >> +.Po >> +.Sq \&{ >> +and >> +.Sq \&} >> +.Pc . >> +Right-justify the >=20 > Right, except that you should use .Ql, not .Sq. (The brace here is > a literal; .Ql is the same as .Sq Li which would have been the correct > markup otherwise.) Well, there's enough other places where .Sq is used, but from what you say, .Ql should be used, that I think I'll leave it alone now. ben@magnesium:~/bsdwork/man9$ grep 'Sq \\&' style.9=20 =2ESq \&{ =2ESq \&} =2ESq \&( =2ESq \&[ =2ESq \&] =2ESq \&) =2ESq \&[ =2ESq \&] =2EPq Sq \&| --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project / --56p9wBiXEyg+KhLM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: t8168DMPNskRu9SGuNoq5eXwJpEpkw7g iQCVAwUBOXSDWysPVtiZOS99AQFtDwQAgCJmBaYCdl6e/OMU11yniscei6zkPCe0 5ugzMiJQkqEtcxc1ENHoVZHmvNfDkIUOxuEd8cVgpKO0wQm9/3qZPDxP7uTtj8Sj QBcibmCVRSL2zSmrpD2npd0xb7YHvuk2kvjPBOAHFsoxQ377EGyynzVTd35LOcSK nSUmsUb8VQY= =QGc9 -----END PGP SIGNATURE----- --56p9wBiXEyg+KhLM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 9:30:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED2C237BF01; Tue, 18 Jul 2000 09:30:14 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA79168; Tue, 18 Jul 2000 09:30:14 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Message-Id: <200007181630.JAA79168@freefall.freebsd.org> From: Jean-Marc Zucconi <jmz@FreeBSD.org> Date: Tue, 18 Jul 2000 09:30:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/qix/pkg COMMENT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmz 2000/07/18 09:30:14 PDT Modified files: games/qix/pkg COMMENT Log: Fix pkg/COMMENT PR: ports/19986 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Revision Changes Path 1.2 +1 -1 ports/games/qix/pkg/COMMENT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 9:30:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4175137BEEA; Tue, 18 Jul 2000 09:30:46 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA79299; Tue, 18 Jul 2000 09:30:46 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007181630.JAA79299@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Tue, 18 Jul 2000 09:30:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk doc.docbook.mk doc.images.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/18 09:30:45 PDT Modified files: share/mk doc.docbook.mk doc.images.mk Log: doc.images.mk LOCAL_LIB_IMAGES_DIR should be a path component, not a complete path, so remove ${.CURDIR}. doc.docbook.mk Set the directory for image installation correctly, and ensure that the directory exists before we try and do anything with it. These should fix the installation problems people are having with the primer. There's still an outstanding bug -- make(1) thinks that the local library images are out-of-date with respect to the ones in share/images for some reason. This forces a rebuild each time. I'm still looking at that. Revision Changes Path 1.16 +5 -3 doc/share/mk/doc.docbook.mk 1.2 +2 -2 doc/share/mk/doc.images.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 9:41:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2900B37B560; Tue, 18 Jul 2000 09:41:12 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA81116; Tue, 18 Jul 2000 09:41:12 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Message-Id: <200007181641.JAA81116@freefall.freebsd.org> From: David Malone <dwmalone@FreeBSD.org> Date: Tue, 18 Jul 2000 09:41:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tcp_wrappers rfc931.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2000/07/18 09:41:12 PDT Modified files: (Branch: RELENG_4) contrib/tcp_wrappers rfc931.c Log: MFC: 1.3 Avoid splitting ident requests across several packets. Revision Changes Path 1.2.2.1 +10 -9 src/contrib/tcp_wrappers/rfc931.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 9:43:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B27F37B654; Tue, 18 Jul 2000 09:43:29 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA81521; Tue, 18 Jul 2000 09:43:29 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007181643.JAA81521@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Tue, 18 Jul 2000 09:43:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_var.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/18 09:43:29 PDT Modified files: sys/netinet tcp_var.h Log: Fix a comment which was broken in rev 1.36. PR: 19947 Submitted by: Tetsuya Isaki <isaki@net.ipc.hiroshima-u.ac.jp> Revision Changes Path 1.60 +2 -2 src/sys/netinet/tcp_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 9:45:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED5EF37B50C; Tue, 18 Jul 2000 09:45:47 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA81857; Tue, 18 Jul 2000 09:45:47 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007181645.JAA81857@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Tue, 18 Jul 2000 09:45:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_var.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/18 09:45:47 PDT Modified files: (Branch: RELENG_4) sys/netinet tcp_var.h Log: MFC rev 1.60: fix a comment for TCPCTL_KEEPINIT. Revision Changes Path 1.56.2.1 +2 -2 src/sys/netinet/tcp_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 9:47:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 630C537B5A3; Tue, 18 Jul 2000 09:47:18 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA82055; Tue, 18 Jul 2000 09:47:18 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Message-Id: <200007181647.JAA82055@freefall.freebsd.org> From: David Malone <dwmalone@FreeBSD.org> Date: Tue, 18 Jul 2000 09:47:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd builtins.c inetd.8 inetd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2000/07/18 09:47:17 PDT Modified files: (Branch: RELENG_4) usr.sbin/inetd builtins.c inetd.8 inetd.c Log: MFC: Bring RELENG_4 into sync with -current. builtins.c 1.20 Allow ident to take -d without -r builtins.c 1.21 Replace send(..., MSG_EOF) with write(...) builtins.c 1.22 ident types cleanup builtins.c 1.23 more ident types cleanup Remove switch for nonexistant -R flag builtins.c 1.24 ident multi-packet fixes inetd.8 1.49 clarify ident -d examples inetd.8 1.48 allow ident to take -d without -r inetd.8 1.47 typo fix inetd.c 1.81 use IPv4 mapped IPv6 address when requested Revision Changes Path 1.19.2.1 +73 -38 src/usr.sbin/inetd/builtins.c 1.46.2.1 +18 -6 src/usr.sbin/inetd/inetd.8 1.80.2.1 +7 -6 src/usr.sbin/inetd/inetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 9:47:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 416B237B66A; Tue, 18 Jul 2000 09:47:50 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA82128; Tue, 18 Jul 2000 09:47:49 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007181647.JAA82128@freefall.freebsd.org> From: Matt Jacob <mjacob@FreeBSD.org> Date: Tue, 18 Jul 2000 09:47:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha dec_kn8ae.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/18 09:47:49 PDT Modified files: sys/alpha/alpha dec_kn8ae.c Log: oops- need reboot.h file Revision Changes Path 1.8 +2 -1 src/sys/alpha/alpha/dec_kn8ae.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 9:48:32 2000 Delivered-To: cvs-all@freebsd.org Received: from mout2.silyn-tek.de (mout2.silyn-tek.de [194.25.165.70]) by hub.freebsd.org (Postfix) with ESMTP id C9FE037B733; Tue, 18 Jul 2000 09:48:27 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.33] (helo=mx1.silyn-tek.de) by mout2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13EaXg-0004Za-00; Tue, 18 Jul 2000 18:48:24 +0200 Received: from p3e9c114a.dip0.t-ipconnect.de ([62.156.17.74] helo=neutron.cichlids.com) by mx1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13EaXc-0000Uy-00; Tue, 18 Jul 2000 18:48:20 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id BEFA4AB91; Tue, 18 Jul 2000 18:49:54 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 3FC4614A67; Tue, 18 Jul 2000 18:48:19 +0200 (CEST) Date: Tue, 18 Jul 2000 18:48:19 +0200 From: Alexander Langer <alex@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/asmon Makefile ports/sysutils/asmon/patches patch-ab Message-ID: <20000718184819.B51550@cichlids.cichlids.com> References: <200007181615.JAA76722@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007181615.JAA76722@freefall.freebsd.org>; from alex@FreeBSD.org on Tue, Jul 18, 2000 at 09:15:02AM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Alexander Langer (alex@FreeBSD.org): > sysutils/asmon Makefile > sysutils/asmon/patches patch-ab > Update to work with 4.x's new VM system. asmon has been broken since at least January or such on bento. This should fix it :-) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 9:50:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F67B37B5A3; Tue, 18 Jul 2000 09:50:11 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA82447; Tue, 18 Jul 2000 09:50:10 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007181650.JAA82447@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Tue, 18 Jul 2000 09:50:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_var.h X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/18 09:50:10 PDT Modified files: (Branch: RELENG_3) sys/netinet tcp_var.h Log: MFC rev 1.60: fix comment for TCPCTL_KEEPINIT . Revision Changes Path 1.49.2.2 +2 -2 src/sys/netinet/tcp_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 9:52:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B3F0537B60C; Tue, 18 Jul 2000 09:52:28 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA82770; Tue, 18 Jul 2000 09:52:28 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200007181652.JAA82770@freefall.freebsd.org> From: Poul-Henning Kamp <phk@FreeBSD.org> Date: Tue, 18 Jul 2000 09:52:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/nghook main.c nghook.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/07/18 09:52:28 PDT Modified files: usr.sbin/nghook main.c nghook.8 Log: Add the '-l' flag to nghook which loops the received data back. Revision Changes Path 1.5 +13 -4 src/usr.sbin/nghook/main.c 1.4 +5 -1 src/usr.sbin/nghook/nghook.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 10: 4: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B65ED37B6AC; Tue, 18 Jul 2000 10:03:59 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA83850; Tue, 18 Jul 2000 10:03:58 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007181703.KAA83850@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Tue, 18 Jul 2000 10:03:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile src/usr.bin/truncate Makefile truncate.1 truncate.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/18 10:03:58 PDT Modified files: usr.bin Makefile Added files: usr.bin/truncate Makefile truncate.1 truncate.c Log: Import the new truncate(1) utility. Approved by: jdp Revision Changes Path 1.151 +2 -1 src/usr.bin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 10:20:26 2000 Delivered-To: cvs-all@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by hub.freebsd.org (Postfix) with ESMTP id 7605537BB72; Tue, 18 Jul 2000 10:20:15 -0700 (PDT) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel3.hp.com (Postfix) with ESMTP id DF11D11C0; Tue, 18 Jul 2000 10:20:14 -0700 (PDT) Received: from cup.hp.com (gauss.cup.hp.com [15.28.97.152]) by adlmail.cup.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with ESMTP id KAA19388; Tue, 18 Jul 2000 10:20:13 -0700 (PDT) Message-ID: <397491CE.612FB49D@cup.hp.com> Date: Tue, 18 Jul 2000 10:20:14 -0700 From: Marcel Moolenaar <marcel@cup.hp.com> Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Bruce Evans <bde@zeta.org.au> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cracauer@cons.org, sheldonh@uunet.co.za, jruigrok@via-net-works.nl Subject: Re: cvs commit: src/sys/i386/include npx.h References: <Pine.BSF.4.21.0007182158570.1365-100000@besplex.bde.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bruce Evans wrote: > > > Log: > > MFC: change default FPU control word. > > > > PR: 17984 > > Um, this change was intentionally left out of RELENG_3. The bug is in the > Linux emulator not keeping up with Linux. I agree. The point is that there are still people working on 3.x that want this to be fixed and I didn't want to create execve hooks that late on a branch (especially without it first being in -current). > The description misdiagnoses the reason for the exception. I think I > explained this already, but the explanation is not attached to the PR. I read (hopefully) most messages that discuss the change and my general impression was that people thought it was a good change. And since the change fixes the Linuxulator related coredumps, I MFC'd it. I didn't base my decision on floating-point examples. The discussion made it clear that it's a subtle issue and a 3/4 line FP program doesn't really tell the complete story. Martin Cracauer wrote: > Well, I said I didn't care because I think that 3.4+ is junk anyway > and hence didn't care if it was in 3.5. Mind you; people are still using the "junk" we advocated as the "latest and greatest" a year ago... > But committing such a major > behaviour change after the last release of a branch is very > counter-intuitive. I was not aware that 3.5 was the last release. I'll back it out if requested, but that also implies that the Linuxulator will be broken again (remain broken, depending on how you look at it), because I'm also not going to spend the needed time to fix the Linuxulator on a "dead" branch. -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 10:31: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 82F4C37B572; Tue, 18 Jul 2000 10:31:00 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA88182; Tue, 18 Jul 2000 10:31:01 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007181731.KAA88182@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Tue, 18 Jul 2000 10:31:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount_nfs mount_nfs.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/18 10:31:01 PDT Modified files: sbin/mount_nfs mount_nfs.8 Log: Order the cross-references in the SEE ALSO section, in preparation for PR 20008. Revision Changes Path 1.19 +3 -3 src/sbin/mount_nfs/mount_nfs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 10:34:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E03137B54C; Tue, 18 Jul 2000 10:34:23 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA88627; Tue, 18 Jul 2000 10:34:23 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007181734.KAA88627@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Tue, 18 Jul 2000 10:34:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount_nfs mount_nfs.8 src/usr.bin/showmount showmount.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/18 10:34:23 PDT Modified files: sbin/mount_nfs mount_nfs.8 usr.bin/showmount showmount.8 Log: Cross-reference mount_nfs(8) and showmount(8). PR: 20008 Reported by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> Revision Changes Path 1.20 +3 -2 src/sbin/mount_nfs/mount_nfs.8 1.9 +3 -2 src/usr.bin/showmount/showmount.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 10:35:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E165537B5E4; Tue, 18 Jul 2000 10:35:04 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA88788; Tue, 18 Jul 2000 10:35:05 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <200007181735.KAA88788@freefall.freebsd.org> From: SADA Kenji <sada@FreeBSD.org> Date: Tue, 18 Jul 2000 10:35:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/07/18 10:35:05 PDT Modified files: . modules Log: ja-rogue_s --> ports/japanese/rogue_s Revision Changes Path 1.1423 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 10:38:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A91B37BB10; Tue, 18 Jul 2000 10:38:04 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA89010; Tue, 18 Jul 2000 10:38:04 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <200007181738.KAA89010@freefall.freebsd.org> From: SADA Kenji <sada@FreeBSD.org> Date: Tue, 18 Jul 2000 10:38:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/rogue_s - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/07/18 10:38:04 PDT ports/japanese/rogue_s - Imported sources Update of /home/ncvs/ports/japanese/rogue_s In directory freefall.freebsd.org:/d/home/sada/work/rogue_s Log Message: This is a port of Rogue-clone: Version II, but it is enhanced to display messages with Japanese, colored and messages are separated from program (you can make another message version of rogue). PR: ports/19962 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> Status: Vendor Tag: MISTRAL Release Tags: v1_3a N ports/japanese/rogue_s/Makefile N ports/japanese/rogue_s/files/md5 N ports/japanese/rogue_s/files/rogue_s.6 N ports/japanese/rogue_s/patches/patch-aa N ports/japanese/rogue_s/patches/patch-ab N ports/japanese/rogue_s/patches/patch-ac N ports/japanese/rogue_s/pkg/COMMENT N ports/japanese/rogue_s/pkg/DESCR N ports/japanese/rogue_s/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 10:38:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5322237BFC3; Tue, 18 Jul 2000 10:38:31 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA89097; Tue, 18 Jul 2000 10:38:31 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007181738.KAA89097@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Tue, 18 Jul 2000 10:38:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount_nfs mount_nfs.8 src/usr.bin/showmount showmount.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/18 10:38:31 PDT Modified files: (Branch: RELENG_4) sbin/mount_nfs mount_nfs.8 usr.bin/showmount showmount.8 Log: MFC: cross-reference mount_nfs(8) and showmount(8). Revision Changes Path 1.18.2.1 +3 -2 src/sbin/mount_nfs/mount_nfs.8 1.8.2.1 +3 -2 src/usr.bin/showmount/showmount.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 10:45:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 70E6D37B5CB; Tue, 18 Jul 2000 10:45:39 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA90000; Tue, 18 Jul 2000 10:45:39 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <200007181745.KAA90000@freefall.freebsd.org> From: SADA Kenji <sada@FreeBSD.org> Date: Tue, 18 Jul 2000 10:45:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/rogue_s Makefile ports/japanese/rogue_s/files mesg_fj.gz X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/07/18 10:45:39 PDT Modified files: japanese/rogue_s Makefile Added files: japanese/rogue_s/files mesg_fj.gz Log: 1. Removed needless ``NO_CDROM'' from Makefile. 2. Added Japanese message file ``files/mesg_fj.gz'' as binary. PR: ports/19962 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> Revision Changes Path 1.2 +1 -2 ports/japanese/rogue_s/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 10:47:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A961837B6BA; Tue, 18 Jul 2000 10:47:18 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA90215; Tue, 18 Jul 2000 10:47:18 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <200007181747.KAA90215@freefall.freebsd.org> From: SADA Kenji <sada@FreeBSD.org> Date: Tue, 18 Jul 2000 10:47:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/07/18 10:47:18 PDT Modified files: japanese Makefile Log: Activate ja-rogue_s. PR: ports/19962 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> Revision Changes Path 1.280 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 10:49:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EB21937B588; Tue, 18 Jul 2000 10:49:26 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: (from wilko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA90501; Tue, 18 Jul 2000 10:49:26 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Message-Id: <200007181749.KAA90501@freefall.freebsd.org> From: Wilko Bulte <wilko@FreeBSD.org> Date: Tue, 18 Jul 2000 10:49:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha HARDWARE.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/07/18 10:49:26 PDT Modified files: (Branch: RELENG_4) release/texts/alpha HARDWARE.TXT Log: document serial console habits of AS2100[A]. Revision Changes Path 1.22.2.19 +6 -0 src/release/texts/alpha/HARDWARE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 10:50:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9615237B588; Tue, 18 Jul 2000 10:50:17 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: (from wilko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA90612; Tue, 18 Jul 2000 10:50:17 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Message-Id: <200007181750.KAA90612@freefall.freebsd.org> From: Wilko Bulte <wilko@FreeBSD.org> Date: Tue, 18 Jul 2000 10:50:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha HARDWARE.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/07/18 10:50:16 PDT Modified files: release/texts/alpha HARDWARE.TXT Log: document serial console habits of AS2100[a] Revision Changes Path 1.50 +6 -0 src/release/texts/alpha/HARDWARE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 11: 1:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9029D37B56D; Tue, 18 Jul 2000 11:01:49 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA92128; Tue, 18 Jul 2000 11:01:48 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007181801.LAA92128@freefall.freebsd.org> From: Matt Jacob <mjacob@FreeBSD.org> Date: Tue, 18 Jul 2000 11:01:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp asm_pci.h isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispvar.h src/sys/pci isp_pci.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/18 11:01:48 PDT Modified files: (Branch: RELENG_3) sys/dev/isp asm_pci.h isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispvar.h sys/pci isp_pci.c Log: MFC (for the last time likely for 3.x): Far too many changes to report- this is major rewrite of mailbox handling code and 'fixed' target mode support, different firmware, etc. Revision Changes Path 1.4.2.9 +13964 -26356src/sys/dev/isp/Attic/asm_pci.h 1.11.2.13 +730 -654 src/sys/dev/isp/isp.c 1.10.2.11 +395 -175 src/sys/dev/isp/isp_freebsd.c 1.9.2.10 +106 -29 src/sys/dev/isp/isp_freebsd.h 1.1.4.4 +35 -40 src/sys/dev/isp/isp_inline.h 1.5.2.2 +45 -35 src/sys/dev/isp/isp_target.c 1.3.2.2 +13 -4 src/sys/dev/isp/isp_target.h 1.2.2.2 +28 -13 src/sys/dev/isp/isp_tpublic.h 1.4.2.9 +3 -2 src/sys/dev/isp/ispmbox.h 1.4.2.6 +38 -19 src/sys/dev/isp/ispreg.h 1.8.2.11 +23 -21 src/sys/dev/isp/ispvar.h 1.13.2.13 +181 -101 src/sys/pci/isp_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 11: 4:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0512B37B723; Tue, 18 Jul 2000 11:04:48 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: (from wilko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA92644; Tue, 18 Jul 2000 11:04:47 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Message-Id: <200007181804.LAA92644@freefall.freebsd.org> From: Wilko Bulte <wilko@FreeBSD.org> Date: Tue, 18 Jul 2000 11:04:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/07/18 11:04:47 PDT Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT Log: various cleanups, point people to freebsd-alpha@ Revision Changes Path 1.31.2.15 +15 -7 src/release/texts/alpha/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 11:16:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 25BC037B5F5; Tue, 18 Jul 2000 11:16:45 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA95392; Tue, 18 Jul 2000 11:16:45 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007181816.LAA95392@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Tue, 18 Jul 2000 11:16:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/18 11:16:45 PDT Modified files: (Branch: RELENG_4) release Makefile Log: Make the default BUILDNAME contain "STABLE" to match this branch. Approved by: JKH Revision Changes Path 1.536.2.14 +2 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 11:18:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2289837B6BA; Tue, 18 Jul 2000 11:18:25 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA95599; Tue, 18 Jul 2000 11:18:25 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007181818.LAA95599@freefall.freebsd.org> From: Satoshi Asami <asami@FreeBSD.org> Date: Tue, 18 Jul 2000 11:18:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim6 Makefile ports/editors/vim6/files md5 ports/editors/vim6/patches patch-01 patch-02 ports/editors/vim6/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/18 11:18:24 PDT Removed files: editors/vim6 Makefile editors/vim6/files md5 editors/vim6/patches patch-01 patch-02 editors/vim6/pkg COMMENT DESCR PLIST Log: Remove this port for now, since it's just a repo copy and I don't want the release to ship with it if DavidO can't get to it. (DavidO will cvs add the files back when he solves the problem that's holding him back.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 11:22:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D34BE37B723; Tue, 18 Jul 2000 11:22:30 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA96116; Tue, 18 Jul 2000 11:22:31 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007181822.LAA96116@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Tue, 18 Jul 2000 11:22:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/18 11:22:31 PDT Modified files: en/releases index.sgml Log: "Errata List" -> "Errata" Submitted by: Daniel Harris <dannyboy@subdimension.com> Revision Changes Path 1.39 +11 -11 www/en/releases/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 11:26:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C70BA37B756; Tue, 18 Jul 2000 11:26:07 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA96574; Tue, 18 Jul 2000 11:26:08 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007181826.LAA96574@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Tue, 18 Jul 2000 11:26:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha api_up1000.c dec_1000a.c dec_2100_a50.c dec_2100_a500.c dec_3000_300.c dec_3000_500.c dec_axppci_33.c dec_eb164.c dec_eb64plus.c dec_kn20aa.c dec_kn300.c dec_kn8ae.c dec_st550.c dec_st6600.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/18 11:26:08 PDT Modified files: sys/alpha/alpha api_up1000.c dec_1000a.c dec_2100_a50.c dec_2100_a500.c dec_3000_300.c dec_3000_500.c dec_axppci_33.c dec_eb164.c dec_eb64plus.c dec_kn20aa.c dec_kn300.c dec_kn8ae.c dec_st550.c dec_st6600.c Log: KNF'ize. Revision Changes Path 1.3 +1 -3 src/sys/alpha/alpha/api_up1000.c 1.4 +53 -41 src/sys/alpha/alpha/dec_1000a.c 1.7 +78 -73 src/sys/alpha/alpha/dec_2100_a50.c 1.3 +66 -66 src/sys/alpha/alpha/dec_2100_a500.c 1.3 +6 -5 src/sys/alpha/alpha/dec_3000_300.c 1.3 +30 -29 src/sys/alpha/alpha/dec_3000_500.c 1.8 +30 -27 src/sys/alpha/alpha/dec_axppci_33.c 1.10 +15 -15 src/sys/alpha/alpha/dec_eb164.c 1.6 +28 -26 src/sys/alpha/alpha/dec_eb64plus.c 1.9 +66 -64 src/sys/alpha/alpha/dec_kn20aa.c 1.4 +2 -2 src/sys/alpha/alpha/dec_kn300.c 1.9 +2 -1 src/sys/alpha/alpha/dec_kn8ae.c 1.7 +81 -77 src/sys/alpha/alpha/dec_st550.c 1.7 +6 -6 src/sys/alpha/alpha/dec_st6600.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 11:27:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E5AB037B723; Tue, 18 Jul 2000 11:27:05 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA96749; Tue, 18 Jul 2000 11:27:06 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007181827.LAA96749@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Tue, 18 Jul 2000 11:27:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha dec_kn8ae.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/18 11:27:06 PDT Modified files: sys/alpha/alpha dec_kn8ae.c Log: Remove an OBE comment. Revision Changes Path 1.10 +1 -3 src/sys/alpha/alpha/dec_kn8ae.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 11:27:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 55DDA37B723; Tue, 18 Jul 2000 11:27:14 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA96801; Tue, 18 Jul 2000 11:27:15 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007181827.LAA96801@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Tue, 18 Jul 2000 11:27:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi cvsweb.cgi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/18 11:27:14 PDT Modified files: en/cgi cvsweb.cgi Log: Fix it so perl4 can grok. I had carelessly used Perl5 specific syntax everywhere in my previous changes as I wasn't aware that there were those mirror sites that still use perl4. Pointed out by: wosch Revision Changes Path 1.45 +5 -5 www/en/cgi/cvsweb.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 11:28:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0470E37B756; Tue, 18 Jul 2000 11:28:49 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: (from wilko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA97049; Tue, 18 Jul 2000 11:28:49 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Message-Id: <200007181828.LAA97049@freefall.freebsd.org> From: Wilko Bulte <wilko@FreeBSD.org> Date: Tue, 18 Jul 2000 11:28:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha HARDWARE.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/07/18 11:28:49 PDT Modified files: (Branch: RELENG_4) release/texts/alpha HARDWARE.TXT Log: Document restrictions around PCI bridge chips on AS4100 & 8200 Submitted by: Matthew Jacob <mjacob@feral.com> Revision Changes Path 1.22.2.20 +7 -1 src/release/texts/alpha/HARDWARE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 11:29:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D68137BAEA; Tue, 18 Jul 2000 11:29:27 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA97160; Tue, 18 Jul 2000 11:29:27 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200007181829.LAA97160@freefall.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Tue, 18 Jul 2000 11:29:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard/pccardd pccard.conf.5 util.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/07/18 11:29:27 PDT Modified files: (Branch: RELENG_4) usr.sbin/pccard/pccardd pccard.conf.5 util.c Log: MFC: doc change for reset/iosize/memsize and nit in syslog call. util.c 1.15 pccard.conf.5 1.16 Forgotten by: imp Submitted by: mihira-san <sanpei> Revision Changes Path 1.12.2.4 +17 -1 src/usr.sbin/pccard/pccardd/pccard.conf.5 1.13.2.2 +2 -2 src/usr.sbin/pccard/pccardd/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 11:32:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 208F137B723; Tue, 18 Jul 2000 11:32:09 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA97480; Tue, 18 Jul 2000 11:32:09 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007181832.LAA97480@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Tue, 18 Jul 2000 11:32:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/yes yes.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/18 11:32:09 PDT Modified files: usr.bin/yes yes.1 Log: Correct the attribution for yes(1). PR: docs/19401 Submitted by: s.c.sprong@student.utwente.nl Revision Changes Path 1.4 +2 -2 src/usr.bin/yes/yes.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 11:44:54 2000 Delivered-To: cvs-all@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id 4E74737B772; Tue, 18 Jul 2000 11:44:50 -0700 (PDT) (envelope-from asmodai@lucifer.ninth-circle.org) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.9.3/8.9.3) id UAA53490; Tue, 18 Jul 2000 20:44:48 +0200 (CEST) (envelope-from asmodai) Date: Tue, 18 Jul 2000 20:44:48 +0200 From: Jeroen Ruigrok van der Werven <jruigrok@via-net-works.nl> To: Matt Jacob <mjacob@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/isp asm_pci.h isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispvar.h src/sys/pci isp_pci.c Message-ID: <20000718204448.C53199@lucifer.bart.nl> References: <200007181801.LAA92128@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007181801.LAA92128@freefall.freebsd.org>; from mjacob@FreeBSD.org on Tue, Jul 18, 2000 at 11:01:48AM -0700 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000718 20:05], Matt Jacob (mjacob@FreeBSD.org) wrote: > Revision Changes Path > 1.4.2.9 +13964 -26356src/sys/dev/isp/Attic/asm_pci.h Curious one. Intended or I am missing something very subtle here? -- Jeroen Ruigrok van der Werven Network- and systemadministrator <jruigrok@via-net-works.nl> VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl Who got tha power? This be my question... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 11:48:15 2000 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 7CC1C37B723; Tue, 18 Jul 2000 11:48:12 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from semuta.feral.com (semuta [192.67.166.70]) by feral.com (8.9.3/8.9.3) with ESMTP id LAA32077; Tue, 18 Jul 2000 11:48:07 -0700 Date: Tue, 18 Jul 2000 11:47:59 -0700 (PDT) From: Matthew Jacob <mjacob@feral.com> Reply-To: mjacob@feral.com To: Jeroen Ruigrok van der Werven <jruigrok@via-net-works.nl> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/isp asm_pci.h isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispvar.h src/sys/pci isp_pci.c In-Reply-To: <20000718204448.C53199@lucifer.bart.nl> Message-ID: <Pine.BSF.4.05.10007181145480.3387-100000@semuta.feral.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hmm- are you also making a subtle comment that I'm missing here? :-) It's still a live file RELENG_3 && RELENG_2_2. Sorry, I know it's a very large enchillada. Should be the last for this branch- I intend to also do one last RELENG_2_2 branch update as well. > -On [20000718 20:05], Matt Jacob (mjacob@FreeBSD.org) wrote: > > Revision Changes Path > > 1.4.2.9 +13964 -26356src/sys/dev/isp/Attic/asm_pci.h > > Curious one. Intended or I am missing something very subtle here? > > -- > Jeroen Ruigrok van der Werven Network- and systemadministrator > <jruigrok@via-net-works.nl> VIA Net.Works The Netherlands > BSD: Technical excellence at its best http://www.via-net-works.nl > Who got tha power? This be my question... > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 11:50:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F042137B8B3; Tue, 18 Jul 2000 11:50:25 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA99691; Tue, 18 Jul 2000 11:50:25 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200007181850.LAA99691@freefall.freebsd.org> From: Poul-Henning Kamp <phk@FreeBSD.org> Date: Tue, 18 Jul 2000 11:50:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ed if_ed.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/07/18 11:50:24 PDT Modified files: sys/dev/ed if_ed.c Log: Fix the IRQ9/IRQ2 confusion. Submitted by: Alan Clegg <abc@bsdi.com> Revision Changes Path 1.184 +2 -1 src/sys/dev/ed/if_ed.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 11:52:29 2000 Delivered-To: cvs-all@freebsd.org Received: from mout1.silyn-tek.de (mout1.silyn-tek.de [194.25.165.69]) by hub.freebsd.org (Postfix) with ESMTP id C60AE37B987; Tue, 18 Jul 2000 11:52:17 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.34] (helo=mx2.silyn-tek.de) by mout1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13EcTV-0006TN-00; Tue, 18 Jul 2000 20:52:13 +0200 Received: from p3e9c114a.dip0.t-ipconnect.de ([62.156.17.74] helo=neutron.cichlids.com) by mx2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13EcTN-0005xB-00; Tue, 18 Jul 2000 20:52:07 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 5D99FAB91; Tue, 18 Jul 2000 20:53:34 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id CF7F014A67; Tue, 18 Jul 2000 20:51:54 +0200 (CEST) Date: Tue, 18 Jul 2000 20:51:54 +0200 To: Jeroen Ruigrok van der Werven <jruigrok@via-net-works.nl> Cc: Matt Jacob <mjacob@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/isp asm_pci.h isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispvar.h src/sys/pci isp_pci.c Message-ID: <20000718205154.A9257@cichlids.cichlids.com> References: <200007181801.LAA92128@freefall.freebsd.org> <20000718204448.C53199@lucifer.bart.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000718204448.C53199@lucifer.bart.nl>; from jruigrok@via-net-works.nl on Tue, Jul 18, 2000 at 08:44:48PM +0200 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Jeroen Ruigrok van der Werven (jruigrok@via-net-works.nl): > > Revision Changes Path > > 1.4.2.9 +13964 -26356src/sys/dev/isp/Attic/asm_pci.h > Curious one. Intended or I am missing something very subtle here? Well, obviously this is just true - he changed the Firmware revision :) (a firmware in source is -- uhm - WEIRD! :) http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/isp/Attic/asm_pci.h.diff?r1=1.4.2.8&r2=1.4.2.9 - * Firmware Version 7.65.00 (14:17 Jul 20, 1999) + * Firmware Version 7.55.00 (16:16 Mar 20, 1998) */ -#define ISP_1040_RISC_CODE isp_1040_risc_code static const u_int16_t isp_1040_risc_code[] = { - 0x0078, 0x103a, 0x0000, 0x4057, 0x0000, 0x2043, 0x4f50, 0x5952, *thousandsoflines* I wonder if he wrote that manually :) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 12: 1: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id EC76137B9F3; Tue, 18 Jul 2000 12:00:52 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from semuta.feral.com (semuta [192.67.166.70]) by feral.com (8.9.3/8.9.3) with ESMTP id MAA32162; Tue, 18 Jul 2000 12:00:39 -0700 Date: Tue, 18 Jul 2000 12:00:32 -0700 (PDT) From: Matthew Jacob <mjacob@feral.com> Reply-To: mjacob@feral.com To: Alexander Langer <alex@big.endian.de> Cc: Jeroen Ruigrok van der Werven <jruigrok@via-net-works.nl>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/isp asm_pci.h isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispvar.h src/sys/pci isp_pci.c In-Reply-To: <20000718205154.A9257@cichlids.cichlids.com> Message-ID: <Pine.BSF.4.05.10007181156190.3387-100000@semuta.feral.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > Revision Changes Path > > > 1.4.2.9 +13964 -26356src/sys/dev/isp/Attic/asm_pci.h > > Curious one. Intended or I am missing something very subtle here? > > Well, obviously this is just true - he changed the Firmware revision > :) (a firmware in source is -- uhm - WEIRD! :) No, it's not. It is microcode which, if I had the source to, I could actually *fix* some of the !)$*!)*$~)@$~)$~)$)~_@$!)_ problems I've had to program around in the driver instead of taking another incoming from Qlogic that fixes problem #B only to unfix problem #B that was fixed last week. > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/isp/Attic/asm_pci.h.diff?r1=1.4.2.8&r2=1.4.2.9 > > > - * Firmware Version 7.65.00 (14:17 Jul 20, 1999) > + * Firmware Version 7.55.00 (16:16 Mar 20, 1998) > */ > -#define ISP_1040_RISC_CODE isp_1040_risc_code > static const u_int16_t isp_1040_risc_code[] = { > - 0x0078, 0x103a, 0x0000, 0x4057, 0x0000, 0x2043, 0x4f50, > 0x5952, > *thousandsoflines* > > I wonder if he wrote that manually :) Yes, I did. Sure. Like I have time to even answer this thread..... This reminds me of when we put SparcStation 1 into manufacturing- somebody over in EB4 in Milpitas *insisted* that we do a hex dump of the boot prom and print it out because that was what they would be putting into the safe room that manufacturing maintained as 'gold copies' of stuff. This of course raised the question of "Should a disaster occur and you have to re-enter this, who're you gonna get to type in (and *validate*) the four inches thick of printout of hex numbers?" -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 12: 2:29 2000 Delivered-To: cvs-all@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id D471037BA36; Tue, 18 Jul 2000 12:02:24 -0700 (PDT) (envelope-from asmodai@lucifer.ninth-circle.org) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.9.3/8.9.3) id VAA53638; Tue, 18 Jul 2000 21:02:20 +0200 (CEST) (envelope-from asmodai) Date: Tue, 18 Jul 2000 21:02:20 +0200 From: Jeroen Ruigrok van der Werven <jruigrok@via-net-works.nl> To: Matthew Jacob <mjacob@feral.com> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/isp asm_pci.h isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispvar.h src/sys/pci isp_pci.c Message-ID: <20000718210220.D53199@lucifer.bart.nl> References: <20000718204448.C53199@lucifer.bart.nl> <Pine.BSF.4.05.10007181145480.3387-100000@semuta.feral.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <Pine.BSF.4.05.10007181145480.3387-100000@semuta.feral.com>; from mjacob@feral.com on Tue, Jul 18, 2000 at 11:47:59AM -0700 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000718 20:50], Matthew Jacob (mjacob@feral.com) wrote: > >Hmm- are you also making a subtle comment that I'm missing here? :-) Ah nevermind. My mind didn't connect the last dot. I blame it on the need of a vacation and fatigue. -- Jeroen Ruigrok van der Werven Network- and systemadministrator <jruigrok@via-net-works.nl> VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl So take a look at me now, well there's just an empty space... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 12: 3:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF1B137B513; Tue, 18 Jul 2000 12:03:22 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA01297; Tue, 18 Jul 2000 12:03:22 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007181903.MAA01297@freefall.freebsd.org> From: Ben Smithurst <ben@FreeBSD.org> Date: Tue, 18 Jul 2000 12:03:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/18 12:03:22 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Add another question which crops up every now and again: "Why do I have very little free memory with few programs running?" Revision Changes Path 1.73 +23 -1 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 12: 7:27 2000 Delivered-To: cvs-all@freebsd.org Received: from mout2.silyn-tek.de (mout2.silyn-tek.de [194.25.165.70]) by hub.freebsd.org (Postfix) with ESMTP id 4C91237BA1C; Tue, 18 Jul 2000 12:07:22 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.33] (helo=mx1.silyn-tek.de) by mout2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13Echx-0005Cg-00; Tue, 18 Jul 2000 21:07:09 +0200 Received: from p3e9c114a.dip0.t-ipconnect.de ([62.156.17.74] helo=neutron.cichlids.com) by mx1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13Echu-0003W5-00; Tue, 18 Jul 2000 21:07:06 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 14918AB91; Tue, 18 Jul 2000 21:08:41 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 57E2414A67; Tue, 18 Jul 2000 21:07:06 +0200 (CEST) Date: Tue, 18 Jul 2000 21:07:06 +0200 From: Alexander Langer <alex@big.endian.de> To: Matthew Jacob <mjacob@feral.com> Cc: Jeroen Ruigrok van der Werven <jruigrok@via-net-works.nl>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/isp asm_pci.h isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispvar.h src/sys/pci isp_pci.c Message-ID: <20000718210706.A11853@cichlids.cichlids.com> References: <20000718205154.A9257@cichlids.cichlids.com> <Pine.BSF.4.05.10007181156190.3387-100000@semuta.feral.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <Pine.BSF.4.05.10007181156190.3387-100000@semuta.feral.com>; from mjacob@feral.com on Tue, Jul 18, 2000 at 12:00:32PM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Matthew Jacob (mjacob@feral.com): > No, it's not. It is microcode which, if I had the source to, I could actually Hmm. Misleading comments then -- I strongly believe you did that on purpose :) > > *thousandsoflines* > > I wonder if he wrote that manually :) > Yes, I did. Sure. Like I have time to even answer this thread..... HEH! :-) > This reminds me of when we put SparcStation 1 into manufacturing- somebody > over in EB4 in Milpitas *insisted* that we do a hex dump of the boot prom and > print it out because that was what they would be putting into the safe room > that manufacturing maintained as 'gold copies' of stuff. *rotfl* Not seriously? Alex, laughing -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 12:10:44 2000 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id CB68D37BA39; Tue, 18 Jul 2000 12:10:36 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from semuta.feral.com (semuta [192.67.166.70]) by feral.com (8.9.3/8.9.3) with ESMTP id MAA32256; Tue, 18 Jul 2000 12:10:27 -0700 Date: Tue, 18 Jul 2000 12:10:19 -0700 (PDT) From: Matthew Jacob <mjacob@feral.com> Reply-To: mjacob@feral.com To: Alexander Langer <alex@big.endian.de> Cc: Jeroen Ruigrok van der Werven <jruigrok@via-net-works.nl>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/isp asm_pci.h isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispvar.h src/sys/pci isp_pci.c In-Reply-To: <20000718210706.A11853@cichlids.cichlids.com> Message-ID: <Pine.BSF.4.05.10007181209250.3387-100000@semuta.feral.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > *rotfl* > Not seriously? Yes, seriously. It caused me and Mike Tuciarone (he's now at NetApp, I believe) to immediately go out and have a two hour lunch @ La Fiesta with lots of Corona beers whilst we pondered this.... > Alex, laughing > -- > cat: /home/alex/.sig: No such file or directory > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 12:13:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A4B3137B9A4; Tue, 18 Jul 2000 12:13:15 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA03982; Tue, 18 Jul 2000 12:13:15 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007181913.MAA03982@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Tue, 18 Jul 2000 12:13:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/vmware2/files Hints.FreeBSD X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/18 12:13:15 PDT Modified files: emulators/vmware2/files Hints.FreeBSD Log: Add a note for users to always keep the kernel and this port in sync. Revision Changes Path 1.7 +7 -1 ports/emulators/vmware2/files/Hints.FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 12:31:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E1CB537BA36; Tue, 18 Jul 2000 12:31:15 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA06116; Tue, 18 Jul 2000 12:31:15 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007181931.MAA06116@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Tue, 18 Jul 2000 12:31:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/mutt Makefile ports/japanese/mutt/files md5 ports/japanese/mutt/patches patch-ab patch-aa ports/japanese/mutt/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/18 12:31:15 PDT Modified files: japanese/mutt Makefile japanese/mutt/files md5 japanese/mutt/patches patch-aa japanese/mutt/pkg PLIST Added files: japanese/mutt/patches patch-ab Log: Update to 1.2.4.j0. PR: ports/20012 Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp> (Maintainer) Revision Changes Path 1.10 +11 -9 ports/japanese/mutt/Makefile 1.7 +3 -3 ports/japanese/mutt/files/md5 1.6 +25 -34 ports/japanese/mutt/patches/patch-aa 1.5 +44 -168 ports/japanese/mutt/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 12:32: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 365FA37BA36; Tue, 18 Jul 2000 12:31:57 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA06285; Tue, 18 Jul 2000 12:31:57 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <200007181931.MAA06285@freefall.freebsd.org> From: Jonathan Lemon <jlemon@FreeBSD.org> Date: Tue, 18 Jul 2000 12:31:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys kqueue.2 src/sys/sys event.h eventvar.h syscall-hide.h syscall.h syscall.mk sysproto.h src/sys/kern init_sysent.c kern_event.c syscalls.c syscalls.master X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/07/18 12:31:53 PDT Modified files: lib/libc/sys kqueue.2 sys/sys event.h eventvar.h syscall-hide.h syscall.h syscall.mk sysproto.h sys/kern init_sysent.c kern_event.c syscalls.c syscalls.master Log: Simplify kqueue API slightly. Discussed on: -arch Revision Changes Path 1.11 +3 -3 src/lib/libc/sys/kqueue.2 1.8 +4 -4 src/sys/sys/event.h 1.4 +3 -8 src/sys/sys/eventvar.h 1.72 +0 -0 src/sys/sys/syscall-hide.h 1.76 +0 -0 src/sys/sys/syscall.h 1.30 +0 -0 src/sys/sys/syscall.mk 1.66 +3 -3 src/sys/sys/sysproto.h 1.89 +0 -0 src/sys/kern/init_sysent.c 1.10 +16 -20 src/sys/kern/kern_event.c 1.78 +0 -0 src/sys/kern/syscalls.c 1.79 +4 -4 src/sys/kern/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 12:35:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BA6937BA99; Tue, 18 Jul 2000 12:35:39 -0700 (PDT) (envelope-from marko@FreeBSD.org) Received: (from marko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA06815; Tue, 18 Jul 2000 12:35:39 -0700 (PDT) (envelope-from marko@FreeBSD.org) Message-Id: <200007181935.MAA06815@freefall.freebsd.org> From: Mark Ovens <marko@FreeBSD.org> Date: Tue, 18 Jul 2000 12:35:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh sh.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marko 2000/07/18 12:35:39 PDT Modified files: (Branch: RELENG_4) bin/sh sh.1 Log: MFC: Document the builtin echo command Revision Changes Path 1.39.2.1 +61 -5 src/bin/sh/sh.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 12:38:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 56BCE37B732; Tue, 18 Jul 2000 12:38:40 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA07150; Tue, 18 Jul 2000 12:38:40 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <200007181938.MAA07150@freefall.freebsd.org> From: Jonathan Lemon <jlemon@FreeBSD.org> Date: Tue, 18 Jul 2000 12:38:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tail forward.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/07/18 12:38:40 PDT Modified files: usr.bin/tail forward.c Log: Convert calls to match new kqueue API. Revision Changes Path 1.15 +3 -6 src/usr.bin/tail/forward.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 12:44:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D814237B921; Tue, 18 Jul 2000 12:44:19 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA08049; Tue, 18 Jul 2000 12:44:15 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200007181944.MAA08049@freefall.freebsd.org> From: "Chris D. Faulhaber" <jedgar@FreeBSD.org> Date: Tue, 18 Jul 2000 12:44:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/roottail Makefile ports/sysutils/roottail/files md5 ports/sysutils/roottail/patches patch-aa patch-ab ports/sysutils/roottail/pkg DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/07/18 12:44:15 PDT Modified files: sysutils/roottail Makefile sysutils/roottail/files md5 sysutils/roottail/pkg DESCR PLIST Added files: sysutils/roottail/patches patch-aa patch-ab Log: Update port to 0.0.6 PR: 20006 Submitted by: Mike Buchanon <buchanon@mlss15.cl.msu.edu> Revision Changes Path 1.5 +9 -10 ports/sysutils/roottail/Makefile 1.2 +1 -1 ports/sysutils/roottail/files/md5 1.2 +4 -1 ports/sysutils/roottail/pkg/DESCR 1.2 +1 -1 ports/sysutils/roottail/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 13: 2:35 2000 Delivered-To: cvs-all@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 5EF9737B772; Tue, 18 Jul 2000 13:02:27 -0700 (PDT) (envelope-from wkb@freebie.demon.nl) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.14 #2) id 13EdZN-0000zO-00; Tue, 18 Jul 2000 20:02:23 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.9.3/8.9.3) id WAA03451; Tue, 18 Jul 2000 22:02:03 +0200 (CEST) (envelope-from wkb) Date: Tue, 18 Jul 2000 22:02:03 +0200 From: Wilko Bulte <wkb@freebie.demon.nl> To: Matthew Jacob <mjacob@feral.com> Cc: Alexander Langer <alex@big.endian.de>, Jeroen Ruigrok van der Werven <jruigrok@via-net-works.nl>, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/isp asm_pci.h isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispvar.h src/sys/pci isp_pci.c Message-ID: <20000718220203.A3421@freebie.demon.nl> Reply-To: wilko@freebsd.org References: <20000718210706.A11853@cichlids.cichlids.com> <Pine.BSF.4.05.10007181209250.3387-100000@semuta.feral.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <Pine.BSF.4.05.10007181209250.3387-100000@semuta.feral.com>; from mjacob@feral.com on Tue, Jul 18, 2000 at 12:10:19PM -0700 X-OS: FreeBSD 4.0-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 18, 2000 at 12:10:19PM -0700, Matthew Jacob wrote: > > > > *rotfl* > > Not seriously? > > Yes, seriously. It caused me and Mike Tuciarone (he's now at NetApp, I > believe) to immediately go out and have a two hour lunch @ La Fiesta with lots > of Corona beers whilst we pondered this.... I used to work for a company who did very similar things. Like keeping PAL fuse listings in safe storage etc. So it is not only an American thing ;-) -- Wilko Bulte http://www.freebsd.org wilko@freebsd.org http://www.nlfug.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 13: 6:19 2000 Delivered-To: cvs-all@freebsd.org Received: from herbelot.dyndns.org (r148m178.cybercable.tm.fr [195.132.148.178]) by hub.freebsd.org (Postfix) with ESMTP id 215B437BA3F; Tue, 18 Jul 2000 13:06:11 -0700 (PDT) (envelope-from herbelot@cybercable.fr) Received: from cybercable.fr (multi.herbelot.nom [192.168.1.2]) by herbelot.dyndns.org (8.9.3/8.9.3) with ESMTP id WAA47371; Tue, 18 Jul 2000 22:16:09 +0200 (CEST) (envelope-from herbelot@cybercable.fr) Message-ID: <3974B751.770B7473@cybercable.fr> Date: Tue, 18 Jul 2000 22:00:17 +0200 From: Thierry Herbelot <herbelot@cybercable.fr> X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Poul-Henning Kamp <phk@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/dev/musycc musycc.c References: <200007181134.EAA79428@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, nice to see a new driver :) will there be a driver for the simpler LMC1200 1 port board ? TfH Poul-Henning Kamp wrote: > > phk 2000/07/18 04:34:16 PDT > > Modified files: > sys/conf files > sys/dev/musycc musycc.c > Log: > Driver for LMC1504 card: four port E1 or fractional E1. > T1 support is possible but I have no T1 hardware to test with. > > The vendor can be found at: www.lanmedia.com > > Revision Changes Path > 1.390 +2 -1 src/sys/conf/files > 1.4 +116 -48 src/sys/dev/musycc/musycc.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 13:12:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CA9E37BA24; Tue, 18 Jul 2000 13:12:16 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA12440; Tue, 18 Jul 2000 13:12:15 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <200007182012.NAA12440@freefall.freebsd.org> From: "Justin T. Gibbs" <gibbs@FreeBSD.org> Date: Tue, 18 Jul 2000 13:12:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_ccb.h cam_xpt.c src/sys/cam/scsi scsi_all.c scsi_message.h src/sys/dev/aic7xxx aicasm_insformat.h 93cx6.c 93cx6.h ahc_eisa.c ahc_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aicasm.c aicasm.h aicasm_gram.y ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2000/07/18 13:12:15 PDT Modified files: sys/cam cam_ccb.h cam_xpt.c Log: cam_ccb.h: Bring back the CAM_NEGOTIATE ccb flag. This flag indicates that SPI transfer negotiation should occur concurrently with the execution of this CCB. The flag is not yet used by the XPT but is required for proper support of multi-initiator configurations where topology scans cannot rely on a bus reset to invalidate prior negotiations. cam_xpt.c: Don't allow DT transmission rates to be specified for devices that don't have the DT feature listed in their inquiry data. Revision Changes Path 1.19 +5 -1 src/sys/cam/cam_ccb.h 1.89 +10 -1 src/sys/cam/cam_xpt.c Modified files: sys/cam/scsi scsi_all.c scsi_message.h Log: scsi_all.c: Clean up the comments related to the high speed sync rate table for SPI. scsi_message.h: Bring in some SCSI3 message terminology. All SCSI2 names are still preserved for backwards compatibility. Revision Changes Path 1.15 +7 -8 src/sys/cam/scsi/scsi_all.c 1.3 +29 -6 src/sys/cam/scsi/scsi_message.h Modified files: sys/dev/aic7xxx 93cx6.c 93cx6.h ahc_eisa.c ahc_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aicasm.c aicasm.h aicasm_gram.y aicasm_scan.l aicasm_symbol.c aicasm_symbol.h Added files: sys/dev/aic7xxx aicasm_insformat.h Removed files: sys/dev/aic7xxx sequencer.h Log: o Convert to <inttypes.h> style fixed sized types to facilitate porting to other systems. o Normalize copyright text. o Clean up probe code function interfaces by passing around a single structure of common arguments instead of passing "too many" args in each function call. o Add support for the AAA-131 as a SCSI adapter. o Add support for the AHA-4944 courtesy of "Matthew N. Dodd" <winter@jurai.net o Correct manual termination support for PCI cards. The bit definitions for manual termination control in the SEEPROM were incorrect. o Add support for extracting NVRAM information from SCB 2 for BIOSen that use this mechanism to pass this data to OS drivers. o Properly set the STPWLEVEL bit in PCI config space based on the setting in an SEEPROM. o Go back to useing 32byte SCBs for all controllers. The current firmware allows us to embed 12byte cdbs on all controllers in a 32byte SCB, and larger cdbs are rarely used, so it is a better use of this space to offer more SCBs (32). o Add support for U160 transfers. o Add an idle loop executed during data transfers that prefetches S/G segments on controllers that have a secondary DMA engine (aic789X). o Improve the performance of reselections by avoiding an extra one byte DMA in the case of an SCB lookup miss for the reselecting target. We now keep a 16byte "untagged target" array on the card for dealing with untagged reselections. If the controller has external SCB ram and can support 64byte SCBs, then we use an "untagged target/lun" array to maximize concurrency. Without external SCB ram, the controller is limited to one untagged transaction per target, auto-request sense operations excluded. o Correct the setup of the STPWEN bit in SXFRCTL1. This control line is tri-stated until set to one, so set it to one and then set it to the desired value. o Add tagged queuing support to our target role implementation. o Handle the common cases of the ignore wide residue message in firmware. o Add preliminary support for 39bit addressing. o Add support for assembling on big-endian machines. Big-endian support is not complete in the driver. o Correctly remove SCBs in the waiting for selection queue when freezing a device queue. o Now that we understand more about the autoflush bug on the aic7890, only use the workaround on devices that need it. o Add a workaround for the "aic7890 hangs the system when you attempt to pause it" problem. We can now pause the aic7890 safely regardless of what instruction it is executing. Revision Changes Path 1.6 +4 -4 src/sys/dev/aic7xxx/93cx6.c 1.5 +9 -9 src/sys/dev/aic7xxx/93cx6.h 1.16 +26 -22 src/sys/dev/aic7xxx/ahc_eisa.c 1.32 +354 -235 src/sys/dev/aic7xxx/ahc_pci.c 1.45 +1256 -740 src/sys/dev/aic7xxx/aic7xxx.c 1.20 +320 -130 src/sys/dev/aic7xxx/aic7xxx.h 1.22 +81 -95 src/sys/dev/aic7xxx/aic7xxx.reg 1.96 +628 -578 src/sys/dev/aic7xxx/aic7xxx.seq 1.26 +28 -12 src/sys/dev/aic7xxx/aicasm.c 1.9 +4 -1 src/sys/dev/aic7xxx/aicasm.h 1.9 +34 -6 src/sys/dev/aic7xxx/aicasm_gram.y 1.11 +6 -2 src/sys/dev/aic7xxx/aicasm_scan.l 1.9 +5 -2 src/sys/dev/aic7xxx/aicasm_symbol.c 1.9 +8 -5 src/sys/dev/aic7xxx/aicasm_symbol.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 13:16:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BD6E437BA47; Tue, 18 Jul 2000 13:16:17 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA12861; Tue, 18 Jul 2000 13:16:16 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007182016.NAA12861@freefall.freebsd.org> From: Nick Hibma <n_hibma@FreeBSD.org> Date: Tue, 18 Jul 2000 13:16:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ppbus ppb_base.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/18 13:16:16 PDT Modified files: sys/dev/ppbus ppb_base.c Log: Fix the detection of parallel port Zip drives. Submitted by: j mckitrick <jcm@freebsd-uk.eu.org> Reviewed by: nsouchu Revision Changes Path 1.11 +6 -5 src/sys/dev/ppbus/ppb_base.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 13:16:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AA1937BD89; Tue, 18 Jul 2000 13:16:28 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA12899; Tue, 18 Jul 2000 13:16:27 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <200007182016.NAA12899@freefall.freebsd.org> From: Jonathan Lemon <jlemon@FreeBSD.org> Date: Tue, 18 Jul 2000 13:16:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys param.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/07/18 13:16:27 PDT Modified files: sys/sys param.h Log: FreeBSD_version bump for changed kqueue API. Revision Changes Path 1.76 +2 -2 src/sys/sys/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 13:16:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 16D3F37BA48; Tue, 18 Jul 2000 13:16:38 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA12937; Tue, 18 Jul 2000 13:16:36 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007182016.NAA12937@freefall.freebsd.org> From: Nick Hibma <n_hibma@FreeBSD.org> Date: Tue, 18 Jul 2000 13:16:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ppbus ppi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/18 13:16:36 PDT Modified files: sys/dev/ppbus ppi.c Log: Remove an unused variable warning. Revision Changes Path 1.25 +1 -3 src/sys/dev/ppbus/ppi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 13:16:47 2000 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 9123837BFA5; Tue, 18 Jul 2000 13:16:43 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from semuta.feral.com (semuta [192.67.166.70]) by feral.com (8.9.3/8.9.3) with ESMTP id NAA32537; Tue, 18 Jul 2000 13:16:41 -0700 Date: Tue, 18 Jul 2000 13:16:33 -0700 (PDT) From: Matthew Jacob <mjacob@feral.com> Reply-To: mjacob@feral.com To: "Justin T. Gibbs" <gibbs@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_ccb.h cam_xpt.c src/sys/cam/scsi scsi_all.c scsi_message.h src/sys/dev/aic7xxx aicasm_insformat.h 93cx6.c 93cx6.h ahc_eisa.c ahc_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aicasm.c aicasm.h aicasm_gram.y ... In-Reply-To: <200007182012.NAA12440@freefall.freebsd.org> Message-ID: <Pine.BSF.4.05.10007181316120.3387-100000@semuta.feral.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Whew! What's the '39 bit addressing'? Also- maybe it's time to start considering 64 bit PCI To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 13:18:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 73D1737B896; Tue, 18 Jul 2000 13:18:16 -0700 (PDT) (envelope-from dick@FreeBSD.org) Received: (from dick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA13073; Tue, 18 Jul 2000 13:18:16 -0700 (PDT) (envelope-from dick@FreeBSD.org) Message-Id: <200007182018.NAA13073@freefall.freebsd.org> From: "Richard Seaman Jr." <dick@FreeBSD.org> Date: Tue, 18 Jul 2000 13:18:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/isa gusc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dick 2000/07/18 13:18:16 PDT Modified files: sys/dev/sound/isa gusc.c Log: PR:19945 Reviewed by:tanimura Fix boot panic introduced by newmidi code. Revision Changes Path 1.8 +3 -2 src/sys/dev/sound/isa/gusc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 13:20:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B519D37BC3C; Tue, 18 Jul 2000 13:20:26 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA13356; Tue, 18 Jul 2000 13:20:26 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200007182020.NAA13356@freefall.freebsd.org> From: "Chris D. Faulhaber" <jedgar@FreeBSD.org> Date: Tue, 18 Jul 2000 13:20:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/pngcrush Makefile ports/graphics/pngcrush/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/07/18 13:20:22 PDT Modified files: graphics/pngcrush Makefile graphics/pngcrush/files md5 Log: Update to 1.4.7 Revision Changes Path 1.16 +2 -2 ports/graphics/pngcrush/Makefile 1.14 +1 -1 ports/graphics/pngcrush/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 13:23:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9396E37BB4F; Tue, 18 Jul 2000 13:23:12 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA13722; Tue, 18 Jul 2000 13:23:12 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007182023.NAA13722@freefall.freebsd.org> From: Satoshi Asami <asami@FreeBSD.org> Date: Tue, 18 Jul 2000 13:23:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/18 13:23:12 PDT Modified files: devel Makefile Log: Add glib13. The index build just failed because of this. Revision Changes Path 1.315 +2 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 13:25:59 2000 Delivered-To: cvs-all@freebsd.org Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (Postfix) with ESMTP id C528037B8EB; Tue, 18 Jul 2000 13:25:50 -0700 (PDT) (envelope-from gibbs@plutotech.com) Received: from caspian.plutotech.com (root@mail.plutotech.com [206.168.67.137]) by pluto.plutotech.com (8.9.2/8.9.1) with ESMTP id OAA53788; Tue, 18 Jul 2000 14:25:37 -0600 (MDT) (envelope-from gibbs@plutotech.com) Message-Id: <200007182025.OAA53788@pluto.plutotech.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: mjacob@feral.com Cc: "Justin T. Gibbs" <gibbs@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_ccb.h cam_xpt.c src/sys/cam/scsi scsi_all.c scsi_message.h src/sys/dev/aic7xxx aicasm_insformat.h 93cx6.c 93cx6.h ahc_eisa.c ahc_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aicasm.c aicasm.h aicasm_gram.y ... In-Reply-To: Your message of "Tue, 18 Jul 2000 13:16:33 PDT." <Pine.BSF.4.05.10007181316120.3387-100000@semuta.feral.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 18 Jul 2000 14:26:19 -0600 From: "Justin T. Gibbs" <gibbs@plutotech.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > >Whew! > >What's the '39 bit addressing'? In the past, the S/G format looked like: uint8_t address[4]; uint8_t datalen[3]; uint8_t spare; Through some firmware manipulation, that last byte, other than a flag bit, can be used as the 5th byte of the address. >Also- maybe it's time to start considering 64 bit PCI I'm hoping that being able to address 512GB will be enough for a while. I'd rather not expand the size of the S/G list members for address space no-one will be touching for the foreseeable future. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 13:27:23 2000 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (flutter.freebsd.dk [212.242.40.147]) by hub.freebsd.org (Postfix) with ESMTP id 034B437B510 for <cvs-all@FreeBSD.org>; Tue, 18 Jul 2000 13:27:19 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id WAA00607; Tue, 18 Jul 2000 22:27:09 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Thierry Herbelot <herbelot@cybercable.fr> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/dev/musycc musycc.c In-reply-to: Your message of "Tue, 18 Jul 2000 22:00:17 +0200." <3974B751.770B7473@cybercable.fr> Date: Tue, 18 Jul 2000 22:27:09 +0200 Message-ID: <605.963952029@critter.freebsd.dk> From: Poul-Henning Kamp <phk@critter.freebsd.dk> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <3974B751.770B7473@cybercable.fr>, Thierry Herbelot writes: >Hello, > >nice to see a new driver :) >will there be a driver for the simpler LMC1200 1 port board ? There already is: if_lmc, but it only supports T1 at this time. I have a card here and will add E1 support as soon as I have time. Poul-Henning >> Log: >> Driver for LMC1504 card: four port E1 or fractional E1. >> T1 support is possible but I have no T1 hardware to test with. >> >> The vendor can be found at: www.lanmedia.com >> -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 13:29:43 2000 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 104CD37B510; Tue, 18 Jul 2000 13:29:34 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from semuta.feral.com (semuta [192.67.166.70]) by feral.com (8.9.3/8.9.3) with ESMTP id NAA32610; Tue, 18 Jul 2000 13:29:31 -0700 Date: Tue, 18 Jul 2000 13:29:23 -0700 (PDT) From: Matthew Jacob <mjacob@feral.com> Reply-To: mjacob@feral.com To: "Justin T. Gibbs" <gibbs@plutotech.com> Cc: "Justin T. Gibbs" <gibbs@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_ccb.h cam_xpt.c src/sys/cam/scsi scsi_all.c scsi_message.h src/sys/dev/aic7xxx aicasm_insformat.h 93cx6.c 93cx6.h ahc_eisa.c ahc_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aicasm.c aicasm.h aicasm_gram.y ... In-Reply-To: <200007182025.OAA53788@pluto.plutotech.com> Message-ID: <Pine.BSF.4.05.10007181327270.3387-100000@semuta.feral.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > >What's the '39 bit addressing'? > > In the past, the S/G format looked like: > > uint8_t address[4]; > uint8_t datalen[3]; > uint8_t spare; > > Through some firmware manipulation, that last byte, other than a flag > bit, can be used as the 5th byte of the address. Oh, okay- this is an adaptec specific thingie. With 39 bits, you'll be able to cover what I believe is the current entire physical address space for all shipping Alpha platforms (they're all, I believe, 40 bit address space implementations- the top bit is an I/O vs. Memory space selector- remember p0 && p1 spaces for VAXen?). > >Also- maybe it's time to start considering 64 bit PCI > > I'm hoping that being able to address 512GB will be enough > for a while. I'd rather not expand the size of the S/G list > members for address space no-one will be touching for the > foreseeable future. Oh, I think I'm thinking more about the general PCI and bus_dma implementation where we might consider starting to have 64 bit versions RSN..... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 13:33:43 2000 Delivered-To: cvs-all@freebsd.org Received: from mout1.silyn-tek.de (mout1.silyn-tek.de [194.25.165.69]) by hub.freebsd.org (Postfix) with ESMTP id C414637BB12; Tue, 18 Jul 2000 13:33:37 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.34] (helo=mx2.silyn-tek.de) by mout1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13Ee3Z-0006tL-00; Tue, 18 Jul 2000 22:33:33 +0200 Received: from p3e9c114a.dip0.t-ipconnect.de ([62.156.17.74] helo=neutron.cichlids.com) by mx2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13Ee3X-0008MC-00; Tue, 18 Jul 2000 22:33:31 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 22A3CAB91; Tue, 18 Jul 2000 22:35:02 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id E5D2214A67; Tue, 18 Jul 2000 22:33:26 +0200 (CEST) Date: Tue, 18 Jul 2000 22:33:26 +0200 From: Alexander Langer <alex@big.endian.de> To: wilko@freebsd.org Cc: Matthew Jacob <mjacob@feral.com>, Jeroen Ruigrok van der Werven <jruigrok@via-net-works.nl>, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/isp asm_pci.h isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_target.c isp_target.h isp_tpublic.h ispmbox.h ispreg.h ispvar.h src/sys/pci isp_pci.c Message-ID: <20000718223326.C30699@cichlids.cichlids.com> References: <20000718210706.A11853@cichlids.cichlids.com> <Pine.BSF.4.05.10007181209250.3387-100000@semuta.feral.com> <20000718220203.A3421@freebie.demon.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000718220203.A3421@freebie.demon.nl>; from wkb@freebie.demon.nl on Tue, Jul 18, 2000 at 10:02:03PM +0200 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Wilko Bulte (wkb@freebie.demon.nl): > PAL fuse listings in safe storage etc. So it is not only an American thing American...Dutch... /me better hides ;-) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 13:39:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E289537B8EB; Tue, 18 Jul 2000 13:39:05 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA15961; Tue, 18 Jul 2000 13:39:06 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <200007182039.NAA15961@freefall.freebsd.org> From: Doug Rabson <dfr@FreeBSD.org> Date: Tue, 18 Jul 2000 13:39:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf GENERIC src/sys/conf files.alpha options.alpha src/sys/isa isareg.h ppc.c ppcreg.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dfr 2000/07/18 13:39:06 PDT Modified files: (Branch: RELENG_4) sys/alpha/conf GENERIC sys/conf files.alpha options.alpha sys/isa isareg.h ppc.c ppcreg.h Log: MFC: Port ppc driver to alpha Revision Changes Path 1.71.2.5 +9 -1 src/sys/alpha/conf/GENERIC 1.43.2.5 +2 -1 src/sys/conf/files.alpha 1.19.2.2 +4 -1 src/sys/conf/options.alpha 1.4.2.1 +11 -2 src/sys/isa/isareg.h 1.26.2.1 +126 -15 src/sys/isa/ppc.c 1.10.2.1 +28 -1 src/sys/isa/ppcreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 13:50:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6013D37B7D6; Tue, 18 Jul 2000 13:50:57 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA17069; Tue, 18 Jul 2000 13:50:58 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007182050.NAA17069@freefall.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Tue, 18 Jul 2000 13:50:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc pccard_ether X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/18 13:50:57 PDT Modified files: (Branch: RELENG_4) etc pccard_ether Log: MFC: (rev 1.16 -> 1.17) If ipv6_enable is set to yes, do IPv6 setup for PCCARD ethernet card. This is still at staring point and end node case only. Revision Changes Path 1.15.2.2 +15 -1 src/etc/pccard_ether To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 13:56:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9325637B8EB; Tue, 18 Jul 2000 13:56:08 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA17591; Tue, 18 Jul 2000 13:56:08 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007182056.NAA17591@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Tue, 18 Jul 2000 13:56:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsweb Makefile ports/devel/cvsweb/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/18 13:56:08 PDT Modified files: devel/cvsweb Makefile devel/cvsweb/files md5 Log: Update to rev. 1.90. o checkout without revision should default to HEAD Revision Changes Path 1.19 +2 -2 ports/devel/cvsweb/Makefile 1.7 +1 -1 ports/devel/cvsweb/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 14: 3: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E16737B634; Tue, 18 Jul 2000 14:03:01 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA18374; Tue, 18 Jul 2000 14:03:01 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007182103.OAA18374@freefall.freebsd.org> From: Ben Smithurst <ben@FreeBSD.org> Date: Tue, 18 Jul 2000 14:03:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 style.9 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/18 14:03:01 PDT Modified files: (Branch: RELENG_4) share/man/man9 style.9 Log: MFC: braces -> brackets for [ and ] brackets -> angle brackets for < and > clean up the text about creating usage() messages define what is meant by `braces' and `brackets' Revision Changes Path 1.32.2.2 +40 -10 src/share/man/man9/style.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 14: 5:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F37637B556; Tue, 18 Jul 2000 14:05:12 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA19070; Tue, 18 Jul 2000 14:05:12 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007182105.OAA19070@freefall.freebsd.org> From: Ben Smithurst <ben@FreeBSD.org> Date: Tue, 18 Jul 2000 14:05:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/18 14:05:11 PDT Modified files: usr.bin/fetch fetch.1 Log: * Remove description of obsolete -t option. * Insert newline before "and" in ".Fl c and". Approved by: des Revision Changes Path 1.40 +3 -6 src/usr.bin/fetch/fetch.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 14: 7:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 21D8B37BBBA; Tue, 18 Jul 2000 14:07:39 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA20114; Tue, 18 Jul 2000 14:07:39 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007182107.OAA20114@freefall.freebsd.org> From: Ben Smithurst <ben@FreeBSD.org> Date: Tue, 18 Jul 2000 14:07:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/18 14:07:39 PDT Modified files: (Branch: RELENG_4) usr.bin/fetch fetch.1 Log: MFC: remove description of -t, don't mark the word "and" as a flag. Approved by: des Revision Changes Path 1.33.2.3 +3 -6 src/usr.bin/fetch/fetch.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 14:11:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA7E737B8EB; Tue, 18 Jul 2000 14:11:07 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA20428; Tue, 18 Jul 2000 14:11:07 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007182111.OAA20428@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Tue, 18 Jul 2000 14:11:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpcmd.y X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/18 14:11:07 PDT Modified files: (Branch: RELENG_4) libexec/ftpd ftpcmd.y Log: Don't reply "not a plain file" when the requested file doesn't exist. Revision Changes Path 1.16.2.1 +9 -3 src/libexec/ftpd/ftpcmd.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 14:12:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D476A37B8EB; Tue, 18 Jul 2000 14:12:46 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA20654; Tue, 18 Jul 2000 14:12:46 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <200007182112.OAA20654@freefall.freebsd.org> From: Doug Rabson <dfr@FreeBSD.org> Date: Tue, 18 Jul 2000 14:12:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys taskqueue.h systm.h src/sys/kern subr_taskqueue.c src/sys/i386/include ipl.h src/sys/i386/isa apic_vector.s icu_vector.s ipl_funcs.c src/sys/alpha/alpha ipl_funcs.c src/sys/alpha/include ipl.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dfr 2000/07/18 14:12:43 PDT Modified files: (Branch: RELENG_4) sys/sys systm.h sys/i386/include ipl.h sys/i386/isa apic_vector.s icu_vector.s ipl_funcs.c sys/alpha/alpha ipl_funcs.c sys/alpha/include ipl.h Added files: (Branch: RELENG_4) sys/sys taskqueue.h sys/kern subr_taskqueue.c Log: MFC: taskqueue api. Revision Changes Path 1.111.2.2 +5 -1 src/sys/sys/systm.h 1.17.2.2 +17 -14 src/sys/i386/include/ipl.h 1.47.2.4 +3 -3 src/sys/i386/isa/apic_vector.s 1.14.2.2 +3 -7 src/sys/i386/isa/icu_vector.s 1.32.2.3 +4 -1 src/sys/i386/isa/ipl_funcs.c 1.15.2.3 +4 -1 src/sys/alpha/alpha/ipl_funcs.c 1.12.2.1 +5 -2 src/sys/alpha/include/ipl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 14:23:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 028A637BB72; Tue, 18 Jul 2000 14:23:49 -0700 (PDT) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA21858; Tue, 18 Jul 2000 14:23:48 -0700 (PDT) (envelope-from cg@FreeBSD.org) Message-Id: <200007182123.OAA21858@freefall.freebsd.org> From: Cameron Grant <cg@FreeBSD.org> Date: Tue, 18 Jul 2000 14:23:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm sound.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2000/07/18 14:23:48 PDT Modified files: sys/dev/sound/pcm sound.h Log: make this file suitable for 4-stable as well as 5-current Revision Changes Path 1.15 +12 -1 src/sys/dev/sound/pcm/sound.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 14:24: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9AAE437BBDE; Tue, 18 Jul 2000 14:23:51 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA21886; Tue, 18 Jul 2000 14:23:51 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007182123.OAA21886@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Tue, 18 Jul 2000 14:23:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/german Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/18 14:23:51 PDT Modified files: german Makefile Log: Add webalizer2 Revision Changes Path 1.11 +2 -1 ports/german/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 14:27:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DF9A37B694; Tue, 18 Jul 2000 14:27:23 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA22314; Tue, 18 Jul 2000 14:27:22 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007182127.OAA22314@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Tue, 18 Jul 2000 14:27:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/qpopper Makefile ports/mail/qpopper/files md5 ports/mail/qpopper/patches patch-aa patch-ac patch-ao patch-ap patch-aq patch-ar ports/mail/qpopper/pkg MESSAGE PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/18 14:27:22 PDT Modified files: mail/qpopper Makefile mail/qpopper/files md5 mail/qpopper/pkg PLIST Added files: mail/qpopper/pkg MESSAGE Removed files: mail/qpopper/patches patch-aa patch-ac patch-ao patch-ap patch-aq patch-ar Log: Update for official 3.1beta5 (repo-copy from popper3) Renames port to qpopper, since this is the official name Qualcomm gives it. Add pkg/MESSAGE for the inetd.conf line. Create ${PREFIX}/etc/popper directory also for pkg's. PR 18568 (Sent in by Jeff Palmer <jeff@isni.net>) gave me the idea for this update. Revision Changes Path 1.36 +25 -33 ports/mail/qpopper/Makefile 1.15 +1 -1 ports/mail/qpopper/files/md5 1.8 +3 -2 ports/mail/qpopper/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 14:29:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DDAFF37B694; Tue, 18 Jul 2000 14:29:53 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA22592; Tue, 18 Jul 2000 14:29:53 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007182129.OAA22592@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Tue, 18 Jul 2000 14:29:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/18 14:29:53 PDT Modified files: mail Makefile Log: Activate qpopper. Revision Changes Path 1.145 +2 -1 ports/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 14:31:13 2000 Delivered-To: cvs-all@freebsd.org Received: from front1.grolier.fr (front1.grolier.fr [194.158.96.51]) by hub.freebsd.org (Postfix) with ESMTP id 8391B37BBF5; Tue, 18 Jul 2000 14:30:57 -0700 (PDT) (envelope-from groudier@club-internet.fr) Received: from Guyancourt-2-4.club-internet.fr (Guyancourt-2-4.club-internet.fr [195.36.206.4]) by front1.grolier.fr (8.9.3/No_Relay+No_Spam_MGC990224) with ESMTP id XAA20624; Tue, 18 Jul 2000 23:30:26 +0200 (MET DST) Date: Tue, 18 Jul 2000 23:09:56 +0200 (CEST) From: =?ISO-8859-1?Q?G=E9rard_Roudier?= <groudier@club-internet.fr> X-Sender: groudier@linux.local To: "Justin T. Gibbs" <gibbs@plutotech.com> Cc: mjacob@feral.com, "Justin T. Gibbs" <gibbs@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_ccb.h cam_xpt.c src/sys/cam/scsi scsi_all.c scsi_message.h src/sys/dev/aic7xxx aicasm_insformat.h 93cx6.c 93cx6.h ahc_eisa.c ahc_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aicasm.c aicasm.h aicasm_gram.y ... In-Reply-To: <200007182025.OAA53788@pluto.plutotech.com> Message-ID: <Pine.LNX.4.10.10007182242190.1928-100000@linux.local> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG First, thanks for your commit. I will look into and steal any good idea=20 from you I will found. :-) On Tue, 18 Jul 2000, Justin T. Gibbs wrote: > >Whew! > > > >What's the '39 bit addressing'? >=20 > In the past, the S/G format looked like: >=20 > uint8_t=09=09address[4]; > uint8_t=09=09datalen[3]; > uint8_t=09=09spare; >=20 > Through some firmware manipulation, that last byte, other than a flag > bit, can be used as the 5th byte of the address. >=20 > >Also- maybe it's time to start considering 64 bit PCI >=20 > I'm hoping that being able to address 512GB will be enough > for a while. I'd rather not expand the size of the S/G list > members for address space no-one will be touching for the > foreseeable future. This does not seem so simple. Most systems I read about that allow 64 bit addressing from the PCI BUS=20 require some high address bits beyond bit 39 to be set in the address=20 for the bridge to understand 64 bit DMA adressing. Note that the SYMBIOS 53C8XX 64 bit PCI chips support a 40 bit PCI adressing for table-indirect MOVEs but donnot provide any way to set high address bits, thus they do have this problem. I mailed a SYMBIOS ingenieer a couple of years ago about and suggest them to add some register for setting the higher bits, but they probably were too much focusing on current technology and preferently Intel. The SYMBIOS chips also support a MOVE64 instructions (3DWORDS) that can work on paper for full 64 bit addressing. But this requires to dynamically builds SCRIPTS in memory and have to deal with the complexity of tampering segment registers. In fact these chips have: - A 8 bit ALU - 32 bit addressing - 32 bit segments to tamper for building 64 bit addresses. Hmmm... Intel PAE Painful Address Extension seems simple compared to=20 32 bit PCI chips extended to 64 bit PCI addressing. Anyway, the most interesting feature of 64 bit PCI is the doubling of=20 the BUS bandwidth that is required for PCI to support new needs for=20 BUS bandwidth. G=E9rard. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 14:41:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A8B7737BB82; Tue, 18 Jul 2000 14:41:48 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA23981; Tue, 18 Jul 2000 14:41:48 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <200007182141.OAA23981@freefall.freebsd.org> From: Jonathan Lemon <jlemon@FreeBSD.org> Date: Tue, 18 Jul 2000 14:41:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_event.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/07/18 14:41:48 PDT Modified files: sys/kern kern_event.c Log: Fix a bug which would cause some knotes to get lost when two kqueues were being used in a process at the same time. Test case provided by: Chris Peiffer <peifferc@CS.Stanford.EDU> Revision Changes Path 1.11 +3 -2 src/sys/kern/kern_event.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 14:47:28 2000 Delivered-To: cvs-all@freebsd.org Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (Postfix) with ESMTP id DBCE137BB92; Tue, 18 Jul 2000 14:47:22 -0700 (PDT) (envelope-from gibbs@plutotech.com) Received: from caspian.plutotech.com (root@mail.plutotech.com [206.168.67.137]) by pluto.plutotech.com (8.9.2/8.9.1) with ESMTP id PAA56521; Tue, 18 Jul 2000 15:46:45 -0600 (MDT) (envelope-from gibbs@plutotech.com) Message-Id: <200007182146.PAA56521@pluto.plutotech.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: =?ISO-8859-1?Q?G=E9rard_Roudier?= <groudier@club-internet.fr> Cc: mjacob@feral.com, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_ccb.h cam_xpt.c src/sys/cam/scsi scsi_all.c scsi_message.h src/sys/dev/aic7xxx aicasm_insformat.h 93cx6.c 93cx6.h ahc_eisa.c ahc_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aicasm.c aicasm.h aicasm_gram.y ... In-Reply-To: Your message of "Tue, 18 Jul 2000 23:09:56 +0200." <Pine.LNX.4.10.10007182242190.1928-100000@linux.local> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Date: Tue, 18 Jul 2000 15:47:27 -0600 From: "Justin T. Gibbs" <gibbs@plutotech.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > >First, thanks for your commit. I will look into and steal any good idea = >from you I will found. :-) This doesn't change the CAM API for SIMs. I basically lopped off the new SET/GET transfer settings from my latest driver and faked the rest of the driver out. Its not perfect, but it will do until the API is changed. >> I'm hoping that being able to address 512GB will be enough >> for a while. I'd rather not expand the size of the S/G list >> members for address space no-one will be touching for the >> foreseeable future. > >This does not seem so simple. >Most systems I read about that allow 64 bit addressing from the PCI BUS = >require some high address bits beyond bit 39 to be set in the address = >for the bridge to understand 64 bit DMA adressing. Well, for systems where a full 64bits are required for their "bus dma" implementation, I'll just have to bite the bullet and expand the S/G list format. The chips do support a full 8byte address, I just didn't want to pay the full space price (including in the S/G prefetch buffer on the chip) on all systems. >Hmmm... Intel PAE Painful Address Extension seems simple compared to = >32 bit PCI chips extended to 64 bit PCI addressing. It seems that this is only the case for architectures that do not map physical =3D=3D pci address space. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 14:49:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9356E37BB9B; Tue, 18 Jul 2000 14:49:13 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA24996; Tue, 18 Jul 2000 14:49:13 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <200007182149.OAA24996@freefall.freebsd.org> From: Jonathan Lemon <jlemon@FreeBSD.org> Date: Tue, 18 Jul 2000 14:49:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys event.h eventvar.h syscall-hide.h syscall.h syscall.mk sysproto.h src/sys/kern init_sysent.c kern_event.c syscalls.c syscalls.master X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/07/18 14:49:13 PDT Modified files: (Branch: RELENG_4) sys/sys event.h eventvar.h syscall-hide.h syscall.h syscall.mk sysproto.h sys/kern init_sysent.c kern_event.c syscalls.c syscalls.master Log: MFC: kqueue API change + latest changes from -current Revision Changes Path 1.5.2.2 +4 -4 src/sys/sys/event.h 1.1.2.2 +3 -8 src/sys/sys/eventvar.h 1.65.2.4 +1 -1 src/sys/sys/syscall-hide.h 1.69.2.4 +1 -1 src/sys/sys/syscall.h 1.23.2.4 +1 -1 src/sys/sys/syscall.mk 1.59.2.4 +4 -4 src/sys/sys/sysproto.h 1.79.2.5 +1 -1 src/sys/kern/init_sysent.c 1.2.2.2 +51 -63 src/sys/kern/kern_event.c 1.71.2.4 +1 -1 src/sys/kern/syscalls.c 1.72.2.4 +4 -4 src/sys/kern/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 14:49:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D01E137B9DE; Tue, 18 Jul 2000 14:49:41 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA25086; Tue, 18 Jul 2000 14:49:41 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <200007182149.OAA25086@freefall.freebsd.org> From: Jonathan Lemon <jlemon@FreeBSD.org> Date: Tue, 18 Jul 2000 14:49:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys kqueue.2 src/usr.bin/tail forward.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/07/18 14:49:41 PDT Modified files: (Branch: RELENG_4) lib/libc/sys kqueue.2 usr.bin/tail forward.c Log: MFC: kqueue API changes Revision Changes Path 1.1.2.4 +3 -3 src/lib/libc/sys/kqueue.2 1.11.6.1 +79 -19 src/usr.bin/tail/forward.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 14:50:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FB2B37BCB0; Tue, 18 Jul 2000 14:49:52 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA25151; Tue, 18 Jul 2000 14:49:52 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007182149.OAA25151@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Tue, 18 Jul 2000 14:49:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/truncate Makefile ports/sysutils/truncate/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/18 14:49:52 PDT Modified files: sysutils/truncate Makefile sysutils/truncate/files md5 Log: This finally is the version which is in the base system. Mark BROKEN, if truncate(1) is in the base-system. I misused OSVERSION 500011 (kqueue API changes) for decision, if truncate(1) is in the base-system (small time-span). Revision Changes Path 1.3 +7 -3 ports/sysutils/truncate/Makefile 1.3 +1 -1 ports/sysutils/truncate/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 14:53:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 56B2837B9E1; Tue, 18 Jul 2000 14:53:40 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA25745; Tue, 18 Jul 2000 14:53:40 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <200007182153.OAA25745@freefall.freebsd.org> From: Jonathan Lemon <jlemon@FreeBSD.org> Date: Tue, 18 Jul 2000 14:53:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/l0pht-watch/patches patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/07/18 14:53:40 PDT Modified files: security/l0pht-watch/patches patch-ab Log: Change patch to reflect new kqueue API Approved by: kris Revision Changes Path 1.3 +13 -15 ports/security/l0pht-watch/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 14:56:44 2000 Delivered-To: cvs-all@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-202-177-51.dsl.snfc21.pacbell.net [63.202.177.51]) by hub.freebsd.org (Postfix) with ESMTP id 8D51E37B896; Tue, 18 Jul 2000 14:56:35 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id PAA19358; Tue, 18 Jul 2000 15:05:24 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200007182205.PAA19358@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: mjacob@feral.com Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_ccb.h cam_xpt.c src/sys/cam/scsi scsi_all.c scsi_message.h src/sys/dev/aic7xxx aicasm_insformat.h 93cx6.c 93cx6.h ahc_eisa.c ahc_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aicasm.c aicasm.h aicasm_gram.y ... In-reply-to: Your message of "Tue, 18 Jul 2000 13:29:23 PDT." <Pine.BSF.4.05.10007181327270.3387-100000@semuta.feral.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 18 Jul 2000 15:05:24 -0700 From: Mike Smith <msmith@freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > >Also- maybe it's time to start considering 64 bit PCI > > > > I'm hoping that being able to address 512GB will be enough > > for a while. I'd rather not expand the size of the S/G list > > members for address space no-one will be touching for the > > foreseeable future. > > Oh, I think I'm thinking more about the general PCI and bus_dma implementation > where we might consider starting to have 64 bit versions RSN..... Definitely. The current crop of Mylex products are all 64-bit aware, for example; even the 32-bit-wide devices support DAC and can thus directly address the 64-bit space with a supporting bridge. The first order of battle is going to be passing a busdma tag down from the nexus through each bus/bridge, which will have to modify it accordingly to constrain the path. This will let us get the 'parent' DMA tag from the parent, rather than inventing it in the PCI bus attach routines. We'll also need PCI bouncebuffering added to the PCI bus_dma code. I guess this is all pretty obvious, and the real question is just "who is going to do this". 8) -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 15: 3:12 2000 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id B111537BB7B; Tue, 18 Jul 2000 15:03:09 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from semuta.feral.com (semuta [192.67.166.70]) by feral.com (8.9.3/8.9.3) with ESMTP id PAA00263; Tue, 18 Jul 2000 15:03:09 -0700 Date: Tue, 18 Jul 2000 15:03:01 -0700 (PDT) From: Matthew Jacob <mjacob@feral.com> Reply-To: mjacob@feral.com To: Mike Smith <msmith@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam cam_ccb.h cam_xpt.c src/sys/cam/scsi scsi_all.c scsi_message.h src/sys/dev/aic7xxx aicasm_insformat.h 93cx6.c 93cx6.h ahc_eisa.c ahc_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aicasm.c aicasm.h aicasm_gram.y ... In-Reply-To: <200007182205.PAA19358@mass.osd.bsdi.com> Message-ID: <Pine.BSF.4.05.10007181502100.3387-100000@semuta.feral.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I guess this is all pretty obvious, and the real question is just "who is > going to do this". 8) I suspect it might be a good idea to do this whilst we're ripping up stuff for SMP. Why don't you spec out plan and let us know? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 15: 7:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 01EB737B9CA; Tue, 18 Jul 2000 15:07:33 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA30486; Tue, 18 Jul 2000 15:07:34 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200007182207.PAA30486@freefall.freebsd.org> From: Archie Cobbs <archie@FreeBSD.org> Date: Tue, 18 Jul 2000 15:07:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/07/18 15:07:34 PDT Modified files: sbin/ifconfig ifconfig.c Log: Make "ifconfig" with no arguments equivalent to "ifconfig -a". Revision Changes Path 1.54 +5 -1 src/sbin/ifconfig/ifconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 15:44:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B63EC37B77A; Tue, 18 Jul 2000 15:44:10 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA33813; Tue, 18 Jul 2000 15:44:10 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200007182244.PAA33813@freefall.freebsd.org> From: Archie Cobbs <archie@FreeBSD.org> Date: Tue, 18 Jul 2000 15:44:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net ether_addr.c ethers.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/07/18 15:44:10 PDT Modified files: lib/libc/net ether_addr.c ethers.3 Log: Const'ify parameters to ethers(3) routines as appropriate. Revision Changes Path 1.11 +6 -6 src/lib/libc/net/ether_addr.c 1.12 +6 -6 src/lib/libc/net/ethers.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 15:44:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 69AA137B5C3; Tue, 18 Jul 2000 15:44:53 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA33918; Tue, 18 Jul 2000 15:44:52 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200007182244.PAA33918@freefall.freebsd.org> From: Archie Cobbs <archie@FreeBSD.org> Date: Tue, 18 Jul 2000 15:44:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net ethernet.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/07/18 15:44:52 PDT Modified files: sys/net ethernet.h Log: Const'ify parameters to ethers(3) routines as appropriate. Revision Changes Path 1.16 +6 -6 src/sys/net/ethernet.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 15:45:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99E7837BBE0; Tue, 18 Jul 2000 15:45:38 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: (from wilko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA33987; Tue, 18 Jul 2000 15:45:38 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Message-Id: <200007182245.PAA33987@freefall.freebsd.org> From: Wilko Bulte <wilko@FreeBSD.org> Date: Tue, 18 Jul 2000 15:45:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha HARDWARE.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/07/18 15:45:38 PDT Modified files: (Branch: RELENG_4) release/texts/alpha HARDWARE.TXT Log: document support for parallel ports add warning to be careful with PCI bridge chips Obtained from: Doug Rabson <dfr@freebsd.org>'s ppc commit Revision Changes Path 1.22.2.21 +3 -3 src/release/texts/alpha/HARDWARE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 15:47:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EBA5137BBBF; Tue, 18 Jul 2000 15:47:21 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: (from wilko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA34210; Tue, 18 Jul 2000 15:47:21 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Message-Id: <200007182247.PAA34210@freefall.freebsd.org> From: Wilko Bulte <wilko@FreeBSD.org> Date: Tue, 18 Jul 2000 15:47:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/07/18 15:47:21 PDT Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT Log: document added support for parallel ports Revision Changes Path 1.31.2.16 +4 -2 src/release/texts/alpha/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 15:54:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 62A9937B5C3; Tue, 18 Jul 2000 15:54:31 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA35052; Tue, 18 Jul 2000 15:54:31 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200007182254.PAA35052@freefall.freebsd.org> From: Archie Cobbs <archie@FreeBSD.org> Date: Tue, 18 Jul 2000 15:54:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/07/18 15:54:31 PDT Modified files: (Branch: RELENG_4) sbin/ifconfig ifconfig.c Log: MFC: make "ifconfig" with no arguments equivalent to "ifconfig -a". Approved by: jkh Revision Changes Path 1.51.2.1 +5 -1 src/sbin/ifconfig/ifconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 16:16:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E548F37B6DE; Tue, 18 Jul 2000 16:16:30 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA39400; Tue, 18 Jul 2000 16:16:31 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <200007182316.QAA39400@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Tue, 18 Jul 2000 16:16:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nik 2000/07/18 16:16:31 PDT Modified files: en_US.ISO_8859-1/books/handbook book.sgml Log: Use the PUBLIC FPI for the author entities, not the system one. Revision Changes Path 1.90 +3 -2 doc/en_US.ISO_8859-1/books/handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 16:24:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4568C37B7A6; Tue, 18 Jul 2000 16:24:23 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA40264; Tue, 18 Jul 2000 16:24:23 -0700 (PDT) (envelope-from assar@FreeBSD.org) Message-Id: <200007182324.QAA40264@freefall.freebsd.org> From: Assar Westerlund <assar@FreeBSD.org> Date: Tue, 18 Jul 2000 16:24:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/arla/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2000/07/18 16:24:23 PDT Modified files: net/arla/pkg PLIST Log: add some missing files and sort all files Revision Changes Path 1.6 +62 -47 ports/net/arla/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 16:24:39 2000 Delivered-To: cvs-all@freebsd.org Received: from assaris.sics.se (assaris.sics.se [193.10.66.234]) by hub.freebsd.org (Postfix) with ESMTP id E2BEB37B9E9; Tue, 18 Jul 2000 16:24:24 -0700 (PDT) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id BAA33259; Wed, 19 Jul 2000 01:24:50 +0200 (CEST) (envelope-from assar) To: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/arla/pkg PLIST References: <200007112343.QAA11643@freefall.freebsd.org> <vqcpuoh7uft.fsf@silvia.hip.berkeley.edu> From: Assar Westerlund <assar@sics.se> Date: 19 Jul 2000 01:24:49 +0200 In-Reply-To: asami@FreeBSD.org's message of "13 Jul 2000 11:32:06 -0700" Message-ID: <5l7lajrpha.fsf@assaris.sics.se> Lines: 13 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) writes: > * update name of an include file > > That's cool, but it seems the PLIST is much farther from reality than > just one include file. ;) > > http://bento.FreeBSD.org/errorlogs/errorlogs/a.4.20000712/extras.html Oh, I didn't know about that bento service. I've now added all the missing files (not the directories as I believe they should not be there). Thanks for nagging me. /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 16:25: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1247137BC1A; Tue, 18 Jul 2000 16:24:54 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA40373; Tue, 18 Jul 2000 16:24:54 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Message-Id: <200007182324.QAA40373@freefall.freebsd.org> From: Kazuo Horikawa <horikawa@FreeBSD.org> Date: Tue, 18 Jul 2000 16:24:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 date.1 fetch.1 make.1 pkg_info.1 sh.1 doc/ja_JP.eucJP/man/man5 login.conf.5 pccard.conf.5 doc/ja_JP.eucJP/man/man8 inetd.8 ldconfig.8 mount_nfs.8 showmount.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/07/18 16:24:54 PDT Modified files: ja_JP.eucJP/man/man1 date.1 fetch.1 make.1 pkg_info.1 sh.1 ja_JP.eucJP/man/man5 login.conf.5 pccard.conf.5 ja_JP.eucJP/man/man8 inetd.8 ldconfig.8 mount_nfs.8 showmount.8 Log: Catch up recent RELENG_4. date.1 1.34.2.3 fetch.1 1.33.2.3 make.1 (forgot to update original revisiion number) pkg_info.1 1.24.2.1 sh.1 1.39.2.1 login.conf.5 1.22.2.2 pccard.conf.5 1.12.2.4 inetd.8 1.46.2.1 ldconfig.8 1.19.2.1 mount_nfs.8 1.18.2.1 showmount.8 1.8.2.1 Revision Changes Path 1.16 +28 -19 doc/ja_JP.eucJP/man/man1/date.1 1.15 +1 -5 doc/ja_JP.eucJP/man/man1/fetch.1 1.13 +1 -1 doc/ja_JP.eucJP/man/man1/make.1 1.11 +5 -3 doc/ja_JP.eucJP/man/man1/pkg_info.1 1.21 +59 -3 doc/ja_JP.eucJP/man/man1/sh.1 1.12 +2 -2 doc/ja_JP.eucJP/man/man5/login.conf.5 1.6 +32 -2 doc/ja_JP.eucJP/man/man5/pccard.conf.5 1.15 +13 -4 doc/ja_JP.eucJP/man/man8/inetd.8 1.13 +2 -1 doc/ja_JP.eucJP/man/man8/ldconfig.8 1.12 +4 -2 doc/ja_JP.eucJP/man/man8/mount_nfs.8 1.4 +2 -1 doc/ja_JP.eucJP/man/man8/showmount.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 16:40: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 5163F37B5B3; Tue, 18 Jul 2000 16:39:57 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id JAA08490; Wed, 19 Jul 2000 09:09:55 +0930 (CST) (envelope-from grog) Date: Wed, 19 Jul 2000 09:09:55 +0930 From: Greg Lehey <grog@lemis.com> To: Neil Blakey-Milner <nbm@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/picobsd/custom Makefile Message-ID: <20000719090955.T77412@wantadilla.lemis.com> References: <200007181204.FAA82759@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <200007181204.FAA82759@freefall.freebsd.org> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday, 18 July 2000 at 5:04:33 -0700, Neil Blakey-Milner wrote: > nbm 2000/07/18 05:04:33 PDT > > Modified files: > release/picobsd/custom Makefile > Log: > First part of PicoBSD makeover, adding basic 'obj' facilities, allowing > for read-only src tree. > > Approved by: grog, dwhite, luigi (no objections to me doing a makeover) Admittedly, I had no objections. But "Approved by" implies that I've approved what you're doing, not that I've not objected. Having said that, I have no objections to the changes you have committed. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 16:47:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5931637B7BE; Tue, 18 Jul 2000 16:47:07 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA42233; Tue, 18 Jul 2000 16:47:07 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007182347.QAA42233@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Tue, 18 Jul 2000 16:47:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsweb Makefile ports/devel/cvsweb/patches patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/18 16:47:02 PDT Modified files: devel/cvsweb Makefile devel/cvsweb/patches patch-ac Log: Browse two repositories by default. local => /home/cvs FreeBSD => /home/ncvs Revision Changes Path 1.20 +2 -2 ports/devel/cvsweb/Makefile 1.2 +13 -9 ports/devel/cvsweb/patches/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 16:47:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BC6637BD32; Tue, 18 Jul 2000 16:47:12 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA42270; Tue, 18 Jul 2000 16:47:11 -0700 (PDT) (envelope-from joe@FreeBSD.org) Message-Id: <200007182347.QAA42270@freefall.freebsd.org> From: Josef Karthauser <joe@FreeBSD.org> Date: Tue, 18 Jul 2000 16:47:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2000/07/18 16:47:11 PDT Modified files: (Branch: RELENG_4) usr.sbin/cdcontrol cdcontrol.c Log: MFC: revision 1.26 Fix the ^D -> core dump problem properly. ^D == "quit" again. Revision Changes Path 1.24.2.2 +5 -4 src/usr.sbin/cdcontrol/cdcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 16:49:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E32D637B7DA; Tue, 18 Jul 2000 16:49:13 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA42429; Tue, 18 Jul 2000 16:49:13 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007182349.QAA42429@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Tue, 18 Jul 2000 16:49:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsweb/patches patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/18 16:49:13 PDT Modified files: devel/cvsweb/patches patch-ab Log: Fix broken mutiple repositories support. (Already sent to the author) Found by: OKAZAKI Tetsurou <okazaki@be.to> Revision Changes Path 1.4 +37 -4 ports/devel/cvsweb/patches/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 17: 6: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B710437B82F; Tue, 18 Jul 2000 17:06:00 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA45282; Tue, 18 Jul 2000 17:05:59 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007190005.RAA45282@freefall.freebsd.org> From: Ben Smithurst <ben@FreeBSD.org> Date: Tue, 18 Jul 2000 17:05:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/18 17:05:59 PDT Modified files: release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: From the PR: 1. Correct FTP site for 4.0-stable snapshots and delete sentence fragment immediately following. [ not applicable to HEAD ] 2. Add FDDI section to table of contents (see #5 below) and add one line of whitespace. 3. In userland section, document csh->tcsh, more->less, and colorized ls. 4. In Ethernet section, do: s/gigabit ethernet/Gigabit Ethernet/ s/fast ethernet/Fast Ethernet/ s/ethernet/Ethernet/ 5. Pull DEC DEFPA/DEFEA *FDDI* cards out of the *Ethernet* section and into their own second-level section. 6. Add missing period in section header in ATM section. 7. Tweak upgrading sectio with some new text, not sure if this is much better though. 8. Add a blurb about the -stable mailing list. [ changed to -current list in HEAD ] PR: 20015 Submitted by: Bruce A. Mah <bmah@cisco.com> Revision Changes Path 1.44 +57 -30 src/release/texts/alpha/RELNOTES.TXT 1.87 +55 -30 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 17: 6:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9121037B81B; Tue, 18 Jul 2000 17:06:46 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA45414; Tue, 18 Jul 2000 17:06:45 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007190006.RAA45414@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Tue, 18 Jul 2000 17:06:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsweb/patches patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/18 17:06:45 PDT Added files: devel/cvsweb/patches patch-ad Log: - Introduce @prcategories variable to allow override/customize PR categires. Now each repository can have its own PR categories, which can be defined in cvsweb.conf-${cvstree}. It is useful when you have such as NetBSD and/or OpenBSD repositories. - Move $prcgi to cvsweb.conf for the same reason. - Syncronize PR categories with the latest FreeBSD GNATS. (advocacy, alpha and sparc are added) - Enhance hyperlinking PR # feature. The following PR numbers will all be hyperlinked. :) PR: 12345, 67890, .. PR: #12345, #67890, .. PR# sparc/12345, i386/67890 PR: ports/43210 kern/98765 .. is related to bin/4567, which is ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 17:10:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 06AA937B9E9; Tue, 18 Jul 2000 17:10:42 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA45716; Tue, 18 Jul 2000 17:10:40 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007190010.RAA45716@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Tue, 18 Jul 2000 17:10:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsweb/patches patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/18 17:10:40 PDT Added files: devel/cvsweb/patches patch-ae Log: Introduce %functionlineregexp variable. The meaning of the variable and its default setting is as follows: # For each pair of regexps, files that match the first regexp will be diff'ed # with an '-F' option with the second regexp. %functionlineregexp = ( '\\.(4th|fr)$' => "\\(^\\| \\|\t\\): ", ); Requested by: dcs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 17:22:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BFF2237BCD3; Tue, 18 Jul 2000 17:22:08 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA46580; Tue, 18 Jul 2000 17:22:08 -0700 (PDT) (envelope-from joe@FreeBSD.org) Message-Id: <200007190022.RAA46580@freefall.freebsd.org> From: Josef Karthauser <joe@FreeBSD.org> Date: Tue, 18 Jul 2000 17:22:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.1 cdcontrol.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2000/07/18 17:22:08 PDT Modified files: (Branch: RELENG_4) usr.sbin/cdcontrol cdcontrol.1 cdcontrol.c Log: MFC: cdcontrol.1 (rev1.23), cdcontrol.c (rev1.27) Add a new command, 'cdid', to calculate and display a serial number for a cd, using the algorithm that the cddb database uses. Revision Changes Path 1.21.2.2 +5 -1 src/usr.sbin/cdcontrol/cdcontrol.1 1.24.2.3 +96 -1 src/usr.sbin/cdcontrol/cdcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 17:23:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F2B837BB58; Tue, 18 Jul 2000 17:23:52 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA46826; Tue, 18 Jul 2000 17:23:52 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007190023.RAA46826@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Tue, 18 Jul 2000 17:23:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/latex2html Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/18 17:23:52 PDT Modified files: japanese/latex2html Makefile Log: Add nkf to RUN_DEPENDS. Remove pnmtopng from RUN_DEPENDS. (netpbm contains it now) PR: ports/20005 Submitted by: Sugimoto Sadahiro <ixtl@utmc.or.jp> (Maintainer) Revision Changes Path 1.9 +4 -7 ports/japanese/latex2html/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 17:27: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 68F3337BBE1; Tue, 18 Jul 2000 17:27:05 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA47229; Tue, 18 Jul 2000 17:27:05 -0700 (PDT) (envelope-from joe@FreeBSD.org) Message-Id: <200007190027.RAA47229@freefall.freebsd.org> From: Josef Karthauser <joe@FreeBSD.org> Date: Tue, 18 Jul 2000 17:27:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2000/07/18 17:27:05 PDT Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: MFC: Mention the new "cdid" command to cdcontrol. Revision Changes Path 1.31.2.17 +4 -0 src/release/texts/alpha/RELNOTES.TXT 1.72.2.14 +4 -0 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 17:29: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id B291237BC44; Tue, 18 Jul 2000 17:29:03 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from semuta.feral.com (semuta [192.67.166.70]) by feral.com (8.9.3/8.9.3) with ESMTP id RAA00812; Tue, 18 Jul 2000 17:29:01 -0700 Date: Tue, 18 Jul 2000 17:28:53 -0700 (PDT) From: Matthew Jacob <mjacob@feral.com> Reply-To: mjacob@feral.com To: Ben Smithurst <ben@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT In-Reply-To: <200007190005.RAA45282@freefall.freebsd.org> Message-ID: <Pine.BSF.4.05.10007181728230.3387-100000@semuta.feral.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 5. Pull DEC DEFPA/DEFEA *FDDI* cards out of the *Ethernet* section > and into their own second-level section. I don't believe, in fact, that the FDDI cards work in alpha, which is amusing, sad, but true. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 17:29:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A05B37B50B; Tue, 18 Jul 2000 17:29:18 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA47425; Tue, 18 Jul 2000 17:29:18 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007190029.RAA47425@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Tue, 18 Jul 2000 17:29:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config freebsd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/18 17:29:18 PDT Modified files: contrib/gcc/config freebsd.h Log: Remove the -kthread option that matched [sort of] the LinuxThreads port. This option depended on bits not part of the base system and required people to install the LinuxThreads port in a manner non-consistent with the workings of our Ports Collection. The directions for properly linking with LinuxThreads are given by that port at install time. Requested by: jasone Revision Changes Path 1.30 +5 -4 src/contrib/gcc/config/freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 17:30:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 23A6D37BF07; Tue, 18 Jul 2000 17:30:54 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA47570; Tue, 18 Jul 2000 17:30:53 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007190030.RAA47570@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Tue, 18 Jul 2000 17:30:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config freebsd.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/18 17:30:53 PDT Modified files: (Branch: RELENG_4) contrib/gcc/config freebsd.h Log: MFC: rev 1.30 (remove -kthread) Revision Changes Path 1.25.2.3 +5 -4 src/contrib/gcc/config/freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 17:32:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CBB0137B81B; Tue, 18 Jul 2000 17:32:15 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA47694; Tue, 18 Jul 2000 17:32:15 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Message-Id: <200007190032.RAA47694@freefall.freebsd.org> From: Kazuo Horikawa <horikawa@FreeBSD.org> Date: Tue, 18 Jul 2000 17:32:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 cdcontrol.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/07/18 17:32:15 PDT Modified files: ja_JP.eucJP/man/man1 cdcontrol.1 Log: Catch up recent RELENG_4 cdcontrol.1 1.21.2.2 Revision Changes Path 1.11 +6 -1 doc/ja_JP.eucJP/man/man1/cdcontrol.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 17:41:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC99937B64B; Tue, 18 Jul 2000 17:41:40 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA48633; Tue, 18 Jul 2000 17:41:40 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007190041.RAA48633@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Tue, 18 Jul 2000 17:41:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/perlftlib/patches patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/18 17:41:40 PDT Added files: print/perlftlib/patches patch-ab Log: Fix build failure on -current. (Another fix regarding Perl 5.6.0 update) Approved by: taoka-san (Maintainer) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 18:18:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DB6137B7CC; Tue, 18 Jul 2000 18:18:08 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA53442; Tue, 18 Jul 2000 18:18:08 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200007190118.SAA53442@freefall.freebsd.org> From: Jun Kuriyama <kuriyama@FreeBSD.org> Date: Tue, 18 Jul 2000 18:18:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/postgresql7 Makefile ports/japanese/postgresql7/files md5 pgsql.sh.tmpl post-install-notes ports/japanese/postgresql7/patches patch-ae patch-af patch-ag patch-bc patch-ab patch-ac patch-ad patch-aa ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/07/18 18:18:08 PDT Modified files: japanese/postgresql7 Makefile japanese/postgresql7/files md5 pgsql.sh.tmpl post-install-notes japanese/postgresql7/patches patch-ab patch-ac patch-ad japanese/postgresql7/pkg COMMENT DESCR INSTALL PLIST PLIST.odbc PLIST.tcl Added files: japanese/postgresql7/patches patch-ae patch-af patch-ag patch-bc japanese/postgresql7/pkg PLIST.jdbc japanese/postgresql7/scripts configure createuser Removed files: japanese/postgresql7/patches patch-aa japanese/postgresql7/pkg PLIST.dirrm PLIST.odbc.dirrm PLIST.pl PLIST.tcl.dirrm Log: Japannese configured PostgreSQL v7. (after repository copy from japanese/postgresql). Revision Changes Path 1.16 +172 -121 ports/japanese/postgresql7/Makefile 1.6 +1 -1 ports/japanese/postgresql7/files/md5 1.5 +25 -30 ports/japanese/postgresql7/files/pgsql.sh.tmpl 1.2 +4 -14 ports/japanese/postgresql7/files/post-install-notes 1.2 +20 -21 ports/japanese/postgresql7/patches/patch-ab 1.2 +11 -11 ports/japanese/postgresql7/patches/patch-ac 1.4 +9 -11 ports/japanese/postgresql7/patches/patch-ad 1.3 +1 -1 ports/japanese/postgresql7/pkg/COMMENT 1.3 +1 -1 ports/japanese/postgresql7/pkg/DESCR 1.4 +39 -93 ports/japanese/postgresql7/pkg/INSTALL 1.6 +1055 -270 ports/japanese/postgresql7/pkg/PLIST 1.2 +8 -7 ports/japanese/postgresql7/pkg/PLIST.odbc 1.4 +7 -129 ports/japanese/postgresql7/pkg/PLIST.tcl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 18:18:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4512137B819; Tue, 18 Jul 2000 18:18:43 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA53515; Tue, 18 Jul 2000 18:18:43 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200007190118.SAA53515@freefall.freebsd.org> From: Jun Kuriyama <kuriyama@FreeBSD.org> Date: Tue, 18 Jul 2000 18:18:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/07/18 18:18:43 PDT Modified files: japanese Makefile Log: Activate ja-postgresql7. Revision Changes Path 1.281 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 18:19:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B4ED737B7CC; Tue, 18 Jul 2000 18:19:52 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA53704; Tue, 18 Jul 2000 18:19:52 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200007190119.SAA53704@freefall.freebsd.org> From: Jun Kuriyama <kuriyama@FreeBSD.org> Date: Tue, 18 Jul 2000 18:19:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/07/18 18:19:52 PDT Modified files: . modules Log: Add ja-postgresql7. Revision Changes Path 1.1424 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 18:24:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A78F37B7CC; Tue, 18 Jul 2000 18:24:10 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA54059; Tue, 18 Jul 2000 18:24:10 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200007190124.SAA54059@freefall.freebsd.org> From: Jun Kuriyama <kuriyama@FreeBSD.org> Date: Tue, 18 Jul 2000 18:24:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ethereal Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/07/18 18:24:10 PDT Modified files: net/ethereal Makefile Log: Oops, previous commit for PLIST requires PLIST_SUB definition. Revision Changes Path 1.31 +2 -1 ports/net/ethereal/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 18:40: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3344C37B8B2; Tue, 18 Jul 2000 18:39:59 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA55351; Tue, 18 Jul 2000 18:39:58 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200007190139.SAA55351@freefall.freebsd.org> From: Archie Cobbs <archie@FreeBSD.org> Date: Tue, 18 Jul 2000 18:39:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net ether_addr.c ethers.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/07/18 18:39:58 PDT Modified files: (Branch: RELENG_4) lib/libc/net ether_addr.c ethers.3 Log: MFC: const'ify parameters to ethers(3) routines. Revision Changes Path 1.10.2.1 +6 -6 src/lib/libc/net/ether_addr.c 1.10.2.2 +6 -6 src/lib/libc/net/ethers.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 18:40:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DCA837B932; Tue, 18 Jul 2000 18:40:15 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA55430; Tue, 18 Jul 2000 18:40:15 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200007190140.SAA55430@freefall.freebsd.org> From: Archie Cobbs <archie@FreeBSD.org> Date: Tue, 18 Jul 2000 18:40:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net ethernet.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/07/18 18:40:14 PDT Modified files: (Branch: RELENG_4) sys/net ethernet.h Log: MFC: const'ify parameters to ethers(3) routines. Revision Changes Path 1.12.2.3 +6 -6 src/sys/net/ethernet.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 18:46:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0181237B932; Tue, 18 Jul 2000 18:46:49 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA55893; Tue, 18 Jul 2000 18:46:48 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007190146.SAA55893@freefall.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Tue, 18 Jul 2000 18:46:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk doc.html.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/18 18:46:48 PDT Modified files: share/mk doc.html.mk Log: Don't allow html-split to be treated as a format during install. Admittedly, this is a hack, and the real solution is to sanitize FORMATS by removing any words that aren't in KNOWN_FORMATS. This fixes release since releases uses 'html html-split txt' for FORMATS when it compiles and installs the docs. Revision Changes Path 1.2 +2 -2 doc/share/mk/doc.html.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 19: 7:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E9B937BC58; Tue, 18 Jul 2000 19:07:46 -0700 (PDT) (envelope-from hanai@FreeBSD.org) Received: (from hanai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA59569; Tue, 18 Jul 2000 19:07:46 -0700 (PDT) (envelope-from hanai@FreeBSD.org) Message-Id: <200007190207.TAA59569@freefall.freebsd.org> From: Hanai Hiroyuki <hanai@FreeBSD.org> Date: Tue, 18 Jul 2000 19:07:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/disks chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hanai 2000/07/18 19:07:46 PDT Modified files: en_US.ISO_8859-1/books/handbook/disks chapter.sgml Log: rollback my previous commit. Revision Changes Path 1.23 +2 -2 doc/en_US.ISO_8859-1/books/handbook/disks/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 19:10:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 98EBA37BBAE; Tue, 18 Jul 2000 19:10:37 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA60085; Tue, 18 Jul 2000 19:10:38 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200007190210.TAA60085@freefall.freebsd.org> From: Brian Somers <brian@FreeBSD.org> Date: Tue, 18 Jul 2000 19:10:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp acf.c cbcp.c ccp.c chap.c command.c datalink.c deflate.c fsm.c ipcp.c lcp.c lcp.h lqr.c pap.c ppp.8 prompt.c proto.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/07/18 19:10:37 PDT Modified files: usr.sbin/ppp acf.c cbcp.c ccp.c chap.c command.c datalink.c deflate.c fsm.c ipcp.c lcp.c lcp.h lqr.c pap.c ppp.8 prompt.c proto.c Log: Support link identification from rfc1570 Two new commands are available; ``ident'' and ``sendident''. Revision Changes Path 1.5 +2 -2 src/usr.sbin/ppp/acf.c 1.20 +2 -2 src/usr.sbin/ppp/cbcp.c 1.56 +3 -3 src/usr.sbin/ppp/ccp.c 1.63 +2 -2 src/usr.sbin/ppp/chap.c 1.241 +33 -2 src/usr.sbin/ppp/command.c 1.62 +2 -2 src/usr.sbin/ppp/datalink.c 1.19 +3 -1 src/usr.sbin/ppp/deflate.c 1.55 +33 -9 src/usr.sbin/ppp/fsm.c 1.98 +2 -2 src/usr.sbin/ppp/ipcp.c 1.84 +40 -2 src/usr.sbin/ppp/lcp.c 1.24 +5 -2 src/usr.sbin/ppp/lcp.h 1.42 +2 -2 src/usr.sbin/ppp/lqr.c 1.43 +2 -2 src/usr.sbin/ppp/pap.c 1.230 +29 -1 src/usr.sbin/ppp/ppp.8 1.22 +2 -2 src/usr.sbin/ppp/prompt.c 1.6 +2 -2 src/usr.sbin/ppp/proto.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 19:58:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB72937B54E; Tue, 18 Jul 2000 19:58:47 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA65147; Tue, 18 Jul 2000 19:58:47 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <200007190258.TAA65147@freefall.freebsd.org> From: Marcel Moolenaar <marcel@FreeBSD.org> Date: Tue, 18 Jul 2000 19:58:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_file.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/07/18 19:58:47 PDT Modified files: (Branch: RELENG_4) sys/i386/linux linux_file.c Log: MFC: rev 1.39: Simplify F_GETOWN and F_SETOWN fcntl commands. PR: 16946 Revision Changes Path 1.38.2.1 +8 -50 src/sys/i386/linux/linux_file.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 20:53:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D9B6037B517; Tue, 18 Jul 2000 20:53:08 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA71410; Tue, 18 Jul 2000 20:53:08 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <200007190353.UAA71410@freefall.freebsd.org> From: Marcel Moolenaar <marcel@FreeBSD.org> Date: Tue, 18 Jul 2000 20:53:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_dummy.c linux_misc.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/07/18 20:53:08 PDT Modified files: (Branch: RELENG_4) sys/i386/linux linux_dummy.c linux_misc.c Log: MFC: Implement setfsuid and setfsgid. PR: 16993 Revision Changes Path 1.21.2.1 +1 -3 src/sys/i386/linux/linux_dummy.c 1.77.2.2 +21 -1 src/sys/i386/linux/linux_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 21:17:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A503937BB20; Tue, 18 Jul 2000 21:17:33 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA74825; Tue, 18 Jul 2000 21:17:33 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007190417.VAA74825@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Tue, 18 Jul 2000 21:17:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/boehm-gc/patches patch-ae patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/18 21:17:33 PDT Modified files: devel/boehm-gc/patches patch-aa Added files: devel/boehm-gc/patches patch-ae Log: Get a lot closer to supporting FreeBSD/Alpha. (we only have two arch's, why can't we keep them better in sync with each other ABI-wise?) Revision Changes Path 1.8 +9 -8 ports/devel/boehm-gc/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 21:34: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 71CE737B99B; Tue, 18 Jul 2000 21:33:57 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13EiI4-000EG4-00; Wed, 19 Jul 2000 02:04:48 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13EiI4-000BJX-00; Wed, 19 Jul 2000 02:04:48 +0100 Date: Wed, 19 Jul 2000 02:04:48 +0100 From: Ben Smithurst <ben@FreeBSD.org> To: Matthew Jacob <mjacob@feral.com> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT Message-ID: <20000719020448.C4668@strontium.scientia.demon.co.uk> References: <200007190005.RAA45282@freefall.freebsd.org> <Pine.BSF.4.05.10007181728230.3387-100000@semuta.feral.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="UU3/NDCWdTFtf5mh" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <Pine.BSF.4.05.10007181728230.3387-100000@semuta.feral.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --UU3/NDCWdTFtf5mh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Matthew Jacob wrote: >=20 >> 5. Pull DEC DEFPA/DEFEA *FDDI* cards out of the *Ethernet* section >> and into their own second-level section. >=20 > I don't believe, in fact, that the FDDI cards work in alpha, which is amu= sing, > sad, but true. Oh. Well I didn't add them, this commit just moved them (I hope, I had to juggle diffs for both HEAD/RELENG_4 and both i386/alpha so it's possible something got goofed). If someone can confirm they don't work on alpha I'll remove them entirely from there. --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project / --UU3/NDCWdTFtf5mh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: E/WgO12vCgmUVk/EeUU+3wkcIZnlmTN/ iQCVAwUBOXT+rysPVtiZOS99AQGhjgQAljw6+O5syvry9ZdpPqWlAucals3nJbBk mXM7CMAMnwqkcENCNy8hOqidDE2eETHghaVkZjAF99XozmezYl+rOEQNAmLcKi1y oAxMKkvcKTxIjn46wnxREuZFgQ0x0s5hWG08ohARxuYKvEoFpILZMJDO9T/JG7HC XHmzdl6Rskg= =V34h -----END PGP SIGNATURE----- --UU3/NDCWdTFtf5mh-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 21:42: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CD39B37BCBE; Tue, 18 Jul 2000 21:41:59 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA77617; Tue, 18 Jul 2000 21:41:59 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <200007190441.VAA77617@freefall.freebsd.org> From: Marcel Moolenaar <marcel@FreeBSD.org> Date: Tue, 18 Jul 2000 21:41:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/07/18 21:41:59 PDT Modified files: . Makefile.inc1 Log: Save any binaries we use by installworld, so that we won't use the binaries we just installed. This allows a future upgrade target to install a new system without intermediate reboots and also prevents conflicts for parallel make runs where we might exec a binary that's being installed at the same time. Revision Changes Path 1.156 +14 -3 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 21:51:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F35E537B99B; Tue, 18 Jul 2000 21:51:22 -0700 (PDT) (envelope-from dwhite@FreeBSD.org) Received: (from dwhite@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA79019; Tue, 18 Jul 2000 21:51:22 -0700 (PDT) (envelope-from dwhite@FreeBSD.org) Message-Id: <200007190451.VAA79019@freefall.freebsd.org> From: Doug White <dwhite@FreeBSD.org> Date: Tue, 18 Jul 2000 21:51:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py-kqueue Makefile ports/devel/py-kqueue/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwhite 2000/07/18 21:51:22 PDT Modified files: devel/py-kqueue Makefile devel/py-kqueue/files md5 Log: Update to 1.2: New kevent(2) API (and require FreeBSD versions with it as I'm a lazy bastard). Revision Changes Path 1.7 +4 -4 ports/devel/py-kqueue/Makefile 1.3 +1 -1 ports/devel/py-kqueue/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 22:21:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 74A9137B6E6; Tue, 18 Jul 2000 22:21:15 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA85079; Tue, 18 Jul 2000 22:21:15 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Message-Id: <200007190521.WAA85079@freefall.freebsd.org> From: Kelly Yancey <kbyanc@FreeBSD.org> Date: Tue, 18 Jul 2000 22:21:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/cclient/patches patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kbyanc 2000/07/18 22:21:15 PDT Added files: mail/cclient/patches patch-ad Log: Add patch to fix mailbox permissions with using cclient's mx driver. As Vladimir Ivanov explains: unix-mx driver doesn't set file permissions properly for non-private messages (e.g. public#). The problem caused by mx_append procedure, where the driver doesn't call set_mbx_permissions for just created message file. Submitted by: Vladimir Ivanov <wawa@comptek.ru> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 22:26: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from bmah-freebsd-0.cisco.com (bmah-freebsd-0.cisco.com [171.70.84.42]) by hub.freebsd.org (Postfix) with ESMTP id 7779637BD2B; Tue, 18 Jul 2000 22:25:50 -0700 (PDT) (envelope-from bmah@cisco.com) Received: (from bmah@localhost) by bmah-freebsd-0.cisco.com (8.11.0.Beta3/8.11.0.Beta3) id e6J5Po462054; Tue, 18 Jul 2000 22:25:50 -0700 (PDT) (envelope-from bmah) Message-Id: <200007190525.e6J5Po462054@bmah-freebsd-0.cisco.com> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Ben Smithurst <ben@FreeBSD.ORG> Cc: Matthew Jacob <mjacob@feral.com>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT In-Reply-To: <20000719020448.C4668@strontium.scientia.demon.co.uk> References: <200007190005.RAA45282@freefall.freebsd.org> <Pine.BSF.4.05.10007181728230.3387-100000@semuta.feral.com> <20000719020448.C4668@strontium.scientia.demon.co.uk> Comments: In-reply-to Ben Smithurst <ben@FreeBSD.ORG> message dated "Wed, 19 Jul 2000 02:04:48 +0100." From: bmah@cisco.com (Bruce A. Mah) Reply-To: bmah@cisco.com X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5<Pi&akO)o^8;[r %l(8ZHlbF`dD>v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1689736770P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Tue, 18 Jul 2000 22:25:50 -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --==_Exmh_1689736770P Content-Type: text/plain; charset=us-ascii If memory serves me right, Ben Smithurst wrote: > Matthew Jacob wrote: > > I don't believe, in fact, that the FDDI cards work in alpha, which is amu= > sing, > > sad, but true. > > Oh. Well I didn't add them, this commit just moved them (I hope, I > had to juggle diffs for both HEAD/RELENG_4 and both i386/alpha so it's > possible something got goofed). If someone can confirm they don't work > on alpha I'll remove them entirely from there. To his credit, Ben was taking a diff I submitted for RELENG_4 and i386, and trying to make something more general-purpose out of it. I personally have no knowledge of whether the fpa driver works on the Alpha or not. Bruce. --==_Exmh_1689736770P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: +WEJybVsylXi+Qao9hqRf1SqsrlacYHV iQA/AwUBOXU73tjKMXFboFLDEQImGACg+sFceFhPDWGSVwqFcZiFEpt5Cl0AoO1e HnFDNm3PYcCD3feAlBaxNF9e =+6aq -----END PGP SIGNATURE----- --==_Exmh_1689736770P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 22:29:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CD6D037BCDE; Tue, 18 Jul 2000 22:29:36 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA85690; Tue, 18 Jul 2000 22:29:36 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Message-Id: <200007190529.WAA85690@freefall.freebsd.org> From: Munechika SUMIKAWA <sumikawa@FreeBSD.org> Date: Tue, 18 Jul 2000 22:29:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/racoon Makefile ports/security/racoon/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2000/07/18 22:29:36 PDT Modified files: security/racoon Makefile security/racoon/files md5 Log: Upgrade to 20000719a. Revision Changes Path 1.3 +2 -2 ports/security/racoon/Makefile 1.3 +1 -1 ports/security/racoon/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 22:41:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A8A737BCDB; Tue, 18 Jul 2000 22:41:15 -0700 (PDT) (envelope-from cokane@FreeBSD.org) Received: (from cokane@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA86859; Tue, 18 Jul 2000 22:41:15 -0700 (PDT) (envelope-from cokane@FreeBSD.org) Message-Id: <200007190541.WAA86859@freefall.freebsd.org> From: Coleman Kane <cokane@FreeBSD.org> Date: Tue, 18 Jul 2000 22:41:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/tdfx tdfx_linux.h tdfx_pci.c tdfx_vars.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cokane 2000/07/18 22:41:14 PDT Modified files: sys/dev/tdfx tdfx_linux.h tdfx_pci.c tdfx_vars.h Log: Studied the tech docs for the Voodoo3 and Banshee, and hopefully fixed the errors that plagued those cards with XFree86 4.0. They have two memory ranges as well as an IO port range to them. Also cleaned up the three warning messages that I got, from inb(), outb() and linuxulator. Also, I noticed that the DRI and Glide support for the Voodoo4 and 5 has been placed upon linux.3dfx.com, too bad they haven't released the tech docs yet. Apparently, they are still pushing glide for all of us, so I will try and add support once those tech docs are up. Revision Changes Path 1.3 +3 -2 src/sys/dev/tdfx/tdfx_linux.h 1.8 +83 -17 src/sys/dev/tdfx/tdfx_pci.c 1.4 +5 -5 src/sys/dev/tdfx/tdfx_vars.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 22:48:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 689FA37BCEB; Tue, 18 Jul 2000 22:48:11 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA87463; Tue, 18 Jul 2000 22:48:10 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Message-Id: <200007190548.WAA87463@freefall.freebsd.org> From: Yukihiro Nakai <nakai@FreeBSD.org> Date: Tue, 18 Jul 2000 22:48:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gogo Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2000/07/18 22:48:10 PDT Modified files: audio/gogo Makefile Log: Use WITH_THREADS instead of USE_MT. Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> Revision Changes Path 1.21 +4 -4 ports/audio/gogo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 22:53: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E530A37B5C6; Tue, 18 Jul 2000 22:53:03 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA87940; Tue, 18 Jul 2000 22:53:03 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <200007190553.WAA87940@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Tue, 18 Jul 2000 22:53:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/skk10-elisp-emacs20 Makefile ports/japanese/skk10-elisp-emacs20/files md5 ports/japanese/skk10-elisp-emacs20/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2000/07/18 22:53:02 PDT Modified files: japanese/skk10-elisp-emacs20 Makefile japanese/skk10-elisp-emacs20/files md5 japanese/skk10-elisp-emacs20/pkg PLIST Log: Update to 10.59. Change PREFIX -> LOCALBASE. RUN_DEPENDS on japanese/skk-jisyo only when WITH_SKKJISYO=YES. PR: ports/20014 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> Revision Changes Path 1.9 +31 -11 ports/japanese/skk10-elisp-emacs20/Makefile 1.5 +1 -1 ports/japanese/skk10-elisp-emacs20/files/md5 1.5 +3 -7 ports/japanese/skk10-elisp-emacs20/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 22:54:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BF5A37BD2C; Tue, 18 Jul 2000 22:54:38 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA88117; Tue, 18 Jul 2000 22:54:37 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <200007190554.WAA88117@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Tue, 18 Jul 2000 22:54:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/skk10-elisp-emacs20/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2000/07/18 22:54:37 PDT Added files: japanese/skk10-elisp-emacs20/patches patch-aa Log: Don't split skk.info. PR: ports/20014 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 23: 8:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 37F0637BCE2; Tue, 18 Jul 2000 23:08:18 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA90669; Tue, 18 Jul 2000 23:08:18 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <200007190608.XAA90669@freefall.freebsd.org> From: Chris Piazza <cpiazza@FreeBSD.org> Date: Tue, 18 Jul 2000 23:08:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/aumix Makefile ports/audio/aumix/files md5 ports/audio/aumix/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cpiazza 2000/07/18 23:08:18 PDT Modified files: audio/aumix Makefile audio/aumix/files md5 audio/aumix/pkg PLIST Log: Update to 2.7. Adds japanese and swedish messages. PR: 19892 Submitted by: Trevor Johnson <trevor@jpj.net> Revision Changes Path 1.25 +2 -3 ports/audio/aumix/Makefile 1.19 +1 -1 ports/audio/aumix/files/md5 1.8 +2 -0 ports/audio/aumix/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 23:12:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D4F437BCD6; Tue, 18 Jul 2000 23:12:05 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA91067; Tue, 18 Jul 2000 23:12:05 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <200007190612.XAA91067@freefall.freebsd.org> From: Chris Piazza <cpiazza@FreeBSD.org> Date: Tue, 18 Jul 2000 23:12:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gview Makefile ports/graphics/gview/files md5 ports/graphics/gview/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cpiazza 2000/07/18 23:12:05 PDT Modified files: graphics/gview Makefile graphics/gview/files md5 graphics/gview/pkg PLIST Log: Update to 0.1.15 PR: 19760 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Revision Changes Path 1.16 +2 -2 ports/graphics/gview/Makefile 1.10 +1 -1 ports/graphics/gview/files/md5 1.5 +1 -0 ports/graphics/gview/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 23:17:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A596937BD26; Tue, 18 Jul 2000 23:17:52 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA91543; Tue, 18 Jul 2000 23:17:52 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007190617.XAA91543@freefall.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Tue, 18 Jul 2000 23:17:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net name6.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/18 23:17:52 PDT Modified files: lib/libc/net name6.c Log: To define A RR to root (.) is valid in DNS. So, h_name = "" shouldn't be treated as NULL. PR: bin/19816 Submitted by: Bill Fenner <fenner@research.att.com> Reviewed by: Atsushi Onoe <onoe@sm.sony.co.jp> Revision Changes Path 1.14 +3 -3 src/lib/libc/net/name6.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 23:19:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 79BC337BD16; Tue, 18 Jul 2000 23:19:15 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA91750; Tue, 18 Jul 2000 23:19:15 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007190619.XAA91750@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Tue, 18 Jul 2000 23:19:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls ls.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/18 23:19:15 PDT Modified files: (Branch: RELENG_4) bin/ls ls.1 Log: MFC rev 1.39: explain the dependence on the terminal's capabilities. Revision Changes Path 1.33.2.3 +21 -1 src/bin/ls/ls.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 23:22: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C075637BD26; Tue, 18 Jul 2000 23:22:01 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA92100; Tue, 18 Jul 2000 23:22:01 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007190622.XAA92100@freefall.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Tue, 18 Jul 2000 23:22:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net name6.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/18 23:22:01 PDT Modified files: (Branch: RELENG_4) lib/libc/net name6.c Log: To define A RR to root (.) is valid in DNS. So, h_name = "" shouldn't be treated as NULL. PR: bin/19816 Submitted by: Bill Fenner <fenner@research.att.com> Reviewed by: Atsushi Onoe <onoe@sm.sony.co.jp> Revision Changes Path 1.6.2.5 +3 -3 src/lib/libc/net/name6.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 23:22:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3863037BD3F; Tue, 18 Jul 2000 23:22:21 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA92150; Tue, 18 Jul 2000 23:22:21 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Message-Id: <200007190622.XAA92150@freefall.freebsd.org> From: Kelly Yancey <kbyanc@FreeBSD.org> Date: Tue, 18 Jul 2000 23:22:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/sysctl sysctl.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kbyanc 2000/07/18 23:22:21 PDT Modified files: (Branch: RELENG_4) sbin/sysctl sysctl.c Log: MFC: merge in various cosmetic cleanups: Add unsigned sysctl types; change certain existing sysctl oids to utilize the new types. Teach sysctl(8) about these types. Convert SYSCTL_LONG to accept a val parameter like all of the other SYSCTL_XXX macros. Add support to sysctl(8) for arrays of longs. Make sysctl(8) display dev_t's the same way as ls(1). Revision Changes Path 1.25.2.1 +25 -5 src/sbin/sysctl/sysctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 23:24:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BDFBC37BD00; Tue, 18 Jul 2000 23:24:06 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Received: (from kbyanc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA92575; Tue, 18 Jul 2000 23:24:06 -0700 (PDT) (envelope-from kbyanc@FreeBSD.org) Message-Id: <200007190624.XAA92575@freefall.freebsd.org> From: Kelly Yancey <kbyanc@FreeBSD.org> Date: Tue, 18 Jul 2000 23:24:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci pcibus.c src/sys/kern kern_exec.c subr_devstat.c vfs_cache.c src/sys/sys sysctl.h src/sys/vm vm_meter.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kbyanc 2000/07/18 23:24:06 PDT Modified files: (Branch: RELENG_4) sys/alpha/pci pcibus.c sys/kern kern_exec.c subr_devstat.c vfs_cache.c sys/sys sysctl.h sys/vm vm_meter.c Log: MFC: merge in various cosmetic cleanups: Add unsigned sysctl types; change certain existing sysctl oids to utilize the new types. Teach sysctl(8) about these types. Convert SYSCTL_LONG to accept a val parameter like all of the other SYSCTL_XXX macros. Add support to sysctl(8) for arrays of longs. Make sysctl(8) display dev_t's the same way as ls(1). Revision Changes Path 1.20.2.4 +5 -5 src/sys/alpha/pci/pcibus.c 1.107.2.3 +9 -7 src/sys/kern/kern_exec.c 1.17.2.1 +2 -2 src/sys/kern/subr_devstat.c 1.42.2.2 +7 -10 src/sys/kern/vfs_cache.c 1.81.2.1 +14 -4 src/sys/sys/sysctl.h 1.34.2.1 +49 -49 src/sys/vm/vm_meter.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 23:24:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 89B3437BCDB; Tue, 18 Jul 2000 23:24:17 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA92596; Tue, 18 Jul 2000 23:24:17 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007190624.XAA92596@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Tue, 18 Jul 2000 23:24:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/18 23:24:17 PDT Modified files: . modules Log: Rename "truncate" to "port_truncate" and src/usr.bin/truncate as "truncate". Revision Changes Path 1.1425 +3 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 23:30:11 2000 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 994F337BA27; Tue, 18 Jul 2000 23:30:07 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from semuta.feral.com (semuta [192.67.166.70]) by feral.com (8.9.3/8.9.3) with ESMTP id XAA01639; Tue, 18 Jul 2000 23:30:07 -0700 Date: Tue, 18 Jul 2000 23:29:57 -0700 (PDT) From: Matthew Jacob <mjacob@feral.com> Reply-To: mjacob@feral.com To: Ben Smithurst <ben@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT In-Reply-To: <20000719020448.C4668@strontium.scientia.demon.co.uk> Message-ID: <Pine.BSF.4.05.10007182328090.4568-100000@semuta.feral.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm not criticizing- what you're doing is great! I just recall trying them back when I was finishing TurboLaser (8200) and they did not work at all (the KTIA's in the {jules,ray}.nas.nasa.gov have FDDI instances that are direct crossover connects to each other- work fine with the more or less same driver in NetBSD- gotta figure out what's bust... so much to do.... so much to do...... On Wed, 19 Jul 2000, Ben Smithurst wrote: > Matthew Jacob wrote: > > > > >> 5. Pull DEC DEFPA/DEFEA *FDDI* cards out of the *Ethernet* section > >> and into their own second-level section. > > > > I don't believe, in fact, that the FDDI cards work in alpha, which is amusing, > > sad, but true. > > Oh. Well I didn't add them, this commit just moved them (I hope, I > had to juggle diffs for both HEAD/RELENG_4 and both i386/alpha so it's > possible something got goofed). If someone can confirm they don't work > on alpha I'll remove them entirely from there. > > -- > Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D > FreeBSD Documentation Project / > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 23:32: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 59F3637BA27; Tue, 18 Jul 2000 23:32:01 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA93586; Tue, 18 Jul 2000 23:32:01 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200007190632.XAA93586@freefall.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Tue, 18 Jul 2000 23:32:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/apm apm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/07/18 23:32:01 PDT Modified files: sys/i386/apm apm.c Log: Except for the information gathering IOCTLs, require apm device be opened for write. This should make the apm device read only safe. Revision Changes Path 1.115 +17 -1 src/sys/i386/apm/apm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 23:33:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E570A37BD33; Tue, 18 Jul 2000 23:33:34 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA93862; Tue, 18 Jul 2000 23:33:34 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007190633.XAA93862@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Tue, 18 Jul 2000 23:33:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 sysctl_ctx_init.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/18 23:33:34 PDT Modified files: share/man/man9 sysctl_ctx_init.9 Log: Clean up this new manual page. This delta includes content and whitespace changes, which should not be a problem because this is only the second revision of the file and translators are unlikely to have gotten started yet. Reviewed by: abial Revision Changes Path 1.2 +114 -84 src/share/man/man9/sysctl_ctx_init.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 23:34: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F74037BD2C; Tue, 18 Jul 2000 23:34:03 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA93921; Tue, 18 Jul 2000 23:34:03 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200007190634.XAA93921@freefall.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Tue, 18 Jul 2000 23:34:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/apm apm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/07/18 23:34:03 PDT Modified files: usr.sbin/apm apm.c Log: When we're just reading info from the driver, attempt to open the apm device read only so we can suppot a readonly apm device. Revision Changes Path 1.23 +5 -2 src/usr.sbin/apm/apm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 23:36: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D6EFB37BA27; Tue, 18 Jul 2000 23:35:58 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA94248; Tue, 18 Jul 2000 23:35:58 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200007190635.XAA94248@freefall.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Tue, 18 Jul 2000 23:35:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/07/18 23:35:58 PDT Modified files: etc MAKEDEV Log: Apm device is now safe to be world readable, so make it so. Revision Changes Path 1.262 +2 -2 src/etc/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 23:38: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 8AAA737BD2C; Tue, 18 Jul 2000 23:38:01 -0700 (PDT) (envelope-from wkb@freebie.demon.nl) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.14 #2) id 13EnUT-00072Q-00; Wed, 19 Jul 2000 06:37:57 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.9.3/8.9.3) id IAA06668; Wed, 19 Jul 2000 08:36:20 +0200 (CEST) (envelope-from wkb) Date: Wed, 19 Jul 2000 08:36:20 +0200 From: Wilko Bulte <wkb@freebie.demon.nl> To: Matthew Jacob <mjacob@feral.com> Cc: Ben Smithurst <ben@freebsd.org>, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT Message-ID: <20000719083620.A6645@freebie.demon.nl> Reply-To: wilko@freebsd.org References: <200007190005.RAA45282@freefall.freebsd.org> <Pine.BSF.4.05.10007181728230.3387-100000@semuta.feral.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <Pine.BSF.4.05.10007181728230.3387-100000@semuta.feral.com>; from mjacob@feral.com on Tue, Jul 18, 2000 at 05:28:53PM -0700 X-OS: FreeBSD 4.0-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 18, 2000 at 05:28:53PM -0700, Matthew Jacob wrote: > > > 5. Pull DEC DEFPA/DEFEA *FDDI* cards out of the *Ethernet* section > > and into their own second-level section. > > I don't believe, in fact, that the FDDI cards work in alpha, which is amusing, > sad, but true. DEFPA works (at least the last time I tried). DEFEA does not. I can try DEFPA, because I have 2 here. -- Wilko Bulte http://www.freebsd.org wilko@freebsd.org http://www.nlfug.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 23:38:58 2000 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id D2BD237BD2C; Tue, 18 Jul 2000 23:38:54 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from semuta.feral.com (semuta [192.67.166.70]) by feral.com (8.9.3/8.9.3) with ESMTP id XAA01684; Tue, 18 Jul 2000 23:38:54 -0700 Date: Tue, 18 Jul 2000 23:38:44 -0700 (PDT) From: Matthew Jacob <mjacob@feral.com> Reply-To: mjacob@feral.com To: wilko@freebsd.org Cc: Ben Smithurst <ben@freebsd.org>, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT In-Reply-To: <20000719083620.A6645@freebie.demon.nl> Message-ID: <Pine.BSF.4.05.10007182338310.4568-100000@semuta.feral.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > DEFPA works (at least the last time I tried). DEFEA does not. > > I can try DEFPA, because I have 2 here. Whups! The I'd love to be wrong! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 23:41:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 84FD137BD26; Tue, 18 Jul 2000 23:41:13 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA94978; Tue, 18 Jul 2000 23:41:13 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007190641.XAA94978@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Tue, 18 Jul 2000 23:41:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/mutt Makefile ports/japanese/mutt/patches patch-ac patch-ad ports/japanese/mutt/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/18 23:41:13 PDT Modified files: japanese/mutt Makefile japanese/mutt/pkg PLIST Added files: japanese/mutt/patches patch-ac patch-ad Log: Some minor fixes in Japanese support. PR: ports/20026 Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp> (Maintainer) Revision Changes Path 1.11 +1 -2 ports/japanese/mutt/Makefile 1.6 +0 -1 ports/japanese/mutt/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 23:43:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DBAC337BCFF; Tue, 18 Jul 2000 23:43:37 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA95339; Tue, 18 Jul 2000 23:43:37 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007190643.XAA95339@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Tue, 18 Jul 2000 23:43:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/libslang Makefile ports/japanese/libslang/files md5 ports/japanese/libslang/patches patch-aa patch-ac patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/18 23:43:37 PDT Modified files: japanese/libslang Makefile japanese/libslang/files md5 japanese/libslang/patches patch-aa patch-ac patch-ad Log: Update to 1.4.1.j0. PR: ports/20027 Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp> Revision Changes Path 1.13 +5 -11 ports/japanese/libslang/Makefile 1.5 +1 -2 ports/japanese/libslang/files/md5 1.6 +81 -115 ports/japanese/libslang/patches/patch-aa 1.4 +27 -37 ports/japanese/libslang/patches/patch-ac 1.5 +31 -43 ports/japanese/libslang/patches/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 23:47: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 48DB737BCFF; Tue, 18 Jul 2000 23:46:54 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13End5-0008M6-00; Wed, 19 Jul 2000 08:46:51 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: Alexander Langer <alex@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/sysutils/truncate Makefile ports/sysutils/truncate/files md5 In-reply-to: Your message of "Tue, 18 Jul 2000 14:49:52 MST." <200007182149.OAA25151@freefall.freebsd.org> Date: Wed, 19 Jul 2000 08:46:51 +0200 Message-ID: <32121.963989211@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 18 Jul 2000 14:49:52 MST, Alexander Langer wrote: > Mark BROKEN, if truncate(1) is in the base-system. > I misused OSVERSION 500011 (kqueue API changes) for decision, > if truncate(1) is in the base-system (small time-span). Has simple testing for the existence of files a la security/tcp_wrapper gone out of vogue or are there just two acceptable ways of doing this? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jul 18 23:51:43 2000 Delivered-To: cvs-all@freebsd.org Received: from mout2.silyn-tek.de (mout2.silyn-tek.de [194.25.165.70]) by hub.freebsd.org (Postfix) with ESMTP id 50D0737BCFF; Tue, 18 Jul 2000 23:51:39 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.34] (helo=mx2.silyn-tek.de) by mout2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13Enhi-0006YW-00; Wed, 19 Jul 2000 08:51:38 +0200 Received: from p3e9c110f.dip0.t-ipconnect.de ([62.156.17.15] helo=neutron.cichlids.com) by mx2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13Enhe-0003UQ-00; Wed, 19 Jul 2000 08:51:34 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 47616AB91; Wed, 19 Jul 2000 08:53:12 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 3EE3614A6A; Wed, 19 Jul 2000 08:51:33 +0200 (CEST) Date: Wed, 19 Jul 2000 08:51:33 +0200 From: Alexander Langer <alex@FreeBSD.ORG> To: Sheldon Hearn <sheldonh@uunet.co.za> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/sysutils/truncate Makefile ports/sysutils/truncate/files md5 Message-ID: <20000719085133.C3248@cichlids.cichlids.com> References: <200007182149.OAA25151@freefall.freebsd.org> <32121.963989211@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <32121.963989211@axl.ops.uunet.co.za>; from sheldonh@uunet.co.za on Wed, Jul 19, 2000 at 08:46:51AM +0200 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Sheldon Hearn (sheldonh@uunet.co.za): > > Mark BROKEN, if truncate(1) is in the base-system. > > I misused OSVERSION 500011 (kqueue API changes) for decision, > > if truncate(1) is in the base-system (small time-span). > Has simple testing for the existence of files a la security/tcp_wrapper > gone out of vogue or are there just two acceptable ways of doing this? I thought of that and wondered what happens if one used PREFIX=/usr before and now want to do further stuff. I decided that OSVERSION is the safer way (very important change, indeed :). Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 0: 4:54 2000 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 46A3437BCFF; Wed, 19 Jul 2000 00:04:41 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id KAA19694; Wed, 19 Jul 2000 10:03:05 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id KAA33002; Wed, 19 Jul 2000 10:04:37 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39755302.B6106862@FreeBSD.org> Date: Wed, 19 Jul 2000 10:04:34 +0300 From: Maxim Sobolev <sobomax@FreeBSD.org> Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Alexander Langer <alex@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/qpopper Makefile ports/mail/qpopper/filesmd5 ports/mail/qpopper/patches patch-aa patch-ac patch-ao patch-appatch-aq patch-ar ports/mail/qpopper/pkg MESSAGE PLIST References: <200007182127.OAA22314@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alexander Langer wrote: > alex 2000/07/18 14:27:22 PDT > > Modified files: > mail/qpopper Makefile > mail/qpopper/files md5 > mail/qpopper/pkg PLIST > Added files: > mail/qpopper/pkg MESSAGE > Removed files: > mail/qpopper/patches patch-aa patch-ac patch-ao patch-ap > patch-aq patch-ar > Log: > Update for official 3.1beta5 (repo-copy from popper3) > Renames port to qpopper, since this is the official name Qualcomm gives it. > Add pkg/MESSAGE for the inetd.conf line. > Create ${PREFIX}/etc/popper directory also for pkg's. > > PR 18568 (Sent in by Jeff Palmer <jeff@isni.net>) gave me the idea for > this update. Please revert patches suffixing all popper bits with "3", because w/o those patches it's conflicting with mail/popper. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 0: 8:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C34DF37BD33; Wed, 19 Jul 2000 00:08:50 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA00428; Wed, 19 Jul 2000 00:08:51 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007190708.AAA00428@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 00:08:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 00:08:50 PDT Modified files: . modules Log: qpopper -> ports/mail/qpopper Revision Changes Path 1.1426 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 0: 9:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CD7737BCFF; Wed, 19 Jul 2000 00:09:11 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA00524; Wed, 19 Jul 2000 00:09:11 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <200007190709.AAA00524@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Wed, 19 Jul 2000 00:09:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/perl5 Makefile ports/japanese/perl5/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2000/07/19 00:09:11 PDT Modified files: japanese/perl5 Makefile japanese/perl5/pkg PLIST Log: Fix PLIST error on 5-current(${OSVERSION} >= 500007). Revision Changes Path 1.25 +4 -2 ports/japanese/perl5/Makefile 1.9 +272 -272 ports/japanese/perl5/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 0: 9:34 2000 Delivered-To: cvs-all@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id 504A337BF98; Wed, 19 Jul 2000 00:09:23 -0700 (PDT) (envelope-from asmodai@lucifer.ninth-circle.org) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.9.3/8.9.3) id JAA58767; Wed, 19 Jul 2000 09:09:22 +0200 (CEST) (envelope-from asmodai) Date: Wed, 19 Jul 2000 09:09:22 +0200 From: Jeroen Ruigrok van der Werven <jruigrok@via-net-works.nl> To: Archie Cobbs <archie@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c Message-ID: <20000719090922.A58632@lucifer.bart.nl> References: <200007182207.PAA30486@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007182207.PAA30486@freefall.freebsd.org>; from archie@FreeBSD.org on Tue, Jul 18, 2000 at 03:07:34PM -0700 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000719 00:10], Archie Cobbs (archie@FreeBSD.org) wrote: > Log: > Make "ifconfig" with no arguments equivalent to "ifconfig -a". Hmm, I am not sure I like this change. This goes against the usage principle in my opinion. Especially since ifconfig needs to have flags as opposed to say, netstat. -- Jeroen Ruigrok van der Werven Network- and systemadministrator <jruigrok@via-net-works.nl> VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl The only thing we have to fear is Fear itself... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 0:15:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B19D437BD3C; Wed, 19 Jul 2000 00:15:35 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA01632; Wed, 19 Jul 2000 00:15:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007190715.AAA01632@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 19 Jul 2000 00:15:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xpdf Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/19 00:15:35 PDT Modified files: graphics/xpdf Makefile Log: Allow the crypto bits to be patched in and built. Revision Changes Path 1.29 +2 -6 ports/graphics/xpdf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 0:15:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B1CAF37BD46; Wed, 19 Jul 2000 00:15:35 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA01631; Wed, 19 Jul 2000 00:15:36 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007190715.AAA01631@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Wed, 19 Jul 2000 00:15:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 syncer.4 Makefile update.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/19 00:15:35 PDT Modified files: share/man/man4 Makefile Added files: share/man/man4 syncer.4 Removed files: share/man/man4 update.4 Log: Replace the obsolete update(4) manual page with syncer(4). I was not abble to solicit review from <freebsd-hackers>. Revision Changes Path 1.97 +4 -4 src/share/man/man4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 0:19:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D075937B690; Wed, 19 Jul 2000 00:19:27 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA02267; Wed, 19 Jul 2000 00:19:27 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007190719.AAA02267@freefall.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Wed, 19 Jul 2000 00:19:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/19 00:19:27 PDT Modified files: . modules Log: gtk13 --> ports/x11-toolkits/gtk13 (repo-copied from gtk12). Revision Changes Path 1.1427 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 0:20:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8893937BD70; Wed, 19 Jul 2000 00:20:24 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA02515; Wed, 19 Jul 2000 00:20:24 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007190720.AAA02515@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Wed, 19 Jul 2000 00:20:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile ports/japanese/tkhonyaku Makefile ports/japanese/tkhonyaku/files md5 ports/japanese/tkhonyaku/patches patch-aa ports/japanese/tkhonyaku/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/19 00:20:24 PDT Modified files: japanese Makefile Added files: japanese/tkhonyaku Makefile japanese/tkhonyaku/files md5 japanese/tkhonyaku/patches patch-aa japanese/tkhonyaku/pkg COMMENT DESCR PLIST Log: Add tkhonyaku, yet another Honyaku-Damashii client with rich functionality. PR: ports/19813 Submitted by: Daichi T.GOTO <daichi@ongs.net> Revision Changes Path 1.282 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 0:22:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F95037B690; Wed, 19 Jul 2000 00:22:25 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA02855; Wed, 19 Jul 2000 00:22:25 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007190722.AAA02855@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Wed, 19 Jul 2000 00:22:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/19 00:22:25 PDT Modified files: . modules Log: ja-tkhonyaku --> ports/japanese/tkhonyaku Revision Changes Path 1.1428 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 0:25:23 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id B681A37BD6B; Wed, 19 Jul 2000 00:25:16 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13EoEE-0008he-00; Wed, 19 Jul 2000 09:25:14 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: Marcel Moolenaar <marcel@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 In-reply-to: Your message of "Tue, 18 Jul 2000 21:41:59 MST." <200007190441.VAA77617@freefall.freebsd.org> Date: Wed, 19 Jul 2000 09:25:14 +0200 Message-ID: <33457.963991514@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 18 Jul 2000 21:41:59 MST, Marcel Moolenaar wrote: > Modified files: > . Makefile.inc1 > Log: > Save any binaries we use by installworld, so that we won't use the > binaries we just installed. Two questions... First, could you put the files somewhere in the obj tree so that they aren't lost in the case of a reboot on a machine which mounts /tmp in volatile storage? Second, can mtree be added to that list so that revs 1.154 and 1.155 be reverted? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 0:28: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id D60B837BD6B; Wed, 19 Jul 2000 00:27:55 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13EoGm-0008kv-00; Wed, 19 Jul 2000 09:27:52 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: cvs-committers@FreeBSD.ORG Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/share/man/man4 syncer.4 Makefile update.4 In-reply-to: Your message of "Wed, 19 Jul 2000 00:15:35 MST." <200007190715.AAA01631@freefall.freebsd.org> Date: Wed, 19 Jul 2000 09:27:52 +0200 Message-ID: <33660.963991672@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 19 Jul 2000 00:15:35 MST, Sheldon Hearn wrote: > Added files: > share/man/man4 syncer.4 > Removed files: > share/man/man4 update.4 > Log: > Replace the obsolete update(4) manual page with syncer(4). I was > not abble to solicit review from <freebsd-hackers>. I'd like to get this into 4.1-RELEASE once I've updated the stale cross-references. I'd appreciate review from someone who actually _understands_ the code. I have only a vague notion of what's giong on in there. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 0:31:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3007537BD59; Wed, 19 Jul 2000 00:31:27 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA03974; Wed, 19 Jul 2000 00:31:26 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007190731.AAA03974@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 00:31:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/qpopper Makefile ports/mail/qpopper/patches patch-manpages ports/mail/qpopper/pkg MESSAGE PLIST ports/mail/qpopper/scripts pre-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 00:31:26 PDT Modified files: mail/qpopper Makefile mail/qpopper/pkg MESSAGE PLIST mail/qpopper/scripts pre-install Added files: mail/qpopper/patches patch-manpages Log: Use a "q"-prefix everywhere, to avoid conflicts with the popper and popper3 ports. The manpages are patched accordingly. Pointed out by: sobomax Revision Changes Path 1.37 +11 -8 ports/mail/qpopper/Makefile 1.2 +2 -2 ports/mail/qpopper/pkg/MESSAGE 1.9 +4 -4 ports/mail/qpopper/pkg/PLIST 1.3 +1 -1 ports/mail/qpopper/scripts/pre-install To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 0:32:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2688537B690; Wed, 19 Jul 2000 00:32:06 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA04065; Wed, 19 Jul 2000 00:32:05 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007190732.AAA04065@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 00:32:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gabber Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 00:32:05 PDT Modified files: net/gabber Makefile Log: Add USE_AUTOCONF. PR: 20020 Submitted by: maintainer Revision Changes Path 1.3 +2 -1 ports/net/gabber/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 0:33:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 019F837B690; Wed, 19 Jul 2000 00:33:19 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA04340; Wed, 19 Jul 2000 00:33:18 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007190733.AAA04340@freefall.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Wed, 19 Jul 2000 00:33:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtk13 Makefile ports/x11-toolkits/gtk13/files md5 ports/x11-toolkits/gtk13/patches patch-ai patch-ad patch-ae patch-af patch-ag patch-ah patch-aa patch-ab ports/x11-toolkits/gtk13/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/19 00:33:14 PDT Modified files: x11-toolkits/gtk13 Makefile x11-toolkits/gtk13/files md5 x11-toolkits/gtk13/patches patch-ad patch-ae patch-af patch-ag patch-ah x11-toolkits/gtk13/pkg COMMENT DESCR PLIST Added files: x11-toolkits/gtk13/patches patch-ai Removed files: x11-toolkits/gtk13/patches patch-aa patch-ab Log: Add gtk13 after repo-copy from gtk12. Warning: it is unstable development version, so you do not have to upgrade your gtk12 LIB_DEPENDS! Revision Changes Path 1.65 +18 -18 ports/x11-toolkits/gtk13/Makefile 1.37 +1 -1 ports/x11-toolkits/gtk13/files/md5 1.8 +9 -30 ports/x11-toolkits/gtk13/patches/patch-ad 1.4 +6 -21 ports/x11-toolkits/gtk13/patches/patch-ae 1.5 +4 -4 ports/x11-toolkits/gtk13/patches/patch-af 1.2 +13 -13 ports/x11-toolkits/gtk13/patches/patch-ag 1.2 +17 -19 ports/x11-toolkits/gtk13/patches/patch-ah 1.3 +1 -1 ports/x11-toolkits/gtk13/pkg/COMMENT 1.3 +3 -0 ports/x11-toolkits/gtk13/pkg/DESCR 1.49 +290 -223 ports/x11-toolkits/gtk13/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 0:39:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4531637BD79; Wed, 19 Jul 2000 00:39:10 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA04912; Wed, 19 Jul 2000 00:39:09 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007190739.AAA04912@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Wed, 19 Jul 2000 00:39:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sync sync.8 src/lib/libc/gen sysctl.3 src/lib/libc/sys fsync.2 sync.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/19 00:39:08 PDT Modified files: bin/sync sync.8 lib/libc/gen sysctl.3 lib/libc/sys fsync.2 sync.2 Log: Update stale references to update(4) with references to the new syncer(4) manual page. Revision Changes Path 1.9 +2 -2 src/bin/sync/sync.8 1.36 +2 -2 src/lib/libc/gen/sysctl.3 1.10 +2 -2 src/lib/libc/sys/fsync.2 1.9 +3 -3 src/lib/libc/sys/sync.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 0:40:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB34537B690; Wed, 19 Jul 2000 00:40:43 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA05175; Wed, 19 Jul 2000 00:40:43 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007190740.AAA05175@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Wed, 19 Jul 2000 00:40:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/p5-jcode.pl Makefile ports/japanese/p5-jcode.pl/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/19 00:40:43 PDT Modified files: japanese/p5-jcode.pl Makefile japanese/p5-jcode.pl/files md5 Log: Update to 2.11. PR: ports/19715 Submitted by: Naoki IDO <ido@hitachi-ms.co.jp> Revision Changes Path 1.8 +2 -2 ports/japanese/p5-jcode.pl/Makefile 1.3 +1 -1 ports/japanese/p5-jcode.pl/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 0:51:31 2000 Delivered-To: cvs-all@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id C787937BD3F; Wed, 19 Jul 2000 00:51:21 -0700 (PDT) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (203-165-77-17.sugnm1.kt.home.ne.jp [203.165.77.17]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id QAA07699; Wed, 19 Jul 2000 16:51:20 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id QAA64782; Wed, 19 Jul 2000 16:50:49 +0900 (JST) Date: Wed, 19 Jul 2000 16:50:48 +0900 Message-ID: <86d7ka1rtz.wl@daemon.local.idaemons.org> From: "Akinori -Aki- MUSHA" <knu@idaemons.org> To: sada@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/japanese/p5-jcode.pl Makefile ports/japanese/p5-jcode.pl/files md5 In-Reply-To: In your message of "Wed, 19 Jul 2000 00:40:43 -0700 (PDT)" <200007190740.AAA05175@freefall.freebsd.org> References: <200007190740.AAA05175@freefall.freebsd.org> User-Agent: Wanderlust/1.1.2 (Raspberry Beret) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 Emacs/20.7 (i386--freebsd) MULE/4.0 (HANANOEN) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sada-san, At Wed, 19 Jul 2000 00:40:43 -0700 (PDT), I wrote: > knu 2000/07/19 00:40:43 PDT > > Modified files: > japanese/p5-jcode.pl Makefile > japanese/p5-jcode.pl/files md5 > Log: > Update to 2.11. Sorry for overriding your maintainership, but this was too a small fix to bother you... -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 0:58:29 2000 Delivered-To: cvs-all@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id 5FFF637BDB7; Wed, 19 Jul 2000 00:58:20 -0700 (PDT) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel1.hp.com (Postfix) with ESMTP id F1FB5697; Wed, 19 Jul 2000 00:58:19 -0700 (PDT) Received: from cup.hp.com (p1000180.nsr.hp.com [15.109.0.180]) by adlmail.cup.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with ESMTP id AAA22902; Wed, 19 Jul 2000 00:58:19 -0700 (PDT) Message-ID: <39755F9B.30593B39@cup.hp.com> Date: Wed, 19 Jul 2000 00:58:19 -0700 From: Marcel Moolenaar <marcel@cup.hp.com> Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Sheldon Hearn <sheldonh@uunet.co.za> Cc: Marcel Moolenaar <marcel@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 References: <33457.963991514@axl.ops.uunet.co.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sheldon Hearn wrote: > > On Tue, 18 Jul 2000 21:41:59 MST, Marcel Moolenaar wrote: > > > Modified files: > > . Makefile.inc1 > > Log: > > Save any binaries we use by installworld, so that we won't use the > > binaries we just installed. > > Two questions... > > First, could you put the files somewhere in the obj tree so that they > aren't lost in the case of a reboot on a machine which mounts /tmp in > volatile storage? I prefer to use /var/tmp in that case. There's a problem with multiple concurrent installworlds if you save the binaries in the shared object tree. > Second, can mtree be added to that list so that revs 1.154 and 1.155 be > reverted? If we don't need mtree in the bootstrap-tools, than we sure need to save it during installworld. This can only be done if the mtree changes are reverted, right? -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 1: 1:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E849437BC59; Wed, 19 Jul 2000 01:01:49 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA06970; Wed, 19 Jul 2000 01:01:50 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <200007190801.BAA06970@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Wed, 19 Jul 2000 01:01:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.emacs.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2000/07/19 01:01:50 PDT Modified files: Mk bsd.emacs.mk Log: Add user configuration variables: EMACS_NO_BUILD_DEPENDS, EMACS_NO_RUN_DEPENDS. EMACS_NO_BUILD_DEPENDS, if set "YES" to this variable, port does not build-depend on EMACS_PORT_NAME's emacsen. EMACS_NO_RUN_DEPENDS, if set "YES" to this variable, port does not run-depend on EMACS_PORT_NAME's emacsen. Revision Changes Path 1.7 +15 -1 ports/Mk/bsd.emacs.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 1: 3:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A291137BC59; Wed, 19 Jul 2000 01:03:55 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA07169; Wed, 19 Jul 2000 01:03:55 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <200007190803.BAA07169@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Wed, 19 Jul 2000 01:03:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/emacs-manual Makefile ports/japanese/emacs-manual/files patch-texinfmt.el.patch md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2000/07/19 01:03:55 PDT Modified files: japanese/emacs-manual Makefile japanese/emacs-manual/files md5 Added files: japanese/emacs-manual/files patch-texinfmt.el.patch Log: Synchronize with emacs-20.7 update. And apply EMACS_PORT_NAME style. Revision Changes Path 1.13 +10 -8 ports/japanese/emacs-manual/Makefile 1.8 +1 -1 ports/japanese/emacs-manual/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 1: 4:23 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 4598337BDCC; Wed, 19 Jul 2000 01:04:13 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13EonN-0008wV-00; Wed, 19 Jul 2000 10:01:33 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: Marcel Moolenaar <marcel@cup.hp.com> Cc: Marcel Moolenaar <marcel@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 In-reply-to: Your message of "Wed, 19 Jul 2000 00:58:19 MST." <39755F9B.30593B39@cup.hp.com> Date: Wed, 19 Jul 2000 10:01:33 +0200 Message-ID: <34378.963993693@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 19 Jul 2000 00:58:19 MST, Marcel Moolenaar wrote: > If we don't need mtree in the bootstrap-tools, than we sure need to save > it during installworld. This can only be done if the mtree changes are > reverted, right? I think so, but that's why my post took the form of a question, rather than a statement. I don't know for sure. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 1: 5:27 2000 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id ECB2637BDB1; Wed, 19 Jul 2000 01:05:16 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id LAA22129; Wed, 19 Jul 2000 11:03:38 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id LAA33289; Wed, 19 Jul 2000 11:05:11 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39756134.DC76C6B7@FreeBSD.org> Date: Wed, 19 Jul 2000 11:05:08 +0300 From: Maxim Sobolev <sobomax@FreeBSD.org> Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Alexander Langer <alex@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/qpopper Makefile ports/mail/qpopper/patchespatch-manpages ports/mail/qpopper/pkg MESSAGE PLISTports/mail/qpopper/scripts pre-install References: <200007190731.AAA03974@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alexander Langer wrote: > alex 2000/07/19 00:31:26 PDT > > Modified files: > mail/qpopper Makefile > mail/qpopper/pkg MESSAGE PLIST > mail/qpopper/scripts pre-install > Added files: > mail/qpopper/patches patch-manpages Please rename patch-manpages according to out patchnaming rules (patch-xx) and split it to be one patch per file (see: http://www.freebsd.org/porters-handbook/x313.html). -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 1: 5:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 921FC37BDBF; Wed, 19 Jul 2000 01:05:39 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA08677; Wed, 19 Jul 2000 01:05:39 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007190805.BAA08677@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Wed, 19 Jul 2000 01:05:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/esecanna-module-wnn6 Makefile ports/japanese/esecanna-module-wnn6/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/19 01:05:39 PDT Modified files: japanese/esecanna-module-wnn6 Makefile japanese/esecanna-module-wnn6/files md5 Log: Update to 0.14.4. Revision Changes Path 1.10 +2 -2 ports/japanese/esecanna-module-wnn6/Makefile 1.4 +1 -1 ports/japanese/esecanna-module-wnn6/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 1: 7:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0236C37BE14; Wed, 19 Jul 2000 01:07:48 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA08852; Wed, 19 Jul 2000 01:07:48 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <200007190807.BAA08852@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Wed, 19 Jul 2000 01:07:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim-emacs Makefile ports/editors/flim-emacs-current Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2000/07/19 01:07:48 PDT Modified files: editors/flim-emacs Makefile editors/flim-emacs-current Makefile Log: Fix broken apel-dependency in the case of xemacs and xemacs20. Revision Changes Path 1.14 +5 -1 ports/editors/flim-emacs/Makefile 1.16 +5 -1 ports/editors/flim-emacs-current/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 1: 9:55 2000 Delivered-To: cvs-all@freebsd.org Received: from mout1.silyn-tek.de (mout1.silyn-tek.de [194.25.165.69]) by hub.freebsd.org (Postfix) with ESMTP id E5B6837BDE4; Wed, 19 Jul 2000 01:09:48 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.34] (helo=mx2.silyn-tek.de) by mout1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13EovM-0008Ab-00; Wed, 19 Jul 2000 10:09:48 +0200 Received: from p3e9c110f.dip0.t-ipconnect.de ([62.156.17.15] helo=neutron.cichlids.com) by mx2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13EovI-00056r-00; Wed, 19 Jul 2000 10:09:45 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 4A4B7AB91; Wed, 19 Jul 2000 10:11:18 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 1EAAB14A6A; Wed, 19 Jul 2000 10:09:27 +0200 (CEST) Date: Wed, 19 Jul 2000 10:09:26 +0200 From: Alexander Langer <alex@FreeBSD.org> To: Maxim Sobolev <sobomax@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/qpopper Makefile ports/mail/qpopper/patchespatch-manpages ports/mail/qpopper/pkg MESSAGE PLISTports/mail/qpopper/scripts pre-install Message-ID: <20000719100926.A14534@cichlids.cichlids.com> References: <200007190731.AAA03974@freefall.freebsd.org> <39756134.DC76C6B7@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <39756134.DC76C6B7@FreeBSD.org>; from sobomax@FreeBSD.org on Wed, Jul 19, 2000 at 11:05:08AM +0300 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Maxim Sobolev (sobomax@FreeBSD.org): > Please rename patch-manpages according to out patchnaming rules (patch-xx) and No. Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 1:14:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1163F37B9AF; Wed, 19 Jul 2000 01:14:09 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA09265; Wed, 19 Jul 2000 01:14:09 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007190814.BAA09265@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 01:14:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/web500gw/patches patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 01:14:09 PDT Modified files: www/web500gw/patches patch-ac Log: Fix patching for 2-digit years. PR: 19315 Submitted by: Karl Dietz <Karl.Dietz@frankfurt.netsurf.de> Revision Changes Path 1.2 +77 -78 ports/www/web500gw/patches/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 1:25:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A2C737BD9B; Wed, 19 Jul 2000 01:25:29 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA10252; Wed, 19 Jul 2000 01:25:29 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007190825.BAA10252@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 01:25:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/qpopper Makefile ports/mail/qpopper/patches patch-ac patch-ap patch-manpages X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 01:25:29 PDT Modified files: mail/qpopper Makefile Added files: mail/qpopper/patches patch-ac patch-ap Removed files: mail/qpopper/patches patch-manpages Log: Split up the manpage-patch in order to preserve history of the old manpage-patch-files. However, due to an odd bug in patch(1), 2 of the 3 hunks for popper.8 fails (somehow, diff(1) thinks it is a binary file and patch cannot patch it correctly if diff is used with the -a option). So patch-ac only changes /usr/local/lib/popper to .../libexec/qpopper and doesn't neither corrects the location of sendmail nor adds the /etc/ftpusers file to the SEE ALSO section. In the Makefile, /usr/local is now replaced with PREFIX for both manpages. Revision Changes Path 1.38 +3 -2 ports/mail/qpopper/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 1:26:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE46B37BD9B; Wed, 19 Jul 2000 01:26:45 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA10370; Wed, 19 Jul 2000 01:26:45 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <200007190826.BAA10370@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Wed, 19 Jul 2000 01:26:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/bitmap-fonts Makefile ports/x11-fonts/bitmap-fonts/files md5 ports/x11-fonts/bitmap-fonts/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2000/07/19 01:26:45 PDT Modified files: x11-fonts/bitmap-fonts Makefile x11-fonts/bitmap-fonts/files md5 x11-fonts/bitmap-fonts/pkg PLIST Log: Repo-copy from x11-fonts/bitmap-font. Change distfile: this port's distfile only includes bitmap font files. Revision Changes Path 1.13 +22 -18 ports/x11-fonts/bitmap-fonts/Makefile 1.8 +1 -1 ports/x11-fonts/bitmap-fonts/files/md5 1.4 +1 -0 ports/x11-fonts/bitmap-fonts/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 1:28:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC0AB37BD9B; Wed, 19 Jul 2000 01:28:06 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA10564; Wed, 19 Jul 2000 01:28:06 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <200007190828.BAA10564@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Wed, 19 Jul 2000 01:28:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2000/07/19 01:28:06 PDT Modified files: x11-fonts Makefile Log: Activate bitmap-fonts instead of bitmap-font. Revision Changes Path 1.11 +2 -2 ports/x11-fonts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 1:31:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B29037B9CE; Wed, 19 Jul 2000 01:31:35 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA11007; Wed, 19 Jul 2000 01:31:35 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <200007190831.BAA11007@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Wed, 19 Jul 2000 01:31:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/bitmap-font Makefile ports/x11-fonts/bitmap-font/files DEINSTALL.tmpl INSTALL.tmpl md5 ports/x11-fonts/bitmap-font/pkg COMMENT DESCR PLIST REQ X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2000/07/19 01:31:34 PDT Removed files: x11-fonts/bitmap-font Makefile x11-fonts/bitmap-font/files DEINSTALL.tmpl INSTALL.tmpl md5 x11-fonts/bitmap-font/pkg COMMENT DESCR PLIST REQ Log: This port is obsolete. New port is x11-fonts/bitmap-fonts. Just renaming portname from bitmap-font to bitmap-fonts. Because bitmap-font port has some bitmap font file*s*. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 1:34:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7192637BDE4; Wed, 19 Jul 2000 01:34:23 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA11539; Wed, 19 Jul 2000 01:34:23 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <200007190834.BAA11539@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Wed, 19 Jul 2000 01:34:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/bitmap-emacs20 Makefile ports/editors/bitmap-mule Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2000/07/19 01:34:23 PDT Modified files: editors/bitmap-emacs20 Makefile editors/bitmap-mule Makefile Log: Fix dependency: x11-fonts/bitmap-font -> x11-fonts/bitmap-fonts. Revision Changes Path 1.16 +2 -2 ports/editors/bitmap-emacs20/Makefile 1.13 +2 -2 ports/editors/bitmap-mule/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 1:38:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9623037B9CE; Wed, 19 Jul 2000 01:38:18 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA12013; Wed, 19 Jul 2000 01:38:18 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007190838.BAA12013@freefall.freebsd.org> From: Paul Saab <ps@FreeBSD.org> Date: Wed, 19 Jul 2000 01:38:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile src/usr.bin/fsync Makefile fsync.8 fsync.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/19 01:38:18 PDT Modified files: usr.bin Makefile Added files: usr.bin/fsync Makefile fsync.8 fsync.c Log: Add fsync(8). This becomes useful with the advent of MAP_NOSYNC etc. Reviewed by: peter Revision Changes Path 1.152 +2 -1 src/usr.bin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 1:38:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B611837C087; Wed, 19 Jul 2000 01:38:39 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA12058; Wed, 19 Jul 2000 01:38:39 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007190838.BAA12058@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 01:38:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml man-refs.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 01:38:39 PDT Modified files: share/sgml man-refs.ent Log: sleep(1) Revision Changes Path 1.42 +2 -1 doc/share/sgml/man-refs.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 1:43: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 01B5F37BA5D; Wed, 19 Jul 2000 01:42:59 -0700 (PDT) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (203-165-77-17.sugnm1.kt.home.ne.jp [203.165.77.17]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id RAA17422; Wed, 19 Jul 2000 17:42:56 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id RAA70526; Wed, 19 Jul 2000 17:42:54 +0900 (JST) Date: Wed, 19 Jul 2000 17:42:52 +0900 Message-ID: <86zonemrxv.wl@localhost.local.idaemons.org> From: "Akinori -Aki- MUSHA" <knu@idaemons.org> To: ade@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/automake Makefile ports/devel/automake/patches patch-ad In-Reply-To: In your message of "Sat, 15 Jul 2000 12:07:48 -0700 (PDT)" <200007151907.MAA75829@freefall.freebsd.org> References: <200007151907.MAA75829@freefall.freebsd.org> User-Agent: Wanderlust/1.1.2 (Raspberry Beret) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 10) (Capitol Reef) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Sat, 15 Jul 2000 12:07:48 -0700 (PDT), aDe wrote: > ade 2000/07/15 12:07:48 PDT > > Modified files: > devel/automake Makefile > Added files: > devel/automake/patches patch-ad > Log: > Persuade automake to look not only in ${PREFIX}/share/aclocal > (ie: ${LOCALBASE}), but also ${X11BASE}/share/aclocal via an extra > patch and some configure-time substitution > > Discussed on: ports (quite a while back) > Original disgusting hack by: ade > Suggested improvements by: asami > Reworked patch by: ade This breaks some pieces of software that runs aclocal with an explicit `-I ${X11BASE}/share/aclocal'. (e.g. my japanese/gnome-icu port does) I'd suggest applying the patch below to avoid scanning a file more than once. Objections? Index: patches/patch-ad =================================================================== RCS file: /home/ncvs/ports/devel/automake/patches/patch-ad,v retrieving revision 1.1 diff -u -r1.1 patch-ad --- patches/patch-ad 2000/07/15 19:07:48 1.1 +++ patches/patch-ad 2000/07/19 08:35:28 @@ -1,5 +1,5 @@ ---- aclocal.in.orig Sun Jan 10 20:35:27 1999 -+++ aclocal.in Sat Jul 15 13:59:55 2000 +--- aclocal.in.orig Mon Jan 11 11:35:27 1999 ++++ aclocal.in Wed Jul 19 17:33:34 2000 @@ -103,7 +103,7 @@ @@ -9,3 +9,31 @@ &scan_configure; if (! $exit_status) { +@@ -266,12 +266,13 @@ + $file_contents{'acinclude.m4'} = &scan_file ('acinclude.m4'); + } + ++ local (@skipinolist) = (); + local ($m4dir); + foreach $m4dir (@dirlist) + { + opendir (DIR, $m4dir) + || die "aclocal: couldn't open directory \`$m4dir': $!\n"; +- local ($file, $fullfile, $expr); ++ local ($file, $fullfile, $ino, $expr); + foreach $file (sort grep (! /^\./, readdir (DIR))) + { + # Only examine .m4 files. +@@ -281,6 +282,12 @@ + next if $file eq 'aclocal.m4'; + + $fullfile = $m4dir . '/' . $file; ++ ++ # Do not scan a file more than once. ++ $ino = (stat($fullfile))[1]; ++ next if grep($ino eq $_, @skipinolist); ++ push @skipinolist, $ino; ++ + $file_contents{$fullfile} = &scan_file ($fullfile); + } + closedir (DIR); -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 1:44:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F0F6D37BA18; Wed, 19 Jul 2000 01:44:27 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA13167; Wed, 19 Jul 2000 01:44:27 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007190844.BAA13167@freefall.freebsd.org> From: Paul Saab <ps@FreeBSD.org> Date: Wed, 19 Jul 2000 01:44:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fsync Makefile fsync.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/19 01:44:27 PDT Modified files: usr.bin/fsync Makefile fsync.1 Log: Oops. fsync(8) should have been fsync(1). (repo-copied by peter) Change reference from update(4) to syncer(4). Revision Changes Path 1.2 +1 -2 src/usr.bin/fsync/Makefile 1.2 +3 -3 src/usr.bin/fsync/fsync.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 1:47:26 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id D790437BCFF; Wed, 19 Jul 2000 01:47:15 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13EpVY-000960-00; Wed, 19 Jul 2000 10:47:12 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: Paul Saab <ps@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin Makefile src/usr.bin/fsync Makefile fsync.8 fsync.c In-reply-to: Your message of "Wed, 19 Jul 2000 01:38:18 MST." <200007190838.BAA12013@freefall.freebsd.org> Date: Wed, 19 Jul 2000 10:47:12 +0200 Message-ID: <34967.963996432@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 19 Jul 2000 01:38:18 MST, Paul Saab wrote: > Modified files: > usr.bin Makefile > Added files: > usr.bin/fsync Makefile fsync.8 fsync.c > Log: > Add fsync(8). This becomes useful with the advent of MAP_NOSYNC etc. Bleh. We should have called truncate(1) ftruncate(1) instead. ;-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 1:52: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id E991637BAC9; Wed, 19 Jul 2000 01:51:50 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id BAA29746; Wed, 19 Jul 2000 01:47:47 -0700 (PDT) (envelope-from obrien) Date: Wed, 19 Jul 2000 01:47:47 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Marcel Moolenaar <marcel@cup.hp.com> Cc: Sheldon Hearn <sheldonh@uunet.co.za>, Marcel Moolenaar <marcel@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20000719014747.A25515@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <33457.963991514@axl.ops.uunet.co.za> <39755F9B.30593B39@cup.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <39755F9B.30593B39@cup.hp.com>; from marcel@cup.hp.com on Wed, Jul 19, 2000 at 12:58:19AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 19, 2000 at 12:58:19AM -0700, Marcel Moolenaar wrote: > > First, could you put the files somewhere in the obj tree so that they > > aren't lost in the case of a reboot on a machine which mounts /tmp in > > volatile storage? > > I prefer to use /var/tmp in that case. There's a problem with multiple > concurrent installworlds if you save the binaries in the shared object > tree. /var/tmp is no good as it sounds like you'll be littering up that directory. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 2:10:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 64FB137B61B; Wed, 19 Jul 2000 02:10:44 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA24537; Wed, 19 Jul 2000 02:10:44 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007190910.CAA24537@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 19 Jul 2000 02:10:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/boehm-gc/patches patch-af patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/19 02:10:43 PDT Modified files: devel/boehm-gc/patches patch-ae Added files: devel/boehm-gc/patches patch-af Log: Enough FreeBSD/Alpha support to at least allow this to compile. Functionality is untested at this time. Revision Changes Path 1.2 +18 -11 ports/devel/boehm-gc/patches/patch-ae To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 2:12:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E263237BE3B; Wed, 19 Jul 2000 02:12:37 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA24733; Wed, 19 Jul 2000 02:12:37 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007190912.CAA24733@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Wed, 19 Jul 2000 02:12:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/19 02:12:37 PDT Modified files: usr.bin/fetch fetch.c Log: Braino: don't use passive mode unless the user requests it. PR: bin/20025 Submitted by: HIYAMA Takeshi <th@cis.ibaraki.ac.jp> Revision Changes Path 1.13 +2 -2 src/usr.bin/fetch/fetch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 2:13:33 2000 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 254CB37BD3C; Wed, 19 Jul 2000 02:13:25 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.9.3/1.13) id MAA56604; Wed, 19 Jul 2000 12:13:21 +0300 (EEST) Date: Wed, 19 Jul 2000 12:13:21 +0300 From: Ruslan Ermilov <ru@sunbay.com> To: Marcel Moolenaar <marcel@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20000719121321.A54935@sunbay.com> References: <200007190441.VAA77617@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200007190441.VAA77617@freefall.freebsd.org>; from marcel@FreeBSD.org on Tue, Jul 18, 2000 at 09:41:59PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 18, 2000 at 09:41:59PM -0700, Marcel Moolenaar wrote: > marcel 2000/07/18 21:41:59 PDT > > Modified files: > . Makefile.inc1 > Log: > Save any binaries we use by installworld, so that we won't use the > binaries we just installed. This allows a future upgrade target to > install a new system without intermediate reboots and also > prevents conflicts for parallel make runs where we might exec a > binary that's being installed at the same time. > The log message is incomplete. Actually (and this is great) we now use bootstrap-tools first and only then saved binaries. We now do not use installed binaries during installworld at all. Question. What if we just expand the list of bootstrap-tools with tools needed for installworld (the ones we now save)? The point here is that (potentially) every tool that we use during installworld could have bootstrapping problems. Particularly, I don't see why we need to save /usr/bin/install-info. It is already built and will be preffered as bootstrap-tools's tool. (Sorry, Marcel, I did not have enough time to review your patch before you committed it). Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 2:14:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99AC437B603; Wed, 19 Jul 2000 02:14:45 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA24945; Wed, 19 Jul 2000 02:14:45 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007190914.CAA24945@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Wed, 19 Jul 2000 02:14:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/19 02:14:45 PDT Modified files: (Branch: RELENG_4) usr.bin/fetch fetch.c Log: MFC: don't force passive mode Revision Changes Path 1.10.2.2 +2 -2 src/usr.bin/fetch/fetch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 2:19: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EBBE37B575; Wed, 19 Jul 2000 02:18:50 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA25340; Wed, 19 Jul 2000 02:18:50 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <200007190918.CAA25340@freefall.freebsd.org> From: Alan Cox <alc@FreeBSD.org> Date: Wed, 19 Jul 2000 02:18:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_bus.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alc 2000/07/19 02:18:50 PDT Modified files: (Branch: RELENG_4) sys/kern subr_bus.c Log: MFC: [rev 1.66] If devclass_alloc_unit() is called with a wired unit #, and this # is busy, only search upwards for a free slot to use. This broke unit numbering on ATA systems where PCI attached controllers come before the mainboard ones. Revision Changes Path 1.54.2.4 +8 -13 src/sys/kern/subr_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 2:21:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E7CB737B549; Wed, 19 Jul 2000 02:21:15 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA25682; Wed, 19 Jul 2000 02:21:15 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200007190921.CAA25682@freefall.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Wed, 19 Jul 2000 02:21:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/07/19 02:21:15 PDT Modified files: etc MAKEDEV Log: Add /dev/agpgart for AGP. Reviewed by: dfr Revision Changes Path 1.263 +7 -1 src/etc/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 2:24:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A6D537B575; Wed, 19 Jul 2000 02:24:30 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA26084; Wed, 19 Jul 2000 02:24:30 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007190924.CAA26084@freefall.freebsd.org> From: Paul Saab <ps@FreeBSD.org> Date: Wed, 19 Jul 2000 02:24:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/less defines.h Makefile src/contrib/less Makefile.aut NEWS README acconfig.h command.c configure configure.in decode.c defines.ds defines.h.in defines.o2 defines.o9 defines.wn forwback.c funcs.h help.c input.c less.h ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/19 02:24:28 PDT Modified files: (Branch: RELENG_4) usr.bin/less defines.h Makefile contrib/less Makefile.aut NEWS README acconfig.h command.c configure configure.in decode.c defines.ds defines.h.in defines.o2 defines.o9 defines.wn forwback.c funcs.h help.c input.c less.h less.hlp less.man less.nro lesskey.c lesskey.man lesskey.nro line.c main.c opttbl.c os.c prompt.c screen.c search.c signal.c version.c Log: MFC: less Revision Changes Path 1.1.2.2 +10 -1 src/usr.bin/less/defines.h 1.4.2.2 +2 -2 src/usr.bin/less/Makefile 1.1.1.1.2.2 +1 -1 src/contrib/less/Makefile.aut 1.1.1.1.2.2 +14 -0 src/contrib/less/NEWS 1.1.1.1.2.2 +3 -3 src/contrib/less/README 1.1.1.1.2.2 +6 -0 src/contrib/less/acconfig.h 1.2.2.2 +6 -3 src/contrib/less/command.c 1.1.1.1.2.2 +85 -33 src/contrib/less/configure 1.1.1.1.2.2 +13 -1 src/contrib/less/configure.in 1.1.1.1.2.2 +5 -3 src/contrib/less/decode.c 1.1.1.1.2.2 +7 -0 src/contrib/less/defines.ds 1.1.1.1.2.2 +9 -0 src/contrib/less/defines.h.in 1.1.1.1.2.2 +7 -0 src/contrib/less/defines.o2 1.1.1.1.2.2 +7 -0 src/contrib/less/defines.o9 1.1.1.1.2.2 +7 -0 src/contrib/less/defines.wn 1.3.2.2 +0 -0 src/contrib/less/forwback.c 1.1.1.1.2.2 +0 -1 src/contrib/less/funcs.h 1.1.1.1.2.2 +5 -0 src/contrib/less/help.c 1.1.1.1.2.2 +3 -2 src/contrib/less/input.c 1.2.2.2 +15 -1 src/contrib/less/less.h 1.1.1.1.2.2 +5 -0 src/contrib/less/less.hlp 1.1.1.1.2.2 +859 -793 src/contrib/less/less.man 1.1.1.1.2.2 +17 -4 src/contrib/less/less.nro 1.1.1.1.2.2 +1 -0 src/contrib/less/lesskey.c 1.1.1.1.2.2 +39 -39 src/contrib/less/lesskey.man 1.1.1.1.2.2 +11 -1 src/contrib/less/lesskey.nro 1.1.1.1.2.2 +55 -33 src/contrib/less/line.c 1.2.2.2 +0 -0 src/contrib/less/main.c 1.1.1.1.2.2 +16 -0 src/contrib/less/opttbl.c 1.1.1.1.2.2 +8 -0 src/contrib/less/os.c 1.2.2.2 +0 -0 src/contrib/less/prompt.c 1.2.2.2 +0 -0 src/contrib/less/screen.c 1.2.2.2 +4 -2 src/contrib/less/search.c 1.1.1.1.2.2 +4 -0 src/contrib/less/signal.c 1.1.1.1.2.2 +7 -1 src/contrib/less/version.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 2:27:44 2000 Delivered-To: cvs-all@freebsd.org Received: from mout2.silyn-tek.de (mout2.silyn-tek.de [194.25.165.70]) by hub.freebsd.org (Postfix) with ESMTP id B271637BDB2; Wed, 19 Jul 2000 02:27:39 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.34] (helo=mx2.silyn-tek.de) by mout2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13Eq8g-00071k-00; Wed, 19 Jul 2000 11:27:38 +0200 Received: from p3e9c115c.dip0.t-ipconnect.de ([62.156.17.92] helo=neutron.cichlids.com) by mx2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13Eq8c-0006m0-00; Wed, 19 Jul 2000 11:27:34 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 98A1EAB91; Wed, 19 Jul 2000 11:29:10 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id AD24114A6A; Wed, 19 Jul 2000 11:27:31 +0200 (CEST) Date: Wed, 19 Jul 2000 11:27:31 +0200 To: Sheldon Hearn <sheldonh@uunet.co.za> Cc: Paul Saab <ps@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin Makefile src/usr.bin/fsync Makefile fsync.8 fsync.c Message-ID: <20000719112731.A25512@cichlids.cichlids.com> References: <200007190838.BAA12013@freefall.freebsd.org> <34967.963996432@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <34967.963996432@axl.ops.uunet.co.za>; from sheldonh@uunet.co.za on Wed, Jul 19, 2000 at 10:47:12AM +0200 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Sheldon Hearn (sheldonh@uunet.co.za): > > Add fsync(8). This becomes useful with the advent of MAP_NOSYNC etc. > Bleh. We should have called truncate(1) ftruncate(1) instead. ;-) Uhm, no. POLA :) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 2:28:53 2000 Delivered-To: cvs-all@freebsd.org Received: from mout1.silyn-tek.de (mout1.silyn-tek.de [194.25.165.69]) by hub.freebsd.org (Postfix) with ESMTP id 05E8137BA00; Wed, 19 Jul 2000 02:28:49 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.34] (helo=mx2.silyn-tek.de) by mout1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13Eq9o-0008PH-00; Wed, 19 Jul 2000 11:28:48 +0200 Received: from p3e9c115c.dip0.t-ipconnect.de ([62.156.17.92] helo=neutron.cichlids.com) by mx2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13Eq9n-0006nj-00; Wed, 19 Jul 2000 11:28:48 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 48DD9AB91; Wed, 19 Jul 2000 11:30:26 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 14F1114A6A; Wed, 19 Jul 2000 11:28:48 +0200 (CEST) Date: Wed, 19 Jul 2000 11:28:47 +0200 To: Ruslan Ermilov <ru@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc MAKEDEV Message-ID: <20000719112847.B25512@cichlids.cichlids.com> References: <200007190921.CAA25682@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007190921.CAA25682@freefall.freebsd.org>; from ru@FreeBSD.org on Wed, Jul 19, 2000 at 02:21:15AM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Ruslan Ermilov (ru@FreeBSD.org): > Add /dev/agpgart for AGP. Did anybody use this AGP interface? (Beside the question: HOW?): Does it work nice?-) Curious, Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 2:40: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 4E1CB37BD0A; Wed, 19 Jul 2000 02:39:43 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.9.3/1.13) id MAA57483; Wed, 19 Jul 2000 12:39:30 +0300 (EEST) Date: Wed, 19 Jul 2000 12:39:29 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: Alexander Langer <alex@big.endian.de> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc MAKEDEV Message-ID: <20000719123929.B54935@sunbay.com> References: <200007190921.CAA25682@freefall.freebsd.org> <20000719112847.B25512@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000719112847.B25512@cichlids.cichlids.com>; from alex@big.endian.de on Wed, Jul 19, 2000 at 11:28:47AM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 19, 2000 at 11:28:47AM +0200, Alexander Langer wrote: > Thus spake Ruslan Ermilov (ru@FreeBSD.org): > > > Add /dev/agpgart for AGP. > > Did anybody use this AGP interface? > > (Beside the question: HOW?): Does it work nice?-) > I have i810 running with XFree86 4.0.1 under 4.1-RC. I am about to MFC AGP API into RELENG_4 within few minutes, and add a patch for XFree86-4 for i810 support. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 2:45:25 2000 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id BBEEC37BDB2; Wed, 19 Jul 2000 02:45:18 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (hak.nat.Awfulhak.org [172.31.0.12]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id KAA33865; Wed, 19 Jul 2000 10:44:58 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id JAA01047; Wed, 19 Jul 2000 09:36:54 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200007190836.JAA01047@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Archie Cobbs <archie@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c In-Reply-To: Message from Archie Cobbs <archie@FreeBSD.org> of "Tue, 18 Jul 2000 15:54:31 PDT." <200007182254.PAA35052@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 19 Jul 2000 09:36:54 +0100 From: Brian Somers <brian@Awfulhak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Isn't this a bit premature ? The usage message in ifconfig.c and ifconfig.8 has not been updated (and was already wrong wrt the address_family arg being mandatory). > archie 2000/07/18 15:54:31 PDT > > Modified files: (Branch: RELENG_4) > sbin/ifconfig ifconfig.c > Log: > MFC: make "ifconfig" with no arguments equivalent to "ifconfig -a". > > Approved by: jkh > > Revision Changes Path > 1.51.2.1 +5 -1 src/sbin/ifconfig/ifconfig.c -- Brian <brian@Awfulhak.org> <brian@[uk.]FreeBSD.org> <http://www.Awfulhak.org> <brian@[uk.]OpenBSD.org> Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 2:48: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 65FE937BB24; Wed, 19 Jul 2000 02:48:06 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA28803; Wed, 19 Jul 2000 02:48:06 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200007190948.CAA28803@freefall.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Wed, 19 Jul 2000 02:48:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV src/sys/conf files majors src/sys/modules Makefile src/sys/modules/agp Makefile src/sys/pci agp.c agp_ali.c agp_amd.c agp_i810.c agp_if.m agp_intel.c agp_sis.c agp_via.c agppriv.h agpreg.h agpvar.h src/sys/sys ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/07/19 02:48:05 PDT Modified files: (Branch: RELENG_4) etc MAKEDEV sys/conf files majors sys/modules Makefile Added files: (Branch: RELENG_4) sys/modules/agp Makefile sys/pci agp.c agp_ali.c agp_amd.c agp_i810.c agp_if.m agp_intel.c agp_sis.c agp_via.c agppriv.h agpreg.h agpvar.h sys/sys agpio.h Log: MFC: A driver for programming the AGP hardware. Revision Changes Path 1.243.2.8 +7 -1 src/etc/MAKEDEV 1.340.2.13 +22 -1 src/sys/conf/files 1.98.2.5 +2 -1 src/sys/conf/majors 1.110.2.10 +2 -2 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 2:49:35 2000 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 2514437BB24; Wed, 19 Jul 2000 02:49:32 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id ABA561C65; Wed, 19 Jul 2000 05:49:31 -0400 (EDT) Date: Wed, 19 Jul 2000 05:49:31 -0400 From: Bill Fumerola <billf@chimesnet.com> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc MAKEDEV src/sys/conf files majors src/sys/modules Makefile src/sys/modules/agp Makefile src/sys/pci agp.c agp_ali.c agp_amd.c agp_i810.c agp_if.m agp_intel.c agp_sis.c agp_via.c agppriv.h agpreg.h agpvar.h src/sys/sys ... Message-ID: <20000719054931.U51462@jade.chc-chimes.com> References: <200007190948.CAA28803@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200007190948.CAA28803@freefall.freebsd.org>; from ru@FreeBSD.org on Wed, Jul 19, 2000 at 02:48:05AM -0700 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 19, 2000 at 02:48:05AM -0700, Ruslan Ermilov wrote: > Log: > MFC: A driver for programming the AGP hardware. Wheee.. now we don't have to order extra video cards for the developer machines that come with i810 by default! (Though I'm lucky I got my voodoo3000 while I still had an excuse..) -- Bill Fumerola - Network Architect, BOFH / Chimes, Inc. billf@chimesnet.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 3: 2:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A47937BDB2; Wed, 19 Jul 2000 03:02:26 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA30345; Wed, 19 Jul 2000 03:02:25 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191002.DAA30345@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 03:02:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/russian/apache13-modssl Makefile ports/russian/apache13-modssl/files md5 rc.apache.sh ports/russian/apache13-modssl/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 03:02:25 PDT Modified files: russian/apache13-modssl Makefile russian/apache13-modssl/files md5 rc.apache.sh russian/apache13-modssl/pkg PLIST Log: - Update RA-part to 29.5. - Add ru- PKGNAMEPREFIX - improve PLIST_SUB hack for WITH_SUEXEC PR: 19976 Submitted by: maintainer Revision Changes Path 1.2 +6 -4 ports/russian/apache13-modssl/Makefile 1.2 +1 -1 ports/russian/apache13-modssl/files/md5 1.2 +1 -1 ports/russian/apache13-modssl/files/rc.apache.sh 1.2 +0 -1 ports/russian/apache13-modssl/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 3: 4:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA4B237BF1D; Wed, 19 Jul 2000 03:04:21 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA30635; Wed, 19 Jul 2000 03:04:20 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200007191004.DAA30635@freefall.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Wed, 19 Jul 2000 03:04:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/agp Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/07/19 03:04:20 PDT Modified files: (Branch: RELENG_4) sys/modules/agp Makefile Log: Damn, committed the wrong version. Revision Changes Path 1.2.2.2 +2 -3 src/sys/modules/agp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 3:13:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7349F37B898; Wed, 19 Jul 2000 03:13:19 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA32859; Wed, 19 Jul 2000 03:13:18 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191013.DAA32859@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 03:13:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 03:13:18 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Add entry about bikesheds. PR: 20009 Submitted by: Brooks Davis <brooks@one-eyed-alien.net> Discussed with: sheldonh and ben in the audit-trail of the PR. Revision Changes Path 1.74 +78 -1 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 3:14: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A7FE937B586; Wed, 19 Jul 2000 03:14:04 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA32963; Wed, 19 Jul 2000 03:14:03 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200007191014.DAA32963@freefall.freebsd.org> From: Brian Somers <brian@FreeBSD.org> Date: Wed, 19 Jul 2000 03:14:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ppp.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/07/19 03:14:03 PDT Modified files: usr.sbin/ppp ppp.8 Log: Describe the new VERSION and COMPILATIONDATE macros and mention that the ``ident'' command will expand macros. Revision Changes Path 1.231 +16 -5 src/usr.sbin/ppp/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 3:16:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BFF8E37BE50; Wed, 19 Jul 2000 03:16:30 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA33306; Wed, 19 Jul 2000 03:16:29 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200007191016.DAA33306@freefall.freebsd.org> From: Brian Somers <brian@FreeBSD.org> Date: Wed, 19 Jul 2000 03:16:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/ppp ppp.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/07/19 03:16:29 PDT Modified files: etc/ppp ppp.conf Log: Add a default ident string and do some minor whitespace adjustments Revision Changes Path 1.4 +4 -5 src/etc/ppp/ppp.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 3:18:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 375FD37B898; Wed, 19 Jul 2000 03:18:12 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA33542; Wed, 19 Jul 2000 03:18:12 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200007191018.DAA33542@freefall.freebsd.org> From: Brian Somers <brian@FreeBSD.org> Date: Wed, 19 Jul 2000 03:18:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/07/19 03:18:12 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Add Mark Knight for his recent adjustments to cmp and for his work on the internal ppp command parsing routines. Revision Changes Path 1.262 +5 -1 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 3:23:45 2000 Delivered-To: cvs-all@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 94A7837BA3B; Wed, 19 Jul 2000 03:23:39 -0700 (PDT) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (203-165-77-17.sugnm1.kt.home.ne.jp [203.165.77.17]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id TAA04634; Wed, 19 Jul 2000 19:23:38 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id TAA72426; Wed, 19 Jul 2000 19:23:02 +0900 (JST) Date: Wed, 19 Jul 2000 19:23:01 +0900 Message-ID: <86ya2ymnay.wl@localhost.local.idaemons.org> From: "Akinori -Aki- MUSHA" <knu@idaemons.org> To: ade@FreeBSD.org, asami@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/automake Makefile ports/devel/automake/patches patch-ad In-Reply-To: In your message of "Sat, 15 Jul 2000 12:07:48 -0700 (PDT)" <200007151907.MAA75829@freefall.freebsd.org> References: <200007151907.MAA75829@freefall.freebsd.org> User-Agent: Wanderlust/1.1.2 (Raspberry Beret) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 10) (Capitol Reef) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Sat, 15 Jul 2000 12:07:48 -0700 (PDT), aDe wrote: > ade 2000/07/15 12:07:48 PDT > > Modified files: > devel/automake Makefile > Added files: > devel/automake/patches patch-ad > Log: > Persuade automake to look not only in ${PREFIX}/share/aclocal > (ie: ${LOCALBASE}), but also ${X11BASE}/share/aclocal via an extra > patch and some configure-time substitution > > Discussed on: ports (quite a while back) > Original disgusting hack by: ade > Suggested improvements by: asami > Reworked patch by: ade Sigh, I found another problem. It breaks non-X ports such as devel/cvsutils (d'uh, my port again) on bento. http://bento.freebsd.org/errorlogs/4-latest/cvsutils-0.1.5.log You guys really should have tested it more carefully. :( I'll commit the fix shortly as we don't have much time left. -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 3:28: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BAB837BF05; Wed, 19 Jul 2000 03:27:54 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA34347; Wed, 19 Jul 2000 03:27:54 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191027.DAA34347@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 03:27:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/memtest Makefile ports/sysutils/memtest/files md5 ports/sysutils/memtest/patches patch-aa patch-ab ports/sysutils/memtest/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 03:27:53 PDT Modified files: sysutils Makefile Added files: sysutils/memtest Makefile sysutils/memtest/files md5 sysutils/memtest/patches patch-aa patch-ab sysutils/memtest/pkg COMMENT DESCR PLIST Log: Add memtest 2.93.1, a utility to test for faulty memory subsystem. PR: 20023 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br> Revision Changes Path 1.126 +2 -1 ports/sysutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 3:28:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F11937BEEA; Wed, 19 Jul 2000 03:28:07 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA34399; Wed, 19 Jul 2000 03:28:07 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191028.DAA34399@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 03:28:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 03:28:06 PDT Modified files: . modules Log: memtest --> ports/sysutils/memtest Revision Changes Path 1.1429 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 3:40:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 874E537BE94; Wed, 19 Jul 2000 03:40:41 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA35504; Wed, 19 Jul 2000 03:40:41 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200007191040.DAA35504@freefall.freebsd.org> From: Peter Wemm <peter@FreeBSD.org> Date: Wed, 19 Jul 2000 03:40:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/agp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/07/19 03:40:40 PDT Modified files: sys/modules/agp Makefile Log: Use <bsd.kmod.mk> not a path to ../../conf/kmod.mk. Revision Changes Path 1.3 +2 -2 src/sys/modules/agp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 3:44:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BFEB37BF3D; Wed, 19 Jul 2000 03:44:15 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA35765; Wed, 19 Jul 2000 03:44:15 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007191044.DAA35765@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Wed, 19 Jul 2000 03:44:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/automake/patches patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/19 03:44:14 PDT Modified files: devel/automake/patches patch-ad Log: - Do not read a file more than once, where the sameness is judged by the inode numbers of files. This should fix the "duplicated macros" error when aclocal is invoked with `-I ${X11BASE}/share/aclocal' explicitly. - Do not scan ${X11BASE}/share/aclocal if it does not exist. (Or it's (a symlink to)* a directory) This should fix the "no such directory" error when you build a non-X port without X installed. (like on bento) Revision Changes Path 1.2 +44 -6 ports/devel/automake/patches/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 3:48: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 11DD037BE94; Wed, 19 Jul 2000 03:48:04 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA36027; Wed, 19 Jul 2000 03:48:03 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200007191048.DAA36027@freefall.freebsd.org> From: Brian Somers <brian@FreeBSD.org> Date: Wed, 19 Jul 2000 03:48:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/httptunnel/patches patch-aa patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/07/19 03:48:03 PDT Modified files: www/httptunnel/patches patch-aa patch-ae Log: Update to reflect what I've submitted to the httptunnel writers No functional changes Revision Changes Path 1.2 +11 -19 ports/www/httptunnel/patches/patch-aa 1.4 +19 -26 ports/www/httptunnel/patches/patch-ae To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 3:48:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A39537BDE9; Wed, 19 Jul 2000 03:48:44 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA36168; Wed, 19 Jul 2000 03:48:44 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191048.DAA36168@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 03:48:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/cidr Makefile ports/net/cidr/files md5 ports/net/cidr/patches patch-aa ports/net/cidr/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 03:48:44 PDT Modified files: net Makefile Added files: net/cidr Makefile net/cidr/files md5 net/cidr/patches patch-aa net/cidr/pkg COMMENT DESCR PLIST Log: Add cidr-2.3, a RFC 1878 subnet calculator / helper. PR: 20010 Submitted by: Domas Mituzas <midom@dammit.lt> Revision Changes Path 1.383 +2 -1 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 3:48:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF57437BDE9; Wed, 19 Jul 2000 03:48:52 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA36232; Wed, 19 Jul 2000 03:48:52 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191048.DAA36232@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 03:48:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 03:48:52 PDT Modified files: . modules Log: cidr --> ports/net/cidr Revision Changes Path 1.1430 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 3:50:23 2000 Delivered-To: cvs-all@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 3B51B37BDE9; Wed, 19 Jul 2000 03:50:17 -0700 (PDT) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (203-165-77-17.sugnm1.kt.home.ne.jp [203.165.77.17]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id TAA09113; Wed, 19 Jul 2000 19:50:16 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id TAA72944; Wed, 19 Jul 2000 19:49:44 +0900 (JST) Date: Wed, 19 Jul 2000 19:49:43 +0900 Message-ID: <86wviimm2g.wl@localhost.local.idaemons.org> From: "Akinori -Aki- MUSHA" <knu@idaemons.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/automake/patches patch-ad In-Reply-To: In your message of "Wed, 19 Jul 2000 03:44:14 -0700 (PDT)" <200007191044.DAA35765@freefall.freebsd.org> References: <200007191044.DAA35765@freefall.freebsd.org> User-Agent: Wanderlust/1.1.2 (Raspberry Beret) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 10) (Capitol Reef) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Oops. At Wed, 19 Jul 2000 03:44:14 -0700 (PDT), I wrote: > - Do not scan ${X11BASE}/share/aclocal if it does not exist. (Or it's > (a symlink to)* a directory) ^ not -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 3:52: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AD9F37BD51; Wed, 19 Jul 2000 03:51:55 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA36628; Wed, 19 Jul 2000 03:51:54 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191051.DAA36628@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 03:51:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 03:51:54 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Add Domas Mituzas for his cidr port. Revision Changes Path 1.263 +5 -1 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 4:14:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6073337BD63; Wed, 19 Jul 2000 04:14:20 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA42596; Wed, 19 Jul 2000 04:14:20 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200007191114.EAA42596@freefall.freebsd.org> From: "Chris D. Faulhaber" <jedgar@FreeBSD.org> Date: Wed, 19 Jul 2000 04:14:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/freetds/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/07/19 04:14:20 PDT Modified files: databases/freetds/pkg PLIST Log: Correct PLIST PR: 20032 Submitted by: Maintainer Revision Changes Path 1.4 +3 -3 ports/databases/freetds/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 4:16: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id AB1C337BC40; Wed, 19 Jul 2000 04:15:51 -0700 (PDT) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (203-165-77-17.sugnm1.kt.home.ne.jp [203.165.77.17]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id UAA13762; Wed, 19 Jul 2000 20:15:50 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id UAA73412; Wed, 19 Jul 2000 20:15:19 +0900 (JST) Date: Wed, 19 Jul 2000 20:15:16 +0900 Message-ID: <86snt6mkvv.wl@localhost.local.idaemons.org> From: "Akinori -Aki- MUSHA" <knu@idaemons.org> To: archie@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/tc am7990.c src/sys/dev/an if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c src/sys/dev/ed if_ed.c if_ed_pccard.c src/sys/dev/ep if_ep.c if_ep_pccard.c src/sys/dev/ex if_ex.c src/sys/dev/ie if_ie.c src/sys/dev/sn ... In-Reply-To: In your message of "Mon, 17 Jul 2000 14:24:41 -0700 (PDT)" <200007172124.OAA61606@freefall.freebsd.org> References: <200007172124.OAA61606@freefall.freebsd.org> User-Agent: Wanderlust/1.1.2 (Raspberry Beret) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 10) (Capitol Reef) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Mon, 17 Jul 2000 14:24:41 -0700 (PDT), Archie Cobbs <archie@FreeBSD.org> wrote: > Modified files: (Branch: RELENG_4) > sys/alpha/tc am7990.c > sys/dev/an if_an.c if_an_isa.c if_an_pccard.c > if_an_pci.c > sys/dev/ed if_ed.c if_ed_pccard.c > sys/dev/ep if_ep.c if_ep_pccard.c > sys/dev/ex if_ex.c > sys/dev/ie if_ie.c > sys/dev/sn if_sn.c if_sn_pccard.c > sys/dev/usb if_aue.c if_cue.c if_kue.c > sys/dev/vx if_vx.c > sys/dev/xe if_xe.c > sys/i386/isa if_cs.c if_el.c if_fe.c if_le.c if_lnc.c > if_rdp.c if_wi.c if_wl.c > sys/net ethernet.h if_ef.c if_ethersubr.c > if_var.h if_vlan.c > sys/pc98/pc98 if_ed.c > sys/pci if_dc.c if_de.c if_fxp.c if_rl.c if_sf.c > if_sis.c if_sk.c if_ste.c if_ti.c if_tl.c > if_tx.c if_vr.c if_wb.c if_wx.c if_xl.c > Log: > MFC: make all Ethernet drivers use ether_ifattach() ether_ifdetach() Would you bump the __FreeBSD_version for this? I have to fix the VMware2 port according to this change as well as we did in HEAD. -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 4:45:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D9D037B70B; Wed, 19 Jul 2000 04:45:18 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA45782; Wed, 19 Jul 2000 04:45:18 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Message-Id: <200007191145.EAA45782@freefall.freebsd.org> From: Kazuo Horikawa <horikawa@FreeBSD.org> Date: Wed, 19 Jul 2000 04:45:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 ls.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/07/19 04:45:17 PDT Modified files: ja_JP.eucJP/man/man1 ls.1 Log: Catch up recent RELENG_4. ls.1 1.33.2.3 Revision Changes Path 1.15 +19 -1 doc/ja_JP.eucJP/man/man1/ls.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 4:45:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D4F337B59C; Wed, 19 Jul 2000 04:45:18 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA45783; Wed, 19 Jul 2000 04:45:18 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191145.EAA45783@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 04:45:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xtuner/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 04:45:17 PDT Modified files: audio/xtuner/patches patch-aa Log: Add TRUE const if not already defined. Should fix bento-build. Revision Changes Path 1.2 +29 -33 ports/audio/xtuner/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 4:47:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BAFEF37BA21; Wed, 19 Jul 2000 04:47:18 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA46055; Wed, 19 Jul 2000 04:47:18 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007191147.EAA46055@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Wed, 19 Jul 2000 04:47:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 syncer.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/19 04:47:18 PDT Modified files: share/man/man4 syncer.4 Log: Remove mention of SYNCER_MAXDELAY and "thirty seconds", using more general terms instead. This follows a discussion with alfred, in which it became clear that I had misunderstood sched_sync(). Revision Changes Path 1.2 +9 -13 src/share/man/man4/syncer.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 4:49:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5204C37B59C; Wed, 19 Jul 2000 04:49:20 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA46264; Wed, 19 Jul 2000 04:49:19 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191149.EAA46264@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 04:49:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xtide/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 04:49:19 PDT Modified files: astro/xtide/files md5 Log: The astro-data file has changed. Revision Changes Path 1.13 +1 -1 ports/astro/xtide/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 4:49:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 864A137BD24; Wed, 19 Jul 2000 04:49:51 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA46390; Wed, 19 Jul 2000 04:49:51 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007191149.EAA46390@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 19 Jul 2000 04:49:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/gnucash Makefile ports/deskutils/gnucash/files md5 ports/deskutils/gnucash/patches patch-po-Makfile.in.in patch-Makefile.common patch-engine-util.c patch-gwrap-configure ports/deskutils/gnucash/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/19 04:49:50 PDT Modified files: deskutils/gnucash Makefile deskutils/gnucash/files md5 deskutils/gnucash/patches patch-po-Makfile.in.in deskutils/gnucash/pkg PLIST Removed files: deskutils/gnucash/patches patch-Makefile.common patch-engine-util.c patch-gwrap-configure Log: Upgrade to version 1.4.2. Submitted by: Matthew Condell <mcondell@bbn.com> PR: 19550 Submitted by: Glenn Johnson <glennpj@bayouhome.net> Revision Changes Path 1.16 +31 -20 ports/deskutils/gnucash/Makefile 1.5 +1 -1 ports/deskutils/gnucash/files/md5 1.2 +13 -4 ports/deskutils/gnucash/patches/patch-po-Makfile.in.in 1.4 +190 -179 ports/deskutils/gnucash/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 4:55:39 2000 Delivered-To: cvs-all@freebsd.org Received: from hitpro.hitachi.co.jp (hitpro.hitachi.co.jp [133.145.224.7]) by hub.freebsd.org (Postfix) with ESMTP id 288CC37BA21; Wed, 19 Jul 2000 04:55:35 -0700 (PDT) (envelope-from ume@bisd.hitachi.co.jp) Received: from bisdgw.bisd.hitachi.co.jp by hitpro.hitachi.co.jp (8.9.3/3.7W-hitpro) id UAA26461; Wed, 19 Jul 2000 20:55:32 +0900 (JST) Received: from plum.ssr.bisd.hitachi.co.jp by bisdgw.bisd.hitachi.co.jp (8.9.3+3.2W/3.7W-bisdgw) with ESMTP id UAA14265; Wed, 19 Jul 2000 20:55:33 +0900 (JST) (envelope-from ume@bisd.hitachi.co.jp) Received: from localhost (IDENT:mb829dv4oGBRm2xZ480437BT5M1AGLbVFvTseoZAdM2AIfzodPZd0qZvRgzQIjvq@localhost [::1]) by plum.ssr.bisd.hitachi.co.jp (8.10.2/3.7W-plum) with ESMTP id e6JBtWt56580; Wed, 19 Jul 2000 20:55:32 +0900 (JST) (envelope-from ume@bisd.hitachi.co.jp) Message-Id: <200007191155.e6JBtWt56580@plum.ssr.bisd.hitachi.co.jp> To: itojun@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if.c From: Hajimu UMEMOTO <ume@freebsd.org> In-Reply-To: <200007180929.CAA60919@freefall.freebsd.org> References: <200007180929.CAA60919@freefall.freebsd.org> X-Mailer: xcite1.20> Mew version 1.94.2 on XEmacs 21.1 (Bryce Canyon) X-PGP-Fingerprint: D3 3D D3 54 88 13 DE 22 3F 31 C4 4D A1 08 84 7B X-PGP-Public-Key: http://www.imasy.org/~ume/ume@bisd.hitachi.co.jp.asc X-URL: http://www.imasy.org/~ume/ X-OS: FreeBSD 4.1-RC Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 19 Jul 2000 20:55:30 +0900 X-Dispatcher: imput version 20000414(IM141) Lines: 23 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> On Tue, 18 Jul 2000 02:29:53 -0700 (PDT) >>>>> itojun@FreeBSD.org (Jun-ichiro itojun Hagino) said: itojun> itojun 2000/07/18 02:29:53 PDT itojun> Modified files: (Branch: RELENG_4) itojun> sys/net if.c itojun> Log: itojun> MFC 1.90 -> 1.91, Samuel confirmed that it improves PR17909. itojun> improve route/nd cache cleanup on interface removal. itojun> CAVEAT: haven't really tested it yet, please report I don't have a laptop which 4.X or 5.X is installed. I had a chance to use a laptop which 4.1-RC is installed. So, I tested it. It seems working fine. Before this, when pccard was datached and re-attached, the laptop didn't accept ND at all. This problem seems gone. Thanks! -- Hajimu UMEMOTO @ Business Solution System Development Div., Hitachi Ltd. E-Mail: ume@bisd.hitachi.co.jp ume@mahoroba.org ume@FreeBSD.org URL: http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 4:59:47 2000 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id DE50A37B62C; Wed, 19 Jul 2000 04:59:43 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 0F8781C64; Wed, 19 Jul 2000 07:59:42 -0400 (EDT) Date: Wed, 19 Jul 2000 07:59:41 -0400 From: Bill Fumerola <billf@chimesnet.com> To: Akinori -Aki- MUSHA <knu@idaemons.org> Cc: archie@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/tc am7990.c src/sys/dev/an if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c src/sys/dev/ed if_ed.c if_ed_pccard.c src/sys/dev/ep if_ep.c if_ep_pccard.c src/sys/dev/ex if_ex.c src/sys/dev/ie if_ie.c src/sys/dev/sn ... Message-ID: <20000719075941.V51462@jade.chc-chimes.com> References: <200007172124.OAA61606@freefall.freebsd.org> <86snt6mkvv.wl@localhost.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <86snt6mkvv.wl@localhost.local.idaemons.org>; from knu@idaemons.org on Wed, Jul 19, 2000 at 08:15:16PM +0900 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 19, 2000 at 08:15:16PM +0900, Akinori -Aki- MUSHA wrote: > > Log: > > MFC: make all Ethernet drivers use ether_ifattach() ether_ifdetach() > > Would you bump the __FreeBSD_version for this? > > I have to fix the VMware2 port according to this change as well as we > did in HEAD. Just use the 4.1-RELEASE __FreeBSD_version. -- Bill Fumerola - Network Architect, BOFH / Chimes, Inc. billf@chimesnet.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 5:16: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C6F4B37B62F; Wed, 19 Jul 2000 05:16:05 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA49926; Wed, 19 Jul 2000 05:16:05 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200007191216.FAA49926@freefall.freebsd.org> From: Neil Blakey-Milner <nbm@FreeBSD.org> Date: Wed, 19 Jul 2000 05:16:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/courier-imap Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/07/19 05:16:05 PDT Modified files: mail/courier-imap Makefile Log: Fix the build for the root case, and also for post 4.0-RELEASE case. Submitted by: kris, bento Revision Changes Path 1.5 +13 -2 ports/mail/courier-imap/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 5:35:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5504A37BA68; Wed, 19 Jul 2000 05:35:43 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA54786; Wed, 19 Jul 2000 05:35:43 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200007191235.FAA54786@freefall.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Wed, 19 Jul 2000 05:35:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/agp Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/07/19 05:35:43 PDT Modified files: (Branch: RELENG_4) sys/modules/agp Makefile Log: MFC: (rev 1.3) Use proper <bsd.kmod.mk>. Revision Changes Path 1.2.2.3 +2 -2 src/sys/modules/agp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 5:35:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 652F037BA68; Wed, 19 Jul 2000 05:35:56 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA54839; Wed, 19 Jul 2000 05:35:56 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191235.FAA54839@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 05:35:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/xtide Makefile ports/astro/xtide/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 05:35:56 PDT Modified files: astro/xtide Makefile astro/xtide/files md5 Log: Ignore the checksum of the data-file which changes a lot. It is ok to ignore it, since this file only contains data used from within the program. Revision Changes Path 1.16 +3 -1 ports/astro/xtide/Makefile 1.14 +1 -1 ports/astro/xtide/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 5:37:23 2000 Delivered-To: cvs-all@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id D2EB037B76F; Wed, 19 Jul 2000 05:37:15 -0700 (PDT) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (203-165-77-17.sugnm1.kt.home.ne.jp [203.165.77.17]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id VAA01004; Wed, 19 Jul 2000 21:36:45 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id VAA74900; Wed, 19 Jul 2000 21:36:07 +0900 (JST) Date: Wed, 19 Jul 2000 21:36:05 +0900 Message-ID: <86n1jemh56.wl@localhost.local.idaemons.org> From: "Akinori -Aki- MUSHA" <knu@idaemons.org> To: billf@chimesnet.com Cc: archie@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/tc am7990.c src/sys/dev/an if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c src/sys/dev/ed if_ed.c if_ed_pccard.c src/sys/dev/ep if_ep.c if_ep_pccard.c src/sys/dev/ex if_ex.c src/sys/dev/ie if_ie.c src/sys/dev/sn ... In-Reply-To: In your message of "Wed, 19 Jul 2000 07:59:41 -0400" <20000719075941.V51462@jade.chc-chimes.com> References: <200007172124.OAA61606@freefall.freebsd.org> <86snt6mkvv.wl@localhost.local.idaemons.org> <20000719075941.V51462@jade.chc-chimes.com> User-Agent: Wanderlust/1.1.2 (Raspberry Beret) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 10) (Capitol Reef) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Wed, 19 Jul 2000 07:59:41 -0400, Bill Fumerola <billf@chimesnet.com> wrote: > > On Wed, Jul 19, 2000 at 08:15:16PM +0900, Akinori -Aki- MUSHA wrote: > > > > Log: > > > MFC: make all Ethernet drivers use ether_ifattach() ether_ifdetach() > > > > Would you bump the __FreeBSD_version for this? > > > > I have to fix the VMware2 port according to this change as well as we > > did in HEAD. > > Just use the 4.1-RELEASE __FreeBSD_version. Okay, I ignore 4.1-RC and assume it's 4.1-RELEASE when the __FreeBSD_version is 410000. -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 5:40: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A00C137B76F; Wed, 19 Jul 2000 05:40:06 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA55173; Wed, 19 Jul 2000 05:40:07 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007191240.FAA55173@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Wed, 19 Jul 2000 05:40:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/vmware2/patches patch-bb X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/19 05:40:06 PDT Modified files: emulators/vmware2/patches patch-bb Log: Add support for 4.1-RELEASE, now the ether_ifattach change was MFC'd. Revision Changes Path 1.3 +1 -1 ports/emulators/vmware2/patches/patch-bb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 5:41: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 124C937BF34; Wed, 19 Jul 2000 05:41:01 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA55266; Wed, 19 Jul 2000 05:41:01 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007191241.FAA55266@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 19 Jul 2000 05:41:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/termcap termcap.src X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/19 05:41:00 PDT Modified files: (Branch: RELENG_4) share/termcap termcap.src Log: Fix DTTERM colorization problem. Submitted by: Larry Rosenman <ler@lerctr.org> Revision Changes Path 1.89.2.4 +2 -1 src/share/termcap/termcap.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 5:44: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 516DB37BD57; Wed, 19 Jul 2000 05:44:02 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA55627; Wed, 19 Jul 2000 05:44:02 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007191244.FAA55627@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 19 Jul 2000 05:44:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/19 05:44:01 PDT Modified files: mail/mutt Makefile Log: Minor portlinting. Revision Changes Path 1.91 +3 -3 ports/mail/mutt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 5:58:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F1CED37B8EF; Wed, 19 Jul 2000 05:58:13 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA56940; Wed, 19 Jul 2000 05:58:14 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200007191258.FAA56940@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> Date: Wed, 19 Jul 2000 05:58:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults pccard.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/07/19 05:58:13 PDT Modified files: (Branch: RELENG_4) etc/defaults pccard.conf Log: Merge pccard.conf from current. 1.108 -> 1.123 Revision Changes Path 1.98.2.3 +1098 -509 src/etc/defaults/pccard.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 5:59: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A7D537B8EF; Wed, 19 Jul 2000 05:58:58 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA57175; Wed, 19 Jul 2000 05:58:58 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007191258.FAA57175@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 19 Jul 2000 05:58:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/open-motif Makefile ports/x11-toolkits/open-motif/files doc.imk host.def md5 ports/x11-toolkits/open-motif/patches patch-bindings-Imakefile patch-man-Imakefile patch-man5-Imakefile patch-util-Imakefile ports/x11-toolkits/open-motif/pkg MESSAGE ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/19 05:58:58 PDT Modified files: x11-toolkits/open-motif Makefile x11-toolkits/open-motif/files md5 x11-toolkits/open-motif/pkg COMMENT DESCR Added files: x11-toolkits/open-motif/files doc.imk host.def x11-toolkits/open-motif/patches patch-bindings-Imakefile patch-man-Imakefile patch-man5-Imakefile patch-util-Imakefile x11-toolkits/open-motif/pkg MESSAGE PLIST Log: Update to build properly from sources rather than re-package the Metrolink offering. Portions of this port came from the following (the rest was my own blood and sweat): PR: 18691 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Submitted by: Sungman Cho <smcho@tsp.korea.ac.kr> (via -ports) Revision Changes Path 1.10 +674 -37 ports/x11-toolkits/open-motif/Makefile 1.2 +6 -1 ports/x11-toolkits/open-motif/files/md5 1.4 +1 -1 ports/x11-toolkits/open-motif/pkg/COMMENT 1.3 +27 -3 ports/x11-toolkits/open-motif/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 6: 0:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 764FC37B56A; Wed, 19 Jul 2000 06:00:24 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA57416; Wed, 19 Jul 2000 06:00:24 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007191300.GAA57416@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Wed, 19 Jul 2000 06:00:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-lesstif-ns/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/19 06:00:24 PDT Modified files: www/linux-lesstif-ns/files md5 Log: Update md5. There was an annoucement about the update from the patch author. Revision Changes Path 1.4 +1 -1 ports/www/linux-lesstif-ns/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 6: 6: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 993F737BDDC; Wed, 19 Jul 2000 06:05:58 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA59814; Wed, 19 Jul 2000 06:05:58 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007191305.GAA59814@freefall.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Wed, 19 Jul 2000 06:05:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc hosts.allow X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/19 06:05:58 PDT Modified files: etc hosts.allow Log: Add some examples for IPv6 addresses. PR: conf/18614 Submitted by: James Housley <jim@thehousleys.net> Revision Changes Path 1.11 +7 -1 src/etc/hosts.allow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 6: 8:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E4EE37B56A; Wed, 19 Jul 2000 06:08:39 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA60579; Wed, 19 Jul 2000 06:08:39 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007191308.GAA60579@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Wed, 19 Jul 2000 06:08:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ImageMagick Makefile ports/graphics/ImageMagick/files md5 ports/graphics/ImageMagick/patches patch-aj patch-ak patch-ab ports/graphics/ImageMagick/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/19 06:08:39 PDT Modified files: graphics/ImageMagick Makefile graphics/ImageMagick/files md5 graphics/ImageMagick/pkg PLIST Added files: graphics/ImageMagick/patches patch-aj patch-ak Removed files: graphics/ImageMagick/patches patch-ab Log: Update to 5.2.1. PR: ports/19944 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (the defacto Maintainer) Revision Changes Path 1.88 +24 -27 ports/graphics/ImageMagick/Makefile 1.45 +1 -1 ports/graphics/ImageMagick/files/md5 1.42 +7 -4 ports/graphics/ImageMagick/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 6:10:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F249C37BE41; Wed, 19 Jul 2000 06:10:32 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA61238; Wed, 19 Jul 2000 06:10:33 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191310.GAA61238@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 06:10:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xsidplay/patches patch-00 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 06:10:33 PDT Added files: audio/xsidplay/patches patch-00 Log: Add patch to properly include <machine/soundcard.h>. Submitted by: bento To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 6:10:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E835137BE09; Wed, 19 Jul 2000 06:10:53 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA61349; Wed, 19 Jul 2000 06:10:54 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007191310.GAA61349@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 19 Jul 2000 06:10:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/fping/patches patch-01 patch-02 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/19 06:10:53 PDT Modified files: net/fping/patches patch-01 patch-02 Log: Fix bogons in my milliseconds => microseconds timeouts change. Submitted by: Greg A. Woods <woods@weird.com> Revision Changes Path 1.2 +16 -0 ports/net/fping/patches/patch-01 1.3 +111 -18 ports/net/fping/patches/patch-02 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 6:14:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 91AA437BDEA; Wed, 19 Jul 2000 06:14:17 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA62015; Wed, 19 Jul 2000 06:14:16 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007191314.GAA62015@freefall.freebsd.org> From: Ben Smithurst <ben@FreeBSD.org> Date: Wed, 19 Jul 2000 06:14:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/advanced-networking chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/19 06:14:16 PDT Modified files: en_US.ISO_8859-1/books/handbook/advanced-networking chapter.sgml Log: option BRIDGE -> options BRIDGE in kernel config. PR: 20030 Submitted by: Sam Wun <swun@esec.com.au> Revision Changes Path 1.28 +2 -2 doc/en_US.ISO_8859-1/books/handbook/advanced-networking/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 6:18:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5470437B56A; Wed, 19 Jul 2000 06:18:17 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA62621; Wed, 19 Jul 2000 06:18:17 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191318.GAA62621@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 06:18:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/bbkeys Makefile ports/x11-wm/bbkeys/files md5 ports/x11-wm/bbkeys/patches patch-aa ports/x11-wm/bbkeys/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 06:18:17 PDT Modified files: x11-wm Makefile Added files: x11-wm/bbkeys Makefile x11-wm/bbkeys/files md5 x11-wm/bbkeys/patches patch-aa x11-wm/bbkeys/pkg COMMENT DESCR PLIST Log: Add bbkeys 0.3.3 - a keygrabber for the Blackbox window manager. PR: 19359 Submitted by: Patrick Seal <patseal@hyperhost.net> Revision Changes Path 1.43 +2 -1 ports/x11-wm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 6:18:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F4C337BC50; Wed, 19 Jul 2000 06:18:28 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA62718; Wed, 19 Jul 2000 06:18:28 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191318.GAA62718@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 06:18:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 06:18:27 PDT Modified files: . modules Log: bbkeys --> ports/x11-wm/bbkeys Revision Changes Path 1.1431 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 6:23: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E55F37BDD6; Wed, 19 Jul 2000 06:23:03 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA63318; Wed, 19 Jul 2000 06:23:03 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191323.GAA63318@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 06:23:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology Makefile ports/biology/xdrawchem Makefile ports/biology/xdrawchem/files md5 ports/biology/xdrawchem/patches patch-aa ports/biology/xdrawchem/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 06:23:02 PDT Modified files: biology Makefile Added files: biology/xdrawchem Makefile biology/xdrawchem/files md5 biology/xdrawchem/patches patch-aa biology/xdrawchem/pkg COMMENT DESCR PLIST Log: Add xdrawchem 0.82 - a program for drawing molecules Revision Changes Path 1.15 +2 -1 ports/biology/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 6:23:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0802A37BE4C; Wed, 19 Jul 2000 06:23:09 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA63354; Wed, 19 Jul 2000 06:23:08 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191323.GAA63354@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 06:23:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 06:23:08 PDT Modified files: . modules Log: xdrawchem --> ports/biology/xdrawchem Revision Changes Path 1.1432 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 6:23:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B11537BF8D; Wed, 19 Jul 2000 06:23:09 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA63380; Wed, 19 Jul 2000 06:23:09 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007191323.GAA63380@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 19 Jul 2000 06:23:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/open-motif/patches patch-FreeBSD.cf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/19 06:23:09 PDT Added files: x11-toolkits/open-motif/patches patch-FreeBSD.cf Log: We offically only use -O optimization. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 6:24:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 617A737BF9A; Wed, 19 Jul 2000 06:24:21 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA63545; Wed, 19 Jul 2000 06:24:21 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191324.GAA63545@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 06:24:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/xdrawchem Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 06:24:20 PDT Modified files: biology/xdrawchem Makefile Log: (forced commit) PR: 18426 Submitted by: Trevor Johnson <trevor@jpj.net> Revision Changes Path 1.2 +1 -1 ports/biology/xdrawchem/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 6:28:39 2000 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id B885B37BC81; Wed, 19 Jul 2000 06:28:31 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id GAA16440; Wed, 19 Jul 2000 06:28:30 -0700 (PDT) (envelope-from obrien) Date: Wed, 19 Jul 2000 06:28:30 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Archie Cobbs <archie@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c Message-ID: <20000719062830.A15133@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200007182207.PAA30486@freefall.freebsd.org> <20000719090922.A58632@lucifer.bart.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000719090922.A58632@lucifer.bart.nl>; from jruigrok@via-net-works.nl on Wed, Jul 19, 2000 at 09:09:22AM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 19, 2000 at 09:09:22AM +0200, Jeroen Ruigrok van der Werven wrote: > -On [20000719 00:10], Archie Cobbs (archie@FreeBSD.org) wrote: > > Log: > > Make "ifconfig" with no arguments equivalent to "ifconfig -a". > > Hmm, I am not sure I like this change. Please back this out. Getting a usage() message is just too useful. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 6:32: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 906E937B6A7; Wed, 19 Jul 2000 06:32:02 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA64798; Wed, 19 Jul 2000 06:32:02 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191332.GAA64798@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 06:32:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/xnc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 06:32:02 PDT Modified files: x11-fm/xnc Makefile Log: png library number has bumped from 3 to 4. Submitted by: bento Revision Changes Path 1.8 +2 -2 ports/x11-fm/xnc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 6:34:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F403037BDD7; Wed, 19 Jul 2000 06:34:35 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA65108; Wed, 19 Jul 2000 06:34:35 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191334.GAA65108@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 06:34:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/vrweb Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 06:34:35 PDT Modified files: www/vrweb Makefile Log: Mark BROKEN - this port hasn't compiled for months now. Revision Changes Path 1.17 +3 -1 ports/www/vrweb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 6:46:42 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 8814237B6A7; Wed, 19 Jul 2000 06:46:25 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13EuB0-0000Yk-00; Wed, 19 Jul 2000 15:46:18 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: obrien@FreeBSD.org Cc: Archie Cobbs <archie@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c In-reply-to: Your message of "Wed, 19 Jul 2000 06:28:30 MST." <20000719062830.A15133@dragon.nuxi.com> Date: Wed, 19 Jul 2000 15:46:18 +0200 Message-ID: <2153.964014378@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 19 Jul 2000 06:28:30 MST, "David O'Brien" wrote: > > > Make "ifconfig" with no arguments equivalent to "ifconfig -a". > > Please back this out. > Getting a usage() message is just too useful. If that's your only reason, I don't think it's good enough. I think "the UNIX way" to get usage() out of a program is ``progname -?''. Starting a program you don't know how to drive without arguments and hoping for usage isn't always such a hot idea. If there are other reasons, you should raise them. The only concrete reason I can think of is that the job doesn't seem to have been finished properly. But that can be fixed by going forwards, not backwards. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 6:47: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CA1437BE02; Wed, 19 Jul 2000 06:47:01 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA04606; Wed, 19 Jul 2000 06:47:01 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191347.GAA04606@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 06:47:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xmrm Makefile ports/graphics/xmrm/patches patch-ag ports/graphics/xmrm/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 06:47:01 PDT Modified files: graphics/xmrm Makefile graphics/xmrm/patches patch-ag graphics/xmrm/pkg DESCR Log: Fix for 4.x (include the correct header file which defines TRUE and FALSE). Portlint, while I'm here. Submitted by: bento Revision Changes Path 1.3 +3 -2 ports/graphics/xmrm/Makefile 1.2 +12 -4 ports/graphics/xmrm/patches/patch-ag 1.2 +2 -2 ports/graphics/xmrm/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 6:49:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1354837BE09; Wed, 19 Jul 2000 06:49:40 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA14064; Wed, 19 Jul 2000 06:49:40 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191349.GAA14064@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 06:49:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xmrm Makefile ports/graphics/xmrm/pkg DESCR ports/graphics/xmrm/patches patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 06:49:39 PDT Modified files: graphics/xmrm Makefile graphics/xmrm/pkg DESCR graphics/xmrm/patches patch-ag Log: (forced commit for commit-mail, which failed due to my fault) Include the header, which defines TRUE and FALSE for the 4.x build. Portlint, while I'm here. Submitted by: bento Revision Changes Path 1.4 +1 -1 ports/graphics/xmrm/Makefile 1.3 +0 -0 ports/graphics/xmrm/pkg/DESCR 1.3 +0 -0 ports/graphics/xmrm/patches/patch-ag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 6:53: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E113037BCE4; Wed, 19 Jul 2000 06:52:47 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Received: (from darrenr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA25129; Wed, 19 Jul 2000 06:52:47 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Message-Id: <200007191352.GAA25129@freefall.freebsd.org> From: Darren Reed <darrenr@FreeBSD.org> Date: Wed, 19 Jul 2000 06:52:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ipfilter - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG darrenr 2000/07/19 06:52:47 PDT src/contrib/ipfilter - Imported sources Update of /home/ncvs/src/contrib/ipfilter In directory freefall.freebsd.org:/d/home/darrenr/ip_fil3.4.8 Log Message: Import v3.4.8 into -current Status: Vendor Tag: DARRENR Release Tags: v3-4-8 U src/contrib/ipfilter/BNF U src/contrib/ipfilter/BugReport U src/contrib/ipfilter/FAQ.FreeBSD U src/contrib/ipfilter/HISTORY U src/contrib/ipfilter/IMPORTANT U src/contrib/ipfilter/INST.FreeBSD-2.2 U src/contrib/ipfilter/INSTALL.FreeBSD U src/contrib/ipfilter/INSTALL.xBSD U src/contrib/ipfilter/IPF.KANJI U src/contrib/ipfilter/LICENCE U src/contrib/ipfilter/Makefile U src/contrib/ipfilter/NAT.FreeBSD U src/contrib/ipfilter/README U src/contrib/ipfilter/Y2K U src/contrib/ipfilter/UPGRADE_NOTICE U src/contrib/ipfilter/bsdinstall U src/contrib/ipfilter/common.c U src/contrib/ipfilter/facpri.c U src/contrib/ipfilter/facpri.h C src/contrib/ipfilter/fil.c U src/contrib/ipfilter/fils.c U src/contrib/ipfilter/inet_addr.c U src/contrib/ipfilter/ip_auth.c U src/contrib/ipfilter/ip_auth.h U src/contrib/ipfilter/ip_compat.h U src/contrib/ipfilter/ip_fil.c C src/contrib/ipfilter/ip_fil.h U src/contrib/ipfilter/ip_frag.c U src/contrib/ipfilter/ip_frag.h U src/contrib/ipfilter/ip_ftp_pxy.c U src/contrib/ipfilter/ip_lfil.c C src/contrib/ipfilter/ip_log.c U src/contrib/ipfilter/ip_nat.c U src/contrib/ipfilter/ip_nat.h U src/contrib/ipfilter/ip_proxy.c U src/contrib/ipfilter/ip_proxy.h U src/contrib/ipfilter/ip_raudio_pxy.c U src/contrib/ipfilter/ip_rcmd_pxy.c U src/contrib/ipfilter/ip_sfil.c U src/contrib/ipfilter/ip_state.c U src/contrib/ipfilter/ip_state.h U src/contrib/ipfilter/ipf.c U src/contrib/ipfilter/ipf.h U src/contrib/ipfilter/ipfs.c U src/contrib/ipfilter/ipft_ef.c U src/contrib/ipfilter/ipft_hx.c U src/contrib/ipfilter/ipft_pc.c U src/contrib/ipfilter/ipft_sn.c U src/contrib/ipfilter/ipft_td.c U src/contrib/ipfilter/ipft_tx.c U src/contrib/ipfilter/ipl.h C src/contrib/ipfilter/ipmon.c U src/contrib/ipfilter/ipnat.c U src/contrib/ipfilter/ipt.c U src/contrib/ipfilter/ipt.h U src/contrib/ipfilter/kmem.c U src/contrib/ipfilter/kmem.h U src/contrib/ipfilter/misc.c U src/contrib/ipfilter/mkfilters U src/contrib/ipfilter/ml_ipl.c U src/contrib/ipfilter/mlf_ipl.c U src/contrib/ipfilter/mlfk_ipl.c U src/contrib/ipfilter/mli_ipl.c U src/contrib/ipfilter/mln_ipl.c U src/contrib/ipfilter/mls_ipl.c U src/contrib/ipfilter/natparse.c U src/contrib/ipfilter/opt.c U src/contrib/ipfilter/parse.c U src/contrib/ipfilter/pcap.h U src/contrib/ipfilter/relay.c U src/contrib/ipfilter/snoop.h U src/contrib/ipfilter/solaris.c U src/contrib/ipfilter/todo U src/contrib/ipfilter/BSD/Makefile U src/contrib/ipfilter/BSD/Makefile.ipsend U src/contrib/ipfilter/BSD/kupgrade U src/contrib/ipfilter/BSD/make-devices U src/contrib/ipfilter/FWTK/Index U src/contrib/ipfilter/FWTK/README U src/contrib/ipfilter/FWTK/README.ipfilter U src/contrib/ipfilter/FWTK/ftp-gw.diff U src/contrib/ipfilter/FWTK/fwtk-2.1-transparency.txt U src/contrib/ipfilter/FWTK/fwtk_transparent.diff U src/contrib/ipfilter/FWTK/fwtkp U src/contrib/ipfilter/FWTK/tproxy.diff U src/contrib/ipfilter/FreeBSD/conf.c.diffs U src/contrib/ipfilter/FreeBSD/files.diffs U src/contrib/ipfilter/FreeBSD/files.newconf.diffs U src/contrib/ipfilter/FreeBSD/files.oldconf.diffs U src/contrib/ipfilter/FreeBSD/filez.diffs U src/contrib/ipfilter/FreeBSD/in_proto.c.diffs U src/contrib/ipfilter/FreeBSD/ip_input.c.diffs U src/contrib/ipfilter/FreeBSD/ip_output.c.diffs U src/contrib/ipfilter/FreeBSD/kinstall U src/contrib/ipfilter/FreeBSD/minstall U src/contrib/ipfilter/FreeBSD/unkinstall U src/contrib/ipfilter/FreeBSD/unminstall U src/contrib/ipfilter/FreeBSD-2.2/files.diffs U src/contrib/ipfilter/FreeBSD-2.2/files.newconf.diffs U src/contrib/ipfilter/FreeBSD-2.2/in_proto.c.diffs U src/contrib/ipfilter/FreeBSD-2.2/ip_input.c.diffs U src/contrib/ipfilter/FreeBSD-2.2/ip_output.c.diffs U src/contrib/ipfilter/FreeBSD-2.2/kinstall U src/contrib/ipfilter/FreeBSD-2.2/minstall U src/contrib/ipfilter/FreeBSD-2.2/unkinstall U src/contrib/ipfilter/FreeBSD-2.2/unminstall U src/contrib/ipfilter/FreeBSD-3/INST.FreeBSD-3 U src/contrib/ipfilter/FreeBSD-3/kinstall U src/contrib/ipfilter/FreeBSD-3/unkinstall U src/contrib/ipfilter/FreeBSD-4.0/ipv6-patch U src/contrib/ipfilter/FreeBSD-4.0/kinstall U src/contrib/ipfilter/FreeBSD-4.0/unkinstall U src/contrib/ipfilter/etc/protocols U src/contrib/ipfilter/etc/services U src/contrib/ipfilter/iplang/BNF U src/contrib/ipfilter/iplang/Makefile U src/contrib/ipfilter/iplang/iplang.h U src/contrib/ipfilter/iplang/iplang.tst U src/contrib/ipfilter/iplang/iplang_l.l U src/contrib/ipfilter/iplang/iplang_y.y U src/contrib/ipfilter/ipsd/Makefile U src/contrib/ipfilter/ipsd/README U src/contrib/ipfilter/ipsd/ipsd.c U src/contrib/ipfilter/ipsd/ipsd.h U src/contrib/ipfilter/ipsd/ipsdr.c U src/contrib/ipfilter/ipsd/linux.h U src/contrib/ipfilter/ipsd/sbpf.c U src/contrib/ipfilter/ipsd/sdlpi.c U src/contrib/ipfilter/ipsd/slinux.c U src/contrib/ipfilter/ipsd/snit.c U src/contrib/ipfilter/ipsd/Celler/ip_compat.h U src/contrib/ipfilter/ipsend/44arp.c U src/contrib/ipfilter/ipsend/Crashable U src/contrib/ipfilter/ipsend/Makefile U src/contrib/ipfilter/ipsend/README U src/contrib/ipfilter/ipsend/arp.c U src/contrib/ipfilter/ipsend/dlcommon.c U src/contrib/ipfilter/ipsend/dltest.h U src/contrib/ipfilter/ipsend/hpux.c U src/contrib/ipfilter/ipsend/in_var.h U src/contrib/ipfilter/ipsend/ip.c U src/contrib/ipfilter/ipsend/ip_var.h U src/contrib/ipfilter/ipsend/ipresend.1 U src/contrib/ipfilter/ipsend/ipresend.c U src/contrib/ipfilter/ipsend/ipsend.1 U src/contrib/ipfilter/ipsend/ipsend.5 U src/contrib/ipfilter/ipsend/ipsend.c U src/contrib/ipfilter/ipsend/ipsend.h U src/contrib/ipfilter/ipsend/ipsopt.c U src/contrib/ipfilter/ipsend/iptest.1 U src/contrib/ipfilter/ipsend/iptest.c U src/contrib/ipfilter/ipsend/iptests.c U src/contrib/ipfilter/ipsend/larp.c U src/contrib/ipfilter/ipsend/linux.h U src/contrib/ipfilter/ipsend/lsock.c U src/contrib/ipfilter/ipsend/resend.c U src/contrib/ipfilter/ipsend/sbpf.c U src/contrib/ipfilter/ipsend/sdlpi.c U src/contrib/ipfilter/ipsend/sirix.c U src/contrib/ipfilter/ipsend/slinux.c U src/contrib/ipfilter/ipsend/snit.c U src/contrib/ipfilter/ipsend/sock.c U src/contrib/ipfilter/ipsend/tcpip.h U src/contrib/ipfilter/ipsend/ultrix.c U src/contrib/ipfilter/ipsend/.OLD/ip_compat.h U src/contrib/ipfilter/l4check/Makefile U src/contrib/ipfilter/l4check/http.check U src/contrib/ipfilter/l4check/http.ok U src/contrib/ipfilter/l4check/l4check.c U src/contrib/ipfilter/l4check/l4check.conf U src/contrib/ipfilter/man/Makefile U src/contrib/ipfilter/man/ipf.4 U src/contrib/ipfilter/man/ipf.5 U src/contrib/ipfilter/man/ipf.8 U src/contrib/ipfilter/man/ipfilter.5 U src/contrib/ipfilter/man/ipfs.8 C src/contrib/ipfilter/man/ipfstat.8 U src/contrib/ipfilter/man/ipftest.1 U src/contrib/ipfilter/man/ipl.4 U src/contrib/ipfilter/man/ipmon.8 U src/contrib/ipfilter/man/ipnat.1 U src/contrib/ipfilter/man/ipnat.4 U src/contrib/ipfilter/man/ipnat.5 U src/contrib/ipfilter/man/mkfilters.1 U src/contrib/ipfilter/perl/Ipfanaly.pl U src/contrib/ipfilter/perl/Isbgraph U src/contrib/ipfilter/perl/LICENSE U src/contrib/ipfilter/perl/Services U src/contrib/ipfilter/perl/ipf-mrtg.pl U src/contrib/ipfilter/perl/logfilter.pl U src/contrib/ipfilter/perl/plog U src/contrib/ipfilter/rules/BASIC.NAT U src/contrib/ipfilter/rules/BASIC_1.FW U src/contrib/ipfilter/rules/BASIC_2.FW U src/contrib/ipfilter/rules/example.1 U src/contrib/ipfilter/rules/example.10 U src/contrib/ipfilter/rules/example.11 U src/contrib/ipfilter/rules/example.12 U src/contrib/ipfilter/rules/example.13 U src/contrib/ipfilter/rules/example.2 U src/contrib/ipfilter/rules/example.3 U src/contrib/ipfilter/rules/example.4 U src/contrib/ipfilter/rules/example.5 U src/contrib/ipfilter/rules/example.6 U src/contrib/ipfilter/rules/example.7 U src/contrib/ipfilter/rules/example.8 U src/contrib/ipfilter/rules/example.9 U src/contrib/ipfilter/rules/example.sr U src/contrib/ipfilter/rules/firewall U src/contrib/ipfilter/rules/ftp-proxy U src/contrib/ipfilter/rules/ftppxy U src/contrib/ipfilter/rules/nat-setup U src/contrib/ipfilter/rules/nat.eg U src/contrib/ipfilter/rules/server U src/contrib/ipfilter/rules/tcpstate U src/contrib/ipfilter/samples/Makefile U src/contrib/ipfilter/samples/ipfilter-pb.gif U src/contrib/ipfilter/samples/proxy.c U src/contrib/ipfilter/samples/userauth.c U src/contrib/ipfilter/test/Makefile U src/contrib/ipfilter/test/dotest U src/contrib/ipfilter/test/hextest U src/contrib/ipfilter/test/itest U src/contrib/ipfilter/test/nattest U src/contrib/ipfilter/test/expected/f1 U src/contrib/ipfilter/test/expected/f10 U src/contrib/ipfilter/test/expected/f11 U src/contrib/ipfilter/test/expected/f12 U src/contrib/ipfilter/test/expected/f14 U src/contrib/ipfilter/test/expected/f2 U src/contrib/ipfilter/test/expected/f3 U src/contrib/ipfilter/test/expected/f4 U src/contrib/ipfilter/test/expected/f5 U src/contrib/ipfilter/test/expected/f6 U src/contrib/ipfilter/test/expected/f7 U src/contrib/ipfilter/test/expected/f8 U src/contrib/ipfilter/test/expected/f9 U src/contrib/ipfilter/test/expected/i1 U src/contrib/ipfilter/test/expected/i10 U src/contrib/ipfilter/test/expected/i11 U src/contrib/ipfilter/test/expected/i2 U src/contrib/ipfilter/test/expected/i3 U src/contrib/ipfilter/test/expected/i4 U src/contrib/ipfilter/test/expected/i5 U src/contrib/ipfilter/test/expected/i6 U src/contrib/ipfilter/test/expected/i7 U src/contrib/ipfilter/test/expected/i8 U src/contrib/ipfilter/test/expected/i9 U src/contrib/ipfilter/test/expected/n1 U src/contrib/ipfilter/test/expected/n2 U src/contrib/ipfilter/test/expected/n3 U src/contrib/ipfilter/test/expected/n4 N src/contrib/ipfilter/test/expected/n5 N src/contrib/ipfilter/test/expected/n6 N src/contrib/ipfilter/test/expected/n7 U src/contrib/ipfilter/test/input/f1 U src/contrib/ipfilter/test/input/f10 U src/contrib/ipfilter/test/input/f11 U src/contrib/ipfilter/test/input/f12 U src/contrib/ipfilter/test/input/f13 U src/contrib/ipfilter/test/input/f14 U src/contrib/ipfilter/test/input/f2 U src/contrib/ipfilter/test/input/f3 U src/contrib/ipfilter/test/input/f4 U src/contrib/ipfilter/test/input/f5 U src/contrib/ipfilter/test/input/f6 U src/contrib/ipfilter/test/input/f7 U src/contrib/ipfilter/test/input/f8 U src/contrib/ipfilter/test/input/f9 U src/contrib/ipfilter/test/input/n1 U src/contrib/ipfilter/test/input/n2 U src/contrib/ipfilter/test/input/n3 U src/contrib/ipfilter/test/input/n4 N src/contrib/ipfilter/test/input/n5 N src/contrib/ipfilter/test/input/n6 N src/contrib/ipfilter/test/input/n7 U src/contrib/ipfilter/test/regress/f1 U src/contrib/ipfilter/test/regress/f10 U src/contrib/ipfilter/test/regress/f11 U src/contrib/ipfilter/test/regress/f12 U src/contrib/ipfilter/test/regress/f13 U src/contrib/ipfilter/test/regress/f14 U src/contrib/ipfilter/test/regress/f2 U src/contrib/ipfilter/test/regress/f3 U src/contrib/ipfilter/test/regress/f4 U src/contrib/ipfilter/test/regress/f5 U src/contrib/ipfilter/test/regress/f6 U src/contrib/ipfilter/test/regress/f7 U src/contrib/ipfilter/test/regress/f8 U src/contrib/ipfilter/test/regress/f9 U src/contrib/ipfilter/test/regress/i1 U src/contrib/ipfilter/test/regress/i10 U src/contrib/ipfilter/test/regress/i11 U src/contrib/ipfilter/test/regress/i2 U src/contrib/ipfilter/test/regress/i3 U src/contrib/ipfilter/test/regress/i4 U src/contrib/ipfilter/test/regress/i5 U src/contrib/ipfilter/test/regress/i6 U src/contrib/ipfilter/test/regress/i7 U src/contrib/ipfilter/test/regress/i8 U src/contrib/ipfilter/test/regress/i9 U src/contrib/ipfilter/test/regress/n1 U src/contrib/ipfilter/test/regress/n2 U src/contrib/ipfilter/test/regress/n3 U src/contrib/ipfilter/test/regress/n4 N src/contrib/ipfilter/test/regress/n5 N src/contrib/ipfilter/test/regress/n6 N src/contrib/ipfilter/test/regress/n7 5 conflicts created by this import. Use the following command to help the merge: cvs checkout -jDARRENR:yesterday -jDARRENR src/contrib/ipfilter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 6:56:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D198C37BE29; Wed, 19 Jul 2000 06:56:18 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Received: (from darrenr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA26727; Wed, 19 Jul 2000 06:56:18 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Message-Id: <200007191356.GAA26727@freefall.freebsd.org> From: Darren Reed <darrenr@FreeBSD.org> Date: Wed, 19 Jul 2000 06:56:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ipfilter fil.c ip_fil.h ip_log.c ipmon.c src/contrib/ipfilter/man ipfstat.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG darrenr 2000/07/19 06:56:18 PDT Modified files: contrib/ipfilter fil.c ip_fil.h ip_log.c ipmon.c contrib/ipfilter/man ipfstat.8 Log: fix conflicts Revision Changes Path 1.3 +25 -20 src/contrib/ipfilter/fil.c 1.3 +3 -3 src/contrib/ipfilter/ip_fil.h 1.3 +6 -2 src/contrib/ipfilter/ip_log.c 1.7 +7 -3 src/contrib/ipfilter/ipmon.c 1.5 +5 -3 src/contrib/ipfilter/man/ipfstat.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 6:57:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E11537BDE8; Wed, 19 Jul 2000 06:57:32 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Received: (from darrenr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA26895; Wed, 19 Jul 2000 06:57:32 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Message-Id: <200007191357.GAA26895@freefall.freebsd.org> From: Darren Reed <darrenr@FreeBSD.org> Date: Wed, 19 Jul 2000 06:57:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG darrenr 2000/07/19 06:57:32 PDT src/sys/netinet - Imported sources Update of /home/ncvs/src/sys/netinet In directory freefall.freebsd.org:/d/home/darrenr/sys-netinet Log Message: import ipfilter 3.4.8 Status: Vendor Tag: DARRENR Release Tags: v3-4-8 C src/sys/netinet/ip_auth.c U src/sys/netinet/ip_raudio_pxy.c C src/sys/netinet/ip_ftp_pxy.c U src/sys/netinet/ip_frag.h C src/sys/netinet/ip_frag.c C src/sys/netinet/ip_fil.h C src/sys/netinet/ip_fil.c U src/sys/netinet/ip_compat.h U src/sys/netinet/ip_auth.h C src/sys/netinet/ip_rcmd_pxy.c C src/sys/netinet/fil.c C src/sys/netinet/ip_state.c U src/sys/netinet/ip_proxy.h U src/sys/netinet/ip_proxy.c C src/sys/netinet/ip_nat.h C src/sys/netinet/ip_nat.c C src/sys/netinet/ip_log.c C src/sys/netinet/ip_state.h U src/sys/netinet/mlfk_ipl.c C src/sys/netinet/ipl.h 13 conflicts created by this import. Use the following command to help the merge: cvs checkout -jDARRENR:yesterday -jDARRENR src/sys/netinet To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 6:58: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F6C037BDE8; Wed, 19 Jul 2000 06:58:01 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA27004; Wed, 19 Jul 2000 06:58:01 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191358.GAA27004@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 06:58:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ecg2png Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 06:58:01 PDT Modified files: graphics/ecg2png Makefile Log: Use USE_AUTOMAKE Submitted by: bento Revision Changes Path 1.2 +2 -1 ports/graphics/ecg2png/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 7: 2:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B68F37B661; Wed, 19 Jul 2000 07:02:11 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Received: (from darrenr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA27559; Wed, 19 Jul 2000 07:02:11 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Message-Id: <200007191402.HAA27559@freefall.freebsd.org> From: Darren Reed <darrenr@FreeBSD.org> Date: Wed, 19 Jul 2000 07:02:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet fil.c ip_auth.c ip_fil.c ip_fil.h ip_frag.c ip_ftp_pxy.c ip_log.c ip_nat.c ip_nat.h ip_rcmd_pxy.c ip_state.c ip_state.h ipl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG darrenr 2000/07/19 07:02:10 PDT Modified files: sys/netinet fil.c ip_auth.c ip_fil.c ip_fil.h ip_frag.c ip_ftp_pxy.c ip_log.c ip_nat.c ip_nat.h ip_rcmd_pxy.c ip_state.c ip_state.h ipl.h Log: fix conflicts Revision Changes Path 1.18 +25 -20 src/sys/netinet/fil.c 1.17 +2 -2 src/sys/netinet/ip_auth.c 1.17 +36 -6 src/sys/netinet/ip_fil.c 1.16 +4 -4 src/sys/netinet/ip_fil.h 1.12 +5 -2 src/sys/netinet/ip_frag.c 1.13 +54 -44 src/sys/netinet/ip_ftp_pxy.c 1.16 +7 -3 src/sys/netinet/ip_log.c 1.16 +49 -19 src/sys/netinet/ip_nat.c 1.11 +11 -6 src/sys/netinet/ip_nat.h 1.6 +13 -6 src/sys/netinet/ip_rcmd_pxy.c 1.16 +22 -4 src/sys/netinet/ip_state.c 1.9 +4 -4 src/sys/netinet/ip_state.h 1.10 +2 -2 src/sys/netinet/ipl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 7:18:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4180837B60A; Wed, 19 Jul 2000 07:18:42 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA31048; Wed, 19 Jul 2000 07:18:42 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007191418.HAA31048@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Wed, 19 Jul 2000 07:18:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ImageMagick Makefile ports/graphics/ImageMagick/files md5 ports/graphics/ImageMagick/patches patch-aj X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/19 07:18:41 PDT Modified files: graphics/ImageMagick Makefile graphics/ImageMagick/files md5 graphics/ImageMagick/patches patch-aj Log: Sorry, seems I committed the files in the old work dir. This one is correct. - png.3 -> png.4 - Put a copy of the distfile in my space at ftp.FreeBSD.org. - Modify patch-aj as aclocal.m4 was changed in this silent update. Revision Changes Path 1.89 +3 -3 ports/graphics/ImageMagick/Makefile 1.46 +1 -1 ports/graphics/ImageMagick/files/md5 1.2 +5 -14 ports/graphics/ImageMagick/patches/patch-aj To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 7:21:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 472DA37BE0C; Wed, 19 Jul 2000 07:21:35 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA31688; Wed, 19 Jul 2000 07:21:35 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200007191421.HAA31688@freefall.freebsd.org> From: Neil Blakey-Milner <nbm@FreeBSD.org> Date: Wed, 19 Jul 2000 07:21:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/courier-imap Makefile ports/mail/courier-imap/files md5 ports/mail/courier-imap/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/07/19 07:21:35 PDT Modified files: mail/courier-imap Makefile mail/courier-imap/files md5 mail/courier-imap/pkg PLIST Log: Update to the latest courier-imap 0.36a Revision Changes Path 1.6 +17 -4 ports/mail/courier-imap/Makefile 1.4 +1 -1 ports/mail/courier-imap/files/md5 1.4 +13 -6 ports/mail/courier-imap/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 7:22:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E5A9137BCE4; Wed, 19 Jul 2000 07:22:33 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA32005; Wed, 19 Jul 2000 07:22:33 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <200007191422.HAA32005@freefall.freebsd.org> From: Satoshi Taoka <taoka@FreeBSD.org> Date: Wed, 19 Jul 2000 07:22:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gindent/pkg PLIST ports/devel/libgtop Makefile ports/editors/xemacs21-mule-common Makefile ports/print/teTeX/pkg PLIST ports/textproc/textutils/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2000/07/19 07:22:33 PDT Modified files: devel/gindent/pkg PLIST devel/libgtop Makefile editors/xemacs21-mule-common Makefile print/teTeX/pkg PLIST textproc/textutils/pkg PLIST Log: (1) /usr/share/info/dir was renamed to dir-tmpl. (2) Now it is not necessary to exist a file "info/dir" when install-info is executed. By (1) and (2), I removed the next line: [ -f %D/info/dir ] || sed -ne 1,/Menu:/p /usr/share/info/dir > %D/info/dir from PLIST or Makefile CV: ---------------------------------------------------------------------- Revision Changes Path 1.8 +0 -1 ports/devel/gindent/pkg/PLIST 1.33 +1 -4 ports/devel/libgtop/Makefile 1.19 +1 -4 ports/editors/xemacs21-mule-common/Makefile 1.19 +0 -1 ports/print/teTeX/pkg/PLIST 1.5 +0 -1 ports/textproc/textutils/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 7:23:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CAE0A37B60A; Wed, 19 Jul 2000 07:23:27 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA32236; Wed, 19 Jul 2000 07:23:27 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191423.HAA32236@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 07:23:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/kannel Makefile ports/www/kannel/files md5 ports/www/kannel/patches patch-aa patch-ac patch-ad patch-ae ports/www/kannel/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 07:23:24 PDT Modified files: www Makefile Added files: www/kannel Makefile www/kannel/files md5 www/kannel/patches patch-aa patch-ac patch-ad patch-ae www/kannel/pkg COMMENT DESCR PLIST Log: Add kannel 0.10.2 - a wap / sms gateway. PR: 20022 Submitted by: Domas Mituzas <midom@dammit.lt> Revision Changes Path 1.229 +2 -1 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 7:23:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E2E4537BDF0; Wed, 19 Jul 2000 07:23:50 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA32330; Wed, 19 Jul 2000 07:23:50 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191423.HAA32330@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 07:23:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 07:23:50 PDT Modified files: . modules Log: kannel --> ports/www/kannel Revision Changes Path 1.1433 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 7:28:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DD1C37BE1E; Wed, 19 Jul 2000 07:28:08 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Received: (from darrenr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA33089; Wed, 19 Jul 2000 07:28:08 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Message-Id: <200007191428.HAA33089@freefall.freebsd.org> From: Darren Reed <darrenr@FreeBSD.org> Date: Wed, 19 Jul 2000 07:28:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ipfilter HISTORY Makefile fil.c ip_auth.c ip_fil.c ip_fil.h ip_frag.c ip_ftp_pxy.c ip_log.c ip_nat.c ip_nat.h ip_rcmd_pxy.c ip_sfil.c ip_state.c ip_state.h ipf.c ipl.h ipmon.c natparse.c parse.c solaris.c src/contrib/ipfilter/FreeBSD ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG darrenr 2000/07/19 07:28:07 PDT Modified files: (Branch: RELENG_4) contrib/ipfilter HISTORY Makefile fil.c ip_auth.c ip_fil.c ip_fil.h ip_frag.c ip_ftp_pxy.c ip_log.c ip_nat.c ip_nat.h ip_rcmd_pxy.c ip_sfil.c ip_state.c ip_state.h ipf.c ipl.h ipmon.c natparse.c parse.c solaris.c contrib/ipfilter/FreeBSD kinstall contrib/ipfilter/man ipfstat.8 contrib/ipfilter/test Makefile Added files: (Branch: RELENG_4) contrib/ipfilter/test/expected n5 n6 n7 contrib/ipfilter/test/input n5 n6 n7 contrib/ipfilter/test/regress n5 n6 n7 Log: merge code changes from 3.4.4 to 3.4.8 Revision Changes Path 1.1.1.10.2.1 +202 -0 src/contrib/ipfilter/HISTORY 1.1.1.8.2.1 +14 -4 src/contrib/ipfilter/Makefile 1.1.1.10.2.2 +31 -25 src/contrib/ipfilter/fil.c 1.1.1.4.2.1 +2 -2 src/contrib/ipfilter/ip_auth.c 1.1.1.10.2.1 +52 -3 src/contrib/ipfilter/ip_fil.c 1.1.1.9.2.1 +3 -10 src/contrib/ipfilter/ip_fil.h 1.1.1.7.2.1 +5 -2 src/contrib/ipfilter/ip_frag.c 1.1.1.5.2.1 +299 -43 src/contrib/ipfilter/ip_ftp_pxy.c 1.1.1.3.2.1 +6 -2 src/contrib/ipfilter/ip_log.c 1.1.1.10.2.1 +91 -44 src/contrib/ipfilter/ip_nat.c 1.1.1.8.2.1 +15 -6 src/contrib/ipfilter/ip_nat.h 1.1.1.1.2.1 +14 -4 src/contrib/ipfilter/ip_rcmd_pxy.c 1.1.1.8.2.1 +6 -2 src/contrib/ipfilter/ip_sfil.c 1.1.1.10.2.2 +286 -9 src/contrib/ipfilter/ip_state.c 1.1.1.7.2.1 +9 -3 src/contrib/ipfilter/ip_state.h 1.1.1.6.2.1 +26 -12 src/contrib/ipfilter/ipf.c 1.1.1.9.2.1 +2 -1 src/contrib/ipfilter/ipl.h 1.5.2.1 +9 -5 src/contrib/ipfilter/ipmon.c 1.1.1.2.2.1 +151 -48 src/contrib/ipfilter/natparse.c 1.1.1.10.2.1 +16 -11 src/contrib/ipfilter/parse.c 1.1.1.9.2.1 +59 -6 src/contrib/ipfilter/solaris.c 1.1.1.1.2.1 +11 -6 src/contrib/ipfilter/FreeBSD/kinstall 1.3.2.1 +26 -3 src/contrib/ipfilter/man/ipfstat.8 1.1.1.4.2.1 +3 -3 src/contrib/ipfilter/test/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 7:28:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FD8A37BEF9; Wed, 19 Jul 2000 07:28:13 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA33160; Wed, 19 Jul 2000 07:28:13 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <200007191428.HAA33160@freefall.freebsd.org> From: SADA Kenji <sada@FreeBSD.org> Date: Wed, 19 Jul 2000 07:28:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/netscape4-communicator Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/07/19 07:28:13 PDT Modified files: japanese/netscape4-communicator Makefile Log: ja-linux-netscape sometimes create PREFIX/lib/netscape-linux as a file and its installation fails. I'm not sure what couses this problem and am afraid this patch isn't correct solution. Revision Changes Path 1.32 +2 -2 ports/japanese/netscape4-communicator/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 7:32:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 241DE37BE83; Wed, 19 Jul 2000 07:32:26 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA33998; Wed, 19 Jul 2000 07:32:26 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007191432.HAA33998@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Wed, 19 Jul 2000 07:32:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/intlfonts/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/19 07:32:25 PDT Modified files: x11-fonts/intlfonts/pkg PLIST Log: Fix PLIST. PR: ports/20034 Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Revision Changes Path 1.2 +4 -0 ports/x11-fonts/intlfonts/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 7:32:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FAB637BEAE; Wed, 19 Jul 2000 07:32:43 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA34128; Wed, 19 Jul 2000 07:32:43 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <200007191432.HAA34128@freefall.freebsd.org> From: SADA Kenji <sada@FreeBSD.org> Date: Wed, 19 Jul 2000 07:32:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/netscape47-communicator Makefile ports/japanese/netscape47-communicator/files md5 ports/japanese/netscape47-communicator/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/07/19 07:32:39 PDT Modified files: japanese/netscape47-communicator Makefile japanese/netscape47-communicator/files md5 japanese/netscape47-communicator/patches patch-aa Log: Import SARUMARU-san's new Japanese resource (15/7/2000). Revision Changes Path 1.20 +2 -2 ports/japanese/netscape47-communicator/Makefile 1.13 +1 -1 ports/japanese/netscape47-communicator/files/md5 1.7 +2 -11 ports/japanese/netscape47-communicator/patches/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 7:33:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC14A37BE44; Wed, 19 Jul 2000 07:33:53 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA34325; Wed, 19 Jul 2000 07:33:53 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <200007191433.HAA34325@freefall.freebsd.org> From: Andrew Gallatin <gallatin@FreeBSD.org> Date: Wed, 19 Jul 2000 07:33:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_fxp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2000/07/19 07:33:53 PDT Modified files: sys/pci if_fxp.c Log: Fix an alpha-only race which causes the transmit side of the chip to lock up under moderate to heavy load. The status & command fields share a 32-bit longword. The programming API of the eepro apparently requires that you update the command field of a transmit slot that you've already given to the card. This means the card could be updating the status field of the same longword at the same time. Since alphas can only operate on 32-bit chunks of memory, both the status & command fields are loaded from memory & operated on in registers when the following line of C is executed: sc->cbl_last->cb_command &= ~FXP_CB_COMMAND_S; The race is caused by the card DMA'ing up the status at just the wrong time -- after it has been loaded into a register & before it has been written back. The old value of the status is written back, clobbering the status the card just DMA'ed up. The fact that the card has sent this frame is missed & the transmit engine appears to hang. Luckily, as numerous people on the freebsd-alpha list pointed out, the load-locked/store-conditional instructions used by the atomic functions work with respect changes in memory due to I/O devices. We now use them to safely update the command field. Tested by: Bernd Walter <ticso@mail.cicely.de> Revision Changes Path 1.83 +13 -1 src/sys/pci/if_fxp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 7:36:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F37737BF67; Wed, 19 Jul 2000 07:36:37 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA34638; Wed, 19 Jul 2000 07:36:37 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <200007191436.HAA34638@freefall.freebsd.org> From: Andrew Gallatin <gallatin@FreeBSD.org> Date: Wed, 19 Jul 2000 07:36:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_fxp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2000/07/19 07:36:37 PDT Modified files: (Branch: RELENG_4) sys/pci if_fxp.c Log: MFC 1.83: Fix an alpha-only race which causes the transmit side of the chip to lock up under moderate to heavy load Revision Changes Path 1.77.2.6 +13 -1 src/sys/pci/if_fxp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 7:38:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE6D137BF50; Wed, 19 Jul 2000 07:38:39 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Received: (from darrenr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA34890; Wed, 19 Jul 2000 07:38:39 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Message-Id: <200007191438.HAA34890@freefall.freebsd.org> From: Darren Reed <darrenr@FreeBSD.org> Date: Wed, 19 Jul 2000 07:38:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet fil.c ip_auth.c ip_fil.c ip_fil.h ip_frag.c ip_ftp_pxy.c ip_log.c ip_nat.c ip_nat.h ip_rcmd_pxy.c ip_state.c ip_state.h ipl.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG darrenr 2000/07/19 07:38:37 PDT Modified files: (Branch: RELENG_4) sys/netinet fil.c ip_auth.c ip_fil.c ip_fil.h ip_frag.c ip_ftp_pxy.c ip_log.c ip_nat.c ip_nat.h ip_rcmd_pxy.c ip_state.c ip_state.h ipl.h Log: pullup changes from -current Revision Changes Path 1.10.2.4 +30 -24 src/sys/netinet/fil.c 1.14.2.1 +3 -3 src/sys/netinet/ip_auth.c 1.14.2.1 +49 -3 src/sys/netinet/ip_fil.c 1.13.2.1 +4 -11 src/sys/netinet/ip_fil.h 1.10.2.1 +5 -2 src/sys/netinet/ip_frag.c 1.11.2.1 +299 -44 src/sys/netinet/ip_ftp_pxy.c 1.13.2.1 +8 -2 src/sys/netinet/ip_log.c 1.12.2.1 +92 -45 src/sys/netinet/ip_nat.c 1.8.2.1 +16 -7 src/sys/netinet/ip_nat.h 1.4.2.1 +15 -5 src/sys/netinet/ip_rcmd_pxy.c 1.13.2.2 +286 -9 src/sys/netinet/ip_state.c 1.7.2.1 +10 -4 src/sys/netinet/ip_state.h 1.8.2.1 +2 -2 src/sys/netinet/ipl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 7:40:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E8EC37BF95; Wed, 19 Jul 2000 07:40:32 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA35184; Wed, 19 Jul 2000 07:40:32 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <200007191440.HAA35184@freefall.freebsd.org> From: Satoshi Taoka <taoka@FreeBSD.org> Date: Wed, 19 Jul 2000 07:40:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/sawfish Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2000/07/19 07:40:31 PDT Modified files: x11-wm/sawfish Makefile Log: (1) /usr/share/info/dir was renamed to dir-tmpl. (2) Now it is not necessary to exist a file "info/dir" when install-info is executed. By (1) and (2), I removed the next line: [ -f %D/info/dir ] || sed -ne 1,/Menu:/p /usr/share/info/dir > %D/info/dir from PLIST or Makefile Revision Changes Path 1.24 +1 -4 ports/x11-wm/sawfish/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 7:47: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0226337BF70; Wed, 19 Jul 2000 07:47:06 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA35888; Wed, 19 Jul 2000 07:47:06 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191447.HAA35888@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 07:47:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/mpich/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 07:47:05 PDT Modified files: net/mpich/pkg PLIST Log: Remove two files. Submitted by: bento Revision Changes Path 1.12 +0 -2 ports/net/mpich/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 7:50: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E89F237BA7D; Wed, 19 Jul 2000 07:49:59 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA36173; Wed, 19 Jul 2000 07:50:00 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191450.HAA36173@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 07:49:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gma/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 07:49:59 PDT Added files: games/gma/patches patch-aa Log: Respect CXX/CXXFLAGS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 7:54:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 62C1937BD57; Wed, 19 Jul 2000 07:54:43 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA37000; Wed, 19 Jul 2000 07:54:43 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191454.HAA37000@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 07:54:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/scsh Makefile ports/shells/scsh/patches patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 07:54:42 PDT Modified files: shells/scsh Makefile Added files: shells/scsh/patches patch-af Log: - Add support for sigset_t - changes. - Claim maintainership. Approved by: cracauer Revision Changes Path 1.15 +2 -2 ports/shells/scsh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8: 5:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B6E2937B8EA; Wed, 19 Jul 2000 08:05:26 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA38539; Wed, 19 Jul 2000 08:05:27 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Message-Id: <200007191505.IAA38539@freefall.freebsd.org> From: Munechika SUMIKAWA <sumikawa@FreeBSD.org> Date: Wed, 19 Jul 2000 08:05:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/mtr Makefile ports/net/mtr/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2000/07/19 08:05:27 PDT Modified files: net/mtr Makefile net/mtr/files md5 Log: Upgrade IPv6 patch to 20000719. It fixes the problem mtr does not work on IPv4-only kernel. PR: ports/19339 Submitted by: kbyanc@posi.net Revision Changes Path 1.25 +2 -2 ports/net/mtr/Makefile 1.10 +1 -1 ports/net/mtr/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8: 6:46 2000 Delivered-To: cvs-all@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id BA4FC37BD3D; Wed, 19 Jul 2000 08:06:32 -0700 (PDT) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.91.36] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.15 #1) id 13Ev7U-000FaE-00; Wed, 19 Jul 2000 15:46:44 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.15 #1) id 13Ev7T-00073Z-00; Wed, 19 Jul 2000 15:46:43 +0100 Date: Wed, 19 Jul 2000 15:46:43 +0100 From: Ben Smithurst <ben@FreeBSD.org> To: wilko@freebsd.org Cc: Matthew Jacob <mjacob@feral.com>, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT Message-ID: <20000719154643.L4668@strontium.scientia.demon.co.uk> References: <200007190005.RAA45282@freefall.freebsd.org> <Pine.BSF.4.05.10007181728230.3387-100000@semuta.feral.com> <20000719083620.A6645@freebie.demon.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="1nHxr/DJDVCa1lM8" Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000719083620.A6645@freebie.demon.nl> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --1nHxr/DJDVCa1lM8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Wilko Bulte wrote: > DEFPA works (at least the last time I tried). DEFEA does not. This is the same on both -current and -stable? If so I'll remove DEFEA from the Alpha texts (I'll be MFC'ing those diffs tonight as well). --=20 Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D FreeBSD Documentation Project / --1nHxr/DJDVCa1lM8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: PNt7oEhKYz6P0mwY8LQVCRZh5Y7If6i+ iQCVAwUBOXW/UisPVtiZOS99AQEx1gP9EaIjLtL2qZX9v4xU1JXNnsIJXoDcda86 /wbU70M0r8G681WIO0j/immnTCSe9U5aG6VMutVMjvYJocTJ8C+DVuLH5b7/F0Ka zRE3pcdPRDMTJO5julLES25AphvgdhsHFphz8c2CwNgeev1mUkbLixZH+1dW810Y UXnFnIviPZc= =m59j -----END PGP SIGNATURE----- --1nHxr/DJDVCa1lM8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8: 9:15 2000 Delivered-To: cvs-all@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id 8271937B835; Wed, 19 Jul 2000 08:09:11 -0700 (PDT) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel1.hp.com (Postfix) with ESMTP id E542A31D; Wed, 19 Jul 2000 08:09:06 -0700 (PDT) Received: from cup.hp.com (p1000180.nsr.hp.com [15.109.0.180]) by adlmail.cup.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with ESMTP id IAA03368; Wed, 19 Jul 2000 08:09:05 -0700 (PDT) Message-ID: <3975C491.70D86E0B@cup.hp.com> Date: Wed, 19 Jul 2000 08:09:05 -0700 From: Marcel Moolenaar <marcel@cup.hp.com> Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Ruslan Ermilov <ru@sunbay.com> Cc: Marcel Moolenaar <marcel@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 References: <200007190441.VAA77617@freefall.freebsd.org> <20000719121321.A54935@sunbay.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ruslan Ermilov wrote: > > The log message is incomplete. Actually (and this is great) we now > use bootstrap-tools first and only then saved binaries. We now do > not use installed binaries during installworld at all. You're right. I wasn't completely clear. > Question. What if we just expand the list of bootstrap-tools with > tools needed for installworld (the ones we now save)? The point here > is that (potentially) every tool that we use during installworld > could have bootstrapping problems. Correct, but there's a different incompatibility I'm trying not to hit upon: source incompatibility. It is not guaranteed that we can build all the tools in the first place. Currently, it seems that upgrading from 2.2.8 cannot be done as-is, because we have gperf in the bootstrap-tools and the native 2.2.8 C++ compiler doesn't grok its source. Building gcc in the bootstrap-tools might solve this, but makes it all a bit more hairy (we need certain tools in bootstrap-tools because we need to be able to build gcc in the cross-tools). The bottomline: Use what we can and rebuild only when necessary. > Particularly, I don't see why we need to save /usr/bin/install-info. > It is already built and will be preffered as bootstrap-tools's tool. Oops. I forgot that we now build install-info... I'll fix it ASAP. Thanks, -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:10:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 914AA37BDF0; Wed, 19 Jul 2000 08:10:25 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA40105; Wed, 19 Jul 2000 08:10:24 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200007191510.IAA40105@freefall.freebsd.org> From: Daniel Harris <dannyboy@FreeBSD.org> Date: Wed, 19 Jul 2000 08:10:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gtkballs Makefile ports/games/gtkballs/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/07/19 08:10:22 PDT Modified files: games/gtkballs Makefile games/gtkballs/pkg DESCR Log: Correct MASTER_SITES and WWW. Revision Changes Path 1.10 +2 -3 ports/games/gtkballs/Makefile 1.3 +1 -1 ports/games/gtkballs/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:11:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BBB1D37BD57; Wed, 19 Jul 2000 08:11:26 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA40309; Wed, 19 Jul 2000 08:11:26 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191511.IAA40309@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 08:11:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/scripts checksum.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 08:11:26 PDT Modified files: Tools/scripts checksum.sh Log: Add hack for gzipped files that are not .tar.gz files and uncompress them The-Right-Way(tm). This whole uncompress-algorythm should be reworked, though. Revision Changes Path 1.4 +3 -2 ports/Tools/scripts/checksum.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:14:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8605537BE83; Wed, 19 Jul 2000 08:14:35 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA40699; Wed, 19 Jul 2000 08:14:35 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200007191514.IAA40699@freefall.freebsd.org> From: Brian Somers <brian@FreeBSD.org> Date: Wed, 19 Jul 2000 08:14:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_tun.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/07/19 08:14:35 PDT Modified files: (Branch: RELENG_4) sys/net if_tun.c Log: MFC: set if_type Revision Changes Path 1.74.2.1 +3 -1 src/sys/net/if_tun.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:16:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 873E537BED8; Wed, 19 Jul 2000 08:16:34 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA41025; Wed, 19 Jul 2000 08:16:34 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007191516.IAA41025@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Wed, 19 Jul 2000 08:16:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/sj3 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/19 08:16:34 PDT Modified files: japanese/sj3 Makefile Log: Fix a typo in post-install. PR: ports/20036 Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Notified by: bento Revision Changes Path 1.14 +2 -2 ports/japanese/sj3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:17:20 2000 Delivered-To: cvs-all@freebsd.org Received: from mout1.silyn-tek.de (mout1.silyn-tek.de [194.25.165.69]) by hub.freebsd.org (Postfix) with ESMTP id A7C3837C101; Wed, 19 Jul 2000 08:17:15 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.33] (helo=mx1.silyn-tek.de) by mout1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13Evb1-000173-00; Wed, 19 Jul 2000 17:17:15 +0200 Received: from p3e9c115c.dip0.t-ipconnect.de ([62.156.17.92] helo=neutron.cichlids.com) by mx1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13Evar-0006eL-00; Wed, 19 Jul 2000 17:17:11 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 9B78CAB91; Wed, 19 Jul 2000 17:18:30 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id B1F2814ABD; Wed, 19 Jul 2000 17:16:52 +0200 (CEST) Date: Wed, 19 Jul 2000 17:16:52 +0200 From: Alexander Langer <alex@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/biology Makefile ports/biology/xdrawchem Makefile ports/biology/xdrawchem/files md5 ports/biology/xdrawchem/patches patch-aa ports/biology/xdrawchem/pkg COMMENT DESCR PLIST Message-ID: <20000719171652.B13769@cichlids.cichlids.com> References: <200007191323.GAA63318@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007191323.GAA63318@freefall.freebsd.org>; from alex@FreeBSD.org on Wed, Jul 19, 2000 at 06:23:02AM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Alexander Langer (alex@FreeBSD.org): > Add xdrawchem 0.82 - a program for drawing molecules This program rocks, btw :-) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:18:15 2000 Delivered-To: cvs-all@freebsd.org Received: from mout2.silyn-tek.de (mout2.silyn-tek.de [194.25.165.70]) by hub.freebsd.org (Postfix) with ESMTP id 009D337C013; Wed, 19 Jul 2000 08:18:11 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.33] (helo=mx1.silyn-tek.de) by mout2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13Evbu-0008Dv-00; Wed, 19 Jul 2000 17:18:10 +0200 Received: from p3e9c115c.dip0.t-ipconnect.de ([62.156.17.92] helo=neutron.cichlids.com) by mx1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13Evbm-0006fP-00; Wed, 19 Jul 2000 17:18:08 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 3D881AB91; Wed, 19 Jul 2000 17:19:28 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 7A41214ABD; Wed, 19 Jul 2000 17:17:50 +0200 (CEST) Date: Wed, 19 Jul 2000 17:17:50 +0200 From: Alexander Langer <alex@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/graphics/xmrm Makefile ports/graphics/xmrm/pkg DESCR ports/graphics/xmrm/patches patch-ag Message-ID: <20000719171750.C13769@cichlids.cichlids.com> References: <200007191349.GAA14064@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007191349.GAA14064@freefall.freebsd.org>; from alex@FreeBSD.org on Wed, Jul 19, 2000 at 06:49:39AM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Alexander Langer (alex@FreeBSD.org): > (forced commit for commit-mail, which failed due to my fault) Strange. CVS died while commiting this before sending the message out. At least I thought so. Well, never mind :) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:19:56 2000 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 6485037BFCC; Wed, 19 Jul 2000 08:19:39 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.9.3/1.13) id SAA68531; Wed, 19 Jul 2000 18:15:04 +0300 (EEST) Date: Wed, 19 Jul 2000 18:15:04 +0300 From: Ruslan Ermilov <ru@sunbay.com> To: Marcel Moolenaar <marcel@cup.hp.com> Cc: Marcel Moolenaar <marcel@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20000719181504.A68029@sunbay.com> References: <200007190441.VAA77617@freefall.freebsd.org> <20000719121321.A54935@sunbay.com> <3975C491.70D86E0B@cup.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3975C491.70D86E0B@cup.hp.com>; from marcel@cup.hp.com on Wed, Jul 19, 2000 at 08:09:05AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 19, 2000 at 08:09:05AM -0700, Marcel Moolenaar wrote: > Ruslan Ermilov wrote: > > > > The log message is incomplete. Actually (and this is great) we now > > use bootstrap-tools first and only then saved binaries. We now do > > not use installed binaries during installworld at all. > > You're right. I wasn't completely clear. > > > Question. What if we just expand the list of bootstrap-tools with > > tools needed for installworld (the ones we now save)? The point here > > is that (potentially) every tool that we use during installworld > > could have bootstrapping problems. > > Correct, but there's a different incompatibility I'm trying not to hit > upon: source incompatibility. It is not guaranteed that we can build all > the tools in the first place. Currently, it seems that upgrading from > 2.2.8 cannot be done as-is, because we have gperf in the bootstrap-tools > and the native 2.2.8 C++ compiler doesn't grok its source. Building gcc > in the bootstrap-tools might solve this, but makes it all a bit more > hairy (we need certain tools in bootstrap-tools because we need to be > able to build gcc in the cross-tools). > So do you mean that (in its current shape) we are able to build all 5.0-CURRENT bootstrap-tools under 2.2.8?? > The bottomline: Use what we can and rebuild only when necessary. > > > Particularly, I don't see why we need to save /usr/bin/install-info. > > It is already built and will be preffered as bootstrap-tools's tool. > > Oops. I forgot that we now build install-info... I'll fix it ASAP. > Good. -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:23:58 2000 Delivered-To: cvs-all@freebsd.org Received: from palrel3.hp.com (palrel3.hp.com [156.153.255.226]) by hub.freebsd.org (Postfix) with ESMTP id ED35D37BEF5; Wed, 19 Jul 2000 08:23:54 -0700 (PDT) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel3.hp.com (Postfix) with ESMTP id 8AAD737D6; Wed, 19 Jul 2000 08:23:54 -0700 (PDT) Received: from cup.hp.com (p1000180.nsr.hp.com [15.109.0.180]) by adlmail.cup.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with ESMTP id IAA03843; Wed, 19 Jul 2000 08:23:53 -0700 (PDT) Message-ID: <3975C809.D690FC87@cup.hp.com> Date: Wed, 19 Jul 2000 08:23:53 -0700 From: Marcel Moolenaar <marcel@cup.hp.com> Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: obrien@FreeBSD.org Cc: Sheldon Hearn <sheldonh@uunet.co.za>, Marcel Moolenaar <marcel@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 References: <33457.963991514@axl.ops.uunet.co.za> <39755F9B.30593B39@cup.hp.com> <20000719014747.A25515@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David O'Brien wrote: > > On Wed, Jul 19, 2000 at 12:58:19AM -0700, Marcel Moolenaar wrote: > > > First, could you put the files somewhere in the obj tree so that they > > > aren't lost in the case of a reboot on a machine which mounts /tmp in > > > volatile storage? > > > > I prefer to use /var/tmp in that case. There's a problem with multiple > > concurrent installworlds if you save the binaries in the shared object > > tree. > > /var/tmp is no good as it sounds like you'll be littering up that > directory. No, that's not the case. The problem is that if you have concurrent installworlds, then the current scheme is not guaranteed to create unique directories across hosts. And since /usr/obj is very likely to be shared among those hosts, it is therefore not the right place to temporarily save binaries. -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:24:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D9D0C37B513; Wed, 19 Jul 2000 08:24:10 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA42198; Wed, 19 Jul 2000 08:24:10 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200007191524.IAA42198@freefall.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Wed, 19 Jul 2000 08:24:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net ether_addr.c ethers.3 src/sys/net ethernet.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/07/19 08:24:08 PDT Modified files: (Branch: RELENG_4) lib/libc/net ether_addr.c ethers.3 sys/net ethernet.h Log: Backout ``const'ify parameters to ethers(3) routines'' patch from RELENG_4 until issue is resolved in 5.0-CURRENT. Revision Changes Path 1.10.2.2 +6 -6 src/lib/libc/net/ether_addr.c 1.10.2.3 +6 -6 src/lib/libc/net/ethers.3 1.12.2.4 +6 -6 src/sys/net/ethernet.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:24:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E971137BEED; Wed, 19 Jul 2000 08:24:51 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA42448; Wed, 19 Jul 2000 08:24:51 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200007191524.IAA42448@freefall.freebsd.org> From: Daniel Harris <dannyboy@FreeBSD.org> Date: Wed, 19 Jul 2000 08:24:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/twinlib Makefile ports/graphics/twinlib/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/07/19 08:24:51 PDT Modified files: graphics/twinlib Makefile graphics/twinlib/pkg DESCR Log: Fix WWW and MASTER_SITES. Revision Changes Path 1.9 +2 -2 ports/graphics/twinlib/Makefile 1.3 +1 -1 ports/graphics/twinlib/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:25:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D4C937BF07; Wed, 19 Jul 2000 08:25:18 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA42509; Wed, 19 Jul 2000 08:25:18 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <200007191525.IAA42509@freefall.freebsd.org> From: SADA Kenji <sada@FreeBSD.org> Date: Wed, 19 Jul 2000 08:25:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh alias.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/07/19 08:25:18 PDT Modified files: (Branch: RELENG_4) bin/sh alias.c Log: MFC: Fixd with alias missing. Revision Changes Path 1.12.2.1 +1 -0 src/bin/sh/alias.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:25:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D3BE237C56B; Wed, 19 Jul 2000 08:25:23 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA42541; Wed, 19 Jul 2000 08:25:23 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007191525.IAA42541@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 08:25:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/icmpinfo/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 08:25:23 PDT Modified files: net/icmpinfo/files md5 Log: Update w/o version bump, because: - PGP-Sig of author changed - LICENCE file removed completely (now GNU alike "free") - adjusted comments in the source accordingly - added some new source-comments Submitted by: bento NOT Approved by: obrien (Sorry, but I wanted it to join 4.1) Revision Changes Path 1.2 +1 -1 ports/net/icmpinfo/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:30:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D0A737BDF0; Wed, 19 Jul 2000 08:30:30 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA43260; Wed, 19 Jul 2000 08:30:30 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <200007191530.IAA43260@freefall.freebsd.org> From: SADA Kenji <sada@FreeBSD.org> Date: Wed, 19 Jul 2000 08:30:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh alias.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/07/19 08:30:29 PDT Modified files: (Branch: RELENG_3) bin/sh alias.c Log: MFC: Fixed with alias missing. Revision Changes Path 1.10.2.3 +1 -0 src/bin/sh/alias.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:34:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DBC8937BEB5; Wed, 19 Jul 2000 08:34:23 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA43903; Wed, 19 Jul 2000 08:34:23 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007191534.IAA43903@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Wed, 19 Jul 2000 08:34:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/icqmail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/19 08:34:23 PDT Modified files: mail/icqmail Makefile Log: Add missing "MAN1= icqmail.1". Submitted by: bento Revision Changes Path 1.2 +3 -1 ports/mail/icqmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:34:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D946D37BE5C; Wed, 19 Jul 2000 08:34:23 -0700 (PDT) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA43905; Wed, 19 Jul 2000 08:34:23 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <200007191534.IAA43905@freefall.freebsd.org> From: Shigeyuki Fukushima <shige@FreeBSD.org> Date: Wed, 19 Jul 2000 08:34:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/kterm16c Makefile ports/japanese/kterm16c/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2000/07/19 08:34:23 PDT Modified files: japanese/kterm16c Makefile japanese/kterm16c/files md5 Log: Fix unfetchable problem. Fix files/md5 (add subdir to distfiles' path). Revision Changes Path 1.23 +2 -2 ports/japanese/kterm16c/Makefile 1.6 +4 -4 ports/japanese/kterm16c/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:35:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1729937BEB5; Wed, 19 Jul 2000 08:35:29 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA44048; Wed, 19 Jul 2000 08:35:28 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Message-Id: <200007191535.IAA44048@freefall.freebsd.org> From: Kevin Lo <kevlo@FreeBSD.org> Date: Wed, 19 Jul 2000 08:35:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/big5con Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/07/19 08:35:28 PDT Modified files: chinese/big5con Makefile Log: Update MASTER_SITES. Revision Changes Path 1.14 +2 -4 ports/chinese/big5con/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:36:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C205E37BF2B; Wed, 19 Jul 2000 08:36:19 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA44245; Wed, 19 Jul 2000 08:36:19 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Message-Id: <200007191536.IAA44245@freefall.freebsd.org> From: Munechika SUMIKAWA <sumikawa@FreeBSD.org> Date: Wed, 19 Jul 2000 08:36:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/rsync Makefile ports/net/rsync/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2000/07/19 08:36:19 PDT Modified files: net/rsync Makefile net/rsync/files md5 Log: Re-enable IPv6 supporting. Revision Changes Path 1.43 +6 -1 ports/net/rsync/Makefile 1.21 +1 -1 ports/net/rsync/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:37:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freesbee.wheel.dk (freesbee.wheel.dk [193.162.159.97]) by hub.freebsd.org (Postfix) with ESMTP id 157BE37BEF5; Wed, 19 Jul 2000 08:37:02 -0700 (PDT) (envelope-from jesper@skriver.dk) Received: by freesbee.wheel.dk (Postfix, from userid 1001) id 008D43E4B; Wed, 19 Jul 2000 17:36:59 +0200 (CEST) Date: Wed, 19 Jul 2000 17:36:59 +0200 From: Jesper Skriver <jesper@skriver.dk> To: Josef Karthauser <joe@pavilion.net> Cc: Alexander Langer <alex@big.endian.de>, Nik Clayton <nik@FreeBSD.org>, Josef Karthauser <joe@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/palm/isilo Makefile ports/palm/isilo/files md5 Message-ID: <20000719173659.B17454@skriver.dk> References: <200007132155.OAA85837@freefall.freebsd.org> <20000715180322.A20763@kilt.nothing-going-on.org> <20000717085247.C1428@cichlids.cichlids.com> <20000717181017.A373@pavilion.net> <20000717191612.A27384@cichlids.cichlids.com> <20000718004045.A12476@pavilion.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000718004045.A12476@pavilion.net>; from joe@pavilion.net on Tue, Jul 18, 2000 at 12:40:45AM +0100 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 18, 2000 at 12:40:45AM +0100, Josef Karthauser wrote: > On Mon, Jul 17, 2000 at 07:16:12PM +0200, Alexander Langer wrote: > > Thus spake Josef Karthauser (joe@pavilion.net): > > > > > 2 x 14.4k. > > > > Hmm. That would be fast enough, but I think that is way too expensive. > > Apparently Orange, a UK mobile network provider, offer the second channel > for free :) I'm on Cellnet though :( Here it's a data subsciption which in combination with a voice subscription is a additional 50%, or if data only, the same as a voice subscription. I'm currently connected with 3 channels downstream, and one upstream, the transfer rate is good, but the delay is still a bit too high - about 600 ms rtd ... /Jesper -- Jesper Skriver, jesper(at)skriver(dot)dk - CCIE #5456 Work: Network manager @ AS3292 (Tele Danmark DataNetworks) Private: Geek @ AS2109 (A much smaller network ;-) One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone to bind them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:38:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D87437BF1C; Wed, 19 Jul 2000 08:38:06 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA44517; Wed, 19 Jul 2000 08:38:05 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007191538.IAA44517@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Wed, 19 Jul 2000 08:38:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/wordnet-fpw Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/19 08:38:03 PDT Modified files: japanese/wordnet-fpw Makefile Log: Add japanese/p5-Jcode to BUILD_DEPENDS. Revision Changes Path 1.3 +3 -2 ports/japanese/wordnet-fpw/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:40:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 505C337BED8; Wed, 19 Jul 2000 08:40:29 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA45038; Wed, 19 Jul 2000 08:40:28 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007191540.IAA45038@freefall.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Wed, 19 Jul 2000 08:40:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/unixODBC Makefile ports/databases/unixODBC/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/19 08:40:28 PDT Modified files: databases/unixODBC Makefile databases/unixODBC/pkg PLIST Log: Add USE_LIBTOOL to fix c_r issues. Submitted by: Max Khon <fjoe@iclub.nsu.ru> Revision Changes Path 1.7 +2 -2 ports/databases/unixODBC/Makefile 1.3 +0 -16 ports/databases/unixODBC/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:41:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4EA037BF3D; Wed, 19 Jul 2000 08:41:51 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA45265; Wed, 19 Jul 2000 08:41:50 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007191541.IAA45265@freefall.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Wed, 19 Jul 2000 08:41:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/scripts checknewver.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/19 08:41:50 PDT Modified files: Tools/scripts checknewver.sh Log: Various fixes and improvements. Revision Changes Path 1.3 +5 -5 ports/Tools/scripts/checknewver.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:41:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D516C37BF50; Wed, 19 Jul 2000 08:41:51 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA45276; Wed, 19 Jul 2000 08:41:51 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200007191541.IAA45276@freefall.freebsd.org> From: Daniel Harris <dannyboy@FreeBSD.org> Date: Wed, 19 Jul 2000 08:41:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/fortunelock Makefile ports/sysutils/whowatch Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/07/19 08:41:50 PDT Modified files: sysutils/fortunelock Makefile sysutils/whowatch Makefile Log: Change my address in MAINTAINER. Revision Changes Path 1.2 +2 -2 ports/sysutils/fortunelock/Makefile 1.2 +2 -2 ports/sysutils/whowatch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:42:18 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id BCF0E37C170; Wed, 19 Jul 2000 08:42:01 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13Evxd-0000uR-00; Wed, 19 Jul 2000 17:40:37 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: Marcel Moolenaar <marcel@cup.hp.com> Cc: obrien@FreeBSD.org, Marcel Moolenaar <marcel@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 In-reply-to: Your message of "Wed, 19 Jul 2000 08:23:53 MST." <3975C809.D690FC87@cup.hp.com> Date: Wed, 19 Jul 2000 17:40:37 +0200 Message-ID: <3498.964021237@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 19 Jul 2000 08:23:53 MST, Marcel Moolenaar wrote: > > /var/tmp is no good as it sounds like you'll be littering up that > > directory. > > No, that's not the case. The problem is that if you have concurrent > installworlds, then the current scheme is not guaranteed to create > unique directories across hosts. And since /usr/obj is very likely to be > shared among those hosts, it is therefore not the right place to > temporarily save binaries. Your comments don't counter David's; you're both saying where these files _shouldn't_ go. Okay, so they _shouldn't_ go in /usr/obj, nor in /var/tmp, nor in /tmp... Any bright ideas? :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:43:48 2000 Delivered-To: cvs-all@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id 0889F37BEB5; Wed, 19 Jul 2000 08:43:45 -0700 (PDT) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel1.hp.com (Postfix) with ESMTP id 6411AA02; Wed, 19 Jul 2000 08:34:46 -0700 (PDT) Received: from cup.hp.com (p1000180.nsr.hp.com [15.109.0.180]) by adlmail.cup.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with ESMTP id IAA04140; Wed, 19 Jul 2000 08:34:44 -0700 (PDT) Message-ID: <3975CA91.BF10F820@cup.hp.com> Date: Wed, 19 Jul 2000 08:34:41 -0700 From: Marcel Moolenaar <marcel@cup.hp.com> Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Ruslan Ermilov <ru@sunbay.com> Cc: Marcel Moolenaar <marcel@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 References: <200007190441.VAA77617@freefall.freebsd.org> <20000719121321.A54935@sunbay.com> <3975C491.70D86E0B@cup.hp.com> <20000719181504.A68029@sunbay.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ruslan Ermilov wrote: > > > Correct, but there's a different incompatibility I'm trying not to hit > > upon: source incompatibility. It is not guaranteed that we can build all > > the tools in the first place. Currently, it seems that upgrading from > > 2.2.8 cannot be done as-is, because we have gperf in the bootstrap-tools > > and the native 2.2.8 C++ compiler doesn't grok its source. Building gcc > > in the bootstrap-tools might solve this, but makes it all a bit more > > hairy (we need certain tools in bootstrap-tools because we need to be > > able to build gcc in the cross-tools). > > > So do you mean that (in its current shape) we are able to build all > 5.0-CURRENT bootstrap-tools under 2.2.8?? No. We can't. The stock C++ compiler doesn't like the gperf sources. -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:44:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E4F4537BEB5; Wed, 19 Jul 2000 08:44:32 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA45746; Wed, 19 Jul 2000 08:44:32 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <200007191544.IAA45746@freefall.freebsd.org> From: SADA Kenji <sada@FreeBSD.org> Date: Wed, 19 Jul 2000 08:44:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/contrib chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/07/19 08:44:31 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Change SARUMARU-san's mail address. Revision Changes Path 1.264 +2 -2 doc/en_US.ISO_8859-1/books/handbook/contrib/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:46:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2794037BE95; Wed, 19 Jul 2000 08:46:51 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA46105; Wed, 19 Jul 2000 08:46:50 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <200007191546.IAA46105@freefall.freebsd.org> From: Satoshi Taoka <taoka@FreeBSD.org> Date: Wed, 19 Jul 2000 08:46:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/wdic-fpw Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2000/07/19 08:46:49 PDT Modified files: japanese/wdic-fpw Makefile Log: Original data (wdc00*.lzh) have been updated already and disappeared. But converter (wdc001fpw-*) does not support the new ones. So the old original data were copied into my web page temporarily. Revision Changes Path 1.2 +3 -2 ports/japanese/wdic-fpw/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 8:55:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5848237BF1D; Wed, 19 Jul 2000 08:55:22 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA47255; Wed, 19 Jul 2000 08:55:21 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007191555.IAA47255@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Wed, 19 Jul 2000 08:55:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linux-flashplugin Makefile ports/www/linux-flashplugin/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/19 08:55:20 PDT Modified files: www/linux-flashplugin Makefile www/linux-flashplugin/pkg PLIST Log: Create and remove the plugins dir properly. Revision Changes Path 1.3 +2 -1 ports/www/linux-flashplugin/Makefile 1.2 +1 -0 ports/www/linux-flashplugin/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9: 3:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BAFB837BF03; Wed, 19 Jul 2000 09:03:37 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA48470; Wed, 19 Jul 2000 09:03:36 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200007191603.JAA48470@freefall.freebsd.org> From: Archie Cobbs <archie@FreeBSD.org> Date: Wed, 19 Jul 2000 09:03:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libpcap nametoaddr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/07/19 09:03:35 PDT Modified files: contrib/libpcap nametoaddr.c Log: Fix make world breakage. Broken by: me Revision Changes Path 1.7 +2 -2 src/contrib/libpcap/nametoaddr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9: 5:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7804637BFB4; Wed, 19 Jul 2000 09:05:39 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA49902; Wed, 19 Jul 2000 09:05:37 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007191605.JAA49902@freefall.freebsd.org> From: Ben Smithurst <ben@FreeBSD.org> Date: Wed, 19 Jul 2000 09:05:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/19 09:05:37 PDT Modified files: release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: Mark cdcontrol's "cdid" command as [MERGED]. Revision Changes Path 1.45 +1 -1 src/release/texts/alpha/RELNOTES.TXT 1.88 +1 -1 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9: 6: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from home.bsdclub.org (home.bsdclub.org [202.227.26.94]) by hub.freebsd.org (Postfix) with ESMTP id 067B837C018; Wed, 19 Jul 2000 09:05:51 -0700 (PDT) (envelope-from sada@bsdclub.org) Received: (from sada@localhost) by home.bsdclub.org (8.9.3/3.7W) id BAA41824; Thu, 20 Jul 2000 01:05:38 +0900 (JST) Date: Thu, 20 Jul 2000 01:05:38 +0900 (JST) Message-Id: <200007191605.BAA41824@home.bsdclub.org> To: knu@idaemons.org Cc: sada@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/japanese/p5-jcode.pl Makefile ports/japanese/p5-jcode.pl/files md5 In-Reply-To: Your message of "Wed, 19 Jul 2000 16:50:48 +0900". <86d7ka1rtz.wl@daemon.local.idaemons.org> From: SADA Kenji <sada@bsdclub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Mailer: mnews [version 1.22] 1999-12/19(Sun) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <86d7ka1rtz.wl@daemon.local.idaemons.org> knu@idaemons.org writes: >> > knu 2000/07/19 00:40:43 PDT >> > >> > Modified files: >> > japanese/p5-jcode.pl Makefile >> > japanese/p5-jcode.pl/files md5 >> > Log: >> > Update to 2.11. >> >> Sorry for overriding your maintainership, but this was too a small >> fix to bother you... Looks no problem with p5-jcode.pl itself, but probably I've had to make japanese/jcode.pl and p5-jcode.pl have master/slave relation :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9: 7:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 95A9D37BF35; Wed, 19 Jul 2000 09:07:37 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA50470; Wed, 19 Jul 2000 09:07:37 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200007191607.JAA50470@freefall.freebsd.org> From: Archie Cobbs <archie@FreeBSD.org> Date: Wed, 19 Jul 2000 09:07:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libpcap nametoaddr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/07/19 09:07:37 PDT Modified files: (Branch: RELENG_4) contrib/libpcap nametoaddr.c Log: MFC: fix build breakage. Revision Changes Path 1.6.2.1 +2 -2 src/contrib/libpcap/nametoaddr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9: 8:45 2000 Delivered-To: cvs-all@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id 6F1AE37BF1D; Wed, 19 Jul 2000 09:08:36 -0700 (PDT) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel1.hp.com (Postfix) with ESMTP id 5026AE82; Wed, 19 Jul 2000 09:08:35 -0700 (PDT) Received: from cup.hp.com (p1000180.nsr.hp.com [15.109.0.180]) by adlmail.cup.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with ESMTP id JAA05312; Wed, 19 Jul 2000 09:08:34 -0700 (PDT) Message-ID: <3975D27E.F986EAD9@cup.hp.com> Date: Wed, 19 Jul 2000 09:08:30 -0700 From: Marcel Moolenaar <marcel@cup.hp.com> Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Sheldon Hearn <sheldonh@uunet.co.za> Cc: obrien@FreeBSD.org, Marcel Moolenaar <marcel@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 References: <3498.964021237@axl.ops.uunet.co.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sheldon Hearn wrote: > > > > /var/tmp is no good as it sounds like you'll be littering up that > > > directory. > > > > No, that's not the case. The problem is that if you have concurrent > > installworlds, then the current scheme is not guaranteed to create > > unique directories across hosts. And since /usr/obj is very likely to be > > shared among those hosts, it is therefore not the right place to > > temporarily save binaries. > > Your comments don't counter David's; you're both saying where these > files _shouldn't_ go. I counter David in the very first sentence. He says that it sounds like I'm littering. I say that that's not the case. > Okay, so they _shouldn't_ go in /usr/obj, nor in /var/tmp, nor in > /tmp... > > Any bright ideas? :-) Use /tmp and have people override it my setting TMPDIR? Seems like a very common thing to do... -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:11:31 2000 Delivered-To: cvs-all@freebsd.org Received: from bubba.whistle.com (bubba.whistle.com [207.76.205.7]) by hub.freebsd.org (Postfix) with ESMTP id 78D4A37BF8C; Wed, 19 Jul 2000 09:11:28 -0700 (PDT) (envelope-from archie@whistle.com) Received: (from archie@localhost) by bubba.whistle.com (8.9.3/8.9.3) id JAA65712; Wed, 19 Jul 2000 09:10:49 -0700 (PDT) (envelope-from archie) From: Archie Cobbs <archie@whistle.com> Message-Id: <200007191610.JAA65712@bubba.whistle.com> Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c In-Reply-To: <200007190836.JAA01047@hak.lan.Awfulhak.org> from Brian Somers at "Jul 19, 2000 09:36:54 am" To: Brian Somers <brian@Awfulhak.org> Date: Wed, 19 Jul 2000 09:10:49 -0700 (PDT) Cc: Archie Cobbs <archie@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Somers writes: > Isn't this a bit premature ? The usage message in ifconfig.c and > ifconfig.8 has not been updated (and was already wrong wrt the > address_family arg being mandatory). > > > MFC: make "ifconfig" with no arguments equivalent to "ifconfig -a". > > > > Approved by: jkh Oh, picky picky.. :-) OK, I'll fix the broken man page/usage string. -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:12:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 976DC37B883; Wed, 19 Jul 2000 09:12:19 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA51303; Wed, 19 Jul 2000 09:12:19 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <200007191612.JAA51303@freefall.freebsd.org> From: Satoshi Taoka <taoka@FreeBSD.org> Date: Wed, 19 Jul 2000 09:12:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/mpg123.el Makefile ports/audio/mpg123.el/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2000/07/19 09:12:19 PDT Modified files: audio/mpg123.el Makefile audio/mpg123.el/files md5 Log: Updated to 1.9 Obtained from: bento Revision Changes Path 1.6 +2 -2 ports/audio/mpg123.el/Makefile 1.3 +1 -1 ports/audio/mpg123.el/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:12:59 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 319E337B883; Wed, 19 Jul 2000 09:12:31 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13EwPq-00019A-00; Wed, 19 Jul 2000 18:09:46 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: Marcel Moolenaar <marcel@cup.hp.com> Cc: obrien@FreeBSD.org, Marcel Moolenaar <marcel@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 In-reply-to: Your message of "Wed, 19 Jul 2000 09:08:30 MST." <3975D27E.F986EAD9@cup.hp.com> Date: Wed, 19 Jul 2000 18:09:46 +0200 Message-ID: <4411.964022986@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 19 Jul 2000 09:08:30 MST, Marcel Moolenaar wrote: > Use /tmp and have people override it my setting TMPDIR? Seems like a > very common thing to do... That'd keep me happy if you documented it clearly. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:14:11 2000 Delivered-To: cvs-all@freebsd.org Received: from bubba.whistle.com (bubba.whistle.com [207.76.205.7]) by hub.freebsd.org (Postfix) with ESMTP id C3CF237BF28; Wed, 19 Jul 2000 09:14:07 -0700 (PDT) (envelope-from archie@whistle.com) Received: (from archie@localhost) by bubba.whistle.com (8.9.3/8.9.3) id JAA65721; Wed, 19 Jul 2000 09:13:33 -0700 (PDT) (envelope-from archie) From: Archie Cobbs <archie@whistle.com> Message-Id: <200007191613.JAA65721@bubba.whistle.com> Subject: Re: cvs commit: src/sys/alpha/tc am7990.c src/sys/dev/an if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c src/sys/dev/ed i In-Reply-To: <86snt6mkvv.wl@localhost.local.idaemons.org> from Akinori -Aki- MUSHA at "Jul 19, 2000 08:15:16 pm" To: Akinori -Aki- MUSHA <knu@idaemons.org> Date: Wed, 19 Jul 2000 09:13:33 -0700 (PDT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Akinori -Aki- MUSHA writes: > > MFC: make all Ethernet drivers use ether_ifattach() ether_ifdetach() > > Would you bump the __FreeBSD_version for this? > > I have to fix the VMware2 port according to this change as well as we > did in HEAD. I would except __FreeBSD_version has already been set to 410000! > revision 1.61.2.7 > date: 2000/07/14 00:03:01; author: obrien; state: Exp; lines: +2 -2 > We are now in 4.1-RC (release candidate) mode. > > Only newvers.sh will need to be changed for 4.1-R. You should be able to use that value.. -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:15: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DB2537BF45; Wed, 19 Jul 2000 09:14:57 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA51698; Wed, 19 Jul 2000 09:14:56 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007191614.JAA51698@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Wed, 19 Jul 2000 09:14:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/linux-gtk/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/19 09:14:56 PDT Modified files: x11-toolkits/linux-gtk/pkg PLIST Log: Add some missing entries to PLIST: usr/lib/libgtk-1.2.so.0.5.0 usr/lib/libgtk-1.2.so.0 Somehow the PLIST didn't include libgtk entries though this port is linux-gtk.. This should fix e.g. linux-netscape-6. Strangely enough, bento does not show any PLIST errors on this port. ?-) Revision Changes Path 1.3 +2 -0 ports/x11-toolkits/linux-gtk/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:17: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B46937B53C; Wed, 19 Jul 2000 09:17:02 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA52043; Wed, 19 Jul 2000 09:17:02 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Message-Id: <200007191617.JAA52043@freefall.freebsd.org> From: Munechika SUMIKAWA <sumikawa@FreeBSD.org> Date: Wed, 19 Jul 2000 09:17:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13+ipv6 Makefile ports/www/apache13+ipv6/files md5 ports/www/apache13+ipv6/patches patch-ag patch-am ports/www/apache13+ipv6/pkg DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2000/07/19 09:17:01 PDT Modified files: www/apache13+ipv6 Makefile www/apache13+ipv6/files md5 www/apache13+ipv6/patches patch-ag www/apache13+ipv6/pkg DESCR PLIST Removed files: www/apache13+ipv6/patches patch-am Log: Upgrade to 1.3.12. Revision Changes Path 1.5 +9 -8 ports/www/apache13+ipv6/Makefile 1.2 +2 -2 ports/www/apache13+ipv6/files/md5 1.2 +50 -4 ports/www/apache13+ipv6/patches/patch-ag 1.2 +1 -10 ports/www/apache13+ipv6/pkg/DESCR 1.3 +12 -0 ports/www/apache13+ipv6/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:24:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AE4637BF76; Wed, 19 Jul 2000 09:24:10 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA54491; Wed, 19 Jul 2000 09:24:10 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200007191624.JAA54491@freefall.freebsd.org> From: Bruce Evans <bde@FreeBSD.org> Date: Wed, 19 Jul 2000 09:24:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/rogue Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/07/19 09:24:09 PDT Modified files: games/rogue Makefile Log: Fixed bitrot in DPADD. Revision Changes Path 1.6 +2 -2 src/games/rogue/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:26:28 2000 Delivered-To: cvs-all@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 63D7837BF6C; Wed, 19 Jul 2000 09:26:24 -0700 (PDT) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.10.1/8.10.1) with ESMTP id e6JGQNR10598; Wed, 19 Jul 2000 18:26:23 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.10.1/8.10.1) with ESMTP id e6JGQMx04948; Wed, 19 Jul 2000 18:26:22 +0200 (MET DST) Received: from alaska.cert.siemens.de (reims.mchp.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.10.2/8.10.2/Siemens CERT [ $Revision: 1.8 ]) with ESMTP id e6JGQM431563; Wed, 19 Jul 2000 18:26:22 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.10.2/8.10.2/alaska [ $Revision: 1.4 ]) id e6JGQMH21465; Wed, 19 Jul 2000 16:26:22 GMT Date: Wed, 19 Jul 2000 18:26:22 +0200 From: Udo Schweigert <ust@cert.siemens.de> To: Archie Cobbs <archie@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/libpcap nametoaddr.c Message-ID: <20000719182622.A21446@alaska.cert.siemens.de> Mail-Followup-To: Archie Cobbs <archie@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200007191603.JAA48470@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <200007191603.JAA48470@freefall.freebsd.org>; from archie@FreeBSD.ORG on Wed, Jul 19, 2000 at 09:03:36AM -0700 X-Operating-System: FreeBSD 4.1-RC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 19, 2000 at 09:03:36 -0700, Archie Cobbs wrote: > archie 2000/07/19 09:03:35 PDT > > Modified files: > contrib/libpcap nametoaddr.c > Log: > Fix make world breakage. > And what about MFC (-stable is broken too). Regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 ZT IK 3, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : ust@cert.siemens.de PGP-2/5 fingerprint | D8 A5 DF 34 EC 87 E8 C6 E2 26 C4 D0 EE 80 36 B2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:26:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4005237BF98; Wed, 19 Jul 2000 09:26:30 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA54911; Wed, 19 Jul 2000 09:26:30 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200007191626.JAA54911@freefall.freebsd.org> From: Archie Cobbs <archie@FreeBSD.org> Date: Wed, 19 Jul 2000 09:26:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ipfilter/iplang iplang_y.y X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/07/19 09:26:30 PDT Modified files: contrib/ipfilter/iplang iplang_y.y Log: Fix breakage caused by ether_aton() prototype change. PR: bin/20033 Revision Changes Path 1.2 +122 -113 src/contrib/ipfilter/iplang/iplang_y.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:26:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D2BB37BFEC; Wed, 19 Jul 2000 09:26:57 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA55032; Wed, 19 Jul 2000 09:26:56 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200007191626.JAA55032@freefall.freebsd.org> From: Archie Cobbs <archie@FreeBSD.org> Date: Wed, 19 Jul 2000 09:26:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ipfilter/iplang iplang_y.y X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/07/19 09:26:56 PDT Modified files: (Branch: RELENG_4) contrib/ipfilter/iplang iplang_y.y Log: MFC: fix breakage caused by ether_aton() prototype change. Revision Changes Path 1.1.1.5.2.1 +1 -1 src/contrib/ipfilter/iplang/iplang_y.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:30:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D49F037BF76; Wed, 19 Jul 2000 09:30:02 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA55517; Wed, 19 Jul 2000 09:30:02 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200007191630.JAA55517@freefall.freebsd.org> From: Archie Cobbs <archie@FreeBSD.org> Date: Wed, 19 Jul 2000 09:30:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/wlconfig wlconfig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/07/19 09:30:02 PDT Modified files: usr.sbin/wlconfig wlconfig.c Log: Fix breakage caused by ether_aton() prototype change. PR: bin/20033 Revision Changes Path 1.9 +2 -2 src/usr.sbin/wlconfig/wlconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:32:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A06637BF64; Wed, 19 Jul 2000 09:32:34 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA55883; Wed, 19 Jul 2000 09:32:34 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007191632.JAA55883@freefall.freebsd.org> From: Satoshi Asami <asami@FreeBSD.org> Date: Wed, 19 Jul 2000 09:32:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT avail X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/19 09:32:34 PDT Modified files: . avail Log: The ports tree is now frozen in preparation for 4.1-release. Revision Changes Path 1.123 +2 -2 CVSROOT/avail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:32:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E1FDC37C370; Wed, 19 Jul 2000 09:32:38 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA55916; Wed, 19 Jul 2000 09:32:38 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200007191632.JAA55916@freefall.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Wed, 19 Jul 2000 09:32:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf GENERIC.hints X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/07/19 09:32:38 PDT Modified files: sys/i386/conf GENERIC.hints Log: Default the pcic to polling. Some laptops need to have polling mode due to a paucity of IRQs. I have some reservations about this, so I'm not going to MFC this just yet. I'm doing this to see how many problems it causes so we can do this in 4.2. I've been seeing hangs on my laptop from time to time, but sometimes it was not in polling mode, other tmies it was. Don't know if this is one problem or more than one. Requested by: Sean O Connell Revision Changes Path 1.3 +2 -2 src/sys/i386/conf/GENERIC.hints To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:32:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 72AF137C55B; Wed, 19 Jul 2000 09:32:46 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA55962; Wed, 19 Jul 2000 09:32:46 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200007191632.JAA55962@freefall.freebsd.org> From: Archie Cobbs <archie@FreeBSD.org> Date: Wed, 19 Jul 2000 09:32:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/wlconfig wlconfig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/07/19 09:32:46 PDT Modified files: usr.sbin/wlconfig wlconfig.c Log: Remove extra #include that was inadvertently added in previous commit. Revision Changes Path 1.10 +1 -2 src/usr.sbin/wlconfig/wlconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:33: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC48F37BF8E; Wed, 19 Jul 2000 09:33:02 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA56044; Wed, 19 Jul 2000 09:33:02 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200007191633.JAA56044@freefall.freebsd.org> From: Archie Cobbs <archie@FreeBSD.org> Date: Wed, 19 Jul 2000 09:33:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/wlconfig wlconfig.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/07/19 09:33:02 PDT Modified files: (Branch: RELENG_4) usr.sbin/wlconfig wlconfig.c Log: MFC: fix breakage caused by ether_aton() prototype change. Revision Changes Path 1.8.2.1 +1 -2 src/usr.sbin/wlconfig/wlconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:35:53 2000 Delivered-To: cvs-all@freebsd.org Received: from light.imasy.or.jp (light.imasy.or.jp [202.227.24.4]) by hub.freebsd.org (Postfix) with ESMTP id 7096137BF30; Wed, 19 Jul 2000 09:35:43 -0700 (PDT) (envelope-from ume@mahoroba.org) Received: (from uucp@localhost) by light.imasy.or.jp (8.9.3+3.2W/3.7W-light) with UUCP id BAA21818; Thu, 20 Jul 2000 01:35:40 +0900 (JST) (envelope-from ume@mahoroba.org) Received: from localhost (IDENT:bNR0W8DDzz7jdAl6hy0G8byx1GvyFThDnOnrTtLk77q/FP7okp5cauOl2cLT8caJ@peace.mahoroba.org [3ffe:505:2:0:200:f8ff:fe05:3eae]) by mail.mahoroba.org (8.10.2/3.7W-chaos) with ESMTP id e6JGY7L01883; Thu, 20 Jul 2000 01:34:07 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Thu, 20 Jul 2000 01:34:06 +0900 (JST) Message-Id: <20000720.013406.59503756.ume@mahoroba.org> To: imp@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc MAKEDEV From: Hajimu UMEMOTO <ume@mahoroba.org> In-Reply-To: <200007190635.XAA94248@freefall.freebsd.org> References: <200007190635.XAA94248@freefall.freebsd.org> X-Mailer: xcite1.20> Mew version 1.95b38 on Emacs 20.6 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= X-PGP-Public-Key: http://www.imasy.org/~ume/publickey.asc X-PGP-Fingerprint: 6B 0C 53 FC 5D D0 37 91 05 D0 B3 EF 36 9B 6A BC X-URL: http://www.imasy.org/~ume/ X-OS: FreeBSD 5.0-CURRENT Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> On Tue, 18 Jul 2000 23:35:58 -0700 (PDT) >>>>> Warner Losh <imp@FreeBSD.org> said: imp> imp 2000/07/18 23:35:58 PDT imp> Modified files: imp> etc MAKEDEV imp> Log: imp> Apm device is now safe to be world readable, so make it so. Thanks! -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:37:21 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id CE1FF37BFA7; Wed, 19 Jul 2000 09:37:13 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id KAA92726; Wed, 19 Jul 2000 10:37:12 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id KAA82176; Wed, 19 Jul 2000 10:37:00 -0600 (MDT) Message-Id: <200007191637.KAA82176@harmony.village.org> To: Alexander Langer <alex@FreeBSD.org> Subject: Re: cvs commit: ports/mail/qpopper Makefile ports/mail/qpopper/patchespatch-manpages ports/mail/qpopper/pkg MESSAGE PLISTports/mail/qpopper/scripts pre-install Cc: Maxim Sobolev <sobomax@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 19 Jul 2000 10:09:26 +0200." <20000719100926.A14534@cichlids.cichlids.com> References: <20000719100926.A14534@cichlids.cichlids.com> <200007190731.AAA03974@freefall.freebsd.org> <39756134.DC76C6B7@FreeBSD.org> Date: Wed, 19 Jul 2000 10:37:00 -0600 From: Warner Losh <imp@village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000719100926.A14534@cichlids.cichlids.com> Alexander Langer writes: : Thus spake Maxim Sobolev (sobomax@FreeBSD.org): : : > Please rename patch-manpages according to out patchnaming rules (patch-xx) and : : No. Why not? The request seemed reasonable. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:38:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FC9D37BF8E; Wed, 19 Jul 2000 09:38:09 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA57136; Wed, 19 Jul 2000 09:38:09 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <200007191638.JAA57136@freefall.freebsd.org> From: Jason Evans <jasone@FreeBSD.org> Date: Wed, 19 Jul 2000 09:38:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/man pthread_once.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2000/07/19 09:38:08 PDT Modified files: lib/libc_r/man pthread_once.3 Log: pthread_once --> pthread_once_t. Revision Changes Path 1.8 +2 -2 src/lib/libc_r/man/pthread_once.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:41:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FC0937B883; Wed, 19 Jul 2000 09:41:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA57673; Wed, 19 Jul 2000 09:41:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007191641.JAA57673@freefall.freebsd.org> From: Satoshi Asami <asami@FreeBSD.org> Date: Wed, 19 Jul 2000 09:41:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.port.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/19 09:41:23 PDT Modified files: Mk bsd.port.mk Log: (1) Add MASTER_SORT functionality. For instance, by setting MASTER_SORT="foo.bar.co.jp bar.co.jp .jp" bsd.port.mk will try the machine foo.bar.co.jp, then any machine in the domain bar.co.jp, then any machine in the domain .jp. It might be useful for people in an island (network-topologically speaking). Submitted by: knu Obtained from: NetBSD (2) Deal with mtree's changing flags by looking at ${OSVERSION} Submitted by: ache (3) Don't generate code to try to erase an empty info/dir file if NO_MTREE is set -- although it will probably never happen that /usr/share/info/dir will be empty, it's still wasted code. Revision Changes Path 1.342 +23 -3 ports/Mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:43: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 1319B37BF83; Wed, 19 Jul 2000 09:43:01 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id KAA92762; Wed, 19 Jul 2000 10:43:00 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id KAA82243; Wed, 19 Jul 2000 10:42:49 -0600 (MDT) Message-Id: <200007191642.KAA82243@harmony.village.org> To: Hajimu UMEMOTO <ume@mahoroba.org> Subject: Re: cvs commit: src/etc MAKEDEV Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Thu, 20 Jul 2000 01:34:06 +0900." <20000720.013406.59503756.ume@mahoroba.org> References: <20000720.013406.59503756.ume@mahoroba.org> <200007190635.XAA94248@freefall.freebsd.org> Date: Wed, 19 Jul 2000 10:42:49 -0600 From: Warner Losh <imp@village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000720.013406.59503756.ume@mahoroba.org> Hajimu UMEMOTO writes: : >>>>> On Tue, 18 Jul 2000 23:35:58 -0700 (PDT) : >>>>> Warner Losh <imp@FreeBSD.org> said: : : imp> imp 2000/07/18 23:35:58 PDT : : imp> Modified files: : imp> etc MAKEDEV : imp> Log: : imp> Apm device is now safe to be world readable, so make it so. : : Thanks! Yes. This should make all the battery stat programs be non-setgid operator. I want to MFC it before 4.1-RELEASE, but need to test it on one more machine first. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:43:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 13D2F37BFC0; Wed, 19 Jul 2000 09:43:14 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA57998; Wed, 19 Jul 2000 09:43:14 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007191643.JAA57998@freefall.freebsd.org> From: Satoshi Asami <asami@FreeBSD.org> Date: Wed, 19 Jul 2000 09:43:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/19 09:43:14 PDT Modified files: x11-toolkits Makefile Log: Add gtk13. Revision Changes Path 1.84 +2 -1 ports/x11-toolkits/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:44:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E3F4137B883; Wed, 19 Jul 2000 09:44:39 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA58212; Wed, 19 Jul 2000 09:44:40 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007191644.JAA58212@freefall.freebsd.org> From: Satoshi Asami <asami@FreeBSD.org> Date: Wed, 19 Jul 2000 09:44:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/sgmltools-lite Makefile ports/textproc/sgmltools-lite/files md5 ports/textproc/sgmltools-lite/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/19 09:44:40 PDT Removed files: textproc/sgmltools-lite Makefile textproc/sgmltools-lite/files md5 textproc/sgmltools-lite/pkg COMMENT DESCR PLIST Log: Temporarily remove sgmltools-lite -- it's a repository copy not updated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:53:49 2000 Delivered-To: cvs-all@freebsd.org Received: from mercury.mich.com (mercury.mich.com [64.79.64.32]) by hub.freebsd.org (Postfix) with ESMTP id 6021137BE14; Wed, 19 Jul 2000 09:53:45 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from argon.gryphonsoft.com (pm006-027.dialup.bignet.net [64.79.81.11]) by mercury.mich.com (8.9.3/8.9.3) with ESMTP id MAA24788; Wed, 19 Jul 2000 12:52:38 -0400 Received: by argon.gryphonsoft.com (Postfix, from userid 1000) id 0F69F197E; Wed, 19 Jul 2000 12:50:57 -0400 (EDT) Date: Wed, 19 Jul 2000 12:50:57 -0400 From: Will Andrews <andrews@technologist.com> To: Satoshi Asami <asami@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/textproc/sgmltools-lite Makefile ports/textproc/sgmltools-lite/files md5 ports/textproc/sgmltools-lite/pkg COMMENT DESCR PLIST Message-ID: <20000719125056.G11216@argon.gryphonsoft.com> References: <200007191644.JAA58212@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007191644.JAA58212@freefall.freebsd.org>; from asami@FreeBSD.org on Wed, Jul 19, 2000 at 09:44:40AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 19, 2000 at 09:44:40AM -0700, Satoshi Asami wrote: > Removed files: > textproc/sgmltools-lite Makefile > textproc/sgmltools-lite/files md5 > textproc/sgmltools-lite/pkg COMMENT DESCR PLIST > Log: > Temporarily remove sgmltools-lite -- it's a repository copy not updated. Sorry, I was asleep when things should have gone in the tree. Oh well, they can go in 4.2 instead. :-( -- Will Andrews <andrewsw@purdue.edu> <will@FreeBSD.org> GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 9:54:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EF1D37BF35; Wed, 19 Jul 2000 09:54:11 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA59641; Wed, 19 Jul 2000 09:54:11 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007191654.JAA59641@freefall.freebsd.org> From: Satoshi Asami <asami@FreeBSD.org> Date: Wed, 19 Jul 2000 09:54:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/ghostscript55htff Makefile ports/korean/ghostscript55htff/files hconfig.ps.in md5 ports/korean/ghostscript55htff/patches patch-aa patch-ab patch-ac patch-ba ports/korean/ghostscript55htff/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/19 09:54:11 PDT Removed files: korean/ghostscript55htff Makefile korean/ghostscript55htff/files hconfig.ps.in md5 korean/ghostscript55htff/patches patch-aa patch-ab patch-ac patch-ba korean/ghostscript55htff/pkg COMMENT DESCR PLIST Log: Remove this port -- repo-copied with wrong name. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 10: 2:20 2000 Delivered-To: cvs-all@freebsd.org Received: from mout2.silyn-tek.de (mout2.silyn-tek.de [194.25.165.70]) by hub.freebsd.org (Postfix) with ESMTP id 0CA4C37BF35; Wed, 19 Jul 2000 10:02:16 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.33] (helo=mx1.silyn-tek.de) by mout2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13ExEd-0000Ar-00; Wed, 19 Jul 2000 19:02:15 +0200 Received: from p3e9c115c.dip0.t-ipconnect.de ([62.156.17.92] helo=neutron.cichlids.com) by mx1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13ExEb-0008Fp-00; Wed, 19 Jul 2000 19:02:14 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 30609AB91; Wed, 19 Jul 2000 19:03:52 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id CBBBC14A6A; Wed, 19 Jul 2000 19:02:08 +0200 (CEST) Date: Wed, 19 Jul 2000 19:02:08 +0200 From: Alexander Langer <alex@FreeBSD.org> To: Warner Losh <imp@village.org> Cc: Maxim Sobolev <sobomax@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/qpopper Makefile ports/mail/qpopper/patchespatch-manpages ports/mail/qpopper/pkg MESSAGE PLISTports/mail/qpopper/scripts pre-install Message-ID: <20000719190208.B17793@cichlids.cichlids.com> References: <20000719100926.A14534@cichlids.cichlids.com> <200007190731.AAA03974@freefall.freebsd.org> <39756134.DC76C6B7@FreeBSD.org> <20000719100926.A14534@cichlids.cichlids.com> <200007191637.KAA82176@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007191637.KAA82176@harmony.village.org>; from imp@village.org on Wed, Jul 19, 2000 at 10:37:00AM -0600 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Warner Losh (imp@village.org): > : > Please rename patch-manpages according to out patchnaming rules (patch-xx) and > : No. > Why not? The request seemed reasonable. Well, actually I explained on -ports why I think this names are better. BTW: It's changed in the meanwhile, in order to keep the history of the patches. Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 10: 5:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A90EA37BF5E; Wed, 19 Jul 2000 10:05:46 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA63000; Wed, 19 Jul 2000 10:05:46 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007191705.KAA63000@freefall.freebsd.org> From: Satoshi Asami <asami@FreeBSD.org> Date: Wed, 19 Jul 2000 10:05:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/korean Makefile ports/korean/ftghostscript55 Makefile ports/korean/ftghostscript55/files hconfig.ps.in md5 ports/korean/ftghostscript55/patches patch-aa patch-ab patch-ac ports/korean/ftghostscript55/pkg COMMENT DESCR ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/19 10:05:46 PDT Modified files: . modules korean Makefile korean/ghostscript55httf Makefile korean/ghostscript55httf/files md5 korean/ghostscript55httf/patches patch-aa patch-ab patch-ac korean/ghostscript55httf/pkg COMMENT DESCR PLIST Added files: korean/ghostscript55httf/scripts configure configure.batch Removed files: korean/ftghostscript55 Makefile korean/ftghostscript55/files hconfig.ps.in md5 korean/ftghostscript55/patches patch-aa patch-ab patch-ac korean/ftghostscript55/pkg COMMENT DESCR PLIST korean/ftghostscript55/scripts configure configure.batch korean/ghostscript55httf/patches patch-ba Log: Complete move from ftghostscript55 -> ghostscript55httf. The latter is a repo copy from ftghostscript5 (the one with history). Approved by: cjh Revision Changes Path 1.1434 +2 -2 CVSROOT/modules 1.52 +2 -2 ports/korean/Makefile 1.18 +82 -85 ports/korean/ghostscript55httf/Makefile 1.7 +6 -9 ports/korean/ghostscript55httf/files/md5 1.4 +150 -172 ports/korean/ghostscript55httf/patches/patch-aa 1.5 +3 -29 ports/korean/ghostscript55httf/patches/patch-ab 1.4 +21 -19 ports/korean/ghostscript55httf/patches/patch-ac 1.3 +1 -1 ports/korean/ghostscript55httf/pkg/COMMENT 1.6 +29 -19 ports/korean/ghostscript55httf/pkg/DESCR 1.4 +366 -200 ports/korean/ghostscript55httf/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 10: 7:17 2000 Delivered-To: cvs-all@freebsd.org Received: from mout2.silyn-tek.de (mout2.silyn-tek.de [194.25.165.70]) by hub.freebsd.org (Postfix) with ESMTP id D58F237BF5E; Wed, 19 Jul 2000 10:07:09 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.34] (helo=mx2.silyn-tek.de) by mout2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13ExJM-0000Bj-00; Wed, 19 Jul 2000 19:07:08 +0200 Received: from p3e9c115c.dip0.t-ipconnect.de ([62.156.17.92] helo=neutron.cichlids.com) by mx2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13ExJM-00064q-00; Wed, 19 Jul 2000 19:07:08 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id E6D98AB91; Wed, 19 Jul 2000 19:08:47 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 2103814A6A; Wed, 19 Jul 2000 19:07:10 +0200 (CEST) Date: Wed, 19 Jul 2000 19:07:10 +0200 To: Satoshi Asami <asami@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk Message-ID: <20000719190710.D17793@cichlids.cichlids.com> References: <200007191641.JAA57673@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007191641.JAA57673@freefall.freebsd.org>; from asami@FreeBSD.org on Wed, Jul 19, 2000 at 09:41:23AM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Satoshi Asami (asami@FreeBSD.org): > (1) Add MASTER_SORT functionality. For instance, by setting > MASTER_SORT="foo.bar.co.jp bar.co.jp .jp" bsd.port.mk will try the Cool! Thanks knu :) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 10: 9:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8549737BFB0; Wed, 19 Jul 2000 10:09:27 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA63445; Wed, 19 Jul 2000 10:09:27 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007191709.KAA63445@freefall.freebsd.org> From: Satoshi Asami <asami@FreeBSD.org> Date: Wed, 19 Jul 2000 10:09:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/xemacs-additional-packages Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/19 10:09:24 PDT Modified files: editors/xemacs-additional-packages Makefile Log: Tiny typo (I think) fix. Submitted by: shige Revision Changes Path 1.2 +2 -2 ports/editors/xemacs-additional-packages/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 10:24:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E9EE237BF7E; Wed, 19 Jul 2000 10:24:52 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA65067; Wed, 19 Jul 2000 10:24:51 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007191724.KAA65067@freefall.freebsd.org> From: Ben Smithurst <ben@FreeBSD.org> Date: Wed, 19 Jul 2000 10:24:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/19 10:24:51 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Use the &a.foo author entities for any committers mentioned in the FAQ. Revision Changes Path 1.75 +11 -9 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 10:25: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A1B1D37BF6B; Wed, 19 Jul 2000 10:24:54 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA65097; Wed, 19 Jul 2000 10:24:53 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200007191724.KAA65097@freefall.freebsd.org> From: Archie Cobbs <archie@FreeBSD.org> Date: Wed, 19 Jul 2000 10:24:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/07/19 10:24:53 PDT Modified files: sbin/ifconfig ifconfig.8 ifconfig.c Log: Show the actual command line usage in the man page and usage error string. Revision Changes Path 1.31 +12 -2 src/sbin/ifconfig/ifconfig.8 1.55 +7 -5 src/sbin/ifconfig/ifconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 10:33:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E547037BF17; Wed, 19 Jul 2000 10:33:53 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA66196; Wed, 19 Jul 2000 10:33:53 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200007191733.KAA66196@freefall.freebsd.org> From: Archie Cobbs <archie@FreeBSD.org> Date: Wed, 19 Jul 2000 10:33:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_ether.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/07/19 10:33:53 PDT Modified files: sys/netgraph ng_ether.c Log: Remove node's name reference when the interface is detached; otherwise, the ng_ether.ko KLD will never be unloadable after all Ethernet interfaces are detached, as it should be, because of the lingering extra reference. Submitted by: "Yevmenkin, Maksim N, CSCIO" <myevmenkin@att.com> Revision Changes Path 1.5 +2 -1 src/sys/netgraph/ng_ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 10:37:51 2000 Delivered-To: cvs-all@freebsd.org Received: from mercury.mich.com (mercury.mich.com [64.79.64.32]) by hub.freebsd.org (Postfix) with ESMTP id D333537BF8D; Wed, 19 Jul 2000 10:37:43 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from argon.gryphonsoft.com (pm006-027.dialup.bignet.net [64.79.81.11]) by mercury.mich.com (8.9.3/8.9.3) with ESMTP id NAA08080; Wed, 19 Jul 2000 13:36:35 -0400 Received: by argon.gryphonsoft.com (Postfix, from userid 1000) id 07A50197E; Wed, 19 Jul 2000 13:34:55 -0400 (EDT) Date: Wed, 19 Jul 2000 13:34:54 -0400 From: Will Andrews <andrews@technologist.com> To: Akinori MUSHA <knu@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/graphics/ImageMagick Makefile ports/graphics/ImageMagick/files md5 ports/graphics/ImageMagick/patches patch-aj patch-ak patch-ab ports/graphics/ImageMagick/pkg PLIST Message-ID: <20000719133454.K11216@argon.gryphonsoft.com> References: <200007191308.GAA60579@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007191308.GAA60579@freefall.freebsd.org>; from knu@FreeBSD.org on Wed, Jul 19, 2000 at 06:08:39AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 19, 2000 at 06:08:39AM -0700, Akinori MUSHA wrote: > Log: > Update to 5.2.1. Thanks!! > PR: ports/19944 > Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (the defacto Maintainer) Maxim Sobolev gave him a honorary name: "Ports Fury". ;) It's better than "defacto maintainer". :-) -- Will Andrews <andrewsw@purdue.edu> <will@FreeBSD.org> GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 10:40:30 2000 Delivered-To: cvs-all@freebsd.org Received: from mercury.mich.com (mercury.mich.com [64.79.64.32]) by hub.freebsd.org (Postfix) with ESMTP id 8539537BFB2; Wed, 19 Jul 2000 10:40:24 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from argon.gryphonsoft.com (pm006-027.dialup.bignet.net [64.79.81.11]) by mercury.mich.com (8.9.3/8.9.3) with ESMTP id NAA08842; Wed, 19 Jul 2000 13:39:14 -0400 Received: by argon.gryphonsoft.com (Postfix, from userid 1000) id 2AE9D197E; Wed, 19 Jul 2000 13:37:34 -0400 (EDT) Date: Wed, 19 Jul 2000 13:37:34 -0400 From: Will Andrews <andrews@technologist.com> To: Daniel Harris <dannyboy@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/graphics/twinlib Makefile ports/graphics/twinlib/pkg DESCR Message-ID: <20000719133734.L11216@argon.gryphonsoft.com> References: <200007191524.IAA42448@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007191524.IAA42448@freefall.freebsd.org>; from dannyboy@FreeBSD.org on Wed, Jul 19, 2000 at 08:24:51AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 19, 2000 at 08:24:51AM -0700, Daniel Harris wrote: > Modified files: > graphics/twinlib Makefile > graphics/twinlib/pkg DESCR > Log: > Fix WWW and MASTER_SITES. This port should probably be removed.. it's been troublesome since the beginning, and the author doesn't appear to have his head on straight. ;-( -- Will Andrews <andrewsw@purdue.edu> <will@FreeBSD.org> GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 10:41:56 2000 Delivered-To: cvs-all@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id C583837BF91; Wed, 19 Jul 2000 10:41:42 -0700 (PDT) (envelope-from wkb@freebie.demon.nl) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.14 #2) id 13Exqm-0007kh-00; Wed, 19 Jul 2000 17:41:41 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.9.3/8.9.3) id TAA01733; Wed, 19 Jul 2000 19:41:40 +0200 (CEST) (envelope-from wkb) Date: Wed, 19 Jul 2000 19:41:40 +0200 From: Wilko Bulte <wkb@freebie.demon.nl> To: Ben Smithurst <ben@FreeBSD.org> Cc: wilko@FreeBSD.org, Matthew Jacob <mjacob@feral.com>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT Message-ID: <20000719194140.A1662@freebie.demon.nl> Reply-To: wilko@FreeBSD.org References: <200007190005.RAA45282@freefall.freebsd.org> <Pine.BSF.4.05.10007181728230.3387-100000@semuta.feral.com> <20000719083620.A6645@freebie.demon.nl> <20000719154643.L4668@strontium.scientia.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000719154643.L4668@strontium.scientia.demon.co.uk>; from ben@FreeBSD.org on Wed, Jul 19, 2000 at 03:46:43PM +0100 X-OS: FreeBSD 4.0-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 19, 2000 at 03:46:43PM +0100, Ben Smithurst wrote: > Wilko Bulte wrote: > > > DEFPA works (at least the last time I tried). DEFEA does not. > > This is the same on both -current and -stable? If so I'll remove DEFEA > from the Alpha texts (I'll be MFC'ing those diffs tonight as well). Yes, as far as I know it (don't have DEFEAs). I remember Mike or Drew has tried DEFEA without success? -- Wilko Bulte http://www.freebsd.org wilko@freebsd.org http://www.nlfug.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 10:42: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 84C2237C189; Wed, 19 Jul 2000 10:42:00 -0700 (PDT) (envelope-from wkb@freebie.demon.nl) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.14 #4) id 13Exr5-000DNs-00; Wed, 19 Jul 2000 17:41:59 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.9.3/8.9.3) id TAA01743; Wed, 19 Jul 2000 19:41:58 +0200 (CEST) (envelope-from wkb) Date: Wed, 19 Jul 2000 19:41:58 +0200 From: Wilko Bulte <wkb@freebie.demon.nl> To: Matthew Jacob <mjacob@feral.com> Cc: wilko@freebsd.org, Ben Smithurst <ben@freebsd.org>, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT Message-ID: <20000719194158.B1662@freebie.demon.nl> Reply-To: wilko@freebsd.org References: <20000719083620.A6645@freebie.demon.nl> <Pine.BSF.4.05.10007182338310.4568-100000@semuta.feral.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <Pine.BSF.4.05.10007182338310.4568-100000@semuta.feral.com>; from mjacob@feral.com on Tue, Jul 18, 2000 at 11:38:44PM -0700 X-OS: FreeBSD 4.0-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Jul 18, 2000 at 11:38:44PM -0700, Matthew Jacob wrote: > > > > DEFPA works (at least the last time I tried). DEFEA does not. > > > > I can try DEFPA, because I have 2 here. > > Whups! The I'd love to be wrong! I'll let you know what gives. Hopefully today. -- Wilko Bulte http://www.freebsd.org wilko@freebsd.org http://www.nlfug.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 10:50:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DD49D37B972; Wed, 19 Jul 2000 10:50:48 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA68429; Wed, 19 Jul 2000 10:50:48 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007191750.KAA68429@freefall.freebsd.org> From: Satoshi Asami <asami@FreeBSD.org> Date: Wed, 19 Jul 2000 10:50:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/kdesupport2 Makefile ports/games/kdegames2 Makefile ports/misc/kdeutils2 Makefile ports/net/kdenetwork2 Makefile ports/x11-clocks/kdetoys2 Makefile ports/x11/kde2 Makefile ports/x11/kdebase2 Makefile ports/x11/kdelibs2 Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/19 10:50:48 PDT Modified files: converters/kdesupport2 Makefile games/kdegames2 Makefile misc/kdeutils2 Makefile net/kdenetwork2 Makefile x11-clocks/kdetoys2 Makefile x11/kde2 Makefile x11/kdebase2 Makefile x11/kdelibs2 Makefile editors/koffice Makefile x11-toolkits/kde-qt-addon Makefile Log: Mark these BROKEN, they don't compile/run properly. Submitted by: maintainer Revision Changes Path 1.34 +3 -1 ports/converters/kdesupport2/Makefile 1.40 +3 -1 ports/games/kdegames2/Makefile 1.42 +3 -1 ports/misc/kdeutils2/Makefile 1.46 +3 -1 ports/net/kdenetwork2/Makefile 1.11 +3 -1 ports/x11-clocks/kdetoys2/Makefile 1.31 +3 -1 ports/x11/kde2/Makefile 1.51 +3 -1 ports/x11/kdebase2/Makefile 1.53 +3 -1 ports/x11/kdelibs2/Makefile 1.4 +3 -1 ports/editors/koffice/Makefile 1.4 +3 -1 ports/x11-toolkits/kde-qt-addon/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 11: 1:22 2000 Delivered-To: cvs-all@freebsd.org Received: from mercury.mich.com (mercury.mich.com [64.79.64.32]) by hub.freebsd.org (Postfix) with ESMTP id F00D137BFA1; Wed, 19 Jul 2000 11:01:15 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from argon.gryphonsoft.com (pm006-027.dialup.bignet.net [64.79.81.11]) by mercury.mich.com (8.9.3/8.9.3) with ESMTP id OAA14669; Wed, 19 Jul 2000 14:00:07 -0400 Received: by argon.gryphonsoft.com (Postfix, from userid 1000) id E06CB197E; Wed, 19 Jul 2000 13:58:27 -0400 (EDT) Date: Wed, 19 Jul 2000 13:58:27 -0400 From: Will Andrews <andrews@technologist.com> To: Satoshi Asami <asami@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/converters/kdesupport2 Makefile ports/games/kdegames2 Makefile ports/misc/kdeutils2 Makefile ports/net/kdenetwork2 Makefile ports/x11-clocks/kdetoys2 Makefile ports/x11/kde2 Makefile ports/x11/kdebase2 Makefile ports/x11/kdelibs2 Makefile ... Message-ID: <20000719135827.P11216@argon.gryphonsoft.com> References: <200007191750.KAA68429@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007191750.KAA68429@freefall.freebsd.org>; from asami@FreeBSD.org on Wed, Jul 19, 2000 at 10:50:48AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 19, 2000 at 10:50:48AM -0700, Satoshi Asami wrote: > Modified files: > converters/kdesupport2 Makefile > games/kdegames2 Makefile > misc/kdeutils2 Makefile > net/kdenetwork2 Makefile > x11-clocks/kdetoys2 Makefile > x11/kde2 Makefile > x11/kdebase2 Makefile > x11/kdelibs2 Makefile > editors/koffice Makefile > x11-toolkits/kde-qt-addon Makefile > Log: > Mark these BROKEN, they don't compile/run properly. > > Submitted by: maintainer Thank you. That said, I am currently working on snapshot versions of these ports, and hope to commit them shortly after the release, so they can get some field testing. Unfortunately, it requires Qt 2.2.0beta0, aka qt-copy, from the KDE repository. I don't think qt-copy is suitable for replacement for qt21, so I'm wondering whether it would be permissible for a repo-copy from qt21 to qt22. We can bump the shlib version if necessary. OTOH, this is bleeding-edge beta software. I could just post a place where I keep up-to-date KDE2 ports along with a qt-copy port, and do daily snap builds + logs etc., and post them there. I think it would be better than putting it in the tree, primarily to avoid problems with people who don't know the situation and assume the ports in /usr/ports are well-tested etc. only to find out that 6-15 hours of compiling got them nothing. Also, to avoid the qt21 vs. qt-copy problem above. I have already discussed this snapshot idea with scrappy, and it seems like the best way to go about this. -- Will Andrews <andrewsw@purdue.edu> <will@FreeBSD.org> GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 11:16:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 64D5237B51B; Wed, 19 Jul 2000 11:16:11 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA72518; Wed, 19 Jul 2000 11:16:11 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007191816.LAA72518@freefall.freebsd.org> From: Satoshi Asami <asami@FreeBSD.org> Date: Wed, 19 Jul 2000 11:16:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/19 11:16:11 PDT Modified files: . Makefile Log: Typo (ghostscript55htff -> ghostscript55httf). Revision Changes Path 1.55 +7 -2 ports/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 11:18:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 332F037B888; Wed, 19 Jul 2000 11:18:26 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA72693; Wed, 19 Jul 2000 11:18:26 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <200007191818.LAA72693@freefall.freebsd.org> From: Marcel Moolenaar <marcel@FreeBSD.org> Date: Wed, 19 Jul 2000 11:18:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/07/19 11:18:25 PDT Modified files: . Makefile.inc1 Log: Don't save install-info. We already have that built. We'll use the one we built anyway. Revision Changes Path 1.157 +3 -4 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 11:20:10 2000 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id B55C337BFB2; Wed, 19 Jul 2000 11:19:56 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id EAA02895; Thu, 20 Jul 2000 04:09:49 +1000 Date: Thu, 20 Jul 2000 04:09:43 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> X-Sender: bde@besplex.bde.org To: Marcel Moolenaar <marcel@cup.hp.com> Cc: Sheldon Hearn <sheldonh@uunet.co.za>, Marcel Moolenaar <marcel@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: <39755F9B.30593B39@cup.hp.com> Message-ID: <Pine.BSF.4.21.0007200402240.7415-100000@besplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 19 Jul 2000, Marcel Moolenaar wrote: > Sheldon Hearn wrote: > > First, could you put the files somewhere in the obj tree so that they > > aren't lost in the case of a reboot on a machine which mounts /tmp in > > volatile storage? > > I prefer to use /var/tmp in that case. There's a problem with multiple > concurrent installworlds if you save the binaries in the shared object > tree. Using separate temporary directories should handle that in the same way as it does when /tmp is used. You should use mktmp(1) instead of $$ in /tmp. $$ is probably secure enough in the obj tree since the obj tree should be owned by root. The temporary directory could also be in a fixed place under ${DESTDIR}. Concurrent installworlds can only be expected to work for separate ${DESTDIR}s. Copying sh is almost a no-op since the full path to /bin/sh is often used. Similarly for perl. I think it would be better to copy the binaries early and restrict the path for all ather steps of the build. > > Second, can mtree be added to that list so that revs 1.154 and 1.155 be > > reverted? > > If we don't need mtree in the bootstrap-tools, than we sure need to save > it during installworld. This can only be done if the mtree changes are > reverted, right? But we do need it in bootstrap-tools. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 11:26:43 2000 Delivered-To: cvs-all@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 86C0E37BFEE; Wed, 19 Jul 2000 11:26:35 -0700 (PDT) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (203-165-77-17.sugnm1.kt.home.ne.jp [203.165.77.17]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id DAA17298; Thu, 20 Jul 2000 03:26:31 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id DAA82041; Thu, 20 Jul 2000 03:25:59 +0900 (JST) Date: Thu, 20 Jul 2000 03:25:58 +0900 Message-ID: <86hf9mm0y1.wl@localhost.local.idaemons.org> From: "Akinori -Aki- MUSHA" <knu@idaemons.org> To: andrews@technologist.com Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/graphics/ImageMagick Makefile ports/graphics/ImageMagick/files md5 ports/graphics/ImageMagick/patches patch-aj patch-ak patch-ab ports/graphics/ImageMagick/pkg PLIST In-Reply-To: In your message of "Wed, 19 Jul 2000 13:34:54 -0400" <20000719133454.K11216@argon.gryphonsoft.com> References: <200007191308.GAA60579@freefall.freebsd.org> <20000719133454.K11216@argon.gryphonsoft.com> User-Agent: Wanderlust/1.1.2 (Raspberry Beret) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 10) (Capitol Reef) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Wed, 19 Jul 2000 13:34:54 -0400, Will wrote: > On Wed, Jul 19, 2000 at 06:08:39AM -0700, Akinori MUSHA wrote: > > Log: > > Update to 5.2.1. > > Thanks!! No problem. :) By the way, it should be updated to 5.2.2, as the new version groks Palm's PDB format. 8) > > PR: ports/19944 > > Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (the defacto Maintainer) > > Maxim Sobolev gave him a honorary name: "Ports Fury". ;) > > It's better than "defacto maintainer". :-) Haha, so why not document it in the contributers section of the handbook! :) -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 11:31:23 2000 Delivered-To: cvs-all@freebsd.org Received: from mercury.mich.com (mercury.mich.com [64.79.64.32]) by hub.freebsd.org (Postfix) with ESMTP id 56DC637BFDC; Wed, 19 Jul 2000 11:31:17 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from argon.gryphonsoft.com (pm006-027.dialup.bignet.net [64.79.81.11]) by mercury.mich.com (8.9.3/8.9.3) with ESMTP id OAA23712; Wed, 19 Jul 2000 14:30:09 -0400 Received: by argon.gryphonsoft.com (Postfix, from userid 1000) id 763F619C0; Wed, 19 Jul 2000 14:28:29 -0400 (EDT) Date: Wed, 19 Jul 2000 14:28:29 -0400 From: Will Andrews <andrews@technologist.com> To: Akinori -Aki- MUSHA <knu@idaemons.org> Cc: andrews@technologist.com, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/graphics/ImageMagick Makefile ports/graphics/ImageMagick/files md5 ports/graphics/ImageMagick/patches patch-aj patch-ak patch-ab ports/graphics/ImageMagick/pkg PLIST Message-ID: <20000719142829.R11216@argon.gryphonsoft.com> References: <200007191308.GAA60579@freefall.freebsd.org> <20000719133454.K11216@argon.gryphonsoft.com> <86hf9mm0y1.wl@localhost.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <86hf9mm0y1.wl@localhost.local.idaemons.org>; from knu@idaemons.org on Thu, Jul 20, 2000 at 03:25:58AM +0900 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 20, 2000 at 03:25:58AM +0900, Akinori -Aki- MUSHA wrote: > By the way, it should be updated to 5.2.2, as the new version groks > Palm's PDB format. 8) That's your deal.. ;) > Haha, so why not document it in the contributers section of the > handbook! :) Perhaps... ;) -- Will Andrews <andrewsw@purdue.edu> <will@FreeBSD.org> GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 11:35:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 93BE637C014; Wed, 19 Jul 2000 11:35:05 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA74456; Wed, 19 Jul 2000 11:35:05 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200007191835.LAA74456@freefall.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Wed, 19 Jul 2000 11:35:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/07/19 11:35:05 PDT Modified files: . UPDATING Log: alex@big.endian.de (Alexander Langer) noticed that I point at LINT, which no longer exists. Updating the entry accordingly. Revision Changes Path 1.98 +3 -3 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 11:40: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from thelab.hub.org (nat196.15.mpoweredpc.net [142.177.196.15]) by hub.freebsd.org (Postfix) with ESMTP id 3002237B547; Wed, 19 Jul 2000 11:39:51 -0700 (PDT) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.3) with ESMTP id PAA09091; Wed, 19 Jul 2000 15:37:31 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Wed, 19 Jul 2000 15:37:31 -0300 (ADT) From: The Hermit Hacker <scrappy@hub.org> To: Will Andrews <andrews@technologist.com> Cc: Satoshi Asami <asami@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/converters/kdesupport2 Makefile ports/games/kdegames2 Makefile ports/misc/kdeutils2 Makefile ports/net/kdenetwork2 Makefile ports/x11-clocks/kdetoys2 Makefile ports/x11/kde2 Makefile ports/x11/kdebase2 Makefile ports/x11/kdelibs2 Makefile ... In-Reply-To: <20000719135827.P11216@argon.gryphonsoft.com> Message-ID: <Pine.BSF.4.21.0007191535440.1745-100000@thelab.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 19 Jul 2000, Will Andrews wrote: > On Wed, Jul 19, 2000 at 10:50:48AM -0700, Satoshi Asami wrote: > > Modified files: > > converters/kdesupport2 Makefile > > games/kdegames2 Makefile > > misc/kdeutils2 Makefile > > net/kdenetwork2 Makefile > > x11-clocks/kdetoys2 Makefile > > x11/kde2 Makefile > > x11/kdebase2 Makefile > > x11/kdelibs2 Makefile > > editors/koffice Makefile > > x11-toolkits/kde-qt-addon Makefile > > Log: > > Mark these BROKEN, they don't compile/run properly. > > > > Submitted by: maintainer > > Thank you. That said, I am currently working on snapshot versions of > these ports, and hope to commit them shortly after the release, so they > can get some field testing. > > Unfortunately, it requires Qt 2.2.0beta0, aka qt-copy, from the KDE > repository. I don't think qt-copy is suitable for replacement for qt21, > so I'm wondering whether it would be permissible for a repo-copy from > qt21 to qt22. We can bump the shlib version if necessary. > > OTOH, this is bleeding-edge beta software. I could just post a place > where I keep up-to-date KDE2 ports along with a qt-copy port, and do > daily snap builds + logs etc., and post them there. > > I think it would be better than putting it in the tree, primarily to > avoid problems with people who don't know the situation and assume the > ports in /usr/ports are well-tested etc. only to find out that 6-15 > hours of compiling got them nothing. Also, to avoid the qt21 vs. > qt-copy problem above. > > I have already discussed this snapshot idea with scrappy, and it seems > like the best way to go about this. Just a quick thought here ... if all the kde2 stuff is marked as BROKEN, would it be permissable for Will to merge his updates into there with a BROKEN message of something like 'needs qt-copy, see http://(?) for instructions'? that way it requires those of us willing/able to help Will out to just remove the BROKEN tag(s) to build? Just a thought ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 11:40:12 2000 Delivered-To: cvs-all@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 5D4AF37B55D; Wed, 19 Jul 2000 11:39:53 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id LAA03213; Wed, 19 Jul 2000 11:39:48 -0700 Message-ID: <3975F60D.3B7FDAE8@urx.com> Date: Wed, 19 Jul 2000 11:40:13 -0700 From: Kent Stewart <kstewart@urx.com> Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Darren Reed <darrenr@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet fil.c ip_auth.c ip_fil.c ip_fil.hip_frag.c ip_ftp_pxy.c ip_log.c ip_nat.c ip_nat.h ip_rcmd_pxy.cip_state.c ip_state.h ipl.h References: <200007191438.HAA34890@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ip_state.c and ip_nat.c are killing a 4.1-rc buildworld the error message is /usr/src/usr.sbin/ipftest/../../sys/netinet/ip_state.c:334: macro `GETUNIT' used with too many (2) args /usr/src/usr.sbin/ipftest/../../sys/netinet/ip_state.c:380: macro `GETUNIT' used with too many (2) args /usr/src/usr.sbin/ipftest/../../sys/netinet/ip_state.c:384: macro `GETUNIT' used with too many (2) args /usr/src/usr.sbin/ipftest/../../sys/netinet/ip_nat.c:1574: macro `NAT_HASH_FN' u sed with too many (3) args mkdep: compile failed *** Error code 1 Kent Darren Reed wrote: > > darrenr 2000/07/19 07:38:37 PDT > > Modified files: (Branch: RELENG_4) > sys/netinet fil.c ip_auth.c ip_fil.c ip_fil.h > ip_frag.c ip_ftp_pxy.c ip_log.c ip_nat.c > ip_nat.h ip_rcmd_pxy.c ip_state.c > ip_state.h ipl.h > Log: > pullup changes from -current > > Revision Changes Path > 1.10.2.4 +30 -24 src/sys/netinet/fil.c > 1.14.2.1 +3 -3 src/sys/netinet/ip_auth.c > 1.14.2.1 +49 -3 src/sys/netinet/ip_fil.c > 1.13.2.1 +4 -11 src/sys/netinet/ip_fil.h > 1.10.2.1 +5 -2 src/sys/netinet/ip_frag.c > 1.11.2.1 +299 -44 src/sys/netinet/ip_ftp_pxy.c > 1.13.2.1 +8 -2 src/sys/netinet/ip_log.c > 1.12.2.1 +92 -45 src/sys/netinet/ip_nat.c > 1.8.2.1 +16 -7 src/sys/netinet/ip_nat.h > 1.4.2.1 +15 -5 src/sys/netinet/ip_rcmd_pxy.c > 1.13.2.2 +286 -9 src/sys/netinet/ip_state.c > 1.7.2.1 +10 -4 src/sys/netinet/ip_state.h > 1.8.2.1 +2 -2 src/sys/netinet/ipl.h > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ Bomber dropping fire retardant in front of Hanford Wild fire. http://kstewart.urx.com/kstewart/bomber.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 11:55:45 2000 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id AFD0C37BFD9; Wed, 19 Jul 2000 11:55:42 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 077761C66; Wed, 19 Jul 2000 14:55:42 -0400 (EDT) Date: Wed, 19 Jul 2000 14:55:42 -0400 From: Bill Fumerola <billf@chimesnet.com> To: Sheldon Hearn <sheldonh@uunet.co.za> Cc: obrien@FreeBSD.org, Archie Cobbs <archie@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c Message-ID: <20000719145541.W51462@jade.chc-chimes.com> References: <20000719062830.A15133@dragon.nuxi.com> <2153.964014378@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <2153.964014378@axl.ops.uunet.co.za>; from sheldonh@uunet.co.za on Wed, Jul 19, 2000 at 03:46:18PM +0200 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 19, 2000 at 03:46:18PM +0200, Sheldon Hearn wrote: > If that's your only reason, I don't think it's good enough. I think > "the UNIX way" to get usage() out of a program is ``progname -?''. > Starting a program you don't know how to drive without arguments and > hoping for usage isn't always such a hot idea. progname -? is _not_ the UNIX way. I did this to a program once and was given many reasons why it was bad. they may be archived. -- Bill Fumerola - Network Architect, BOFH / Chimes, Inc. billf@chimesnet.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 11:57:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5822537C004; Wed, 19 Jul 2000 11:57:51 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA77037; Wed, 19 Jul 2000 11:57:51 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007191857.LAA77037@freefall.freebsd.org> From: Satoshi Asami <asami@FreeBSD.org> Date: Wed, 19 Jul 2000 11:57:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports INDEX X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/19 11:57:50 PDT Modified files: . INDEX Log: This is the official index file for 4.1-release. There are 3,605 ports in here. (Too bad the release number isn't 3.6....) You can check out the ports tree for 4.1R with the tag "RELEASE_4_1_0". Revision Changes Path 1.285 +322 -282 ports/INDEX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 12: 6:10 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 89FC337B592; Wed, 19 Jul 2000 12:05:26 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13Ez9d-0001fe-00; Wed, 19 Jul 2000 21:05:13 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: Bill Fumerola <billf@chimesnet.com> Cc: obrien@FreeBSD.org, Archie Cobbs <archie@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c In-reply-to: Your message of "Wed, 19 Jul 2000 14:55:42 -0400." <20000719145541.W51462@jade.chc-chimes.com> Date: Wed, 19 Jul 2000 21:05:13 +0200 Message-ID: <6425.964033513@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 19 Jul 2000 14:55:42 -0400, Bill Fumerola wrote: > progname -? is _not_ the UNIX way. I did this to a program once and was > given many reasons why it was bad. they may be archived. Are you sure that what you got was not criticism of a specific getopt() use? :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 12: 6:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E748237B5FA; Wed, 19 Jul 2000 12:06:04 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA82398; Wed, 19 Jul 2000 12:06:04 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007191906.MAA82398@freefall.freebsd.org> From: Ben Smithurst <ben@FreeBSD.org> Date: Wed, 19 Jul 2000 12:06:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/19 12:06:03 PDT Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT release/texts/i386 RELNOTES.TXT Log: MFC: PR 20015: 1. Correct FTP site for 4.0-stable snapshots and delete sentence fragment immediately following. 2. Add FDDI section to table of contents (see #5 below) and add one line of whitespace. 3. In userland section, document csh->tcsh, more->less, and colorized ls. 4. In Ethernet section, do: s/gigabit ethernet/Gigabit Ethernet/ s/fast ethernet/Fast Ethernet/ s/ethernet/Ethernet/ 5. Pull DEC DEFPA/DEFEA *FDDI* cards out of the *Ethernet* section and into their own second-level section. 6. Add missing period in section header in ATM section. 7. Tweak upgrading sectio with some new text, not sure if this is much better though. 8. Add a blurb about the -stable mailing list. Revision Changes Path 1.31.2.18 +56 -32 src/release/texts/alpha/RELNOTES.TXT 1.72.2.15 +55 -32 src/release/texts/i386/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 12: 8:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A036937B51D; Wed, 19 Jul 2000 12:08:14 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA83702; Wed, 19 Jul 2000 12:08:14 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007191908.MAA83702@freefall.freebsd.org> From: Ben Smithurst <ben@FreeBSD.org> Date: Wed, 19 Jul 2000 12:08:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man8 rc.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/19 12:08:13 PDT Modified files: share/man/man8 rc.8 Log: Document the rc.d system. Suggested by: dcs Reviewed by: alex, dcs, sheldonh Revision Changes Path 1.11 +98 -1 src/share/man/man8/rc.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 12: 9:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B2EA37B5FA; Wed, 19 Jul 2000 12:09:43 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA84628; Wed, 19 Jul 2000 12:09:42 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007191909.MAA84628@freefall.freebsd.org> From: Ben Smithurst <ben@FreeBSD.org> Date: Wed, 19 Jul 2000 12:09:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man8 rc.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/19 12:09:42 PDT Modified files: (Branch: RELENG_4) share/man/man8 rc.8 Log: MFC: document the rc.d system. Revision Changes Path 1.9.2.2 +77 -1 src/share/man/man8/rc.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 12:14: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 15F3D37BFEC; Wed, 19 Jul 2000 12:13:56 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA87184; Wed, 19 Jul 2000 12:13:55 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007191913.MAA87184@freefall.freebsd.org> From: Ben Smithurst <ben@FreeBSD.org> Date: Wed, 19 Jul 2000 12:13:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/19 12:13:55 PDT Modified files: usr.sbin/kbdcontrol kbdcontrol.1 Log: * document that 'kbdcontrol -k' needs stdin to be the console. * add an example of how to switch the console keyboard to a USB keyboard. PR: 18520 Submitted by: n_hibma Reviewed by: sheldonh Revision Changes Path 1.21 +20 -1 src/usr.sbin/kbdcontrol/kbdcontrol.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 12:15:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA83737C01C; Wed, 19 Jul 2000 12:15:10 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA87879; Wed, 19 Jul 2000 12:15:10 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007191915.MAA87879@freefall.freebsd.org> From: Ben Smithurst <ben@FreeBSD.org> Date: Wed, 19 Jul 2000 12:15:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/19 12:15:09 PDT Modified files: (Branch: RELENG_4) usr.sbin/kbdcontrol kbdcontrol.1 Log: MFC: clarify that -k needs the console on stdin, and add example. Revision Changes Path 1.18.2.2 +20 -1 src/usr.sbin/kbdcontrol/kbdcontrol.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 12:16:58 2000 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 2D83337B856; Wed, 19 Jul 2000 12:16:47 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id MAA17873; Wed, 19 Jul 2000 12:16:44 -0700 (PDT) (envelope-from obrien) Date: Wed, 19 Jul 2000 12:16:44 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Alexander Langer <alex@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/qpopper Makefile ports/mail/qpopper/patchespatch-manpages ports/mail/qpopper/pkg MESSAGE PLISTports/mail/qpopper/scripts pre-install Message-ID: <20000719121644.A17812@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20000719100926.A14534@cichlids.cichlids.com> <200007190731.AAA03974@freefall.freebsd.org> <39756134.DC76C6B7@FreeBSD.org> <20000719100926.A14534@cichlids.cichlids.com> <200007191637.KAA82176@harmony.village.org> <20000719190208.B17793@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000719190208.B17793@cichlids.cichlids.com>; from alex@FreeBSD.org on Wed, Jul 19, 2000 at 07:02:08PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 19, 2000 at 07:02:08PM +0200, Alexander Langer wrote: > BTW: It's changed in the meanwhile, in order to keep the history of the > patches. I will only use my preference of patch naming when there are no existing patch-xx or Attic/patch-xx that apply to a file. Keeping patch history is important. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 12:17:15 2000 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 5934537B8B7; Wed, 19 Jul 2000 12:17:08 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 421FC1C66; Wed, 19 Jul 2000 15:17:05 -0400 (EDT) Date: Wed, 19 Jul 2000 15:17:05 -0400 From: Bill Fumerola <billf@chimesnet.com> To: Will Andrews <andrews@technologist.com> Cc: Akinori -Aki- MUSHA <knu@idaemons.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, tkato@prontomail.ne.jp Subject: Re: cvs commit: ports/graphics/ImageMagick Makefile ports/graphics/ImageMagick/files md5 ports/graphics/ImageMagick/patches patch-aj patch-ak patch-ab ports/graphics/ImageMagick/pkg PLIST Message-ID: <20000719151705.A51462@jade.chc-chimes.com> References: <200007191308.GAA60579@freefall.freebsd.org> <20000719133454.K11216@argon.gryphonsoft.com> <86hf9mm0y1.wl@localhost.local.idaemons.org> <20000719142829.R11216@argon.gryphonsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000719142829.R11216@argon.gryphonsoft.com>; from andrews@technologist.com on Wed, Jul 19, 2000 at 02:28:29PM -0400 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 19, 2000 at 02:28:29PM -0400, Will Andrews wrote: > > Haha, so why not document it in the contributers section of the > > handbook! :) > > Perhaps... ;) I think we should just make lots of references to KATO-san throughout the handbook and force him to become a committer to remove them. :-> -- Bill Fumerola - Network Architect, BOFH / Chimes, Inc. billf@chimesnet.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 12:20:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A32F37BDFE; Wed, 19 Jul 2000 12:20:27 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA90735; Wed, 19 Jul 2000 12:20:26 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007191920.MAA90735@freefall.freebsd.org> From: Ben Smithurst <ben@FreeBSD.org> Date: Wed, 19 Jul 2000 12:20:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/19 12:20:26 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Another question which crops up every now and again: "why is my kernel so big?". People must be using "config -g" without knowing it or something... PR: 19997 Submitted by: Eric Ogren <eogren@earthlink.net> Revision Changes Path 1.76 +42 -1 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 12:20:45 2000 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id C338F37C030; Wed, 19 Jul 2000 12:20:40 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 12FCB1C66; Wed, 19 Jul 2000 15:20:39 -0400 (EDT) Date: Wed, 19 Jul 2000 15:20:39 -0400 From: Bill Fumerola <billf@chimesnet.com> To: Sheldon Hearn <sheldonh@uunet.co.za> Cc: obrien@FreeBSD.org, Archie Cobbs <archie@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c Message-ID: <20000719152039.B51462@jade.chc-chimes.com> References: <20000719145541.W51462@jade.chc-chimes.com> <6425.964033513@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <6425.964033513@axl.ops.uunet.co.za>; from sheldonh@uunet.co.za on Wed, Jul 19, 2000 at 09:05:13PM +0200 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 19, 2000 at 09:05:13PM +0200, Sheldon Hearn wrote: > > progname -? is _not_ the UNIX way. I did this to a program once and was > > given many reasons why it was bad. they may be archived. > > Are you sure that what you got was not criticism of a specific getopt() > use? :-) Search the commit logs for "Ben Olson <bseth@chc-chimes.com>" who was the co-worker who submitted the change, hopefully that will give you enough to dig up the thread. The main reason is that ? is a (for all intents and purposes) a reserved shell character and typing: foo -\? Seems a bit silly now. To quote They Might Be Giants: "I felt young and foolish then, I feel old and foolish now." -- Bill Fumerola - Network Architect, BOFH / Chimes, Inc. billf@chimesnet.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 12:26:54 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 808C037B95D; Wed, 19 Jul 2000 12:26:44 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13EzU5-0001m9-00; Wed, 19 Jul 2000 21:26:21 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: Bill Fumerola <billf@chimesnet.com> Cc: obrien@FreeBSD.org, Archie Cobbs <archie@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c In-reply-to: Your message of "Wed, 19 Jul 2000 15:20:39 -0400." <20000719152039.B51462@jade.chc-chimes.com> Date: Wed, 19 Jul 2000 21:26:21 +0200 Message-ID: <6828.964034781@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 19 Jul 2000 15:20:39 -0400, Bill Fumerola wrote: > The main reason is that ? is a (for all intents and purposes) a reserved > shell character and typing: > > foo -\? Right, that makes sense, I suppose. I must admit that I've never been bitten by this myself, but I suppose it'd be problematic if one had a file in the working directory whose name was composed of two characters, the first of which was a dash. Talk about edge cases. :-) But I hear you. It was a bit presumptuous to call the way I do things "the UNIX way" just because I can't remember who taught it to me. :-) Later, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 12:29:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 63ABD37B592; Wed, 19 Jul 2000 12:29:32 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: (from wilko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA95797; Wed, 19 Jul 2000 12:29:32 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Message-Id: <200007191929.MAA95797@freefall.freebsd.org> From: Wilko Bulte <wilko@FreeBSD.org> Date: Wed, 19 Jul 2000 12:29:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/07/19 12:29:32 PDT Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT Log: document we have new hardware models supported document Rawhide does not want to boot install floppies Revision Changes Path 1.31.2.19 +7 -0 src/release/texts/alpha/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 12:31: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from mout1.silyn-tek.de (mout1.silyn-tek.de [194.25.165.69]) by hub.freebsd.org (Postfix) with ESMTP id 7E5B037C03C; Wed, 19 Jul 2000 12:30:56 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.33] (helo=mx1.silyn-tek.de) by mout1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13EzYV-0002C2-00; Wed, 19 Jul 2000 21:30:55 +0200 Received: from p3e9c115c.dip0.t-ipconnect.de ([62.156.17.92] helo=neutron.cichlids.com) by mx1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13EzYS-00021g-00; Wed, 19 Jul 2000 21:30:53 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id ADB79AB91; Wed, 19 Jul 2000 21:32:31 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 3253714A6A; Wed, 19 Jul 2000 21:30:53 +0200 (CEST) Date: Wed, 19 Jul 2000 21:30:52 +0200 From: Alexander Langer <alex@FreeBSD.org> To: David O'Brien <obrien@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/qpopper Makefile ports/mail/qpopper/patchespatch-manpages ports/mail/qpopper/pkg MESSAGE PLISTports/mail/qpopper/scripts pre-install Message-ID: <20000719213052.A27515@cichlids.cichlids.com> References: <20000719100926.A14534@cichlids.cichlids.com> <200007190731.AAA03974@freefall.freebsd.org> <39756134.DC76C6B7@FreeBSD.org> <20000719100926.A14534@cichlids.cichlids.com> <200007191637.KAA82176@harmony.village.org> <20000719190208.B17793@cichlids.cichlids.com> <20000719121644.A17812@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000719121644.A17812@dragon.nuxi.com>; from obrien@FreeBSD.org on Wed, Jul 19, 2000 at 12:16:44PM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake David O'Brien (obrien@FreeBSD.org): > I will only use my preference of patch naming when there are no existing > patch-xx or Attic/patch-xx that apply to a file. Keeping patch history > is important. Yes, that's why I changed the names. I overlooked the existance of those for the first commit, though. Maxim pointed me to them. Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 12:31:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50BF037B95D; Wed, 19 Jul 2000 12:31:43 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA96175; Wed, 19 Jul 2000 12:31:43 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <200007191931.MAA96175@freefall.freebsd.org> From: Bill Fumerola <billf@FreeBSD.org> Date: Wed, 19 Jul 2000 12:31:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/rogue Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2000/07/19 12:31:43 PDT Modified files: (Branch: RELENG_4) games/rogue Makefile Log: MFC: 1.5 - -lcompat isn't needed anymore (roberto) 1.6 - bitrot in DPADD fixed (bde) Requested by: obrien Revision Changes Path 1.4.2.1 +3 -3 src/games/rogue/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 12:35:44 2000 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 5E6B337C025; Wed, 19 Jul 2000 12:35:35 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 88BA81C66; Wed, 19 Jul 2000 15:35:34 -0400 (EDT) Date: Wed, 19 Jul 2000 15:35:34 -0400 From: Bill Fumerola <billf@chimesnet.com> To: Sheldon Hearn <sheldonh@uunet.co.za> Cc: obrien@FreeBSD.org, Archie Cobbs <archie@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c Message-ID: <20000719153534.D51462@jade.chc-chimes.com> References: <20000719152039.B51462@jade.chc-chimes.com> <6828.964034781@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <6828.964034781@axl.ops.uunet.co.za>; from sheldonh@uunet.co.za on Wed, Jul 19, 2000 at 09:26:21PM +0200 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 19, 2000 at 09:26:21PM +0200, Sheldon Hearn wrote: > > The main reason is that ? is a (for all intents and purposes) a reserved > > shell character and typing: > > > > foo -\? > > Right, that makes sense, I suppose. I must admit that I've never been > bitten by this myself, but I suppose it'd be problematic if one had a > file in the working directory whose name was composed of two characters, > the first of which was a dash. > > Talk about edge cases. :-) [hawk-billf] /usr/ports/net/ethereal/pkg > ls -? zsh: no matches found: -? [hawk-billf] /usr/ports/net/ethereal/pkg > ls -\? ls: illegal option -- ? usage: ls [-ACFGHLPRTWacdfgiklnoqrstu1] [file ...] It's worse then just the edge case, the shell is going to try and expand it no matter what. > But I hear you. It was a bit presumptuous to call the way I do things > "the UNIX way" just because I can't remember who taught it to me. :-) We all make mistakes, and I made this one too :-> -- Bill Fumerola - Network Architect, BOFH / Chimes, Inc. billf@chimesnet.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 12:40:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF02D37B51C; Wed, 19 Jul 2000 12:40:13 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA97339; Wed, 19 Jul 2000 12:40:13 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200007191940.MAA97339@freefall.freebsd.org> From: Daniel Harris <dannyboy@FreeBSD.org> Date: Wed, 19 Jul 2000 12:40:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/07/19 12:40:13 PDT Modified files: en/releases index.sgml Log: Remove some extraneous '.'s. Revision Changes Path 1.40 +5 -5 www/en/releases/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 12:45:57 2000 Delivered-To: cvs-all@freebsd.org Received: from mout2.silyn-tek.de (mout2.silyn-tek.de [194.25.165.70]) by hub.freebsd.org (Postfix) with ESMTP id 7668037B949; Wed, 19 Jul 2000 12:45:49 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.34] (helo=mx2.silyn-tek.de) by mout2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13Ezmq-0001CP-00; Wed, 19 Jul 2000 21:45:44 +0200 Received: from p3e9c115c.dip0.t-ipconnect.de ([62.156.17.92] helo=neutron.cichlids.com) by mx2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13Ezmo-0001Lz-00; Wed, 19 Jul 2000 21:45:42 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id D8632AB91; Wed, 19 Jul 2000 21:47:20 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id ED46A14A6A; Wed, 19 Jul 2000 21:45:41 +0200 (CEST) Date: Wed, 19 Jul 2000 21:45:41 +0200 To: Bill Fumerola <billf@chimesnet.com> Cc: Will Andrews <andrews@technologist.com>, Akinori -Aki- MUSHA <knu@idaemons.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, tkato@prontomail.ne.jp Subject: Re: cvs commit: ports/graphics/ImageMagick Makefile ports/graphics/ImageMagick/files md5 ports/graphics/ImageMagick/patches patch-aj patch-ak patch-ab ports/graphics/ImageMagick/pkg PLIST Message-ID: <20000719214541.A35913@cichlids.cichlids.com> References: <200007191308.GAA60579@freefall.freebsd.org> <20000719133454.K11216@argon.gryphonsoft.com> <86hf9mm0y1.wl@localhost.local.idaemons.org> <20000719142829.R11216@argon.gryphonsoft.com> <20000719151705.A51462@jade.chc-chimes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000719151705.A51462@jade.chc-chimes.com>; from billf@chimesnet.com on Wed, Jul 19, 2000 at 03:17:05PM -0400 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Bill Fumerola (billf@chimesnet.com): > > > Haha, so why not document it in the contributers section of the > > > handbook! :) > > Perhaps... ;) > I think we should just make lots of references to KATO-san throughout > the handbook and force him to become a committer to remove them. :-> HAHAHA! Way good idea. :) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 12:51: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id 08A2237C08C; Wed, 19 Jul 2000 12:51:02 -0700 (PDT) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel1.hp.com (Postfix) with ESMTP id 23E0B2EE; Wed, 19 Jul 2000 12:51:01 -0700 (PDT) Received: from cup.hp.com (gauss.cup.hp.com [15.28.97.152]) by adlmail.cup.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with ESMTP id MAA15289; Wed, 19 Jul 2000 12:51:00 -0700 (PDT) Message-ID: <397606A4.9D2717AB@cup.hp.com> Date: Wed, 19 Jul 2000 12:51:00 -0700 From: Marcel Moolenaar <marcel@cup.hp.com> Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Bruce Evans <bde@zeta.org.au> Cc: Sheldon Hearn <sheldonh@uunet.co.za>, Marcel Moolenaar <marcel@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 References: <Pine.BSF.4.21.0007200402240.7415-100000@besplex.bde.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bruce Evans wrote: > > On Wed, 19 Jul 2000, Marcel Moolenaar wrote: > > > Sheldon Hearn wrote: > > > First, could you put the files somewhere in the obj tree so that they > > > aren't lost in the case of a reboot on a machine which mounts /tmp in > > > volatile storage? > > > > I prefer to use /var/tmp in that case. There's a problem with multiple > > concurrent installworlds if you save the binaries in the shared object > > tree. > > Using separate temporary directories should handle that in the same way > as it does when /tmp is used. You should use mktmp(1) instead of $$ in > /tmp. Good point. That should make it work across hosts as well and thus enables us to copy the binaries to the object tree. I still don't think we should do that, because that would prevent us from mounting /usr/obj read-only during an installworld. > The temporary directory could also be in a fixed > place under ${DESTDIR}. Concurrent installworlds can only be expected to > work for separate ${DESTDIR}s. Yes. Technically speaking, we only have to save binaries when we're installing in directories that are in PATH. I don't think all the logic to optimize that weights up the increase in complexity we'll add to the makefiles... > Copying sh is almost a no-op since the full path to /bin/sh is often used. > Similarly for perl. We probably need to fix that or make sure that we handle it properly. We could for example delay installation of sh and perl (and others) until everything else is done. I'll dig into this... > I think it would be better to copy the binaries early and restrict the > path for all ather steps of the build. I think that would unnecessary restrict what we can use during a build. Restricting what we can use during an install is less intrusive, because you should basicly only need to do an install... > > > Second, can mtree be added to that list so that revs 1.154 and 1.155 be > > > reverted? > > > > If we don't need mtree in the bootstrap-tools, than we sure need to save > > it during installworld. This can only be done if the mtree changes are > > reverted, right? > > But we do need it in bootstrap-tools. Precisely. -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 12:56:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9263F37B6B1; Wed, 19 Jul 2000 12:56:09 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA98945; Wed, 19 Jul 2000 12:56:10 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200007191956.MAA98945@freefall.freebsd.org> From: Daniel Harris <dannyboy@FreeBSD.org> Date: Wed, 19 Jul 2000 12:56:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/07/19 12:56:09 PDT Modified files: en/news news.sgml Log: Remove a pair of extra commas and Americani_z_e "organizations". Revision Changes Path 1.22 +4 -4 www/en/news/news.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 12:58:49 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 52CF337C013; Wed, 19 Jul 2000 12:58:42 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id NAA93831; Wed, 19 Jul 2000 13:58:37 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id NAA84134; Wed, 19 Jul 2000 13:58:36 -0600 (MDT) Message-Id: <200007191958.NAA84134@harmony.village.org> To: Bill Fumerola <billf@chimesnet.com> Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c Cc: Sheldon Hearn <sheldonh@uunet.co.za>, obrien@FreeBSD.org, Archie Cobbs <archie@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 19 Jul 2000 14:55:42 EDT." <20000719145541.W51462@jade.chc-chimes.com> References: <20000719145541.W51462@jade.chc-chimes.com> <20000719062830.A15133@dragon.nuxi.com> <2153.964014378@axl.ops.uunet.co.za> Date: Wed, 19 Jul 2000 13:58:36 -0600 From: Warner Losh <imp@village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000719145541.W51462@jade.chc-chimes.com> Bill Fumerola writes: : progname -? is _not_ the UNIX way. I did this to a program once and was : given many reasons why it was bad. they may be archived. But getopt returns '?' for unknown args, which causes most of our programs to print the usage. You don't need or and shouldn't code that, which is the conversation I think that's archived. It just falls out of the way getopt works. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 13:13: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A2E3D37C022; Wed, 19 Jul 2000 13:12:59 -0700 (PDT) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA02139; Wed, 19 Jul 2000 13:12:59 -0700 (PDT) (envelope-from cg@FreeBSD.org) Message-Id: <200007192012.NAA02139@freefall.freebsd.org> From: Cameron Grant <cg@FreeBSD.org> Date: Wed, 19 Jul 2000 13:12:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm sound.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2000/07/19 13:12:58 PDT Modified files: (Branch: RELENG_4) sys/dev/sound/pcm sound.h Log: mfc rev 1.15 Revision Changes Path 1.10.2.3 +19 -1 src/sys/dev/sound/pcm/sound.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 13:13: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from news.IAEhv.nl (news.IAE.nl [194.151.64.4]) by hub.freebsd.org (Postfix) with ESMTP id 93A5C37C031 for <cvs-all@freebsd.org>; Wed, 19 Jul 2000 13:12:58 -0700 (PDT) (envelope-from Arjan.deVet@adv.iae.nl) Received: (from uucp@localhost) by news.IAEhv.nl (8.9.1/8.9.1) with IAEhv.nl id WAA09156; Wed, 19 Jul 2000 22:12:56 +0200 (MET DST) Received: by adv.iae.nl (Postfix, from userid 100) id EABEC22E3; Wed, 19 Jul 2000 22:12:44 +0200 (CEST) To: kstewart@urx.com Subject: Re: cvs commit: src/sys/netinet fil.c ip_auth.c ip_fil.c ip_fil.hip_frag.c ip_ftp_pxy.c ip_log.c ip_nat.c ip_nat.h ip_rcmd_pxy.cip_state.c ip_state.h ipl.h X-Newsgroups: list.freebsd.cvs.all In-Reply-To: <3975F60D.3B7FDAE8@urx.com> References: <200007191438.HAA34890@freefall.freebsd.org> Organization: Eindhoven, the Netherlands Cc: cvs-all@freebsd.org Message-Id: <20000719201244.EABEC22E3@adv.iae.nl> Date: Wed, 19 Jul 2000 22:12:44 +0200 (CEST) From: Arjan.deVet@adv.iae.nl (Arjan de Vet) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <3975F60D.3B7FDAE8@urx.com> you write: >Ip_state.c and ip_nat.c are killing a 4.1-rc buildworld the error >message is [...] Although Darren tried to merge 3.4.8 into stable there are still a lot of differences between current and stable w.r.t. ipfilter. I've done cd /usr/src/contrib/ipfilter cvs update -rRELENG_4 cvs update -jv3_3_8 -jv3-4-8 and will see how far I get in resolving conflicts and updating sys/netinet. Arjan -- Arjan de Vet, Eindhoven, The Netherlands <Arjan.deVet@adv.iae.nl> URL: http://www.iae.nl/users/devet/ for PGP key: finger devet@iae.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 13:17:15 2000 Delivered-To: cvs-all@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 0BDDD37C066 for <cvs-all@freebsd.org>; Wed, 19 Jul 2000 13:17:07 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id NAA03524; Wed, 19 Jul 2000 13:17:01 -0700 Message-ID: <39760CD6.FEC30572@urx.com> Date: Wed, 19 Jul 2000 13:17:26 -0700 From: Kent Stewart <kstewart@urx.com> Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Arjan de Vet <Arjan.deVet@adv.iae.nl> Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/netinet fil.c ip_auth.c ip_fil.c ip_fil.hip_frag.c ip_ftp_pxy.c ip_log.c ip_nat.c ip_nat.h ip_rcmd_pxy.cip_state.c ip_state.h ipl.h References: <200007191438.HAA34890@freefall.freebsd.org> <20000719201244.EABEC22E3@adv.iae.nl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Arjan de Vet wrote: > > In article <3975F60D.3B7FDAE8@urx.com> you write: > > >Ip_state.c and ip_nat.c are killing a 4.1-rc buildworld the error > >message is > > [...] > > Although Darren tried to merge 3.4.8 into stable there are still a lot > of differences between current and stable w.r.t. ipfilter. > > I've done > > cd /usr/src/contrib/ipfilter > cvs update -rRELENG_4 > cvs update -jv3_3_8 -jv3-4-8 > > and will see how far I get in resolving conflicts and updating > sys/netinet. I have it up on my system. One thing is noticeable and that is GETUNIT has multi-multi-definitions. Only one of them has two arguments. That was as far as I had got. Good luck on the conflicts. So far, I haven't seen anyone else complain. Kent > > Arjan > > -- > Arjan de Vet, Eindhoven, The Netherlands <Arjan.deVet@adv.iae.nl> > URL: http://www.iae.nl/users/devet/ for PGP key: finger devet@iae.nl -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ Bomber dropping fire retardant in front of Hanford Wild fire. http://kstewart.urx.com/kstewart/bomber.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 13:31:57 2000 Delivered-To: cvs-all@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id 5FDC237B54A for <cvs-all@FreeBSD.ORG>; Wed, 19 Jul 2000 13:31:53 -0700 (PDT) (envelope-from kstewart@urx.com) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id NAA03578; Wed, 19 Jul 2000 13:31:49 -0700 Message-ID: <3976104D.E13F9C98@urx.com> Date: Wed, 19 Jul 2000 13:32:13 -0700 From: Kent Stewart <kstewart@urx.com> Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Arjan de Vet <Arjan.deVet@adv.iae.nl> Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet fil.c ip_auth.c ip_fil.c ip_fil.hip_frag.c ip_ftp_pxy.c ip_log.c ip_nat.c ip_nat.h ip_rcmd_pxy.cip_state.c ip_state.h ipl.h References: <200007191438.HAA34890@freefall.freebsd.org> <20000719201244.EABEC22E3@adv.iae.nl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Arjan de Vet wrote: > > In article <3975F60D.3B7FDAE8@urx.com> you write: > > >Ip_state.c and ip_nat.c are killing a 4.1-rc buildworld the error > >message is > > [...] > > Although Darren tried to merge 3.4.8 into stable there are still a lot > of differences between current and stable w.r.t. ipfilter. > > I've done > > cd /usr/src/contrib/ipfilter > cvs update -rRELENG_4 > cvs update -jv3_3_8 -jv3-4-8 > > and will see how far I get in resolving conflicts and updating > sys/netinet. In ip_nat.c:1574, the second argument is a zero. That is the only usage of NAT_HASH... with 3 arguments. To change that --- ip_nat.c.orig Wed Jul 19 13:28:00 2000 +++ ip_nat.c Wed Jul 19 13:28:29 2000 @@ -1571,7 +1571,7 @@ i = 32; maskloop: iph = in.s_addr & htonl(msk); - hv = NAT_HASH_FN(iph, 0, ipf_rdrrules_sz); + hv = NAT_HASH_FN(iph, ipf_rdrrules_sz); for (np = rdr_rules[hv]; np; np = np->in_rnext) { if ((np->in_ifp && (np->in_ifp != ifp)) || (np->in_p && (np->in_p != ip->ip_p)) || Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ Bomber dropping fire retardant in front of Hanford Wild fire. http://kstewart.urx.com/kstewart/bomber.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 14:11:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 492E237C0B6; Wed, 19 Jul 2000 14:11:11 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA10699; Wed, 19 Jul 2000 14:11:11 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <200007192111.OAA10699@freefall.freebsd.org> From: Marcel Moolenaar <marcel@FreeBSD.org> Date: Wed, 19 Jul 2000 14:11:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux syscalls.master X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/07/19 14:11:11 PDT Modified files: (Branch: RELENG_4) sys/i386/linux syscalls.master Log: MFC: rev 1.32: linux_pread and linux_pwrite prototypes PR: 17991 Revision Changes Path 1.30.2.2 +5 -3 src/sys/i386/linux/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 14:12:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6242737C05A; Wed, 19 Jul 2000 14:12:41 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA10878; Wed, 19 Jul 2000 14:12:41 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <200007192112.OAA10878@freefall.freebsd.org> From: Marcel Moolenaar <marcel@FreeBSD.org> Date: Wed, 19 Jul 2000 14:12:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_dummy.c linux_file.c linux_proto.h linux_syscall.h linux_sysent.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/07/19 14:12:40 PDT Modified files: (Branch: RELENG_4) sys/i386/linux linux_dummy.c linux_file.c linux_proto.h linux_syscall.h linux_sysent.c Log: MFC: implementation of linux_pread and linux_pwrite. PR: 17991 Revision Changes Path 1.21.2.2 +1 -3 src/sys/i386/linux/linux_dummy.c 1.38.2.2 +29 -1 src/sys/i386/linux/linux_file.c 1.32.2.2 +9 -3 src/sys/i386/linux/linux_proto.h 1.27.2.2 +1 -1 src/sys/i386/linux/linux_syscall.h 1.33.2.2 +3 -3 src/sys/i386/linux/linux_sysent.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 14:18:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C3A0237B873; Wed, 19 Jul 2000 14:18:47 -0700 (PDT) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA11707; Wed, 19 Jul 2000 14:18:47 -0700 (PDT) (envelope-from cg@FreeBSD.org) Message-Id: <200007192118.OAA11707@freefall.freebsd.org> From: Cameron Grant <cg@FreeBSD.org> Date: Wed, 19 Jul 2000 14:18:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/isa ad1816.c es1888.c ess.c gusc.c mss.c mss.h sb.c sbc.c src/sys/dev/sound/pci ds1-fw.h ds1.c ds1.h aureal.c csa.c csapcm.c emu10k1.c es137x.c es137x.h neomagic.c t4dwave.c src/sys/dev/sound/pcm ac97.c ac97.h channel.c channel.h ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2000/07/19 14:18:47 PDT Modified files: (Branch: RELENG_4) sys/dev/sound/isa ad1816.c es1888.c ess.c gusc.c mss.c mss.h sb.c sbc.c sys/dev/sound/pci aureal.c csa.c csapcm.c emu10k1.c es137x.c es137x.h neomagic.c t4dwave.c sys/dev/sound/pcm ac97.c ac97.h channel.c channel.h datatypes.h dsp.c feeder.c mixer.c mixer.h sound.c Added files: (Branch: RELENG_4) sys/dev/sound/pci ds1-fw.h ds1.c ds1.h Log: mfc: many fixes Revision Changes Path 1.7.2.2 +9 -3 src/sys/dev/sound/isa/ad1816.c 1.5.2.2 +6 -2 src/sys/dev/sound/isa/es1888.c 1.3.2.1 +11 -12 src/sys/dev/sound/isa/ess.c 1.5.2.1 +56 -59 src/sys/dev/sound/isa/gusc.c 1.48.2.3 +27 -26 src/sys/dev/sound/isa/mss.c 1.7.2.2 +1 -1 src/sys/dev/sound/isa/mss.h 1.50.2.2 +8 -7 src/sys/dev/sound/isa/sb.c 1.19.2.3 +9 -7 src/sys/dev/sound/isa/sbc.c 1.8.2.2 +8 -3 src/sys/dev/sound/pci/aureal.c 1.8.2.1 +8 -18 src/sys/dev/sound/pci/csa.c 1.8.2.2 +8 -3 src/sys/dev/sound/pci/csapcm.c 1.6.2.1 +360 -77 src/sys/dev/sound/pci/emu10k1.c 1.13.2.2 +20 -8 src/sys/dev/sound/pci/es137x.c 1.3.2.2 +0 -0 src/sys/dev/sound/pci/es137x.h 1.7.2.3 +6 -3 src/sys/dev/sound/pci/neomagic.c 1.9.2.2 +14 -6 src/sys/dev/sound/pci/t4dwave.c 1.5.2.2 +8 -4 src/sys/dev/sound/pcm/ac97.c 1.3.2.2 +0 -0 src/sys/dev/sound/pcm/ac97.h 1.19.2.3 +231 -181 src/sys/dev/sound/pcm/channel.c 1.5.2.2 +4 -2 src/sys/dev/sound/pcm/channel.h 1.8.2.2 +10 -11 src/sys/dev/sound/pcm/datatypes.h 1.15.2.2 +72 -38 src/sys/dev/sound/pcm/dsp.c 1.8.2.2 +0 -0 src/sys/dev/sound/pcm/feeder.c 1.4.2.2 +3 -2 src/sys/dev/sound/pcm/mixer.c 1.2.2.2 +0 -0 src/sys/dev/sound/pcm/mixer.h 1.17.2.2 +17 -3 src/sys/dev/sound/pcm/sound.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 14:21: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B8B6937C0E4; Wed, 19 Jul 2000 14:21:05 -0700 (PDT) (envelope-from cg@FreeBSD.org) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA12022; Wed, 19 Jul 2000 14:21:06 -0700 (PDT) (envelope-from cg@FreeBSD.org) Message-Id: <200007192121.OAA12022@freefall.freebsd.org> From: Cameron Grant <cg@FreeBSD.org> Date: Wed, 19 Jul 2000 14:21:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2000/07/19 14:21:05 PDT Modified files: (Branch: RELENG_4) sys/conf files Log: activate newpcm ds1 driver Revision Changes Path 1.340.2.14 +10 -9 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 14:27: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id DE9F437BED2; Wed, 19 Jul 2000 14:26:58 -0700 (PDT) (envelope-from wkb@freebie.demon.nl) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.14 #2) id 13F1Mn-0003YQ-00; Wed, 19 Jul 2000 21:26:57 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.9.3/8.9.3) id XAA03095; Wed, 19 Jul 2000 23:22:32 +0200 (CEST) (envelope-from wkb) Date: Wed, 19 Jul 2000 23:22:32 +0200 From: Wilko Bulte <wkb@freebie.demon.nl> To: Matthew Jacob <mjacob@feral.com> Cc: wilko@freebsd.org, Ben Smithurst <ben@freebsd.org>, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT Message-ID: <20000719232232.A3064@freebie.demon.nl> Reply-To: wilko@freebsd.org References: <20000719083620.A6645@freebie.demon.nl> <Pine.BSF.4.05.10007182338310.4568-100000@semuta.feral.com> <20000719194158.B1662@freebie.demon.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000719194158.B1662@freebie.demon.nl>; from wkb@freebie.demon.nl on Wed, Jul 19, 2000 at 07:41:58PM +0200 X-OS: FreeBSD 4.0-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 19, 2000 at 07:41:58PM +0200, Wilko Bulte wrote: > On Tue, Jul 18, 2000 at 11:38:44PM -0700, Matthew Jacob wrote: > > > > > > DEFPA works (at least the last time I tried). DEFEA does not. > > > > > > I can try DEFPA, because I have 2 here. > > > > Whups! The I'd love to be wrong! > > I'll let you know what gives. Hopefully today. It seems things are not improving: a 4.1RC kernel gives 'trap 2, memory management fault *just* after an apparantly succesful probe of the fpa/DEFPA device. I am absolutely sure I had a Noname talk FDDI to an Intel in the 3.something days. *Sigh* -- Wilko Bulte http://www.freebsd.org wilko@freebsd.org http://www.nlfug.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 14:29:33 2000 Delivered-To: cvs-all@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id D761337C033; Wed, 19 Jul 2000 14:29:27 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from semuta.feral.com (semuta [192.67.166.70]) by feral.com (8.9.3/8.9.3) with ESMTP id OAA05065; Wed, 19 Jul 2000 14:29:27 -0700 Date: Wed, 19 Jul 2000 14:29:14 -0700 (PDT) From: Matthew Jacob <mjacob@feral.com> Reply-To: mjacob@feral.com To: wilko@freebsd.org Cc: Ben Smithurst <ben@freebsd.org>, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT In-Reply-To: <20000719232232.A3064@freebie.demon.nl> Message-ID: <Pine.BSF.4.05.10007191428420.5316-100000@semuta.feral.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG File a PR. On Wed, 19 Jul 2000, Wilko Bulte wrote: > On Wed, Jul 19, 2000 at 07:41:58PM +0200, Wilko Bulte wrote: > > On Tue, Jul 18, 2000 at 11:38:44PM -0700, Matthew Jacob wrote: > > > > > > > > DEFPA works (at least the last time I tried). DEFEA does not. > > > > > > > > I can try DEFPA, because I have 2 here. > > > > > > Whups! The I'd love to be wrong! > > > > I'll let you know what gives. Hopefully today. > > It seems things are not improving: a 4.1RC kernel gives 'trap 2, > memory management fault *just* after an apparantly succesful probe of > the fpa/DEFPA device. I am absolutely sure I had a Noname talk FDDI to > an Intel in the 3.something days. > > *Sigh* > > -- > Wilko Bulte http://www.freebsd.org > wilko@freebsd.org http://www.nlfug.nl > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 14:35:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A6AF937C03C; Wed, 19 Jul 2000 14:35:48 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA13715; Wed, 19 Jul 2000 14:35:48 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Message-Id: <200007192135.OAA13715@freefall.freebsd.org> From: Kazuo Horikawa <horikawa@FreeBSD.org> Date: Wed, 19 Jul 2000 14:35:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 kbdcontrol.1 ls.1 doc/ja_JP.eucJP/man/man8 ipfstat.8 rc.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/07/19 14:35:48 PDT Modified files: ja_JP.eucJP/man/man1 kbdcontrol.1 ls.1 ja_JP.eucJP/man/man8 ipfstat.8 rc.8 Log: Catch up recent RELENG_4: kbdcontrol.1 1.18.2.2 ipfstat.8 1.3.2.1 rc.8 1.99.2.2 Wording is changed on ls.1 Revision Changes Path 1.12 +19 -1 doc/ja_JP.eucJP/man/man1/kbdcontrol.1 1.16 +1 -1 doc/ja_JP.eucJP/man/man1/ls.1 1.5 +28 -3 doc/ja_JP.eucJP/man/man8/ipfstat.8 1.10 +73 -1 doc/ja_JP.eucJP/man/man8/rc.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 14:42: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (tun.AwfulHak.org [194.242.139.173]) by hub.freebsd.org (Postfix) with ESMTP id 6CF4437C03F; Wed, 19 Jul 2000 14:41:49 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.9.3/8.9.3) with ESMTP id WAA03958; Wed, 19 Jul 2000 22:36:55 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id WAA00598; Wed, 19 Jul 2000 22:36:54 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200007192136.WAA00598@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Archie Cobbs <archie@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c In-Reply-To: Message from Archie Cobbs <archie@FreeBSD.org> of "Wed, 19 Jul 2000 10:24:53 PDT." <200007191724.KAA65097@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 19 Jul 2000 22:36:53 +0100 From: Brian Somers <brian@Awfulhak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > archie 2000/07/19 10:24:53 PDT > > Modified files: > sbin/ifconfig ifconfig.8 ifconfig.c > Log: > Show the actual command line usage in the man page and usage error string. > > Revision Changes Path > 1.31 +12 -2 src/sbin/ifconfig/ifconfig.8 > 1.55 +7 -5 src/sbin/ifconfig/ifconfig.c Ta :-) -- Brian <brian@Awfulhak.org> <brian@[uk.]FreeBSD.org> <http://www.Awfulhak.org> <brian@[uk.]OpenBSD.org> Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 14:42:14 2000 Delivered-To: cvs-all@freebsd.org Received: from tele-post-20.mail.demon.net (tele-post-20.mail.demon.net [194.217.242.20]) by hub.freebsd.org (Postfix) with ESMTP id 4557F37C188; Wed, 19 Jul 2000 14:42:07 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by tele-post-20.mail.demon.net with esmtp (Exim 2.12 #2) id 13F1bH-000P5j-0K; Wed, 19 Jul 2000 21:41:56 +0000 Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id WAA58597; Wed, 19 Jul 2000 22:43:39 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Wed, 19 Jul 2000 22:43:08 +0100 (BST) From: Doug Rabson <dfr@nlsystems.com> To: Alexander Langer <alex@big.endian.de> Cc: Ruslan Ermilov <ru@freebsd.org>, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc MAKEDEV In-Reply-To: <20000719112847.B25512@cichlids.cichlids.com> Message-ID: <Pine.BSF.4.21.0007192241540.4181-100000@salmon.nlsystems.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 19 Jul 2000, Alexander Langer wrote: > Thus spake Ruslan Ermilov (ru@FreeBSD.org): > > > Add /dev/agpgart for AGP. > > Did anybody use this AGP interface? > > (Beside the question: HOW?): Does it work nice?-) There is an accelerated OpenGL driver for Matrox G200 and G400 in the XFree86 4.0.1 release which uses the kernel interface to the AGP driver. A non-3D driver for i810 can use the user interface (/dev/agpgart). -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 20 8348 3944 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 14:43:26 2000 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by hub.freebsd.org (Postfix) with ESMTP id D703137C06A; Wed, 19 Jul 2000 14:43:16 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by anchor-post-34.mail.demon.net with esmtp (Exim 2.12 #1) id 13F1cY-0005nO-0Y; Wed, 19 Jul 2000 22:43:15 +0100 Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id WAA58603; Wed, 19 Jul 2000 22:44:59 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Wed, 19 Jul 2000 22:44:28 +0100 (BST) From: Doug Rabson <dfr@nlsystems.com> To: Peter Wemm <peter@freebsd.org> Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/modules/agp Makefile In-Reply-To: <200007191040.DAA35504@freefall.freebsd.org> Message-ID: <Pine.BSF.4.21.0007192243550.4181-100000@salmon.nlsystems.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 19 Jul 2000, Peter Wemm wrote: > peter 2000/07/19 03:40:40 PDT > > Modified files: > sys/modules/agp Makefile > Log: > Use <bsd.kmod.mk> not a path to ../../conf/kmod.mk. Well spotted. I wrote that Makefile during the time when bsd.kmod.mk had been deleted in -current. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 20 8348 3944 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 14:43:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AECA137C022; Wed, 19 Jul 2000 14:43:52 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA14693; Wed, 19 Jul 2000 14:43:52 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200007192143.OAA14693@freefall.freebsd.org> From: Archie Cobbs <archie@FreeBSD.org> Date: Wed, 19 Jul 2000 14:43:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net ethernet.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/07/19 14:43:52 PDT Modified files: (Branch: RELENG_4) sys/net ethernet.h Log: Revert previous commit, which reverted the commit before that. The previous committer did not alert the 2x previous committer that he was reverting the commit, and in the meantime the 2x previous committer fixed the problem elsewhere, causing the previous commit to no longer be valid. Revision Changes Path 1.12.2.5 +6 -6 src/sys/net/ethernet.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 14:47: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from Awfulhak.org (tun.AwfulHak.org [194.242.139.173]) by hub.freebsd.org (Postfix) with ESMTP id 7F9E037C06C; Wed, 19 Jul 2000 14:47:01 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.9.3/8.9.3) with ESMTP id WAA03979; Wed, 19 Jul 2000 22:44:16 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id WAA00702; Wed, 19 Jul 2000 22:44:15 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200007192144.WAA00702@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Bill Fumerola <billf@chimesnet.com> Cc: Sheldon Hearn <sheldonh@uunet.co.za>, obrien@FreeBSD.org, Archie Cobbs <archie@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c In-Reply-To: Message from Bill Fumerola <billf@chimesnet.com> of "Wed, 19 Jul 2000 15:35:34 EDT." <20000719153534.D51462@jade.chc-chimes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 19 Jul 2000 22:44:13 +0100 From: Brian Somers <brian@Awfulhak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > [hawk-billf] /usr/ports/net/ethereal/pkg > ls -? > zsh: no matches found: -? I've always hated the way zsh does this by default. > -- > Bill Fumerola - Network Architect, BOFH / Chimes, Inc. > billf@chimesnet.com / billf@FreeBSD.org -- Brian <brian@Awfulhak.org> <brian@[uk.]FreeBSD.org> <http://www.Awfulhak.org> <brian@[uk.]OpenBSD.org> Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 14:57:47 2000 Delivered-To: cvs-all@freebsd.org Received: from mout1.silyn-tek.de (mout1.silyn-tek.de [194.25.165.69]) by hub.freebsd.org (Postfix) with ESMTP id AA3D037B711; Wed, 19 Jul 2000 14:57:38 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.33] (helo=mx1.silyn-tek.de) by mout1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13F1qR-0007iI-00; Wed, 19 Jul 2000 23:57:35 +0200 Received: from p3e9c115c.dip0.t-ipconnect.de ([62.156.17.92] helo=neutron.cichlids.com) by mx1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13F1qN-0000Vs-00; Wed, 19 Jul 2000 23:57:31 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 04811AB91; Wed, 19 Jul 2000 23:59:10 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 9BA5214A6A; Wed, 19 Jul 2000 23:57:26 +0200 (CEST) Date: Wed, 19 Jul 2000 23:57:26 +0200 From: Alexander Langer <alex@big.endian.de> To: Doug Rabson <dfr@nlsystems.com> Cc: Ruslan Ermilov <ru@freebsd.org>, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc MAKEDEV Message-ID: <20000719235726.A56763@cichlids.cichlids.com> References: <20000719112847.B25512@cichlids.cichlids.com> <Pine.BSF.4.21.0007192241540.4181-100000@salmon.nlsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <Pine.BSF.4.21.0007192241540.4181-100000@salmon.nlsystems.com>; from dfr@nlsystems.com on Wed, Jul 19, 2000 at 10:43:08PM +0100 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Doug Rabson (dfr@nlsystems.com): > There is an accelerated OpenGL driver for Matrox G200 and G400 in the > XFree86 4.0.1 release which uses the kernel interface to the AGP driver. A > non-3D driver for i810 can use the user interface (/dev/agpgart). NVidia has drivers for 4.0, too - do they work? Does anyone have experience (speed etc)... I'd really like to know if it's worth an update :) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 15: 4:18 2000 Delivered-To: cvs-all@freebsd.org Received: from mout1.silyn-tek.de (mout1.silyn-tek.de [194.25.165.69]) by hub.freebsd.org (Postfix) with ESMTP id 674F437BEB7; Wed, 19 Jul 2000 15:04:05 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.34] (helo=mx2.silyn-tek.de) by mout1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13F1wh-0007jC-00; Thu, 20 Jul 2000 00:04:03 +0200 Received: from p3e9c115c.dip0.t-ipconnect.de ([62.156.17.92] helo=neutron.cichlids.com) by mx2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13F1wf-00082l-00; Thu, 20 Jul 2000 00:04:01 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 92542AB91; Thu, 20 Jul 2000 00:05:41 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 1A02814A66; Thu, 20 Jul 2000 00:04:04 +0200 (CEST) Date: Thu, 20 Jul 2000 00:04:03 +0200 To: Archie Cobbs <archie@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net ethernet.h Message-ID: <20000720000403.B25633@cichlids.cichlids.com> References: <200007192143.OAA14693@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007192143.OAA14693@freefall.freebsd.org>; from archie@FreeBSD.org on Wed, Jul 19, 2000 at 02:43:52PM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Archie Cobbs (archie@FreeBSD.org): > Revert previous commit, which reverted the commit before that. > The previous committer did not alert the 2x previous committer > that he was reverting the commit, and in the meantime the 2x > previous committer fixed the problem elsewhere, causing the > previous commit to no longer be valid. Prepare to getting murdered. Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 15: 6: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id AD18337BB83; Wed, 19 Jul 2000 15:06:00 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id HAA94604; Thu, 20 Jul 2000 07:35:58 +0930 (CST) (envelope-from grog) Date: Thu, 20 Jul 2000 07:35:57 +0930 From: Greg Lehey <grog@lemis.com> To: Daniel Harris <dannyboy@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news news.sgml Message-ID: <20000720073557.S12072@wantadilla.lemis.com> References: <200007191956.MAA98945@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <200007191956.MAA98945@freefall.freebsd.org> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wednesday, 19 July 2000 at 12:56:09 -0700, Daniel Harris wrote: > dannyboy 2000/07/19 12:56:09 PDT > > Modified files: > en/news news.sgml > Log: > Remove a pair of extra commas and Americani_z_e "organizations". What happened to the policy of "if it ain't broke, don't fix it"? "organisation" may not be the way you spell it, but it isn't wrong. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 15:13:22 2000 Delivered-To: cvs-all@freebsd.org Received: from bubba.whistle.com (bubba.whistle.com [207.76.205.7]) by hub.freebsd.org (Postfix) with ESMTP id 986BD37BB83; Wed, 19 Jul 2000 15:13:19 -0700 (PDT) (envelope-from archie@whistle.com) Received: (from archie@localhost) by bubba.whistle.com (8.9.3/8.9.3) id PAA68124; Wed, 19 Jul 2000 15:13:06 -0700 (PDT) (envelope-from archie) From: Archie Cobbs <archie@whistle.com> Message-Id: <200007192213.PAA68124@bubba.whistle.com> Subject: Re: cvs commit: src/sys/net ethernet.h In-Reply-To: <20000720000403.B25633@cichlids.cichlids.com> from Alexander Langer at "Jul 20, 2000 00:04:03 am" To: Alexander Langer <alex@big.endian.de> Date: Wed, 19 Jul 2000 15:13:06 -0700 (PDT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alexander Langer writes: > > Revert previous commit, which reverted the commit before that. > > The previous committer did not alert the 2x previous committer > > that he was reverting the commit, and in the meantime the 2x > > previous committer fixed the problem elsewhere, causing the > > previous commit to no longer be valid. > > Prepare to getting murdered. Thanks. The other choice was leaving the 4.1 build broken. -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 15:14:25 2000 Delivered-To: cvs-all@freebsd.org Received: from newwave.primeline.com (newwave.primeline.com [206.154.7.4]) by hub.freebsd.org (Postfix) with ESMTP id B609937BAE0; Wed, 19 Jul 2000 15:14:18 -0700 (PDT) (envelope-from dannyboy@newwave.primeline.com) Received: from localhost (dannyboy@localhost) by newwave.primeline.com (8.9.3/8.9.3) with ESMTP id SAA23866; Wed, 19 Jul 2000 18:10:54 -0400 Date: Wed, 19 Jul 2000 18:10:53 -0400 (EDT) From: Daniel Harris <dannyboy@newwave.primeline.com> To: Greg Lehey <grog@lemis.com> Cc: Daniel Harris <dannyboy@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news news.sgml In-Reply-To: <20000720073557.S12072@wantadilla.lemis.com> Message-ID: <Pine.LNX.4.21.0007191810020.23023-100000@newwave.primeline.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I was fixing something else while I was there. -- Daniel Harris (pardon the pine, I'm trapped in a linux box ATM) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 15:17: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from mout2.silyn-tek.de (mout2.silyn-tek.de [194.25.165.70]) by hub.freebsd.org (Postfix) with ESMTP id 0429A37B660; Wed, 19 Jul 2000 15:16:57 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.33] (helo=mx1.silyn-tek.de) by mout2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13F299-0006my-00; Thu, 20 Jul 2000 00:16:55 +0200 Received: from p3e9c115c.dip0.t-ipconnect.de ([62.156.17.92] helo=neutron.cichlids.com) by mx1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13F294-0000qc-00; Thu, 20 Jul 2000 00:16:51 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 1AB07AB91; Thu, 20 Jul 2000 00:18:31 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id F124714A66; Thu, 20 Jul 2000 00:16:52 +0200 (CEST) Date: Thu, 20 Jul 2000 00:16:52 +0200 From: Alexander Langer <alex@big.endian.de> To: Archie Cobbs <archie@whistle.com> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net ethernet.h Message-ID: <20000720001652.B36386@cichlids.cichlids.com> References: <20000720000403.B25633@cichlids.cichlids.com> <200007192213.PAA68124@bubba.whistle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007192213.PAA68124@bubba.whistle.com>; from archie@whistle.com on Wed, Jul 19, 2000 at 03:13:06PM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Archie Cobbs (archie@whistle.com): > > > Revert previous commit, which reverted the commit before that. > > > The previous committer did not alert the 2x previous committer > > > that he was reverting the commit, and in the meantime the 2x > > > previous committer fixed the problem elsewhere, causing the > > > previous commit to no longer be valid. > > Prepare to getting murdered. > Thanks. The other choice was leaving the 4.1 build broken. Well, actually I meant because of this weird commit-message ;-) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 15:18:59 2000 Delivered-To: cvs-all@freebsd.org Received: from mout2.silyn-tek.de (mout2.silyn-tek.de [194.25.165.70]) by hub.freebsd.org (Postfix) with ESMTP id 9AA0A37B5CC; Wed, 19 Jul 2000 15:18:46 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.33] (helo=mx1.silyn-tek.de) by mout2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13F2AH-0006n9-00; Thu, 20 Jul 2000 00:18:05 +0200 Received: from p3e9c115c.dip0.t-ipconnect.de ([62.156.17.92] helo=neutron.cichlids.com) by mx1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13F2AF-0000ra-00; Thu, 20 Jul 2000 00:18:03 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id C1D3DAB91; Thu, 20 Jul 2000 00:19:29 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id C2EE714A66; Thu, 20 Jul 2000 00:17:46 +0200 (CEST) Date: Thu, 20 Jul 2000 00:17:46 +0200 To: Brian Somers <brian@Awfulhak.org> Cc: Bill Fumerola <billf@chimesnet.com>, Sheldon Hearn <sheldonh@uunet.co.za>, obrien@FreeBSD.org, Archie Cobbs <archie@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c Message-ID: <20000720001746.C36386@cichlids.cichlids.com> References: <billf@chimesnet.com> <200007192144.WAA00702@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007192144.WAA00702@hak.lan.Awfulhak.org>; from brian@Awfulhak.org on Wed, Jul 19, 2000 at 10:44:13PM +0100 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Brian Somers (brian@Awfulhak.org): > > [hawk-billf] /usr/ports/net/ethereal/pkg > ls -? > > zsh: no matches found: -? > I've always hated the way zsh does this by default. Yes. And did you try the following in a usual shell and in zsh? echo "HELLO!" dumb Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 15:29: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 7930A37B662; Wed, 19 Jul 2000 15:28:49 -0700 (PDT) (envelope-from wkb@freebie.demon.nl) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.14 #4) id 13F2Ke-000Gwh-00; Wed, 19 Jul 2000 22:28:48 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.9.3/8.9.3) id AAA03641; Thu, 20 Jul 2000 00:28:47 +0200 (CEST) (envelope-from wkb) Date: Thu, 20 Jul 2000 00:28:47 +0200 From: Wilko Bulte <wkb@freebie.demon.nl> To: Matthew Jacob <mjacob@feral.com> Cc: wilko@freebsd.org, Ben Smithurst <ben@freebsd.org>, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT Message-ID: <20000720002847.B3590@freebie.demon.nl> Reply-To: wilko@freebsd.org References: <20000719232232.A3064@freebie.demon.nl> <Pine.BSF.4.05.10007191428420.5316-100000@semuta.feral.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <Pine.BSF.4.05.10007191428420.5316-100000@semuta.feral.com>; from mjacob@feral.com on Wed, Jul 19, 2000 at 02:29:14PM -0700 X-OS: FreeBSD 4.0-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 19, 2000 at 02:29:14PM -0700, Matthew Jacob wrote: Yep.. but I need to get more details on it first. Bl*ding ddb locks up as soon as I touch the keyboard. I'll revert to a serial console on the Miata to see if that helps. It is 100% reproducible, and leaving 'device fpa' out of the kernel config file makes the problem go away. W/ > File a PR. > > On Wed, 19 Jul 2000, Wilko Bulte wrote: > > > On Wed, Jul 19, 2000 at 07:41:58PM +0200, Wilko Bulte wrote: > > > On Tue, Jul 18, 2000 at 11:38:44PM -0700, Matthew Jacob wrote: > > > > > > > > > > DEFPA works (at least the last time I tried). DEFEA does not. > > > > > > > > > > I can try DEFPA, because I have 2 here. > > > > > > > > Whups! The I'd love to be wrong! > > > > > > I'll let you know what gives. Hopefully today. > > > > It seems things are not improving: a 4.1RC kernel gives 'trap 2, > > memory management fault *just* after an apparantly succesful probe of > > the fpa/DEFPA device. I am absolutely sure I had a Noname talk FDDI to > > an Intel in the 3.something days. > > > > *Sigh* > > > > -- > > Wilko Bulte http://www.freebsd.org > > wilko@freebsd.org http://www.nlfug.nl > > ---end quoted text--- -- Wilko Bulte http://www.freebsd.org wilko@freebsd.org http://www.nlfug.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 15:40:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9980937B716; Wed, 19 Jul 2000 15:40:08 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: (from wilko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA22346; Wed, 19 Jul 2000 15:40:08 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Message-Id: <200007192240.PAA22346@freefall.freebsd.org> From: Wilko Bulte <wilko@FreeBSD.org> Date: Wed, 19 Jul 2000 15:40:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/07/19 15:40:08 PDT Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT Log: note DEFPA FDDI brokenness. Revision Changes Path 1.31.2.20 +1 -2 src/release/texts/alpha/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 15:47:15 2000 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 1CB0037B739; Wed, 19 Jul 2000 15:47:05 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id PAA28742; Wed, 19 Jul 2000 15:47:02 -0700 (PDT) (envelope-from obrien) Date: Wed, 19 Jul 2000 15:47:01 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Archie Cobbs <archie@whistle.com> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c Message-ID: <20000719154701.A28722@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200007190836.JAA01047@hak.lan.Awfulhak.org> <200007191610.JAA65712@bubba.whistle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007191610.JAA65712@bubba.whistle.com>; from archie@whistle.com on Wed, Jul 19, 2000 at 09:10:49AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Since there is some opposition to this, can it be backed out of RELENG_4 for 4.1-R to give it more time to be discussed? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 15:48:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FDEB37B775; Wed, 19 Jul 2000 15:48:53 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA23393; Wed, 19 Jul 2000 15:48:53 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <200007192248.PAA23393@freefall.freebsd.org> From: Marcel Moolenaar <marcel@FreeBSD.org> Date: Wed, 19 Jul 2000 15:48:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/07/19 15:48:52 PDT Modified files: . Makefile.inc1 Log: Add cp(1) to the list of binaries we need to save. The cp(1) command is used by the installation of ld-elf.so when an existing version exists. Revision Changes Path 1.158 +4 -3 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 15:58:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 014A737B52D; Wed, 19 Jul 2000 15:58:53 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA24817; Wed, 19 Jul 2000 15:58:53 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200007192258.PAA24817@freefall.freebsd.org> From: Archie Cobbs <archie@FreeBSD.org> Date: Wed, 19 Jul 2000 15:58:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net ether_addr.c ethers.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/07/19 15:58:52 PDT Modified files: (Branch: RELENG_4) lib/libc/net ether_addr.c ethers.3 Log: Revert previous checkin to unbreak build. Revision Changes Path 1.10.2.3 +6 -6 src/lib/libc/net/ether_addr.c 1.10.2.4 +6 -6 src/lib/libc/net/ethers.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 16: 1: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 79D5D37B52D; Wed, 19 Jul 2000 16:00:53 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Received: (from darrenr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA25452; Wed, 19 Jul 2000 16:00:53 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Message-Id: <200007192300.QAA25452@freefall.freebsd.org> From: Darren Reed <darrenr@FreeBSD.org> Date: Wed, 19 Jul 2000 16:00:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ipfilter INSTALL.xBSD IPF.KANJI common.c ipfs.c mlfk_ipl.c HISTORY LICENCE Makefile facpri.c facpri.h fil.c fils.c ip_auth.c ip_auth.h ip_compat.h ip_fil.c ip_fil.h ip_frag.c ip_frag.h ip_ftp_pxy.c ip_lfil.c ip_log.c ip_nat.c ip_nat.h ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG darrenr 2000/07/19 16:00:53 PDT Modified files: (Branch: RELENG_4) contrib/ipfilter HISTORY LICENCE Makefile facpri.c facpri.h fil.c fils.c ip_auth.c ip_auth.h ip_compat.h ip_fil.c ip_fil.h ip_frag.c ip_frag.h ip_ftp_pxy.c ip_lfil.c ip_log.c ip_nat.c ip_nat.h ip_proxy.c ip_proxy.h ip_raudio_pxy.c ip_rcmd_pxy.c ip_sfil.c ip_state.c ip_state.h ipf.c ipf.h ipft_ef.c ipft_hx.c ipft_pc.c ipft_sn.c ipft_td.c ipft_tx.c ipl.h ipmon.c ipnat.c ipt.c ipt.h kmem.c kmem.h misc.c ml_ipl.c mlf_ipl.c mli_ipl.c mln_ipl.c mls_ipl.c natparse.c opt.c parse.c pcap.h relay.c snoop.h solaris.c todo contrib/ipfilter/BSD Makefile Makefile.ipsend contrib/ipfilter/FreeBSD-3 INST.FreeBSD-3 unkinstall contrib/ipfilter/iplang Makefile iplang_l.l iplang_y.y contrib/ipfilter/ipsend ipsend.c iptest.c contrib/ipfilter/man Makefile ipf.8 ipfstat.8 ipmon.8 ipnat.5 mkfilters.1 contrib/ipfilter/perl plog contrib/ipfilter/samples proxy.c userauth.c contrib/ipfilter/test/expected i3 i7 n1 contrib/ipfilter/test/regress i3 i7 Added files: (Branch: RELENG_4) contrib/ipfilter INSTALL.xBSD IPF.KANJI common.c ipfs.c mlfk_ipl.c contrib/ipfilter/man ipfs.8 contrib/ipfilter/perl ipf-mrtg.pl Removed files: (Branch: RELENG_4) contrib/ipfilter linux.h Log: actually commit merged diffs to the trunk Revision Changes Path 1.1.1.10.2.2 +0 -5 src/contrib/ipfilter/HISTORY 1.1.1.3.2.1 +1 -1 src/contrib/ipfilter/LICENCE 1.1.1.8.2.2 +40 -18 src/contrib/ipfilter/Makefile 1.1.1.1.2.1 +2 -2 src/contrib/ipfilter/facpri.c 1.1.1.1.2.1 +2 -2 src/contrib/ipfilter/facpri.h 1.1.1.10.2.3 +541 -149 src/contrib/ipfilter/fil.c 1.1.1.8.2.1 +736 -138 src/contrib/ipfilter/fils.c 1.1.1.4.2.2 +41 -28 src/contrib/ipfilter/ip_auth.c 1.1.1.2.2.1 +3 -6 src/contrib/ipfilter/ip_auth.h 1.1.1.8.2.1 +187 -37 src/contrib/ipfilter/ip_compat.h 1.1.1.10.2.2 +449 -220 src/contrib/ipfilter/ip_fil.c 1.1.1.9.2.2 +138 -74 src/contrib/ipfilter/ip_fil.h 1.1.1.7.2.2 +75 -47 src/contrib/ipfilter/ip_frag.c 1.1.1.6.2.1 +4 -2 src/contrib/ipfilter/ip_frag.h 1.1.1.5.2.2 +126 -71 src/contrib/ipfilter/ip_ftp_pxy.c 1.1.1.4.2.1 +39 -31 src/contrib/ipfilter/ip_lfil.c 1.1.1.3.2.2 +11 -10 src/contrib/ipfilter/ip_log.c 1.1.1.10.2.2 +688 -201 src/contrib/ipfilter/ip_nat.c 1.1.1.8.2.2 +71 -29 src/contrib/ipfilter/ip_nat.h 1.1.1.5.2.1 +85 -21 src/contrib/ipfilter/ip_proxy.c 1.1.1.4.2.1 +29 -3 src/contrib/ipfilter/ip_proxy.h 1.1.1.2.2.1 +17 -10 src/contrib/ipfilter/ip_raudio_pxy.c 1.1.1.1.2.2 +6 -0 src/contrib/ipfilter/ip_rcmd_pxy.c 1.1.1.8.2.2 +319 -162 src/contrib/ipfilter/ip_sfil.c 1.1.1.10.2.3 +430 -234 src/contrib/ipfilter/ip_state.c 1.1.1.7.2.2 +42 -19 src/contrib/ipfilter/ip_state.h 1.1.1.6.2.2 +31 -15 src/contrib/ipfilter/ipf.c 1.1.1.5.2.1 +29 -3 src/contrib/ipfilter/ipf.h 1.1.1.5.2.1 +2 -2 src/contrib/ipfilter/ipft_ef.c 1.1.1.5.2.1 +2 -2 src/contrib/ipfilter/ipft_hx.c 1.1.1.5.2.1 +2 -2 src/contrib/ipfilter/ipft_pc.c 1.1.1.5.2.1 +2 -2 src/contrib/ipfilter/ipft_sn.c 1.1.1.5.2.1 +2 -2 src/contrib/ipfilter/ipft_td.c 1.1.1.6.2.1 +8 -8 src/contrib/ipfilter/ipft_tx.c 1.1.1.9.2.2 +1 -1 src/contrib/ipfilter/ipl.h 1.5.2.2 +102 -50 src/contrib/ipfilter/ipmon.c 1.1.1.8.2.1 +61 -110 src/contrib/ipfilter/ipnat.c 1.1.1.6.2.1 +19 -9 src/contrib/ipfilter/ipt.c 1.1.1.5.2.1 +2 -2 src/contrib/ipfilter/ipt.h 1.1.1.4.2.1 +2 -2 src/contrib/ipfilter/kmem.c 1.1.1.5.2.1 +2 -2 src/contrib/ipfilter/kmem.h 1.1.1.5.2.1 +2 -2 src/contrib/ipfilter/misc.c 1.1.1.3.2.1 +1 -1 src/contrib/ipfilter/ml_ipl.c 1.1.1.5.2.1 +5 -1 src/contrib/ipfilter/mlf_ipl.c 1.1.1.2.2.1 +8 -6 src/contrib/ipfilter/mli_ipl.c 1.1.1.6.2.1 +1 -1 src/contrib/ipfilter/mln_ipl.c 1.1.1.4.2.1 +3 -3 src/contrib/ipfilter/mls_ipl.c 1.1.1.2.2.2 +240 -318 src/contrib/ipfilter/natparse.c 1.1.1.4.2.1 +3 -3 src/contrib/ipfilter/opt.c 1.1.1.10.2.2 +149 -512 src/contrib/ipfilter/parse.c 1.1.1.5.2.1 +2 -2 src/contrib/ipfilter/pcap.h 1.1.1.2.6.1 +2 -1 src/contrib/ipfilter/relay.c 1.1.1.5.2.1 +2 -2 src/contrib/ipfilter/snoop.h 1.1.1.9.2.2 +260 -64 src/contrib/ipfilter/solaris.c 1.1.1.8.2.1 +59 -4 src/contrib/ipfilter/todo 1.1.1.1.2.1 +44 -20 src/contrib/ipfilter/BSD/Makefile 1.1.1.1.2.1 +8 -0 src/contrib/ipfilter/BSD/Makefile.ipsend 1.1.1.1.2.1 +1 -1 src/contrib/ipfilter/FreeBSD-3/INST.FreeBSD-3 1.1.1.1.2.1 +1 -0 src/contrib/ipfilter/FreeBSD-3/unkinstall 1.1.1.1.6.1 +10 -7 src/contrib/ipfilter/iplang/Makefile 1.1.1.4.2.1 +18 -18 src/contrib/ipfilter/iplang/iplang_l.l 1.1.1.5.2.2 +1 -1 src/contrib/ipfilter/iplang/iplang_y.y 1.4.2.1 +2 -2 src/contrib/ipfilter/ipsend/ipsend.c 1.1.1.7.2.1 +1 -1 src/contrib/ipfilter/ipsend/iptest.c 1.1.1.3.2.1 +1 -0 src/contrib/ipfilter/man/Makefile 1.3.2.1 +5 -2 src/contrib/ipfilter/man/ipf.8 1.3.2.2 +75 -2 src/contrib/ipfilter/man/ipfstat.8 1.6.2.1 +23 -7 src/contrib/ipfilter/man/ipmon.8 1.1.1.3.2.1 +57 -7 src/contrib/ipfilter/man/ipnat.5 1.1.1.2.6.1 +1 -1 src/contrib/ipfilter/man/mkfilters.1 1.1.1.1.2.1 +651 -387 src/contrib/ipfilter/perl/plog 1.1.1.2.6.1 +2 -1 src/contrib/ipfilter/samples/proxy.c 1.1.1.1.6.1 +3 -2 src/contrib/ipfilter/samples/userauth.c 1.1.1.1.6.1 +2 -0 src/contrib/ipfilter/test/expected/i3 1.1.1.1.6.1 +2 -1 src/contrib/ipfilter/test/expected/i7 1.1.1.1.2.1 +7 -7 src/contrib/ipfilter/test/expected/n1 1.1.1.1.6.1 +2 -0 src/contrib/ipfilter/test/regress/i3 1.1.1.1.6.1 +1 -0 src/contrib/ipfilter/test/regress/i7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 16: 4:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B3C437B538; Wed, 19 Jul 2000 16:04:37 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA26013; Wed, 19 Jul 2000 16:04:37 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007192304.QAA26013@freefall.freebsd.org> From: Satoshi Asami <asami@FreeBSD.org> Date: Wed, 19 Jul 2000 16:04:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/19 16:04:37 PDT Modified files: . LEGAL Log: Minor fix due to elsa -> tcserver name change. Submitted by: jedgar Revision Changes Path 1.170 +3 -2 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 16: 7:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BB14F37B751; Wed, 19 Jul 2000 16:07:43 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA27622; Wed, 19 Jul 2000 16:07:43 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200007192307.QAA27622@freefall.freebsd.org> From: Nick Hibma <n_hibma@FreeBSD.org> Date: Wed, 19 Jul 2000 16:07:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ukbd.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/07/19 16:07:42 PDT Modified files: share/man/man4 ukbd.4 Log: Typo. Submitted by: Mike Meyer <mwm@mired.org> Revision Changes Path 1.13 +3 -3 src/share/man/man4/ukbd.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 16:10:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B000C37B6E3; Wed, 19 Jul 2000 16:10:30 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Received: (from darrenr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA28046; Wed, 19 Jul 2000 16:10:30 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Message-Id: <200007192310.QAA28046@freefall.freebsd.org> From: Darren Reed <darrenr@FreeBSD.org> Date: Wed, 19 Jul 2000 16:10:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ipfilter INSTALL.xBSD ip_log.c ipmon.c linux.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG darrenr 2000/07/19 16:10:29 PDT Modified files: contrib/ipfilter ip_log.c ipmon.c Added files: contrib/ipfilter INSTALL.xBSD Removed files: contrib/ipfilter linux.h Log: actually commit merged diffs to the trunk Revision Changes Path 1.4 +4 -9 src/contrib/ipfilter/ip_log.c 1.8 +1 -1 src/contrib/ipfilter/ipmon.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 16:14:52 2000 Delivered-To: cvs-all@freebsd.org Received: from bubba.whistle.com (bubba.whistle.com [207.76.205.7]) by hub.freebsd.org (Postfix) with ESMTP id 300AF37B78A; Wed, 19 Jul 2000 16:14:47 -0700 (PDT) (envelope-from archie@whistle.com) Received: (from archie@localhost) by bubba.whistle.com (8.9.3/8.9.3) id QAA68878; Wed, 19 Jul 2000 16:14:46 -0700 (PDT) (envelope-from archie) From: Archie Cobbs <archie@whistle.com> Message-Id: <200007192314.QAA68878@bubba.whistle.com> Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c In-Reply-To: <20000719154701.A28722@dragon.nuxi.com> from "David O'Brien" at "Jul 19, 2000 03:47:01 pm" To: obrien@FreeBSD.org Date: Wed, 19 Jul 2000 16:14:46 -0700 (PDT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David O'Brien writes: > Since there is some opposition to this, can it be backed out of RELENG_4 > for 4.1-R to give it more time to be discussed? You're talking about "ifconfig" == "ifconfig -a" right..? I'm happy with whatever everybody else wants. Seems to me a lot of people liked it though. -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 16:22:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 07A7937B6FB; Wed, 19 Jul 2000 16:22:39 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA29445; Wed, 19 Jul 2000 16:22:37 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007192322.QAA29445@freefall.freebsd.org> From: Satoshi Asami <asami@FreeBSD.org> Date: Wed, 19 Jul 2000 16:22:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT avail X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/19 16:22:37 PDT Modified files: . avail Log: The ports freeze is over. We are now officially in the post-4.1 stage (at least for ports and packages). Revision Changes Path 1.124 +2 -2 CVSROOT/avail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 16:28: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D13F37B734; Wed, 19 Jul 2000 16:27:58 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Received: (from darrenr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA29965; Wed, 19 Jul 2000 16:27:57 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Message-Id: <200007192327.QAA29965@freefall.freebsd.org> From: Darren Reed <darrenr@FreeBSD.org> Date: Wed, 19 Jul 2000 16:27:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet fil.c ip_auth.c ip_auth.h ip_compat.h ip_fil.c ip_fil.h ip_frag.c ip_frag.h ip_ftp_pxy.c ip_log.c ip_nat.c ip_nat.h ip_proxy.c ip_proxy.h ip_raudio_pxy.c ip_rcmd_pxy.c ip_state.c ip_state.h ipl.h mlfk_ipl.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG darrenr 2000/07/19 16:27:57 PDT Modified files: (Branch: RELENG_4) sys/netinet fil.c ip_auth.c ip_auth.h ip_compat.h ip_fil.c ip_fil.h ip_frag.c ip_frag.h ip_ftp_pxy.c ip_log.c ip_nat.c ip_nat.h ip_proxy.c ip_proxy.h ip_raudio_pxy.c ip_rcmd_pxy.c ip_state.c ip_state.h ipl.h mlfk_ipl.c Log: commit 3.4.8 to releng4 Revision Changes Path 1.10.2.5 +528 -147 src/sys/netinet/fil.c 1.14.2.2 +42 -29 src/sys/netinet/ip_auth.c 1.8.2.1 +3 -6 src/sys/netinet/ip_auth.h 1.8.2.1 +187 -37 src/sys/netinet/ip_compat.h 1.14.2.2 +453 -216 src/sys/netinet/ip_fil.c 1.13.2.2 +139 -75 src/sys/netinet/ip_fil.h 1.10.2.2 +76 -48 src/sys/netinet/ip_frag.c 1.7.2.1 +4 -2 src/sys/netinet/ip_frag.h 1.11.2.2 +127 -75 src/sys/netinet/ip_ftp_pxy.c 1.13.2.2 +19 -15 src/sys/netinet/ip_log.c 1.12.2.2 +689 -202 src/sys/netinet/ip_nat.c 1.8.2.2 +72 -30 src/sys/netinet/ip_nat.h 1.10.2.1 +85 -21 src/sys/netinet/ip_proxy.c 1.7.2.1 +29 -3 src/sys/netinet/ip_proxy.h 1.4.2.1 +15 -11 src/sys/netinet/ip_raudio_pxy.c 1.4.2.2 +7 -1 src/sys/netinet/ip_rcmd_pxy.c 1.13.2.3 +430 -235 src/sys/netinet/ip_state.c 1.7.2.2 +43 -20 src/sys/netinet/ip_state.h 1.8.2.2 +2 -2 src/sys/netinet/ipl.h 1.4.2.1 +4 -3 src/sys/netinet/mlfk_ipl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 16:34:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 084F437B747; Wed, 19 Jul 2000 16:34:31 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Received: (from darrenr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA30603; Wed, 19 Jul 2000 16:34:30 -0700 (PDT) (envelope-from darrenr@FreeBSD.org) Message-Id: <200007192334.QAA30603@freefall.freebsd.org> From: Darren Reed <darrenr@FreeBSD.org> Date: Wed, 19 Jul 2000 16:34:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ipfilter ip_ftp_pxy.c parse.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG darrenr 2000/07/19 16:34:30 PDT Modified files: (Branch: RELENG_4) contrib/ipfilter ip_ftp_pxy.c parse.c Log: cleanup Revision Changes Path 1.1.1.5.2.3 +0 -2 src/contrib/ipfilter/ip_ftp_pxy.c 1.1.1.10.2.3 +0 -7 src/contrib/ipfilter/parse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 16:43:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 428B737B9A5; Wed, 19 Jul 2000 16:43:51 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA31479; Wed, 19 Jul 2000 16:43:50 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007192343.QAA31479@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Wed, 19 Jul 2000 16:43:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch http.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/19 16:43:50 PDT Modified files: lib/libfetch http.c Log: Don't try to skip to the requested offset if the server returns more data than requested. Instead, inform the caller of the real offset by modifying the offset field in the original struct url, and let him decide how to handle the situation. Revision Changes Path 1.32 +11 -9 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 16:46:20 2000 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 46D8037B747; Wed, 19 Jul 2000 16:46:10 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id JAA39441; Thu, 20 Jul 2000 09:16:06 +0930 (CST) (envelope-from grog) Date: Thu, 20 Jul 2000 09:16:05 +0930 From: Greg Lehey <grog@lemis.com> To: Daniel Harris <dannyboy@FreeBSD.org>, Daniel Harris <dannyboy@newwave.primeline.com> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: www/en/news news.sgml Message-ID: <20000720091605.A38899@wantadilla.lemis.com> References: <20000720073557.S12072@wantadilla.lemis.com> <Pine.LNX.4.21.0007191810020.23023-100000@newwave.primeline.com> <200007191956.MAA98945@freefall.freebsd.org> <20000720073557.S12072@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <20000720073557.S12072@wantadilla.lemis.com> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thursday, 20 July 2000 at 7:35:57 +0930, Greg Lehey wrote: > On Wednesday, 19 July 2000 at 12:56:09 -0700, Daniel Harris wrote: >> dannyboy 2000/07/19 12:56:09 PDT >> >> Modified files: >> en/news news.sgml >> Log: >> Remove a pair of extra commas and Americani_z_e "organizations". > > What happened to the policy of "if it ain't broke, don't fix it"? > "organisation" may not be the way you spell it, but it isn't wrong. On Wednesday, 19 July 2000 at 18:10:53 -0400, Daniel Harris wrote: > I was fixing something else while I was there. I saw that. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 16:51:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 88B1C37B8D3; Wed, 19 Jul 2000 16:51:45 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA32221; Wed, 19 Jul 2000 16:51:45 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007192351.QAA32221@freefall.freebsd.org> From: CHOI Junho <cjh@FreeBSD.org> Date: Wed, 19 Jul 2000 16:51:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/19 16:51:44 PDT Modified files: korean Makefile Log: Fix typo. (ghostscript55htff -> ghostscript55httf) Revision Changes Path 1.53 +2 -2 ports/korean/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 16:56:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9745937B75D; Wed, 19 Jul 2000 16:56:46 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA32914; Wed, 19 Jul 2000 16:56:46 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007192356.QAA32914@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Wed, 19 Jul 2000 16:56:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/19 16:56:46 PDT Modified files: usr.bin/fetch fetch.c Log: Fix two bugs related to resumed transfers: - if the dates didn't match, fetch would append the received file to the existing file instead of replacing it. - if the local file was complete and up-to-date, fetch would miscalculate the expected size and report a failure instead of a success, because it had no way of knowing that the server was actually resending the entire file since the requested offset was invalid. Revision Changes Path 1.14 +27 -21 src/usr.bin/fetch/fetch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 16:59: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6137137B67A; Wed, 19 Jul 2000 16:59:02 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA33283; Wed, 19 Jul 2000 16:59:02 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007192359.QAA33283@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 19 Jul 2000 16:59:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/19 16:59:02 PDT Modified files: release/sysinstall menus.c Log: Add ftp.freebsd.org Snapshots to the list of servers. Revision Changes Path 1.261 +3 -1 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 17: 0: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 87E5437B67A; Wed, 19 Jul 2000 17:00:02 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA33451; Wed, 19 Jul 2000 17:00:02 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007200000.RAA33451@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Wed, 19 Jul 2000 17:00:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.c src/lib/libfetch http.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/19 17:00:02 PDT Modified files: (Branch: RELENG_4) usr.bin/fetch fetch.c lib/libfetch http.c Log: MFC: fix bugs related to resumed HTTP transfers. Revision Changes Path 1.10.2.3 +27 -21 src/usr.bin/fetch/fetch.c 1.13.2.5 +11 -9 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 17: 0:39 2000 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id E126637B67A; Wed, 19 Jul 2000 17:00:23 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id JAA45637; Thu, 20 Jul 2000 09:29:49 +0930 (CST) (envelope-from grog) Date: Thu, 20 Jul 2000 09:29:49 +0930 From: Greg Lehey <grog@lemis.com> To: Sheldon Hearn <sheldonh@uunet.co.za> Cc: obrien@FreeBSD.org, Archie Cobbs <archie@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c Message-ID: <20000720092949.D38899@wantadilla.lemis.com> References: <20000719062830.A15133@dragon.nuxi.com> <2153.964014378@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <2153.964014378@axl.ops.uunet.co.za> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wednesday, 19 July 2000 at 15:46:18 +0200, Sheldon Hearn wrote: > > > On Wed, 19 Jul 2000 06:28:30 MST, "David O'Brien" wrote: > >>>> Make "ifconfig" with no arguments equivalent to "ifconfig -a". >> >> Please back this out. >> Getting a usage() message is just too useful. > > If that's your only reason, I don't think it's good enough. I don't either. I think that any program which can both change and list status should list it when invoked without arguments. sysctl(8) is another example. > I think "the UNIX way" to get usage() out of a program is ``progname > -?''. Others have contradicted this view. But maybe we should think of a consistent way to do it. I've always done something like 'foo -fdsafds' to force a usage message. Maybe -? should be acceptable, since it's what people will expect. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 17: 0:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D0AA37B84B; Wed, 19 Jul 2000 17:00:46 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA33526; Wed, 19 Jul 2000 17:00:46 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007200000.RAA33526@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 19 Jul 2000 17:00:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/19 17:00:46 PDT Modified files: (Branch: RELENG_4) release/sysinstall menus.c Log: MFC: rev 1.261 (add ftp.freebsd.org snaps) Revision Changes Path 1.252.2.8 +3 -1 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 17: 9:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E34B237B72E; Wed, 19 Jul 2000 17:09:29 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Received: (from davidn@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA35765; Wed, 19 Jul 2000 17:09:29 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Message-Id: <200007200009.RAA35765@freefall.freebsd.org> From: David Nugent <davidn@FreeBSD.org> Date: Wed, 19 Jul 2000 17:09:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pw pw_user.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG davidn 2000/07/19 17:09:29 PDT Modified files: usr.sbin/pw pw_user.c Log: Fix another missed case where usermod would not set the "modified" flag: -h - to set no password. But only mark modified if the account is not already locked (i.e. first char of crypt password field is '*'). PR: bin/19999 Revision Changes Path 1.40 +7 -4 src/usr.sbin/pw/pw_user.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 17:11:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FA0A37B72E; Wed, 19 Jul 2000 17:11:28 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA36040; Wed, 19 Jul 2000 17:11:28 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007200011.RAA36040@freefall.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Wed, 19 Jul 2000 17:11:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci pcibus.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/19 17:11:28 PDT Modified files: (Branch: RELENG_4) sys/alpha/pci pcibus.c Log: Put the arguments to SYSCTL_LONG() in the right order. Revision Changes Path 1.20.2.5 +5 -5 src/sys/alpha/pci/pcibus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 17:14:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BBA6F37B92A; Wed, 19 Jul 2000 17:14:31 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA36332; Wed, 19 Jul 2000 17:14:31 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007200014.RAA36332@freefall.freebsd.org> From: Ben Smithurst <ben@FreeBSD.org> Date: Wed, 19 Jul 2000 17:14:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/sgml man-refs.ent X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/19 17:14:30 PDT Modified files: share/sgml man-refs.ent Log: Add crontab(5). Revision Changes Path 1.43 +2 -1 doc/share/sgml/man-refs.ent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 17:16:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DBEC137B88A; Wed, 19 Jul 2000 17:16:27 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA36562; Wed, 19 Jul 2000 17:16:27 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007200016.RAA36562@freefall.freebsd.org> From: Ben Smithurst <ben@FreeBSD.org> Date: Wed, 19 Jul 2000 17:16:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/19 17:16:27 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Yet another question I've seen asked once too often on -questions: "why do I keep getting messages like ``root: not found'' from cron?". (I haven't seen it for a while actually, but hopefully with this I'll never see it again. :-) Revision Changes Path 1.77 +39 -1 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 17:17:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3094C37B816; Wed, 19 Jul 2000 17:17:45 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA36716; Wed, 19 Jul 2000 17:17:40 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007200017.RAA36716@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 19 Jul 2000 17:17:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf GENERIC X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/19 17:17:39 PDT Modified files: (Branch: RELENG_4) sys/alpha/conf GENERIC Log: Add note reminding people adding USB devices that they must be also added to release/scripts/dokern.sh. Revision Changes Path 1.71.2.6 +3 -1 src/sys/alpha/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 17:19:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BEBF137B85E; Wed, 19 Jul 2000 17:19:45 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA36872; Wed, 19 Jul 2000 17:19:45 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007200019.RAA36872@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 19 Jul 2000 17:19:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf GENERIC X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/19 17:19:41 PDT Modified files: (Branch: RELENG_4) sys/alpha/conf GENERIC Log: MFC: rev 1.80 (turn on USB devices) Revision Changes Path 1.71.2.7 +13 -13 src/sys/alpha/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 17:21: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB86837B67A; Wed, 19 Jul 2000 17:20:59 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA37084; Wed, 19 Jul 2000 17:20:59 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Message-Id: <200007200020.RAA37084@freefall.freebsd.org> From: Hiroki Sato <hrs@FreeBSD.org> Date: Wed, 19 Jul 2000 17:20:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook book.sgml jauthors.ent doc/ja_JP.eucJP/books/handbook/contrib chapter.sgml doc/ja_JP.eucJP/books/handbook/l10n chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrs 2000/07/19 17:20:59 PDT Modified files: ja_JP.eucJP/books/handbook book.sgml jauthors.ent ja_JP.eucJP/books/handbook/contrib chapter.sgml ja_JP.eucJP/books/handbook/l10n chapter.sgml Log: o Add "FreeBSD-users-jp@jp" entry jauthors.ent o Merge the following from the English version: 1.89 -> 1.90 book.sgml 1.260 -> 1.264 contrib/chapter.sgml 1.15 -> 1.39 l10n/chapter.sgml Submitted by: kuriyama, hrs Reviewed by: hrs References: [doc-jp 7504] Revision Changes Path 1.58 +4 -3 doc/ja_JP.eucJP/books/handbook/book.sgml 1.7 +3 -1 doc/ja_JP.eucJP/books/handbook/jauthors.ent 1.39 +12 -4 doc/ja_JP.eucJP/books/handbook/contrib/chapter.sgml 1.6 +884 -266 doc/ja_JP.eucJP/books/handbook/l10n/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 17:21:28 2000 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 0BF6A37B67A; Wed, 19 Jul 2000 17:21:18 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id RAA30189; Wed, 19 Jul 2000 17:21:15 -0700 (PDT) (envelope-from obrien) Date: Wed, 19 Jul 2000 17:21:15 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Darren Reed <darrenr@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/ipfilter INSTALL.xBSD IPF.KANJI common.c ipfs.c mlfk_ipl.c HISTORY LICENCE Makefile facpri.c facpri.h fil.c fils.c ip_auth.c ip_auth.h ip_compat.h ip_fil.c ip_fil.h ip_frag.c ip_frag.h ip_ftp_pxy.c ip_lfil.c ip_log.c ip_nat.c ip_nat.h ... Message-ID: <20000719172114.A30164@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200007192300.QAA25452@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007192300.QAA25452@freefall.freebsd.org>; from darrenr@FreeBSD.org on Wed, Jul 19, 2000 at 04:00:53PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 19, 2000 at 04:00:53PM -0700, Darren Reed wrote: > Modified files: (Branch: RELENG_4) ..snip.. > Log: > actually commit merged diffs to the trunk Trunk?? You mean branch. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 17:24: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4307637B88A; Wed, 19 Jul 2000 17:23:53 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA37311; Wed, 19 Jul 2000 17:23:53 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007200023.RAA37311@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 19 Jul 2000 17:23:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/osf1_base Makefile ports/emulators/osf1_base/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/19 17:23:52 PDT Modified files: emulators/osf1_base Makefile emulators/osf1_base/files md5 Log: Update to the 3rd build of these libs. Also remove the restriction as we are allowed by Decpaq to directly offer this package now. Revision Changes Path 1.13 +3 -4 ports/emulators/osf1_base/Makefile 1.3 +1 -1 ports/emulators/osf1_base/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 17:25:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE6F937B88A; Wed, 19 Jul 2000 17:25:18 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Received: (from davidn@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA37463; Wed, 19 Jul 2000 17:25:18 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Message-Id: <200007200025.RAA37463@freefall.freebsd.org> From: David Nugent <davidn@FreeBSD.org> Date: Wed, 19 Jul 2000 17:25:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pw pw_user.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG davidn 2000/07/19 17:25:18 PDT Modified files: (Branch: RELENG_4) usr.sbin/pw pw_user.c Log: MFC: Fix -h - in usermod. PR: bin/19999 Revision Changes Path 1.34.2.4 +7 -4 src/usr.sbin/pw/pw_user.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 17:35:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 926CF37B538; Wed, 19 Jul 2000 17:35:39 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA38160; Wed, 19 Jul 2000 17:35:39 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007200035.RAA38160@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Wed, 19 Jul 2000 17:35:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options src/sys/net if_gif.c src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/19 17:35:38 PDT Modified files: sys/conf options sys/net if_gif.c sys/i386/conf NOTES Log: Temporary hack for the benefit of the X-Bone project (http://www.isi.edu/xbone). I expect this to go away in due course. Submitted by: Lars Eggert <larse@ISI.EDU> Revision Changes Path 1.218 +2 -1 src/sys/conf/options 1.6 +3 -1 src/sys/net/if_gif.c 1.803 +2 -1 src/sys/i386/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 17:36: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CF3E537B588; Wed, 19 Jul 2000 17:36:02 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Received: (from davidn@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA38208; Wed, 19 Jul 2000 17:36:02 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Message-Id: <200007200036.RAA38208@freefall.freebsd.org> From: David Nugent <davidn@FreeBSD.org> Date: Wed, 19 Jul 2000 17:36:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pw pw_user.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG davidn 2000/07/19 17:36:02 PDT Modified files: (Branch: RELENG_3) usr.sbin/pw pw_user.c Log: MFC Make usermod -h - work PR: bin/19999 Revision Changes Path 1.25.2.7 +7 -4 src/usr.sbin/pw/pw_user.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 17:41:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 142D637B538; Wed, 19 Jul 2000 17:41:28 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA38604; Wed, 19 Jul 2000 17:41:27 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007200041.RAA38604@freefall.freebsd.org> From: Paul Saab <ps@FreeBSD.org> Date: Wed, 19 Jul 2000 17:41:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin Makefile src/usr.bin/fsync Makefile fsync.1 fsync.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/19 17:41:27 PDT Modified files: (Branch: RELENG_4) usr.bin Makefile Added files: (Branch: RELENG_4) usr.bin/fsync Makefile fsync.1 fsync.c Log: MFC: fsync(1) Revision Changes Path 1.144.2.3 +2 -1 src/usr.bin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 17:45:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6987137B588; Wed, 19 Jul 2000 17:45:13 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA38897; Wed, 19 Jul 2000 17:45:13 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007200045.RAA38897@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Wed, 19 Jul 2000 17:45:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options src/sys/net if_gif.c src/sys/i386/conf LINT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/19 17:45:08 PDT Modified files: (Branch: RELENG_4) sys/conf options sys/net if_gif.c sys/i386/conf LINT Log: MFC: XBONEHACK Revision Changes Path 1.191.2.11 +2 -1 src/sys/conf/options 1.4.2.2 +2 -0 src/sys/net/if_gif.c 1.749.2.16 +2 -1 src/sys/i386/conf/Attic/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 17:48:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A2DB137B765; Wed, 19 Jul 2000 17:48:19 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA39224; Wed, 19 Jul 2000 17:48:19 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007200048.RAA39224@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 19 Jul 2000 17:48:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim5 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/19 17:48:19 PDT Modified files: editors/vim5 Makefile Log: Re-apply rev 1.38 (remove building with Python (I have NO idea how I accidetnly readded Python) until I can make Vim link properly with -ptheads) Revision Changes Path 1.78 +2 -4 ports/editors/vim5/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 17:52:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6255437B8D2; Wed, 19 Jul 2000 17:52:13 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA39547; Wed, 19 Jul 2000 17:52:13 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007200052.RAA39547@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 19 Jul 2000 17:52:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim5 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/19 17:52:13 PDT Modified files: editors/vim5 Makefile Log: Fix a mastersite and remove our explicit linking with libxpg4 as Vim 5.7 correctly determines if it is needed (and isn't in FreeBSD 4.1 and later) Revision Changes Path 1.79 +3 -3 ports/editors/vim5/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 18:12: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EFC6737B8FC; Wed, 19 Jul 2000 18:12:03 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA42647; Wed, 19 Jul 2000 18:12:03 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200007200112.SAA42647@freefall.freebsd.org> From: Mike Smith <msmith@FreeBSD.org> Date: Wed, 19 Jul 2000 18:12:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf majors X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/07/19 18:12:03 PDT Modified files: sys/conf majors Log: Add major numbers for the Adaptec FSA RAID controller. Revision Changes Path 1.109 +3 -1 src/sys/conf/majors To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 18:15:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E7E1737B9A3; Wed, 19 Jul 2000 18:15:50 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA42960; Wed, 19 Jul 2000 18:15:50 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Message-Id: <200007200115.SAA42960@freefall.freebsd.org> From: Kazuo Horikawa <horikawa@FreeBSD.org> Date: Wed, 19 Jul 2000 18:15:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man5 ipnat.5 doc/ja_JP.eucJP/man/man8 ipf.8 ipfstat.8 ipmon.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/07/19 18:15:50 PDT Modified files: ja_JP.eucJP/man/man5 ipnat.5 ja_JP.eucJP/man/man8 ipf.8 ipfstat.8 ipmon.8 Log: Catch up with recent RELENG_4 ipnat.5 1.1.1.3.2.1 ipf.8 1.3.2.1 ipfstat.8 1.3.2.2 ipmon.8 1.6.2.1 Revision Changes Path 1.3 +57 -6 doc/ja_JP.eucJP/man/man5/ipnat.5 1.2 +5 -2 doc/ja_JP.eucJP/man/man8/ipf.8 1.6 +84 -5 doc/ja_JP.eucJP/man/man8/ipfstat.8 1.5 +23 -7 doc/ja_JP.eucJP/man/man8/ipmon.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 18:25:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 721A937B684; Wed, 19 Jul 2000 18:25:30 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA43628; Wed, 19 Jul 2000 18:25:29 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Message-Id: <200007200125.SAA43628@freefall.freebsd.org> From: Kazuo Horikawa <horikawa@FreeBSD.org> Date: Wed, 19 Jul 2000 18:25:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man8 ipfstat.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/07/19 18:25:29 PDT Modified files: ja_JP.eucJP/man/man8 ipfstat.8 Log: Fix typo. Revision Changes Path 1.7 +1 -1 doc/ja_JP.eucJP/man/man8/ipfstat.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 18:42:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C27D37B61E; Wed, 19 Jul 2000 18:42:46 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA45051; Wed, 19 Jul 2000 18:42:46 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <200007200142.SAA45051@freefall.freebsd.org> From: Brian Feldman <green@FreeBSD.org> Date: Wed, 19 Jul 2000 18:42:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_ktrace.c sys_generic.c uipc_syscalls.c src/sys/sys ktrace.h X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/07/19 18:42:46 PDT Modified files: (Branch: RELENG_3) sys/kern kern_ktrace.c sys_generic.c uipc_syscalls.c sys/sys ktrace.h Log: MFC: make ktrgenio() use a uio Revision Changes Path 1.25.2.3 +29 -35 src/sys/kern/kern_ktrace.c 1.43.2.3 +37 -16 src/sys/kern/sys_generic.c 1.49.2.5 +15 -7 src/sys/kern/uipc_syscalls.c 1.12.4.2 +2 -2 src/sys/sys/ktrace.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 18:52:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A87E137B974; Wed, 19 Jul 2000 18:52:12 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA45711; Wed, 19 Jul 2000 18:52:12 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007200152.SAA45711@freefall.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Wed, 19 Jul 2000 18:52:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall dist.c menus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/19 18:52:08 PDT Modified files: release/sysinstall dist.c menus.c Log: - Clarify some of the text in sysinstall in regards to the cryto bits. - Note that we are up to about 3600 ports now rather than about 3000 ports. Submitted by: kris Revision Changes Path 1.177 +13 -11 src/release/sysinstall/dist.c 1.262 +2 -4 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 18:53:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E990237B983; Wed, 19 Jul 2000 18:53:39 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA45846; Wed, 19 Jul 2000 18:53:40 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007200153.SAA45846@freefall.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Wed, 19 Jul 2000 18:53:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall dist.c menus.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/19 18:53:40 PDT Modified files: (Branch: RELENG_4) release/sysinstall dist.c menus.c Log: MFC: - Clarify some of the text in sysinstall in regards to the cryto bits. - Note that we are up to about 3600 ports now rather than about 3000 ports. Revision Changes Path 1.175.2.2 +13 -11 src/release/sysinstall/dist.c 1.252.2.9 +2 -4 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 19: 3:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2511A37B61E; Wed, 19 Jul 2000 19:03:57 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA46476; Wed, 19 Jul 2000 19:03:57 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007200203.TAA46476@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Wed, 19 Jul 2000 19:03:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch ftp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/19 19:03:57 PDT Modified files: lib/libfetch ftp.c Log: Fix the case where the file name is preceded by a lone slash. Revision Changes Path 1.35 +2 -2 src/lib/libfetch/ftp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 19: 5:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E1E637B5B9; Wed, 19 Jul 2000 19:05:26 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA47370; Wed, 19 Jul 2000 19:05:26 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007200205.TAA47370@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Wed, 19 Jul 2000 19:05:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch ftp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/19 19:05:26 PDT Modified files: (Branch: RELENG_4) lib/libfetch ftp.c Log: MFC: fix the case where the file name is preceded by a lone slash. Revision Changes Path 1.16.2.5 +2 -2 src/lib/libfetch/ftp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 19:27:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0065737B9A3; Wed, 19 Jul 2000 19:27:39 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA49224; Wed, 19 Jul 2000 19:27:38 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200007200227.TAA49224@freefall.freebsd.org> From: Mike Smith <msmith@FreeBSD.org> Date: Wed, 19 Jul 2000 19:27:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/07/19 19:27:38 PDT Modified files: (Branch: RELENG_4) sys/conf files Log: Ack, the MFC of the 'twe' driver missed out on updating this. Revision Changes Path 1.340.2.15 +2 -1 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 19:29:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 638C337B890; Wed, 19 Jul 2000 19:29:15 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA49389; Wed, 19 Jul 2000 19:29:14 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200007200229.TAA49389@freefall.freebsd.org> From: Mike Smith <msmith@FreeBSD.org> Date: Wed, 19 Jul 2000 19:29:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/07/19 19:29:14 PDT Modified files: (Branch: RELENG_4) sys/conf files Log: Last commit missed twe_disk.c due to committer-editor incompatibility. Revision Changes Path 1.340.2.16 +2 -1 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 19:32: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EFDD137B890; Wed, 19 Jul 2000 19:31:57 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA49646; Wed, 19 Jul 2000 19:31:57 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200007200231.TAA49646@freefall.freebsd.org> From: Mike Smith <msmith@FreeBSD.org> Date: Wed, 19 Jul 2000 19:31:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/twe twe_disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/07/19 19:31:57 PDT Modified files: sys/dev/twe twe_disk.c Log: Remove some confusing verbosity - we have no idea what RAID level the drive is at, so don't print the 'unknown' value, just say nothing. Revision Changes Path 1.2 +4 -19 src/sys/dev/twe/twe_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 19:32:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BA1F37BA4A; Wed, 19 Jul 2000 19:32:36 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA49748; Wed, 19 Jul 2000 19:32:35 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200007200232.TAA49748@freefall.freebsd.org> From: Mike Smith <msmith@FreeBSD.org> Date: Wed, 19 Jul 2000 19:32:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/twe twe_disk.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/07/19 19:32:35 PDT Modified files: (Branch: RELENG_4) sys/dev/twe twe_disk.c Log: MFC - reduce confusing verbosity. Revision Changes Path 1.1.2.2 +4 -19 src/sys/dev/twe/twe_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 19:51: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 59DAA37BA40; Wed, 19 Jul 2000 19:51:03 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA51262; Wed, 19 Jul 2000 19:51:03 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200007200251.TAA51262@freefall.freebsd.org> From: Mike Smith <msmith@FreeBSD.org> Date: Wed, 19 Jul 2000 19:51:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf GENERIC X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/07/19 19:51:02 PDT Modified files: (Branch: RELENG_4) sys/i386/conf GENERIC Log: Add the 3ware ATA RAID driver Revision Changes Path 1.246.2.8 +2 -1 src/sys/i386/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 20: 2:41 2000 Delivered-To: cvs-all@freebsd.org Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by hub.freebsd.org (Postfix) with ESMTP id 6ED2D37B9E6; Wed, 19 Jul 2000 20:02:31 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-12.ix.netcom.com [205.186.215.12]) by maynard.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id XAA13668; Wed, 19 Jul 2000 23:02:24 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id UAA56881; Wed, 19 Jul 2000 20:02:21 -0700 (PDT) To: CHOI Junho <cjh@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/korean Makefile References: <200007192351.QAA32221@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 19 Jul 2000 20:02:19 -0700 In-Reply-To: CHOI Junho's message of "Wed, 19 Jul 2000 16:51:45 -0700 (PDT)" Message-ID: <vqc8zuxzepw.fsf@silvia.hip.berkeley.edu> Lines: 8 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Fix typo. (ghostscript55htff -> ghostscript55httf) Oops sorry, I fixed that in my local tree but it seems I committed ports/Makefile instead.... ;) (I moved the tag for the release.) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 20: 3:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 55FC437B9BC; Wed, 19 Jul 2000 20:03:24 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA52362; Wed, 19 Jul 2000 20:03:24 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <200007200303.UAA52362@freefall.freebsd.org> From: Marcel Moolenaar <marcel@FreeBSD.org> Date: Wed, 19 Jul 2000 20:03:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/07/19 20:03:23 PDT Modified files: . Makefile.inc1 Log: Add awk and wc to the list of copied binaries for the installworld target. These are needed by liloldr. Found by: make release Revision Changes Path 1.159 +3 -3 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 20: 4:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A2DC637B9BC; Wed, 19 Jul 2000 20:04:16 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA52468; Wed, 19 Jul 2000 20:04:16 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007200304.UAA52468@freefall.freebsd.org> From: Satoshi Asami <asami@FreeBSD.org> Date: Wed, 19 Jul 2000 20:04:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/19 20:04:16 PDT Modified files: . Makefile Log: Wrong message, the previous log entry should have read: "The parallel target now requires a branch parameter." Revision Changes Path 1.56 +1 -1 ports/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 20: 7:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 74E7B37BA77; Wed, 19 Jul 2000 20:07:30 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA54029; Wed, 19 Jul 2000 20:07:30 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007200307.UAA54029@freefall.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Wed, 19 Jul 2000 20:07:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/19 20:07:30 PDT Modified files: release Makefile Log: - Don't use quotes for the MD_ROOT_SIZE option when generating the BOOTMFS kernel config file. - Add WORLD_FLAGS and KERNEL_FLAGS so you can build world and kernel with extra make options such as -jX to speed up release builds. - When building kernels, allow their hints to tag along, and use this to install hints onto the boot floppy. Since the boot floppy doesn't load loader.4th, we have to change device.hints to strip comments and change each line to an explicit set command. Revision Changes Path 1.557 +30 -11 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 20:12:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 95E8937BA56; Wed, 19 Jul 2000 20:12:53 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA54502; Wed, 19 Jul 2000 20:12:53 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007200312.UAA54502@freefall.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Wed, 19 Jul 2000 20:12:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/19 20:12:53 PDT Modified files: (Branch: RELENG_4) release Makefile Log: MFC: - Add WORLD_FLAGS and KERNEL_FLAGS. - Don't quote MD_ROOT_SIZE. Revision Changes Path 1.536.2.15 +14 -5 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 20:18:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5965437B667; Wed, 19 Jul 2000 20:18:30 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA54942; Wed, 19 Jul 2000 20:18:29 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007200318.UAA54942@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 19 Jul 2000 20:18:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gdb/gdb dbxread.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/19 20:18:29 PDT Modified files: (Branch: RELENG_4) contrib/gdb/gdb dbxread.c Log: GDB on the Alpha has a problem most likey due to being out of sync with the matching Binutils version (in this case GDB 5.0 matches Binutils 2.10.0). Andrew Gallatin has found GCC 2.95.2 + Binutils 2.10.0 puts include file names in the symbol table. This apparently causes two problems: The first being that that init_header_files() is never called, this causes an immediate SEGV in add_this_object_header_file(). The second being that end_symtab() is being called twice, and this is corrupting gdb's memory somehow. This is a hack fix, but it will get us thru 4.1-RELEASE until GDB 5.0 makes it to RELENG_4. Submitted by: gallatin Revision Changes Path 1.2.2.1 +10 -0 src/contrib/gdb/gdb/dbxread.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 21:25:55 2000 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 92ED537B684; Wed, 19 Jul 2000 21:25:49 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.9.3/8.9.3) with SMTP id AAA77688; Thu, 20 Jul 2000 00:25:48 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Thu, 20 Jul 2000 00:25:48 -0400 (EDT) From: Robert Watson <rwatson@FreeBSD.org> X-Sender: robert@fledge.watson.org To: Marcel Moolenaar <marcel@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, security-officer@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/linux linux_dummy.c linux_misc.c In-Reply-To: <200007190353.UAA71410@freefall.freebsd.org> Message-ID: <Pine.NEB.3.96L.1000720001526.77319D-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Marcel, I have not had a chance to review these commits as I am on travel. However, it strikes me that these are security-sensitive commits, and I didn't see a reviewed-by: on the original or MFC commits. As you know, we don't have a semantic equivilent to the Linux fsuid behavior, which (without looking at the patches) strongly suggests to me that we are emulating the behavior improperly, or noop'ing it. Incorrect emulation or no-oping the call may result in an application believing it has given up privileges when it has not, or giving up privileges that it does not know that it will. As a security person who has spent a fair amount of time of late beating up on Linux people to fix their capabilities implementation due to incorrect combining of uid and capability semantics, which is a very complicated thing, I can only point out that this is something we want to be *very* careful about. The recent Linux kernel/sendmail bug is just one example of the results of not being very careful with security-sensitive calls and behaving predictably from the application perspective. Do you feel comfortable that this puts neither the kernel nor privileged userland applications at risk? I.e., do we precisely emulate their semantics and avoid introducing new security problems? If the answer to either of these questions is no, I'd like to see this backed out before the release. Thanks! On Tue, 18 Jul 2000, Marcel Moolenaar wrote: > marcel 2000/07/18 20:53:08 PDT > > Modified files: (Branch: RELENG_4) > sys/i386/linux linux_dummy.c linux_misc.c > Log: > MFC: Implement setfsuid and setfsgid. > > PR: 16993 > > Revision Changes Path > 1.21.2.1 +1 -3 src/sys/i386/linux/linux_dummy.c > 1.77.2.2 +21 -1 src/sys/i386/linux/linux_misc.c > > > Robert N M Watson robert@fledge.watson.org http://www.watson.org/~robert/ PGP key fingerprint: AF B5 5F FF A6 4A 79 37 ED 5F 55 E9 58 04 6A B1 TIS Labs at Network Associates, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 21:37: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B2B537B684; Wed, 19 Jul 2000 21:37:01 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Received: (from davidn@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA64135; Wed, 19 Jul 2000 21:37:00 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Message-Id: <200007200437.VAA64135@freefall.freebsd.org> From: David Nugent <davidn@FreeBSD.org> Date: Wed, 19 Jul 2000 21:37:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pw pw_user.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG davidn 2000/07/19 21:37:00 PDT Modified files: usr.sbin/pw pw_user.c Log: Allow -g with an empty argument in the -D case. This allows -g "" to set no default group (and thus fall back to user-based groups instead). PR: bin/5717 Revision Changes Path 1.41 +9 -6 src/usr.sbin/pw/pw_user.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 21:42:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FC3437B9DD; Wed, 19 Jul 2000 21:42:24 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Received: (from davidn@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA64600; Wed, 19 Jul 2000 21:42:24 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Message-Id: <200007200442.VAA64600@freefall.freebsd.org> From: David Nugent <davidn@FreeBSD.org> Date: Wed, 19 Jul 2000 21:42:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pw pw_user.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG davidn 2000/07/19 21:42:23 PDT Modified files: (Branch: RELENG_3) usr.sbin/pw pw_user.c Log: MFC: Allow -D -g with empty group to reset default group to none PR: bin/5717 Revision Changes Path 1.25.2.8 +9 -6 src/usr.sbin/pw/pw_user.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 21:44:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 18AD137BB07; Wed, 19 Jul 2000 21:44:28 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Received: (from davidn@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA64764; Wed, 19 Jul 2000 21:44:27 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Message-Id: <200007200444.VAA64764@freefall.freebsd.org> From: David Nugent <davidn@FreeBSD.org> Date: Wed, 19 Jul 2000 21:44:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pw pw_user.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG davidn 2000/07/19 21:44:27 PDT Modified files: (Branch: RELENG_4) usr.sbin/pw pw_user.c Log: MFC: Allow -D -g with empty group to reset default group to none PR: bin/5717 Revision Changes Path 1.34.2.5 +9 -6 src/usr.sbin/pw/pw_user.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 21:57:25 2000 Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 38B4237B9A3; Wed, 19 Jul 2000 21:57:16 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e6K4vFI24758; Wed, 19 Jul 2000 21:57:15 -0700 (PDT) Date: Wed, 19 Jul 2000 21:57:15 -0700 From: Alfred Perlstein <bright@wintelcom.net> To: Robert Watson <rwatson@FreeBSD.org> Cc: Marcel Moolenaar <marcel@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, security-officer@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/linux linux_dummy.c linux_misc.c Message-ID: <20000719215715.G13979@fw.wintelcom.net> References: <200007190353.UAA71410@freefall.freebsd.org> <Pine.NEB.3.96L.1000720001526.77319D-100000@fledge.watson.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <Pine.NEB.3.96L.1000720001526.77319D-100000@fledge.watson.org>; from rwatson@FreeBSD.org on Thu, Jul 20, 2000 at 12:25:48AM -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Tue, 18 Jul 2000, Marcel Moolenaar wrote: > > > marcel 2000/07/18 20:53:08 PDT > > > > Modified files: (Branch: RELENG_4) > > sys/i386/linux linux_dummy.c linux_misc.c > > Log: > > MFC: Implement setfsuid and setfsgid. > > > > PR: 16993 > > > > Revision Changes Path > > 1.21.2.1 +1 -3 src/sys/i386/linux/linux_dummy.c > > 1.77.2.2 +21 -1 src/sys/i386/linux/linux_misc.c > > * Robert Watson <rwatson@FreeBSD.org> [000719 21:26] wrote: > > Marcel, > > I have not had a chance to review these commits as I am on travel. Don't bother, they really need to be backed out or changed (*), the correct action is to return EPERM if the passed in uid isn't the same as the effective user ID (no-op) unless we choose to implement this capability correctly. (*) An option that I'm comfortable with is making a sysctl that makes these calls always succeed. The default should be the correct behavior: EPERM when euid != uap->uid. Furthermore the CVS log entry should have clearly stated that this is a hack and doesn't work "Implement" != "Fake". :( -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 21:57:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E62A137BB39; Wed, 19 Jul 2000 21:57:20 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA65938; Wed, 19 Jul 2000 21:57:20 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007200457.VAA65938@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Wed, 19 Jul 2000 21:57:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipf Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/19 21:57:20 PDT Modified files: (Branch: RELENG_4) sbin/ipf Makefile Log: Attempt to unbreak world. Submitted by: Nat Lanza <magus@cs.cmu.edu> Revision Changes Path 1.4.2.1 +2 -2 src/sbin/ipf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 22: 5:19 2000 Delivered-To: cvs-all@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id 125C837B92F; Wed, 19 Jul 2000 22:05:11 -0700 (PDT) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel1.hp.com (Postfix) with ESMTP id 3BF7D13C1; Wed, 19 Jul 2000 22:05:10 -0700 (PDT) Received: from cup.hp.com (p1000180.nsr.hp.com [15.109.0.180]) by adlmail.cup.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with ESMTP id WAA06337; Wed, 19 Jul 2000 22:05:08 -0700 (PDT) Message-ID: <39768878.3D899AC@cup.hp.com> Date: Wed, 19 Jul 2000 22:04:56 -0700 From: Marcel Moolenaar <marcel@cup.hp.com> Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Robert Watson <rwatson@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, security-officer@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/linux linux_dummy.c linux_misc.c References: <Pine.NEB.3.96L.1000720001526.77319D-100000@fledge.watson.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Robert Watson wrote: > Do you feel comfortable that this puts neither the kernel nor privileged > userland applications at risk? I.e., do we precisely emulate their > semantics and avoid introducing new security problems? No. > If the answer to either of these questions is no, I'd like to see this > backed out before the release. If there's a shift in how we treat Linuxulator security issues, I'd like it to be discussed first. If any of the security officers decides after looking at the code that the implementation is too dangerous, I'll back it out. -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 22:12: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4912B37BA94; Wed, 19 Jul 2000 22:11:57 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Received: (from davidn@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA69566; Wed, 19 Jul 2000 22:11:57 -0700 (PDT) (envelope-from davidn@FreeBSD.org) Message-Id: <200007200511.WAA69566@freefall.freebsd.org> From: David Nugent <davidn@FreeBSD.org> Date: Wed, 19 Jul 2000 22:11:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pw pw_user.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG davidn 2000/07/19 22:11:57 PDT Modified files: usr.sbin/pw pw_user.c Log: Move test for -w flag outside of the code dealing with -D (defaults). This should cause -w's argument not to be ignored in the usermod case, so it will affect modification of the user's password instead of using the pw.conf (or internal default=no '*') password method. PR: bin/11168 Revision Changes Path 1.42 +3 -3 src/usr.sbin/pw/pw_user.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 22:12:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 34D4C37BC11; Wed, 19 Jul 2000 22:12:07 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id WAA69685; Wed, 19 Jul 2000 22:12:07 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Wed, 19 Jul 2000 22:12:07 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> To: Marcel Moolenaar <marcel@cup.hp.com> Cc: Robert Watson <rwatson@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, security-officer@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/linux linux_dummy.c linux_misc.c In-Reply-To: <39768878.3D899AC@cup.hp.com> Message-ID: <Pine.BSF.4.21.0007192207520.66253-100000@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 19 Jul 2000, Marcel Moolenaar wrote: > > If the answer to either of these questions is no, I'd like to see this > > backed out before the release. > > If there's a shift in how we treat Linuxulator security issues, I'd like > it to be discussed first. If any of the security officers decides after > looking at the code that the implementation is too dangerous, I'll back > it out. It worries me: as I understand it, the current implementation will always say it suceeds (but in fact does nothing) when someone asks "please change my f[ug]id" (even someone without privileges, but I don't think that's so important from a security PoV). So a Linux application running as root has no way to know that it is STILL writing files out as root, and not the reduced-privileges user it wanted to. If this is indeed the case then I'd like it backed out until we can emulate the behaviour more appropriately. Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe <forsythe@alum.mit.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 22:13: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A266637BBC2; Wed, 19 Jul 2000 22:13:02 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA70230; Wed, 19 Jul 2000 22:13:01 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007200513.WAA70230@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 19 Jul 2000 22:13:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha api_up1000.c dec_1000a.c dec_2100_a50.c dec_2100_a500.c dec_axppci_33.c dec_eb164.c dec_eb64plus.c dec_kn20aa.c dec_kn300.c dec_st550.c dec_st6600.c machdep.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/19 22:13:01 PDT Modified files: (Branch: RELENG_4) sys/alpha/alpha api_up1000.c dec_1000a.c dec_2100_a50.c dec_2100_a500.c dec_axppci_33.c dec_eb164.c dec_eb64plus.c dec_kn20aa.c dec_kn300.c dec_st550.c dec_st6600.c machdep.c Log: MFC: set `boothowto' approapiately if our console is a serial one. Revision Changes Path 1.1.2.2 +3 -1 src/sys/alpha/alpha/api_up1000.c 1.2.2.1 +3 -1 src/sys/alpha/alpha/dec_1000a.c 1.5.2.1 +4 -1 src/sys/alpha/alpha/dec_2100_a50.c 1.1.2.2 +4 -1 src/sys/alpha/alpha/dec_2100_a500.c 1.6.2.1 +4 -1 src/sys/alpha/alpha/dec_axppci_33.c 1.8.2.1 +3 -1 src/sys/alpha/alpha/dec_eb164.c 1.4.2.1 +3 -1 src/sys/alpha/alpha/dec_eb64plus.c 1.7.2.1 +3 -1 src/sys/alpha/alpha/dec_kn20aa.c 1.2.2.2 +4 -1 src/sys/alpha/alpha/dec_kn300.c 1.5.2.1 +3 -1 src/sys/alpha/alpha/dec_st550.c 1.5.2.1 +3 -1 src/sys/alpha/alpha/dec_st6600.c 1.68.2.6 +1 -2 src/sys/alpha/alpha/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 22:15:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7197B37BBC2; Wed, 19 Jul 2000 22:15:19 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA70625; Wed, 19 Jul 2000 22:15:19 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007200515.WAA70625@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Wed, 19 Jul 2000 22:15:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfstat Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/19 22:15:19 PDT Modified files: (Branch: RELENG_4) sbin/ipfstat Makefile Log: Fix yet another world breakage. Submitted by: Nat Lanza <magus@cs.cmu.edu> Revision Changes Path 1.4.2.1 +2 -2 src/sbin/ipfstat/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 22:18: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA27E37BB1A; Wed, 19 Jul 2000 22:17:56 -0700 (PDT) (envelope-from ps@FreeBSD.org) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA70996; Wed, 19 Jul 2000 22:17:56 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200007200517.WAA70996@freefall.freebsd.org> From: Paul Saab <ps@FreeBSD.org> Date: Wed, 19 Jul 2000 22:17:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/07/19 22:17:56 PDT Modified files: (Branch: RELENG_4) sys/conf files Log: MFC: It would help if taskqueue was actually compiled. :) Forgotten by: dfr Revision Changes Path 1.340.2.17 +2 -1 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 22:32: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E6C637B6EB; Wed, 19 Jul 2000 22:31:57 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA74709; Wed, 19 Jul 2000 22:31:56 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <200007200531.WAA74709@freefall.freebsd.org> From: Marcel Moolenaar <marcel@FreeBSD.org> Date: Wed, 19 Jul 2000 22:31:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_dummy.c linux_misc.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/07/19 22:31:56 PDT Modified files: (Branch: RELENG_4) sys/i386/linux linux_dummy.c linux_misc.c Log: Revert implementation of setfsuid and setfsgid due to security issues. Requested by: rwatson Backed by: kris Revision Changes Path 1.21.2.3 +3 -1 src/sys/i386/linux/linux_dummy.c 1.77.2.3 +1 -21 src/sys/i386/linux/linux_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 22:37:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C9AD237BA78; Wed, 19 Jul 2000 22:37:45 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA75453; Wed, 19 Jul 2000 22:37:45 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <200007200537.WAA75453@freefall.freebsd.org> From: Marcel Moolenaar <marcel@FreeBSD.org> Date: Wed, 19 Jul 2000 22:37:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_dummy.c linux_misc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/07/19 22:37:44 PDT Modified files: sys/i386/linux linux_dummy.c linux_misc.c Log: Revert implementation of setfsuid and setfsgid due to security issues. Requested by: rwatson Backed by: kris Revision Changes Path 1.24 +3 -1 src/sys/i386/linux/linux_dummy.c 1.81 +1 -21 src/sys/i386/linux/linux_misc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 22:43:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 417C237BA78; Wed, 19 Jul 2000 22:43:56 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA76035; Wed, 19 Jul 2000 22:43:55 -0700 (PDT) (envelope-from assar@FreeBSD.org) Message-Id: <200007200543.WAA76035@freefall.freebsd.org> From: Assar Westerlund <assar@FreeBSD.org> Date: Wed, 19 Jul 2000 22:43:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/kerberosIV/appl/kauth kauthd.c src/crypto/kerberosIV/appl/kip kipd.c src/crypto/kerberosIV/appl/sample sample_server.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2000/07/19 22:43:55 PDT Modified files: crypto/kerberosIV/appl/kauth kauthd.c crypto/kerberosIV/appl/kip kipd.c crypto/kerberosIV/appl/sample sample_server.c Log: merge in syslog fixes, do not call syslog with variabel as format string Revision Changes Path 1.2 +18 -17 src/crypto/kerberosIV/appl/kauth/kauthd.c 1.2 +8 -11 src/crypto/kerberosIV/appl/kip/kipd.c 1.2 +9 -7 src/crypto/kerberosIV/appl/sample/sample_server.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 22:46: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C20BE37BA78; Wed, 19 Jul 2000 22:46:06 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA76201; Wed, 19 Jul 2000 22:46:06 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007200546.WAA76201@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Wed, 19 Jul 2000 22:46:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipnat Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/19 22:46:06 PDT Modified files: (Branch: RELENG_4) sbin/ipnat Makefile Log: Yet another world fixage. Submitted by: Bryan Liesner <bleez@bellatlantic.net> Revision Changes Path 1.4.2.1 +2 -2 src/sbin/ipnat/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 22:47:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A05B37BC78; Wed, 19 Jul 2000 22:47:32 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA76409; Wed, 19 Jul 2000 22:47:32 -0700 (PDT) (envelope-from assar@FreeBSD.org) Message-Id: <200007200547.WAA76409@freefall.freebsd.org> From: Assar Westerlund <assar@FreeBSD.org> Date: Wed, 19 Jul 2000 22:47:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/kerberosIV/appl/kauth kauthd.c src/crypto/kerberosIV/appl/kip kipd.c src/crypto/kerberosIV/appl/sample sample_server.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2000/07/19 22:47:32 PDT Modified files: (Branch: RELENG_3) crypto/kerberosIV/appl/kauth kauthd.c crypto/kerberosIV/appl/kip kipd.c crypto/kerberosIV/appl/sample sample_server.c Log: MFC: merge in syslog fixes, do not call syslog with variabel as format string Revision Changes Path 1.1.1.1.4.2 +6 -4 src/crypto/kerberosIV/appl/kauth/kauthd.c 1.1.1.1.4.2 +3 -1 src/crypto/kerberosIV/appl/kip/kipd.c 1.1.1.2.4.2 +4 -2 src/crypto/kerberosIV/appl/sample/sample_server.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 22:52:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 327F137BA78; Wed, 19 Jul 2000 22:52:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id WAA76951; Wed, 19 Jul 2000 22:52:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Wed, 19 Jul 2000 22:52:43 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> To: Assar Westerlund <assar@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/kerberosIV/appl/kauth kauthd.c src/crypto/kerberosIV/appl/kip kipd.c src/crypto/kerberosIV/appl/sample sample_server.c In-Reply-To: <200007200543.WAA76035@freefall.freebsd.org> Message-ID: <Pine.BSF.4.21.0007192251580.75927-100000@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 19 Jul 2000, Assar Westerlund wrote: > assar 2000/07/19 22:43:55 PDT > > Modified files: > crypto/kerberosIV/appl/kauth kauthd.c > crypto/kerberosIV/appl/kip kipd.c > crypto/kerberosIV/appl/sample sample_server.c > Log: > merge in syslog fixes, do not call syslog with variabel as format string Oops, these should have been cvs imported on the vendor branch (since, after all, you are the vendor in this case :-) - now they're off it forever :-( Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe <forsythe@alum.mit.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 22:56:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F6B537B985; Wed, 19 Jul 2000 22:56:38 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA77258; Wed, 19 Jul 2000 22:56:38 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007200556.WAA77258@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 19 Jul 2000 22:56:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha dec_kn8ae.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/19 22:56:38 PDT Modified files: (Branch: RELENG_4) sys/alpha/alpha dec_kn8ae.c Log: MFC: set `boothowto' approapiately if our console is a serial one. Revision Changes Path 1.5.2.2 +3 -1 src/sys/alpha/alpha/dec_kn8ae.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 23: 5: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C63037B985; Wed, 19 Jul 2000 23:04:55 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA78119; Wed, 19 Jul 2000 23:04:55 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007200604.XAA78119@freefall.freebsd.org> From: Satoshi Asami <asami@FreeBSD.org> Date: Wed, 19 Jul 2000 23:04:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/isc-dhcp2 Makefile ports/net/isc-dhcp3 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/19 23:04:55 PDT Modified files: net/isc-dhcp2 Makefile net/isc-dhcp3 Makefile Log: Mark this FORBIDDEN temporarily -- security holes found. Reported by: kris Revision Changes Path 1.36 +3 -1 ports/net/isc-dhcp2/Makefile 1.37 +3 -1 ports/net/isc-dhcp3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 23:12:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CCEE537B952; Wed, 19 Jul 2000 23:12:13 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA80332; Wed, 19 Jul 2000 23:12:14 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007200612.XAA80332@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Wed, 19 Jul 2000 23:12:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha api_up1000.c dec_1000a.c dec_2100_a50.c dec_2100_a500.c dec_3000_300.c dec_3000_500.c dec_axppci_33.c dec_eb164.c dec_eb64plus.c dec_kn20aa.c dec_kn300.c dec_kn8ae.c dec_st550.c dec_st6600.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/19 23:12:14 PDT Modified files: (Branch: RELENG_4) sys/alpha/alpha api_up1000.c dec_1000a.c dec_2100_a50.c dec_2100_a500.c dec_3000_300.c dec_3000_500.c dec_axppci_33.c dec_eb164.c dec_eb64plus.c dec_kn20aa.c dec_kn300.c dec_kn8ae.c dec_st550.c dec_st6600.c Log: MFC: KNF'ize. Revision Changes Path 1.1.2.3 +1 -3 src/sys/alpha/alpha/api_up1000.c 1.2.2.2 +53 -41 src/sys/alpha/alpha/dec_1000a.c 1.5.2.2 +78 -73 src/sys/alpha/alpha/dec_2100_a50.c 1.1.2.3 +66 -66 src/sys/alpha/alpha/dec_2100_a500.c 1.2.2.2 +6 -5 src/sys/alpha/alpha/dec_3000_300.c 1.2.2.2 +30 -29 src/sys/alpha/alpha/dec_3000_500.c 1.6.2.2 +30 -27 src/sys/alpha/alpha/dec_axppci_33.c 1.8.2.2 +15 -15 src/sys/alpha/alpha/dec_eb164.c 1.4.2.2 +28 -26 src/sys/alpha/alpha/dec_eb64plus.c 1.7.2.2 +66 -64 src/sys/alpha/alpha/dec_kn20aa.c 1.2.2.3 +2 -2 src/sys/alpha/alpha/dec_kn300.c 1.5.2.3 +2 -3 src/sys/alpha/alpha/dec_kn8ae.c 1.5.2.2 +81 -77 src/sys/alpha/alpha/dec_st550.c 1.5.2.2 +6 -6 src/sys/alpha/alpha/dec_st6600.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 23:16:46 2000 Delivered-To: cvs-all@freebsd.org Received: from assaris.sics.se (dyna225-094.nada.kth.se [130.237.225.94]) by hub.freebsd.org (Postfix) with ESMTP id D057437BAAB; Wed, 19 Jul 2000 23:16:40 -0700 (PDT) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id IAA34310; Thu, 20 Jul 2000 08:17:06 +0200 (CEST) (envelope-from assar) To: Kris Kennaway <kris@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/kerberosIV/appl/kauth kauthd.c src/crypto/kerberosIV/appl/kip kipd.c src/crypto/kerberosIV/appl/sample sample_server.c References: <Pine.BSF.4.21.0007192251580.75927-100000@freefall.freebsd.org> From: Assar Westerlund <assar@sics.se> Date: 20 Jul 2000 08:17:06 +0200 In-Reply-To: Kris Kennaway's message of "Wed, 19 Jul 2000 22:52:43 -0700 (PDT)" Message-ID: <5lu2dl1g2l.fsf@assaris.sics.se> Lines: 21 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kris Kennaway <kris@FreeBSD.org> writes: > On Wed, 19 Jul 2000, Assar Westerlund wrote: > > > assar 2000/07/19 22:43:55 PDT > > > > Modified files: > > crypto/kerberosIV/appl/kauth kauthd.c > > crypto/kerberosIV/appl/kip kipd.c > > crypto/kerberosIV/appl/sample sample_server.c > > Log: > > merge in syslog fixes, do not call syslog with variabel as format string > > Oops, these should have been cvs imported on the vendor branch (since, > after all, you are the vendor in this case :-) - now they're off it > forever :-( I might have been unclear, but these were not just imported from the `vendor' but surgically applied instead and not identical to the vendor versions. /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 23:25:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E21637BAAB; Wed, 19 Jul 2000 23:25:10 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id XAA81463; Wed, 19 Jul 2000 23:25:10 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Wed, 19 Jul 2000 23:25:10 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> To: Assar Westerlund <assar@sics.se> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/kerberosIV/appl/kauth kauthd.c src/crypto/kerberosIV/appl/kip kipd.c src/crypto/kerberosIV/appl/sample sample_server.c In-Reply-To: <5lu2dl1g2l.fsf@assaris.sics.se> Message-ID: <Pine.BSF.4.21.0007192324300.80208-100000@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 20 Jul 2000, Assar Westerlund wrote: > I might have been unclear, but these were not just imported from the > `vendor' but surgically applied instead and not identical to the > vendor versions. Yeah..they probably should have been the 'official patches' and imported, which would have made life easier for future imports which touch those files. Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe <forsythe@alum.mit.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 23:30:48 2000 Delivered-To: cvs-all@freebsd.org Received: from assaris.sics.se (dyna225-094.nada.kth.se [130.237.225.94]) by hub.freebsd.org (Postfix) with ESMTP id 380EE37BAAB; Wed, 19 Jul 2000 23:30:40 -0700 (PDT) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id IAA34342; Thu, 20 Jul 2000 08:31:05 +0200 (CEST) (envelope-from assar) To: Kris Kennaway <kris@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/kerberosIV/appl/kauth kauthd.c src/crypto/kerberosIV/appl/kip kipd.c src/crypto/kerberosIV/appl/sample sample_server.c References: <Pine.BSF.4.21.0007192324300.80208-100000@freefall.freebsd.org> From: Assar Westerlund <assar@sics.se> Date: 20 Jul 2000 08:31:05 +0200 In-Reply-To: Kris Kennaway's message of "Wed, 19 Jul 2000 23:25:10 -0700 (PDT)" Message-ID: <5ld7k91ffa.fsf@assaris.sics.se> Lines: 11 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kris Kennaway <kris@FreeBSD.org> writes: > Yeah..they probably should have been the 'official patches' and imported, > which would have made life easier for future imports which touch those > files. But I did not want to import all of the official code (aka 1.0.2) at this point and therefore just extracted the relevant parts (some other parts depended on other stuff...). And so far I've only made life difficult for myself. :-) /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 23:39: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 140FF37B7D9; Wed, 19 Jul 2000 23:38:58 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id XAA82546; Wed, 19 Jul 2000 23:38:57 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Wed, 19 Jul 2000 23:38:57 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> To: Assar Westerlund <assar@sics.se> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/kerberosIV/appl/kauth kauthd.c src/crypto/kerberosIV/appl/kip kipd.c src/crypto/kerberosIV/appl/sample sample_server.c In-Reply-To: <5ld7k91ffa.fsf@assaris.sics.se> Message-ID: <Pine.BSF.4.21.0007192332110.81908-100000@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 20 Jul 2000, Assar Westerlund wrote: > Kris Kennaway <kris@FreeBSD.org> writes: > > Yeah..they probably should have been the 'official patches' and imported, > > which would have made life easier for future imports which touch those > > files. > > But I did not want to import all of the official code (aka 1.0.2) at > this point and therefore just extracted the relevant parts (some other > parts depended on other stuff...). And so far I've only made life > difficult for myself. :-) Well, not to worry..but for future reference you can just "fake it" and import the patched files with a revision name of something like "r1_0_1_patch20000719" or whatever. Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe <forsythe@alum.mit.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 23:40:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 136DF37BAAB; Wed, 19 Jul 2000 23:40:47 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA82725; Wed, 19 Jul 2000 23:40:46 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007200640.XAA82725@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Wed, 19 Jul 2000 23:40:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ipftest Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/19 23:40:46 PDT Modified files: (Branch: RELENG_4) usr.sbin/ipftest Makefile Log: La-de-da..have another crack at unbreaking world. Can we get Darren a commemorative plaque or something? :-) Submitted by: Nat Lanza <magus@cs.cmu.edu> Revision Changes Path 1.4.2.1 +2 -2 src/usr.sbin/ipftest/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 23:44:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E9FFB37BAAB; Wed, 19 Jul 2000 23:44:31 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA83031; Wed, 19 Jul 2000 23:44:31 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007200644.XAA83031@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Wed, 19 Jul 2000 23:44:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/hylafax/patches patch-00 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/19 23:44:31 PDT Added files: comms/hylafax/patches patch-00 Log: Remove a bug in faxsetup.sh. PR: 20051 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 23:57:36 2000 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id C6A1C37BB7E; Wed, 19 Jul 2000 23:57:30 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id IAA52465; Thu, 20 Jul 2000 08:57:28 +0200 (CEST) (envelope-from des@flood.ping.uio.no) To: Marcel Moolenaar <marcel@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 References: <200007192248.PAA23393@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@flood.ping.uio.no> Date: 20 Jul 2000 08:57:28 +0200 In-Reply-To: Marcel Moolenaar's message of "Wed, 19 Jul 2000 15:48:52 -0700 (PDT)" Message-ID: <xzpya2xffvr.fsf@flood.ping.uio.no> Lines: 12 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Marcel Moolenaar <marcel@FreeBSD.org> writes: > Log: > Add cp(1) to the list of binaries we need to save. The cp(1) command > is used by the installation of ld-elf.so when an existing version > exists. This is arguably a bug in install(1), which should have an option to save a backup copy. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jul 19 23:58:26 2000 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id 399DE37BC51; Wed, 19 Jul 2000 23:58:18 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id JAA16930; Thu, 20 Jul 2000 09:56:40 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id JAA04632; Thu, 20 Jul 2000 09:58:10 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3976A2F6.20E9E7CF@FreeBSD.org> Date: Thu, 20 Jul 2000 09:57:59 +0300 From: Maxim Sobolev <sobomax@FreeBSD.org> Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Satoshi Asami <asami@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports INDEX References: <200007191857.LAA77037@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Satoshi Asami wrote: > asami 2000/07/19 11:57:50 PDT > > Modified files: > . INDEX > Log: > This is the official index file for 4.1-release. There are 3,605 ports > in here. (Too bad the release number isn't 3.6....) > > You can check out the ports tree for 4.1R with the tag "RELEASE_4_1_0". We should target to hit 4,200 at the time of 4.2. ;) -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 0: 3: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from mout1.silyn-tek.de (mout1.silyn-tek.de [194.25.165.69]) by hub.freebsd.org (Postfix) with ESMTP id B27C337BAD7; Thu, 20 Jul 2000 00:02:56 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.33] (helo=mx1.silyn-tek.de) by mout1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13FAMB-00006K-00; Thu, 20 Jul 2000 09:02:55 +0200 Received: from p3e9c115b.dip0.t-ipconnect.de ([62.156.17.91] helo=neutron.cichlids.com) by mx1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13FAM7-0007Xn-00; Thu, 20 Jul 2000 09:02:51 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id CF3C4AB91; Thu, 20 Jul 2000 09:04:30 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 6998514ABB; Thu, 20 Jul 2000 09:02:53 +0200 (CEST) Date: Thu, 20 Jul 2000 09:02:53 +0200 To: Maxim Sobolev <sobomax@FreeBSD.org> Cc: Satoshi Asami <asami@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports INDEX Message-ID: <20000720090253.A15558@cichlids.cichlids.com> References: <200007191857.LAA77037@freefall.freebsd.org> <3976A2F6.20E9E7CF@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <3976A2F6.20E9E7CF@FreeBSD.org>; from sobomax@FreeBSD.org on Thu, Jul 20, 2000 at 09:57:59AM +0300 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Maxim Sobolev (sobomax@FreeBSD.org): > > This is the official index file for 4.1-release. There are 3,605 ports > > in here. (Too bad the release number isn't 3.6....) > > You can check out the ports tree for 4.1R with the tag "RELEASE_4_1_0". > We should target to hit 4,200 at the time of 4.2. ;) I think this is possible :-) Go go go! Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 0: 8:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E945437BAD7; Thu, 20 Jul 2000 00:08:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id AAA86703; Thu, 20 Jul 2000 00:08:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Thu, 20 Jul 2000 00:08:21 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> To: Alexander Langer <alex@big.endian.de> Cc: Maxim Sobolev <sobomax@FreeBSD.org>, Satoshi Asami <asami@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports INDEX In-Reply-To: <20000720090253.A15558@cichlids.cichlids.com> Message-ID: <Pine.BSF.4.21.0007200008050.84615-100000@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 20 Jul 2000, Alexander Langer wrote: > Thus spake Maxim Sobolev (sobomax@FreeBSD.org): > > > > This is the official index file for 4.1-release. There are 3,605 ports > > > in here. (Too bad the release number isn't 3.6....) > > > You can check out the ports tree for 4.1R with the tag "RELEASE_4_1_0". > > We should target to hit 4,200 at the time of 4.2. ;) > > I think this is possible :-) Go, Steve, go! :-) Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe <forsythe@alum.mit.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 0:31:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D076537B840; Thu, 20 Jul 2000 00:31:53 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA89080; Thu, 20 Jul 2000 00:31:53 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007200731.AAA89080@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Thu, 20 Jul 2000 00:31:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 syncer.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/20 00:31:53 PDT Modified files: share/man/man4 syncer.4 Log: Include a comment explaining the usual delay between writes and syncs. Revision Changes Path 1.3 +6 -1 src/share/man/man4/syncer.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 0:32:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E00A37BBFE; Thu, 20 Jul 2000 00:32:35 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA89161; Thu, 20 Jul 2000 00:32:29 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007200732.AAA89161@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Thu, 20 Jul 2000 00:32:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/kannel Makefile ports/www/kannel/patches patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/20 00:32:29 PDT Modified files: www/kannel Makefile Added files: www/kannel/patches patch-af Log: Fix bug, when WAP-mobiles finally try to request a page. This patch raises the pthread stack default size and compiles the port with -pthread. While I'm here, add closing ' for sed-regexp (thanks ViM syntax highlighting!) Submitted by: "Ari Suutari" <ari@suutari.iki.fi> Revision Changes Path 1.2 +3 -2 ports/www/kannel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 0:37:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B104F37B5DF; Thu, 20 Jul 2000 00:37:45 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA90250; Thu, 20 Jul 2000 00:37:45 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007200737.AAA90250@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Thu, 20 Jul 2000 00:37:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 syncer.4 Makefile src/bin/sync sync.8 src/lib/libc/gen sysctl.3 src/lib/libc/sys fsync.2 sync.2 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/20 00:37:43 PDT Modified files: (Branch: RELENG_4) share/man/man4 Makefile bin/sync sync.8 lib/libc/gen sysctl.3 lib/libc/sys fsync.2 sync.2 Added files: (Branch: RELENG_4) share/man/man4 syncer.4 Log: MFC: replace the obsolete update(4) page with one for syncer(4). Revision Changes Path 1.83.2.6 +4 -4 src/share/man/man4/Makefile 1.8.2.1 +2 -2 src/bin/sync/sync.8 1.33.2.3 +2 -2 src/lib/libc/gen/sysctl.3 1.6.2.3 +2 -2 src/lib/libc/sys/fsync.2 1.6.2.3 +3 -3 src/lib/libc/sys/sync.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 0:55: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 6537637BBA5; Thu, 20 Jul 2000 00:54:12 -0700 (PDT) (envelope-from green@FreeBSD.org) Date: Thu, 20 Jul 2000 03:53:53 -0400 (EDT) From: Brian Fundakowski Feldman <green@FreeBSD.org> X-Sender: green@green.dyndns.org To: Dag-Erling Smorgrav <des@flood.ping.uio.no> Cc: Marcel Moolenaar <marcel@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: <xzpya2xffvr.fsf@flood.ping.uio.no> Message-ID: <Pine.BSF.4.21.0007200347510.1758-100000@green.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 20 Jul 2000, Dag-Erling Smorgrav wrote: > Marcel Moolenaar <marcel@FreeBSD.org> writes: > > Log: > > Add cp(1) to the list of binaries we need to save. The cp(1) command > > is used by the installation of ld-elf.so when an existing version > > exists. > > This is arguably a bug in install(1), which should have an option to > save a backup copy. I'd rather not make install(1) even more of a superset of the original than it is. I'll fix this. > DES > -- > Dag-Erling Smorgrav - des@flood.ping.uio.no -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 1: 0: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 30B0737B6A3; Thu, 20 Jul 2000 01:00:04 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA92875; Thu, 20 Jul 2000 01:00:03 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <200007200800.BAA92875@freefall.freebsd.org> From: Brian Feldman <green@FreeBSD.org> Date: Thu, 20 Jul 2000 01:00:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/07/20 01:00:03 PDT Modified files: libexec/rtld-elf Makefile Log: We shouldn't use cp to save the old ld-elf.so.1. Use the sanctioned tool ${INSTALL} with -C -p instead. Revision Changes Path 1.13 +3 -2 src/libexec/rtld-elf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 1: 9:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 403A837B706; Thu, 20 Jul 2000 01:09:32 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA94943; Thu, 20 Jul 2000 01:09:32 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007200809.BAA94943@freefall.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Thu, 20 Jul 2000 01:09:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news Makefile ports/news/grn Makefile ports/news/grn/files md5 ports/news/grn/patches patch-aa patch-ab patch-ac ports/news/grn/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/20 01:09:32 PDT Modified files: news Makefile Added files: news/grn Makefile news/grn/files md5 news/grn/patches patch-aa patch-ab patch-ac news/grn/pkg COMMENT DESCR PLIST Log: Add grn - a NNTP client for Gnome. Revision Changes Path 1.54 +2 -1 ports/news/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 1:10: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A070D37C153; Thu, 20 Jul 2000 01:09:53 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA95020; Thu, 20 Jul 2000 01:09:53 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007200809.BAA95020@freefall.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Thu, 20 Jul 2000 01:09:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/20 01:09:53 PDT Modified files: . modules Log: grn --> ports/news/grn Revision Changes Path 1.1435 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 1:25:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BF4F37BBBD; Thu, 20 Jul 2000 01:25:32 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA96300; Thu, 20 Jul 2000 01:25:32 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007200825.BAA96300@freefall.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Thu, 20 Jul 2000 01:25:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/mserver/patches patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/20 01:25:32 PDT Modified files: comms/mserver/patches patch-ad Log: Replace old startup script with new capable to do start/stop operations. PR: 20039 Submitted by: Bruce A. Mah <bmah@cisco.com> Revision Changes Path 1.2 +24 -6 ports/comms/mserver/patches/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 1:36:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C4B837BB90; Thu, 20 Jul 2000 01:36:43 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA97256; Thu, 20 Jul 2000 01:36:44 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007200836.BAA97256@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 20 Jul 2000 01:36:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 01:36:44 PDT src/contrib/isc-dhcp - Imported sources Update of /home/ncvs/src/contrib/isc-dhcp In directory freefall.freebsd.org:/c/tmp/cvs-serv97186 Log Message: Import Patchlevel 3 of the ISC 2.0 dhcp client. Status: Vendor Tag: ISC Release Tags: isc_dhcp_2_0_pl3 U src/contrib/isc-dhcp/CHANGES U src/contrib/isc-dhcp/Makefile.conf U src/contrib/isc-dhcp/Makefile.dist U src/contrib/isc-dhcp/README U src/contrib/isc-dhcp/RELNOTES U src/contrib/isc-dhcp/configure U src/contrib/isc-dhcp/client/Makefile.dist C src/contrib/isc-dhcp/client/clparse.c U src/contrib/isc-dhcp/client/dhclient-script.8 U src/contrib/isc-dhcp/client/dhclient.8 C src/contrib/isc-dhcp/client/dhclient.c U src/contrib/isc-dhcp/client/dhclient.conf U src/contrib/isc-dhcp/client/dhclient.conf.5 U src/contrib/isc-dhcp/client/dhclient.leases.5 U src/contrib/isc-dhcp/client/scripts/freebsd U src/contrib/isc-dhcp/common/Makefile.dist U src/contrib/isc-dhcp/common/alloc.c U src/contrib/isc-dhcp/common/bpf.c U src/contrib/isc-dhcp/common/conflex.c U src/contrib/isc-dhcp/common/convert.c U src/contrib/isc-dhcp/common/dhcp-options.5 U src/contrib/isc-dhcp/common/dispatch.c U src/contrib/isc-dhcp/common/errwarn.c U src/contrib/isc-dhcp/common/ethernet.c U src/contrib/isc-dhcp/common/hash.c U src/contrib/isc-dhcp/common/icmp.c U src/contrib/isc-dhcp/common/inet.c U src/contrib/isc-dhcp/common/inet_addr.c U src/contrib/isc-dhcp/common/lpf.c U src/contrib/isc-dhcp/common/memory.c U src/contrib/isc-dhcp/common/nit.c U src/contrib/isc-dhcp/common/options.c U src/contrib/isc-dhcp/common/packet.c U src/contrib/isc-dhcp/common/parse.c U src/contrib/isc-dhcp/common/print.c U src/contrib/isc-dhcp/common/raw.c U src/contrib/isc-dhcp/common/socket.c U src/contrib/isc-dhcp/common/tables.c U src/contrib/isc-dhcp/common/tr.c U src/contrib/isc-dhcp/common/tree.c U src/contrib/isc-dhcp/common/upf.c U src/contrib/isc-dhcp/includes/cdefs.h U src/contrib/isc-dhcp/includes/dhcp.h U src/contrib/isc-dhcp/includes/dhcpd.h U src/contrib/isc-dhcp/includes/dhctoken.h U src/contrib/isc-dhcp/includes/hash.h U src/contrib/isc-dhcp/includes/inet.h U src/contrib/isc-dhcp/includes/osdep.h U src/contrib/isc-dhcp/includes/site.h U src/contrib/isc-dhcp/includes/sysconf.h U src/contrib/isc-dhcp/includes/tree.h U src/contrib/isc-dhcp/includes/version.h U src/contrib/isc-dhcp/includes/cf/freebsd.h U src/contrib/isc-dhcp/includes/arpa/nameser.h U src/contrib/isc-dhcp/includes/netinet/if_ether.h U src/contrib/isc-dhcp/includes/netinet/ip.h U src/contrib/isc-dhcp/includes/netinet/ip_icmp.h U src/contrib/isc-dhcp/includes/netinet/udp.h 2 conflicts created by this import. Use the following command to help the merge: cvs checkout -jISC:yesterday -jISC src/contrib/isc-dhcp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 1:44:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E0BB837BC8B; Thu, 20 Jul 2000 01:44:53 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA98043; Thu, 20 Jul 2000 01:44:53 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007200844.BAA98043@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 20 Jul 2000 01:44:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client clparse.c dhclient.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 01:44:53 PDT Modified files: contrib/isc-dhcp/client clparse.c dhclient.c Log: Fix conflicts. Revision Changes Path 1.5 +5 -2 src/contrib/isc-dhcp/client/clparse.c 1.12 +148 -85 src/contrib/isc-dhcp/client/dhclient.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 1:57:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D021F37B6CD; Thu, 20 Jul 2000 01:57:29 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA99157; Thu, 20 Jul 2000 01:57:29 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007200857.BAA99157@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 20 Jul 2000 01:57:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client dhclient.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 01:57:29 PDT Modified files: contrib/isc-dhcp/client dhclient.c Log: Careful with long, command-line provided interface names. Obtained from: OpenBSD (rev 1.7) Revision Changes Path 1.13 +2 -2 src/contrib/isc-dhcp/client/dhclient.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 2: 5:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 14B2F37B540; Thu, 20 Jul 2000 02:05:16 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA00684; Thu, 20 Jul 2000 02:05:15 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200007200905.CAA00684@freefall.freebsd.org> From: Brian Somers <brian@FreeBSD.org> Date: Thu, 20 Jul 2000 02:05:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net rcmd.3 rcmd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/07/20 02:05:15 PDT Modified files: lib/libc/net rcmd.3 rcmd.c Log: Alocate rcmd{,_af}()'s *ahost argument using malloc() (well strdup()) rather than pointing it at something that's free()d (via freeaddrinfo(res)) before the function returns. I appreciate that this is an API change, but it's the only way (AFAIK) of doing this without breaking existing code that uses rcmd{,_af}(). Pointed out by: phkmalloc Revision Changes Path 1.15 +6 -1 src/lib/libc/net/rcmd.3 1.27 +10 -4 src/lib/libc/net/rcmd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 2:15:22 2000 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-32.mail.demon.net (anchor-post-32.mail.demon.net [194.217.242.90]) by hub.freebsd.org (Postfix) with ESMTP id 7941037BE0E; Thu, 20 Jul 2000 02:15:16 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by anchor-post-32.mail.demon.net with esmtp (Exim 2.12 #1) id 13FCQC-000HDC-0W; Thu, 20 Jul 2000 10:15:13 +0100 Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id JAA60946; Thu, 20 Jul 2000 09:53:40 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Thu, 20 Jul 2000 09:53:01 +0100 (BST) From: Doug Rabson <dfr@nlsystems.com> To: Alexander Langer <alex@big.endian.de> Cc: Ruslan Ermilov <ru@freebsd.org>, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc MAKEDEV In-Reply-To: <20000719235726.A56763@cichlids.cichlids.com> Message-ID: <Pine.BSF.4.21.0007200952130.4181-100000@salmon.nlsystems.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 19 Jul 2000, Alexander Langer wrote: > Thus spake Doug Rabson (dfr@nlsystems.com): > > > There is an accelerated OpenGL driver for Matrox G200 and G400 in the > > XFree86 4.0.1 release which uses the kernel interface to the AGP driver. A > > non-3D driver for i810 can use the user interface (/dev/agpgart). > > NVidia has drivers for 4.0, too - do they work? > Does anyone have experience (speed etc)... > > I'd really like to know if it's worth an update :) The NVidia drivers are binary only for Linux. I have heard that they are pretty fast though. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 20 8348 3944 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 2:16:15 2000 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id F0F2E37BE22; Thu, 20 Jul 2000 02:16:06 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (hak.nat.Awfulhak.org [172.31.0.12]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id KAA78179; Thu, 20 Jul 2000 10:16:02 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id IAA02534; Thu, 20 Jul 2000 08:21:03 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200007200721.IAA02534@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Archie Cobbs <archie@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/sys/net ethernet.h In-Reply-To: Message from Archie Cobbs <archie@FreeBSD.org> of "Wed, 19 Jul 2000 14:43:52 PDT." <200007192143.OAA14693@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 20 Jul 2000 08:21:00 +0100 From: Brian Somers <brian@Awfulhak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > archie 2000/07/19 14:43:52 PDT > > Modified files: (Branch: RELENG_4) > sys/net ethernet.h > Log: > Revert previous commit, which reverted the commit before that. > The previous committer did not alert the 2x previous committer > that he was reverting the commit, and in the meantime the 2x > previous committer fixed the problem elsewhere, causing the > previous commit to no longer be valid. > > Revision Changes Path > 1.12.2.5 +6 -6 src/sys/net/ethernet.h Thanks for making this clear :-? -- Brian <brian@Awfulhak.org> <brian@[uk.]FreeBSD.org> <http://www.Awfulhak.org> <brian@[uk.]OpenBSD.org> Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 2:16:23 2000 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 3F8D737BF78; Thu, 20 Jul 2000 02:16:12 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (hak.nat.Awfulhak.org [172.31.0.12]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id KAA78187; Thu, 20 Jul 2000 10:16:04 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id IAA09150; Thu, 20 Jul 2000 08:28:19 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200007200728.IAA09150@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Greg Lehey <grog@lemis.com> Cc: Sheldon Hearn <sheldonh@uunet.co.za>, obrien@FreeBSD.org, Archie Cobbs <archie@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c In-Reply-To: Message from Greg Lehey <grog@lemis.com> of "Thu, 20 Jul 2000 09:29:49 +0930." <20000720092949.D38899@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 20 Jul 2000 08:28:16 +0100 From: Brian Somers <brian@Awfulhak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Others have contradicted this view. But maybe we should think of a > consistent way to do it. I've always done something like 'foo > -fdsafds' to force a usage message. Maybe -? should be acceptable, > since it's what people will expect. Heh :-) hak:~ $ ls -fdsafds 4 . > Greg > -- > Finger grog@lemis.com for PGP public key > See complete headers for address and phone numbers -- Brian <brian@Awfulhak.org> <brian@[uk.]FreeBSD.org> <http://www.Awfulhak.org> <brian@[uk.]OpenBSD.org> Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 2:16:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DDAEC37C197; Thu, 20 Jul 2000 02:16:31 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA02342; Thu, 20 Jul 2000 02:16:31 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007200916.CAA02342@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 20 Jul 2000 02:16:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client dhclient.8 dhclient.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 02:16:30 PDT Modified files: contrib/isc-dhcp/client dhclient.8 dhclient.c Log: Add yet more options to usage() that the author did not document. Revision Changes Path 1.9 +14 -0 src/contrib/isc-dhcp/client/dhclient.8 1.14 +3 -3 src/contrib/isc-dhcp/client/dhclient.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 2:28:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CDFA437B625; Thu, 20 Jul 2000 02:28:08 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA03465; Thu, 20 Jul 2000 02:28:08 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <200007200928.CAA03465@freefall.freebsd.org> From: Doug Rabson <dfr@FreeBSD.org> Date: Thu, 20 Jul 2000 02:28:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa ppc.c ppcreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dfr 2000/07/20 02:28:08 PDT Modified files: sys/isa ppc.c ppcreg.h Log: Add support for the PC87303 chipset (found on Miata alphas) and add support for relocating the port address if the isa hints specify a different address from the address the chipset currently has. Submitted by: Andrew M. Miklic <miklic@ibm.net> Revision Changes Path 1.31 +47 -7 src/sys/isa/ppc.c 1.13 +2 -1 src/sys/isa/ppcreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 2:32:44 2000 Delivered-To: cvs-all@freebsd.org Received: from anchor-post-33.mail.demon.net (anchor-post-33.mail.demon.net [194.217.242.91]) by hub.freebsd.org (Postfix) with ESMTP id 07CA937BE57; Thu, 20 Jul 2000 02:32:34 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by anchor-post-33.mail.demon.net with esmtp (Exim 2.12 #1) id 13FCgr-000AWD-0X; Thu, 20 Jul 2000 10:32:26 +0100 Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id KAA61467; Thu, 20 Jul 2000 10:33:50 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Thu, 20 Jul 2000 10:33:11 +0100 (BST) From: Doug Rabson <dfr@nlsystems.com> To: Paul Saab <ps@freebsd.org> Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files In-Reply-To: <200007200517.WAA70996@freefall.freebsd.org> Message-ID: <Pine.BSF.4.21.0007201032200.4181-100000@salmon.nlsystems.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 19 Jul 2000, Paul Saab wrote: > ps 2000/07/19 22:17:56 PDT > > Modified files: (Branch: RELENG_4) > sys/conf files > Log: > MFC: It would help if taskqueue was actually compiled. :) > > Forgotten by: dfr Thanks Paul. I actually had this change in my tree but managed to miss it out in the commit somehow. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 20 8348 3944 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 2:33:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7231537BF3A; Thu, 20 Jul 2000 02:33:25 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA03994; Thu, 20 Jul 2000 02:33:25 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007200933.CAA03994@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 20 Jul 2000 02:33:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client dhclient.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 02:33:25 PDT Modified files: contrib/isc-dhcp/client dhclient.c Log: Make sure we delete the PID file when we exit. Obtained from: OpenBSD rev 1.3 (this semi-security fix was hidden as a lease time fix) Revision Changes Path 1.15 +3 -1 src/contrib/isc-dhcp/client/dhclient.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 2:53:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B657437B6CC; Thu, 20 Jul 2000 02:53:11 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA05694; Thu, 20 Jul 2000 02:53:11 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007200953.CAA05694@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 20 Jul 2000 02:53:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client/scripts freebsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 02:53:11 PDT Modified files: contrib/isc-dhcp/client/scripts freebsd Log: safe shell quoting Obtained from: OpenBSD (rev 1.6) Revision Changes Path 1.12 +80 -80 src/contrib/isc-dhcp/client/scripts/freebsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 2:55:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D475337BE52; Thu, 20 Jul 2000 02:55:08 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA06375; Thu, 20 Jul 2000 02:55:08 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007200955.CAA06375@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 20 Jul 2000 02:55:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client/scripts freebsd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 02:55:08 PDT Modified files: contrib/isc-dhcp/client/scripts freebsd Log: arp(8) invocations fixed -- one does not use "-n" with "-d". Obtained from: OpenBSD (rev 1.7) Revision Changes Path 1.13 +4 -4 src/contrib/isc-dhcp/client/scripts/freebsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 2:56:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DA0837BE52; Thu, 20 Jul 2000 02:56:20 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA06496; Thu, 20 Jul 2000 02:56:20 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007200956.CAA06496@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 20 Jul 2000 02:56:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client clparse.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 02:56:19 PDT Modified files: contrib/isc-dhcp/client clparse.c Log: Careful with long, command-line provided interface names. Obtained from: OpenBSD (rev 1.5) Revision Changes Path 1.6 +2 -2 src/contrib/isc-dhcp/client/clparse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 2:57:33 2000 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 9E83537B6CC; Thu, 20 Jul 2000 02:57:28 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (hak.nat.Awfulhak.org [172.31.0.12]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id KAA78509; Thu, 20 Jul 2000 10:57:23 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id KAA05819; Thu, 20 Jul 2000 10:57:19 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200007200957.KAA05819@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Jordan Hubbard <jkh@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Brian Somers <brian@FreeBSD.org>, shin@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net rcmd.3 rcmd.c In-Reply-To: Message from Brian Somers <brian@FreeBSD.org> of "Thu, 20 Jul 2000 02:05:15 PDT." <200007200905.CAA00684@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 20 Jul 2000 10:57:17 +0100 From: Brian Somers <brian@Awfulhak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I think this is a MFC candidate... comments ? > brian 2000/07/20 02:05:15 PDT > > Modified files: > lib/libc/net rcmd.3 rcmd.c > Log: > Alocate rcmd{,_af}()'s *ahost argument using malloc() (well > strdup()) rather than pointing it at something that's free()d > (via freeaddrinfo(res)) before the function returns. > > I appreciate that this is an API change, but it's the only way > (AFAIK) of doing this without breaking existing code that uses > rcmd{,_af}(). > > Pointed out by: phkmalloc > > Revision Changes Path > 1.15 +6 -1 src/lib/libc/net/rcmd.3 > 1.27 +10 -4 src/lib/libc/net/rcmd.c > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 3: 2:25 2000 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 7A86537BEB2; Thu, 20 Jul 2000 03:02:21 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (hak.nat.Awfulhak.org [172.31.0.12]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id LAA78541; Thu, 20 Jul 2000 11:02:17 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id LAA05842; Thu, 20 Jul 2000 11:02:13 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200007201002.LAA05842@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Brian Feldman <green@FreeBSD.org>, marcel@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/libexec/rtld-elf Makefile In-Reply-To: Message from Brian Feldman <green@FreeBSD.org> of "Thu, 20 Jul 2000 01:00:03 PDT." <200007200800.BAA92875@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 20 Jul 2000 11:02:12 +0100 From: Brian Somers <brian@Awfulhak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Should cp remain as part of the take-a-copy-tools now ? > green 2000/07/20 01:00:03 PDT > > Modified files: > libexec/rtld-elf Makefile > Log: > We shouldn't use cp to save the old ld-elf.so.1. Use the sanctioned tool > ${INSTALL} with -C -p instead. > > Revision Changes Path > 1.13 +3 -2 src/libexec/rtld-elf/Makefile -- Brian <brian@Awfulhak.org> <brian@[uk.]FreeBSD.org> <http://www.Awfulhak.org> <brian@[uk.]OpenBSD.org> Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 3: 7:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D53937BA2B; Thu, 20 Jul 2000 03:07:17 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA08674; Thu, 20 Jul 2000 03:07:17 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007201007.DAA08674@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 20 Jul 2000 03:07:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp FREEBSD-upgrade X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 03:07:14 PDT Modified files: contrib/isc-dhcp FREEBSD-upgrade Log: Update to match the upgrade I just performed. Revision Changes Path 1.10 +6 -7 src/contrib/isc-dhcp/FREEBSD-upgrade To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 3:10:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A1EF437BA2B; Thu, 20 Jul 2000 03:10:13 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA08932; Thu, 20 Jul 2000 03:10:13 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Message-Id: <200007201010.DAA08932@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> Date: Thu, 20 Jul 2000 03:10:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/epic4 Makefile ports/irc/epic4/files md5 ports/irc/epic4/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/07/20 03:10:13 PDT Modified files: irc/epic4 Makefile irc/epic4/files md5 irc/epic4/pkg PLIST Log: Update to 0.9.1. ChangeLog: * Fix bug where joining an !id channel could crash epic. * Only call channel_going_away if the channel belongs to a window. * Throw /on channel_sync in the context of the channel's window. Submitted by: MAINTAINER <anders@codefactory.se> Revision Changes Path 1.26 +5 -5 ports/irc/epic4/Makefile 1.15 +1 -1 ports/irc/epic4/files/md5 1.15 +1 -1 ports/irc/epic4/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 3:11:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C329E37B6CC; Thu, 20 Jul 2000 03:11:23 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA09078; Thu, 20 Jul 2000 03:11:23 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007201011.DAA09078@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 20 Jul 2000 03:11:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dhclient Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 03:11:23 PDT Modified files: sbin/dhclient Makefile Log: Patchlevel 3 of the ISC 2.0 dhcp client now requires us to give it the shell script's PATH setting in the environment. Revision Changes Path 1.7 +2 -1 src/sbin/dhclient/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 3:26:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C498A37BD0D; Thu, 20 Jul 2000 03:26:15 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA10275; Thu, 20 Jul 2000 03:26:15 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007201026.DAA10275@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 20 Jul 2000 03:26:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp FREEBSD-upgrade Makefile.conf README RELNOTES src/contrib/isc-dhcp/client Makefile.dist clparse.c dhclient.8 dhclient.c src/contrib/isc-dhcp/includes dhcpd.h version.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 03:26:15 PDT Modified files: (Branch: RELENG_4) contrib/isc-dhcp FREEBSD-upgrade Makefile.conf README RELNOTES contrib/isc-dhcp/client Makefile.dist clparse.c dhclient.8 dhclient.c contrib/isc-dhcp/includes dhcpd.h version.h Log: MFC: upgrade to Patchlevel 3 of the ISC 2.0 dhcp client. Revision Changes Path 1.9.2.2 +6 -7 src/contrib/isc-dhcp/FREEBSD-upgrade 1.1.1.1.2.2 +1 -0 src/contrib/isc-dhcp/Makefile.conf 1.1.1.6.2.3 +3 -3 src/contrib/isc-dhcp/README 1.1.1.6.2.3 +9 -2 src/contrib/isc-dhcp/RELNOTES 1.1.1.1.2.2 +2 -1 src/contrib/isc-dhcp/client/Makefile.dist 1.4.2.1 +6 -3 src/contrib/isc-dhcp/client/clparse.c 1.8.2.1 +14 -0 src/contrib/isc-dhcp/client/dhclient.8 1.9.2.2 +152 -87 src/contrib/isc-dhcp/client/dhclient.c 1.1.1.4.2.2 +6 -1 src/contrib/isc-dhcp/includes/dhcpd.h 1.1.1.1.4.3 +1 -1 src/contrib/isc-dhcp/includes/version.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 3:27:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C989E37BD0D; Thu, 20 Jul 2000 03:27:43 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA10493; Thu, 20 Jul 2000 03:27:43 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007201027.DAA10493@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 20 Jul 2000 03:27:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dhclient Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 03:27:43 PDT Modified files: (Branch: RELENG_4) sbin/dhclient Makefile Log: MFC: upgrade to Patchlevel 3 of the ISC 2.0 dhcp client. (need to set the shell script's PATH setting in the environment) Revision Changes Path 1.6.2.1 +1 -0 src/sbin/dhclient/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 3:29:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E8B8937BA2C; Thu, 20 Jul 2000 03:29:52 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA10690; Thu, 20 Jul 2000 03:29:52 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007201029.DAA10690@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 20 Jul 2000 03:29:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dhclient Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 03:29:52 PDT Modified files: sbin/dhclient Makefile Log: Need /usr/sbin for arp(8). Revision Changes Path 1.8 +2 -2 src/sbin/dhclient/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 3:30:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A13E37BDD2; Thu, 20 Jul 2000 03:30:13 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA10754; Thu, 20 Jul 2000 03:30:13 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007201030.DAA10754@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 20 Jul 2000 03:30:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dhclient Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 03:30:12 PDT Modified files: (Branch: RELENG_4) sbin/dhclient Makefile Log: MFC: rev 1.8 (need /usr/sbin/for arp(8)) Revision Changes Path 1.6.2.2 +2 -2 src/sbin/dhclient/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 3:33:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 192C037BCD5; Thu, 20 Jul 2000 03:33:09 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA10989; Thu, 20 Jul 2000 03:33:08 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Message-Id: <200007201033.DAA10989@freefall.freebsd.org> From: Alfred Perlstein <alfred@FreeBSD.org> Date: Thu, 20 Jul 2000 03:33:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys getsockopt.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/07/20 03:33:08 PDT Modified files: lib/libc/sys getsockopt.2 Log: document get/set sockopt usage with accept_filter(9) Revision Changes Path 1.16 +36 -3 src/lib/libc/sys/getsockopt.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 3:35:22 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 858BB37BCD5; Thu, 20 Jul 2000 03:35:13 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13FDfI-0000G4-00; Thu, 20 Jul 2000 12:34:52 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: Brian Somers <brian@Awfulhak.org> Cc: Jordan Hubbard <jkh@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Brian Somers <brian@FreeBSD.org>, shin@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net rcmd.3 rcmd.c In-reply-to: Your message of "Thu, 20 Jul 2000 10:57:17 +0100." <200007200957.KAA05819@hak.lan.Awfulhak.org> Date: Thu, 20 Jul 2000 12:34:52 +0200 Message-ID: <995.964089292@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 20 Jul 2000 10:57:17 +0100, Brian Somers wrote: > I think this is a MFC candidate... comments ? > > I appreciate that this is an API change, but it's the only way > > (AFAIK) of doing this without breaking existing code that uses > > rcmd{,_af}(). If you do MFC this, make sure you MFC the version bump as well. ;-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 3:35:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E9D1F37BCD5; Thu, 20 Jul 2000 03:35:28 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA11913; Thu, 20 Jul 2000 03:35:28 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200007201035.DAA11913@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Thu, 20 Jul 2000 03:35:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/chmod chmod.c src/contrib/opie opieftpd.c src/crypto/telnet/libtelnet read_password.c src/games/hack hack.tty.c src/games/rogue message.c src/games/trek phaser.c src/gnu/usr.bin/tar port.c src/lib/libdisk tst01.c ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/07/20 03:35:28 PDT Modified files: (Branch: RELENG_4) bin/chmod chmod.c contrib/opie opieftpd.c crypto/telnet/libtelnet read_password.c games/hack hack.tty.c games/rogue message.c games/trek phaser.c gnu/usr.bin/tar port.c lib/libdisk tst01.c libexec/revnetgroup revnetgroup.c sbin/ipfw ipfw.c sbin/mount_msdos mount_msdos.c sys/alpha/alpha machdep.c sys/boot/common commands.c interp.c sys/i386/i386 machdep.c sys/pc98/i386 machdep.c usr.bin/biff biff.c usr.bin/colcrt colcrt.c usr.bin/ee ee.c usr.bin/finger util.c usr.bin/hexdump display.c usr.bin/indent indent.c usr.bin/jot jot.c usr.bin/ktrace ktrace.c usr.bin/kzip kzip.c usr.bin/lam lam.c usr.bin/last last.c usr.bin/script script.c usr.bin/soelim soelim.c usr.sbin/IPXrouted trace.c usr.sbin/elf2exe elf2exe.c usr.sbin/kgzip kgzcmp.c usr.sbin/rpc.lockd procs.c usr.sbin/rpc.ypupdated ypupdated_main.c usr.sbin/rpc.ypxfrd ypxfrd_main.c usr.sbin/rwhod rwhod.c usr.sbin/vipw pw_util.c usr.sbin/vnconfig vnconfig.c usr.sbin/ypserv yp_main.c Log: MFC: Don't call vfprintf-like functions without a format string. Revision Changes Path 1.16.2.1 +2 -2 src/bin/chmod/chmod.c 1.2.6.2 +4 -4 src/contrib/opie/opieftpd.c 1.1.1.1.8.1 +5 -1 src/crypto/telnet/libtelnet/read_password.c 1.6.2.1 +1 -1 src/games/hack/hack.tty.c 1.7.2.1 +1 -1 src/games/rogue/message.c 1.5.2.1 +2 -2 src/games/trek/phaser.c 1.6.6.1 +3 -1 src/gnu/usr.bin/tar/port.c 1.23.2.3 +2 -2 src/lib/libdisk/tst01.c 1.10.2.1 +1 -1 src/libexec/revnetgroup/revnetgroup.c 1.80.2.3 +2 -2 src/sbin/ipfw/ipfw.c 1.19.2.1 +2 -2 src/sbin/mount_msdos/mount_msdos.c 1.68.2.7 +2 -2 src/sys/alpha/alpha/machdep.c 1.13.2.2 +3 -3 src/sys/boot/common/commands.c 1.22.2.2 +2 -2 src/sys/boot/common/interp.c 1.385.2.4 +2 -2 src/sys/i386/i386/machdep.c 1.151.2.6 +2 -2 src/sys/pc98/i386/machdep.c 1.6.2.1 +2 -2 src/usr.bin/biff/biff.c 1.5.2.1 +5 -1 src/usr.bin/colcrt/colcrt.c 1.16.2.1 +2 -2 src/usr.bin/ee/ee.c 1.8.2.1 +1 -1 src/usr.bin/finger/util.c 1.4.2.1 +2 -2 src/usr.bin/hexdump/display.c 1.5.2.1 +7 -7 src/usr.bin/indent/indent.c 1.13.2.1 +2 -2 src/usr.bin/jot/jot.c 1.12.2.1 +5 -5 src/usr.bin/ktrace/ktrace.c 1.13.2.2 +8 -8 src/usr.bin/kzip/kzip.c 1.3.2.1 +1 -1 src/usr.bin/lam/lam.c 1.10.6.1 +3 -1 src/usr.bin/last/last.c 1.11.2.1 +2 -2 src/usr.bin/script/script.c 1.3.2.1 +1 -1 src/usr.bin/soelim/soelim.c 1.6.2.1 +1 -1 src/usr.sbin/IPXrouted/trace.c 1.6.2.1 +3 -3 src/usr.sbin/elf2exe/elf2exe.c 1.2.2.1 +1 -1 src/usr.sbin/kgzip/kgzcmp.c 1.4.2.1 +1 -1 src/usr.sbin/rpc.lockd/procs.c 1.4.2.2 +3 -3 src/usr.sbin/rpc.ypupdated/ypupdated_main.c 1.8.2.1 +2 -2 src/usr.sbin/rpc.ypxfrd/ypxfrd_main.c 1.13.2.1 +2 -2 src/usr.sbin/rwhod/rwhod.c 1.17.2.1 +1 -1 src/usr.sbin/vipw/pw_util.c 1.13.2.2 +2 -2 src/usr.sbin/vnconfig/vnconfig.c 1.21.2.2 +3 -3 src/usr.sbin/ypserv/yp_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 3:38:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DCAE237BED5; Thu, 20 Jul 2000 03:38:12 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA12107; Thu, 20 Jul 2000 03:38:12 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200007201038.DAA12107@freefall.freebsd.org> From: Brian Somers <brian@FreeBSD.org> Date: Thu, 20 Jul 2000 03:38:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp route.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/07/20 03:38:12 PDT Modified files: usr.sbin/ppp route.c Log: Don't mis-interpret sockaddr_in6 structures as sockaddr_in structures when purging routes. Revision Changes Path 1.67 +2 -2 src/usr.sbin/ppp/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 3:38:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A803237BD47; Thu, 20 Jul 2000 03:38:43 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA12166; Thu, 20 Jul 2000 03:38:43 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200007201038.DAA12166@freefall.freebsd.org> From: Brian Somers <brian@FreeBSD.org> Date: Thu, 20 Jul 2000 03:38:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp route.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/07/20 03:38:43 PDT Modified files: (Branch: RELENG_4) usr.sbin/ppp route.c Log: MFC: Don't mis-interpret sockaddr_in6 structures as sockaddr_in structures when purging routes. Revision Changes Path 1.60.2.2 +2 -2 src/usr.sbin/ppp/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 3:41:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 03BE837BCD5; Thu, 20 Jul 2000 03:41:38 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA13522; Thu, 20 Jul 2000 03:41:37 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Message-Id: <200007201041.DAA13522@freefall.freebsd.org> From: Yukihiro Nakai <nakai@FreeBSD.org> Date: Thu, 20 Jul 2000 03:41:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gogo Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2000/07/20 03:41:37 PDT Modified files: audio/gogo Makefile Log: USE_MT fix again. Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> Revision Changes Path 1.22 +2 -2 ports/audio/gogo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 3:47:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 44BEB37BA2B; Thu, 20 Jul 2000 03:47:46 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA14409; Thu, 20 Jul 2000 03:47:46 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Message-Id: <200007201047.DAA14409@freefall.freebsd.org> From: Yukihiro Nakai <nakai@FreeBSD.org> Date: Thu, 20 Jul 2000 03:47:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/bugbuddy Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2000/07/20 03:47:46 PDT Modified files: devel/bugbuddy Makefile Log: Add libglade depends. Revision Changes Path 1.8 +3 -2 ports/devel/bugbuddy/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 3:55: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA63537BBA5; Thu, 20 Jul 2000 03:55:05 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA15230; Thu, 20 Jul 2000 03:55:06 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007201055.DAA15230@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 20 Jul 2000 03:55:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim5 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 03:55:05 PDT Modified files: editors/vim5 Makefile Log: Prevent attempting to build with Python support if Python just happens to be present. Since our Python port is built with threads support, Vim will also need to be built with -pthreads but there is a build problem with -pthreads set. Revision Changes Path 1.80 +2 -2 ports/editors/vim5/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 4: 5:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F01D37BF38; Thu, 20 Jul 2000 04:05:54 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA19782; Thu, 20 Jul 2000 04:05:54 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Message-Id: <200007201105.EAA19782@freefall.freebsd.org> From: Alfred Perlstein <alfred@FreeBSD.org> Date: Thu, 20 Jul 2000 04:05:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys getsockopt.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/07/20 04:05:53 PDT Modified files: lib/libc/sys getsockopt.2 Log: use .Pp instead of faking it with an extra newline Pointed out by: sheldonh Revision Changes Path 1.17 +2 -2 src/lib/libc/sys/getsockopt.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 4:16: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B5D7A37BD40; Thu, 20 Jul 2000 04:16:06 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA20739; Thu, 20 Jul 2000 04:16:06 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007201116.EAA20739@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 20 Jul 2000 04:16:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 04:16:06 PDT Modified files: (Branch: RELENG_4) libexec/rtld-elf Makefile Log: MFC: rev 1.13 (use install(1) rather than cp) Revision Changes Path 1.10.2.3 +3 -2 src/libexec/rtld-elf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 4:39:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ADE2937B744; Thu, 20 Jul 2000 04:39:15 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA22882; Thu, 20 Jul 2000 04:39:15 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007201139.EAA22882@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Thu, 20 Jul 2000 04:39:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/usbhidctl usbhidctl.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/20 04:39:15 PDT Modified files: usr.bin/usbhidctl usbhidctl.1 Log: Rename the ``name'' argument to ``item'' and mark it up as an argument. Make use of the marked up argument to clarify the text in the DESCRIPTION section. Insert a missing word: ``the''. Make the phrase in the BUGS section a full sentence. Sort the cross-references in the SEE ALSO section correctly. Revision Changes Path 1.2 +10 -7 src/usr.bin/usbhidctl/usbhidctl.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 4:43:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9289937B531; Thu, 20 Jul 2000 04:43:41 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA23353; Thu, 20 Jul 2000 04:43:41 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007201143.EAA23353@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Thu, 20 Jul 2000 04:43:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 udbp.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/20 04:43:41 PDT Modified files: share/man/man4 udbp.4 Log: General clean-up [0/1]: content Clear extraneous Nm arguments. Clarify some English. Mark netgraph and ifconfig up as a cross-reference. Remove apostrophe from a genitive ``its''. Revision Changes Path 1.3 +27 -16 src/share/man/man4/udbp.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 4:45:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FA9137BC7F; Thu, 20 Jul 2000 04:45:57 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA23676; Thu, 20 Jul 2000 04:45:57 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007201145.EAA23676@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Thu, 20 Jul 2000 04:45:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 udbp.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/20 04:45:57 PDT Modified files: share/man/man4 udbp.4 Log: General clean-up [1/1]: whitespace Revision Changes Path 1.4 +11 -8 src/share/man/man4/udbp.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 4:46:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9C85337BC7F; Thu, 20 Jul 2000 04:46:51 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA23844; Thu, 20 Jul 2000 04:46:51 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007201146.EAA23844@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Thu, 20 Jul 2000 04:46:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 udbp.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/20 04:46:51 PDT Modified files: share/man/man4 udbp.4 Log: Clear the extraneous Os argument, which survived rev 1.3. Revision Changes Path 1.5 +2 -2 src/share/man/man4/udbp.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 4:51:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 21A7737BC7F; Thu, 20 Jul 2000 04:51:29 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA24355; Thu, 20 Jul 2000 04:51:29 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Message-Id: <200007201151.EAA24355@freefall.freebsd.org> From: Kazuo Horikawa <horikawa@FreeBSD.org> Date: Thu, 20 Jul 2000 04:51:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man8 dhclient.8 sync.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/07/20 04:51:29 PDT Modified files: ja_JP.eucJP/man/man8 dhclient.8 sync.8 Log: Catch up with recent RELENG_4 dhclinet.8 1.8.2.1 sync.8 1.8.2.1 Revision Changes Path 1.5 +13 -1 doc/ja_JP.eucJP/man/man8/dhclient.8 1.7 +2 -3 doc/ja_JP.eucJP/man/man8/sync.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 4:56: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F24FB37B583; Thu, 20 Jul 2000 04:55:59 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA25051; Thu, 20 Jul 2000 04:55:59 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200007201155.EAA25051@freefall.freebsd.org> From: Neil Blakey-Milner <nbm@FreeBSD.org> Date: Thu, 20 Jul 2000 04:55:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/tclhttpd Makefile ports/www/tclhttpd/files md5 pkgIndex.tcl tclhttpd.sh ports/www/tclhttpd/patches patch-ab patch-ac patch-ad patch-ae patch-af patch-ah patch-pl ports/www/tclhttpd/pkg COMMENT DESCR ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/07/20 04:55:59 PDT Modified files: www Makefile Added files: www/tclhttpd Makefile www/tclhttpd/files md5 pkgIndex.tcl tclhttpd.sh www/tclhttpd/patches patch-ab patch-ac patch-ad patch-ae patch-af patch-ah patch-pl www/tclhttpd/pkg COMMENT DESCR PLIST www/tclhttpd/scripts post-patch pre-build Log: Add tclhttpd, a pure-Tcl implementation of a HTTP server. PR: ports/19870 Submitted by: Mikhail Teterin <mi@privatelabs.com> Revision Changes Path 1.230 +2 -1 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 4:56:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D76F37BA97; Thu, 20 Jul 2000 04:56:03 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA25086; Thu, 20 Jul 2000 04:56:03 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200007201156.EAA25086@freefall.freebsd.org> From: Neil Blakey-Milner <nbm@FreeBSD.org> Date: Thu, 20 Jul 2000 04:56:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/07/20 04:56:03 PDT Modified files: . modules Log: tclhttpd --> ports/www/tclhttpd Revision Changes Path 1.1436 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 5:11:34 2000 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 1E9F737B583; Thu, 20 Jul 2000 05:11:26 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id OAA53738; Thu, 20 Jul 2000 14:11:21 +0200 (CEST) (envelope-from des@flood.ping.uio.no) To: Archie Cobbs <archie@whistle.com> Cc: obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c References: <200007192314.QAA68878@bubba.whistle.com> From: Dag-Erling Smorgrav <des@flood.ping.uio.no> Date: 20 Jul 2000 14:11:20 +0200 In-Reply-To: Archie Cobbs's message of "Wed, 19 Jul 2000 16:14:46 -0700 (PDT)" Message-ID: <xzpaefdc87r.fsf@flood.ping.uio.no> Lines: 13 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Archie Cobbs <archie@whistle.com> writes: > You're talking about "ifconfig" == "ifconfig -a" right..? > > I'm happy with whatever everybody else wants. Seems to me a > lot of people liked it though. I don't. I don't feel very strongly about it, but if you *have* to have it this way, I'd prefer the default switches to be -au. And I think navy blue is *just* the right color for this bikeshed. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 5:12:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B511137B5E7; Thu, 20 Jul 2000 05:12:41 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA27548; Thu, 20 Jul 2000 05:12:41 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Message-Id: <200007201212.FAA27548@freefall.freebsd.org> From: Alfred Perlstein <alfred@FreeBSD.org> Date: Thu, 20 Jul 2000 05:12:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_accf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/07/20 05:12:41 PDT Modified files: sys/kern kern_accf.c Log: disallow unload until we do proper refcounting Revision Changes Path 1.2 +10 -1 src/sys/kern/kern_accf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 5:17:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7216E37B583; Thu, 20 Jul 2000 05:17:18 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA27923; Thu, 20 Jul 2000 05:17:18 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Message-Id: <200007201217.FAA27923@freefall.freebsd.org> From: Alfred Perlstein <alfred@FreeBSD.org> Date: Thu, 20 Jul 2000 05:17:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/07/20 05:17:18 PDT Modified files: sys/kern uipc_socket.c Log: only allow accept filter modifications on listening sockets Submitted by: ps Revision Changes Path 1.79 +9 -1 src/sys/kern/uipc_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 5:19:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 47DDF37BA75; Thu, 20 Jul 2000 05:19:13 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Received: (from nakai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA28203; Thu, 20 Jul 2000 05:19:13 -0700 (PDT) (envelope-from nakai@FreeBSD.org) Message-Id: <200007201219.FAA28203@freefall.freebsd.org> From: Yukihiro Nakai <nakai@FreeBSD.org> Date: Thu, 20 Jul 2000 05:19:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/sodipodi Makefile ports/graphics/sodipodi/files md5 ports/graphics/sodipodi/patches patch-ad ports/graphics/sodipodi/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nakai 2000/07/20 05:19:13 PDT Modified files: graphics/sodipodi Makefile graphics/sodipodi/files md5 graphics/sodipodi/pkg PLIST Added files: graphics/sodipodi/patches patch-ad Log: Update to 0.18.2. And add patch to remove BROKEN. (Got from GNOME CVS) Revision Changes Path 1.14 +3 -3 ports/graphics/sodipodi/Makefile 1.3 +1 -1 ports/graphics/sodipodi/files/md5 1.3 +4 -0 ports/graphics/sodipodi/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 5:22:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6446E37B583; Thu, 20 Jul 2000 05:22:36 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA28746; Thu, 20 Jul 2000 05:22:36 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Message-Id: <200007201222.FAA28746@freefall.freebsd.org> From: Hiroki Sato <hrs@FreeBSD.org> Date: Thu, 20 Jul 2000 05:22:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/books/handbook/backups chapter.sgml doc/ja_JP.eucJP/books/handbook/basics chapter.sgml doc/ja_JP.eucJP/books/handbook/boot chapter.sgml doc/ja_JP.eucJP/books/handbook/cutting-edge chapter.sgml doc/ja_JP.eucJP/books/handbook/introduction chapter.sgml doc/ja_JP.eucJP/books/handbook/kernelconfig chapter.sgml ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrs 2000/07/20 05:22:36 PDT Modified files: ja_JP.eucJP/books/handbook/backups chapter.sgml ja_JP.eucJP/books/handbook/basics chapter.sgml ja_JP.eucJP/books/handbook/boot chapter.sgml ja_JP.eucJP/books/handbook/cutting-edge chapter.sgml ja_JP.eucJP/books/handbook/introduction chapter.sgml ja_JP.eucJP/books/handbook/kernelconfig chapter.sgml ja_JP.eucJP/books/handbook/kernelopts chapter.sgml ja_JP.eucJP/books/handbook/l10n chapter.sgml ja_JP.eucJP/books/handbook/linuxemu chapter.sgml ja_JP.eucJP/books/handbook/policies chapter.sgml ja_JP.eucJP/books/handbook/ports chapter.sgml ja_JP.eucJP/books/handbook/printing chapter.sgml ja_JP.eucJP/books/handbook/serialcomms chapter.sgml ja_JP.eucJP/books/handbook/users chapter.sgml ja_JP.eucJP/books/handbook/x11 chapter.sgml Log: o Merge the following from the English version: 1.8 -> 1.12 x11/chapter.sgml Submitted by: hanai Reviewed by: hrs References: [doc-jp 7590] o Merge the following from the English version and partial white space cleanup: 1.26 -> 1.30 printing/chapter.sgml o Refine translation: backups/chapter.sgml basics/chapter.sgml boot/chapter.sgml cutting-edge/chapter.sgml introduction/chapter.sgml kernelconfig/chapter.sgml kernelopts/chapter.sgml l10n/chapter.sgml linuxemu/chapter.sgml policies/chapter.sgml ports/chapter.sgml serialcomms/chapter.sgml users/chapter.sgml Revision Changes Path 1.13 +2 -2 doc/ja_JP.eucJP/books/handbook/backups/chapter.sgml 1.10 +2 -2 doc/ja_JP.eucJP/books/handbook/basics/chapter.sgml 1.3 +2 -2 doc/ja_JP.eucJP/books/handbook/boot/chapter.sgml 1.17 +4 -4 doc/ja_JP.eucJP/books/handbook/cutting-edge/chapter.sgml 1.15 +2 -2 doc/ja_JP.eucJP/books/handbook/introduction/chapter.sgml 1.9 +2 -1 doc/ja_JP.eucJP/books/handbook/kernelconfig/chapter.sgml 1.8 +2 -3 doc/ja_JP.eucJP/books/handbook/kernelopts/chapter.sgml 1.7 +2 -2 doc/ja_JP.eucJP/books/handbook/l10n/chapter.sgml 1.13 +2 -1 doc/ja_JP.eucJP/books/handbook/linuxemu/chapter.sgml 1.9 +3 -4 doc/ja_JP.eucJP/books/handbook/policies/chapter.sgml 1.21 +2 -2 doc/ja_JP.eucJP/books/handbook/ports/chapter.sgml 1.9 +314 -383 doc/ja_JP.eucJP/books/handbook/printing/chapter.sgml 1.7 +2 -2 doc/ja_JP.eucJP/books/handbook/serialcomms/chapter.sgml 1.3 +2 -2 doc/ja_JP.eucJP/books/handbook/users/chapter.sgml 1.4 +1346 -5 doc/ja_JP.eucJP/books/handbook/x11/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 5:42:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF22237BB19; Thu, 20 Jul 2000 05:42:51 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA35840; Thu, 20 Jul 2000 05:42:51 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Message-Id: <200007201242.FAA35840@freefall.freebsd.org> From: Hiroki Sato <hrs@FreeBSD.org> Date: Thu, 20 Jul 2000 05:42:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/tutorials Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrs 2000/07/20 05:42:51 PDT Modified files: ja/tutorials Makefile Log: o Add porters-handbook. 1.6 -> 1.8 tutorials/Makefile Revision Changes Path 1.5 +4 -2 www/ja/tutorials/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 6: 5:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B6AA37B649; Thu, 20 Jul 2000 06:05:43 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA39119; Thu, 20 Jul 2000 06:05:42 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007201305.GAA39119@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Thu, 20 Jul 2000 06:05:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 syncer.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/20 06:05:42 PDT Modified files: share/man/man4 syncer.4 Log: Fix a typo and mark ``update'' up consistently in the HISTORY section. Reported by: des Revision Changes Path 1.4 +3 -3 src/share/man/man4/syncer.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 6: 6:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B8E3537B54D; Thu, 20 Jul 2000 06:06:28 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA39220; Thu, 20 Jul 2000 06:06:28 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007201306.GAA39220@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Thu, 20 Jul 2000 06:06:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 syncer.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/20 06:06:28 PDT Modified files: (Branch: RELENG_4) share/man/man4 syncer.4 Log: MFC rev 1.4: fix a typo and a nit Revision Changes Path 1.3.2.2 +3 -3 src/share/man/man4/syncer.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 6:13: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 674AC37B54D; Thu, 20 Jul 2000 06:12:59 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA39763; Thu, 20 Jul 2000 06:12:59 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007201312.GAA39763@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Thu, 20 Jul 2000 06:12:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons scterm-sc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/20 06:12:59 PDT Modified files: sys/dev/syscons scterm-sc.c Log: Accorfing to ECMA-48 SGR 39 and 49 are just another colors and must not reset other attrs, so reset only bold on 39 Revision Changes Path 1.10 +3 -3 src/sys/dev/syscons/scterm-sc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 6:14:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1881937B708; Thu, 20 Jul 2000 06:14:09 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA39908; Thu, 20 Jul 2000 06:14:08 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007201314.GAA39908@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Thu, 20 Jul 2000 06:14:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons scterm-sc.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/20 06:14:08 PDT Modified files: (Branch: RELENG_4) sys/dev/syscons scterm-sc.c Log: MFC: reset only bold on SGR 39 Revision Changes Path 1.4.2.6 +3 -3 src/sys/dev/syscons/scterm-sc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 6:17:54 2000 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 889DA37B67D; Thu, 20 Jul 2000 06:17:31 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (hak.nat.Awfulhak.org [172.31.0.12]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id OAA79722; Thu, 20 Jul 2000 14:17:19 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id OAA01874; Thu, 20 Jul 2000 14:17:13 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200007201317.OAA01874@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Sheldon Hearn <sheldonh@uunet.co.za> Cc: Brian Somers <brian@Awfulhak.org>, Jordan Hubbard <jkh@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Brian Somers <brian@FreeBSD.org>, shin@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/lib/libc/net rcmd.3 rcmd.c In-Reply-To: Message from Sheldon Hearn <sheldonh@uunet.co.za> of "Thu, 20 Jul 2000 12:34:52 +0200." <995.964089292@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 20 Jul 2000 14:17:13 +0100 From: Brian Somers <brian@Awfulhak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > On Thu, 20 Jul 2000 10:57:17 +0100, Brian Somers wrote: > > > I think this is a MFC candidate... comments ? > > > > I appreciate that this is an API change, but it's the only way > > > (AFAIK) of doing this without breaking existing code that uses > > > rcmd{,_af}(). > > If you do MFC this, make sure you MFC the version bump as well. ;-) I don't think a version bump is required as the function & args remain the same. The API change is that the *ahost value should now be free()d by the application whereas before it was already freed by rcmd() :-) > Ciao, > Sheldon. -- Brian <brian@Awfulhak.org> <brian@[uk.]FreeBSD.org> <http://www.Awfulhak.org> <brian@[uk.]OpenBSD.org> Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 6:18:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C8B437B8FD; Thu, 20 Jul 2000 06:18:30 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA40357; Thu, 20 Jul 2000 06:18:30 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007201318.GAA40357@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Thu, 20 Jul 2000 06:18:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/termcap termcap.src X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/20 06:18:29 PDT Modified files: share/termcap termcap.src Log: cons: add AX to indicate that SGR 39 and 49 present and can be used separately Revision Changes Path 1.93 +2 -2 src/share/termcap/termcap.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 6:19:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 662AC37B67D; Thu, 20 Jul 2000 06:19:23 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA40474; Thu, 20 Jul 2000 06:19:22 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007201319.GAA40474@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Thu, 20 Jul 2000 06:19:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/termcap termcap.src X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/20 06:19:22 PDT Modified files: (Branch: RELENG_4) share/termcap termcap.src Log: MFC: cons: add AX Revision Changes Path 1.89.2.5 +2 -2 src/share/termcap/termcap.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 6:22:56 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 5332037B67D; Thu, 20 Jul 2000 06:22:44 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13FGHV-0000zc-00; Thu, 20 Jul 2000 15:22:29 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: Brian Somers <brian@Awfulhak.org> Cc: Jordan Hubbard <jkh@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Brian Somers <brian@FreeBSD.org>, shin@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net rcmd.3 rcmd.c In-reply-to: Your message of "Thu, 20 Jul 2000 14:17:13 +0100." <200007201317.OAA01874@hak.lan.Awfulhak.org> Date: Thu, 20 Jul 2000 15:22:29 +0200 Message-ID: <3819.964099349@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 20 Jul 2000 14:17:13 +0100, Brian Somers wrote: > I don't think a version bump is required as the function & args > remain the same. The API change is that the *ahost value should now > be free()d by the application whereas before it was already freed by > rcmd() :-) Doesn't that mean that long-running applications that make use of this interface will develop memory leaks unless they're changed? Are you saying that the bump isn't required because new applications don't need to know and old applications won't check? Just want to make sure I understand for the right reasons. ;-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 6:28: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 763C037BBA5; Thu, 20 Jul 2000 06:27:59 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA41415; Thu, 20 Jul 2000 06:27:59 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <200007201327.GAA41415@freefall.freebsd.org> From: Alexey Zelkin <phantom@FreeBSD.org> Date: Thu, 20 Jul 2000 06:27:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/top top.X X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/07/20 06:27:59 PDT Modified files: contrib/top top.X Log: Correct default value for -s option. PR: bin/12946 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net> Revision Changes Path 1.7 +2 -1 src/contrib/top/top.X To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 6:29:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7792C37B808; Thu, 20 Jul 2000 06:29:21 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA41617; Thu, 20 Jul 2000 06:29:21 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <200007201329.GAA41617@freefall.freebsd.org> From: Alexey Zelkin <phantom@FreeBSD.org> Date: Thu, 20 Jul 2000 06:29:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/top top.X X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/07/20 06:29:21 PDT Modified files: (Branch: RELENG_4) contrib/top top.X Log: MFC: correct default value for -s option Revision Changes Path 1.6.6.1 +2 -1 src/contrib/top/top.X To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 6:29:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C55337B808; Thu, 20 Jul 2000 06:29:54 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA41678; Thu, 20 Jul 2000 06:29:49 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <200007201329.GAA41678@freefall.freebsd.org> From: Alexey Zelkin <phantom@FreeBSD.org> Date: Thu, 20 Jul 2000 06:29:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/top top.X X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/07/20 06:29:48 PDT Modified files: (Branch: RELENG_3) contrib/top top.X Log: MFC: correct default value for -s option Revision Changes Path 1.6.2.1 +2 -1 src/contrib/top/top.X To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 6:45:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 25B2C37B52B; Thu, 20 Jul 2000 06:45:20 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA43804; Thu, 20 Jul 2000 06:45:20 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007201345.GAA43804@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Thu, 20 Jul 2000 06:45:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/security chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/20 06:45:19 PDT Modified files: en_US.ISO_8859-1/books/handbook/security chapter.sgml Log: Correct "Contributed by" line of the firewall-section, which defenitely mis-credits me, and change it to Alex Nash. Revision Changes Path 1.35 +2 -2 doc/en_US.ISO_8859-1/books/handbook/security/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 6:49:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 19C4837BAE5; Thu, 20 Jul 2000 06:49:37 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA44358; Thu, 20 Jul 2000 06:49:36 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200007201349.GAA44358@freefall.freebsd.org> From: Neil Blakey-Milner <nbm@FreeBSD.org> Date: Thu, 20 Jul 2000 06:49:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/listar Makefile ports/mail/listar/files md5 ports/mail/listar/patches patch-aa ports/mail/listar/pkg COMMENT DESCR INSTALL PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/07/20 06:49:36 PDT Modified files: mail Makefile Added files: mail/listar Makefile mail/listar/files md5 mail/listar/patches patch-aa mail/listar/pkg COMMENT DESCR INSTALL PLIST Log: Add listar, a GPL mailing list manager (and more). Revision Changes Path 1.146 +2 -1 ports/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 6:49:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8563437BB97; Thu, 20 Jul 2000 06:49:41 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA44401; Thu, 20 Jul 2000 06:49:41 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200007201349.GAA44401@freefall.freebsd.org> From: Neil Blakey-Milner <nbm@FreeBSD.org> Date: Thu, 20 Jul 2000 06:49:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/07/20 06:49:41 PDT Modified files: . modules Log: listar --> ports/mail/listar Revision Changes Path 1.1437 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 6:52:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 37F0137BBA2; Thu, 20 Jul 2000 06:52:37 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA44879; Thu, 20 Jul 2000 06:52:36 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007201352.GAA44879@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Thu, 20 Jul 2000 06:52:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/bbkeys Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/20 06:52:36 PDT Modified files: x11-wm/bbkeys Makefile Log: Change MASTERSITE to author's mastersite. Previous master-site was only a temporary fix. Submitted by: Matthew West <mwest@cs.uct.ac.za> Revision Changes Path 1.2 +2 -2 ports/x11-wm/bbkeys/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 7: 3: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 182E237BBB7; Thu, 20 Jul 2000 07:02:57 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id KAA41005; Thu, 20 Jul 2000 10:02:56 -0400 (EDT) (envelope-from wollman) Date: Thu, 20 Jul 2000 10:02:56 -0400 (EDT) From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> Message-Id: <200007201402.KAA41005@khavrinen.lcs.mit.edu> To: Alfred Perlstein <alfred@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_accf.c In-Reply-To: <200007201212.FAA27548@freefall.freebsd.org> References: <200007201212.FAA27548@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG <<On Thu, 20 Jul 2000 05:12:41 -0700 (PDT), Alfred Perlstein <alfred@FreeBSD.org> said: > alfred 2000/07/20 05:12:41 PDT > Modified files: > sys/kern kern_accf.c Sorry I didn't mention this before it was imported, but this really should be uipc_accf.c. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 7: 3:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E8AA837C0F0; Thu, 20 Jul 2000 07:03:03 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA46057; Thu, 20 Jul 2000 07:03:03 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007201403.HAA46057@freefall.freebsd.org> From: Ben Smithurst <ben@FreeBSD.org> Date: Thu, 20 Jul 2000 07:03:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/20 07:03:03 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Change <@> to <@>. In the same question, fix a few other things: * <emphasis remap=tt> -> <literal> * <ulink> to man.cgi -> <filename> * <literallayout> -> <programlisting> PR: 20056 Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de> Revision Changes Path 1.78 +6 -9 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 7: 3:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E5BD37BBE7; Thu, 20 Jul 2000 07:03:24 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA46095; Thu, 20 Jul 2000 07:03:23 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007201403.HAA46095@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Thu, 20 Jul 2000 07:03:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/termcap termcap.src X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/20 07:03:23 PDT Modified files: share/termcap termcap.src Log: Explicetly remove AX for mono consoles. Fix mono Latin2 console color support removing. Revision Changes Path 1.94 +5 -5 src/share/termcap/termcap.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 7: 4:19 2000 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id B465937BA99; Thu, 20 Jul 2000 07:02:05 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (hak.nat.Awfulhak.org [172.31.0.12]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id PAA80112; Thu, 20 Jul 2000 15:01:11 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id PAA02340; Thu, 20 Jul 2000 15:01:05 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200007201401.PAA02340@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Sheldon Hearn <sheldonh@uunet.co.za> Cc: Brian Somers <brian@Awfulhak.org>, Jordan Hubbard <jkh@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Brian Somers <brian@FreeBSD.org>, shin@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/lib/libc/net rcmd.3 rcmd.c In-Reply-To: Message from Sheldon Hearn <sheldonh@uunet.co.za> of "Thu, 20 Jul 2000 15:22:29 +0200." <3819.964099349@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 20 Jul 2000 15:01:05 +0100 From: Brian Somers <brian@Awfulhak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > On Thu, 20 Jul 2000 14:17:13 +0100, Brian Somers wrote: > > > I don't think a version bump is required as the function & args > > remain the same. The API change is that the *ahost value should now > > be free()d by the application whereas before it was already freed by > > rcmd() :-) > > Doesn't that mean that long-running applications that make use of this > interface will develop memory leaks unless they're changed? Are you > saying that the bump isn't required because new applications don't need > to know and old applications won't check? Yes, all existing applications will now have a memory leak. This is bad, but not as bad as the alternatives (see my other post cc'd to cvs-committers). Thinking about it, you could argue that a version bump is necessary so that new applications that know about needing to free(*ahost) will be linked against the library with the higher version number and will never end up freeing *ahost when it's been returned by an old library that had already free()d it. The alternative would be to bump __FreeBSD_version for this purpose. Whaddaya think ? > Just want to make sure I understand for the right reasons. ;-) > > Ciao, > Sheldon. -- Brian <brian@Awfulhak.org> <brian@[uk.]FreeBSD.org> <http://www.Awfulhak.org> <brian@[uk.]OpenBSD.org> Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 7: 4:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E4EC37C0E0; Thu, 20 Jul 2000 07:04:20 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA46254; Thu, 20 Jul 2000 07:04:20 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007201404.HAA46254@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Thu, 20 Jul 2000 07:04:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/termcap termcap.src X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/20 07:04:20 PDT Modified files: (Branch: RELENG_4) share/termcap termcap.src Log: MFC: remove AX for mono, fix latin2 mono Revision Changes Path 1.89.2.6 +5 -5 src/share/termcap/termcap.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 7: 4:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 688FF37C2C6; Thu, 20 Jul 2000 07:04:34 -0700 (PDT) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA46343; Thu, 20 Jul 2000 07:04:34 -0700 (PDT) (envelope-from assar@FreeBSD.org) Message-Id: <200007201404.HAA46343@freefall.freebsd.org> From: Assar Westerlund <assar@FreeBSD.org> Date: Thu, 20 Jul 2000 07:04:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/kerberosIV/appl/kauth kauthd.c src/crypto/kerberosIV/appl/kip kipd.c src/crypto/kerberosIV/appl/sample sample_server.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2000/07/20 07:04:34 PDT Modified files: (Branch: RELENG_4) crypto/kerberosIV/appl/kauth kauthd.c crypto/kerberosIV/appl/kip kipd.c crypto/kerberosIV/appl/sample sample_server.c Log: MFC: merge in syslog fixes, do not call syslog with variabel as format string Revision Changes Path 1.1.1.3.2.1 +7 -5 src/crypto/kerberosIV/appl/kauth/kauthd.c 1.1.1.3.2.1 +3 -1 src/crypto/kerberosIV/appl/kip/kipd.c 1.1.1.2.2.1 +4 -2 src/crypto/kerberosIV/appl/sample/sample_server.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 7: 8:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B4BC37BBB7; Thu, 20 Jul 2000 07:08:22 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA48071; Thu, 20 Jul 2000 07:08:21 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007201408.HAA48071@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Thu, 20 Jul 2000 07:08:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc termcap.small X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/20 07:08:21 PDT Modified files: etc termcap.small Log: Sync with main termcap (AX, latin2 mono) Revision Changes Path 1.18 +6 -6 src/etc/termcap.small To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 7: 8:58 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id A128F37C13C; Thu, 20 Jul 2000 07:08:44 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13FGzf-00016U-00; Thu, 20 Jul 2000 16:08:07 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: Brian Somers <brian@Awfulhak.org> Cc: Jordan Hubbard <jkh@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Brian Somers <brian@FreeBSD.org>, shin@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net rcmd.3 rcmd.c In-reply-to: Your message of "Thu, 20 Jul 2000 15:01:05 +0100." <200007201401.PAA02340@hak.lan.Awfulhak.org> Date: Thu, 20 Jul 2000 16:08:07 +0200 Message-ID: <4245.964102087@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 20 Jul 2000 15:01:05 +0100, Brian Somers wrote: > The alternative would be to bump __FreeBSD_version for this purpose. > > Whaddaya think ? From what I understand of your feedback, it doesn't seem that a version bump is going to solve anything for anyone -- neither old code nor new. Unless I've gone mad and it's illegal to try to free a NULL pointer. :-) Oh hang on... When rcmd() and rcmd_af() free the ahost allocations, do they set the pointer to NULL afterwards? If not, they should, and then we have no problem but the unavoidable memory leaks for old code. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 7:10:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D87637B946; Thu, 20 Jul 2000 07:10:43 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA48435; Thu, 20 Jul 2000 07:10:43 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007201410.HAA48435@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Thu, 20 Jul 2000 07:10:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc termcap.small X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/20 07:10:42 PDT Modified files: (Branch: RELENG_4) etc termcap.small Log: MFC: sync with main termcap Revision Changes Path 1.16.2.2 +6 -6 src/etc/termcap.small To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 7:19:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA81437BC64; Thu, 20 Jul 2000 07:19:17 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA49558; Thu, 20 Jul 2000 07:19:17 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007201419.HAA49558@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Thu, 20 Jul 2000 07:19:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 pcm.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/20 07:19:17 PDT Modified files: share/man/man4 pcm.4 Log: Add a FILES section which, as a side-effect, just so happens to give device node creation instructions. PR: 20060 Reported by: "Sean O'Connell" <sto@stat.Duke.EDU> Revision Changes Path 1.14 +15 -2 src/share/man/man4/pcm.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 7:20:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3029537BC19; Thu, 20 Jul 2000 07:20:07 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA49655; Thu, 20 Jul 2000 07:20:07 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007201420.HAA49655@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Thu, 20 Jul 2000 07:20:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 pcm.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/20 07:20:07 PDT Modified files: (Branch: RELENG_4) share/man/man4 pcm.4 Log: MFC rev 1.14: add FILES section. Revision Changes Path 1.12.2.2 +15 -2 src/share/man/man4/pcm.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 7:54: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A95A637BC93; Thu, 20 Jul 2000 07:54:04 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA53807; Thu, 20 Jul 2000 07:54:04 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007201454.HAA53807@freefall.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 20 Jul 2000 07:54:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/telnet commands.c src/crypto/telnet/telnet commands.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/20 07:54:04 PDT Modified files: usr.bin/telnet commands.c crypto/telnet/telnet commands.c Log: Fix buffer size of ALIGNed buffer. PR: bin/20053 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su> Revision Changes Path 1.25 +3 -3 src/usr.bin/telnet/commands.c 1.16 +3 -3 src/crypto/telnet/telnet/commands.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 8: 3:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E9F437B81A; Thu, 20 Jul 2000 08:03:29 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA54996; Thu, 20 Jul 2000 08:03:29 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007201503.IAA54996@freefall.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 20 Jul 2000 08:03:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/telnet commands.c src/crypto/telnet/telnet commands.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/20 08:03:28 PDT Modified files: (Branch: RELENG_4) usr.bin/telnet commands.c crypto/telnet/telnet commands.c Log: MFC: Fix buffer size of ALIGNed buffer. PR: bin/20053 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su> Revision Changes Path 1.21.2.2 +3 -3 src/usr.bin/telnet/commands.c 1.12.2.2 +3 -3 src/crypto/telnet/telnet/commands.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 8:17:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D02637BF60; Thu, 20 Jul 2000 08:17:46 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA57901; Thu, 20 Jul 2000 08:17:46 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007201517.IAA57901@freefall.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 20 Jul 2000 08:17:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc hosts.allow X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/20 08:17:45 PDT Modified files: (Branch: RELENG_4) etc hosts.allow Log: MFC rev 1.10 -> 1.11: Add some examples for IPv6 addresses. PR: conf/18614 Submitted by: James Housley <jim@thehousleys.net> Revision Changes Path 1.8.2.3 +7 -1 src/etc/hosts.allow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 8:47:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F15537B51A; Thu, 20 Jul 2000 08:47:47 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA61151; Thu, 20 Jul 2000 08:47:47 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007201547.IAA61151@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Thu, 20 Jul 2000 08:47:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile pcm.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/20 08:47:46 PDT Modified files: share/man/man4 Makefile pcm.4 Log: Add an MLINKS entry which makes snd(4) a link for pcm(4). Suggested by: Udo Erdelhoff <ue@nathan.ruhr.de> Revision Changes Path 1.98 +2 -1 src/share/man/man4/Makefile 1.15 +3 -2 src/share/man/man4/pcm.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 8:54:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BF0537B53A; Thu, 20 Jul 2000 08:54:43 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA61808; Thu, 20 Jul 2000 08:54:43 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007201554.IAA61808@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Thu, 20 Jul 2000 08:54:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile pcm.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/20 08:54:43 PDT Modified files: (Branch: RELENG_4) share/man/man4 Makefile pcm.4 Log: MFC: link pcm.4 to snd.4 Revision Changes Path 1.83.2.7 +2 -1 src/share/man/man4/Makefile 1.12.2.3 +3 -2 src/share/man/man4/pcm.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 8:57:35 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 4CC5C37B51A; Thu, 20 Jul 2000 08:57:26 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13FIhO-0001PA-00; Thu, 20 Jul 2000 17:57:22 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 Makefile pcm.4 In-reply-to: Your message of "Thu, 20 Jul 2000 08:54:43 MST." <200007201554.IAA61808@freefall.freebsd.org> Date: Thu, 20 Jul 2000 17:57:22 +0200 Message-ID: <5403.964108642@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 20 Jul 2000 08:54:43 MST, Sheldon Hearn wrote: > Modified files: (Branch: RELENG_4) > share/man/man4 Makefile pcm.4 > Log: > MFC: link pcm.4 to snd.4 This was after running it by cg. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 9: 4:48 2000 Delivered-To: cvs-all@freebsd.org Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id BDC9337B858; Thu, 20 Jul 2000 09:04:08 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.106]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id TAA13975; Thu, 20 Jul 2000 19:02:27 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.9.3/8.9.3) with ESMTP id TAA61457; Thu, 20 Jul 2000 19:04:01 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <397722E2.46D77DCC@FreeBSD.org> Date: Thu, 20 Jul 2000 19:03:46 +0300 From: Maxim Sobolev <sobomax@FreeBSD.org> Organization: Vega International Capital X-Mailer: Mozilla 4.73 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Neil Blakey-Milner <nbm@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail Makefile ports/mail/listar Makefileports/mail/listar/files md5 ports/mail/listar/patches patch-aaports/mail/listar/pkg COMMENT DESCR INSTALL PLIST References: <200007201349.GAA44358@freefall.freebsd.org> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Neil Blakey-Milner wrote: > nbm 2000/07/20 06:49:36 PDT > > Modified files: > mail Makefile > Added files: > mail/listar Makefile > mail/listar/files md5 > mail/listar/patches patch-aa > mail/listar/pkg COMMENT DESCR INSTALL PLIST > Log: > Add listar, a GPL mailing list manager (and more). PR: 18122 Submitted by: Peter Losher <plosher@wwiv.com> Isn't it? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 9:11:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D7D437B622; Thu, 20 Jul 2000 09:11:23 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA65406; Thu, 20 Jul 2000 09:11:23 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007201611.JAA65406@freefall.freebsd.org> From: Matt Jacob <mjacob@FreeBSD.org> Date: Thu, 20 Jul 2000 09:11:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ispfw.4 Makefile isp.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/20 09:11:23 PDT Modified files: share/man/man4 Makefile isp.4 Added files: share/man/man4 ispfw.4 Log: Update isp man page, add ispfw man page. Revision Changes Path 1.99 +2 -2 src/share/man/man4/Makefile 1.5 +58 -92 src/share/man/man4/isp.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 9:13:27 2000 Delivered-To: cvs-all@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id 261DC37BF60; Thu, 20 Jul 2000 09:13:22 -0700 (PDT) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel1.hp.com (Postfix) with ESMTP id E195115E7; Thu, 20 Jul 2000 09:12:47 -0700 (PDT) Received: from cup.hp.com (gauss.cup.hp.com [15.28.97.152]) by adlmail.cup.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with ESMTP id JAA24066; Thu, 20 Jul 2000 09:12:39 -0700 (PDT) Message-ID: <397724F7.722C7771@cup.hp.com> Date: Thu, 20 Jul 2000 09:12:39 -0700 From: Marcel Moolenaar <marcel@cup.hp.com> Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Brian Somers <brian@Awfulhak.org> Cc: Brian Feldman <green@FreeBSD.org>, marcel@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/rtld-elf Makefile References: <200007201002.LAA05842@hak.lan.Awfulhak.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Somers wrote: > > Should cp remain as part of the take-a-copy-tools now ? No. I'll remove it (if it hasn't been done already)... thanks, -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 9:31:36 2000 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 700C237B946; Thu, 20 Jul 2000 09:31:27 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (hak.nat.Awfulhak.org [172.31.0.12]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id RAA81107; Thu, 20 Jul 2000 17:31:23 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id RAA03447; Thu, 20 Jul 2000 17:31:17 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200007201631.RAA03447@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Sheldon Hearn <sheldonh@uunet.co.za> Cc: Brian Somers <brian@Awfulhak.org>, Jordan Hubbard <jkh@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Brian Somers <brian@FreeBSD.org>, shin@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/lib/libc/net rcmd.3 rcmd.c In-Reply-To: Message from Sheldon Hearn <sheldonh@uunet.co.za> of "Thu, 20 Jul 2000 16:08:07 +0200." <4245.964102087@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 20 Jul 2000 17:31:16 +0100 From: Brian Somers <brian@Awfulhak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > On Thu, 20 Jul 2000 15:01:05 +0100, Brian Somers wrote: > > > The alternative would be to bump __FreeBSD_version for this purpose. > > > > Whaddaya think ? > > >From what I understand of your feedback, it doesn't seem that a version > bump is going to solve anything for anyone -- neither old code nor new. > Unless I've gone mad and it's illegal to try to free a NULL pointer. :-) > > Oh hang on... When rcmd() and rcmd_af() free the ahost allocations, do > they set the pointer to NULL afterwards? If not, they should, and then > we have no problem but the unavoidable memory leaks for old code. The don't set *ahost to NULL, it remains pointing to the free()d memory :-( > Ciao, > Sheldon. > -- Brian <brian@Awfulhak.org> <brian@[uk.]FreeBSD.org> <http://www.Awfulhak.org> <brian@[uk.]OpenBSD.org> Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 9:45:11 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 021BC37BB26; Thu, 20 Jul 2000 09:44:55 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13FJR3-0001VC-00; Thu, 20 Jul 2000 18:44:33 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: Brian Somers <brian@Awfulhak.org> Cc: Jordan Hubbard <jkh@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Brian Somers <brian@FreeBSD.org>, shin@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net rcmd.3 rcmd.c In-reply-to: Your message of "Thu, 20 Jul 2000 17:31:16 +0100." <200007201631.RAA03447@hak.lan.Awfulhak.org> Date: Thu, 20 Jul 2000 18:44:33 +0200 Message-ID: <5777.964111473@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 20 Jul 2000 17:31:16 +0100, Brian Somers wrote: > The don't set *ahost to NULL, it remains pointing to the free()d > memory :-( Can you set it to NULL immediately following the free()? I can't think of any reasons why this would be bad. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 9:51:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D91E637BFE4; Thu, 20 Jul 2000 09:51:23 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA70205; Thu, 20 Jul 2000 09:51:23 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200007201651.JAA70205@freefall.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Thu, 20 Jul 2000 09:51:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/apm apm.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/07/20 09:51:23 PDT Modified files: (Branch: RELENG_4) sys/i386/apm apm.c Log: MFC: need write to do anything to the machine, read for info only Revision Changes Path 1.114.2.1 +17 -1 src/sys/i386/apm/apm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 9:56:44 2000 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id C293237BFB6; Thu, 20 Jul 2000 09:56:22 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (hak.nat.Awfulhak.org [172.31.0.12]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id RAA81288; Thu, 20 Jul 2000 17:56:19 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id RAA03765; Thu, 20 Jul 2000 17:56:16 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200007201656.RAA03765@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Sheldon Hearn <sheldonh@uunet.co.za> Cc: Brian Somers <brian@Awfulhak.org>, Jordan Hubbard <jkh@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Brian Somers <brian@FreeBSD.org>, shin@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/lib/libc/net rcmd.3 rcmd.c In-Reply-To: Message from Sheldon Hearn <sheldonh@uunet.co.za> of "Thu, 20 Jul 2000 18:44:33 +0200." <5777.964111473@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 20 Jul 2000 17:56:16 +0100 From: Brian Somers <brian@Awfulhak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Thu, 20 Jul 2000 17:31:16 +0100, Brian Somers wrote: > > > The don't set *ahost to NULL, it remains pointing to the free()d > > memory :-( > > Can you set it to NULL immediately following the free()? I can't think > of any reasons why this would be bad. No, not in the old code. The new version doesn't do a free(). The bug was that rcmd() accidently free()d what it was returning, before returning. > Ciao, > Sheldon. -- Brian <brian@Awfulhak.org> <brian@[uk.]FreeBSD.org> <http://www.Awfulhak.org> <brian@[uk.]OpenBSD.org> Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 9:59:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C1C137C098; Thu, 20 Jul 2000 09:59:21 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA71312; Thu, 20 Jul 2000 09:59:21 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200007201659.JAA71312@freefall.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Thu, 20 Jul 2000 09:59:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/apm apm.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/07/20 09:59:21 PDT Modified files: (Branch: RELENG_4) usr.sbin/apm apm.c Log: MFC: Try to open readonly when you don't need write privs Revision Changes Path 1.22.2.1 +5 -2 src/usr.sbin/apm/apm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 10: 1:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B79B937B9C9; Thu, 20 Jul 2000 10:01:10 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA71652; Thu, 20 Jul 2000 10:01:10 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <200007201701.KAA71652@freefall.freebsd.org> From: Nick Sayer <nsayer@FreeBSD.org> Date: Thu, 20 Jul 2000 10:01:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV src/share/man/man4 tap.4 src/sys/conf files src/sys/net if_tap.c if_tap.h if_tapvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2000/07/20 10:01:10 PDT Modified files: etc MAKEDEV sys/conf files Added files: share/man/man4 tap.4 sys/net if_tap.c if_tap.h if_tapvar.h Log: Add the tap driver. The tap driver is used to present a virtual Ethernet interface to the system. Packets presented by the network stack to the interface are made available to a character device in /dev. With tap and the bridge code, you can make remote bridge configurations where both sides of the bridge are separated by userland daemons. This driver also has a special naming hack to allow it to serve a similar purpose to the vmware port. Submitted by: myevmenkin@att.com, vsilyaev@mindspring.com Revision Changes Path 1.264 +13 -1 src/etc/MAKEDEV 1.391 +2 -1 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 10: 1:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 52F4E37C165; Thu, 20 Jul 2000 10:01:18 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA71684; Thu, 20 Jul 2000 10:01:18 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200007201701.KAA71684@freefall.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Thu, 20 Jul 2000 10:01:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/07/20 10:01:17 PDT Modified files: (Branch: RELENG_4) etc MAKEDEV Log: MFC: make apm read only Revision Changes Path 1.243.2.9 +2 -2 src/etc/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 10: 7:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F1EA37C03C; Thu, 20 Jul 2000 10:07:07 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA73718; Thu, 20 Jul 2000 10:07:06 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <200007201707.KAA73718@freefall.freebsd.org> From: Nick Sayer <nsayer@FreeBSD.org> Date: Thu, 20 Jul 2000 10:07:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridge.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2000/07/20 10:07:06 PDT Modified files: sys/net bridge.c Log: Add sysctl to perform bridge refresh. This is required if bridged configurations include loadable interfaces. After loading new interface drivers, perform a 'sysctl -w net.link.ether.bridge_refresh=1' and the bridge code will reinitialize itself. Submitted by: <vsilyaev@mindspring.com> Revision Changes Path 1.21 +30 -8 src/sys/net/bridge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 10:10:16 2000 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id DECB237C05E; Thu, 20 Jul 2000 10:10:02 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (robert@fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.9.3/8.9.3) with SMTP id NAA85404; Thu, 20 Jul 2000 13:05:44 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Thu, 20 Jul 2000 13:05:44 -0400 (EDT) From: Robert Watson <rwatson@FreeBSD.org> X-Sender: robert@fledge.watson.org To: Marcel Moolenaar <marcel@cup.hp.com> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, security-officer@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/linux linux_dummy.c linux_misc.c In-Reply-To: <39768878.3D899AC@cup.hp.com> Message-ID: <Pine.NEB.3.96L.1000720125351.85018B-100000@fledge.watson.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 19 Jul 2000, Marcel Moolenaar wrote: > > If the answer to either of these questions is no, I'd like to see this > > backed out before the release. > > If there's a shift in how we treat Linuxulator security issues, I'd like > it to be discussed first. If any of the security officers decides after > looking at the code that the implementation is too dangerous, I'll back > it out. I guess the open question here is what path in the emulator provides us with the greatest correctness of emulation while maintaining a safe and rigorous (and consistent) security stance. Emulating security semantics is a nightmare, and I think there are some situations where it's ok to kludge, and some where it is not. For example, it may be that we authorize certain types of signaling behavior differently, or allow activities in the port space that linux might not. I do not see this as a problem. On the other hand, we do want to make sure that if privileged applications are running, they see the behavior they expect, preventing them from acting incorrectly and possibly relinquishing rights to unprivileged users that they should not. This effects both setuid and privileged daemons. (1) Do we need to support linux programs running with privilege that attempt to manipulate their rights (calls to setuid/gid/fsuid/fsgid/capability). This is not the same as supporting ls for uid 0. (2) If we do, what assumptions to Linux applications make that may or may not be safe in our environment. I.e., some of our uid/gid handling probably is the same (although you have to be really careful here due to posix saved uids/gids), and can we let the application use that? (3) For that behavior is not the same, how can we provide that information to the application, or prevent a problem. This is an important case, because this is where the sendmail bug occurred on Linux. In Linux, the setuid() call is now permitted to fail even if the effective uid is zero. In a few months, the same will be true of FreeBSD. However, the sendmail application assumed that setuid() would always succeed, and so didn't check the error return. Do linux applications check the return for, say, setfsuid()? Right now, is our behavior to kill the application? That's certainly fail-safe, although not fail-happy. If we choose not to support that type of behavior because we cannot safely emulate it, we need to document that and make sure it doesn't interfere with our desired application emulation base. We're only going to have more questions like this to answer in the future: more and more privileged linux applications will make use of the capabilities interface (we have the interface, but not implementation, committed right now). We really don't have an equivilent of the fsuid, although to some extent we could fake it through appropriately wrapping file system calls (not really very safe, but could work relatively well). Whatever route we choose, we need to make sure that linux applications cannot violate system integrity policies, or behave in "unexpected" ways that could result in compromise. A short-term answer might be to refuse execution of setuid emulated binaries on disk, and kill applications making uid-manipulation calls (but emulate relatively well the inspection calls). I assume you introduced these calls to support a specific application or application class. If you don't mind, what applcation is that, and do you feel that supporting that application is necessary? (i.e., could we port it to FreeBSD, or is it a binary-only Linux program). And for reference, this concern applies to the other emulators also. The BSD/OS one I feel more comfortable about, as our semantics should already be largely the same (auditing would still be a good idea), but SysV and so on will require similar contemplation. Robert N M Watson robert@fledge.watson.org http://www.watson.org/~robert/ PGP key fingerprint: AF B5 5F FF A6 4A 79 37 ED 5F 55 E9 58 04 6A B1 TIS Labs at Network Associates, Safeport Network Services To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 10:17:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D55037B647; Thu, 20 Jul 2000 10:17:50 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA75099; Thu, 20 Jul 2000 10:17:49 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200007201717.KAA75099@freefall.freebsd.org> From: Archie Cobbs <archie@FreeBSD.org> Date: Thu, 20 Jul 2000 10:17:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ngctl config.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/07/20 10:17:49 PDT Modified files: usr.sbin/ngctl config.c Log: Remove unused variable. PR: bin/20052 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su> Revision Changes Path 1.2 +2 -2 src/usr.sbin/ngctl/config.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 10:23:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2518237B59B; Thu, 20 Jul 2000 10:23:50 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA76017; Thu, 20 Jul 2000 10:23:49 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200007201723.KAA76017@freefall.freebsd.org> From: Archie Cobbs <archie@FreeBSD.org> Date: Thu, 20 Jul 2000 10:23:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_base.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/07/20 10:23:49 PDT Modified files: sys/netgraph ng_base.c Log: Allocate memory with M_NOWAIT instead of M_WAITOK, because it's possible for these routines to be called from an interrupt context. PR: kern/20057 Revision Changes Path 1.22 +6 -6 src/sys/netgraph/ng_base.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 10:30: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from gndrsh.dnsmgr.net (GndRsh.dnsmgr.net [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id C809E37B5E2; Thu, 20 Jul 2000 10:29:54 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id KAA36657; Thu, 20 Jul 2000 10:27:43 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net> Message-Id: <200007201727.KAA36657@gndrsh.dnsmgr.net> Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c In-Reply-To: <200007200728.IAA09150@hak.lan.Awfulhak.org> from Brian Somers at "Jul 20, 2000 08:28:16 am" To: brian@Awfulhak.org (Brian Somers) Date: Thu, 20 Jul 2000 10:27:43 -0700 (PDT) Cc: grog@lemis.com (Greg Lehey), sheldonh@uunet.co.za (Sheldon Hearn), obrien@FreeBSD.org, archie@FreeBSD.org (Archie Cobbs), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Others have contradicted this view. But maybe we should think of a > > consistent way to do it. I've always done something like 'foo > > -fdsafds' to force a usage message. Maybe -? should be acceptable, > > since it's what people will expect. > > Heh :-) > > hak:~ $ ls -fdsafds > 4 . I wonder what command groks my favorite for getting usage: gndrsh:rgrimes {338}% ls -usage ls: illegal option -- e usage: ls [-ACFHLPRTWacdfgikloqrstu1] [file ...] -- Rod Grimes - KD7CAX @ CN85sl - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 10:30:44 2000 Delivered-To: cvs-all@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id 133D037B5E2; Thu, 20 Jul 2000 10:30:40 -0700 (PDT) (envelope-from marcel@cup.hp.com) Received: from adlmail.cup.hp.com (adlmail.cup.hp.com [15.0.100.30]) by palrel1.hp.com (Postfix) with ESMTP id 5105113C1; Thu, 20 Jul 2000 10:30:17 -0700 (PDT) Received: from cup.hp.com (gauss.cup.hp.com [15.28.97.152]) by adlmail.cup.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.02) with ESMTP id KAA27432; Thu, 20 Jul 2000 10:30:15 -0700 (PDT) Message-ID: <39773728.7D94D63F@cup.hp.com> Date: Thu, 20 Jul 2000 10:30:16 -0700 From: Marcel Moolenaar <marcel@cup.hp.com> Organization: Hewlett-Packard X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Robert Watson <rwatson@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, security-officer@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/linux linux_dummy.c linux_misc.c References: <Pine.NEB.3.96L.1000720125351.85018B-100000@fledge.watson.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Robert Watson wrote: > > > If there's a shift in how we treat Linuxulator security issues, I'd like > > it to be discussed first. If any of the security officers decides after > > looking at the code that the implementation is too dangerous, I'll back > > it out. > > I guess the open question here is what path in the emulator provides us > with the greatest correctness of emulation while maintaining a safe and > rigorous (and consistent) security stance. Emulating security semantics > is a nightmare, and I think there are some situations where it's ok to > kludge, and some where it is not. There's no such thing as half-security. You either (try to) provide a secure emulator or you don't. Currently, the Linuxulator has many holes. If we're going to shift our focus from getting the most applications to run to making the Linuxulator secure, we have to take into account all the non-technical consequences as well. Which ever way we choose, we need to have the support of the FreeBSD community at large. BTW: Making the Linuxulator secure is relatively easy if you only count Linux binaries that are developed for a real Linux system. It's much harder to make it secure for any Linux binaries that are designed to exploit bugs in the Linuxulator, right? -- Marcel Moolenaar mail: marcel@cup.hp.com / marcel@FreeBSD.org tel: (408) 447-4222 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 10:31:58 2000 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 8CA2437B5E2; Thu, 20 Jul 2000 10:31:46 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (hak.nat.Awfulhak.org [172.31.0.12]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id SAA81641; Thu, 20 Jul 2000 18:31:29 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id SAA04232; Thu, 20 Jul 2000 18:31:26 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200007201731.SAA04232@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net> Cc: brian@Awfulhak.org (Brian Somers), grog@lemis.com (Greg Lehey), sheldonh@uunet.co.za (Sheldon Hearn), obrien@FreeBSD.org, archie@FreeBSD.org (Archie Cobbs), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c In-Reply-To: Message from "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net> of "Thu, 20 Jul 2000 10:27:43 PDT." <200007201727.KAA36657@gndrsh.dnsmgr.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 20 Jul 2000 18:31:26 +0100 From: Brian Somers <brian@Awfulhak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > Others have contradicted this view. But maybe we should think of a > > > consistent way to do it. I've always done something like 'foo > > > -fdsafds' to force a usage message. Maybe -? should be acceptable, > > > since it's what people will expect. > > > > Heh :-) > > > > hak:~ $ ls -fdsafds > > 4 . > > I wonder what command groks my favorite for getting usage: > > gndrsh:rgrimes {338}% ls -usage > ls: illegal option -- e > usage: ls [-ACFHLPRTWacdfgikloqrstu1] [file ...] Easy: hak:~ $ test -usage hak:~ $ echo $? 0 > -- > Rod Grimes - KD7CAX @ CN85sl - (RWG25) rgrimes@gndrsh.dnsmgr.net > -- Brian <brian@Awfulhak.org> <brian@[uk.]FreeBSD.org> <http://www.Awfulhak.org> <brian@[uk.]OpenBSD.org> Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 10:33:27 2000 Delivered-To: cvs-all@freebsd.org Received: from eeyore.local.dohd.org (d0030.dtk.chello.nl [213.46.0.30]) by hub.freebsd.org (Postfix) with ESMTP id 6ED1C37B9F6; Thu, 20 Jul 2000 10:33:23 -0700 (PDT) (envelope-from freebsd@dohd.org) Received: by eeyore.local.dohd.org (Postfix+IPv6, from userid 1008) id B0F4EBB01; Thu, 20 Jul 2000 19:33:17 +0200 (MET DST) Date: Thu, 20 Jul 2000 19:33:17 +0200 From: Mark Huizer <freebsd@dohd.cx> To: "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net> Cc: Brian Somers <brian@Awfulhak.org>, Greg Lehey <grog@lemis.com>, Sheldon Hearn <sheldonh@uunet.co.za>, obrien@FreeBSD.org, Archie Cobbs <archie@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c Message-ID: <20000720193317.A70667@dohd.cx> References: <200007200728.IAA09150@hak.lan.Awfulhak.org> <200007201727.KAA36657@gndrsh.dnsmgr.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007201727.KAA36657@gndrsh.dnsmgr.net>; from freebsd@gndrsh.dnsmgr.net on Thu, Jul 20, 2000 at 10:27:43AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Heh :-) > > > > hak:~ $ ls -fdsafds > > 4 . > > I wonder what command groks my favorite for getting usage: > > gndrsh:rgrimes {338}% ls -usage > ls: illegal option -- e > usage: ls [-ACFHLPRTWacdfgikloqrstu1] [file ...] > surf 7:21pm [~] crontab -usage crontab: must be privileged to use -u -- Nice testing in little China... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 10:35:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B13CC37B7E0; Thu, 20 Jul 2000 10:35:20 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA77329; Thu, 20 Jul 2000 10:35:20 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007201735.KAA77329@freefall.freebsd.org> From: Matt Jacob <mjacob@FreeBSD.org> Date: Thu, 20 Jul 2000 10:35:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ispfw.4 Makefile isp.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/20 10:35:20 PDT Modified files: (Branch: RELENG_4) share/man/man4 Makefile isp.4 Added files: (Branch: RELENG_4) share/man/man4 ispfw.4 Log: MFC: isp man page changes Revision Changes Path 1.83.2.8 +2 -2 src/share/man/man4/Makefile 1.3.4.2 +58 -92 src/share/man/man4/isp.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 10:38:53 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 6696537C03C; Thu, 20 Jul 2000 10:38:40 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id LAA98901; Thu, 20 Jul 2000 11:38:38 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id LAA91857; Thu, 20 Jul 2000 11:38:34 -0600 (MDT) Message-Id: <200007201738.LAA91857@harmony.village.org> To: Marcel Moolenaar <marcel@cup.hp.com> Subject: Re: cvs commit: src/sys/i386/linux linux_dummy.c linux_misc.c Cc: Robert Watson <rwatson@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, security-officer@FreeBSD.org In-reply-to: Your message of "Thu, 20 Jul 2000 10:30:16 PDT." <39773728.7D94D63F@cup.hp.com> References: <39773728.7D94D63F@cup.hp.com> <Pine.NEB.3.96L.1000720125351.85018B-100000@fledge.watson.org> Date: Thu, 20 Jul 2000 11:38:34 -0600 From: Warner Losh <imp@village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <39773728.7D94D63F@cup.hp.com> Marcel Moolenaar writes: : There's no such thing as half-security. You either (try to) provide a : secure emulator or you don't. Currently, the Linuxulator has many holes. : If we're going to shift our focus from getting the most applications to : run to making the Linuxulator secure, we have to take into account all : the non-technical consequences as well. Which ever way we choose, we : need to have the support of the FreeBSD community at large. I'm sure that if we could bring a more secure version of Linux than Linux, we'd have widespread support. What things would break if we did them more securely? : BTW: Making the Linuxulator secure is relatively easy if you only count : Linux binaries that are developed for a real Linux system. It's much : harder to make it secure for any Linux binaries that are designed to : exploit bugs in the Linuxulator, right? No. Programs that attack bugs in the linuxulator need to be defended against. Otherwise, we've just introduced a big, huge security hole into FreeBSD which isn't acceptible. Lots of people run the Linuxulator, so any attacks that one can launch on it will have a large i mpact in our user base. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 10:43:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CDCDB37C054; Thu, 20 Jul 2000 10:43:12 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA78168; Thu, 20 Jul 2000 10:43:12 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007201743.KAA78168@freefall.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Thu, 20 Jul 2000 10:43:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/20 10:43:12 PDT Modified files: release/sysinstall menus.c Log: Fix this so it compiles by adding a missing quote. Revision Changes Path 1.263 +2 -2 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 10:43:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99F0F37C1E1; Thu, 20 Jul 2000 10:43:26 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA78226; Thu, 20 Jul 2000 10:43:26 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007201743.KAA78226@freefall.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Thu, 20 Jul 2000 10:43:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/20 10:43:26 PDT Modified files: (Branch: RELENG_4) release/sysinstall menus.c Log: MFC: Add a missing quote so this compiles. Revision Changes Path 1.252.2.10 +1 -1 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 10:51:28 2000 Delivered-To: cvs-all@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.102.114]) by hub.freebsd.org (Postfix) with ESMTP id 8BD8A37BA71; Thu, 20 Jul 2000 10:51:24 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.3) id KAA50484; Thu, 20 Jul 2000 10:50:58 -0700 (PDT) (envelope-from mph) Date: Thu, 20 Jul 2000 10:50:58 -0700 From: Matthew Hunt <mph@astro.caltech.edu> To: "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net> Cc: Brian Somers <brian@Awfulhak.org>, Greg Lehey <grog@lemis.com>, Sheldon Hearn <sheldonh@uunet.co.za>, obrien@FreeBSD.org, Archie Cobbs <archie@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c Message-ID: <20000720105058.A50180@wopr.caltech.edu> References: <200007200728.IAA09150@hak.lan.Awfulhak.org> <200007201727.KAA36657@gndrsh.dnsmgr.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007201727.KAA36657@gndrsh.dnsmgr.net>; from freebsd@gndrsh.dnsmgr.net on Thu, Jul 20, 2000 at 10:27:43AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 20, 2000 at 10:27:43AM -0700, Rodney W. Grimes wrote: > I wonder what command groks my favorite for getting usage: hal-9000:~> ps -usage ps: unknown user sage hal-9000:~> uname -sr SunOS 5.7 -- Matthew Hunt <mph@astro.caltech.edu> * Science rules. http://www.pobox.com/~mph/ * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 10:57: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id BF48C37B8CD; Thu, 20 Jul 2000 10:57:02 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id LAA99027; Thu, 20 Jul 2000 11:57:01 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id LAA92050; Thu, 20 Jul 2000 11:56:57 -0600 (MDT) Message-Id: <200007201756.LAA92050@harmony.village.org> To: Steve Kargl <sgk@troutmask.apl.washington.edu> Subject: Re: cvs commit: src/sys/i386/linux linux_dummy.c linux_misc.c Cc: Marcel Moolenaar <marcel@cup.hp.com>, Robert Watson <rwatson@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, security-officer@FreeBSD.ORG In-reply-to: Your message of "Thu, 20 Jul 2000 10:58:34 PDT." <200007201758.KAA55765@troutmask.apl.washington.edu> References: <200007201758.KAA55765@troutmask.apl.washington.edu> Date: Thu, 20 Jul 2000 11:56:57 -0600 From: Warner Losh <imp@village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200007201758.KAA55765@troutmask.apl.washington.edu> Steve Kargl writes: : Can the linuxulator be encapsulated by a jail(2) environment? : This would at least minimize the damage a rogue program to : the jail. I think this would be a mistake. It limits the usefulness of the linuxulator too much. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 10:57:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4A3B37BB5E; Thu, 20 Jul 2000 10:57:20 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA79853; Thu, 20 Jul 2000 10:57:21 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <200007201757.KAA79853@freefall.freebsd.org> From: Nick Sayer <nsayer@FreeBSD.org> Date: Thu, 20 Jul 2000 10:57:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridge.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2000/07/20 10:57:21 PDT Modified files: sys/net bridge.c Log: Oops. SYSCTL_HANDLER_ARGS -> (SYSCTL_HANDLER_ARGS) Revision Changes Path 1.22 +2 -2 src/sys/net/bridge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 10:58:18 2000 Delivered-To: cvs-all@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id 8C74A37BAFA; Thu, 20 Jul 2000 10:58:06 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.3) id KAA55765; Thu, 20 Jul 2000 10:58:34 -0700 (PDT) (envelope-from sgk) From: Steve Kargl <sgk@troutmask.apl.washington.edu> Message-Id: <200007201758.KAA55765@troutmask.apl.washington.edu> Subject: Re: cvs commit: src/sys/i386/linux linux_dummy.c linux_misc.c In-Reply-To: <200007201738.LAA91857@harmony.village.org> from Warner Losh at "Jul 20, 2000 11:38:34 am" To: Warner Losh <imp@village.org> Date: Thu, 20 Jul 2000 10:58:34 -0700 (PDT) Cc: Marcel Moolenaar <marcel@cup.hp.com>, Robert Watson <rwatson@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, security-officer@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Warner Losh wrote: > : BTW: Making the Linuxulator secure is relatively easy if you only count > : Linux binaries that are developed for a real Linux system. It's much > : harder to make it secure for any Linux binaries that are designed to > : exploit bugs in the Linuxulator, right? > > No. Programs that attack bugs in the linuxulator need to be defended > against. Otherwise, we've just introduced a big, huge security hole > into FreeBSD which isn't acceptible. Lots of people run the > Linuxulator, so any attacks that one can launch on it will have a > large i mpact in our user base. > Can the linuxulator be encapsulated by a jail(2) environment? This would at least minimize the damage a rogue program to the jail. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 11:30: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8614437BB5E; Thu, 20 Jul 2000 11:30:01 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA84095; Thu, 20 Jul 2000 11:30:01 -0700 (PDT) (envelope-from sada@FreeBSD.org) Message-Id: <200007201830.LAA84095@freefall.freebsd.org> From: SADA Kenji <sada@FreeBSD.org> Date: Thu, 20 Jul 2000 11:30:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/mv mv.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sada 2000/07/20 11:30:01 PDT Modified files: bin/mv mv.c Log: Don't emit a warning message if fchflags() returns EOPNOTSUPP Requested by: FUJISHIMA Satsuki <k5@cheerful.com> Obtained from: OpenBSD Revision Changes Path 1.27 +11 -2 src/bin/mv/mv.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 11:34:37 2000 Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id F383137B902; Thu, 20 Jul 2000 11:34:30 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e6KIUiS15610; Thu, 20 Jul 2000 11:30:44 -0700 (PDT) Date: Thu, 20 Jul 2000 11:30:44 -0700 From: Alfred Perlstein <bright@wintelcom.net> To: Marcel Moolenaar <marcel@cup.hp.com> Cc: Robert Watson <rwatson@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, security-officer@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/linux linux_dummy.c linux_misc.c Message-ID: <20000720113044.J13979@fw.wintelcom.net> References: <Pine.NEB.3.96L.1000720125351.85018B-100000@fledge.watson.org> <39773728.7D94D63F@cup.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <39773728.7D94D63F@cup.hp.com>; from marcel@cup.hp.com on Thu, Jul 20, 2000 at 10:30:16AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Marcel Moolenaar <marcel@cup.hp.com> [000720 10:31] wrote: > > There's no such thing as half-security. You either (try to) provide a > secure emulator or you don't. Currently, the Linuxulator has many holes. Then the need to be addressed and announced to users, I use the Linuxulator, I don't give shell access, but I alwasys assumed that every measure had been taken to make sure that it wasn't a security hazard. Perhaps you can work with Robert or Kris to address these issues, we need our most popular modules to be safe for our users. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 11:48: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C0BC837B5EC; Thu, 20 Jul 2000 11:48:05 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA85883; Thu, 20 Jul 2000 11:48:04 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007201848.LAA85883@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Thu, 20 Jul 2000 11:48:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons scterm-sc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/20 11:48:04 PDT Modified files: sys/dev/syscons scterm-sc.c Log: Implement SGR 22,24,25,27 from ECMA-48 Revision Changes Path 1.11 +17 -1 src/sys/dev/syscons/scterm-sc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 11:49:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 94E3637B722; Thu, 20 Jul 2000 11:49:36 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA86054; Thu, 20 Jul 2000 11:49:35 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007201849.LAA86054@freefall.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 20 Jul 2000 11:49:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net rcmd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/20 11:49:35 PDT Modified files: lib/libc/net rcmd.c Log: Copy canonname for *ahost, into static buffer. Obtained from: KAME Project Revision Changes Path 1.28 +10 -10 src/lib/libc/net/rcmd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 11:50:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D277537C1EF; Thu, 20 Jul 2000 11:50:13 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA86126; Thu, 20 Jul 2000 11:50:12 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007201850.LAA86126@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Thu, 20 Jul 2000 11:50:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 screen.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/20 11:50:12 PDT Modified files: share/man/man4 screen.4 Log: Describe newly implemented SGR 22,24,25,27 Revision Changes Path 1.21 +14 -10 src/share/man/man4/screen.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 11:53:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A74ED37B7CA; Thu, 20 Jul 2000 11:53:42 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA86603; Thu, 20 Jul 2000 11:53:42 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007201853.LAA86603@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Thu, 20 Jul 2000 11:53:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/termcap termcap.src X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/20 11:53:42 PDT Modified files: share/termcap termcap.src Log: cons: use newly added SGR 24 for "ue" and SGR 27 for "se" Revision Changes Path 1.95 +6 -6 src/share/termcap/termcap.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 11:55:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D4DA337BABD; Thu, 20 Jul 2000 11:55:08 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA86786; Thu, 20 Jul 2000 11:55:08 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007201855.LAA86786@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Thu, 20 Jul 2000 11:55:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc termcap.small X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/20 11:55:08 PDT Modified files: etc termcap.small Log: Sync with main termcap, SGR 24,27 Revision Changes Path 1.19 +6 -6 src/etc/termcap.small To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 11:56:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4545437B5EC; Thu, 20 Jul 2000 11:56:11 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA86901; Thu, 20 Jul 2000 11:56:11 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200007201856.LAA86901@freefall.freebsd.org> From: Hajimu UMEMOTO <ume@FreeBSD.org> Date: Thu, 20 Jul 2000 11:56:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net rcmd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/07/20 11:56:10 PDT Modified files: (Branch: RELENG_4) lib/libc/net rcmd.c Log: MFC rev 1.26 -> 1.28: Copy canonname for *ahost, into static buffer. Revision Changes Path 1.23.2.2 +9 -3 src/lib/libc/net/rcmd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 12: 7:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1156E37C05E; Thu, 20 Jul 2000 12:07:04 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA89554; Thu, 20 Jul 2000 12:07:04 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200007201907.MAA89554@freefall.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Thu, 20 Jul 2000 12:07:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/07/20 12:07:04 PDT Modified files: (Branch: RELENG_4) sys/i386/conf LINT Log: device xe0 at isa -> device xe. Xircom ethernets have not isa attachments. This is a merge from GENERIC. Since LNIT isn't used to build anything in the release process, I'm fudging a little on the freeze time... I hope jkh doesn't mind. Revision Changes Path 1.749.2.17 +2 -2 src/sys/i386/conf/Attic/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 12:21:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E72B537B5B5; Thu, 20 Jul 2000 12:21:40 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA91548; Thu, 20 Jul 2000 12:21:40 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <200007201921.MAA91548@freefall.freebsd.org> From: Brian Feldman <green@FreeBSD.org> Date: Thu, 20 Jul 2000 12:21:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/dd dd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/07/20 12:21:40 PDT Modified files: bin/dd dd.c Log: Make the comment regarding ftruncate() correct. Revision Changes Path 1.30 +3 -3 src/bin/dd/dd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 12:25:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C7E4737C084; Thu, 20 Jul 2000 12:25:12 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA91983; Thu, 20 Jul 2000 12:25:12 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007201925.MAA91983@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Thu, 20 Jul 2000 12:25:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.shutdown X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/20 12:25:12 PDT Modified files: etc rc.shutdown Log: dd is too verbose writting entropy, redirect its output to /dev/null Add period at the end of sentence Revision Changes Path 1.8 +4 -3 src/etc/rc.shutdown To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 12:44:14 2000 Delivered-To: cvs-all@freebsd.org Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 9C9AE37C228; Thu, 20 Jul 2000 12:44:06 -0700 (PDT) (envelope-from green@FreeBSD.org) Date: Thu, 20 Jul 2000 15:44:04 -0400 (EDT) From: Brian Fundakowski Feldman <green@FreeBSD.org> X-Sender: green@green.dyndns.org To: Robert Watson <rwatson@FreeBSD.org> Cc: Marcel Moolenaar <marcel@cup.hp.com>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, security-officer@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/linux linux_dummy.c linux_misc.c In-Reply-To: <Pine.NEB.3.96L.1000720125351.85018B-100000@fledge.watson.org> Message-ID: <Pine.BSF.4.21.0007201534100.1758-100000@green.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 20 Jul 2000, Robert Watson wrote: > (3) For that behavior is not the same, how can we provide that information > to the application, or prevent a problem. This is an important case, > because this is where the sendmail bug occurred on Linux. In Linux, the > setuid() call is now permitted to fail even if the effective uid is zero. > In a few months, the same will be true of FreeBSD. However, the sendmail > application assumed that setuid() would always succeed, and so didn't > check the error return. Do linux applications check the return for, say, > setfsuid()? Right now, is our behavior to kill the application? That's > certainly fail-safe, although not fail-happy. I could only say that I don't think that allowing privilege-dropping setuid() calls to fail isn't one of the worst ideas ever iff in /every/ case that setuid() et al fail to drop privileges, the application got a uprintf(9) to show this, log(9) was called to record it, and the system call performed a psignal(p, SIGKILL). There is absolutely no reason that traditional applications should be _able_ to be made more INsecure via capabilities. If a standard says we should not allow an application to drop privileges, we should either a) Don't follow that standard. b) Allow it to fail securely: kill the process immediately. Needless to say, it should act exactly the same for the equivalent Linux calls. We have an obligation to security much more than we have an obligation to act exactly like Linux, even in the Linux binary activator. > Robert N M Watson > > robert@fledge.watson.org http://www.watson.org/~robert/ > PGP key fingerprint: AF B5 5F FF A6 4A 79 37 ED 5F 55 E9 58 04 6A B1 > TIS Labs at Network Associates, Safeport Network Services -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 12:47:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 00D6F37C0BD; Thu, 20 Jul 2000 12:47:14 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA93941; Thu, 20 Jul 2000 12:47:13 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007201947.MAA93941@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 20 Jul 2000 12:47:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 12:47:13 PDT src/contrib/isc-dhcp/client - Imported sources Update of /home/ncvs/src/contrib/isc-dhcp/client In directory freefall.freebsd.org:/c/tmp/cvs-serv93797 Log Message: Fix a vendor bogon on `unsigned int != size_t' machines. Status: Vendor Tag: ISC Release Tags: isc_dhcp_2_0_pl3_fix U src/contrib/isc-dhcp/client/dhclient.c No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 12:51:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CFDCA37C123; Thu, 20 Jul 2000 12:51:37 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA94514; Thu, 20 Jul 2000 12:51:37 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007201951.MAA94514@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 20 Jul 2000 12:51:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client dhclient.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 12:51:37 PDT Modified files: contrib/isc-dhcp/client dhclient.c Log: Fix vendor bogon where one of dhcp_option_ev_name()'s formal parameter types did not match the prototype. (Note: this is one bug that an Ada compiler would have found as when you typedef a new type, the new type is not assignment compatabile with the type used to make it up. C should only be so featureful.) Revision Changes Path 1.16 +2 -2 src/contrib/isc-dhcp/client/dhclient.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 12:52:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5743C37C0E7; Thu, 20 Jul 2000 12:52:52 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA94680; Thu, 20 Jul 2000 12:52:52 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007201952.MAA94680@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 20 Jul 2000 12:52:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/isc-dhcp/client dhclient.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 12:52:52 PDT Modified files: (Branch: RELENG_4) contrib/isc-dhcp/client dhclient.c Log: MFC: rev 1.15 (fix dhcp_option_ev_name's formal parameter's type) Revision Changes Path 1.9.2.3 +2 -2 src/contrib/isc-dhcp/client/dhclient.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 13:11:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C0DE37B67E; Thu, 20 Jul 2000 13:11:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA98068; Thu, 20 Jul 2000 13:11:36 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007202011.NAA98068@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 20 Jul 2000 13:11:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libskey skeysubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 13:11:36 PDT Modified files: lib/libskey skeysubr.c Log: Fix problem where original author thought `unsigned long' was the best 32-bit type (rather than define his own type based on the type of box being compiled on). Submitted by: Mark Abene <phiber@radicalmedia.com> (however I applied a slightly different fix) Revision Changes Path 1.10 +4 -2 src/lib/libskey/skeysubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 13:13:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B682E37C123; Thu, 20 Jul 2000 13:13:41 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA98260; Thu, 20 Jul 2000 13:13:42 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007202013.NAA98260@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 20 Jul 2000 13:13:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libskey skeysubr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 13:13:42 PDT Modified files: (Branch: RELENG_4) lib/libskey skeysubr.c Log: MFC: rev 1.10 (fix 32-bit type problem) libskey was returning nonsensical results (e.g. /usr/bin/key) on the Alpha Revision Changes Path 1.9.6.1 +4 -2 src/lib/libskey/skeysubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 13:15: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B51C37C116; Thu, 20 Jul 2000 13:15:00 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA98379; Thu, 20 Jul 2000 13:15:01 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007202015.NAA98379@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 20 Jul 2000 13:15:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libskey skeysubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 13:15:00 PDT Modified files: lib/libskey skeysubr.c Log: Note that rev 1.10 fixed the problem where /usr/bin/key (thru libskey) was returning nonsensical results on the Alpha. Revision Changes Path 1.11 +1 -1 src/lib/libskey/skeysubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 13:25:41 2000 Delivered-To: cvs-all@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id D649D37C105; Thu, 20 Jul 2000 13:25:32 -0700 (PDT) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (203-165-77-17.sugnm1.kt.home.ne.jp [203.165.77.17]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id FAA12406; Fri, 21 Jul 2000 05:25:30 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id FAA44187; Fri, 21 Jul 2000 05:24:58 +0900 (JST) Date: Fri, 21 Jul 2000 05:24:57 +0900 Message-ID: <86g0p4sg6e.wl@localhost.local.idaemons.org> From: "Akinori -Aki- MUSHA" <knu@idaemons.org> To: Nick Sayer <nsayer@FreeBSD.org>, "Vladimir N.Silyaev" <vns@mindspring.com> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net bridge.c In-Reply-To: In your message of "Thu, 20 Jul 2000 10:07:06 -0700 (PDT)" <200007201707.KAA73718@freefall.freebsd.org> References: <200007201707.KAA73718@freefall.freebsd.org> User-Agent: Wanderlust/2.3.0 (Roam) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 10) (Capitol Reef) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Thu, 20 Jul 2000 10:07:06 -0700 (PDT), Nick Sayer <nsayer@FreeBSD.org> wrote: > nsayer 2000/07/20 10:07:06 PDT > > Modified files: > sys/net bridge.c > Log: > Add sysctl to perform bridge refresh. This is required if bridged > configurations include loadable interfaces. After loading new > interface drivers, perform a 'sysctl -w net.link.ether.bridge_refresh=1' > and the bridge code will reinitialize itself. > > Submitted by: <vsilyaev@mindspring.com> Yay! Good work, Vladmir! Now updating the official VMware2 port to the new version which utilizes FreeBSD's bridging facility is just around the corner. :) -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 13:29: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF66837C0FD; Thu, 20 Jul 2000 13:29:03 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA00286; Thu, 20 Jul 2000 13:29:03 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <200007202029.NAA00286@freefall.freebsd.org> From: Nick Sayer <nsayer@FreeBSD.org> Date: Thu, 20 Jul 2000 13:29:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile src/share/man/man4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2000/07/20 13:29:03 PDT Modified files: sys/modules Makefile share/man/man4 Makefile Log: Oops. Activate tap in man4 and modules makefiles Revision Changes Path 1.131 +2 -2 src/sys/modules/Makefile 1.100 +3 -3 src/share/man/man4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 13:52:57 2000 Delivered-To: cvs-all@freebsd.org Received: from blount.mail.mindspring.net (blount.mail.mindspring.net [207.69.200.226]) by hub.freebsd.org (Postfix) with ESMTP id 0BFB837BF3A; Thu, 20 Jul 2000 13:52:53 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-12.ix.netcom.com [205.186.215.12]) by blount.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id QAA25003; Thu, 20 Jul 2000 16:52:49 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id NAA63791; Thu, 20 Jul 2000 13:52:46 -0700 (PDT) To: "David E. O'Brien" <obrien@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/editors/vim5 Makefile References: <200007201055.DAA15230@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 20 Jul 2000 13:52:45 -0700 In-Reply-To: "David E. O'Brien"'s message of "Thu, 20 Jul 2000 03:55:05 -0700 (PDT)" Message-ID: <vqcitu0y15u.fsf@silvia.hip.berkeley.edu> Lines: 18 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * From: "David E. O'Brien" <obrien@FreeBSD.org> * Prevent attempting to build with Python support if Python just happens to * be present. Since our Python port is built with threads support, Vim will * also need to be built with -pthreads but there is a build problem with * -pthreads set. Requested by: PW :) Thanks. Tags for this change, and the libglade dependency of bugbuddy (which was in the middle of the chain leading to the failure of gnome being built) have been slid forward so they will be in 4.1R's ports tree. I'll also commit an updated INDEX later, after making sure nothing else needs to be included. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 13:54:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CBAA137C115; Thu, 20 Jul 2000 13:54:25 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA02642; Thu, 20 Jul 2000 13:54:25 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007202054.NAA02642@freefall.freebsd.org> From: Satoshi Asami <asami@FreeBSD.org> Date: Thu, 20 Jul 2000 13:54:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.port.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/20 13:54:25 PDT Modified files: Mk bsd.port.mk Log: -L of mtree should be before -p, not after (since -p takes an argument, d'oh!) Submitted by: Donn Miller <dmmiller@cvzoom.net> Revision Changes Path 1.343 +2 -2 ports/Mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 14:25:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AA2D37B65D; Thu, 20 Jul 2000 14:25:29 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA07160; Thu, 20 Jul 2000 14:25:29 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Message-Id: <200007202125.OAA07160@freefall.freebsd.org> From: Bill Fenner <fenner@FreeBSD.org> Date: Thu, 20 Jul 2000 14:25:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: contrib_libpcap - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG fenner 2000/07/20 14:25:29 PDT contrib_libpcap - Imported sources Update of /home/ncvs/contrib_libpcap In directory freefall.freebsd.org:/d/home/fenner/tcpdump.org/pcap_import Log Message: Import rev 1.26 of tcpdump.org's inet.c -- don't free the buffer before it's used. Status: Vendor Tag: TCPDUMP_ORG Release Tags: inet_c_1_26 I contrib_libpcap/CVS N contrib_libpcap/inet.c cvs: ERROR: cannot write file /home/ncvs/contrib_libpcap/inet.c,v: No such file or directory No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 14:26:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CCFAB37B65D; Thu, 20 Jul 2000 14:26:45 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA07273; Thu, 20 Jul 2000 14:26:46 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Message-Id: <200007202126.OAA07273@freefall.freebsd.org> From: Bill Fenner <fenner@FreeBSD.org> Date: Thu, 20 Jul 2000 14:26:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libpcap - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG fenner 2000/07/20 14:26:45 PDT src/contrib/libpcap - Imported sources Update of /home/ncvs/src/contrib/libpcap In directory freefall.freebsd.org:/d/home/fenner/tcpdump.org/pcap_import Log Message: Import rev 1.26 of tcpdump.org's inet.c -- don't free the buffer before it's used. Status: Vendor Tag: TCPDUMP_ORG Release Tags: inet_c_1_26 I src/contrib/libpcap/CVS U src/contrib/libpcap/inet.c No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 14:28:51 2000 Delivered-To: cvs-all@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id C54F737C13D; Thu, 20 Jul 2000 14:28:45 -0700 (PDT) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id 681F74CE0F; Thu, 20 Jul 2000 17:28:45 -0400 (EDT) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id RAA21650; Thu, 20 Jul 2000 17:28:44 -0400 (EDT) From: Bill Fenner <fenner@research.att.com> Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id OAA03944; Thu, 20 Jul 2000 14:28:43 -0700 (PDT) Message-Id: <200007202128.OAA03944@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: contrib_libpcap - Imported sources Date: Thu, 20 Jul 2000 14:28:42 -0700 Versions: dmail (solaris) 2.2g/makemail 2.9a Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Oops. Pardon my rusty fingers; I made the braino of supplying a module name instead of a repository path to "cvs import". Luckily, it doesn't seem to have done any harm, since I'm not allowed to create a new repository (*whew*!) Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 14:38:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D42F37B67E; Thu, 20 Jul 2000 14:38:18 -0700 (PDT) (envelope-from ben@FreeBSD.org) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA08319; Thu, 20 Jul 2000 14:38:18 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200007202138.OAA08319@freefall.freebsd.org> From: Ben Smithurst <ben@FreeBSD.org> Date: Thu, 20 Jul 2000 14:38:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/07/20 14:38:18 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Use author entities where appropriate (yes, more, I missed these on my last commit to change these). Revision Changes Path 1.79 +8 -9 doc/en_US.ISO_8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 15:24:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 79AEA37C18F; Thu, 20 Jul 2000 15:24:44 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA14081; Thu, 20 Jul 2000 15:24:44 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200007202224.PAA14081@freefall.freebsd.org> From: Bill Paul <wpaul@FreeBSD.org> Date: Thu, 20 Jul 2000 15:24:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_ti.c if_tireg.h ti_fw.h ti_fw2.h src/share/man/man4 ti.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/07/20 15:24:44 PDT Modified files: sys/pci if_ti.c if_tireg.h ti_fw.h ti_fw2.h share/man/man4 ti.4 Log: Update the Tigon driver to support 1000baseTX gigE over copper AceNIC cards. This basically involves switching to the 12.4.13 firmware, plus a couple of minor tweaks to the driver. Also changed the jumbo buffer allocation scheme just a little to avoid 'failed to allocate jumbo buffer' conditions in certain cases. Revision Changes Path 1.31 +72 -19 src/sys/pci/if_ti.c 1.18 +6 -4 src/sys/pci/if_tireg.h 1.9 +1088 -977 src/sys/pci/ti_fw.h 1.9 +2066 -1430src/sys/pci/ti_fw2.h 1.9 +15 -7 src/share/man/man4/ti.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 15:28:38 2000 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id E80DF37C193; Thu, 20 Jul 2000 15:28:29 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id PAA69133; Thu, 20 Jul 2000 15:28:07 -0700 (PDT) (envelope-from obrien) Date: Thu, 20 Jul 2000 15:28:07 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> Cc: Alfred Perlstein <alfred@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_accf.c Message-ID: <20000720152807.A69067@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200007201212.FAA27548@freefall.freebsd.org> <200007201402.KAA41005@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007201402.KAA41005@khavrinen.lcs.mit.edu>; from wollman@khavrinen.lcs.mit.edu on Thu, Jul 20, 2000 at 10:02:56AM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 20, 2000 at 10:02:56AM -0400, Garrett Wollman wrote: > > sys/kern kern_accf.c > > Sorry I didn't mention this before it was imported, but this really > should be uipc_accf.c. Can we repo copy it then? -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 15:35: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id E5FA437C321; Thu, 20 Jul 2000 15:34:55 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e6KMYtM22464; Thu, 20 Jul 2000 15:34:55 -0700 (PDT) Date: Thu, 20 Jul 2000 15:34:55 -0700 From: Alfred Perlstein <alfred@FreeBSD.org> To: "David O'Brien" <obrien@FreeBSD.org> Cc: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_accf.c Message-ID: <20000720153455.Q13979@fw.wintelcom.net> References: <200007201212.FAA27548@freefall.freebsd.org> <200007201402.KAA41005@khavrinen.lcs.mit.edu> <20000720152807.A69067@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <20000720152807.A69067@dragon.nuxi.com>; from obrien@FreeBSD.org on Thu, Jul 20, 2000 at 03:28:07PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * David O'Brien <obrien@FreeBSD.org> [000720 15:33] wrote: > On Thu, Jul 20, 2000 at 10:02:56AM -0400, Garrett Wollman wrote: > > > sys/kern kern_accf.c > > > > Sorry I didn't mention this before it was imported, but this really > > should be uipc_accf.c. > > Can we repo copy it then? That would be fine by me. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 15:41:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A658B37C193; Thu, 20 Jul 2000 15:41:27 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA15450; Thu, 20 Jul 2000 15:41:27 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200007202241.PAA15450@freefall.freebsd.org> From: Bill Paul <wpaul@FreeBSD.org> Date: Thu, 20 Jul 2000 15:41:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 sf.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/07/20 15:41:27 PDT Modified files: share/man/man4 sf.4 Log: Minor formatting tweak: compact the supported adapter list. Revision Changes Path 1.11 +3 -2 src/share/man/man4/sf.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 16:10:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4969837C18A; Thu, 20 Jul 2000 16:10:25 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA19333; Thu, 20 Jul 2000 16:10:20 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007202310.QAA19333@freefall.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Thu, 20 Jul 2000 16:10:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall devices.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/20 16:10:20 PDT Modified files: (Branch: RELENG_4) release/sysinstall devices.c Log: MFC: Add the 3ware RAID adapter. Revision Changes Path 1.117.2.4 +2 -1 src/release/sysinstall/devices.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 16:43:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A738A37B7D0; Thu, 20 Jul 2000 16:43:46 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA22629; Thu, 20 Jul 2000 16:43:46 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200007202343.QAA22629@freefall.freebsd.org> From: Bill Paul <wpaul@FreeBSD.org> Date: Thu, 20 Jul 2000 16:43:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_ti.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/07/20 16:43:46 PDT Modified files: sys/pci if_ti.c Log: Tweak probe message so that 1000baseSX and 1000baseT cards are explicitly identified. Revision Changes Path 1.32 +4 -4 src/sys/pci/if_ti.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 17: 2:57 2000 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 1E54D37C1EA; Thu, 20 Jul 2000 17:02:50 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id JAA01661; Fri, 21 Jul 2000 09:32:21 +0930 (CST) (envelope-from grog) Date: Fri, 21 Jul 2000 09:32:21 +0930 From: Greg Lehey <grog@lemis.com> To: Brian Somers <brian@Awfulhak.org> Cc: Sheldon Hearn <sheldonh@uunet.co.za>, obrien@FreeBSD.org, Archie Cobbs <archie@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c Message-ID: <20000721093221.L936@wantadilla.lemis.com> References: <grog@lemis.com> <200007200728.IAA09150@hak.lan.Awfulhak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <200007200728.IAA09150@hak.lan.Awfulhak.org> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thursday, 20 July 2000 at 8:28:16 +0100, Brian Somers wrote: >> Others have contradicted this view. But maybe we should think of a >> consistent way to do it. I've always done something like 'foo >> -fdsafds' to force a usage message. Maybe -? should be acceptable, >> since it's what people will expect. > > Heh :-) > > hak:~ $ ls -fdsafds > 4 . :-) I said "something like". But it does prove my point that we should find something consistent. In fact, ls does "allow" -? (it still prints ls: illegal option -- ? but the code explicitly mentions it as the way to get the usage message; obviously something that should be fixed. The trouble is that it doesn't always work without -\?. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 17:44:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7939E37BA2D; Thu, 20 Jul 2000 17:44:26 -0700 (PDT) (envelope-from jmg@FreeBSD.org) Received: (from jmg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA28510; Thu, 20 Jul 2000 17:44:25 -0700 (PDT) (envelope-from jmg@FreeBSD.org) Message-Id: <200007210044.RAA28510@freefall.freebsd.org> From: John-Mark Gurney <jmg@FreeBSD.org> Date: Thu, 20 Jul 2000 17:44:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/nspmod Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jmg 2000/07/20 17:44:25 PDT Modified files: audio/nspmod Makefile Log: remove myself as maintainer... don't use it, and it hasn't been updated since I committed it... plus, half of sunsite's mirrors are broken and I don't want to deal with it... Revision Changes Path 1.6 +1 -3 ports/audio/nspmod/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 18:38:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E6BA937B790; Thu, 20 Jul 2000 18:38:34 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA36895; Thu, 20 Jul 2000 18:38:35 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007210138.SAA36895@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Thu, 20 Jul 2000 18:38:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/termcap termcap.src X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/20 18:38:35 PDT Modified files: share/termcap termcap.src Log: cons: Simplify "rs" (\Ec will be fixed later in syscons, so this is intermedia step) Remove "mh" - termcap must describe what device _actually_ have end left emulation upon upper level program. "mh" is also conflicting with colors. Don't remove "md" for mono consoles dosansi: Wrong "mh" -> good "mr" Revision Changes Path 1.96 +8 -8 src/share/termcap/termcap.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 18:42:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8452037C258; Thu, 20 Jul 2000 18:42:52 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA37449; Thu, 20 Jul 2000 18:42:52 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200007210142.SAA37449@freefall.freebsd.org> From: Jun Kuriyama <kuriyama@FreeBSD.org> Date: Thu, 20 Jul 2000 18:42:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/ports comments.ja X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/07/20 18:42:52 PDT Modified files: ja/ports comments.ja Log: Sync with 1.285 of INDEX. Revision Changes Path 1.26 +119 -30 www/ja/ports/comments.ja To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 18:58:18 2000 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 0742537B565; Thu, 20 Jul 2000 18:58:15 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id VAA80513; Thu, 20 Jul 2000 21:58:14 -0400 (EDT) (envelope-from wollman) Date: Thu, 20 Jul 2000 21:58:14 -0400 (EDT) From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> Message-Id: <200007210158.VAA80513@khavrinen.lcs.mit.edu> To: obrien@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_accf.c In-Reply-To: <20000720152807.A69067@dragon.nuxi.com> References: <200007201212.FAA27548@freefall.freebsd.org> <200007201402.KAA41005@khavrinen.lcs.mit.edu> <20000720152807.A69067@dragon.nuxi.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG <<On Thu, 20 Jul 2000 15:28:07 -0700, "David O'Brien" <obrien@FreeBSD.org> said: > Can we repo copy it then? It doesn't matter to me how it's done.... -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 20:33:20 2000 Delivered-To: cvs-all@freebsd.org Received: from mercury.mich.com (mercury.mich.com [64.79.64.32]) by hub.freebsd.org (Postfix) with ESMTP id 272CC37B72A; Thu, 20 Jul 2000 20:33:13 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from argon.gryphonsoft.com (pm001-007.dialup.bignet.net [64.79.80.7]) by mercury.mich.com (8.9.3/8.9.3) with ESMTP id XAA00867; Thu, 20 Jul 2000 23:31:47 -0400 Received: by argon.gryphonsoft.com (Postfix, from userid 1000) id E5913197E; Thu, 20 Jul 2000 23:30:08 -0400 (EDT) Date: Thu, 20 Jul 2000 23:30:08 -0400 From: Will Andrews <andrews@technologist.com> To: Dag-Erling Smorgrav <des@flood.ping.uio.no> Cc: Marcel Moolenaar <marcel@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20000720233008.G28456@argon.gryphonsoft.com> References: <200007192248.PAA23393@freefall.freebsd.org> <xzpya2xffvr.fsf@flood.ping.uio.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <xzpya2xffvr.fsf@flood.ping.uio.no>; from des@flood.ping.uio.no on Thu, Jul 20, 2000 at 08:57:28AM +0200 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 20, 2000 at 08:57:28AM +0200, Dag-Erling Smorgrav wrote: > This is arguably a bug in install(1), which should have an option to > save a backup copy. Umm, what about this: -c Copy the file. This flag turns off the default behavior of install where it deletes the original file after creating the target. Or perhaps I'm missing the point. :-( -- Will Andrews <andrewsw@purdue.edu> <will@FreeBSD.org> GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 21:22:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA9A937B5CE; Thu, 20 Jul 2000 21:22:40 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA61741; Thu, 20 Jul 2000 21:22:40 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <200007210422.VAA61741@freefall.freebsd.org> From: Jason Evans <jasone@FreeBSD.org> Date: Thu, 20 Jul 2000 21:22:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net getaddrinfo.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2000/07/20 21:22:40 PDT Modified files: lib/libc/net getaddrinfo.c Log: Use _close() instead of close() in addrconfig() to keep it from becoming a potential cancellation point in libc_r. Revision Changes Path 1.14 +4 -4 src/lib/libc/net/getaddrinfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 21:49: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 86ABF37B579; Thu, 20 Jul 2000 21:48:57 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA64007; Thu, 20 Jul 2000 21:48:57 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <200007210448.VAA64007@freefall.freebsd.org> From: Nick Sayer <nsayer@FreeBSD.org> Date: Thu, 20 Jul 2000 21:48:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridge.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2000/07/20 21:48:57 PDT Modified files: (Branch: RELENG_4) sys/net bridge.c Log: MFC - bridge_refresh sysctl Approved by: jhb Revision Changes Path 1.16.2.3 +30 -8 src/sys/net/bridge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 22: 7: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 332E537B5B4; Thu, 20 Jul 2000 22:07:04 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA67065; Thu, 20 Jul 2000 22:07:04 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007210507.WAA67065@freefall.freebsd.org> From: Will Andrews <will@FreeBSD.org> Date: Thu, 20 Jul 2000 22:07:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/mysql++ Makefile ports/databases/mysql++/files README md5 ports/databases/mysql++/patches patch-aa ports/databases/mysql++/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/20 22:07:03 PDT Modified files: databases Makefile Added files: databases/mysql++ Makefile databases/mysql++/files README md5 databases/mysql++/patches patch-aa databases/mysql++/pkg COMMENT DESCR PLIST Log: Add mysql++, a C++ library API to MySQL. PR: 20063 Submitted by: Miklos Niedermayer <mico@bsd.hu> Apologies to: Mikhail Teterin <mi@aldan.algebra.com>, for never finishing work on his mysql++ port in PR 17588. :-( Revision Changes Path 1.67 +2 -1 ports/databases/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 22: 7:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9032F37BDEC; Thu, 20 Jul 2000 22:07:18 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA67147; Thu, 20 Jul 2000 22:07:19 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007210507.WAA67147@freefall.freebsd.org> From: Will Andrews <will@FreeBSD.org> Date: Thu, 20 Jul 2000 22:07:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/20 22:07:19 PDT Modified files: . modules Log: mysql++ --> ports/databases/mysql++ Revision Changes Path 1.1438 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 22:12:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D29337B607; Thu, 20 Jul 2000 22:12:25 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA68500; Thu, 20 Jul 2000 22:12:26 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007210512.WAA68500@freefall.freebsd.org> From: Will Andrews <will@FreeBSD.org> Date: Thu, 20 Jul 2000 22:12:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql++ Makefile ports/databases/mysql++/files README md5 ports/databases/mysql++/patches patch-aa ports/databases/mysql++/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/20 22:12:26 PDT Modified files: databases/mysql++ Makefile databases/mysql++/files README md5 databases/mysql++/patches patch-aa databases/mysql++/pkg COMMENT DESCR PLIST Log: (Forced commit) The apologies actually go out to Erik H. Bakke <erikhb@bgnett.no>. :-( Revision Changes Path 1.2 +1 -1 ports/databases/mysql++/Makefile 1.2 +0 -0 ports/databases/mysql++/files/README 1.2 +0 -0 ports/databases/mysql++/files/md5 1.2 +0 -0 ports/databases/mysql++/patches/patch-aa 1.2 +0 -0 ports/databases/mysql++/pkg/COMMENT 1.2 +0 -0 ports/databases/mysql++/pkg/DESCR 1.2 +0 -0 ports/databases/mysql++/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 22:42:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F93137B586; Thu, 20 Jul 2000 22:42:19 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA79173; Thu, 20 Jul 2000 22:42:19 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007210542.WAA79173@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Thu, 20 Jul 2000 22:42:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/isc-dhcp3 Makefile ports/net/isc-dhcp3/files md5 ports/net/isc-dhcp3/patches patch-ai patch-clparse.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/20 22:42:19 PDT Modified files: net/isc-dhcp3 Makefile net/isc-dhcp3/files md5 net/isc-dhcp3/patches patch-ai patch-clparse.c Log: Upgrade to version 3.0b1pl17. Revision Changes Path 1.38 +3 -5 ports/net/isc-dhcp3/Makefile 1.16 +1 -1 ports/net/isc-dhcp3/files/md5 1.4 +5 -15 ports/net/isc-dhcp3/patches/patch-ai 1.2 +5 -11 ports/net/isc-dhcp3/patches/patch-clparse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 23: 3:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A232937B5CE; Thu, 20 Jul 2000 23:03:24 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA81201; Thu, 20 Jul 2000 23:03:23 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200007210603.XAA81201@freefall.freebsd.org> From: "Jordan K. Hubbard" <jkh@FreeBSD.org> Date: Thu, 20 Jul 2000 23:03:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/07/20 23:03:23 PDT Modified files: release/sysinstall menus.c Log: Add slovenian FTP server to site list. Requested by: Blaz Zupan <blaz@amis.net> Revision Changes Path 1.264 +3 -2 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 23: 7:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B40E837B667; Thu, 20 Jul 2000 23:07:35 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA82829; Thu, 20 Jul 2000 23:07:34 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200007210607.XAA82829@freefall.freebsd.org> From: "Jordan K. Hubbard" <jkh@FreeBSD.org> Date: Thu, 20 Jul 2000 23:07:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/07/20 23:07:34 PDT Modified files: (Branch: RELENG_4) release/sysinstall menus.c Log: MFC: Add Slovenia to FTP site list Revision Changes Path 1.252.2.11 +3 -2 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 23:21:28 2000 Delivered-To: cvs-all@freebsd.org Received: from zippy.osd.bsdi.com (zippy.osd.bsdi.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 087CE37B652; Thu, 20 Jul 2000 23:21:24 -0700 (PDT) (envelope-from jkh@zippy.osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by zippy.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id XAA00698; Thu, 20 Jul 2000 23:22:30 -0700 (PDT) (envelope-from jkh@zippy.osd.bsdi.com) To: Brian Somers <brian@Awfulhak.org> Cc: Jordan Hubbard <jkh@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, Brian Somers <brian@FreeBSD.org>, shin@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net rcmd.3 rcmd.c In-reply-to: Your message of "Thu, 20 Jul 2000 10:57:17 BST." <200007200957.KAA05819@hak.lan.Awfulhak.org> Date: Thu, 20 Jul 2000 23:22:30 -0700 Message-ID: <695.964160550@localhost> From: "Jordan K. Hubbard" <jkh@zippy.osd.bsdi.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Seems like one to me. - Jordan > I think this is a MFC candidate... comments ? > > > brian 2000/07/20 02:05:15 PDT > > > > Modified files: > > lib/libc/net rcmd.3 rcmd.c > > Log: > > Alocate rcmd{,_af}()'s *ahost argument using malloc() (well > > strdup()) rather than pointing it at something that's free()d > > (via freeaddrinfo(res)) before the function returns. > > > > I appreciate that this is an API change, but it's the only way > > (AFAIK) of doing this without breaking existing code that uses > > rcmd{,_af}(). > > > > Pointed out by: phkmalloc > > > > Revision Changes Path > > 1.15 +6 -1 src/lib/libc/net/rcmd.3 > > 1.27 +10 -4 src/lib/libc/net/rcmd.c > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 23:42:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 295DB37B658; Thu, 20 Jul 2000 23:42:47 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA85390; Thu, 20 Jul 2000 23:42:46 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007210642.XAA85390@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Thu, 20 Jul 2000 23:42:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/kannel Makefile ports/www/kannel/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/20 23:42:46 PDT Modified files: www/kannel Makefile www/kannel/pkg PLIST Log: For production systems, --with-malloc=native is a recommended feature. Configs from debian/ directory are outdated, one should use from gw/ PR: 20076 Submitted by: maintainer Revision Changes Path 1.3 +4 -3 ports/www/kannel/Makefile 1.2 +2 -2 ports/www/kannel/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 23:50:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0582B37B5DB; Thu, 20 Jul 2000 23:50:18 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA86207; Thu, 20 Jul 2000 23:50:17 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200007210650.XAA86207@freefall.freebsd.org> From: "Jordan K. Hubbard" <jkh@FreeBSD.org> Date: Thu, 20 Jul 2000 23:50:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/07/20 23:50:17 PDT Modified files: release/sysinstall menus.c Log: Remove a menu item that looks funky. No donut for: obrien Revision Changes Path 1.265 +1 -3 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jul 20 23:52: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from ns1.sunesi.net (ns1.sunesi.net [196.15.192.194]) by hub.freebsd.org (Postfix) with ESMTP id 4CD0637BE46; Thu, 20 Jul 2000 23:51:59 -0700 (PDT) (envelope-from nbm@sunesi.net) Received: from nbm by ns1.sunesi.net with local (Exim 3.03 #1) id 13FWes-000GPQ-00; Fri, 21 Jul 2000 08:51:42 +0200 Date: Fri, 21 Jul 2000 08:51:42 +0200 From: Neil Blakey-Milner <nbm@mithrandr.moria.org> To: Maxim Sobolev <sobomax@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail Makefile ports/mail/listar Makefileports/mail/listar/files md5 ports/mail/listar/patches patch-aaports/mail/listar/pkg COMMENT DESCR INSTALL PLIST Message-ID: <20000721085142.B63047@mithrandr.moria.org> References: <200007201349.GAA44358@freefall.freebsd.org> <397722E2.46D77DCC@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <397722E2.46D77DCC@FreeBSD.org>; from sobomax@FreeBSD.org on Thu, Jul 20, 2000 at 07:03:46PM +0300 Organization: Sunesi Clinical Systems X-Operating-System: FreeBSD 3.3-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu 2000-07-20 (19:03), Maxim Sobolev wrote: > > nbm 2000/07/20 06:49:36 PDT > > > > Modified files: > > mail Makefile > > Added files: > > mail/listar Makefile > > mail/listar/files md5 > > mail/listar/patches patch-aa > > mail/listar/pkg COMMENT DESCR INSTALL PLIST > > Log: > > Add listar, a GPL mailing list manager (and more). > > PR: 18122 > Submitted by: Peter Losher <plosher@wwiv.com> > > Isn't it? Erg. I blame addport! (: I'll go see about making it back to this poor individual after a caffeine subcutaneous injection. Neil -- Neil Blakey-Milner Sunesi Clinical Systems nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 0:34:28 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 412B737B6AC; Fri, 21 Jul 2000 00:34:21 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13FXK4-000LQW-00; Fri, 21 Jul 2000 09:34:16 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: "Andrey A. Chernov" <ache@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc rc.shutdown In-reply-to: Your message of "Thu, 20 Jul 2000 12:25:12 MST." <200007201925.MAA91983@freefall.freebsd.org> Date: Fri, 21 Jul 2000 09:34:16 +0200 Message-ID: <82367.964164856@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 20 Jul 2000 12:25:12 MST, "Andrey A. Chernov" wrote: > Modified files: > etc rc.shutdown > Log: > dd is too verbose writting entropy, redirect its output to /dev/null > Add period at the end of sentence For your reference, the reason Mark avoided this exact behaviour was that one now has no way of knowing whether the stash operation worked. I don't think it matters how noisy stuff is on shutdown. I wouldn't bother to revert the commit now -- it's a small issue. but in future, keep in mind that you should probably contact folks before changing stuff they've done recently. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 0:48:14 2000 Delivered-To: cvs-all@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 9B50F37B6AC; Fri, 21 Jul 2000 00:48:08 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e6L7m0d07006; Fri, 21 Jul 2000 00:48:00 -0700 (PDT) Date: Fri, 21 Jul 2000 00:48:00 -0700 From: Alfred Perlstein <bright@wintelcom.net> To: Sheldon Hearn <sheldonh@uunet.co.za> Cc: "Andrey A. Chernov" <ache@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.shutdown Message-ID: <20000721004800.W13979@fw.wintelcom.net> References: <200007201925.MAA91983@freefall.freebsd.org> <82367.964164856@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <82367.964164856@axl.ops.uunet.co.za>; from sheldonh@uunet.co.za on Fri, Jul 21, 2000 at 09:34:16AM +0200 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Sheldon Hearn <sheldonh@uunet.co.za> [000721 00:34] wrote: > > > On Thu, 20 Jul 2000 12:25:12 MST, "Andrey A. Chernov" wrote: > > > Modified files: > > etc rc.shutdown > > Log: > > dd is too verbose writting entropy, redirect its output to /dev/null > > Add period at the end of sentence > > For your reference, the reason Mark avoided this exact behaviour was > that one now has no way of knowing whether the stash operation worked. > I don't think it matters how noisy stuff is on shutdown. > > I wouldn't bother to revert the commit now -- it's a small issue. but > in future, keep in mind that you should probably contact folks before > changing stuff they've done recently. Can't the script check dd's exit status? -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 1:50: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id B175A37B6F3; Fri, 21 Jul 2000 01:50:01 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13FYV9-000LU1-00; Fri, 21 Jul 2000 10:49:47 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: Alfred Perlstein <bright@wintelcom.net> Cc: "Andrey A. Chernov" <ache@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc rc.shutdown In-reply-to: Your message of "Fri, 21 Jul 2000 00:48:00 MST." <20000721004800.W13979@fw.wintelcom.net> Date: Fri, 21 Jul 2000 10:49:47 +0200 Message-ID: <82584.964169387@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 21 Jul 2000 00:48:00 MST, Alfred Perlstein wrote: > Can't the script check dd's exit status? Yep, but Mark's working on something that will make this whole issue irrelevant. That's why I said it wasn't worth backing out Andrey's commit. I just wanted to use this as another example of why it's almost always a good idea to communicate with someone before you make changes to stuff which he has done recently. No worries. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 1:54:14 2000 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id EAB5137B79F; Fri, 21 Jul 2000 01:54:07 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id KAA58238; Fri, 21 Jul 2000 10:54:04 +0200 (CEST) (envelope-from des@flood.ping.uio.no) To: Will Andrews <andrews@technologist.com> Cc: Marcel Moolenaar <marcel@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 References: <200007192248.PAA23393@freefall.freebsd.org> <xzpya2xffvr.fsf@flood.ping.uio.no> <20000720233008.G28456@argon.gryphonsoft.com> From: Dag-Erling Smorgrav <des@flood.ping.uio.no> Date: 21 Jul 2000 10:54:03 +0200 In-Reply-To: Will Andrews's message of "Thu, 20 Jul 2000 23:30:08 -0400" Message-ID: <xzplmyvamok.fsf@flood.ping.uio.no> Lines: 22 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Will Andrews <andrews@technologist.com> writes: > On Thu, Jul 20, 2000 at 08:57:28AM +0200, Dag-Erling Smorgrav wrote: > > This is arguably a bug in install(1), which should have an option to > > save a backup copy. > > Umm, what about this: > > -c Copy the file. This flag turns off the default behavior of > install where it deletes the original file after > creating the target. > > Or perhaps I'm missing the point. :-( You are. Normally, install(1) moves the original file to its destination. The -c option makes it leave the original in place, but it still overwrites the destination. I want an option to make install(1) make a backup of the destination file before overwriting it. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 2: 0:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED89037B6F3; Fri, 21 Jul 2000 02:00:08 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA01044; Fri, 21 Jul 2000 02:00:08 -0700 (PDT) (envelope-from dwmalone@FreeBSD.org) Message-Id: <200007210900.CAA01044@freefall.freebsd.org> From: David Malone <dwmalone@FreeBSD.org> Date: Fri, 21 Jul 2000 02:00:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/restore dirs.c tape.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dwmalone 2000/07/21 02:00:08 PDT Modified files: (Branch: RELENG_4) sbin/restore dirs.c tape.c Log: MCF: 1.15 dirs.c and 1.17 tape.c. Don't try to make files immutable (ie. chflags) before setting access times. Approved by: jkh Revision Changes Path 1.14.2.1 +2 -2 src/sbin/restore/dirs.c 1.16.2.1 +4 -4 src/sbin/restore/tape.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 2:31:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B8C8937B8C1; Fri, 21 Jul 2000 02:31:13 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA05082; Fri, 21 Jul 2000 02:31:13 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <200007210931.CAA05082@freefall.freebsd.org> From: Doug Rabson <dfr@FreeBSD.org> Date: Fri, 21 Jul 2000 02:31:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_once.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dfr 2000/07/21 02:31:13 PDT Modified files: lib/libc_r/uthread uthread_once.c Log: Call _thread_init() from pthread_once() if it has not already been called. This fixes a segfault in some C++ programs which use exceptions before main() has been called (i.e. from global constructors). Reviewed by: deischen Revision Changes Path 1.4 +3 -1 src/lib/libc_r/uthread/uthread_once.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 3:11:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 105D737B641; Fri, 21 Jul 2000 03:11:45 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA11210; Fri, 21 Jul 2000 03:11:45 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Message-Id: <200007211011.DAA11210@freefall.freebsd.org> From: Kevin Lo <kevlo@FreeBSD.org> Date: Fri, 21 Jul 2000 03:11:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors Makefile ports/editors/gate Makefile ports/editors/gate/files md5 ports/editors/gate/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-af ports/editors/gate/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/07/21 03:11:44 PDT Modified files: editors Makefile Added files: editors/gate Makefile editors/gate/files md5 editors/gate/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-af editors/gate/pkg COMMENT DESCR PLIST Log: Initial import of gate-2.04c. gate is a simple and unobtrusive line-oriented text editor. PR: 19905 Submitted by: Christopher N. Harrell <cnh@ivmg.net> Reviewed by: sobomax Revision Changes Path 1.122 +2 -1 ports/editors/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 3:11:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D6DC37BA8B; Fri, 21 Jul 2000 03:11:49 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA11246; Fri, 21 Jul 2000 03:11:49 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Message-Id: <200007211011.DAA11246@freefall.freebsd.org> From: Kevin Lo <kevlo@FreeBSD.org> Date: Fri, 21 Jul 2000 03:11:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/07/21 03:11:48 PDT Modified files: . modules Log: gate --> ports/editors/gate Revision Changes Path 1.1439 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 3:13:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 264B837B51A; Fri, 21 Jul 2000 03:13:47 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA11636; Fri, 21 Jul 2000 03:13:47 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007211013.DAA11636@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Fri, 21 Jul 2000 03:13:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/21 03:13:47 PDT Modified files: share/man/man4 Makefile Log: Cosmetic: Convert to one file per line in the MAN4 list. This will make future deltas easier to read. Revision Changes Path 1.101 +144 -17 src/share/man/man4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 3:25:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 75A9437B539; Fri, 21 Jul 2000 03:25:34 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA13083; Fri, 21 Jul 2000 03:25:34 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007211025.DAA13083@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Fri, 21 Jul 2000 03:25:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch ftp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/21 03:25:34 PDT Modified files: lib/libfetch ftp.c Log: Don't send port number to proxy unless it's not the standard FTP port Revision Changes Path 1.36 +7 -3 src/lib/libfetch/ftp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 3:46:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C6E8F37B675; Fri, 21 Jul 2000 03:46:27 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA18321; Fri, 21 Jul 2000 03:46:27 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007211046.DAA18321@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Fri, 21 Jul 2000 03:46:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch ftp.c fetch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/21 03:46:27 PDT Modified files: lib/libfetch ftp.c fetch.c Log: The decision to use an HTTP proxy for FTP documents belongs in the FTP code Revision Changes Path 1.37 +25 -2 src/lib/libfetch/ftp.c 1.19 +1 -13 src/lib/libfetch/fetch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 3:47:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DB6937B8E2; Fri, 21 Jul 2000 03:47:06 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA18606; Fri, 21 Jul 2000 03:47:06 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007211047.DAA18606@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Fri, 21 Jul 2000 03:47:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/netgraph/UI Makefile ng_UI.4 src/sys/modules/netgraph/async Makefile ng_async.4 src/sys/modules/netgraph/bpf Makefile ng_bpf.4 src/sys/modules/netgraph/cisco Makefile ng_cisco.4 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/21 03:47:06 PDT Modified files: sys/modules/netgraph/UI Makefile sys/modules/netgraph/async Makefile sys/modules/netgraph/bpf Makefile sys/modules/netgraph/cisco Makefile sys/modules/netgraph/echo Makefile sys/modules/netgraph/frame_relay Makefile sys/modules/netgraph/hole Makefile sys/modules/netgraph/iface Makefile sys/modules/netgraph/ksocket Makefile sys/modules/netgraph/lmi Makefile sys/modules/netgraph/mppc Makefile sys/modules/netgraph/netgraph Makefile sys/modules/netgraph/ppp Makefile sys/modules/netgraph/pppoe Makefile sys/modules/netgraph/pptpgre Makefile sys/modules/netgraph/rfc1490 Makefile sys/modules/netgraph/socket Makefile sys/modules/netgraph/tee Makefile sys/modules/netgraph/tty Makefile sys/modules/netgraph/vjc Makefile share/man/man4 Makefile Removed files: sys/modules/netgraph/UI ng_UI.4 sys/modules/netgraph/async ng_async.4 sys/modules/netgraph/bpf ng_bpf.4 sys/modules/netgraph/cisco ng_cisco.4 sys/modules/netgraph/echo ng_echo.4 sys/modules/netgraph/frame_relay ng_frame_relay.4 sys/modules/netgraph/hole ng_hole.4 sys/modules/netgraph/iface ng_iface.4 sys/modules/netgraph/ksocket ng_ksocket.4 sys/modules/netgraph/lmi ng_lmi.4 sys/modules/netgraph/mppc ng_mppc.4 sys/modules/netgraph/netgraph netgraph.4 sys/modules/netgraph/ppp ng_ppp.4 sys/modules/netgraph/pppoe ng_pppoe.4 sys/modules/netgraph/pptpgre ng_pptpgre.4 sys/modules/netgraph/rfc1490 ng_rfc1490.4 sys/modules/netgraph/socket ng_socket.4 sys/modules/netgraph/tee ng_tee.4 sys/modules/netgraph/tty ng_tty.4 sys/modules/netgraph/vjc ng_vjc.4 Log: Move the netgraph-related manual pages into share/man/man4/, as discussed with archie. Revision Changes Path 1.6 +1 -2 src/sys/modules/netgraph/UI/Makefile 1.6 +1 -2 src/sys/modules/netgraph/async/Makefile 1.7 +1 -2 src/sys/modules/netgraph/bpf/Makefile 1.8 +1 -2 src/sys/modules/netgraph/cisco/Makefile 1.6 +1 -2 src/sys/modules/netgraph/echo/Makefile 1.6 +1 -2 src/sys/modules/netgraph/frame_relay/Makefile 1.6 +1 -2 src/sys/modules/netgraph/hole/Makefile 1.11 +1 -2 src/sys/modules/netgraph/iface/Makefile 1.6 +1 -2 src/sys/modules/netgraph/ksocket/Makefile 1.6 +1 -2 src/sys/modules/netgraph/lmi/Makefile 1.8 +1 -2 src/sys/modules/netgraph/mppc/Makefile 1.5 +1 -2 src/sys/modules/netgraph/netgraph/Makefile 1.6 +1 -2 src/sys/modules/netgraph/ppp/Makefile 1.6 +1 -2 src/sys/modules/netgraph/pppoe/Makefile 1.6 +1 -2 src/sys/modules/netgraph/pptpgre/Makefile 1.6 +1 -2 src/sys/modules/netgraph/rfc1490/Makefile 1.6 +1 -2 src/sys/modules/netgraph/socket/Makefile 1.6 +1 -2 src/sys/modules/netgraph/tee/Makefile 1.6 +1 -2 src/sys/modules/netgraph/tty/Makefile 1.7 +1 -2 src/sys/modules/netgraph/vjc/Makefile 1.102 +21 -1 src/share/man/man4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 3:50:20 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id AE6F237BA0F; Fri, 21 Jul 2000 03:50:08 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13FaNa-000MOB-00; Fri, 21 Jul 2000 12:50:06 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/netgraph/UI Makefile ng_UI.4 src/sys/modules/netgraph/async Makefile ng_async.4 src/sys/modules/netgraph/bpf Makefile ng_bpf.4 src/sys/modules/netgraph/cisco Makefile ng_cisco.4 ... In-reply-to: Your message of "Fri, 21 Jul 2000 03:47:06 MST." <200007211047.DAA18606@freefall.freebsd.org> Date: Fri, 21 Jul 2000 12:50:06 +0200 Message-ID: <86066.964176606@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 21 Jul 2000 03:47:06 MST, Sheldon Hearn wrote: > Log: > Move the netgraph-related manual pages into share/man/man4/, as > discussed with archie. Obviously, this followed a repo-copy of the files into the correct location by markm. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 3:57:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A1F637B90A; Fri, 21 Jul 2000 03:57:18 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA43963; Fri, 21 Jul 2000 03:57:18 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007211057.DAA43963@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Fri, 21 Jul 2000 03:57:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch fetch.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/21 03:57:17 PDT Modified files: lib/libfetch fetch.3 Log: Document the proxy support better. Revision Changes Path 1.23 +16 -3 src/lib/libfetch/fetch.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 4: 2:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4714C37B8E2; Fri, 21 Jul 2000 04:02:46 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA66412; Fri, 21 Jul 2000 04:02:46 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007211102.EAA66412@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Fri, 21 Jul 2000 04:02:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch http.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/21 04:02:45 PDT Modified files: lib/libfetch http.c Log: Ignore environment variables that are set but empty. Sort out the size / length confusion. Always try to report the *real* file size in the url_stat structure, no matter how much of it is actually being sent, and try to detect inconsistencies between sizes. Rearrange the request loop to avoid having to add meaningless code just to silence compiler warnings. Switch to a more sensible and consistent interface for the _http_parse*() functions. Revision Changes Path 1.33 +82 -41 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 4: 8: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C09037B912; Fri, 21 Jul 2000 04:08:04 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA85111; Fri, 21 Jul 2000 04:08:04 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007211108.EAA85111@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Fri, 21 Jul 2000 04:08:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/21 04:08:04 PDT Modified files: usr.bin/fetch fetch.c Log: Don't display a running count in quiet mode. Don't add the offset to the size; it's libfetch's job to report the correct size of the requested file. Revision Changes Path 1.15 +8 -3 src/usr.bin/fetch/fetch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 4:20:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7111C37B912; Fri, 21 Jul 2000 04:20:11 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA15807; Fri, 21 Jul 2000 04:20:11 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007211120.EAA15807@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Fri, 21 Jul 2000 04:20:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch fetch.3 fetch.c ftp.c http.c src/usr.bin/fetch fetch.1 fetch.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/21 04:20:11 PDT Modified files: (Branch: RELENG_4) lib/libfetch fetch.3 fetch.c ftp.c http.c usr.bin/fetch fetch.1 fetch.c Log: MFC: Sync with -CURRENT (most notably, fix resume and proxy problems) Approved by: jkh Revision Changes Path 1.11.2.6 +16 -3 src/lib/libfetch/fetch.3 1.10.2.4 +1 -13 src/lib/libfetch/fetch.c 1.16.2.6 +31 -4 src/lib/libfetch/ftp.c 1.13.2.6 +82 -41 src/lib/libfetch/http.c 1.33.2.4 +2 -11 src/usr.bin/fetch/fetch.1 1.10.2.4 +11 -6 src/usr.bin/fetch/fetch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 5:54:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 437CB37B97D; Fri, 21 Jul 2000 05:54:22 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA45562; Fri, 21 Jul 2000 05:54:16 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007211254.FAA45562@freefall.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Fri, 21 Jul 2000 05:54:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/screem Makefile ports/www/screem/files md5 ports/www/screem/patches patch-ae patch-af patch-ag patch-aa patch-ab patch-ac patch-ad ports/www/screem/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/21 05:54:16 PDT Modified files: www/screem Makefile www/screem/files md5 www/screem/patches patch-aa patch-ab patch-ac www/screem/pkg PLIST Added files: www/screem/patches patch-ae patch-af patch-ag Removed files: www/screem/patches patch-ad Log: Update to 0.2.8. Revision Changes Path 1.9 +22 -11 ports/www/screem/Makefile 1.3 +1 -1 ports/www/screem/files/md5 1.2 +8 -15 ports/www/screem/patches/patch-aa 1.3 +12 -52 ports/www/screem/patches/patch-ab 1.2 +7 -7 ports/www/screem/patches/patch-ac 1.4 +183 -18 ports/www/screem/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 6: 0:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EC9C37B9E8; Fri, 21 Jul 2000 06:00:36 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA46301; Fri, 21 Jul 2000 06:00:35 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007211300.GAA46301@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Fri, 21 Jul 2000 06:00:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/tcsh Makefile ports/shells/tcsh/files md5 ports/shells/tcsh/patches patch-ad patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/21 06:00:32 PDT Modified files: shells/tcsh Makefile shells/tcsh/files md5 shells/tcsh/patches patch-ad Removed files: shells/tcsh/patches patch-ac Log: Update to patchlevel 3. Revision Changes Path 1.33 +4 -4 ports/shells/tcsh/Makefile 1.9 +1 -1 ports/shells/tcsh/files/md5 1.9 +3 -3 ports/shells/tcsh/patches/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 6: 5:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C9CE037B9CC; Fri, 21 Jul 2000 06:05:15 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA47023; Fri, 21 Jul 2000 06:05:15 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007211305.GAA47023@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Fri, 21 Jul 2000 06:05:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/truncate truncate.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/21 06:05:15 PDT Modified files: usr.bin/truncate truncate.1 Log: Add a STANDARDS section to discourage the use of this utility in environments where portability is a concern. Revision Changes Path 1.2 +5 -1 src/usr.bin/truncate/truncate.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 6:18: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 0F06237B5FD; Fri, 21 Jul 2000 06:17:59 -0700 (PDT) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.10.1/8.10.1) with ESMTP id e6LDHvR05785; Fri, 21 Jul 2000 15:17:57 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.10.1/8.10.1) with ESMTP id e6LDHu306043; Fri, 21 Jul 2000 15:17:56 +0200 (MET DST) Received: from alaska.cert.siemens.de (reims.mchp.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.10.2/8.10.2/Siemens CERT [ $Revision: 1.8 ]) with ESMTP id e6LDHue06805; Fri, 21 Jul 2000 15:17:56 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.10.2/8.10.2/alaska [ $Revision: 1.4 ]) id e6LDHuD30344; Fri, 21 Jul 2000 13:17:56 GMT Date: Fri, 21 Jul 2000 15:17:56 +0200 From: Udo Schweigert <ust@cert.siemens.de> To: "Jordan K. Hubbard" <jkh@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/release/sysinstall menus.c Message-ID: <20000721151756.A30094@alaska.cert.siemens.de> Mail-Followup-To: "Jordan K. Hubbard" <jkh@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200007210607.XAA82829@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <200007210607.XAA82829@freefall.freebsd.org>; from jkh@FreeBSD.ORG on Thu, Jul 20, 2000 at 11:07:34PM -0700 X-Operating-System: FreeBSD 4.1-RC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 20, 2000 at 23:07:34 -0700, Jordan K. Hubbard wrote: > jkh 2000/07/20 23:07:34 PDT > > Modified files: (Branch: RELENG_4) > release/sysinstall menus.c > Log: > MFC: Add Slovenia to FTP site list > This got mixed up. Applied patch will help (also for -current) Best regards. -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 ZT IK 3, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : ust@cert.siemens.de PGP-2/5 fingerprint | D8 A5 DF 34 EC 87 E8 C6 E2 26 C4 D0 EE 80 36 B2 --- menus.c.orig Fri Jul 21 15:00:44 2000 +++ menus.c Fri Jul 21 15:09:35 2000 @@ -672,6 +672,7 @@ { " Russia #4", "ftp4.ru.freebsd.org", NULL, dmenuSetVariable, NULL, VAR_FTP_PATH _AP("=ftp://ftp4.ru.freebsd.org") }, { "Slovak Republic", "ftp.sk.freebsd.org", NULL, dmenuSetVariable, NULL, + VAR_FTP_PATH _AP("=ftp://ftp.sk.freebsd.org") }, { "Slovenia", "ftp.si.freebsd.org", NULL, dmenuSetVariable, NULL, VAR_FTP_PATH _AP("=ftp://ftp.si.freebsd.org") }, { " South Africa", "ftp.za.freebsd.org", NULL, dmenuSetVariable, NULL, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 6:21:35 2000 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 87D4D37B9BD; Fri, 21 Jul 2000 06:21:26 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id PAA59163; Fri, 21 Jul 2000 15:21:14 +0200 (CEST) (envelope-from des@flood.ping.uio.no) To: Greg Lehey <grog@lemis.com> Cc: Brian Somers <brian@Awfulhak.org>, Sheldon Hearn <sheldonh@uunet.co.za>, obrien@FreeBSD.org, Archie Cobbs <archie@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c References: <grog@lemis.com> <200007200728.IAA09150@hak.lan.Awfulhak.org> <20000721093221.L936@wantadilla.lemis.com> From: Dag-Erling Smorgrav <des@flood.ping.uio.no> Date: 21 Jul 2000 15:21:12 +0200 In-Reply-To: Greg Lehey's message of "Fri, 21 Jul 2000 09:32:21 +0930" Message-ID: <xzp7lafaabb.fsf@flood.ping.uio.no> Lines: 12 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greg Lehey <grog@lemis.com> writes: > but the code explicitly mentions it as the way to get the usage > message; obviously something that should be fixed. The trouble is > that it doesn't always work without -\?. '?' is what getopt() returns if it hits an invalid (not illegal!) option, so -\? will *always* give you a usage message on properly written software that uses getopt(). DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 6:43:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 480DC37B9F4; Fri, 21 Jul 2000 06:43:39 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA53874; Fri, 21 Jul 2000 06:43:39 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200007211343.GAA53874@freefall.freebsd.org> From: Neil Blakey-Milner <nbm@FreeBSD.org> Date: Fri, 21 Jul 2000 06:43:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/ssserver Makefile ports/www/ssserver/files md5 ports/www/ssserver/pkg COMMENT DESCR MESSAGE PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/07/21 06:43:38 PDT Modified files: www Makefile Added files: www/ssserver Makefile www/ssserver/files md5 www/ssserver/pkg COMMENT DESCR MESSAGE PLIST Log: Add ssserver, "Subject Search Server(TM)", a binary-only CGI supporting multiple languages. PR: ports/17523 Submitted by: Mike Bru <support@kryltech.com> Revision Changes Path 1.231 +2 -1 ports/www/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 6:43:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A88F37C13A; Fri, 21 Jul 2000 06:43:49 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA53949; Fri, 21 Jul 2000 06:43:49 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200007211343.GAA53949@freefall.freebsd.org> From: Neil Blakey-Milner <nbm@FreeBSD.org> Date: Fri, 21 Jul 2000 06:43:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/07/21 06:43:49 PDT Modified files: . modules Log: ssserver --> ports/www/ssserver Revision Changes Path 1.1440 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 7: 4:36 2000 Delivered-To: cvs-all@freebsd.org Received: from whizzo.transsys.com (whizzo.TransSys.COM [144.202.42.10]) by hub.freebsd.org (Postfix) with ESMTP id D416C37BAF7; Fri, 21 Jul 2000 07:04:19 -0700 (PDT) (envelope-from louie@whizzo.transsys.com) Received: from whizzo.transsys.com (localhost.transsys.com [127.0.0.1]) by whizzo.transsys.com (8.9.3/8.9.1) with ESMTP id KAA53922; Fri, 21 Jul 2000 10:04:00 -0400 (EDT) (envelope-from louie@whizzo.transsys.com) Message-Id: <200007211404.KAA53922@whizzo.transsys.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Jordan K. Hubbard" <jkh@zippy.osd.bsdi.com> Cc: Brian Somers <brian@Awfulhak.org>, Jordan Hubbard <jkh@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Brian Somers <brian@FreeBSD.ORG>, shin@FreeBSD.ORG X-Image-URL: http://www.transsys.com/louie/images/louie-mail.jpg From: "Louis A. Mamakos" <louie@TransSys.COM> Subject: Re: cvs commit: src/lib/libc/net rcmd.3 rcmd.c References: <695.964160550@localhost> In-reply-to: Your message of "Thu, 20 Jul 2000 23:22:30 PDT." <695.964160550@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 21 Jul 2000 10:04:00 -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Shouldn't these interfaces to a grossly insecure mechanism be depricated rather than improved? louie > Seems like one to me. > > - Jordan > > > I think this is a MFC candidate... comments ? > > > > > brian 2000/07/20 02:05:15 PDT > > > > > > Modified files: > > > lib/libc/net rcmd.3 rcmd.c > > > Log: > > > Alocate rcmd{,_af}()'s *ahost argument using malloc() (well > > > strdup()) rather than pointing it at something that's free()d > > > (via freeaddrinfo(res)) before the function returns. > > > > > > I appreciate that this is an API change, but it's the only way > > > (AFAIK) of doing this without breaking existing code that uses > > > rcmd{,_af}(). > > > > > > Pointed out by: phkmalloc > > > > > > Revision Changes Path > > > 1.15 +6 -1 src/lib/libc/net/rcmd.3 > > > 1.27 +10 -4 src/lib/libc/net/rcmd.c > > > > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 7: 6:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 125B937BAED; Fri, 21 Jul 2000 07:06:26 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA60043; Fri, 21 Jul 2000 07:06:25 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007211406.HAA60043@freefall.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Fri, 21 Jul 2000 07:06:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/mmc Makefile ports/mail/mmc/files md5 ports/mail/mmc/patches patch-aa patch-ab patch-ac patch-ad patch-ae ports/mail/mmc/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/21 07:06:25 PDT Modified files: mail Makefile Added files: mail/mmc Makefile mail/mmc/files md5 mail/mmc/patches patch-aa patch-ab patch-ac patch-ad patch-ae mail/mmc/pkg COMMENT DESCR PLIST Log: Add mmc - a tiny mail client for Gnome desktop. Revision Changes Path 1.147 +2 -1 ports/mail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 7: 7: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from whizzo.transsys.com (whizzo.TransSys.COM [144.202.42.10]) by hub.freebsd.org (Postfix) with ESMTP id D1C8737BAFF; Fri, 21 Jul 2000 07:06:54 -0700 (PDT) (envelope-from louie@whizzo.transsys.com) Received: from whizzo.transsys.com (localhost.transsys.com [127.0.0.1]) by whizzo.transsys.com (8.9.3/8.9.1) with ESMTP id KAA53989; Fri, 21 Jul 2000 10:06:45 -0400 (EDT) (envelope-from louie@whizzo.transsys.com) Message-Id: <200007211406.KAA53989@whizzo.transsys.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Dag-Erling Smorgrav <des@flood.ping.uio.no> Cc: Will Andrews <andrews@technologist.com>, Marcel Moolenaar <marcel@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Image-URL: http://www.transsys.com/louie/images/louie-mail.jpg From: "Louis A. Mamakos" <louie@TransSys.COM> Subject: Re: cvs commit: src Makefile.inc1 References: <200007192248.PAA23393@freefall.freebsd.org> <xzpya2xffvr.fsf@flood.ping.uio.no> <20000720233008.G28456@argon.gryphonsoft.com> <xzplmyvamok.fsf@flood.ping.uio.no> In-reply-to: Your message of "21 Jul 2000 10:54:03 +0200." <xzplmyvamok.fsf@flood.ping.uio.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 21 Jul 2000 10:06:45 -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Will Andrews <andrews@technologist.com> writes: > > On Thu, Jul 20, 2000 at 08:57:28AM +0200, Dag-Erling Smorgrav wrote: > > > This is arguably a bug in install(1), which should have an option to > > > save a backup copy. > > > > Umm, what about this: > > > > -c Copy the file. This flag turns off the default behavior of > > install where it deletes the original file after > > creating the target. > > > > Or perhaps I'm missing the point. :-( > > You are. Normally, install(1) moves the original file to its > destination. The -c option makes it leave the original in place, but > it still overwrites the destination. I want an option to make > install(1) make a backup of the destination file before overwriting > it. I seem to have a dim memory of install(1) on some system I used to use having a -u option to unlink the destination before installing to avoid the overwriting problem. Perhaps renaming and unlinking on success would be better. louie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 7: 7:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 661D737BE79; Fri, 21 Jul 2000 07:07:03 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA60121; Fri, 21 Jul 2000 07:07:03 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007211407.HAA60121@freefall.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Fri, 21 Jul 2000 07:07:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/21 07:07:03 PDT Modified files: . modules Log: mmc --> ports/mail/mmc Revision Changes Path 1.1441 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 7:21:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E52CC37BB34; Fri, 21 Jul 2000 07:21:29 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA62930; Fri, 21 Jul 2000 07:21:29 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007211421.HAA62930@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Fri, 21 Jul 2000 07:21:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/21 07:21:29 PDT Modified files: usr.bin/fetch fetch.c Log: Don't print summary in quiet mode. Revision Changes Path 1.16 +4 -1 src/usr.bin/fetch/fetch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 7:23:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC9BF37BB34; Fri, 21 Jul 2000 07:23:22 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA63101; Fri, 21 Jul 2000 07:23:22 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200007211423.HAA63101@freefall.freebsd.org> From: Dag-Erling Smorgrav <des@FreeBSD.org> Date: Fri, 21 Jul 2000 07:23:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/07/21 07:23:22 PDT Modified files: (Branch: RELENG_4) usr.bin/fetch fetch.c Log: MFC: don't print summary in quiet mode (cosmetic) Revision Changes Path 1.10.2.5 +4 -1 src/usr.bin/fetch/fetch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 7:26:14 2000 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 52AE237BB03; Fri, 21 Jul 2000 07:26:07 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id QAA59369; Fri, 21 Jul 2000 16:26:00 +0200 (CEST) (envelope-from des@flood.ping.uio.no) To: "Louis A. Mamakos" <louie@TransSys.COM> Cc: Will Andrews <andrews@technologist.com>, Marcel Moolenaar <marcel@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src Makefile.inc1 References: <200007192248.PAA23393@freefall.freebsd.org> <xzpya2xffvr.fsf@flood.ping.uio.no> <20000720233008.G28456@argon.gryphonsoft.com> <xzplmyvamok.fsf@flood.ping.uio.no> <200007211406.KAA53989@whizzo.transsys.com> From: Dag-Erling Smorgrav <des@flood.ping.uio.no> Date: 21 Jul 2000 16:25:59 +0200 In-Reply-To: "Louis A. Mamakos"'s message of "Fri, 21 Jul 2000 10:06:45 -0400" Message-ID: <xzp1z0na7bc.fsf@flood.ping.uio.no> Lines: 13 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Louis A. Mamakos" <louie@TransSys.COM> writes: > I seem to have a dim memory of install(1) on some system I used to use > having a -u option to unlink the destination before installing to > avoid the overwriting problem. Perhaps renaming and unlinking on > success would be better. FreeBSD's install(1) always does, but you're missing the point. I want an option that makes install(1) keep a backup of the previous version of the file it replaces. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 7:26:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8030F37BB83; Fri, 21 Jul 2000 07:26:32 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA63412; Fri, 21 Jul 2000 07:26:32 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007211426.HAA63412@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Fri, 21 Jul 2000 07:26:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons scterm-sc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/21 07:26:32 PDT Modified files: sys/dev/syscons scterm-sc.c Log: Make Reset (ESC c) reset attributes too, not only clear screen Revision Changes Path 1.12 +7 -2 src/sys/dev/syscons/scterm-sc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 7:28:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1597D37BB34; Fri, 21 Jul 2000 07:28:15 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA63899; Fri, 21 Jul 2000 07:28:13 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007211428.HAA63899@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Fri, 21 Jul 2000 07:28:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 screen.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/21 07:28:13 PDT Modified files: share/man/man4 screen.4 Log: Describe Reset Revision Changes Path 1.22 +3 -1 src/share/man/man4/screen.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 7:29:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A27E37BB4E; Fri, 21 Jul 2000 07:29:19 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA64465; Fri, 21 Jul 2000 07:29:19 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200007211429.HAA64465@freefall.freebsd.org> From: Daniel Harris <dannyboy@FreeBSD.org> Date: Fri, 21 Jul 2000 07:29:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xlifegame Makefile ports/games/xlifegame/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/07/21 07:29:18 PDT Modified files: games/xlifegame Makefile games/xlifegame/files md5 Log: Update to version 1.11. PR: 20083 Submitted by: MAINTAINER <th@cis.ibaraki.ac.jp> Revision Changes Path 1.4 +3 -3 ports/games/xlifegame/Makefile 1.3 +1 -1 ports/games/xlifegame/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 7:31:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B02A037BB34; Fri, 21 Jul 2000 07:31:45 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA65277; Fri, 21 Jul 2000 07:31:45 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007211431.HAA65277@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Fri, 21 Jul 2000 07:31:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/termcap termcap.src X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/21 07:31:45 PDT Modified files: share/termcap termcap.src Log: cons: shorten "rs" again, syscons fixed Revision Changes Path 1.97 +2 -2 src/share/termcap/termcap.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 7:49:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FEC037B551; Fri, 21 Jul 2000 07:49:10 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA67503; Fri, 21 Jul 2000 07:49:10 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <200007211449.HAA67503@freefall.freebsd.org> From: Nick Sayer <nsayer@FreeBSD.org> Date: Fri, 21 Jul 2000 07:49:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/rpc xdr.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2000/07/21 07:49:10 PDT Modified files: include/rpc xdr.h Log: Back out 1.15. It caused more harm than good. Something, however, must be done to fix this situation. Submitted by: bde Revision Changes Path 1.16 +5 -5 src/include/rpc/xdr.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 7:54:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CAD7D37BBE0; Fri, 21 Jul 2000 07:54:20 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA68667; Fri, 21 Jul 2000 07:54:14 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007211454.HAA68667@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Fri, 21 Jul 2000 07:54:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 Makefile src/sys/modules/if_ef Makefile ef.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/21 07:54:13 PDT Modified files: share/man/man4 Makefile sys/modules/if_ef Makefile Removed files: sys/modules/if_ef ef.4 Log: Move the ef(4) manual page from sys/modules/if_ef to share/man/man4, as discussed with bp. Revision Changes Path 1.103 +2 -1 src/share/man/man4/Makefile 1.6 +1 -2 src/sys/modules/if_ef/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 7:57:34 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.2.163]) by hub.freebsd.org (Postfix) with ESMTP id 02F5837BC09; Fri, 21 Jul 2000 07:57:27 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.15 #1) id 13FeEu-000Fzs-00; Fri, 21 Jul 2000 16:57:24 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 Makefile src/sys/modules/if_ef Makefile ef.4 In-reply-to: Your message of "Fri, 21 Jul 2000 07:54:13 MST." <200007211454.HAA68667@freefall.freebsd.org> Date: Fri, 21 Jul 2000 16:57:24 +0200 Message-ID: <61495.964191444@axl.ops.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 21 Jul 2000 07:54:13 MST, Sheldon Hearn wrote: > Log: > Move the ef(4) manual page from sys/modules/if_ef to share/man/man4, as > discussed with bp. All section 4 manual pages should now reside in share/man/man4 . The only exception seems to be for the awi(4) driver, but this does not appear to be attached to the build, so I've left it alone. This may not be the best place in the universe for these files, but at least it is a single place. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 8: 9:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 72F1F37BBAE; Fri, 21 Jul 2000 08:09:30 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA76171; Fri, 21 Jul 2000 08:09:30 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <200007211509.IAA76171@freefall.freebsd.org> From: Nick Sayer <nsayer@FreeBSD.org> Date: Fri, 21 Jul 2000 08:09:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/if_tap Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2000/07/21 08:09:30 PDT Added files: sys/modules/if_tap Makefile Log: Somehow the module makefile got missed in the big commit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 8:14:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5585437BC06; Fri, 21 Jul 2000 08:14:19 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA78965; Fri, 21 Jul 2000 08:14:19 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007211514.IAA78965@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Fri, 21 Jul 2000 08:14:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc termcap.small X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/21 08:14:10 PDT Modified files: etc termcap.small Log: Sync Revision Changes Path 1.20 +8 -8 src/etc/termcap.small To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 9: 5:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E8CD937BD97; Fri, 21 Jul 2000 09:05:24 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA03826; Fri, 21 Jul 2000 09:05:24 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007211605.JAA03826@freefall.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Fri, 21 Jul 2000 09:05:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/gcompris Makefile ports/games/gcompris/files md5 ports/games/gcompris/patches patch-aa patch-ab patch-ac ports/games/gcompris/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/21 09:05:24 PDT Modified files: games Makefile Added files: games/gcompris Makefile games/gcompris/files md5 games/gcompris/patches patch-aa patch-ab patch-ac games/gcompris/pkg COMMENT DESCR PLIST Log: Add gcompris - a simple Gnome-based education game for children starting at 3. Recommended to all committers by the -core! Revision Changes Path 1.285 +2 -1 ports/games/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 9: 6:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 86CA037BD97; Fri, 21 Jul 2000 09:06:07 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA04972; Fri, 21 Jul 2000 09:06:07 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007211606.JAA04972@freefall.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Fri, 21 Jul 2000 09:06:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/21 09:06:07 PDT Modified files: . modules Log: gcompris --> ports/games/gcompris Revision Changes Path 1.1442 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 9:11: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id B32E037B9CC; Fri, 21 Jul 2000 09:11:03 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id KAA04782; Fri, 21 Jul 2000 10:11:02 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id KAA00709; Fri, 21 Jul 2000 10:10:55 -0600 (MDT) Message-Id: <200007211610.KAA00709@harmony.village.org> To: Sheldon Hearn <sheldonh@uunet.co.za> Subject: Re: cvs commit: src/share/man/man4 Makefile src/sys/modules/if_ef Makefile ef.4 Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Fri, 21 Jul 2000 16:57:24 +0200." <61495.964191444@axl.ops.uunet.co.za> References: <61495.964191444@axl.ops.uunet.co.za> Date: Fri, 21 Jul 2000 10:10:55 -0600 From: Warner Losh <imp@village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <61495.964191444@axl.ops.uunet.co.za> Sheldon Hearn writes: : All section 4 manual pages should now reside in share/man/man4 . The : only exception seems to be for the awi(4) driver, but this does not : appear to be attached to the build, so I've left it alone. It should be. I'm trying to get the author of the awi driver commit privs, so it is time to check on that whole process again. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 9:50:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D07C37BD0E; Fri, 21 Jul 2000 09:50:19 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA15128; Fri, 21 Jul 2000 09:50:18 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007211650.JAA15128@freefall.freebsd.org> From: Will Andrews <will@FreeBSD.org> Date: Fri, 21 Jul 2000 09:50:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xscorch Makefile ports/games/xscorch/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/21 09:50:18 PDT Modified files: games/xscorch Makefile games/xscorch/files md5 Log: Update to 0.1.7. Revision Changes Path 1.4 +3 -2 ports/games/xscorch/Makefile 1.3 +1 -1 ports/games/xscorch/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 10:22:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B91EB37BA97; Fri, 21 Jul 2000 10:22:36 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA21686; Fri, 21 Jul 2000 10:22:36 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007211722.KAA21686@freefall.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Fri, 21 Jul 2000 10:22:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/tya Makefile ports/java/tya/files md5 ports/java/tya/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/21 10:22:36 PDT Modified files: java/tya Makefile java/tya/files md5 Added files: java/tya/patches patch-aa Log: Update port to 1.7.2 and fix it on 4-CURRENT and 5-STABLE (missed uint_t type). Revision Changes Path 1.14 +4 -4 ports/java/tya/Makefile 1.8 +1 -1 ports/java/tya/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 10:46:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED05037B9CC; Fri, 21 Jul 2000 10:46:54 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA24158; Fri, 21 Jul 2000 10:46:54 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200007211746.KAA24158@freefall.freebsd.org> From: Maxim Sobolev <sobomax@FreeBSD.org> Date: Fri, 21 Jul 2000 10:46:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtkbe Makefile ports/x11-toolkits/gtkbe/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/07/21 10:46:54 PDT Modified files: x11-toolkits/gtkbe Makefile x11-toolkits/gtkbe/files md5 Log: Update to 200007091019, this should fix fennerism. Revision Changes Path 1.3 +2 -2 ports/x11-toolkits/gtkbe/Makefile 1.2 +1 -1 ports/x11-toolkits/gtkbe/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 10:57:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1653137B9CC; Fri, 21 Jul 2000 10:57:39 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA25017; Fri, 21 Jul 2000 10:57:39 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007211757.KAA25017@freefall.freebsd.org> From: Satoshi Asami <asami@FreeBSD.org> Date: Fri, 21 Jul 2000 10:57:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gridpix Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/21 10:57:38 PDT Modified files: graphics/gridpix Makefile Log: Define DISTNAME to fix fetch problem. Revision Changes Path 1.10 +2 -1 ports/graphics/gridpix/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 11: 9:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F57737BD0E; Fri, 21 Jul 2000 11:09:48 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA27759; Fri, 21 Jul 2000 11:09:48 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007211809.LAA27759@freefall.freebsd.org> From: Satoshi Asami <asami@FreeBSD.org> Date: Fri, 21 Jul 2000 11:09:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/exim Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/21 11:09:48 PDT Modified files: mail/exim Makefile Log: Mark FORBIDDEN, there is a pretty bad bug that was just fixed in a new version. Submitted by: maintainer Revision Changes Path 1.52 +3 -1 ports/mail/exim/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 11:15:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 91CE837BD0E; Fri, 21 Jul 2000 11:15:39 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA28413; Fri, 21 Jul 2000 11:15:39 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007211815.LAA28413@freefall.freebsd.org> From: Satoshi Asami <asami@FreeBSD.org> Date: Fri, 21 Jul 2000 11:15:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports INDEX X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/21 11:15:39 PDT Modified files: . INDEX Log: Last minute dependency fix to bugbuddy (which is needed for gnome) and vim5. The release tag will be slid forward to include this revision. Revision Changes Path 1.286 +2 -2 ports/INDEX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 11:26:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F35137BDB2; Fri, 21 Jul 2000 11:26:21 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA29779; Fri, 21 Jul 2000 11:26:21 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007211826.LAA29779@freefall.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Fri, 21 Jul 2000 11:26:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/i386/fdisk fdisk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/21 11:26:21 PDT Modified files: sbin/i386/fdisk fdisk.c Log: Fix a really stupid bug where I assumed sizeof(int) == 2. This resulted in MBR's with a 4th slice failing the signature check and fdisk saying that they are invalid. Submitted by: bde Revision Changes Path 1.44 +2 -2 src/sbin/i386/fdisk/fdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 11:44:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7089F37BA97; Fri, 21 Jul 2000 11:44:31 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Received: (from dillon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA31760; Fri, 21 Jul 2000 11:44:31 -0700 (PDT) (envelope-from dillon@FreeBSD.org) Message-Id: <200007211844.LAA31760@freefall.freebsd.org> From: Matt Dillon <dillon@FreeBSD.org> Date: Fri, 21 Jul 2000 11:44:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/cpdup Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dillon 2000/07/21 11:44:31 PDT Modified files: sysutils/cpdup Makefile Log: Correct broken master site for cpdup Revision Changes Path 1.4 +2 -2 ports/sysutils/cpdup/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 11:52:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EA4B37B5A0; Fri, 21 Jul 2000 11:52:20 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA32487; Fri, 21 Jul 2000 11:52:20 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007211852.LAA32487@freefall.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Fri, 21 Jul 2000 11:52:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/21 11:52:19 PDT Modified files: release/sysinstall menus.c Log: Add in the second half of the Slovenian FTP mirror entry. Revision Changes Path 1.266 +2 -1 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 11:56:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF9BD37B7C2; Fri, 21 Jul 2000 11:56:46 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA32814; Fri, 21 Jul 2000 11:56:46 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007211856.LAA32814@freefall.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Fri, 21 Jul 2000 11:56:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/21 11:56:46 PDT Modified files: (Branch: RELENG_4) release/sysinstall menus.c Log: MFC: Add in the second half of the Slovenian FTP mirror entry so sysinstall compiles again. Revision Changes Path 1.252.2.12 +2 -1 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 12: 8:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F36737BEEE; Fri, 21 Jul 2000 12:08:23 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA34972; Fri, 21 Jul 2000 12:08:23 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007211908.MAA34972@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Fri, 21 Jul 2000 12:08:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dhclient Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/21 12:08:23 PDT Modified files: sbin/dhclient Makefile Log: Blah, need to add /usr/bin to the path also. Of course this is a bug in that the dhclient script will not work properly if one has a local / and an NFS mounted /usr and needs to obtain its IP address via DHCP before being able to mount /usr. Revision Changes Path 1.9 +2 -2 src/sbin/dhclient/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 13: 5: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A1DC737BF08; Fri, 21 Jul 2000 13:04:58 -0700 (PDT) (envelope-from chris@FreeBSD.org) Received: (from chris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA40159; Fri, 21 Jul 2000 13:04:58 -0700 (PDT) (envelope-from chris@FreeBSD.org) Message-Id: <200007212004.NAA40159@freefall.freebsd.org> From: Chris Costello <chris@FreeBSD.org> Date: Fri, 21 Jul 2000 13:04:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/printf printf.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG chris 2000/07/21 13:04:58 PDT Modified files: usr.bin/printf printf.1 Log: Properly document %.0f behavior. Revision Changes Path 1.9 +3 -2 src/usr.bin/printf/printf.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 13:13:34 2000 Delivered-To: cvs-all@freebsd.org Received: from news.IAEhv.nl (news.IAE.nl [194.151.64.4]) by hub.freebsd.org (Postfix) with ESMTP id 83F0237B614 for <cvs-all@freebsd.org>; Fri, 21 Jul 2000 13:13:27 -0700 (PDT) (envelope-from Arjan.deVet@adv.iae.nl) Received: (from uucp@localhost) by news.IAEhv.nl (8.9.1/8.9.1) with IAEhv.nl id WAA25474 for cvs-all@freebsd.org; Fri, 21 Jul 2000 22:13:26 +0200 (MET DST) Received: by adv.iae.nl (Postfix, from userid 100) id BF25522F1; Fri, 21 Jul 2000 22:12:57 +0200 (CEST) To: cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/libpcap - Imported sources X-Newsgroups: list.freebsd.cvs.all In-Reply-To: <200007202126.OAA07273@freefall.freebsd.org> Organization: Eindhoven, the Netherlands Cc: Message-Id: <20000721201257.BF25522F1@adv.iae.nl> Date: Fri, 21 Jul 2000 22:12:57 +0200 (CEST) From: Arjan.deVet@adv.iae.nl (Arjan de Vet) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <200007202126.OAA07273@freefall.freebsd.org> you write: >fenner 2000/07/20 14:26:45 PDT > > src/contrib/libpcap - Imported sources > Update of /home/ncvs/src/contrib/libpcap > In directory freefall.freebsd.org:/d/home/fenner/tcpdump.org/pcap_import > > Log Message: > Import rev 1.26 of tcpdump.org's inet.c -- don't free > the buffer before it's used. Will this be MFC'ed before 4.1? Arjan -- Arjan de Vet, Eindhoven, The Netherlands <Arjan.deVet@adv.iae.nl> URL: http://www.iae.nl/users/devet/ for PGP key: finger devet@iae.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 13:15:52 2000 Delivered-To: cvs-all@freebsd.org Received: from zippy.osd.bsdi.com (zippy.osd.bsdi.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 4E44037B614; Fri, 21 Jul 2000 13:15:48 -0700 (PDT) (envelope-from jkh@zippy.osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by zippy.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id NAA04277; Fri, 21 Jul 2000 13:16:56 -0700 (PDT) (envelope-from jkh@zippy.osd.bsdi.com) To: John Baldwin <jhb@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/sysinstall menus.c In-reply-to: Your message of "Fri, 21 Jul 2000 11:56:46 PDT." <200007211856.LAA32814@freefall.freebsd.org> Date: Fri, 21 Jul 2000 13:16:56 -0700 Message-ID: <4274.964210616@localhost> From: "Jordan K. Hubbard" <jkh@zippy.osd.bsdi.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks, I don't know how I managed to screw that up. - Jordan > jhb 2000/07/21 11:56:46 PDT > > Modified files: (Branch: RELENG_4) > release/sysinstall menus.c > Log: > MFC: Add in the second half of the Slovenian FTP mirror entry so sysinstall > compiles again. > > Revision Changes Path > 1.252.2.12 +2 -1 src/release/sysinstall/menus.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 13:18:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E839A37B632; Fri, 21 Jul 2000 13:18:50 -0700 (PDT) (envelope-from chris@FreeBSD.org) Received: (from chris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA42772; Fri, 21 Jul 2000 13:18:50 -0700 (PDT) (envelope-from chris@FreeBSD.org) Message-Id: <200007212018.NAA42772@freefall.freebsd.org> From: Chris Costello <chris@FreeBSD.org> Date: Fri, 21 Jul 2000 13:18:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/printf printf.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG chris 2000/07/21 13:18:50 PDT Modified files: usr.bin/printf printf.1 Log: Revert to 1.8. I misread the sentence and its context. Revision Changes Path 1.10 +2 -3 src/usr.bin/printf/printf.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 13:23: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CD9C37C02D; Fri, 21 Jul 2000 13:22:57 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA43232; Fri, 21 Jul 2000 13:22:57 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007212022.NAA43232@freefall.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Fri, 21 Jul 2000 13:22:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/i386/fdisk fdisk.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/21 13:22:56 PDT Modified files: (Branch: RELENG_4) sbin/i386/fdisk fdisk.c Log: MFC: Properly test the 16-bit signature at the end of the MBR. Approved by: jkh Revision Changes Path 1.36.2.4 +2 -2 src/sbin/i386/fdisk/fdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 13:30: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF9E537BEF2; Fri, 21 Jul 2000 13:30:03 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA44029; Fri, 21 Jul 2000 13:30:03 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <200007212030.NAA44029@freefall.freebsd.org> From: Jacques Vidrine <nectar@FreeBSD.org> Date: Fri, 21 Jul 2000 13:30:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/smurflog Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nectar 2000/07/21 13:30:03 PDT Modified files: security/smurflog Makefile Log: The last master site went away, but we still have the distfile locally. Revision Changes Path 1.16 +2 -3 ports/security/smurflog/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 13:30:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C3ECE37BED0; Fri, 21 Jul 2000 13:30:20 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA44117; Fri, 21 Jul 2000 13:30:20 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <200007212030.NAA44117@freefall.freebsd.org> From: Jacques Vidrine <nectar@FreeBSD.org> Date: Fri, 21 Jul 2000 13:30:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/py-HTMLgen Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nectar 2000/07/21 13:30:20 PDT Modified files: www/py-HTMLgen Makefile Log: Distfile moved. Revision Changes Path 1.8 +2 -2 ports/www/py-HTMLgen/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 13:34: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 068E837C0E4; Fri, 21 Jul 2000 13:34:05 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA44544; Fri, 21 Jul 2000 13:34:04 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <200007212034.NAA44544@freefall.freebsd.org> From: Jacques Vidrine <nectar@FreeBSD.org> Date: Fri, 21 Jul 2000 13:34:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp Makefile ports/ftp/gtm Makefile ports/ftp/gtm/files md5 ports/ftp/gtm/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai ports/ftp/gtm/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nectar 2000/07/21 13:34:04 PDT Modified files: ftp Makefile Removed files: ftp/gtm Makefile ftp/gtm/files md5 ftp/gtm/patches patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai ftp/gtm/pkg COMMENT DESCR PLIST Log: Remove gtm. The version 0.3.1 distfile is nowhere to be found, and current versions are for Linux only (nice stuff such as parsing uts.release to determine what version of the Linux kernel we are running). Revision Changes Path 1.13 +1 -2 ports/ftp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 13:36: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 067D237BFC3; Fri, 21 Jul 2000 13:35:57 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA44718; Fri, 21 Jul 2000 13:35:56 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <200007212035.NAA44718@freefall.freebsd.org> From: Jacques Vidrine <nectar@FreeBSD.org> Date: Fri, 21 Jul 2000 13:35:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nectar 2000/07/21 13:35:56 PDT Modified files: . modules Log: Remove gtm entry. Revision Changes Path 1.1443 +1 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 13:38:52 2000 Delivered-To: cvs-all@freebsd.org Received: from gw.nectar.com (gw.nectar.com [208.42.49.153]) by hub.freebsd.org (Postfix) with ESMTP id F2E7F37BEBF; Fri, 21 Jul 2000 13:38:45 -0700 (PDT) (envelope-from nectar@nectar.com) Received: from hamlet.nectar.com (hamlet.nectar.com [10.0.1.102]) by gw.nectar.com (Postfix) with ESMTP id 51869195F6; Fri, 21 Jul 2000 15:38:44 -0500 (CDT) Received: (from nectar@localhost) by hamlet.nectar.com (8.9.3/8.9.3) id PAA25000; Fri, 21 Jul 2000 15:38:44 -0500 (CDT) (envelope-from nectar@spawn.nectar.com) Date: Fri, 21 Jul 2000 15:38:44 -0500 From: "Jacques A. Vidrine" <n@nectar.com> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules Message-ID: <20000721153843.A19880@hamlet.nectar.com> Mail-Followup-To: "Jacques A. Vidrine" <n@nectar.com>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200007212035.NAA44718@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <200007212035.NAA44718@freefall.freebsd.org>; from nectar@FreeBSD.org on Fri, Jul 21, 2000 at 01:35:56PM -0700 X-Url: http://www.nectar.com/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Jul 21, 2000 at 01:35:56PM -0700, Jacques Vidrine wrote: > nectar 2000/07/21 13:35:56 PDT > > Modified files: > . modules > Log: > Remove gtm entry. > > Revision Changes Path > 1.1443 +1 -2 CVSROOT/modules Oops, this part probably wasn't really necessary. If anyone thinks the module entry should have hung around, please feel free to add it back. -- Jacques Vidrine / n@nectar.com / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 13:43:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 28C1B37BEFB; Fri, 21 Jul 2000 13:43:50 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA45315; Fri, 21 Jul 2000 13:43:50 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200007212043.NAA45315@freefall.freebsd.org> From: "Jordan K. Hubbard" <jkh@FreeBSD.org> Date: Fri, 21 Jul 2000 13:43:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall Makefile install.c sysinstall.h termcap.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/07/21 13:43:49 PDT Modified files: (Branch: RELENG_4) release/sysinstall Makefile install.c sysinstall.h termcap.c Log: MFC: add an xterm terminal type entry for people using such terminals. Promised to: mjacob Revision Changes Path 1.92.2.4 +3 -0 src/release/sysinstall/Makefile 1.268.2.7 +3 -2 src/release/sysinstall/install.c 1.186.2.6 +2 -1 src/release/sysinstall/sysinstall.h 1.24.6.2 +4 -2 src/release/sysinstall/termcap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 13:46: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 05A8E37BF39; Fri, 21 Jul 2000 13:45:58 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA45539; Fri, 21 Jul 2000 13:45:57 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200007212045.NAA45539@freefall.freebsd.org> From: "Jordan K. Hubbard" <jkh@FreeBSD.org> Date: Fri, 21 Jul 2000 13:45:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall Makefile install.c sysinstall.h termcap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/07/21 13:45:57 PDT Modified files: release/sysinstall Makefile install.c sysinstall.h termcap.c Log: Add a terminal entry for xterm; a lot of people are using xterms in the serial-installation of FreeBSD. Revision Changes Path 1.97 +3 -0 src/release/sysinstall/Makefile 1.277 +3 -2 src/release/sysinstall/install.c 1.193 +2 -1 src/release/sysinstall/sysinstall.h 1.26 +4 -2 src/release/sysinstall/termcap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 13:46: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 59FB937BF7F; Fri, 21 Jul 2000 13:45:59 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA45570; Fri, 21 Jul 2000 13:45:59 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200007212045.NAA45570@freefall.freebsd.org> From: Archie Cobbs <archie@FreeBSD.org> Date: Fri, 21 Jul 2000 13:45:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_base.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/07/21 13:45:59 PDT Modified files: (Branch: RELENG_4) sys/netgraph ng_base.c Log: MFC: allocate memory with M_NOWAIT instead of M_WAITOK to avoid kernel panic. Approved by: jhk Revision Changes Path 1.11.2.4 +6 -6 src/sys/netgraph/ng_base.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 14:15:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2317237C0DA; Fri, 21 Jul 2000 14:15:51 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: (from wilko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA50686; Fri, 21 Jul 2000 14:15:51 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Message-Id: <200007212115.OAA50686@freefall.freebsd.org> From: Wilko Bulte <wilko@FreeBSD.org> Date: Fri, 21 Jul 2000 14:15:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/07/21 14:15:50 PDT Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT Log: document AS2100A not supported, TGA nono for console, 'going nowhere without my init' pitfalls Approved by: jkh Revision Changes Path 1.31.2.21 +10 -0 src/release/texts/alpha/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 14:32:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 730B937B6EF; Fri, 21 Jul 2000 14:32:14 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA52802; Fri, 21 Jul 2000 14:32:14 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200007212132.OAA52802@freefall.freebsd.org> From: "Jordan K. Hubbard" <jkh@FreeBSD.org> Date: Fri, 21 Jul 2000 14:32:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/07/21 14:32:14 PDT Modified files: release/sysinstall Makefile Log: If ${BINDIR} is not present, create it before installing to it. Revision Changes Path 1.98 +5 -1 src/release/sysinstall/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 14:43: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 900FB37B552; Fri, 21 Jul 2000 14:43:01 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA54116; Fri, 21 Jul 2000 14:43:01 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200007212143.OAA54116@freefall.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Fri, 21 Jul 2000 14:43:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/07/21 14:43:01 PDT Modified files: . access Log: Add Atsushi Onoe-san as a committer. He'll be maintaining the awi driver and working on some other things. I'll be his mentor. Approved by: core Revision Changes Path 1.173 +2 -1 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 14:43:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B987437C293; Fri, 21 Jul 2000 14:43:08 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: (from wilko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA54136; Fri, 21 Jul 2000 14:43:08 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Message-Id: <200007212143.OAA54136@freefall.freebsd.org> From: Wilko Bulte <wilko@FreeBSD.org> Date: Fri, 21 Jul 2000 14:43:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/07/21 14:43:08 PDT Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT Log: AS4100 also does not allow install from CD. Submitted by: obrien Approved by: jkh Revision Changes Path 1.31.2.22 +1 -1 src/release/texts/alpha/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 15:36:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C18037C111; Fri, 21 Jul 2000 15:36:43 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA62191; Fri, 21 Jul 2000 15:36:43 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007212236.PAA62191@freefall.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Fri, 21 Jul 2000 15:36:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha/boot1 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/21 15:36:42 PDT Modified files: sys/boot/alpha/boot1 Makefile Log: Remove an unnecessary .PATH entry. Revision Changes Path 1.11 +1 -2 src/sys/boot/alpha/boot1/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 15:38: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 68CAC37C22B; Fri, 21 Jul 2000 15:38:06 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Received: (from wilko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA62347; Fri, 21 Jul 2000 15:38:06 -0700 (PDT) (envelope-from wilko@FreeBSD.org) Message-Id: <200007212238.PAA62347@freefall.freebsd.org> From: Wilko Bulte <wilko@FreeBSD.org> Date: Fri, 21 Jul 2000 15:38:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts/alpha RELNOTES.TXT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wilko 2000/07/21 15:38:06 PDT Modified files: (Branch: RELENG_4) release/texts/alpha RELNOTES.TXT Log: Make "going nowhere without my init" remark less controversial. Make it clear that some people claim this is a reproducible problem whereas others claim otherwise. I'm gonna yell on -alpha for testing of RC by those who say it is a reproducible one. Requested by: jkh Revision Changes Path 1.31.2.23 +4 -2 src/release/texts/alpha/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 15:38:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 159F537C378; Fri, 21 Jul 2000 15:38:25 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA62403; Fri, 21 Jul 2000 15:38:24 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200007212238.PAA62403@freefall.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Fri, 21 Jul 2000 15:38:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/xe if_xe.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/07/21 15:38:24 PDT Modified files: (Branch: RELENG_4) sys/dev/xe if_xe.c Log: MFC: Don't define XE_DEBUG. Approved by: jkh Revision Changes Path 1.13.2.5 +4 -3 src/sys/dev/xe/if_xe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 16:23:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A5C2237C174; Fri, 21 Jul 2000 16:23:24 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA67092; Fri, 21 Jul 2000 16:23:24 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200007212323.QAA67092@freefall.freebsd.org> From: "Chris D. Faulhaber" <jedgar@FreeBSD.org> Date: Fri, 21 Jul 2000 16:23:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks/wmtime/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/07/21 16:23:24 PDT Modified files: x11-clocks/wmtime/pkg DESCR Log: Remove defunct WWW Update maintainer's email PR: ports/20092 Submitted by: Maintainer Revision Changes Path 1.3 +1 -3 ports/x11-clocks/wmtime/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 16:25: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E22A37C167; Fri, 21 Jul 2000 16:25:05 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA67332; Fri, 21 Jul 2000 16:25:05 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200007212325.QAA67332@freefall.freebsd.org> From: "Chris D. Faulhaber" <jedgar@FreeBSD.org> Date: Fri, 21 Jul 2000 16:25:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/wmmixer Makefile ports/audio/wmmixer/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/07/21 16:25:05 PDT Modified files: audio/wmmixer Makefile audio/wmmixer/pkg DESCR Log: Update maintainer's email PR: ports/20093 Submitted by: Maintainer Revision Changes Path 1.10 +2 -2 ports/audio/wmmixer/Makefile 1.4 +1 -1 ports/audio/wmmixer/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 16:26:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D22C337C16B; Fri, 21 Jul 2000 16:26:38 -0700 (PDT) (envelope-from jayanth@FreeBSD.org) Received: (from jayanth@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA67617; Fri, 21 Jul 2000 16:26:38 -0700 (PDT) (envelope-from jayanth@FreeBSD.org) Message-Id: <200007212326.QAA67617@freefall.freebsd.org> From: Jayanth Vijayaraghavan <jayanth@FreeBSD.org> Date: Fri, 21 Jul 2000 16:26:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net route.h src/sys/netinet in_pcb.c tcp_input.c tcp_subr.c tcp_var.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jayanth 2000/07/21 16:26:38 PDT Modified files: sys/net route.h sys/netinet in_pcb.c tcp_input.c tcp_subr.c tcp_var.h Log: When a connection is being dropped due to a listen queue overflow, delete the cloned route that is associated with the connection. This does not exhaust the routing table memory when the system is under a SYN flood attack. The route entry is not deleted if there is any prior information cached in it. Reviewed by: Peter Wemm,asmodai Revision Changes Path 1.37 +2 -2 src/sys/net/route.h 1.67 +24 -3 src/sys/netinet/in_pcb.c 1.118 +9 -1 src/sys/netinet/tcp_input.c 1.79 +13 -1 src/sys/netinet/tcp_subr.c 1.61 +2 -1 src/sys/netinet/tcp_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 16:30:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B40537C1A3; Fri, 21 Jul 2000 16:30:56 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA68071; Fri, 21 Jul 2000 16:30:56 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200007212330.QAA68071@freefall.freebsd.org> From: "Chris D. Faulhaber" <jedgar@FreeBSD.org> Date: Fri, 21 Jul 2000 16:30:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/lbdb Makefile ports/mail/lbdb/pkg DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/07/21 16:30:56 PDT Modified files: mail/lbdb Makefile mail/lbdb/pkg DESCR PLIST Log: Update port to 0.19.5 PR: 20090 Submitted by: Maintainer Revision Changes Path 1.5 +2 -2 ports/mail/lbdb/Makefile 1.2 +1 -1 ports/mail/lbdb/pkg/DESCR 1.4 +1 -0 ports/mail/lbdb/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 17:22:18 2000 Delivered-To: cvs-all@freebsd.org Received: from granger.mail.mindspring.net (granger.mail.mindspring.net [207.69.200.148]) by hub.freebsd.org (Postfix) with ESMTP id 98CBB37C504; Fri, 21 Jul 2000 17:21:42 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca14-12.ix.netcom.com [205.186.215.12]) by granger.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id UAA29323; Fri, 21 Jul 2000 20:21:39 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id RAA71776; Fri, 21 Jul 2000 17:21:37 -0700 (PDT) To: Alexander Langer <alex@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/audio/workman Makefile References: <200007161313.GAA28253@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 21 Jul 2000 17:21:36 -0700 In-Reply-To: Alexander Langer's message of "Sun, 16 Jul 2000 06:13:33 -0700 (PDT)" Message-ID: <vqcittzvwtr.fsf@silvia.hip.berkeley.edu> Lines: 6 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Fix my obvious stupidity (why is it GZIP_CMD and not GZIP actually? grrr): It's not our fault -- GZIP was already used for the environment variable that passes options to gzip. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 17:59:35 2000 Delivered-To: cvs-all@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id BE65A37C52E; Fri, 21 Jul 2000 17:47:10 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id KAA77842; Sat, 22 Jul 2000 10:17:08 +0930 (CST) (envelope-from grog) Date: Sat, 22 Jul 2000 10:17:08 +0930 From: Greg Lehey <grog@lemis.com> To: Dag-Erling Smorgrav <des@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fetch fetch.c Message-ID: <20000722101708.D71182@wantadilla.lemis.com> References: <200007211423.HAA63101@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <200007211423.HAA63101@freefall.freebsd.org> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday, 21 July 2000 at 7:23:22 -0700, Dag-Erling Smorgrav wrote: > des 2000/07/21 07:23:22 PDT > > Modified files: (Branch: RELENG_4) > usr.bin/fetch fetch.c > Log: > MFC: don't print summary in quiet mode (cosmetic) Approved by? Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 17:59:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 85F0837C630; Fri, 21 Jul 2000 17:50:35 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA73993; Fri, 21 Jul 2000 17:50:35 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200007220050.RAA73993@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> Date: Fri, 21 Jul 2000 17:50:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xmovie/pkg COMMENT DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/07/21 17:50:35 PDT Modified files: graphics/xmovie/pkg COMMENT DESCR Log: currently xmovie does not support DVD yet. remove ``DVD'' word. I will update this ports, xmovie-1.4, if I have time. Revision Changes Path 1.3 +1 -1 ports/graphics/xmovie/pkg/COMMENT 1.3 +1 -1 ports/graphics/xmovie/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 20: 8:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C2EBE37B80F; Fri, 21 Jul 2000 20:08:15 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA85343; Fri, 21 Jul 2000 20:08:15 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Message-Id: <200007220308.UAA85343@freefall.freebsd.org> From: Kazuo Horikawa <horikawa@FreeBSD.org> Date: Fri, 21 Jul 2000 20:08:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 fetch.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/07/21 20:08:15 PDT Modified files: ja_JP.eucJP/man/man1 fetch.1 Log: Catch up with recent RELENG_4. fetch.1 1.33.2.4 Revision Changes Path 1.16 +2 -10 doc/ja_JP.eucJP/man/man1/fetch.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 21: 8:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DB9437B6CA; Fri, 21 Jul 2000 21:08:13 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA90103; Fri, 21 Jul 2000 21:08:12 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <200007220408.VAA90103@freefall.freebsd.org> From: Kazutaka YOKOTA <yokota@FreeBSD.org> Date: Fri, 21 Jul 2000 21:08:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa psm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yokota 2000/07/21 21:08:12 PDT Modified files: sys/isa psm.c Log: This is yet another attempt to fix "psmintr out of sync.." problems. - Properly protect the watchdog timer routine. - Relocate the sync check statement so that we don't see too many error messages. Revision Changes Path 1.27 +10 -14 src/sys/isa/psm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 21: 9:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 389FB37B5CF; Fri, 21 Jul 2000 21:09:24 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA90176; Fri, 21 Jul 2000 21:09:23 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <200007220409.VAA90176@freefall.freebsd.org> From: Kazutaka YOKOTA <yokota@FreeBSD.org> Date: Fri, 21 Jul 2000 21:09:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa psm.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yokota 2000/07/21 21:09:23 PDT Modified files: (Branch: RELENG_4) sys/isa psm.c Log: MFC: try to fix "psmintr out of sync..." Approved by: jkh Revision Changes Path 1.23.2.3 +10 -14 src/sys/isa/psm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 21:58:10 2000 Delivered-To: cvs-all@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id 77BAF37C1F2; Fri, 21 Jul 2000 21:58:04 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (iwasaki.imasy.or.jp [202.227.24.92]) by tasogare.imasy.or.jp (8.10.1+3.3W/3.7W-tasogare/smtpfeed 1.07) with ESMTP id e6M4w0p92727; Sat, 22 Jul 2000 13:58:00 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) To: imp@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access In-Reply-To: <200007212143.OAA54116@freefall.freebsd.org> References: <200007212143.OAA54116@freefall.freebsd.org> X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000722135759U.iwasaki@jp.FreeBSD.org> Date: Sat, 22 Jul 2000 13:57:59 +0900 From: Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org> X-Dispatcher: imput version 20000228(IM140) Lines: 5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Add Atsushi Onoe-san as a committer. He'll be maintaining the awi > driver and working on some other things. I'll be his mentor. Wao! Welcome Onoe-san. I have a Corega Wireless LAN PCC-11 which suppose to work with wi driver, I can be a tester :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 22:29: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 637EF37B68A; Fri, 21 Jul 2000 22:28:47 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA99470; Fri, 21 Jul 2000 22:28:46 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <200007220528.WAA99470@freefall.freebsd.org> From: Brian Feldman <green@FreeBSD.org> Date: Fri, 21 Jul 2000 22:28:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ls util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/07/21 22:28:46 PDT Modified files: bin/ls util.c Log: Add the missing flags to ls(1)'s usage: -Bb. Revision Changes Path 1.23 +3 -3 src/bin/ls/util.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 22:58:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A0DD37B95A; Fri, 21 Jul 2000 22:58:34 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA01229; Fri, 21 Jul 2000 22:58:34 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Message-Id: <200007220558.WAA01229@freefall.freebsd.org> From: Kevin Lo <kevlo@FreeBSD.org> Date: Fri, 21 Jul 2000 22:58:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/omega Makefile ports/games/omega/files md5 ports/games/omega/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/07/21 22:58:34 PDT Modified files: games/omega Makefile games/omega/files md5 games/omega/pkg DESCR Log: - Update MASTER_SITES and fix up Makefile. - Update WWW in DESCR. PR: 20101 Submitted by: Ports Fury Revision Changes Path 1.7 +22 -22 ports/games/omega/Makefile 1.2 +1 -1 ports/games/omega/files/md5 1.2 +1 -1 ports/games/omega/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 23:11:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EFF6F37BACC; Fri, 21 Jul 2000 23:10:17 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA03340; Fri, 21 Jul 2000 23:10:17 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Message-Id: <200007220610.XAA03340@freefall.freebsd.org> From: Kevin Lo <kevlo@FreeBSD.org> Date: Fri, 21 Jul 2000 23:10:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/ftpq Makefile ports/ftp/ftpq/files md5 ports/ftp/ftpq/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/07/21 23:10:17 PDT Modified files: ftp/ftpq Makefile ftp/ftpq/files md5 Removed files: ftp/ftpq/patches patch-aa Log: Update to version 0.11 PR: 20099 Submitted by: Ports Fury Revision Changes Path 1.2 +2 -2 ports/ftp/ftpq/Makefile 1.2 +1 -1 ports/ftp/ftpq/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 23:41: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B005A37BB7F; Fri, 21 Jul 2000 23:40:07 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA04809; Fri, 21 Jul 2000 23:40:07 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Message-Id: <200007220640.XAA04809@freefall.freebsd.org> From: Kevin Lo <kevlo@FreeBSD.org> Date: Fri, 21 Jul 2000 23:40:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/flux Makefile ports/devel/flux/files md5 ports/devel/flux/patches patch-ab patch-ac patch-aa ports/devel/flux/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/07/21 23:40:07 PDT Modified files: devel/flux Makefile devel/flux/files md5 devel/flux/pkg PLIST Added files: devel/flux/patches patch-ab patch-ac Removed files: devel/flux/patches patch-aa Log: - Update to version 0.4.1 PR: 20098 Submitted by: Ports Fury Revision Changes Path 1.7 +10 -16 ports/devel/flux/Makefile 1.2 +1 -1 ports/devel/flux/files/md5 1.4 +112 -60 ports/devel/flux/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Jul 21 23:58:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A325537B68A; Fri, 21 Jul 2000 23:57:54 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA06194; Fri, 21 Jul 2000 23:57:54 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Message-Id: <200007220657.XAA06194@freefall.freebsd.org> From: Kevin Lo <kevlo@FreeBSD.org> Date: Fri, 21 Jul 2000 23:57:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/freewais-sf Makefile ports/net/freewais-sf/files freebsd.sh md5 configure.ans.skel ports/net/freewais-sf/patches patch-ah ports/net/freewais-sf/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/07/21 23:57:54 PDT Modified files: net/freewais-sf Makefile net/freewais-sf/files md5 net/freewais-sf/pkg PLIST Added files: net/freewais-sf/files freebsd.sh net/freewais-sf/patches patch-ah Removed files: net/freewais-sf/files configure.ans.skel Log: Update to version 2.2.14 PR: 20102 Submitted by: Ports Fury Revision Changes Path 1.16 +9 -13 ports/net/freewais-sf/Makefile 1.5 +1 -1 ports/net/freewais-sf/files/md5 1.5 +2 -3 ports/net/freewais-sf/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 0:16:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA57737C14E; Sat, 22 Jul 2000 00:16:31 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA08620; Sat, 22 Jul 2000 00:16:31 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Message-Id: <200007220716.AAA08620@freefall.freebsd.org> From: Kevin Lo <kevlo@FreeBSD.org> Date: Sat, 22 Jul 2000 00:16:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/libmcrypt-nm Makefile ports/security/libmcrypt-nm/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/07/22 00:16:31 PDT Modified files: security/libmcrypt-nm Makefile security/libmcrypt-nm/pkg PLIST Log: Add -D_THREAD_SAFE and fix pkg/PLIST. PR: 20104 Submitted by: Ports Fury Revision Changes Path 1.2 +3 -3 ports/security/libmcrypt-nm/Makefile 1.2 +2 -2 ports/security/libmcrypt-nm/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 0:23: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1337737C14E; Sat, 22 Jul 2000 00:22:58 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA09108; Sat, 22 Jul 2000 00:22:58 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200007220722.AAA09108@freefall.freebsd.org> From: Will Andrews <will@FreeBSD.org> Date: Sat, 22 Jul 2000 00:22:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/cnet Makefile ports/net/cnet/files md5 ports/net/cnet/patches patch-ad patch-ae patch-af patch-ag ports/net/cnet/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/07/22 00:22:57 PDT Modified files: net/cnet Makefile net/cnet/files md5 net/cnet/patches patch-ad patch-ae patch-af net/cnet/pkg PLIST Removed files: net/cnet/patches patch-ag Log: Update to 1.6. PR: 20103 Submitted by: Ports Fury Revision Changes Path 1.12 +11 -8 ports/net/cnet/Makefile 1.4 +1 -1 ports/net/cnet/files/md5 1.3 +9 -27 ports/net/cnet/patches/patch-ad 1.2 +13 -13 ports/net/cnet/patches/patch-ae 1.2 +4 -4 ports/net/cnet/patches/patch-af 1.5 +42 -3 ports/net/cnet/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 0:27:29 2000 Delivered-To: cvs-all@freebsd.org Received: from mercury.mich.com (mercury.mich.com [64.79.64.32]) by hub.freebsd.org (Postfix) with ESMTP id 041A037C195; Sat, 22 Jul 2000 00:27:00 -0700 (PDT) (envelope-from will@argon.gryphonsoft.com) Received: from argon.gryphonsoft.com (pm006-019.dialup.bignet.net [64.79.81.3]) by mercury.mich.com (8.9.3/8.9.3) with ESMTP id DAA13516; Sat, 22 Jul 2000 03:24:25 -0400 Received: by argon.gryphonsoft.com (Postfix, from userid 1000) id C9A4C197E; Sat, 22 Jul 2000 03:22:49 -0400 (EDT) Date: Sat, 22 Jul 2000 03:22:49 -0400 From: Will Andrews <andrews@technologist.com> To: Kevin Lo <kevlo@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/security/libmcrypt-nm Makefile ports/security/libmcrypt-nm/pkg PLIST Message-ID: <20000722032249.Q36849@argon.gryphonsoft.com> References: <200007220716.AAA08620@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007220716.AAA08620@freefall.freebsd.org>; from kevlo@FreeBSD.org on Sat, Jul 22, 2000 at 12:16:31AM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 22, 2000 at 12:16:31AM -0700, Kevin Lo wrote: > Modified files: > security/libmcrypt-nm Makefile > security/libmcrypt-nm/pkg PLIST > Log: > Add -D_THREAD_SAFE and fix pkg/PLIST. > > PR: 20104 > Submitted by: Ports Fury I see I am too late.. :-( -- Will Andrews <andrewsw@purdue.edu> <will@FreeBSD.org> GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 0:27:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA7A237C1D3; Sat, 22 Jul 2000 00:27:10 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA09518; Sat, 22 Jul 2000 00:27:10 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Message-Id: <200007220727.AAA09518@freefall.freebsd.org> From: Bill Fenner <fenner@FreeBSD.org> Date: Sat, 22 Jul 2000 00:27:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/libpcap inet.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG fenner 2000/07/22 00:27:10 PDT Modified files: (Branch: RELENG_4) contrib/libpcap inet.c Log: Merge 1.1.1.5: bring in free() bugfix from tcpdump.org Approved by: jkh via obrien Revision Changes Path 1.1.1.4.2.1 +3 -2 src/contrib/libpcap/inet.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 0:34:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE7F037C1DF; Sat, 22 Jul 2000 00:34:09 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA10003; Sat, 22 Jul 2000 00:34:09 -0700 (PDT) (envelope-from kevlo@FreeBSD.org) Message-Id: <200007220734.AAA10003@freefall.freebsd.org> From: Kevin Lo <kevlo@FreeBSD.org> Date: Sat, 22 Jul 2000 00:34:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/Xg Makefile ports/x11-fonts/Xg/patches patch-aa ports/x11-fonts/Xg/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kevlo 2000/07/22 00:34:09 PDT Modified files: x11-fonts/Xg Makefile x11-fonts/Xg/patches patch-aa x11-fonts/Xg/pkg PLIST Log: - Fix MASTER_SITES - Use gzip to compress font files PR: 20105 Submitted by: Ports Fury Revision Changes Path 1.11 +3 -3 ports/x11-fonts/Xg/Makefile 1.2 +4 -4 ports/x11-fonts/Xg/patches/patch-aa 1.3 +173 -173 ports/x11-fonts/Xg/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 0:41:10 2000 Delivered-To: cvs-all@freebsd.org Received: from lucifer.ninth-circle.org (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id 728A037C1A1; Sat, 22 Jul 2000 00:41:03 -0700 (PDT) (envelope-from asmodai@lucifer.ninth-circle.org) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.9.3/8.9.3) id JAA12042; Sat, 22 Jul 2000 09:41:02 +0200 (CEST) (envelope-from asmodai) Date: Sat, 22 Jul 2000 09:41:02 +0200 From: Jeroen Ruigrok van der Werven <jruigrok@via-net-works.nl> To: Warner Losh <imp@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20000722094102.A11972@lucifer.bart.nl> References: <200007212143.OAA54116@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007212143.OAA54116@freefall.freebsd.org>; from imp@FreeBSD.org on Fri, Jul 21, 2000 at 02:43:01PM -0700 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000721 23:45], Warner Losh (imp@FreeBSD.org) wrote: > Log: > Add Atsushi Onoe-san as a committer. He'll be maintaining the awi > driver and working on some other things. I'll be his mentor. Welcome Onoe-san. I have seen you post a lot on the NetBSD lists. Nice to see you maintain the awi driver. =) -- Jeroen Ruigrok van der Werven Network- and systemadministrator <jruigrok@via-net-works.nl> VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl Truth is always exciting. Speak it, then. Life is boring without it... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 1: 7:28 2000 Delivered-To: cvs-all@freebsd.org Received: from zippy.osd.bsdi.com (zippy.osd.bsdi.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 254CC37B69C; Sat, 22 Jul 2000 01:07:24 -0700 (PDT) (envelope-from jkh@zippy.osd.bsdi.com) Received: from localhost (jkh@localhost [127.0.0.1]) by zippy.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id BAA07854; Sat, 22 Jul 2000 01:07:21 -0700 (PDT) (envelope-from jkh@zippy.osd.bsdi.com) To: Kazutaka YOKOTA <yokota@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/isa psm.c In-reply-to: Your message of "Fri, 21 Jul 2000 21:09:23 PDT." <200007220409.VAA90176@freefall.freebsd.org> Date: Sat, 22 Jul 2000 01:07:20 -0700 Message-ID: <7851.964253240@localhost> From: "Jordan K. Hubbard" <jkh@zippy.osd.bsdi.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thank you! Man, you don't know what sheer relief it is to have this bug gone. I was starting to live in fear of my mouse. :-) - Jordan > yokota 2000/07/21 21:09:23 PDT > > Modified files: (Branch: RELENG_4) > sys/isa psm.c > Log: > MFC: try to fix "psmintr out of sync..." > > Approved by: jkh > > Revision Changes Path > 1.23.2.3 +10 -14 src/sys/isa/psm.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 1:42:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B6B0537C202; Sat, 22 Jul 2000 01:42:17 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA15385; Sat, 22 Jul 2000 01:42:17 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007220842.BAA15385@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Sat, 22 Jul 2000 01:42:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/tcsh Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/22 01:42:17 PDT Modified files: shells/tcsh Makefile Log: Correct OSVERSION, which I raised for testing but forgot to set correctly after that. Revision Changes Path 1.34 +3 -3 ports/shells/tcsh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 1:45:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99BE137B89D; Sat, 22 Jul 2000 01:45:27 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA15662; Sat, 22 Jul 2000 01:45:27 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200007220845.BAA15662@freefall.freebsd.org> From: "Jordan K. Hubbard" <jkh@FreeBSD.org> Date: Sat, 22 Jul 2000 01:45:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/07/22 01:45:27 PDT Modified files: (Branch: RELENG_4) release Makefile Log: MFC: print start and stop times for release. Revision Changes Path 1.536.2.16 +3 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 1:45:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED90537BB35; Sat, 22 Jul 2000 01:45:55 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA15735; Sat, 22 Jul 2000 01:45:55 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200007220845.BAA15735@freefall.freebsd.org> From: "Jordan K. Hubbard" <jkh@FreeBSD.org> Date: Sat, 22 Jul 2000 01:45:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/07/22 01:45:55 PDT Modified files: (Branch: RELENG_4) release/sysinstall Makefile Log: MFC: add beforeinstall target which ensures ${BINDIR} exists. Revision Changes Path 1.92.2.5 +5 -1 src/release/sysinstall/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 2: 5:17 2000 Delivered-To: cvs-all@freebsd.org Received: from mout1.silyn-tek.de (mout1.silyn-tek.de [194.25.165.69]) by hub.freebsd.org (Postfix) with ESMTP id 230FF37BB9A; Sat, 22 Jul 2000 02:05:11 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.34] (helo=mx2.silyn-tek.de) by mout1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13FvDa-0007mK-00; Sat, 22 Jul 2000 11:05:10 +0200 Received: from p3e9c1156.dip0.t-ipconnect.de ([62.156.17.86] helo=neutron.cichlids.com) by mx2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13FvDX-0006B4-00; Sat, 22 Jul 2000 11:05:08 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 1AA55AB91; Sat, 22 Jul 2000 11:06:58 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 9662214BAB; Sat, 22 Jul 2000 11:05:17 +0200 (CEST) Date: Sat, 22 Jul 2000 11:05:17 +0200 To: John Baldwin <jhb@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/sysinstall menus.c Message-ID: <20000722110517.D2379@cichlids.cichlids.com> References: <200007211852.LAA32487@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007211852.LAA32487@freefall.freebsd.org>; from jhb@FreeBSD.org on Fri, Jul 21, 2000 at 11:52:20AM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake John Baldwin (jhb@FreeBSD.org): > Add in the second half of the Slovenian FTP mirror entry. There was a PR for this: bin/20087, which had the correct fix. Just in order to mention it here, I'll close it. Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 2: 9:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CA88D37B71B; Sat, 22 Jul 2000 02:09:36 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA19653; Sat, 22 Jul 2000 02:09:36 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007220909.CAA19653@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Sat, 22 Jul 2000 02:09:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsweb/patches patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/22 02:09:36 PDT Modified files: devel/cvsweb/patches patch-ac Log: Add a missing `,' to the end of the line. Submitted by: Tim Bishop <tdb1@ukc.ac.uk> Revision Changes Path 1.3 +2 -2 ports/devel/cvsweb/patches/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 2: 9:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D6BAD37B96D; Sat, 22 Jul 2000 02:09:36 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA19681; Sat, 22 Jul 2000 02:09:36 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <200007220909.CAA19681@freefall.freebsd.org> From: Doug Rabson <dfr@FreeBSD.org> Date: Sat, 22 Jul 2000 02:09:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa ppc.c ppcreg.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dfr 2000/07/22 02:09:36 PDT Modified files: (Branch: RELENG_4) sys/isa ppc.c ppcreg.h Log: MFC: Add support for PC87303 chipset. Revision Changes Path 1.26.2.2 +47 -7 src/sys/isa/ppc.c 1.10.2.2 +2 -1 src/sys/isa/ppcreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 2:47:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CAC3237C21A; Sat, 22 Jul 2000 02:47:32 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA25312; Sat, 22 Jul 2000 02:47:32 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007220947.CAA25312@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Sat, 22 Jul 2000 02:47:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/wine Makefile ports/emulators/wine/files md5 ports/emulators/wine/patches patch-gb patch-gc ports/emulators/wine/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/22 02:47:32 PDT Modified files: emulators/wine Makefile emulators/wine/files md5 emulators/wine/patches patch-gb emulators/wine/pkg PLIST Removed files: emulators/wine/patches patch-gc Log: Update to 2000.07.16 snapshot. Problems with XFree86 4.0.0 discovered, one is encouraged to update to 4.0.1, if one really wants to use XFree86-4. PR: 19979 Submitted by: maintainer Revision Changes Path 1.87 +5 -6 ports/emulators/wine/Makefile 1.51 +1 -2 ports/emulators/wine/files/md5 1.2 +10 -17 ports/emulators/wine/patches/patch-gb 1.9 +31 -1 ports/emulators/wine/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 3:23:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DED537B7C9; Sat, 22 Jul 2000 03:23:10 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA32134; Sat, 22 Jul 2000 03:23:10 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007221023.DAA32134@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Sat, 22 Jul 2000 03:23:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 pcm.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/22 03:23:07 PDT Modified files: share/man/man4 pcm.4 Log: Rework the FILES section to cover the list of common symbolic links in the /dev directory. Also cover this driver's quirky relationship with the MAKEDEV script. Revision Changes Path 1.16 +54 -13 src/share/man/man4/pcm.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 3:24:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5226E37B7F0; Sat, 22 Jul 2000 03:24:53 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA32468; Sat, 22 Jul 2000 03:24:53 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007221024.DAA32468@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Sat, 22 Jul 2000 03:24:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 pcm.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/22 03:24:52 PDT Modified files: (Branch: RELENG_4) share/man/man4 pcm.4 Log: MFC rev 1.16: rework FILES to cover symlinks and MAKEDEV Revision Changes Path 1.12.2.4 +54 -13 src/share/man/man4/pcm.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 3:28:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DD92A37B6FC; Sat, 22 Jul 2000 03:28:46 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA33088; Sat, 22 Jul 2000 03:28:46 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007221028.DAA33088@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Sat, 22 Jul 2000 03:28:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/scsh Makefile ports/shells/scsh/files md5 ports/shells/scsh/pkg PLIST.doc PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/22 03:28:46 PDT Modified files: shells/scsh Makefile shells/scsh/files md5 shells/scsh/pkg PLIST Added files: shells/scsh/pkg PLIST.doc Log: - Update to 0.5.2 - Add NOPORTDOCS hunks Revision Changes Path 1.16 +14 -9 ports/shells/scsh/Makefile 1.3 +1 -1 ports/shells/scsh/files/md5 1.3 +4 -50 ports/shells/scsh/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 3:32:52 2000 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 1360837B866; Sat, 22 Jul 2000 03:32:46 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id MAA65021; Sat, 22 Jul 2000 12:32:04 +0200 (CEST) (envelope-from des@flood.ping.uio.no) To: Greg Lehey <grog@lemis.com> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fetch fetch.c References: <200007211423.HAA63101@freefall.freebsd.org> <20000722101708.D71182@wantadilla.lemis.com> From: Dag-Erling Smorgrav <des@flood.ping.uio.no> Date: 22 Jul 2000 12:32:03 +0200 In-Reply-To: Greg Lehey's message of "Sat, 22 Jul 2000 10:17:08 +0930" Message-ID: <xzp66pymp5o.fsf@flood.ping.uio.no> Lines: 11 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greg Lehey <grog@lemis.com> writes: > On Friday, 21 July 2000 at 7:23:22 -0700, Dag-Erling Smorgrav wrote: > > Log: > > MFC: don't print summary in quiet mode (cosmetic) > Approved by? jkh. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 3:44:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D8F4537B7F0; Sat, 22 Jul 2000 03:44:53 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA35814; Sat, 22 Jul 2000 03:44:53 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Message-Id: <200007221044.DAA35814@freefall.freebsd.org> From: "Vanilla I. Shu" <vanilla@FreeBSD.org> Date: Sat, 22 Jul 2000 03:44:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/p5-Crypt-CBC Makefile ports/security/p5-Crypt-CBC/files md5 ports/security/p5-Crypt-CBC/pkg PLIST ports/databases/p5-DBI Makefile ports/databases/p5-DBI/files md5 ports/databases/p5-DBI/pkg PLIST ports/devel/p5-Date-Manip ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2000/07/22 03:44:53 PDT Modified files: security/p5-Crypt-CBC Makefile security/p5-Crypt-CBC/files md5 security/p5-Crypt-CBC/pkg PLIST databases/p5-DBI Makefile databases/p5-DBI/files md5 databases/p5-DBI/pkg PLIST devel/p5-Date-Manip Makefile devel/p5-Date-Manip/files md5 devel/p5-Devel-Symdump Makefile devel/p5-Devel-Symdump/files md5 irc/p5-IRC Makefile irc/p5-IRC/files md5 misc/p5-Locale-Codes Makefile misc/p5-Locale-Codes/files md5 mail/p5-MIME-Lite Makefile mail/p5-MIME-Lite/files md5 www/p5-ParallelUA Makefile www/p5-ParallelUA/files md5 www/p5-ParallelUA/pkg PLIST net/p5-URI Makefile net/p5-URI/files md5 Log: Update p5-Crypt-CBC => 1.25 p5-DBI => 1.14 p5-Date-Manip => 5.38 p5-Devel-Symdump => 2.01 p5-IRC => 0.70 p5-Locale-Codes => 1.02 p5-MIME-Lite => 2.101 p5-ParallelUA => 2.49 p5-URI => 1.07 Revision Changes Path 1.7 +3 -3 ports/security/p5-Crypt-CBC/Makefile 1.3 +1 -1 ports/security/p5-Crypt-CBC/files/md5 1.3 +1 -1 ports/security/p5-Crypt-CBC/pkg/PLIST 1.29 +3 -2 ports/databases/p5-DBI/Makefile 1.13 +1 -1 ports/databases/p5-DBI/files/md5 1.16 +2 -0 ports/databases/p5-DBI/pkg/PLIST 1.15 +2 -2 ports/devel/p5-Date-Manip/Makefile 1.7 +1 -1 ports/devel/p5-Date-Manip/files/md5 1.9 +2 -2 ports/devel/p5-Devel-Symdump/Makefile 1.2 +1 -1 ports/devel/p5-Devel-Symdump/files/md5 1.10 +2 -2 ports/irc/p5-IRC/Makefile 1.5 +1 -1 ports/irc/p5-IRC/files/md5 1.8 +4 -3 ports/misc/p5-Locale-Codes/Makefile 1.3 +1 -1 ports/misc/p5-Locale-Codes/files/md5 1.6 +2 -2 ports/mail/p5-MIME-Lite/Makefile 1.3 +1 -1 ports/mail/p5-MIME-Lite/files/md5 1.18 +2 -2 ports/www/p5-ParallelUA/Makefile 1.7 +1 -1 ports/www/p5-ParallelUA/files/md5 1.5 +1 -0 ports/www/p5-ParallelUA/pkg/PLIST 1.11 +6 -7 ports/net/p5-URI/Makefile 1.5 +1 -1 ports/net/p5-URI/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 3:47:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E0CD637B769; Sat, 22 Jul 2000 03:47:53 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA36314; Sat, 22 Jul 2000 03:47:53 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007221047.DAA36314@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Sat, 22 Jul 2000 03:47:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/russian/apache13-modssl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/22 03:47:53 PDT Modified files: russian/apache13-modssl Makefile Log: Don't set PKGNAMEPREFX, it's done by ../Makefile.inc Requested by: PW Revision Changes Path 1.3 +1 -2 ports/russian/apache13-modssl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 3:59:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 44BAE37B6F9; Sat, 22 Jul 2000 03:59:37 -0700 (PDT) (envelope-from se@FreeBSD.org) Received: (from se@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA37833; Sat, 22 Jul 2000 03:59:37 -0700 (PDT) (envelope-from se@FreeBSD.org) Message-Id: <200007221059.DAA37833@freefall.freebsd.org> From: Stefan Esser <se@FreeBSD.org> Date: Sat, 22 Jul 2000 03:59:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/expr expr.y X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG se 2000/07/22 03:59:37 PDT Modified files: bin/expr expr.y Log: Add overflow tests Revision Changes Path 1.16 +77 -4 src/bin/expr/expr.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 4:44:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FB9F37C241; Sat, 22 Jul 2000 04:44:50 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA45412; Sat, 22 Jul 2000 04:44:50 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <200007221144.EAA45412@freefall.freebsd.org> From: Wolfram Schneider <wosch@FreeBSD.org> Date: Sat, 22 Jul 2000 04:44:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/copyright daemon.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wosch 2000/07/22 04:44:49 PDT Modified files: en/copyright daemon.sgml Log: Typo on http://www.freebsd.org/copyright/daemon.html - John's last name is spelled Lasseter. Submitted by: Ren Sauceda <kvsauceda@lbl.gov> Revision Changes Path 1.17 +3 -3 www/en/copyright/daemon.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 4:49:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EFDA37C204; Sat, 22 Jul 2000 04:49:27 -0700 (PDT) (envelope-from se@FreeBSD.org) Received: (from se@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA45949; Sat, 22 Jul 2000 04:49:27 -0700 (PDT) (envelope-from se@FreeBSD.org) Message-Id: <200007221149.EAA45949@freefall.freebsd.org> From: Stefan Esser <se@FreeBSD.org> Date: Sat, 22 Jul 2000 04:49:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/printf printf.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG se 2000/07/22 04:49:26 PDT Modified files: (Branch: RELENG_4) usr.bin/printf printf.c Log: MFC: support 64bit integer operands Revision Changes Path 1.12.6.2 +18 -15 src/usr.bin/printf/printf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 4:49:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC7CC37C38C; Sat, 22 Jul 2000 04:49:35 -0700 (PDT) (envelope-from se@FreeBSD.org) Received: (from se@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA45979; Sat, 22 Jul 2000 04:49:35 -0700 (PDT) (envelope-from se@FreeBSD.org) Message-Id: <200007221149.EAA45979@freefall.freebsd.org> From: Stefan Esser <se@FreeBSD.org> Date: Sat, 22 Jul 2000 04:49:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/expr expr.y X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG se 2000/07/22 04:49:35 PDT Modified files: (Branch: RELENG_4) bin/expr expr.y Log: MFC: support 64bit integer operands Revision Changes Path 1.14.2.1 +30 -31 src/bin/expr/expr.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 4:49:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DA69737C230; Sat, 22 Jul 2000 04:49:45 -0700 (PDT) (envelope-from se@FreeBSD.org) Received: (from se@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA46038; Sat, 22 Jul 2000 04:49:45 -0700 (PDT) (envelope-from se@FreeBSD.org) Message-Id: <200007221149.EAA46038@freefall.freebsd.org> From: Stefan Esser <se@FreeBSD.org> Date: Sat, 22 Jul 2000 04:49:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/test test.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG se 2000/07/22 04:49:45 PDT Modified files: (Branch: RELENG_4) bin/test test.c Log: MFC: support 64bit integer operands Revision Changes Path 1.29.2.1 +51 -7 src/bin/test/test.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 6: 5:34 2000 Delivered-To: cvs-all@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id F3E8D37B894 for <cvs-all@freebsd.org>; Sat, 22 Jul 2000 06:05:29 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:FLKYytoQr10JTm8Vb57RArkmkIQMoyOV@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.3/3.7Wpl2) with ESMTP id WAA11898; Sat, 22 Jul 2000 22:05:28 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:y2LMFcpYC9MZaDc8cfXxqbz5SD5pZPnP@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.9.3+3.2W/3.7W/zodiac-May2000) with ESMTP id WAA28038; Sat, 22 Jul 2000 22:12:19 +0900 (JST) Message-Id: <200007221312.WAA28038@zodiac.mech.utsunomiya-u.ac.jp> To: "Jordan K. Hubbard" <jkh@zippy.osd.bsdi.com> Cc: cvs-all@FreeBSD.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: cvs commit: src/sys/isa psm.c In-reply-to: Your message of "Sat, 22 Jul 2000 01:07:20 MST." <7851.964253240@localhost> References: <7851.964253240@localhost> Date: Sat, 22 Jul 2000 22:12:18 +0900 From: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Um, we had better wait for a while to see if we can declare the problem has gone... Kazu >Thank you! Man, you don't know what sheer relief it is to have >this bug gone. I was starting to live in fear of my mouse. :-) > >- Jordan > >> yokota 2000/07/21 21:09:23 PDT >> >> Modified files: (Branch: RELENG_4) >> sys/isa psm.c >> Log: >> MFC: try to fix "psmintr out of sync..." >> >> Approved by: jkh >> >> Revision Changes Path >> 1.23.2.3 +10 -14 src/sys/isa/psm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 6:50:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F5A337C241; Sat, 22 Jul 2000 06:50:19 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA57673; Sat, 22 Jul 2000 06:50:19 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200007221350.GAA57673@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> Date: Sat, 22 Jul 2000 06:50:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/07/22 06:50:19 PDT Modified files: . modules Log: cdif --> ports/textproc/cdif Revision Changes Path 1.1444 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 6:51:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2350E37B94A; Sat, 22 Jul 2000 06:51:23 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA57758; Sat, 22 Jul 2000 06:51:23 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200007221351.GAA57758@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> Date: Sat, 22 Jul 2000 06:51:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/cdif - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/07/22 06:51:23 PDT ports/textproc/cdif - Imported sources Update of /home/ncvs/ports/textproc/cdif In directory freefall.freebsd.org:/d/home/sanpei/cdif Log Message: Initial import of cdif-1.15 word context diff tool. Status: Vendor Tag: CDIF_1_15 Release Tags: sanpei N ports/textproc/cdif/Makefile N ports/textproc/cdif/files/md5 N ports/textproc/cdif/pkg/PLIST N ports/textproc/cdif/pkg/DESCR N ports/textproc/cdif/pkg/COMMENT No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 6:55:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 42AED37B659; Sat, 22 Jul 2000 06:55:19 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA58116; Sat, 22 Jul 2000 06:55:19 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200007221355.GAA58116@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> Date: Sat, 22 Jul 2000 06:55:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/07/22 06:55:18 PDT Modified files: textproc Makefile Log: Activate cdif. Revision Changes Path 1.103 +2 -1 ports/textproc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 7:14:30 2000 Delivered-To: cvs-all@freebsd.org Received: from peace.mahoroba.org (peace.calm.imasy.or.jp [202.227.26.34]) by hub.freebsd.org (Postfix) with ESMTP id 5C4E937B648; Sat, 22 Jul 2000 07:14:22 -0700 (PDT) (envelope-from ume@mahoroba.org) Received: from localhost (IDENT:si1j5R0fc1NRtaarJMc03f/prQPZtQz6G8vSvT/p3MMJxxCmjGUlJDfA+MvIXFf3@localhost [::1]) (authenticated) by peace.mahoroba.org (8.10.2/3.7W-peace) with ESMTP id e6MEAVh59402; Sat, 22 Jul 2000 23:10:32 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Sat, 22 Jul 2000 23:10:28 +0900 (JST) Message-Id: <20000722.231028.63076890.ume@mahoroba.org> To: jruigrok@via-net-works.nl Cc: imp@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access From: Hajimu UMEMOTO <ume@mahoroba.org> In-Reply-To: <20000722094102.A11972@lucifer.bart.nl> References: <200007212143.OAA54116@freefall.freebsd.org> <20000722094102.A11972@lucifer.bart.nl> X-Mailer: xcite1.20> Mew version 1.95b38 on Emacs 20.6 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= X-PGP-Public-Key: http://www.imasy.org/~ume/publickey.asc X-PGP-Fingerprint: 6B 0C 53 FC 5D D0 37 91 05 D0 B3 EF 36 9B 6A BC X-URL: http://www.imasy.org/~ume/ X-OS: FreeBSD 5.0-CURRENT Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> On Sat, 22 Jul 2000 09:41:02 +0200 >>>>> Jeroen Ruigrok van der Werven <jruigrok@via-net-works.nl> said: jruigrok> -On [20000721 23:45], Warner Losh (imp@FreeBSD.org) wrote: > Log: > Add Atsushi Onoe-san as a committer. He'll be maintaining the awi > driver and working on some other things. I'll be his mentor. jruigrok> Welcome Onoe-san. Welcome Onoe-san! jruigrok> I have seen you post a lot on the NetBSD lists. Nice to see you jruigrok> maintain the awi driver. =) He is also IPv6 guru. :-) -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 7:24:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C802237C281; Sat, 22 Jul 2000 07:24:34 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA62200; Sat, 22 Jul 2000 07:24:34 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200007221424.HAA62200@freefall.freebsd.org> From: Daniel Harris <dannyboy@FreeBSD.org> Date: Sat, 22 Jul 2000 07:24:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/majorcool Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/07/22 07:24:34 PDT Modified files: mail/majorcool Makefile Log: Fix MASTER_SITES. PR: 20096 Submitted by: Trevor Johnson <trevor@jpj.net> Revision Changes Path 1.16 +3 -3 ports/mail/majorcool/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 7:46:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8653537B52C; Sat, 22 Jul 2000 07:46:49 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA64393; Sat, 22 Jul 2000 07:46:49 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200007221446.HAA64393@freefall.freebsd.org> From: "Andrey A. Chernov" <ache@FreeBSD.org> Date: Sat, 22 Jul 2000 07:46:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/cfs Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/07/22 07:46:49 PDT Modified files: security/cfs Makefile Log: Install cfsd.sh script only if not already installed Revision Changes Path 1.11 +5 -3 ports/security/cfs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 7:54:37 2000 Delivered-To: cvs-all@freebsd.org Received: from tinker.exit.com (exit-gw.power.net [207.151.46.196]) by hub.freebsd.org (Postfix) with ESMTP id D62A237B52C; Sat, 22 Jul 2000 07:54:32 -0700 (PDT) (envelope-from frank@exit.com) Received: from realtime.exit.com (realtime.exit.com [206.223.0.5]) by tinker.exit.com (8.9.3/8.9.3) with ESMTP id HAA91440; Sat, 22 Jul 2000 07:54:32 -0700 (PDT) (envelope-from frank@exit.com) Received: (from frank@localhost) by realtime.exit.com (8.9.3/8.9.3) id HAA62108; Sat, 22 Jul 2000 07:54:31 -0700 (PDT) (envelope-from frank) From: Frank Mayhar <frank@exit.com> Message-Id: <200007221454.HAA62108@realtime.exit.com> Subject: Re: cvs commit: src/sys/isa psm.c In-Reply-To: <7851.964253240@localhost> from "Jordan K. Hubbard" at "Jul 22, 2000 01:07:20 am" To: "Jordan K. Hubbard" <jkh@zippy.osd.bsdi.com> Date: Sat, 22 Jul 2000 07:54:31 -0700 (PDT) Cc: Kazutaka YOKOTA <yokota@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Reply-To: frank@exit.com Organization: Exit Consulting X-Copyright0: Copyright 2000 Frank Mayhar. All Rights Reserved. X-Copyright1: Permission granted for electronic reproduction as Usenet News or email only. X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jordan K. Hubbard wrote: > Thank you! Man, you don't know what sheer relief it is to have > this bug gone. I was starting to live in fear of my mouse. :-) My thanks as well. This means it's time to rebuild and reboot. :-) -- Frank Mayhar frank@exit.com http://www.exit.com/ Exit Consulting http://store.exit.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 8:36:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F30C637B996; Sat, 22 Jul 2000 08:36:37 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA70891; Sat, 22 Jul 2000 08:36:37 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007221536.IAA70891@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Sat, 22 Jul 2000 08:36:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen sysctl.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/22 08:36:37 PDT Modified files: lib/libc/gen sysctl.3 Log: Remove the reference to KERN_UPDATEINTERVAL and syncer(4), since KERN_UPDATEINTERVAL can't be used to control sched_sync(). In fact, there's no easy way to control the syncer with sysctls. Reported by: bde Revision Changes Path 1.37 +1 -7 src/lib/libc/gen/sysctl.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 8:40:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 51A4337B659; Sat, 22 Jul 2000 08:40:31 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA71454; Sat, 22 Jul 2000 08:40:30 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200007221540.IAA71454@freefall.freebsd.org> From: Sheldon Hearn <sheldonh@FreeBSD.org> Date: Sat, 22 Jul 2000 08:40:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen sysctl.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/07/22 08:40:29 PDT Modified files: (Branch: RELENG_4) lib/libc/gen sysctl.3 Log: MFC rev 1.37: remove reference to KERN_UPDATEINTERVAL and syncer(4). Revision Changes Path 1.33.2.4 +1 -7 src/lib/libc/gen/sysctl.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 9:37:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 019C737B9FC; Sat, 22 Jul 2000 09:37:49 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA83791; Sat, 22 Jul 2000 09:37:48 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007221637.JAA83791@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Sat, 22 Jul 2000 09:37:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/pwgen Makefile ports/sysutils/pwgen/files md5 ports/sysutils/pwgen/patches patch-aa ports/sysutils/pwgen/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/22 09:37:40 PDT Modified files: sysutils Makefile Added files: sysutils/pwgen Makefile sysutils/pwgen/files md5 sysutils/pwgen/patches patch-aa sysutils/pwgen/pkg COMMENT DESCR PLIST Log: Add pwgen 1.15, a password generator with various options which influence the security of the password. Revision Changes Path 1.127 +2 -1 ports/sysutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 9:38:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E43ED37B9FC; Sat, 22 Jul 2000 09:38:05 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA83948; Sat, 22 Jul 2000 09:38:05 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200007221638.JAA83948@freefall.freebsd.org> From: Alexander Langer <alex@FreeBSD.org> Date: Sat, 22 Jul 2000 09:38:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/07/22 09:38:05 PDT Modified files: . modules Log: pwgen --> ports/sysutils/pwgen Revision Changes Path 1.1445 +2 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 9:43:32 2000 Delivered-To: cvs-all@freebsd.org Received: from mout2.silyn-tek.de (mout2.silyn-tek.de [194.25.165.70]) by hub.freebsd.org (Postfix) with ESMTP id 9142B37B9C2; Sat, 22 Jul 2000 09:43:24 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.33] (helo=mx1.silyn-tek.de) by mout2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13G2N1-0007hC-00; Sat, 22 Jul 2000 18:43:23 +0200 Received: from p3e9c1151.dip0.t-ipconnect.de ([62.156.17.81] helo=neutron.cichlids.com) by mx1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13G2Mx-000694-00; Sat, 22 Jul 2000 18:43:19 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 2D029AB91; Sat, 22 Jul 2000 18:45:07 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id E9A5A14BAE; Sat, 22 Jul 2000 18:43:23 +0200 (CEST) Date: Sat, 22 Jul 2000 18:43:23 +0200 From: Alexander Langer <alex@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/pwgen Makefile ports/sysutils/pwgen/files md5 ports/sysutils/pwgen/patches patch-aa ports/sysutils/pwgen/pkg COMMENT DESCR PLIST Message-ID: <20000722184323.A19166@cichlids.cichlids.com> References: <200007221637.JAA83791@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200007221637.JAA83791@freefall.freebsd.org>; from alex@FreeBSD.org on Sat, Jul 22, 2000 at 09:37:48AM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Alexander Langer (alex@FreeBSD.org): > Log: > Add pwgen 1.15, a password generator with various options which influence > the security of the password. ARGH! I again forgot to add: PR: 20106 Submitted by: Oddbjorn Steffensen <oddbjorn@tricknology.org> I think I'm going to patch addport :) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 9:49:22 2000 Delivered-To: cvs-all@freebsd.org Received: from mercury.mich.com (mercury.mich.com [64.79.64.32]) by hub.freebsd.org (Postfix) with ESMTP id 8E6F537B75F; Sat, 22 Jul 2000 09:49:17 -0700 (PDT) (envelope-from will@almanac.yi.org) Received: from argon.gryphonsoft.com (pm001-043.dialup.bignet.net [64.79.80.43]) by mercury.mich.com (8.9.3/8.9.3) with ESMTP id MAA04726; Sat, 22 Jul 2000 12:48:02 -0400 Received: by argon.gryphonsoft.com (Postfix, from userid 1000) id 41CDF197E; Sat, 22 Jul 2000 12:46:26 -0400 (EDT) Date: Sat, 22 Jul 2000 12:46:26 -0400 From: Will Andrews <andrews@technologist.com> To: Alexander Langer <alex@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/pwgen Makefile ports/sysutils/pwgen/files md5 ports/sysutils/pwgen/patches patch-aa ports/sysutils/pwgen/pkg COMMENT DESCR PLIST Message-ID: <20000722124626.U36849@argon.gryphonsoft.com> References: <200007221637.JAA83791@freefall.freebsd.org> <20000722184323.A19166@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000722184323.A19166@cichlids.cichlids.com>; from alex@FreeBSD.org on Sat, Jul 22, 2000 at 06:43:23PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 22, 2000 at 06:43:23PM +0200, Alexander Langer wrote: > PR: 20106 > Submitted by: Oddbjorn Steffensen <oddbjorn@tricknology.org> > > I think I'm going to patch addport :) You may send me patches. However, realize that easy-import would not have filled these in for you, so you have no ground to complain that addport does not do it for you. 8) -- Will Andrews <andrewsw@purdue.edu> <will@FreeBSD.org> GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 10: 2:55 2000 Delivered-To: cvs-all@freebsd.org Received: from mout2.silyn-tek.de (mout2.silyn-tek.de [194.25.165.70]) by hub.freebsd.org (Postfix) with ESMTP id DA41837BA64; Sat, 22 Jul 2000 10:02:49 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.33] (helo=mx1.silyn-tek.de) by mout2.silyn-tek.de with esmtp (Exim 3.13 #1) id 13G2fo-0007jP-00; Sat, 22 Jul 2000 19:02:48 +0200 Received: from p3e9c1151.dip0.t-ipconnect.de ([62.156.17.81] helo=neutron.cichlids.com) by mx1.silyn-tek.de with esmtp (Exim 3.13 #1) id 13G2fo-0006Zm-00; Sat, 22 Jul 2000 19:02:48 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 894ECAB91; Sat, 22 Jul 2000 19:04:39 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id B664214BAF; Sat, 22 Jul 2000 19:02:59 +0200 (CEST) Date: Sat, 22 Jul 2000 19:02:59 +0200 From: Alexander Langer <alex@FreeBSD.org> To: Will Andrews <andrews@technologist.com> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/pwgen Makefile ports/sysutils/pwgen/files md5 ports/sysutils/pwgen/patches patch-aa ports/sysutils/pwgen/pkg COMMENT DESCR PLIST Message-ID: <20000722190259.B19576@cichlids.cichlids.com> References: <200007221637.JAA83791@freefall.freebsd.org> <20000722184323.A19166@cichlids.cichlids.com> <20000722124626.U36849@argon.gryphonsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000722124626.U36849@argon.gryphonsoft.com>; from andrews@technologist.com on Sat, Jul 22, 2000 at 12:46:26PM -0400 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Will Andrews (andrews@technologist.com): > You may send me patches. However, realize that easy-import would not > have filled these in for you, so you have no ground to complain that > addport does not do it for you. 8) Yes, I'm working on it. I'm also going to FIX the -n flag, which is no-op at the moment and therefore kinda annoying :) (/me looks at nbm :-]) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 10: 8:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A19137B798; Sat, 22 Jul 2000 10:08:53 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA37521; Sat, 22 Jul 2000 10:08:53 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200007221708.KAA37521@freefall.freebsd.org> From: Poul-Henning Kamp <phk@FreeBSD.org> Date: Sat, 22 Jul 2000 10:08:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/musycc musycc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/07/22 10:08:52 PDT Modified files: sys/dev/musycc musycc.c Log: Add transmit buffer limitation depending on actual bandwidth. Add unframed E1 mode. Various cleanup. Revision Changes Path 1.5 +160 -113 src/sys/dev/musycc/musycc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 12:27:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6003B37B92E; Sat, 22 Jul 2000 12:27:17 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA92261; Sat, 22 Jul 2000 12:27:17 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200007221927.MAA92261@freefall.freebsd.org> From: Satoshi Asami <asami@FreeBSD.org> Date: Sat, 22 Jul 2000 12:27:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports INDEX X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/07/22 12:27:17 PDT Modified files: . INDEX Log: New index, with 3,613 (prime!) ports. Revision Changes Path 1.287 +19 -11 ports/INDEX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 13:11:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E7FCC37BB18; Sat, 22 Jul 2000 13:11:07 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA06191; Sat, 22 Jul 2000 13:11:07 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007222011.NAA06191@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Sat, 22 Jul 2000 13:11:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dhclient Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/22 13:11:03 PDT Modified files: (Branch: RELENG_4) sbin/dhclient Makefile Log: MFC: rev 1.9 (enhanced PATH) Approved by: JKH Revision Changes Path 1.6.2.3 +2 -2 src/sbin/dhclient/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 13:55:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 523CF37BB32; Sat, 22 Jul 2000 13:55:27 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA21040; Sat, 22 Jul 2000 13:55:27 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200007222055.NAA21040@freefall.freebsd.org> From: Akinori MUSHA <knu@FreeBSD.org> Date: Sat, 22 Jul 2000 13:55:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/vmware2 Makefile ports/emulators/vmware2/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/07/22 13:55:27 PDT Modified files: emulators/vmware2 Makefile emulators/vmware2/files md5 Log: Update to 2.0.2 release candidate, build 621. Use it at your own risk, as it is supposed to be of beta quality. FYI, vmmon/vmnet hasn't been changed at all since 2.0.1 release. Revision Changes Path 1.18 +2 -2 ports/emulators/vmware2/Makefile 1.7 +1 -1 ports/emulators/vmware2/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 15: 2:17 2000 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 075E837BB3B; Sat, 22 Jul 2000 15:02:10 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id PAA46582; Sat, 22 Jul 2000 15:02:02 -0700 (PDT) (envelope-from obrien) Date: Sat, 22 Jul 2000 15:02:02 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Archie Cobbs <archie@whistle.com> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/ifconfig ifconfig.c Message-ID: <20000722150202.B46281@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20000719154701.A28722@dragon.nuxi.com> <200007192314.QAA68878@bubba.whistle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007192314.QAA68878@bubba.whistle.com>; from archie@whistle.com on Wed, Jul 19, 2000 at 04:14:46PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Jul 19, 2000 at 04:14:46PM -0700, Archie Cobbs wrote: > David O'Brien writes: > > Since there is some opposition to this, can it be backed out of RELENG_4 > > for 4.1-R to give it more time to be discussed? > > You're talking about "ifconfig" == "ifconfig -a" right..? > > I'm happy with whatever everybody else wants. Seems to me a > lot of people liked it though. Since you got people that strongly spoke up, can we remove this from 4.1-R? -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 15: 8:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BED0F37BB8D; Sat, 22 Jul 2000 15:08:39 -0700 (PDT) (envelope-from jwd@FreeBSD.org) Received: (from jwd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA28293; Sat, 22 Jul 2000 15:08:39 -0700 (PDT) (envelope-from jwd@FreeBSD.org) Message-Id: <200007222208.PAA28293@freefall.freebsd.org> From: "John W. De Boskey" <jwd@FreeBSD.org> Date: Sat, 22 Jul 2000 15:08:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/date date.1 date.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jwd 2000/07/22 15:08:39 PDT Modified files: bin/date date.1 date.c Log: Expand the -r option to support hex. Though undocumented, the -r option already supported octal. Add a comment to the -r option in the man page so it's a bit more specific. Discrepancy brought to my attention by: sasdrq@unx.sas.com Approved by: jkh Revision Changes Path 1.45 +2 -2 src/bin/date/date.1 1.34 +3 -2 src/bin/date/date.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 16:43:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A0B337B524; Sat, 22 Jul 2000 16:43:54 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA36091; Sat, 22 Jul 2000 16:43:54 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007222343.QAA36091@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Sat, 22 Jul 2000 16:43:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/22 16:43:54 PDT Modified files: release/scripts print-cdrom-packages.sh Log: More highly popular packages from the 1998 poll done on -newbies. Approved by: JKH Revision Changes Path 1.5 +27 -1 src/release/scripts/print-cdrom-packages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 16:46:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F25437B569; Sat, 22 Jul 2000 16:46:07 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA36293; Sat, 22 Jul 2000 16:46:07 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200007222346.QAA36293@freefall.freebsd.org> From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Sat, 22 Jul 2000 16:46:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/07/22 16:46:07 PDT Added files: (Branch: RELENG_4) release/scripts print-cdrom-packages.sh Log: MFC: rev 1.4: script to print out the list of "minimum required packages" Approved by: JKH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 17: 6:37 2000 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 4776737B569; Sat, 22 Jul 2000 17:06:32 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id RAA47181; Sat, 22 Jul 2000 17:06:30 -0700 (PDT) (envelope-from obrien) Date: Sat, 22 Jul 2000 17:06:30 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Brian Fundakowski Feldman <green@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20000722170630.A47088@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <xzpya2xffvr.fsf@flood.ping.uio.no> <Pine.BSF.4.21.0007200347510.1758-100000@green.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <Pine.BSF.4.21.0007200347510.1758-100000@green.dyndns.org>; from green@FreeBSD.org on Thu, Jul 20, 2000 at 03:53:53AM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Jul 20, 2000 at 03:53:53AM -0400, Brian Fundakowski Feldman wrote: > > This is arguably a bug in install(1), which should have an option to > > save a backup copy. > > I'd rather not make install(1) even more of a superset of the original > than it is. Why? DES's request sounds quite reasonable and would be useful in parts of our installation process. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 17:20:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 027C137B5BD; Sat, 22 Jul 2000 17:20:57 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA39577; Sat, 22 Jul 2000 17:20:56 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <200007230020.RAA39577@freefall.freebsd.org> From: Marcel Moolenaar <marcel@FreeBSD.org> Date: Sat, 22 Jul 2000 17:20:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/07/22 17:20:56 PDT Modified files: . Makefile.inc1 Log: Don't save cp(1) in installworld. Its use has been replaced by a use of install. Revision Changes Path 1.160 +2 -2 src/Makefile.inc1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 17:29:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3ACAB37B569; Sat, 22 Jul 2000 17:29:52 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA40813; Sat, 22 Jul 2000 17:29:52 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <200007230029.RAA40813@freefall.freebsd.org> From: Marcel Moolenaar <marcel@FreeBSD.org> Date: Sat, 22 Jul 2000 17:29:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/linux_kdump Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marcel 2000/07/22 17:29:52 PDT Modified files: devel/linux_kdump Makefile Log: Remove the ftp.scc.nl mirror. Revision Changes Path 1.16 +2 -3 ports/devel/linux_kdump/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 18:50:47 2000 Delivered-To: cvs-all@freebsd.org Received: from mail.hiwaay.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id A152C37B705; Sat, 22 Jul 2000 18:50:41 -0700 (PDT) (envelope-from steve@hiwaay.net) Received: from hiwaay.net (tnt6-216-180-4-58.dialup.HiWAAY.net [216.180.4.58]) by mail.hiwaay.net (8.11.0/8.11.0) with ESMTP id e6N1odP25374; Sat, 22 Jul 2000 20:50:39 -0500 (CDT) Received: (from steve@localhost) by hiwaay.net (8.9.3/8.9.3) id UAA38262; Sat, 22 Jul 2000 20:50:38 -0500 (CDT) (envelope-from steve) Date: Sat, 22 Jul 2000 20:50:37 -0500 From: Steve Price <sprice@hiwaay.net> To: "David E. O'Brien" <obrien@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh Message-ID: <20000722205036.B5963@bonsai.hiwaay.net> References: <200007222343.QAA36091@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200007222343.QAA36091@freefall.freebsd.org>; from obrien@FreeBSD.org on Sat, Jul 22, 2000 at 04:43:54PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 22, 2000 at 04:43:54PM -0700, David E. O'Brien wrote: # obrien 2000/07/22 16:43:54 PDT # # Modified files: # release/scripts print-cdrom-packages.sh # Log: # More highly popular packages from the 1998 poll done on -newbies. # # Approved by: JKH # # Revision Changes Path # 1.5 +27 -1 src/release/scripts/print-cdrom-packages.sh Just out of curiousity, do we really need three versions of ncftp? +CDROM_SET_1="${CDROM_SET_1} ftp/ncftp" +CDROM_SET_1="${CDROM_SET_1} ftp/ncftp2" +CDROM_SET_1="${CDROM_SET_1} ftp/ncftp3" Also it might make life a bit easier if there were some order to the ... well, err, ... the order of this list. :) You'll also need this patch to fix a couple of typos. -steve Index: print-cdrom-packages.sh =================================================================== RCS file: /home/ncvs/src/release/scripts/print-cdrom-packages.sh,v retrieving revision 1.5 diff -u -r1.5 print-cdrom-packages.sh --- print-cdrom-packages.sh 2000/07/22 23:43:53 1.5 +++ print-cdrom-packages.sh 2000/07/23 01:45:38 @@ -82,13 +82,13 @@ CDROM_SET_1="${CDROM_SET_1} www/netscape47-navigator" CDROM_SET_1="${CDROM_SET_1} www/lynx" CDROM_SET_1="${CDROM_SET_1} print/acroread" -CDROM_SET_1="${CDROM_SET_1} print/xpdf" CDROM_SET_1="${CDROM_SET_1} print/gv" CDROM_SET_1="${CDROM_SET_1} print/ghostview" +CDROM_SET_1="${CDROM_SET_1} graphics/xpdf" CDROM_SET_1="${CDROM_SET_1} graphics/xv" CDROM_SET_1="${CDROM_SET_1} mail/fetchmail" CDROM_SET_1="${CDROM_SET_1} mail/mutt" -CDROM_SET_1="${CDROM_SET_1} mail/pine" +CDROM_SET_1="${CDROM_SET_1} mail/pine4" CDROM_SET_1="${CDROM_SET_1} mail/xfmail" CDROM_SET_1="${CDROM_SET_1} news/tin" CDROM_SET_1="${CDROM_SET_1} news/slrn" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 19: 1:38 2000 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id B122637B550; Sat, 22 Jul 2000 19:01:32 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id TAA49999; Sat, 22 Jul 2000 19:01:28 -0700 (PDT) (envelope-from obrien) Date: Sat, 22 Jul 2000 19:01:28 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Steve Price <sprice@hiwaay.net> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/scripts print-cdrom-packages.sh Message-ID: <20000722190128.A48362@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200007222343.QAA36091@freefall.freebsd.org> <20000722205036.B5963@bonsai.hiwaay.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000722205036.B5963@bonsai.hiwaay.net>; from sprice@hiwaay.net on Sat, Jul 22, 2000 at 08:50:37PM -0500 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, Jul 22, 2000 at 08:50:37PM -0500, Steve Price wrote: > # > # Modified files: > # release/scripts print-cdrom-packages.sh > # Log: > # More highly popular packages from the 1998 poll done on -newbies. > # > # Approved by: JKH > # > # Revision Changes Path > # 1.5 +27 -1 src/release/scripts/print-cdrom-packages.sh > > Just out of curiosity, do we really need three versions of ncftp? > > +CDROM_SET_1="${CDROM_SET_1} ftp/ncftp" > +CDROM_SET_1="${CDROM_SET_1} ftp/ncftp2" > +CDROM_SET_1="${CDROM_SET_1} ftp/ncftp3" I know people that still use each version. :-( > Also it might make life a bit easier if there were some order to > the ... well, err, ... the order of this list. :) The order is of "popularity" or "importance". The list is now 182 items. jhb is testing to see how many MB this list + its dependencies takes up. I'm sure all of the Alpha packages on this list will not fit on disc1. > You'll also need this patch to fix a couple of typos. Just finish spell checking it, and will send a new version thru JKH later. -- -- David (obrien@FreeBSD.org) Disclaimer: Not speaking for FreeBSD, just expressing my own opinion. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 20: 5:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D7C3E37B705; Sat, 22 Jul 2000 20:05:38 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA54926; Sat, 22 Jul 2000 20:05:38 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200007230305.UAA54926@freefall.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Sat, 22 Jul 2000 20:05:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/07/22 20:05:38 PDT Modified files: (Branch: RELENG_4) . UPDATING Log: Minor clarifications: o this file applies to stable. o note historical nature of parts of this file more clearly so that people don't get confused about the non-optional nature of the kernel upgrade building instructions. Revision Changes Path 1.73.2.10 +7 -4 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 20:33:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BB6E37B521; Sat, 22 Jul 2000 20:33:28 -0700 (PDT) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA56573; Sat, 22 Jul 2000 20:33:28 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <200007230333.UAA56573@freefall.freebsd.org> From: Greg Lehey <grog@FreeBSD.org> Date: Sat, 22 Jul 2000 20:33:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2000/07/22 20:33:26 PDT Modified files: (Branch: RELENG_4) sys/modules Makefile Log: MFC 1.115: Enable building Vinum on alpha. Reminded-by: Bernd Walter <ticso@cicely.de> Approved-by: jkh Revision Changes Path 1.110.2.11 +3 -3 src/sys/modules/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 20:45:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A528637B521; Sat, 22 Jul 2000 20:45:20 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA57339; Sat, 22 Jul 2000 20:45:20 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200007230345.UAA57339@freefall.freebsd.org> From: John Baldwin <jhb@FreeBSD.org> Date: Sat, 22 Jul 2000 20:45:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall menus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/07/22 20:45:20 PDT Modified files: release/sysinstall menus.c Log: Oops, the moused disable option is now 6 instead of 4. Catch the menu text up to this. Submitted by: Valeriy E. Ushakov <uwe@ptc.spbu.ru> Revision Changes Path 1.267 +2 -2 src/release/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 21:49:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 345F937B565; Sat, 22 Jul 2000 21:49:44 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA62622; Sat, 22 Jul 2000 21:49:44 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Message-Id: <200007230449.VAA62622@freefall.freebsd.org> From: Nick Sayer <nsayer@FreeBSD.org> Date: Sat, 22 Jul 2000 21:49:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/apm apm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nsayer 2000/07/22 21:49:43 PDT Modified files: usr.sbin/apm apm.c Log: apm -d also needs a writable file descriptor. Revision Changes Path 1.24 +2 -2 src/usr.sbin/apm/apm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 22: 0:32 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id D5D6837B565; Sat, 22 Jul 2000 22:00:25 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id XAA13735; Sat, 22 Jul 2000 23:00:24 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id XAA15667; Sat, 22 Jul 2000 23:00:13 -0600 (MDT) Message-Id: <200007230500.XAA15667@harmony.village.org> Subject: Re: cvs commit: src UPDATING Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sat, 22 Jul 2000 20:05:38 PDT." <200007230305.UAA54926@freefall.freebsd.org> References: <200007230305.UAA54926@freefall.freebsd.org> Date: Sat, 22 Jul 2000 23:00:12 -0600 From: Warner Losh <imp@village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200007230305.UAA54926@freefall.freebsd.org> Warner Losh writes: : Minor clarifications: : o this file applies to stable. : o note historical nature of parts of this file more clearly so that : people don't get confused about the non-optional nature of the : kernel upgrade building instructions. Forgot: Approved by: jkh. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 22: 2:36 2000 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 32E4037B864; Sat, 22 Jul 2000 22:02:32 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id XAA13747; Sat, 22 Jul 2000 23:02:31 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id XAA15719; Sat, 22 Jul 2000 23:02:19 -0600 (MDT) Message-Id: <200007230502.XAA15719@harmony.village.org> To: Nick Sayer <nsayer@FreeBSD.org> Subject: Re: cvs commit: src/usr.sbin/apm apm.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sat, 22 Jul 2000 21:49:43 PDT." <200007230449.VAA62622@freefall.freebsd.org> References: <200007230449.VAA62622@freefall.freebsd.org> Date: Sat, 22 Jul 2000 23:02:19 -0600 From: Warner Losh <imp@village.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200007230449.VAA62622@freefall.freebsd.org> Nick Sayer writes: : nsayer 2000/07/22 21:49:43 PDT : Modified files: : usr.sbin/apm apm.c : Log: : apm -d also needs a writable file descriptor. If that's the case, then we need a MFC, since it is broken there. apm -d doesn't work on my laptop, so I didn't test it. :-( Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 22: 6:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B25737B842; Sat, 22 Jul 2000 22:06:39 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Received: (from cjh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA66113; Sat, 22 Jul 2000 22:06:39 -0700 (PDT) (envelope-from cjh@FreeBSD.org) Message-Id: <200007230506.WAA66113@freefall.freebsd.org> From: CHOI Junho <cjh@FreeBSD.org> Date: Sat, 22 Jul 2000 22:06:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/elm Makefile ports/korean/elm/pkg DESCR ports/korean/h2ps Makefile ports/korean/h2ps/pkg DESCR ports/korean/han Makefile ports/korean/hanemacs Makefile ports/korean/hanemacs/pkg DESCR ports/korean/hanyangfonts Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cjh 2000/07/22 22:06:38 PDT Modified files: korean/elm Makefile korean/elm/pkg DESCR korean/h2ps Makefile korean/h2ps/pkg DESCR korean/han Makefile korean/hanemacs Makefile korean/hanemacs/pkg DESCR korean/hanyangfonts Makefile korean/hanyangfonts/pkg DESCR korean/hcode Makefile korean/hcode/pkg DESCR korean/helvis Makefile korean/helvis/pkg DESCR korean/hmconv Makefile korean/hmconv/pkg DESCR korean/hpscat Makefile korean/hpscat/pkg DESCR korean/johabfonts Makefile korean/johabfonts/pkg DESCR korean/kaistfonts Makefile korean/kaistfonts/pkg DESCR korean/linuxdoc-sgml Makefile korean/linuxdoc-sgml/pkg DESCR korean/netscape3 Makefile korean/netscape3/pkg DESCR korean/nh2ps Makefile korean/nh2ps/pkg DESCR korean/nhpf Makefile korean/nhpf/pkg DESCR korean/pine Makefile korean/pine/pkg DESCR korean/pinetreefonts Makefile korean/pinetreefonts/pkg DESCR Log: distfile fix & reclaim maintainer to me Revision Changes Path 1.10 +3 -2 ports/korean/elm/Makefile 1.2 +1 -1 ports/korean/elm/pkg/DESCR 1.10 +3 -1 ports/korean/h2ps/Makefile 1.3 +1 -1 ports/korean/h2ps/pkg/DESCR 1.9 +4 -3 ports/korean/han/Makefile 1.11 +3 -1 ports/korean/hanemacs/Makefile 1.2 +1 -1 ports/korean/hanemacs/pkg/DESCR 1.12 +3 -1 ports/korean/hanyangfonts/Makefile 1.4 +1 -1 ports/korean/hanyangfonts/pkg/DESCR 1.8 +3 -1 ports/korean/hcode/Makefile 1.3 +1 -1 ports/korean/hcode/pkg/DESCR 1.7 +4 -2 ports/korean/helvis/Makefile 1.2 +1 -1 ports/korean/helvis/pkg/DESCR 1.6 +4 -2 ports/korean/hmconv/Makefile 1.2 +1 -1 ports/korean/hmconv/pkg/DESCR 1.8 +3 -1 ports/korean/hpscat/Makefile 1.2 +1 -1 ports/korean/hpscat/pkg/DESCR 1.11 +3 -1 ports/korean/johabfonts/Makefile 1.3 +3 -2 ports/korean/johabfonts/pkg/DESCR 1.10 +3 -1 ports/korean/kaistfonts/Makefile 1.2 +1 -1 ports/korean/kaistfonts/pkg/DESCR 1.10 +4 -2 ports/korean/linuxdoc-sgml/Makefile 1.2 +1 -1 ports/korean/linuxdoc-sgml/pkg/DESCR 1.12 +3 -1 ports/korean/netscape3/Makefile 1.4 +1 -1 ports/korean/netscape3/pkg/DESCR 1.13 +4 -2 ports/korean/nh2ps/Makefile 1.3 +1 -1 ports/korean/nh2ps/pkg/DESCR 1.7 +3 -1 ports/korean/nhpf/Makefile 1.2 +1 -1 ports/korean/nhpf/pkg/DESCR 1.14 +4 -2 ports/korean/pine/Makefile 1.3 +1 -1 ports/korean/pine/pkg/DESCR 1.13 +3 -1 ports/korean/pinetreefonts/Makefile 1.4 +1 -1 ports/korean/pinetreefonts/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 22:35: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 08B8A37B8F7; Sat, 22 Jul 2000 22:35:04 -0700 (PDT) (envelope-from green@FreeBSD.org) Date: Sun, 23 Jul 2000 01:35:02 -0400 (EDT) From: Brian Fundakowski Feldman <green@FreeBSD.org> X-Sender: green@green.dyndns.org To: David O'Brien <obrien@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: <20000722170630.A47088@dragon.nuxi.com> Message-ID: <Pine.BSF.4.21.0007230125490.565-100000@green.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 22 Jul 2000, David O'Brien wrote: > On Thu, Jul 20, 2000 at 03:53:53AM -0400, Brian Fundakowski Feldman wrote: > > > This is arguably a bug in install(1), which should have an option to > > > save a backup copy. > > > > I'd rather not make install(1) even more of a superset of the original > > than it is. > > Why? DES's request sounds quite reasonable and would be useful in parts > of our installation process. I didn't say it's not useful, I am merely stating that it's creeping featurism, and I'd like not to do that. Unless it would allow me to do it with less work, I don't see the point; the "less work" I don't see because to me I could type target: ${INSTALL} -C -p ${DESTDIR}${PROG} ${DESTDIR}${PROG}.old as quickly as target-replacing-install: ${INSTALL} -C -B ${DESTDIR}${PROG}.old ${PROG} ${DESTDIR}${PROG} I don't see how you could do it just by replacing INSTALLFLAGS unless you were simply installing just one single file. That's my reasoning for believing it's not useful. If you can show me a way it really will be useful, I won't deny it if it works. > -- > -- David (obrien@FreeBSD.org) -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 22:46:20 2000 Delivered-To: cvs-all@freebsd.org Received: from netplex.com.au (adsl-63-207-30-186.dsl.snfc21.pacbell.net [63.207.30.186]) by hub.freebsd.org (Postfix) with ESMTP id 54E5637B8CF; Sat, 22 Jul 2000 22:46:14 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (peter@localhost [127.0.0.1]) by netplex.com.au (8.9.3/8.9.3) with ESMTP id WAA19776; Sat, 22 Jul 2000 22:46:13 -0700 (PDT) (envelope-from peter@netplex.com.au) Message-Id: <200007230546.WAA19776@netplex.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: Brian Fundakowski Feldman <green@FreeBSD.org> Cc: "David O'Brien" <obrien@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: Message from Brian Fundakowski Feldman <green@FreeBSD.org> of "Sun, 23 Jul 2000 01:35:02 EDT." <Pine.BSF.4.21.0007230125490.565-100000@green.dyndns.org> Date: Sat, 22 Jul 2000 22:46:13 -0700 From: Peter Wemm <peter@netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Fundakowski Feldman wrote: > On Sat, 22 Jul 2000, David O'Brien wrote: > > > On Thu, Jul 20, 2000 at 03:53:53AM -0400, Brian Fundakowski Feldman wrote: > > > > This is arguably a bug in install(1), which should have an option to > > > > save a backup copy. > > > > > > I'd rather not make install(1) even more of a superset of the original > > > than it is. > > > > Why? DES's request sounds quite reasonable and would be useful in parts > > of our installation process. > > I didn't say it's not useful, I am merely stating that it's creeping > featurism, and I'd like not to do that. Unless it would allow me to > do it with less work, I don't see the point; the "less work" I don't > see because to me I could type > > target: > ${INSTALL} -C -p ${DESTDIR}${PROG} ${DESTDIR}${PROG}.old > > as quickly as > > target-replacing-install: > ${INSTALL} -C -B ${DESTDIR}${PROG}.old ${PROG} ${DESTDIR}${PROG} > > I don't see how you could do it just by replacing INSTALLFLAGS unless > you were simply installing just one single file. That's my reasoning > for believing it's not useful. If you can show me a way it really will > be useful, I won't deny it if it works. Consider: 1: cd libexec/rtld-elf; build a corrupt ld-elf.so.1 2: make install - working ld-elf.so.1 gets copied to ld-elf.so.1.old - bad ld-elf.so.1 gets installed as ld-elf.so.1 3: accidently do a second make install - bad ld-elf.so.1 gets copied over the good ld-elf.so.1.old - no change - the new ld-elf.so.1 is the same as the installed one so -C optimizes out the install. Note that we unconditionally destroyed our ld-elf.so.1.old. A working "install -C -B foo.bak ./foo /usr/libexec" would have saved us from this as it would mean that foo.bak would only have been clobbered at the point that -C detected a new unique version being installed and that there was something worth backing up. I still believe a backup option is worthwhile. The same weakness has cost me a working backup of /boot/loader, so I know the present 'manual copy' is too easy to go wrong. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 23:15:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D68237B746; Sat, 22 Jul 2000 23:15:55 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA75166; Sat, 22 Jul 2000 23:15:55 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200007230615.XAA75166@freefall.freebsd.org> From: Warner Losh <imp@FreeBSD.org> Date: Sat, 22 Jul 2000 23:15:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mtree Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/07/22 23:15:55 PDT Modified files: usr.sbin/mtree Makefile Log: First attempt to fix a buildworld from -stable machine. Explicitly include strtofflags.c from lib/libc/gen when building mtree until the current dependency mess with mtree is fixed. Revision Changes Path 1.18 +4 -3 src/usr.sbin/mtree/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Jul 22 23:49:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B47CD37B8C0; Sat, 22 Jul 2000 23:49:48 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA77168; Sat, 22 Jul 2000 23:49:48 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <200007230649.XAA77168@freefall.freebsd.org> From: Brian Feldman <green@FreeBSD.org> Date: Sat, 22 Jul 2000 23:49:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_elf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/07/22 23:49:48 PDT Modified files: sys/kern imgact_elf.c Log: Solve the problem where it is possible to get the kernel stuck in a loop down in pmap_init_pt(). A subtraction causes the number of pages to become negative, that was assigned to an unsigned variable, and there is a lot of iteration. The bug is due to the ELF image activator not properly checking for its files being the correct size as specified by the ELF header. The solution is to check that the header doesn't ask for part of a file when that part of the file doesn't exist. Make sure to set VEXEC at the proper times to make the executables immutable (remove race conditions). Also, the ELF format specifiies header entries that allow embedding of other executables (hence how ld-elf.so.1 gets loaded, but not the same as loading shared libraries), so those executables need to be set VEXEC, too, so they're immutable. Reviewed by: peter Revision Changes Path 1.76 +32 -4 src/sys/kern/imgact_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message