From owner-cvs-all Sun Sep 17 0:23:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE49037B423; Sun, 17 Sep 2000 00:23:44 -0700 (PDT) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA43421; Sun, 17 Sep 2000 00:23:44 -0700 (PDT) (envelope-from roger@FreeBSD.org) Message-Id: <200009170723.AAA43421@freefall.freebsd.org> From: Roger Hardiman Date: Sun, 17 Sep 2000 00:23:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/forth loader.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG roger 2000/09/17 00:23:44 PDT Modified files: (Branch: RELENG_4) sys/boot/forth loader.conf Log: Place bktr_mem before bktr so the modules load in the correct order Revision Changes Path 1.25.2.5 +2 -2 src/sys/boot/forth/loader.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 0:26:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A71637B423; Sun, 17 Sep 2000 00:26:42 -0700 (PDT) Received: (from bp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA43768; Sun, 17 Sep 2000 00:26:42 -0700 (PDT) (envelope-from bp@FreeBSD.org) Message-Id: <200009170726.AAA43768@freefall.freebsd.org> From: Boris Popov Date: Sun, 17 Sep 2000 00:26:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_cache.c vfs_lookup.c src/sys/sys namei.h src/sys/ufs/ufs ufs_lookup.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bp 2000/09/17 00:26:42 PDT Modified files: sys/kern vfs_cache.c vfs_lookup.c sys/sys namei.h sys/ufs/ufs ufs_lookup.c Log: Add new flag PDIRUNLOCK to the component.cn_flags which should be set by filesystem lookup() routine if it unlocks parent directory. This flag should be carefully tracked by filesystems if they want to work properly with nullfs and other stacked filesystems. VFS takes advantage of this flag to perform symantically correct usage of vrele() instead of vput() if parent directory already unlocked. If filesystem fails to track this flag then previous codepath in VFS left unchanged. Convert UFS code to set PDIRUNLOCK flag if necessary. Other filesystmes will be changed after some period of testing. Reviewed in general by: mckusick, dillon, adrian Obtained from: NetBSD Revision Changes Path 1.49 +19 -8 src/sys/kern/vfs_cache.c 1.40 +8 -3 src/sys/kern/vfs_lookup.c 1.30 +2 -1 src/sys/sys/namei.h 1.39 +31 -14 src/sys/ufs/ufs/ufs_lookup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 0:31: 3 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 92AB137B423; Sun, 17 Sep 2000 00:30:57 -0700 (PDT) Received: by relay.butya.kz (Postfix, from userid 1000) id 5A7D0287F4; Sun, 17 Sep 2000 14:30:37 +0700 (ALMST) Received: from localhost (localhost [127.0.0.1]) by relay.butya.kz (Postfix) with ESMTP id EE376287F3; Sun, 17 Sep 2000 14:30:36 +0700 (ALMST) Date: Sun, 17 Sep 2000 14:30:35 +0700 (ALMST) From: Boris Popov To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_cache.c vfs_lookup.c src/sys/sys namei.h src/sys/ufs/ufs ufs_lookup.c In-Reply-To: <200009170726.AAA43768@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 Sun, 17 Sep 2000, Boris Popov wrote: > bp 2000/09/17 00:26:42 PDT > > Modified files: > sys/kern vfs_cache.c vfs_lookup.c > sys/sys namei.h > sys/ufs/ufs ufs_lookup.c > Log: > Add new flag PDIRUNLOCK to the component.cn_flags which should be set by > filesystem lookup() routine if it unlocks parent directory. This flag should > be carefully tracked by filesystems if they want to work properly with nullfs > and other stacked filesystems. Some of the nullfs related patches are still in review, so please don't run it right now. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 1: 0:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EBB8E37B422; Sun, 17 Sep 2000 01:00:09 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA48840; Sun, 17 Sep 2000 01:00:09 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009170800.BAA48840@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 17 Sep 2000 01:00:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/linux-realplayer Makefile ports/audio/linux-realplayer/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/17 01:00:09 PDT Modified files: audio/linux-realplayer Makefile audio/linux-realplayer/files md5 Log: Update to realplayer 7.cs1 (Community Supported release 1) Reviewed by: Maintainer Revision Changes Path 1.16 +2 -2 ports/audio/linux-realplayer/Makefile 1.3 +1 -1 ports/audio/linux-realplayer/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 Sep 17 1:45:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA40037B423; Sun, 17 Sep 2000 01:45:12 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA58420; Sun, 17 Sep 2000 01:45:12 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009170845.BAA58420@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 17 Sep 2000 01:45:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/ssh Makefile ports/security/ssh/files rsa64.diff ports/security/ssh/patches patch-ac patch-as X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/17 01:45:12 PDT Modified files: security/ssh Makefile security/ssh/patches patch-ac Removed files: security/ssh/files rsa64.diff security/ssh/patches patch-as Log: Remove dependency on rsaref, comment out RESTRICTED line (but leave it there for reference in case we replace these with a CRYPTO variable), and bump PORTREVISION. Revision Changes Path 1.102 +3 -21 ports/security/ssh/Makefile 1.18 +5 -8 ports/security/ssh/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 Sun Sep 17 2: 8:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22D6A37B424; Sun, 17 Sep 2000 02:08:27 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA63122; Sun, 17 Sep 2000 02:08:27 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009170908.CAA63122@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 17 Sep 2000 02:08:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/security security.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/17 02:08:23 PDT Modified files: en/security security.sgml Log: Add advisories 00:34 through 00:51 Revision Changes Path 1.28 +21 -3 www/en/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 2:10:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F82C37B422; Sun, 17 Sep 2000 02:10:34 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA63314; Sun, 17 Sep 2000 02:10:34 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009170910.CAA63314@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 17 Sep 2000 02:10:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/security security.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/17 02:10:34 PDT Modified files: en/security security.sgml Log: Move pre-2000 advisories to an old/ directory Revision Changes Path 1.29 +39 -39 www/en/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 2:13:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 03B4C37B423; Sun, 17 Sep 2000 02:13:16 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA63513; Sun, 17 Sep 2000 02:13:15 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <200009170913.CAA63513@freefall.freebsd.org> From: Wolfram Schneider Date: Sun, 17 Sep 2000 02:13:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/misc bsd-family-tree X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wosch 2000/09/17 02:13:15 PDT Modified files: share/misc bsd-family-tree Log: Added FreeBSD 4.1.1 Revision Changes Path 1.29 +4 -1 src/share/misc/bsd-family-tree To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 3: 1:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3939C37B423; Sun, 17 Sep 2000 03:01:51 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA68414; Sun, 17 Sep 2000 03:01:51 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009171001.DAA68414@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 17 Sep 2000 03:01:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/dumpasn1 Makefile ports/converters/dumpasn1/files md5 ports/converters/dumpasn1/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/17 03:01:51 PDT Modified files: converters/dumpasn1 Makefile converters/dumpasn1/files md5 converters/dumpasn1/patches patch-aa Log: Update to dumpasn1-20000222 Revision Changes Path 1.2 +2 -2 ports/converters/dumpasn1/Makefile 1.3 +2 -2 ports/converters/dumpasn1/files/md5 1.2 +0 -5 ports/converters/dumpasn1/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 Sep 17 3: 6:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13AB837B423; Sun, 17 Sep 2000 03:06:25 -0700 (PDT) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA70250; Sun, 17 Sep 2000 03:06:25 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <200009171006.DAA70250@freefall.freebsd.org> From: Brian Feldman Date: Sun, 17 Sep 2000 03:06:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/festival Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/09/17 03:06:24 PDT Modified files: audio/festival Makefile Log: Unbreak ${MASTER_SITES} and fix lack of ${PATCH_SITES} which kills ${WITH_OGI} mode. Revision Changes Path 1.2 +4 -3 ports/audio/festival/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 3:19:42 2000 Delivered-To: cvs-all@freebsd.org Received: from green.dyndns.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 7166237B424; Sun, 17 Sep 2000 03:19:37 -0700 (PDT) Received: from localhost (ans0i0@localhost [127.0.0.1] (may be forged)) by green.dyndns.org (8.11.0/8.11.0) with ESMTP id e8HAJV515455; Sun, 17 Sep 2000 06:19:33 -0400 (EDT) (envelope-from green@FreeBSD.org) Message-Id: <200009171019.e8HAJV515455@green.dyndns.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libssl Makefile src/secure/lib/libcrypto Makefile Makefile.inc In-Reply-To: Message from Kris Kennaway of "Sat, 16 Sep 2000 23:45:27 PDT." <200009170645.XAA35938@freefall.freebsd.org> From: "Brian F. Feldman" Date: Sun, 17 Sep 2000 06:19:30 -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > kris 2000/09/16 23:45:27 PDT > > Modified files: > secure/lib/libssl Makefile > secure/lib/libcrypto Makefile Makefile.inc > Log: > Overhaul of the build-time include file generation. Don't break in evp.h > if bootstrapping from a system on which the openssl headers are not > already present. I don't get it; what case does this fix? It was simply _evp.h previously calling the temporary file evp.h made sure it got used, and building things without NO_IDEA just didn't work for the obvious reasons. That was fixed, and I don't see how bootstrapping could have broken (or fixed). -- 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 Sun Sep 17 3:22:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC77F37B424; Sun, 17 Sep 2000 03:22:47 -0700 (PDT) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id DAA71541; Sun, 17 Sep 2000 03:22:47 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Sun, 17 Sep 2000 03:22:47 -0700 (PDT) From: Kris Kennaway To: "Brian F. Feldman" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libssl Makefile src/secure/lib/libcrypto Makefile Makefile.inc In-Reply-To: <200009171019.e8HAJV515455@green.dyndns.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 Sun, 17 Sep 2000, Brian F. Feldman wrote: > > kris 2000/09/16 23:45:27 PDT > > > > Modified files: > > secure/lib/libssl Makefile > > secure/lib/libcrypto Makefile Makefile.inc > > Log: > > Overhaul of the build-time include file generation. Don't break in evp.h > > if bootstrapping from a system on which the openssl headers are not > > already present. > > I don't get it; what case does this fix? It was simply _evp.h previously > calling the temporary file evp.h made sure it got used, and building > things without NO_IDEA just didn't work for the obvious reasons. That was > fixed, and I don't see how bootstrapping could have broken (or fixed). Because the file was called _evp.h during the build phase if MAKE_IDEA=NO, and the openssl code looks for evp.h - if you have it in /usr/include/openssl then it picks up that one, which has obvious compatability issues when the include file changes (which is how I discovered it - when integrating the openssl 0.9.6 beta1 release in my local tree) 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 Sep 17 3:51:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A5B5137B424; Sun, 17 Sep 2000 03:51:13 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA74238; Sun, 17 Sep 2000 03:51:13 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009171051.DAA74238@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 17 Sep 2000 03:51:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/mocka Makefile ports/lang/mocka/files md5 ports/lang/mocka/patches patch-aa ports/lang/mocka/pkg COMMENT DESCR PLIST ports/lang/mocka/scripts pre-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/17 03:51:13 PDT Modified files: lang Makefile Removed files: lang/mocka Makefile lang/mocka/files md5 lang/mocka/patches patch-aa lang/mocka/pkg COMMENT DESCR PLIST lang/mocka/scripts pre-install Log: Take the mocka port out back and introduce it politely to Mr Bullet. This port has been broken for 2 years now and is obviously never going to be fixed. >BLAM!< Revision Changes Path 1.192 +1 -2 ports/lang/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 3:51:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73C6A37B424; Sun, 17 Sep 2000 03:51:31 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA74296; Sun, 17 Sep 2000 03:51:31 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009171051.DAA74296@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 17 Sep 2000 03:51:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/eispack Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/17 03:51:31 PDT Modified files: math/eispack Makefile Log: Remove a dead MASTER_SITE which was bogusly returning 0-sized files for on-the-fly gzipping. Submitted by: bento Revision Changes Path 1.28 +2 -3 ports/math/eispack/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 4: 6:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2959D37B424; Sun, 17 Sep 2000 04:06:31 -0700 (PDT) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA79338; Sun, 17 Sep 2000 04:06:31 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <200009171106.EAA79338@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 17 Sep 2000 04:06:31 -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/09/17 04:06:30 PDT Modified files: security/openssl Makefile Log: Rip off rsaref (and thus USA_RESIDENT). Submitted by: kris Revision Changes Path 1.46 +3 -17 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 Sep 17 4: 6:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 942FA37B43C; Sun, 17 Sep 2000 04:06:38 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA79362; Sun, 17 Sep 2000 04:06:38 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200009171106.EAA79362@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 17 Sep 2000 04:06:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/catman catman.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/09/17 04:06:38 PDT Modified files: gnu/usr.bin/man/catman catman.1 Log: Spelling fixes Submitted by: "Peter Avalos" Revision Changes Path 1.18 +3 -3 src/gnu/usr.bin/man/catman/catman.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 4:15:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B7C237B422; Sun, 17 Sep 2000 04:15:43 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA80164; Sun, 17 Sep 2000 04:15:43 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009171115.EAA80164@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 17 Sep 2000 04:15:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/scm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/17 04:15:43 PDT Modified files: lang/scm Makefile Log: MASTER_SITE_GNU doesnt carry the latest version of the files. Revision Changes Path 1.19 +2 -4 ports/lang/scm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 4:18:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B338937B42C; Sun, 17 Sep 2000 04:18:16 -0700 (PDT) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA80450; Sun, 17 Sep 2000 04:18:16 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <200009171118.EAA80450@freefall.freebsd.org> From: Dirk Froemberg Date: Sun, 17 Sep 2000 04:18:16 -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/09/17 04:18:16 PDT Modified files: www/mod_php3/scripts configure.php www/mod_php4/scripts configure.php Log: Correct dependency for libmcrypt. Reported by: Marc G. Fournier Revision Changes Path 1.96 +2 -2 ports/www/mod_php3/scripts/configure.php 1.99 +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 Sun Sep 17 4:30:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF95C37B422; Sun, 17 Sep 2000 04:30:34 -0700 (PDT) Received: (from hrs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA82373; Sun, 17 Sep 2000 04:30:34 -0700 (PDT) (envelope-from hrs@FreeBSD.org) Message-Id: <200009171130.EAA82373@freefall.freebsd.org> From: Hiroki Sato Date: Sun, 17 Sep 2000 04:30:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja index.sgml www/ja/releases/3.1R notes.sgml www/ja/releases/3.2R notes.sgml www/ja/releases/3.3R notes.sgml www/ja/releases/3.5R notes.sgml www/ja/releases/4.0R notes.sgml www/ja/releases/4.1R notes.sgml www/ja/security security.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrs 2000/09/17 04:30:34 PDT Modified files: ja index.sgml ja/releases/3.1R notes.sgml ja/releases/3.2R notes.sgml ja/releases/3.3R notes.sgml ja/releases/3.5R notes.sgml ja/releases/4.0R notes.sgml ja/releases/4.1R notes.sgml ja/security security.sgml Log: o Merge changes from the English version: 1.91 -> 1.92 index.sgml 1.27 -> 1.29 security/security.sgml o Fix typo: releases/3.1R/notes.sgml releases/3.2R/notes.sgml releases/3.3R/notes.sgml releases/3.5R/notes.sgml releases/4.0R/notes.sgml releases/4.1R/notes.sgml Revision Changes Path 1.25 +3 -4 www/ja/index.sgml 1.7 +5 -5 www/ja/releases/3.1R/notes.sgml 1.8 +5 -5 www/ja/releases/3.2R/notes.sgml 1.4 +4 -4 www/ja/releases/3.3R/notes.sgml 1.2 +3 -3 www/ja/releases/3.5R/notes.sgml 1.2 +3 -3 www/ja/releases/4.0R/notes.sgml 1.2 +3 -3 www/ja/releases/4.1R/notes.sgml 1.15 +70 -40 www/ja/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 4:34:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 35EAB37B422; Sun, 17 Sep 2000 04:34:34 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA82648; Sun, 17 Sep 2000 04:34:34 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200009171134.EAA82648@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 17 Sep 2000 04:34:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet udp_usrreq.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/09/17 04:34:34 PDT Modified files: sys/netinet udp_usrreq.c Log: Make sure UDP sockets are explicitly bind(2)'ed [sic] before we connect(2) them. PR: 20946 Isolated by: Aaron Gifford Revision Changes Path 1.74 +9 -4 src/sys/netinet/udp_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 4:37:53 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 E39F837B422; Sun, 17 Sep 2000 04:37:48 -0700 (PDT) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.0/8.9.3) with ESMTP id e8HBblN78219; Sun, 17 Sep 2000 13:37:47 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet udp_usrreq.c In-Reply-To: Your message of "Sun, 17 Sep 2000 04:34:34 PDT." <200009171134.EAA82648@freefall.freebsd.org> Date: Sun, 17 Sep 2000 13:37:47 +0200 Message-ID: <78217.969190667@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200009171134.EAA82648@freefall.freebsd.org>, Poul-Henning Kamp writ es: >phk 2000/09/17 04:34:34 PDT > > Modified files: > sys/netinet udp_usrreq.c > Log: > Make sure UDP sockets are explicitly bind(2)'ed [sic] before we connect(2) > them. Oops! forgot: "if they are jailed". this change does not affect un-jailed processes. MFC canidate if anybody feels like it. -- 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 Sep 17 4:48:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E050037B422; Sun, 17 Sep 2000 04:48:43 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA83894; Sun, 17 Sep 2000 04:48:43 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009171148.EAA83894@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 17 Sep 2000 04:48:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/docbook/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/17 04:48:43 PDT Modified files: textproc/docbook/pkg PLIST Log: Remove possibly empty directories on deinstall Submitted by: bento Revision Changes Path 1.4 +2 -0 ports/textproc/docbook/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 Sep 17 5: 6:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B7FA837B423; Sun, 17 Sep 2000 05:06:38 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA87196; Sun, 17 Sep 2000 05:06:38 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009171206.FAA87196@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 17 Sep 2000 05:06:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netatalk Makefile ports/net/netatalk/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/17 05:06:38 PDT Modified files: net/netatalk Makefile net/netatalk/pkg PLIST Log: Fix PLIST Submitted by: bento Revision Changes Path 1.15 +6 -2 ports/net/netatalk/Makefile 1.7 +14 -14 ports/net/netatalk/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 Sep 17 5:15:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 92E4137B423; Sun, 17 Sep 2000 05:15:12 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA87832; Sun, 17 Sep 2000 05:15:12 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200009171215.FAA87832@freefall.freebsd.org> From: Alexander Langer Date: Sun, 17 Sep 2000 05:15:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 DRIVER_MODULE.9 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/09/17 05:15:12 PDT Modified files: share/man/man9 Makefile Added files: share/man/man9 DRIVER_MODULE.9 Log: Add DRIVER_MODULE.9, the manual page describing the kernel driver declaration macro. Thanks to Sheldon for a big patch with language/mdoc fixes. Reviewed by: asmodai, sheldonh Revision Changes Path 1.75 +2 -2 src/share/man/man9/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 5:20:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A2B3937B42C; Sun, 17 Sep 2000 05:20:08 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA88292; Sun, 17 Sep 2000 05:20:08 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200009171220.FAA88292@freefall.freebsd.org> From: Alexander Langer Date: Sun, 17 Sep 2000 05:20:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 driver.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/09/17 05:20:08 PDT Modified files: share/man/man9 driver.9 Log: Reference DRIVER_MODULE.9 Revision Changes Path 1.4 +5 -2 src/share/man/man9/driver.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 5:20:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C743537B422; Sun, 17 Sep 2000 05:20:28 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA88371; Sun, 17 Sep 2000 05:20:28 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009171220.FAA88371@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 17 Sep 2000 05:20:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/btc/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/17 05:20:28 PDT Modified files: audio/btc/pkg PLIST Log: Remove empty directory on deinstall Submitted by: bento Revision Changes Path 1.2 +1 -0 ports/audio/btc/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 Sep 17 5:20:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C2F7F37B422; Sun, 17 Sep 2000 05:20:50 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA88457; Sun, 17 Sep 2000 05:20:50 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200009171220.FAA88457@freefall.freebsd.org> From: Bruce Evans Date: Sun, 17 Sep 2000 05:20:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exec.c kern_exit.c kern_shutdown.c vfs_aio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/09/17 05:20:50 PDT Modified files: sys/kern kern_exec.c kern_exit.c kern_shutdown.c vfs_aio.c Log: Added used include of (don't depend on pollution in ). Revision Changes Path 1.115 +2 -1 src/sys/kern/kern_exec.c 1.102 +3 -1 src/sys/kern/kern_exit.c 1.83 +2 -1 src/sys/kern/kern_shutdown.c 1.82 +3 -1 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 5:22: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2296137B422; Sun, 17 Sep 2000 05:22:06 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA88592; Sun, 17 Sep 2000 05:22:06 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009171222.FAA88592@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 17 Sep 2000 05:22:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netatalk-asun Makefile ports/net/netatalk-asun/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/17 05:22:06 PDT Modified files: net/netatalk-asun Makefile net/netatalk-asun/pkg PLIST Log: Fix PLIST Revision Changes Path 1.17 +5 -2 ports/net/netatalk-asun/Makefile 1.3 +9 -14 ports/net/netatalk-asun/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 Sep 17 5:25:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CF0237B422; Sun, 17 Sep 2000 05:25:57 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA89296; Sun, 17 Sep 2000 05:25:57 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009171225.FAA89296@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 17 Sep 2000 05:25:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/cowsay/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/17 05:25:56 PDT Modified files: games/cowsay/pkg PLIST Log: Correct PLIST Revision Changes Path 1.2 +1 -0 ports/games/cowsay/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 Sep 17 5:27:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1850737B42C; Sun, 17 Sep 2000 05:27:19 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA89596; Sun, 17 Sep 2000 05:27:19 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009171227.FAA89596@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 17 Sep 2000 05:27:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/ddos_scan/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/17 05:27:18 PDT Modified files: security/ddos_scan/pkg PLIST Log: Fix PLIST Revision Changes Path 1.3 +1 -0 ports/security/ddos_scan/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 Sep 17 5:29:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20D9837B422; Sun, 17 Sep 2000 05:29:51 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA90057; Sun, 17 Sep 2000 05:29:51 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009171229.FAA90057@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 17 Sep 2000 05:29:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/dlint/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/17 05:29:50 PDT Modified files: net/dlint/pkg PLIST Log: Remove empty directory on deinstall Submitted by: bento Revision Changes Path 1.2 +1 -0 ports/net/dlint/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 Sep 17 5:30:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F4C737B422; Sun, 17 Sep 2000 05:30:34 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA90177; Sun, 17 Sep 2000 05:30:34 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009171230.FAA90177@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 17 Sep 2000 05:30:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/find_ddos/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/17 05:30:34 PDT Modified files: security/find_ddos/pkg PLIST Log: Remove empty directory on deinstall Submitted by: bento Revision Changes Path 1.3 +1 -0 ports/security/find_ddos/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 Sep 17 5:34:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 635A037B422; Sun, 17 Sep 2000 05:34:31 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA90868; Sun, 17 Sep 2000 05:34:31 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009171234.FAA90868@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 17 Sep 2000 05:34:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/eterm/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/17 05:34:31 PDT Modified files: x11/eterm/pkg PLIST Log: Fix PLIST Submitted by: bento Revision Changes Path 1.12 +3 -0 ports/x11/eterm/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 Sep 17 5:38:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 453D537B422; Sun, 17 Sep 2000 05:38:28 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA91767; Sun, 17 Sep 2000 05:38:28 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200009171238.FAA91767@freefall.freebsd.org> From: Alexander Langer Date: Sun, 17 Sep 2000 05:38:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 DRIVER_MODULE.9 Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/09/17 05:38:28 PDT Modified files: (Branch: RELENG_4) share/man/man9 Makefile Added files: (Branch: RELENG_4) share/man/man9 DRIVER_MODULE.9 Log: MFC: Add DRIVER_MODULE.9 Revision Changes Path 1.60.2.6 +2 -2 src/share/man/man9/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 5:41:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B370037B42C; Sun, 17 Sep 2000 05:41:25 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA92145; Sun, 17 Sep 2000 05:41:25 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009171241.FAA92145@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 17 Sep 2000 05:41:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/cap/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/17 05:41:25 PDT Modified files: net/cap/pkg PLIST Log: Remove empty directories on deinstall Submitted by: bento Revision Changes Path 1.3 +4 -0 ports/net/cap/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 Sep 17 5:41:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 48E8737B50F; Sun, 17 Sep 2000 05:41:34 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA92188; Sun, 17 Sep 2000 05:41:34 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200009171241.FAA92188@freefall.freebsd.org> From: Alexander Langer Date: Sun, 17 Sep 2000 05:41:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 driver.9 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/09/17 05:41:34 PDT Modified files: (Branch: RELENG_4) share/man/man9 driver.9 Log: MFC: Reference DRIVER_MODULE.9 Revision Changes Path 1.3.2.1 +4 -1 src/share/man/man9/driver.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 5:43:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AFA937B423; Sun, 17 Sep 2000 05:43:35 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA92549; Sun, 17 Sep 2000 05:43:35 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200009171243.FAA92549@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sun, 17 Sep 2000 05:43:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/fetchmail Makefile ports/mail/fetchmail/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/09/17 05:43:34 PDT Modified files: mail/fetchmail Makefile mail/fetchmail/files md5 Log: Update port to 5.5.2 PR: 21277 Submitted by: Maintainer Revision Changes Path 1.105 +2 -2 ports/mail/fetchmail/Makefile 1.87 +1 -1 ports/mail/fetchmail/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 Sep 17 5:50:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A588937B422; Sun, 17 Sep 2000 05:50:21 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA93562; Sun, 17 Sep 2000 05:50:21 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200009171250.FAA93562@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sun, 17 Sep 2000 05:50:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/uae/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/09/17 05:50:21 PDT Added files: emulators/uae/patches patch-aa Log: Add patch to allow configure to find the threads library PR: 21267 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 Sep 17 5:57:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02E2F37B640; Sun, 17 Sep 2000 05:56:11 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA94461; Sun, 17 Sep 2000 05:56:10 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200009171256.FAA94461@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sun, 17 Sep 2000 05:56:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/uae Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/09/17 05:56:10 PDT Modified files: emulators/uae Makefile Log: Bump PORTREVISION after last commit Revision Changes Path 1.3 +2 -1 ports/emulators/uae/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 6: 0:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 283AE37B422; Sun, 17 Sep 2000 06:00:50 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA95097; Sun, 17 Sep 2000 06:00:50 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200009171300.GAA95097@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sun, 17 Sep 2000 06:00:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/indexme/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/09/17 06:00:50 PDT Modified files: www/indexme/files md5 Log: Update MD5 (small verbage changes in the distfile) PR: 21236 Submitted by: Maintainer Revision Changes Path 1.4 +1 -1 ports/www/indexme/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 Sep 17 6:10: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9ADC037B423; Sun, 17 Sep 2000 06:10:02 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA97586; Sun, 17 Sep 2000 06:10:02 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200009171310.GAA97586@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sun, 17 Sep 2000 06:10:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/gensig Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/09/17 06:10:02 PDT Modified files: mail/gensig Makefile Log: Update MASTER_SITES and Maintainer's email address PR: 21158 Submitted by: Maintainer Revision Changes Path 1.4 +3 -3 ports/mail/gensig/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 6:11:49 2000 Delivered-To: cvs-all@freebsd.org Received: from mail.hellasnet.gr (mail.hellasnet.gr [212.54.192.3]) by hub.freebsd.org (Postfix) with ESMTP id 9596E37B422 for ; Sun, 17 Sep 2000 06:11:44 -0700 (PDT) Received: from hades.hell.gr (ppp3.patr.hellasnet.gr [212.54.197.18]) by mail.hellasnet.gr (8.9.1/8.9.1) with ESMTP id QAA23259; Sun, 17 Sep 2000 16:12:08 +0200 (GMT) Received: (from charon@localhost) by hades.hell.gr (8.11.0/8.11.0) id e8GBbhQ04987; Sat, 16 Sep 2000 14:37:43 +0300 (EEST) Date: Sat, 16 Sep 2000 14:37:43 +0300 From: Giorgos Keramidas To: Doug Barton Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc crontab newsyslog.conf security src/etc/defaults periodic.conf src/etc/periodic/daily 100.clean-disks 110.clean-tmps 120.clean-preserve 130.clean-msgs 140.clean-rwho 150.clean-hoststat 200.backup-passwd ... Message-ID: <20000916143743.A4781@hades.hell.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from DougB@gorean.org on Fri, Sep 15, 2000 at 11:41:02AM -0700 X-PGP-Fingerprint: 3A 75 52 EB F1 58 56 0D - C5 B8 21 B6 1B 5E 4A C2 X-URL: http://students.ceid.upatras.gr/~keramida/index.html Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ Cc: list trimmed down, a bit ] On Fri, Sep 15, 2000 at 11:41:02AM -0700, Doug Barton wrote: > On 15 Sep 2000, Dag-Erling Smorgrav wrote: > > > Brian Somers writes: > > > Log: > > > Another overhaul of the periodic stuff. > > > > Mergemaster hell *sigh* > > > Just think how much worse it would be WITHOUT mergemaster. :) > What, you mean you don't update your /etc with: # diff -X /root/etc-ignore.diff /etc /usr/src/etc > /tmp/etc.diff [ edit /tmp/etc.diff here ] # cd / ; patch -p0 < /tmp/etc.diff - giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 6:13:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC00637B423; Sun, 17 Sep 2000 06:13:16 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA98067; Sun, 17 Sep 2000 06:13:16 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200009171313.GAA98067@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sun, 17 Sep 2000 06:13:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-String-Approx Makefile ports/devel/p5-String-Approx/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/09/17 06:13:16 PDT Modified files: devel/p5-String-Approx Makefile devel/p5-String-Approx/files md5 Log: Update port to 3.13 PR: 21157 Submitted by: Maintainer Revision Changes Path 1.2 +2 -2 ports/devel/p5-String-Approx/Makefile 1.2 +1 -1 ports/devel/p5-String-Approx/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 Sep 17 6:23:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CA6C37B423; Sun, 17 Sep 2000 06:23:12 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA99219; Sun, 17 Sep 2000 06:23:12 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200009171323.GAA99219@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sun, 17 Sep 2000 06:23:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ccscript Makefile ports/lang/ccscript/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/09/17 06:23:12 PDT Modified files: lang/ccscript Makefile lang/ccscript/files md5 Log: Update port to 1.2.2 PR: 21112 Submitted by: Maintainer Revision Changes Path 1.3 +2 -2 ports/lang/ccscript/Makefile 1.3 +1 -1 ports/lang/ccscript/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 Sep 17 6:26:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3693D37B422; Sun, 17 Sep 2000 06:26:26 -0700 (PDT) Received: (from cp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA99804; Sun, 17 Sep 2000 06:26:26 -0700 (PDT) (envelope-from cp@FreeBSD.org) Message-Id: <200009171326.GAA99804@freefall.freebsd.org> From: Chuck Paterson Date: Sun, 17 Sep 2000 06:26:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_fxp.c if_fxpvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cp 2000/09/17 06:26:26 PDT Modified files: sys/pci if_fxp.c if_fxpvar.h Log: Add locking to make able to run without the Giant lock being held. This is enabling as all entries are still called with Giant being held. Maintaining compatability with NetBSD makes what should be very simple kinda ugly. Reviewed by: Jason Evans Revision Changes Path 1.86 +45 -18 src/sys/pci/if_fxp.c 1.11 +8 -1 src/sys/pci/if_fxpvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 6:34:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33B4B37B422; Sun, 17 Sep 2000 06:34:19 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA01086; Sun, 17 Sep 2000 06:34:19 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200009171334.GAA01086@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 17 Sep 2000 06:34:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet udp_usrreq.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/09/17 06:34:19 PDT Modified files: sys/netinet udp_usrreq.c Log: Reverse last commit, a better fix has been found. Revision Changes Path 1.75 +4 -9 src/sys/netinet/udp_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 6:35:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5996937B422; Sun, 17 Sep 2000 06:35:43 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA01313; Sun, 17 Sep 2000 06:35:43 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200009171335.GAA01313@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 17 Sep 2000 06:35:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_pcb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/09/17 06:35:43 PDT Modified files: sys/netinet in_pcb.c Log: Properly jail UDP sockets. This is quite a bit more tricky than TCP. This fixes a !root userland panic, and some cases where the wrong interface was chosen for a jailed UDP socket. PR: 20167, 19839, 20946 Revision Changes Path 1.68 +20 -6 src/sys/netinet/in_pcb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 6:40:29 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 973A537B422; Sun, 17 Sep 2000 06:40:24 -0700 (PDT) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.0/8.9.3) with ESMTP id e8HDeMN78670; Sun, 17 Sep 2000 15:40:22 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_pcb.c In-Reply-To: Your message of "Sun, 17 Sep 2000 06:35:43 PDT." <200009171335.GAA01313@freefall.freebsd.org> Date: Sun, 17 Sep 2000 15:40:22 +0200 Message-ID: <78668.969198022@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200009171335.GAA01313@freefall.freebsd.org>, Poul-Henning Kamp writ es: >phk 2000/09/17 06:35:43 PDT > > Modified files: > sys/netinet in_pcb.c > Log: > Properly jail UDP sockets. This is quite a bit more tricky than TCP. > > This fixes a !root userland panic, and some cases where the wrong > interface was chosen for a jailed UDP socket. > > PR: 20167, 19839, 20946 There is still two wrinkle to UDP in jails: When you send an UDP to 127.0.0.1 you get the answer from the jails IP address: # dig @127.0.0.1 cybercity.dk ns ; <<>> DiG 8.3 <<>> @127.0.0.1 cybercity.dk ns ; (1 server found) ;; res options: init recurs defnam dnsrch ;; not our server: [...] I don't know what the practical upshot of that is, but if you use the jails IP number in /etc/resolv.conf it works as expected. The other wrinkle is that you have to use a lo0 alias address, even if your jail-IP lives on one of your ethernets. The workaround for that is to add an permanent arp entry for your jail-IP and your own ethernet address on the correct interface. -- 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 Sep 17 6:50:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83DFC37B424; Sun, 17 Sep 2000 06:50:13 -0700 (PDT) Received: (from kjc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA71450; Sun, 17 Sep 2000 06:50:13 -0700 (PDT) (envelope-from kjc@FreeBSD.org) Message-Id: <200009171350.GAA71450@freefall.freebsd.org> From: Kenjiro Cho Date: Sun, 17 Sep 2000 06:50:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_mroute.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kjc 2000/09/17 06:50:13 PDT Modified files: sys/netinet ip_mroute.c Log: change the evaluation order of the rsvp socket in rsvp_input() in favor of the new-style per-vif socket. this does not affect the behavior of the ISI rsvpd but allows another rsvp implementation (e.g., KOM rsvp) to take advantage of the new style for particular sockets while using the old style for others. in the future, rsvp supporn should be replaced by more generic router-alert support. PR: kern/20984 Submitted by: Martin Karsten Reviewed by: kjc Revision Changes Path 1.60 +20 -32 src/sys/netinet/ip_mroute.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 7:28:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C57037B422; Sun, 17 Sep 2000 07:28:34 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA82676; Sun, 17 Sep 2000 07:28:34 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200009171428.HAA82676@freefall.freebsd.org> From: Bruce Evans Date: Sun, 17 Sep 2000 07:28:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c src/sys/sys signalvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/09/17 07:28:34 PDT Modified files: sys/kern kern_sig.c sys/sys signalvar.h Log: Uninlined CURSIG() and unpolluted . CURSIG() had become very bloated, first with 128-bit sigset_t's, then with locking in the SMP case, then with locking in all cases. The space bloat was probably also time bloat, partly because the fast path through CURSIG() was pessimized by the sigset_t changes. This change speeds up lmbench's pipe-based latency benchmark by 4% on a Celeron. had become very polluted to support the bloat. Revision Changes Path 1.87 +27 -1 src/sys/kern/kern_sig.c 1.40 +2 -37 src/sys/sys/signalvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 8:11:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 26B3D37B422; Sun, 17 Sep 2000 08:11:16 -0700 (PDT) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA94013; Sun, 17 Sep 2000 08:11:16 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <200009171511.IAA94013@freefall.freebsd.org> From: Satoshi Taoka Date: Sun, 17 Sep 2000 08:11:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/kinput2-canna/pkg PLIST ports/japanese/kinput2-canna+freewnn/pkg PLIST ports/japanese/kinput2-canna+freewnn+sj3/pkg PLIST ports/japanese/kinput2-canna+sj3/pkg PLIST ports/japanese/kinput2-canna+sj3+wnn6/pkg PLIST ports/japanese/kinput2-canna+wnn6/pkg PLIST ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2000/09/17 08:11:16 PDT Modified files: japanese/kinput2-canna/pkg PLIST japanese/kinput2-canna+freewnn/pkg PLIST japanese/kinput2-canna+freewnn+sj3/pkg PLIST japanese/kinput2-canna+sj3/pkg PLIST japanese/kinput2-canna+sj3+wnn6/pkg PLIST japanese/kinput2-canna+wnn6/pkg PLIST japanese/kinput2-freewnn Makefile japanese/kinput2-freewnn/pkg PLIST japanese/kinput2-freewnn+sj3/pkg PLIST japanese/kinput2-sj3/pkg PLIST japanese/kinput2-sj3+wnn6/pkg PLIST japanese/kinput2-wnn6/pkg PLIST Log: (1) Used MAN1=kinput2.1 (on XFree86-4, erata file kinput2.1.html is created) Obtained from: bento Pointed out: asami (2) Fixed to change from $(LOCALBASE)/include/wnn to $(LOCALBASE)/include/wnn6/wnn for japanese/Wnn6-lib (I am going to commit the change for Wnn6-lib as soon as possible) Revision Changes Path 1.2 +0 -1 ports/japanese/kinput2-canna/pkg/PLIST 1.2 +0 -1 ports/japanese/kinput2-canna+freewnn/pkg/PLIST 1.2 +0 -1 ports/japanese/kinput2-canna+freewnn+sj3/pkg/PLIST 1.3 +0 -1 ports/japanese/kinput2-canna+sj3/pkg/PLIST 1.2 +0 -1 ports/japanese/kinput2-canna+sj3+wnn6/pkg/PLIST 1.2 +0 -1 ports/japanese/kinput2-canna+wnn6/pkg/PLIST 1.8 +3 -2 ports/japanese/kinput2-freewnn/Makefile 1.2 +0 -1 ports/japanese/kinput2-freewnn/pkg/PLIST 1.2 +0 -1 ports/japanese/kinput2-freewnn+sj3/pkg/PLIST 1.3 +0 -1 ports/japanese/kinput2-sj3/pkg/PLIST 1.2 +0 -1 ports/japanese/kinput2-sj3+wnn6/pkg/PLIST 1.2 +0 -1 ports/japanese/kinput2-wnn6/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 Sep 17 8:12: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D4AB237B422; Sun, 17 Sep 2000 08:12:05 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA94149; Sun, 17 Sep 2000 08:12:05 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200009171512.IAA94149@freefall.freebsd.org> From: Bruce Evans Date: Sun, 17 Sep 2000 08:12:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/09/17 08:12:05 PDT Modified files: sys/kern kern_sig.c Log: Unpessimized CURSIG(). The fast path through CURSIG() was broken in the 128-bit sigset_t changes by moving conditionally (rarely) executed code to the beginning where it is always executed, and since this code now involves 3 128-bit operations, the pessimization was relatively large. This change speeds up lmbench's pipe latency benchmark by 3.5%. Fixed style bugs in CURSIG(). Revision Changes Path 1.88 +7 -7 src/sys/kern/kern_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 8:17:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 876EF37B43C; Sun, 17 Sep 2000 08:17:10 -0700 (PDT) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA94791; Sun, 17 Sep 2000 08:17:10 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200009171517.IAA94791@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Sun, 17 Sep 2000 08:17:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/09/17 08:17:09 PDT Modified files: (Branch: RELENG_4) usr.sbin/pccard/pccardd cardd.c Log: MFC(1.56): fix multi io window patch. Revision Changes Path 1.46.2.6 +2 -2 src/usr.sbin/pccard/pccardd/cardd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 8:21:32 2000 Delivered-To: cvs-all@freebsd.org Received: from green.dyndns.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id B091837B422; Sun, 17 Sep 2000 08:21:25 -0700 (PDT) Received: from localhost (rdpy7n@localhost [127.0.0.1] (may be forged)) by green.dyndns.org (8.11.0/8.11.0) with ESMTP id e8HFLK523802; Sun, 17 Sep 2000 11:21:23 -0400 (EDT) (envelope-from green@FreeBSD.org) Message-Id: <200009171521.e8HFLK523802@green.dyndns.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Kris Kennaway Cc: "Brian F. Feldman" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libssl Makefile src/secure/lib/libcrypto Makefile Makefile.inc In-Reply-To: Message from Kris Kennaway of "Sun, 17 Sep 2000 03:22:47 PDT." From: "Brian F. Feldman" Date: Sun, 17 Sep 2000 11:21:19 -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > Overhaul of the build-time include file generation. Don't break in evp.h > > > if bootstrapping from a system on which the openssl headers are not > > > already present. > > > > I don't get it; what case does this fix? It was simply _evp.h previously > > calling the temporary file evp.h made sure it got used, and building > > things without NO_IDEA just didn't work for the obvious reasons. That was > > fixed, and I don't see how bootstrapping could have broken (or fixed). > > Because the file was called _evp.h during the build phase if MAKE_IDEA=NO, > and the openssl code looks for evp.h - if you have it in > /usr/include/openssl then it picks up that one, which has obvious > compatability issues when the include file changes (which is how I > discovered it - when integrating the openssl 0.9.6 beta1 release in my > local tree) Hm, that does make some sense then; why don't we just fix the include paths that are used during building? If this happened for evp.h, it could occur for more files later, I suppose. /usr/include really shouldn't be in any include paths at all when building world. -- 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 Sun Sep 17 8:23:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3D8D37B423; Sun, 17 Sep 2000 08:23:12 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA95627; Sun, 17 Sep 2000 08:23:12 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200009171523.IAA95627@freefall.freebsd.org> From: Bruce Evans Date: Sun, 17 Sep 2000 08:23:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys signalvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/09/17 08:23:12 PDT Modified files: sys/sys signalvar.h Log: Declare sigexit() as non-returning. Fixed some style bugs. Revision Changes Path 1.41 +6 -6 src/sys/sys/signalvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 8:29:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10D0C37B424; Sun, 17 Sep 2000 08:29:22 -0700 (PDT) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA96852; Sun, 17 Sep 2000 08:29:22 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <200009171529.IAA96852@freefall.freebsd.org> From: Satoshi Taoka Date: Sun, 17 Sep 2000 08:29:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/mule Makefile ports/editors/mule/pkg DESCR ports/editors/mule-common Makefile ports/editors/mule-common/patches patch-mm ports/editors/mule-common/pkg DESCR INSTALL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2000/09/17 08:29:21 PDT Modified files: editors/mule Makefile editors/mule/pkg DESCR editors/mule-common Makefile editors/mule-common/patches patch-mm editors/mule-common/pkg DESCR INSTALL Log: Updated for the change of the following (1) and (2): (1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows: (a) Its name was changed from Wnn to FreeWnn because Wnn6 which is a commercial software exits (b) Its license was changed to GPL. (c) The method to configure was changed from imake to GNU configure. (d) Relatively to the original Wnn, the Wnn in the ports tree were modified by me a lot. Most of the modifications were adopted into FreeWnn. (c) Header and library files are installed into ${LOCALBASE}/{lib,include} instead of ${X11BASE}/{lib,include}. (2) FreeWnn is divided into two ports FreeWnn-lib and FreeWnn-server in chinese, korean and japanese categories. The former is for libwnn and header files to compile client commands, and the files used in client commands. The latter is for a server to convert KANA to KANJI (Chinese character), and dictionaries and files used by the server. Notice: I forgot to commit editors/mule*, too (^_^;; Revision Changes Path 1.43 +21 -21 ports/editors/mule/Makefile 1.9 +1 -2 ports/editors/mule/pkg/DESCR 1.51 +8 -8 ports/editors/mule-common/Makefile 1.2 +54 -3 ports/editors/mule-common/patches/patch-mm 1.10 +3 -3 ports/editors/mule-common/pkg/DESCR 1.3 +1 -1 ports/editors/mule-common/pkg/INSTALL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 8:37:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53F6137B423; Sun, 17 Sep 2000 08:37:55 -0700 (PDT) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA98817; Sun, 17 Sep 2000 08:37:55 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200009171537.IAA98817@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Sun, 17 Sep 2000 08:37:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard cardinfo.h pccard.c pcic.h src/usr.sbin/pccard/pccardd cardd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/09/17 08:37:54 PDT Modified files: sys/pccard cardinfo.h pccard.c pcic.h usr.sbin/pccard/pccardd cardd.c Log: add PIOCSRESOURCE(IOC_GET_RESOURCE_RANGE) Now /usr/sbin/pccardd read free resource(io,irq) range with this ioctl. Original Idea from: PAO3 Revision Changes Path 1.18 +14 -1 src/sys/pccard/cardinfo.h 1.110 +46 -1 src/sys/pccard/pccard.c 1.7 +2 -1 src/sys/pccard/pcic.h 1.57 +37 -6 src/usr.sbin/pccard/pccardd/cardd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 8:40: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 305F737B423; Sun, 17 Sep 2000 08:40:06 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA99545; Sun, 17 Sep 2000 08:40:06 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009171540.IAA99545@freefall.freebsd.org> From: Akinori MUSHA Date: Sun, 17 Sep 2000 08:40:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ruby-usersguide Makefile ports/lang/ruby-usersguide/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/09/17 08:40:05 PDT Modified files: lang/ruby-usersguide Makefile lang/ruby-usersguide/files md5 Log: Update to 20000917. Revision Changes Path 1.6 +2 -2 ports/lang/ruby-usersguide/Makefile 1.6 +1 -1 ports/lang/ruby-usersguide/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 Sep 17 8:47: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 441B437B423; Sun, 17 Sep 2000 08:47:04 -0700 (PDT) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA01488; Sun, 17 Sep 2000 08:47:04 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <200009171547.IAA01488@freefall.freebsd.org> From: Satoshi Taoka Date: Sun, 17 Sep 2000 08:47:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/mule Makefile ports/editors/mule-common/patches patch-mm X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2000/09/17 08:47:03 PDT Modified files: editors/mule Makefile editors/mule-common/patches patch-mm Log: (This is a null commit to record additional information I forgot to put in previous commit log.) Modified for changing from ${LOCALBASE}/include/wnn to ${LOCALBASE}/include/wnn6/wnn in Wnn6-lib Modified to use a shared library libwnn6.1 instead of an archive library libwnn6.a Revision Changes Path 1.44 +1 -1 ports/editors/mule/Makefile 1.3 +0 -0 ports/editors/mule-common/patches/patch-mm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 8:59:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A50C137B422; Sun, 17 Sep 2000 08:59:10 -0700 (PDT) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA04881; Sun, 17 Sep 2000 08:59:10 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <200009171559.IAA04881@freefall.freebsd.org> From: Satoshi Taoka Date: Sun, 17 Sep 2000 08:59:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/Wnn6-lib Makefile ports/japanese/Wnn6-lib/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2000/09/17 08:59:10 PDT Modified files: japanese/Wnn6-lib Makefile japanese/Wnn6-lib/pkg PLIST Log: Recently I updated from Wnn 4.2 to FreeWnn 1.1.1. Then include files ${LOCALBASE}/include/wnn/*.h and a archive librarry libwnn.a of FreeWnn conflict with ones of Wnn6-lib. So I move Wnn6-lib's include files into ${LOCALBASE}/include/wnn6/wnn and remove libwnn.a of Wnn6-lib. Note that libwnn6.a can be used instead of libwnn.a for Wnn6-lib. Revision Changes Path 1.28 +3 -4 ports/japanese/Wnn6-lib/Makefile 1.8 +24 -24 ports/japanese/Wnn6-lib/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 Sep 17 9: 2:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E4A3637B422; Sun, 17 Sep 2000 09:02:26 -0700 (PDT) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA05658; Sun, 17 Sep 2000 09:02:26 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <200009171602.JAA05658@freefall.freebsd.org> From: Satoshi Taoka Date: Sun, 17 Sep 2000 09:02:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/emacs20-dl-wnn6 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2000/09/17 09:02:26 PDT Modified files: japanese/emacs20-dl-wnn6 Makefile Log: Modified for changing from ${LOCALBASE}/include/wnn to ${LOCALBASE}/include/wnn6/wnn. Approved by: maintainer Revision Changes Path 1.18 +2 -2 ports/japanese/emacs20-dl-wnn6/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 9:37:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C536637B422; Sun, 17 Sep 2000 09:37:30 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA11892; Sun, 17 Sep 2000 09:37:30 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200009171637.JAA11892@freefall.freebsd.org> From: Bruce Evans Date: Sun, 17 Sep 2000 09:37:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa ipl_funcs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/09/17 09:37:30 PDT Modified files: sys/i386/isa ipl_funcs.c Log: Brought back schedsofttty() (SMPng casualty). Didn't bring back the other schedsoft*() functions since they have never been used. Removed confused comment about not needing these functions. The functions delay scheduling of SWIs until the next hardclock tick. For devices that only deliver a few characters per interrupt, this reduces the number of calls to the scheduler by a large factor (about 115 for each sio port at 115200 bps). Revision Changes Path 1.37 +8 -11 src/sys/i386/isa/ipl_funcs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 9:37:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E3BF37B443; Sun, 17 Sep 2000 09:37:36 -0700 (PDT) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA11930; Sun, 17 Sep 2000 09:37:36 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200009171637.JAA11930@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Sun, 17 Sep 2000 09:37:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard/pccardc pccardc.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/09/17 09:37:36 PDT Modified files: usr.sbin/pccard/pccardc pccardc.8 Log: pccard_beep parameter was already supported by rc.conf. (removed in Rev.1.3)(A(B Revision Changes Path 1.8 +5 -1 src/usr.sbin/pccard/pccardc/pccardc.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 9:40: 3 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 124EB37B43E; Sun, 17 Sep 2000 09:39:59 -0700 (PDT) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e8HGdwg12690; Sun, 17 Sep 2000 09:39:58 -0700 (PDT) Date: Sun, 17 Sep 2000 09:39:58 -0700 From: Alfred Perlstein To: Chuck Paterson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_fxp.c if_fxpvar.h Message-ID: <20000917093958.J15156@fw.wintelcom.net> References: <200009171326.GAA99804@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: <200009171326.GAA99804@freefall.freebsd.org>; from cp@FreeBSD.org on Sun, Sep 17, 2000 at 06:26:26AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Chuck Paterson [000917 06:26] wrote: > cp 2000/09/17 06:26:26 PDT > > Modified files: > sys/pci if_fxp.c if_fxpvar.h > Log: > Add locking to make able to run without the Giant lock being held. This > is enabling as all entries are still called with Giant being held. > Maintaining compatability with NetBSD makes what should be very simple > kinda ugly. How are the IF_QUEUEs being protected? Right now there's no IF_QUEUE_LOCK except in BSD/os and my private tree, is this safe without protecting the queues? thanks, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 9:44:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D200337B422; Sun, 17 Sep 2000 09:44:51 -0700 (PDT) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA13100; Sun, 17 Sep 2000 09:44:51 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200009171644.JAA13100@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 17 Sep 2000 09:44:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/faithd ftp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/09/17 09:44:51 PDT Modified files: usr.sbin/faithd ftp.c Log: cope with the following reply on PASV (without paren). need more tests. 227 Entering Passive Mode x,x,x,x,x,x,x Obtained from: KAME (1.8->1.9) Revision Changes Path 1.4 +9 -5 src/usr.sbin/faithd/ftp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 11:20:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9126C37B423; Sun, 17 Sep 2000 11:20:43 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA31117; Sun, 17 Sep 2000 11:20:43 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009171820.LAA31117@freefall.freebsd.org> From: Ade Lovett Date: Sun, 17 Sep 2000 11:20:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/freefonts Makefile ports/x11-fonts/freefonts/pkg DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/17 11:20:43 PDT Modified files: x11-fonts/freefonts Makefile x11-fonts/freefonts/pkg DESCR PLIST Log: Remove an unwanted .orig file from the PLIST, and fix a couple of typos in the pkg/DESCR. PORTREVISION bumped. PR: 20562 Submitted by: Jimmy Olgeni Revision Changes Path 1.12 +3 -1 ports/x11-fonts/freefonts/Makefile 1.3 +2 -2 ports/x11-fonts/freefonts/pkg/DESCR 1.4 +0 -1 ports/x11-fonts/freefonts/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 Sep 17 11:31:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C3E3C37B42C; Sun, 17 Sep 2000 11:31:46 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA34574; Sun, 17 Sep 2000 11:31:46 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009171831.LAA34574@freefall.freebsd.org> From: Ade Lovett Date: Sun, 17 Sep 2000 11:31:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/healthd Makefile ports/sysutils/healthd/files md5 ports/sysutils/healthd/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/17 11:31:46 PDT Modified files: sysutils/healthd Makefile sysutils/healthd/files md5 sysutils/healthd/pkg DESCR Log: Update to version 0.6.0 PR: 20928 Submitted by: maintainer Revision Changes Path 1.13 +2 -2 ports/sysutils/healthd/Makefile 1.11 +1 -1 ports/sysutils/healthd/files/md5 1.4 +4 -4 ports/sysutils/healthd/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 Sep 17 11:36: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 022C137B42C; Sun, 17 Sep 2000 11:36:02 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA36030; Sun, 17 Sep 2000 11:36:01 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009171836.LAA36030@freefall.freebsd.org> From: Ade Lovett Date: Sun, 17 Sep 2000 11:36:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/tintin++ Makefile ports/net/tintin++/files md5 ports/net/tintin++/patches patch-aa patch-ab ports/net/tintin++/pkg DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/17 11:36:01 PDT Modified files: net/tintin++ Makefile net/tintin++/files md5 net/tintin++/patches patch-aa patch-ab net/tintin++/pkg DESCR PLIST Log: Update to version 1.82 PR: 20991 Submitted by: Park, JongHwan Revision Changes Path 1.13 +13 -7 ports/net/tintin++/Makefile 1.2 +1 -1 ports/net/tintin++/files/md5 1.2 +17 -151 ports/net/tintin++/patches/patch-aa 1.2 +37 -174 ports/net/tintin++/patches/patch-ab 1.2 +8 -6 ports/net/tintin++/pkg/DESCR 1.4 +14 -0 ports/net/tintin++/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 Sep 17 11:42: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 48C6B37B423; Sun, 17 Sep 2000 11:42:00 -0700 (PDT) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA37683; Sun, 17 Sep 2000 11:42:00 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200009171842.LAA37683@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 17 Sep 2000 11:42:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/fetchmail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/09/17 11:42:00 PDT Modified files: mail/fetchmail Makefile Log: Since recent 5-CURRENT has hesiod.h, configure detects it and breaks building. So, I disable hesiod support. Revision Changes Path 1.106 +2 -2 ports/mail/fetchmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 11:45: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BE8837B423; Sun, 17 Sep 2000 11:44:59 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA38263; Sun, 17 Sep 2000 11:44:59 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009171844.LAA38263@freefall.freebsd.org> From: Ade Lovett Date: Sun, 17 Sep 2000 11:44:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/zangband Makefile ports/games/zangband/files md5 ports/games/zangband/pkg PLIST.a X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/17 11:44:59 PDT Modified files: games/zangband Makefile games/zangband/files md5 games/zangband/pkg PLIST.a Log: Fix MD5 checksum error (font files re-added to the archive) Update patch for japanese/zangband satellite port. PORTREVISION bumped PR: 21161 Submitted by: maintainer Revision Changes Path 1.3 +3 -2 ports/games/zangband/Makefile 1.3 +2 -2 ports/games/zangband/files/md5 1.3 +13 -0 ports/games/zangband/pkg/PLIST.a To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 11:47: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B375737B423; Sun, 17 Sep 2000 11:47:01 -0700 (PDT) Received: (from groudier@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA38633; Sun, 17 Sep 2000 11:47:01 -0700 (PDT) (envelope-from groudier@FreeBSD.org) Message-Id: <200009171847.LAA38633@freefall.freebsd.org> From: Gerard Roudier Date: Sun, 17 Sep 2000 11:47:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ncr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG groudier 2000/09/17 11:47:01 PDT Modified files: (Branch: RELENG_4) sys/pci ncr.c Log: PR: 21029 Change: - Let ncr return -1000 (priority) from the probe routine. The new-bus related changes broke this trick ( hack ? :) ) that allows to use both `ncr' and `sym' drivers. PR 21029: - Reported `ncr' attaching a sym53c875 when `sym' was expected. Should be fixed by this commit. - Reported that `ncr' failed at boot. This was caused by WIDE data transfers being negotiated with a WIDE device connected using a NARROW cable. `sym' can cope with that, thanks to reading setup information from NVRAM. Revision Changes Path 1.155.2.2 +3 -3 src/sys/pci/ncr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 11:47:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD41937B422; Sun, 17 Sep 2000 11:47:43 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA38846; Sun, 17 Sep 2000 11:47:43 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009171847.LAA38846@freefall.freebsd.org> From: Ade Lovett Date: Sun, 17 Sep 2000 11:47:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/ng Makefile ports/japanese/ng/files md5 ports/japanese/ng/patches patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/17 11:47:43 PDT Modified files: japanese/ng Makefile japanese/ng/files md5 japanese/ng/patches patch-aa patch-ab Log: Update to 1.4 release version PR: 21219 Submitted by: maintainer Revision Changes Path 1.6 +2 -3 ports/japanese/ng/Makefile 1.3 +1 -1 ports/japanese/ng/files/md5 1.4 +4 -3 ports/japanese/ng/patches/patch-aa 1.2 +3 -3 ports/japanese/ng/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 Sep 17 11:50:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C73A37B423; Sun, 17 Sep 2000 11:50:22 -0700 (PDT) Received: (from groudier@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA39683; Sun, 17 Sep 2000 11:50:22 -0700 (PDT) (envelope-from groudier@FreeBSD.org) Message-Id: <200009171850.LAA39683@freefall.freebsd.org> From: Gerard Roudier Date: Sun, 17 Sep 2000 11:50:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sym sym_defs.h sym_hipd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG groudier 2000/09/17 11:50:21 PDT Modified files: (Branch: RELENG_4) sys/dev/sym sym_defs.h sym_hipd.c Log: PR: 20895 MFC: sym_defs.h 1.6, sym_hipd.c 1.18 - Fix PR kern/20895 - Work-around PR misc/17584 Revision Changes Path 1.4.2.3 +4 -3 src/sys/dev/sym/sym_defs.h 1.6.2.4 +44 -25 src/sys/dev/sym/sym_hipd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 11:53:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DAEB637B42C; Sun, 17 Sep 2000 11:53:45 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA40555; Sun, 17 Sep 2000 11:53:45 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009171853.LAA40555@freefall.freebsd.org> From: Ade Lovett Date: Sun, 17 Sep 2000 11:53:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/skill Makefile ports/sysutils/skill/files md5 ports/sysutils/skill/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/17 11:53:45 PDT Modified files: sysutils/skill Makefile sysutils/skill/files md5 sysutils/skill/patches patch-aa Log: Update to version 4.0 PR: 21284 Submitted by: maintainer Revision Changes Path 1.11 +3 -4 ports/sysutils/skill/Makefile 1.6 +1 -1 ports/sysutils/skill/files/md5 1.3 +19 -7 ports/sysutils/skill/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 Sep 17 11:58:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 614C437B422; Sun, 17 Sep 2000 11:58:43 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA41376; Sun, 17 Sep 2000 11:58:43 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009171858.LAA41376@freefall.freebsd.org> From: Ade Lovett Date: Sun, 17 Sep 2000 11:58:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/teknap Makefile ports/audio/teknap/files md5 ports/audio/teknap/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/17 11:58:43 PDT Modified files: audio/teknap Makefile audio/teknap/files md5 audio/teknap/pkg DESCR Log: Update to version 1.2 and add a few hooks PR: 21303 Submitted by: maintainer Revision Changes Path 1.4 +20 -10 ports/audio/teknap/Makefile 1.3 +1 -1 ports/audio/teknap/files/md5 1.3 +1 -1 ports/audio/teknap/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 Sep 17 12: 4:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E45437B422; Sun, 17 Sep 2000 12:04:17 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA42472; Sun, 17 Sep 2000 12:04:14 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009171904.MAA42472@freefall.freebsd.org> From: Ade Lovett Date: Sun, 17 Sep 2000 12:04:14 -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 ade 2000/09/17 12:04:14 PDT Modified files: . modules Log: Fix typo. It's surfraw, not surfaw. Found whilst trying to update the port :) Revision Changes Path 1.1717 +2 -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 Sun Sep 17 12: 6: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A99C37B424; Sun, 17 Sep 2000 12:05:59 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA44470; Sun, 17 Sep 2000 12:05:59 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009171905.MAA44470@freefall.freebsd.org> From: Ade Lovett Date: Sun, 17 Sep 2000 12:05:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/surfraw Makefile ports/www/surfraw/files md5 ports/www/surfraw/patches patch-ac patch-ad patch-ae patch-af ports/www/surfraw/pkg DEINSTALL INSTALL PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/17 12:05:58 PDT Modified files: www/surfraw Makefile www/surfraw/files md5 www/surfraw/pkg PLIST Added files: www/surfraw/patches patch-ac patch-ad patch-ae patch-af www/surfraw/pkg DEINSTALL INSTALL Log: Update to version 1.0.1 PR: 21326 Submitted by: maintainer Revision Changes Path 1.2 +6 -16 ports/www/surfraw/Makefile 1.2 +1 -1 ports/www/surfraw/files/md5 1.2 +5 -1 ports/www/surfraw/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 Sep 17 12: 9:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0493937B422; Sun, 17 Sep 2000 12:09:29 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA44941; Sun, 17 Sep 2000 12:09:28 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009171909.MAA44941@freefall.freebsd.org> From: Ade Lovett Date: Sun, 17 Sep 2000 12:09:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/nautilus Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/17 12:09:28 PDT Modified files: x11-fm/nautilus Makefile Log: Fix rpm dependency issue. Submitted by: Guenther Schmidt Revision Changes Path 1.2 +4 -3 ports/x11-fm/nautilus/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 12:31:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74CFC37B422; Sun, 17 Sep 2000 12:31:50 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA48913; Sun, 17 Sep 2000 12:31:50 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200009171931.MAA48913@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 17 Sep 2000 12:31:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/nls msgcat.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/09/17 12:31:50 PDT Modified files: (Branch: RELENG_3) lib/libc/nls msgcat.c Log: nonexistant _fcntl -> fcntl Revision Changes Path 1.18.2.4 +3 -3 src/lib/libc/nls/msgcat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 12:41:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C0E9F37B42C; Sun, 17 Sep 2000 12:41:26 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA49947; Sun, 17 Sep 2000 12:41:26 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200009171941.MAA49947@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 17 Sep 2000 12:41:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_snapshot.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/09/17 12:41:26 PDT Modified files: sys/ufs/ffs ffs_snapshot.c Log: Silence a warning. Revision Changes Path 1.6 +2 -2 src/sys/ufs/ffs/ffs_snapshot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 12:44: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 C330737B422; Sun, 17 Sep 2000 12:44:07 -0700 (PDT) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id PAA58478; Sun, 17 Sep 2000 15:44:07 -0400 (EDT) (envelope-from wollman) Date: Sun, 17 Sep 2000 15:44:07 -0400 (EDT) From: Garrett Wollman Message-Id: <200009171944.PAA58478@khavrinen.lcs.mit.edu> To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern uipc_accf.c src/sys/netinet accf_http.c src/sys/sys socketvar.h In-Reply-To: <20000907022131.V18862@fw.wintelcom.net> References: <200009061849.LAA34906@freefall.freebsd.org> <20000907023342.G656@hand.dotat.at> <20000907022131.V18862@fw.wintelcom.net> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Clearing out some old mail...] < said: > That's possible, but right now I'd like to fix the way listen() > overflows are handled. (make them FIFO) Listen queue overflows are handled the way they are in order to mitigate certain classes of DoS attacks. As it happens, I think the code is not written as efficiently as it could have been[1], but drop-tail is definitely the wrong queueing model for the listen queue. -GAWollman [1] Specifically, the code attempts to implement random drop, but does so in rather inefficiently. Rather than indexing the listen queue to find a random connection to drop, a more efficient implementation would implement the strategy described in the RED paper; that being to choose a random interval (with mean proportional to the average fullness of the queue) and then simply drop the new connection at that interval. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 12:49:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 96B2F37B423; Sun, 17 Sep 2000 12:49:55 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA51265; Sun, 17 Sep 2000 12:49:55 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200009171949.MAA51265@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 17 Sep 2000 12:49:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch fetch.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/09/17 12:49:55 PDT Modified files: (Branch: RELENG_4) lib/libfetch fetch.3 Log: MFC: describe FTP_PROXY better Revision Changes Path 1.11.2.7 +5 -1 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 Sun Sep 17 12:51:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF9CD37B423; Sun, 17 Sep 2000 12:51:14 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA51550; Sun, 17 Sep 2000 12:51:14 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200009171951.MAA51550@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 17 Sep 2000 12:51:14 -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/09/17 12:51:14 PDT Modified files: (Branch: RELENG_4) usr.bin/fetch fetch.c Log: MFC: if output file is a device node, don't set mtime or unlink Revision Changes Path 1.10.2.7 +5 -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 Sun Sep 17 12:52:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46C0B37B423; Sun, 17 Sep 2000 12:52:36 -0700 (PDT) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA51756; Sun, 17 Sep 2000 12:52:36 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <200009171952.MAA51756@freefall.freebsd.org> From: Tim Vanderhoek Date: Sun, 17 Sep 2000 12:52:36 -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 hoek 2000/09/17 12:52:36 PDT Modified files: en_US.ISO_8859-1/books/porters-handbook book.sgml Log: Don't tell committers to place distfiles in their freefall public_html/ webspace. Tell them to place dists into ~/public_distfiles/, as per message-id: <20000617231525.D61804@dragon.nuxi.com> in cvs-committers. Since this document is written for port authors, not just committers, only tell committers this information in a back-handed manner. Revision Changes Path 1.121 +12 -9 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 Sep 17 13: 2:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 892CB37B422; Sun, 17 Sep 2000 13:02:53 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA53840; Sun, 17 Sep 2000 13:02:53 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200009172002.NAA53840@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 17 Sep 2000 13:02:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sockstat sockstat.pl X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/09/17 13:02:53 PDT Modified files: (Branch: RELENG_4) usr.bin/sockstat sockstat.pl Log: MFC: absolute paths, raw sockets Revision Changes Path 1.6.2.1 +5 -5 src/usr.bin/sockstat/sockstat.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 13:32:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 747C737B423; Sun, 17 Sep 2000 13:32:46 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA64490; Sun, 17 Sep 2000 13:32:46 -0700 (PDT) (envelope-from ache@FreeBSD.org) Message-Id: <200009172032.NAA64490@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 17 Sep 2000 13:32:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/catman catman.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ache 2000/09/17 13:32:46 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/man/catman catman.1 Log: MFC: spelling Revision Changes Path 1.17.2.1 +3 -3 src/gnu/usr.bin/man/catman/catman.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 13:42:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4806B37B424; Sun, 17 Sep 2000 13:42:29 -0700 (PDT) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA66984; Sun, 17 Sep 2000 13:42:29 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <200009172042.NAA66984@freefall.freebsd.org> From: Kenneth Merry Date: Sun, 17 Sep 2000 13:42:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol camcontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ken 2000/09/17 13:42:29 PDT Modified files: sbin/camcontrol camcontrol.c Log: Adjust 'camcontrol negotiate -v' so it prints out the initiator ID from the Path Inquiry CCB. Revision Changes Path 1.31 +3 -1 src/sbin/camcontrol/camcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 14: 1:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D3BAC37B423; Sun, 17 Sep 2000 14:01:30 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA70807; Sun, 17 Sep 2000 14:01:30 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200009172101.OAA70807@freefall.freebsd.org> From: Warner Losh Date: Sun, 17 Sep 2000 14:01:30 -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/09/17 14:01:30 PDT Modified files: . UPDATING Log: Note about moving kernel names. Revision Changes Path 1.125 +6 -1 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 14: 3: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F68537B422; Sun, 17 Sep 2000 14:02:58 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA71083; Sun, 17 Sep 2000 14:02:58 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200009172102.OAA71083@freefall.freebsd.org> From: Warner Losh Date: Sun, 17 Sep 2000 14:02:58 -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 imp 2000/09/17 14:02:58 PDT Modified files: . Makefile.inc1 Log: Add reinstallkernel target. Does same thing as installkernel, but executes the reinstall target rather than the install target that installkernel does. Revision Changes Path 1.170 +4 -1 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 Sun Sep 17 14:19:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 021C837B423; Sun, 17 Sep 2000 14:19:31 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA75241; Sun, 17 Sep 2000 14:19:30 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200009172119.OAA75241@freefall.freebsd.org> From: Steve Price Date: Sun, 17 Sep 2000 14:19:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/linbot Makefile ports/www/linbot/pkg DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/09/17 14:19:30 PDT Modified files: www/linbot Makefile www/linbot/pkg DESCR PLIST Log: - Install several config files that are required at runtime. - Update to use new homepage location. Approved by: maintainer Revision Changes Path 1.10 +6 -1 ports/www/linbot/Makefile 1.3 +1 -1 ports/www/linbot/pkg/DESCR 1.4 +18 -0 ports/www/linbot/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 Sep 17 14:26:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D415E37B43C; Sun, 17 Sep 2000 14:26:15 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA76465; Sun, 17 Sep 2000 14:26:15 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200009172126.OAA76465@freefall.freebsd.org> From: Steve Price Date: Sun, 17 Sep 2000 14:26:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/jx Makefile ports/x11-toolkits/jx/files configure.in patch-aa patch-ab ports/x11-toolkits/jx/patches patch-ag patch-af ports/x11-toolkits/jx/pkg COMMENT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/09/17 14:26:15 PDT Modified files: x11-toolkits/jx Makefile x11-toolkits/jx/files patch-aa x11-toolkits/jx/pkg COMMENT Added files: x11-toolkits/jx/files configure.in x11-toolkits/jx/patches patch-ag Removed files: x11-toolkits/jx/files patch-ab x11-toolkits/jx/patches patch-af Log: Major overhaul of this port so that we cleanly build the other ports that depend on it. Submitted by: maintainer Revision Changes Path 1.8 +51 -48 ports/x11-toolkits/jx/Makefile 1.2 +22 -7 ports/x11-toolkits/jx/files/patch-aa 1.3 +1 -1 ports/x11-toolkits/jx/pkg/COMMENT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 14:29:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C32937B424; Sun, 17 Sep 2000 14:29:15 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA77167; Sun, 17 Sep 2000 14:29:15 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200009172129.OAA77167@freefall.freebsd.org> From: Steve Price Date: Sun, 17 Sep 2000 14:29:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/codecrusader Makefile ports/devel/codecrusader/patches patch-af ports/x11-toolkits/libjsearch Makefile ports/x11-toolkits/libjsearch/patches patch-aa ports/x11-toolkits/libjsearch/pkg PLIST ports/x11-toolkits/libjtoolbar Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/09/17 14:29:15 PDT Modified files: devel/codecrusader Makefile devel/codecrusader/patches patch-af x11-toolkits/libjsearch Makefile x11-toolkits/libjsearch/patches patch-aa x11-toolkits/libjsearch/pkg PLIST x11-toolkits/libjtoolbar Makefile x11-toolkits/libjtoolbar/patches patch-aa x11-toolkits/libjtoolbar/pkg COMMENT PLIST x11-toolkits/libjtree Makefile x11-toolkits/libjtree/patches patch-aa x11-toolkits/libjtree/pkg PLIST Log: Fix these ports so that among other things they look for the jx header files in the correct place. Submitted by: maintainer Revision Changes Path 1.12 +28 -23 ports/devel/codecrusader/Makefile 1.2 +10 -8 ports/devel/codecrusader/patches/patch-af 1.5 +19 -16 ports/x11-toolkits/libjsearch/Makefile 1.2 +10 -8 ports/x11-toolkits/libjsearch/patches/patch-aa 1.3 +2 -2 ports/x11-toolkits/libjsearch/pkg/PLIST 1.4 +19 -17 ports/x11-toolkits/libjtoolbar/Makefile 1.2 +10 -8 ports/x11-toolkits/libjtoolbar/patches/patch-aa 1.2 +1 -1 ports/x11-toolkits/libjtoolbar/pkg/COMMENT 1.3 +2 -2 ports/x11-toolkits/libjtoolbar/pkg/PLIST 1.4 +18 -17 ports/x11-toolkits/libjtree/Makefile 1.2 +10 -8 ports/x11-toolkits/libjtree/patches/patch-aa 1.3 +2 -2 ports/x11-toolkits/libjtree/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 Sep 17 14:43: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from berserker.bsdi.com (berserker.twistedbit.com [199.79.183.1]) by hub.freebsd.org (Postfix) with ESMTP id 0F3BA37B43E; Sun, 17 Sep 2000 14:43:00 -0700 (PDT) Received: from berserker.bsdi.com (cp@localhost [127.0.0.1]) by berserker.bsdi.com (8.9.3/8.9.3) with ESMTP id PAA18512; Sun, 17 Sep 2000 15:42:57 -0600 (MDT) Message-Id: <200009172142.PAA18512@berserker.bsdi.com> To: Alfred Perlstein Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/pci if_fxp.c if_fxpvar.h From: Chuck Paterson Date: Sun, 17 Sep 2000 15:42:57 -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG } }How are the IF_QUEUEs being protected? Right now there's no }IF_QUEUE_LOCK except in BSD/os and my private tree, is this safe }without protecting the queues? } They aren't, and we can't actually off Giant until this is fixed. FYI, This changes breaks building current if SMP is not defined. We are looking into what is going on with the include files. If we don't figure something out reasonably soon we will badk this out until we can get it straightened out. Chuck To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 15: 0:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7382537B422; Sun, 17 Sep 2000 15:00:29 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA81283; Sun, 17 Sep 2000 15:00:29 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009172200.PAA81283@freefall.freebsd.org> From: Will Andrews Date: Sun, 17 Sep 2000 15:00:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/fcplay Makefile ports/audio/fcplay/files md5 ports/audio/fcplay/patches patch-aa ports/audio/fcplay/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/09/17 15:00:29 PDT Modified files: audio Makefile Added files: audio/fcplay Makefile audio/fcplay/files md5 audio/fcplay/patches patch-aa audio/fcplay/pkg COMMENT DESCR PLIST Log: Add fcplay 0.0.1, a player for the Future Composer tunes from the Amiga. PR: 21335 Submitted by: Anders Nordby Revision Changes Path 1.167 +2 -1 ports/audio/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 15: 0:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 06EC337B423; Sun, 17 Sep 2000 15:00:42 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA81359; Sun, 17 Sep 2000 15:00:41 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009172200.PAA81359@freefall.freebsd.org> From: Will Andrews Date: Sun, 17 Sep 2000 15:00: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 will 2000/09/17 15:00:41 PDT Modified files: . modules Log: fcplay --> ports/audio/fcplay Revision Changes Path 1.1718 +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 Sep 17 15: 1:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E429E37B422; Sun, 17 Sep 2000 15:01:21 -0700 (PDT) Received: (from cp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA81565; Sun, 17 Sep 2000 15:01:21 -0700 (PDT) (envelope-from cp@FreeBSD.org) Message-Id: <200009172201.PAA81565@freefall.freebsd.org> From: Chuck Paterson Date: Sun, 17 Sep 2000 15:01:21 -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 cp 2000/09/17 15:01:21 PDT Modified files: sys/pci if_fxp.c Log: Add include of proc.h to make compile without SMP defined. This change is likely interm, the include happens automagically when SMP is defined. Obtained from: Jason Evans. Revision Changes Path 1.87 +2 -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 Sun Sep 17 15: 6: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0893137B423; Sun, 17 Sep 2000 15:06:00 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA83671; Sun, 17 Sep 2000 15:05:59 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009172205.PAA83671@freefall.freebsd.org> From: Will Andrews Date: Sun, 17 Sep 2000 15:05:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/festvox-jph Makefile ports/audio/festvox-jph/files md5 ports/audio/festvox-jph/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/09/17 15:05:59 PDT Modified files: audio Makefile Added files: audio/festvox-jph Makefile audio/festvox-jph/files md5 audio/festvox-jph/pkg COMMENT DESCR PLIST Log: Add festvox-jph 2.0, the American English male voice for Festival. PR: 21331 Submitted by: Trevor Johnson Revision Changes Path 1.168 +2 -1 ports/audio/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 15: 6: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E7B3037B424; Sun, 17 Sep 2000 15:06:00 -0700 (PDT) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id PAA83681; Sun, 17 Sep 2000 15:06:00 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Sun, 17 Sep 2000 15:06:00 -0700 (PDT) From: Kris Kennaway To: "Brian F. Feldman" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libssl Makefile src/secure/lib/libcrypto Makefile Makefile.inc In-Reply-To: <200009171521.e8HFLK523802@green.dyndns.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 Sun, 17 Sep 2000, Brian F. Feldman wrote: > > > > Overhaul of the build-time include file generation. Don't break in evp.h > > > > if bootstrapping from a system on which the openssl headers are not > > > > already present. > > > > > > I don't get it; what case does this fix? It was simply _evp.h previously > > > calling the temporary file evp.h made sure it got used, and building > > > things without NO_IDEA just didn't work for the obvious reasons. That was > > > fixed, and I don't see how bootstrapping could have broken (or fixed). > > > > Because the file was called _evp.h during the build phase if MAKE_IDEA=NO, > > and the openssl code looks for evp.h - if you have it in > > /usr/include/openssl then it picks up that one, which has obvious > > compatability issues when the include file changes (which is how I > > discovered it - when integrating the openssl 0.9.6 beta1 release in my > > local tree) > > Hm, that does make some sense then; why don't we just fix the include paths > that are used during building? If this happened for evp.h, it could occur > for more files later, I suppose. /usr/include really shouldn't be in any > include paths at all when building world. Actually what would have happened is that make world would just break. I fixed it by installing the file as evp.h in the temporary directory in both (MAKE_IDEA=YES/NO) cases, instead of just the YES case. 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 Sep 17 15: 6:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9057937B423; Sun, 17 Sep 2000 15:06:06 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA83721; Sun, 17 Sep 2000 15:06:06 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009172206.PAA83721@freefall.freebsd.org> From: Will Andrews Date: Sun, 17 Sep 2000 15:06: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 will 2000/09/17 15:06:06 PDT Modified files: . modules Log: festvox-jph --> ports/audio/festvox-jph Revision Changes Path 1.1719 +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 Sep 17 15:12:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F311737B423; Sun, 17 Sep 2000 15:12:15 -0700 (PDT) Received: (from dg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA84439; Sun, 17 Sep 2000 15:12:15 -0700 (PDT) (envelope-from dg@FreeBSD.org) Message-Id: <200009172212.PAA84439@freefall.freebsd.org> From: David Greenman Date: Sun, 17 Sep 2000 15:12:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_fxp.c if_fxpvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dg 2000/09/17 15:12:14 PDT Modified files: sys/pci if_fxp.c if_fxpvar.h Log: Added support for APM suspend/resume. PR: 18756 Submitted by: mike ryan , with modifications by me. Revision Changes Path 1.88 +106 -8 src/sys/pci/if_fxp.c 1.12 +7 -1 src/sys/pci/if_fxpvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 15:18:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 96D0337B422; Sun, 17 Sep 2000 15:18:25 -0700 (PDT) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id PAA85231; Sun, 17 Sep 2000 15:18:25 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Sun, 17 Sep 2000 15:18:25 -0700 (PDT) From: Kris Kennaway To: Ade Lovett Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules In-Reply-To: <200009171904.MAA42472@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 Sun, 17 Sep 2000, Ade Lovett wrote: > ade 2000/09/17 12:04:14 PDT > > Modified files: > . modules > Log: > Fix typo. It's surfraw, not surfaw. > Found whilst trying to update the port :) Oops, I forgot to change it when the software changed names from surfaw to surfraw :-) 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 Sep 17 15:20:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F21B37B422; Sun, 17 Sep 2000 15:20:34 -0700 (PDT) Received: (from dg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA85564; Sun, 17 Sep 2000 15:20:34 -0700 (PDT) (envelope-from dg@FreeBSD.org) Message-Id: <200009172220.PAA85564@freefall.freebsd.org> From: David Greenman Date: Sun, 17 Sep 2000 15:20:34 -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 dg 2000/09/17 15:20:34 PDT Modified files: sys/pci if_fxp.c Log: Attempt to replicate the new fxp SMP locking in the changes committed in the previous (APM suspend/resume) commit. Revision Changes Path 1.89 +9 -7 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 Sun Sep 17 15:25:14 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 DA48F37B424; Sun, 17 Sep 2000 15:25:08 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.0/8.11.0) with ESMTP id e8HMLHv42347; Sun, 17 Sep 2000 23:21:17 +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.11.0/8.11.0) with ESMTP id e8HMHnm02306; Sun, 17 Sep 2000 23:17:49 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200009172217.e8HMHnm02306@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: Message from Warner Losh of "Sun, 17 Sep 2000 14:02:58 PDT." <200009172102.OAA71083@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 17 Sep 2000 23:17:49 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > imp 2000/09/17 14:02:58 PDT > > Modified files: > . Makefile.inc1 > Log: > Add reinstallkernel target. Does same thing as installkernel, but > executes the reinstall target rather than the install target that > installkernel does. > > Revision Changes Path > 1.170 +4 -1 src/Makefile.inc1 Ha :-) Only today I tried a ``make reinstallkernel''. It didn't work, so I just did the installkernel (it didn't matter that much on that machine). Thanks for adding this ! -- 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 Sun Sep 17 15:30:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E11F37B423; Sun, 17 Sep 2000 15:30:37 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA87232; Sun, 17 Sep 2000 15:30:37 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009172230.PAA87232@freefall.freebsd.org> From: Will Andrews Date: Sun, 17 Sep 2000 15:30:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/nsf Makefile ports/misc/nsf/files md5 ports/misc/nsf/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/09/17 15:30:37 PDT Modified files: misc Makefile Added files: misc/nsf Makefile misc/nsf/files md5 misc/nsf/pkg COMMENT DESCR PLIST Log: Add nsf (unversioned - but I put 1.0), NAKAMURA Kazushi's shell form input. PR: 21235 Submitted by: NAKAMURA Kazushi Revision Changes Path 1.294 +2 -1 ports/misc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 15:30:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8D8C37B424; Sun, 17 Sep 2000 15:30:45 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA87287; Sun, 17 Sep 2000 15:30:45 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009172230.PAA87287@freefall.freebsd.org> From: Will Andrews Date: Sun, 17 Sep 2000 15:30: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 will 2000/09/17 15:30:45 PDT Modified files: . modules Log: nsf --> ports/misc/nsf Revision Changes Path 1.1720 +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 Sep 17 15:36:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 49BBF37B423; Sun, 17 Sep 2000 15:36:33 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA88260; Sun, 17 Sep 2000 15:36:33 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009172236.PAA88260@freefall.freebsd.org> From: Will Andrews Date: Sun, 17 Sep 2000 15:36:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/oops Makefile ports/www/oops/files md5 oops.sh ports/www/oops/patches patch-aa patch-ab ports/www/oops/pkg COMMENT DESCR INSTALL PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/09/17 15:36:33 PDT Modified files: www Makefile Added files: www/oops Makefile www/oops/files md5 oops.sh www/oops/patches patch-aa patch-ab www/oops/pkg COMMENT DESCR INSTALL PLIST Log: Add oops 1.4.16, a www proxy server similar to squid but easier to configure, threadsafe (can use more than one CPU), and faster (uses large files rather than many files). PR: 21318 Submitted by: Sergey Oskin Revision Changes Path 1.253 +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 Sun Sep 17 15:36:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B360937B423; Sun, 17 Sep 2000 15:36:39 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA88304; Sun, 17 Sep 2000 15:36:39 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009172236.PAA88304@freefall.freebsd.org> From: Will Andrews Date: Sun, 17 Sep 2000 15:36:39 -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/09/17 15:36:39 PDT Modified files: . modules Log: oops --> ports/www/oops Revision Changes Path 1.1721 +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 Sep 17 15:43:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41ECE37B423; Sun, 17 Sep 2000 15:43:11 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA89499; Sun, 17 Sep 2000 15:43:11 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009172243.PAA89499@freefall.freebsd.org> From: Will Andrews Date: Sun, 17 Sep 2000 15:43:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/nsf Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/09/17 15:43:10 PDT Modified files: misc/nsf Makefile Log: Uhm, use INSTALL_MAN not INSTALL_DATA. *thwack*thwack* Revision Changes Path 1.2 +2 -2 ports/misc/nsf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 15:45: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4512937B43E; Sun, 17 Sep 2000 15:45:03 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA89958; Sun, 17 Sep 2000 15:45:03 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009172245.PAA89958@freefall.freebsd.org> From: Will Andrews Date: Sun, 17 Sep 2000 15:45:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/vrfy Makefile ports/mail/vrfy/files md5 ports/mail/vrfy/patches patch-aa ports/mail/vrfy/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/09/17 15:45:03 PDT Modified files: mail Makefile Added files: mail/vrfy Makefile mail/vrfy/files md5 mail/vrfy/patches patch-aa mail/vrfy/pkg COMMENT DESCR PLIST Log: Add vrfy (unversioned), an email address verifier. No, I don't know how this thing works, and if it creates spam, oh well. Tools, not policy. :) PR: 21234 Submitted by: NAKAMURA Kazushi Revision Changes Path 1.162 +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 Sep 17 15:45:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B4C337B619; Sun, 17 Sep 2000 15:45:11 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA90020; Sun, 17 Sep 2000 15:45:11 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009172245.PAA90020@freefall.freebsd.org> From: Will Andrews Date: Sun, 17 Sep 2000 15: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 will 2000/09/17 15:45:11 PDT Modified files: . modules Log: vrfy --> ports/mail/vrfy Revision Changes Path 1.1722 +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 Sep 17 16: 0: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E1E237B422; Sun, 17 Sep 2000 15:59:59 -0700 (PDT) Received: (from dg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA91972; Sun, 17 Sep 2000 15:59:59 -0700 (PDT) (envelope-from dg@FreeBSD.org) Message-Id: <200009172259.PAA91972@freefall.freebsd.org> From: David Greenman Date: Sun, 17 Sep 2000 15:59:59 -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 dg 2000/09/17 15:59:58 PDT Modified files: sys/pci if_fxp.c Log: Added missing FXP_SPLVAR() to fxp_intr(). Revision Changes Path 1.90 +3 -3 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 Sun Sep 17 16: 5: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF36E37B422; Sun, 17 Sep 2000 16:04:57 -0700 (PDT) Received: (from dg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA92676; Sun, 17 Sep 2000 16:04:57 -0700 (PDT) (envelope-from dg@FreeBSD.org) Message-Id: <200009172304.QAA92676@freefall.freebsd.org> From: David Greenman Date: Sun, 17 Sep 2000 16:04:57 -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 dg 2000/09/17 16:04:57 PDT Modified files: sys/pci if_fxp.c Log: As a minor optimization, do suspended checking more like it was originally in the PR - before the while loop. Revision Changes Path 1.91 +7 -2 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 Sun Sep 17 16:23:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9945B37B422; Sun, 17 Sep 2000 16:23:23 -0700 (PDT) Received: (from dg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA96148; Sun, 17 Sep 2000 16:23:23 -0700 (PDT) (envelope-from dg@FreeBSD.org) Message-Id: <200009172323.QAA96148@freefall.freebsd.org> From: David Greenman Date: Sun, 17 Sep 2000 16:23:23 -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 dg 2000/09/17 16:23:23 PDT Modified files: sys/pci if_fxp.c Log: Added a couple more missing FXP_SPLVAR()'s. Revision Changes Path 1.92 +3 -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 Sun Sep 17 16:46:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B14237B423; Sun, 17 Sep 2000 16:46:33 -0700 (PDT) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA99925; Sun, 17 Sep 2000 16:46:33 -0700 (PDT) (envelope-from cg@FreeBSD.org) Message-Id: <200009172346.QAA99925@freefall.freebsd.org> From: Cameron Grant Date: Sun, 17 Sep 2000 16:46:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pci ds1.c neomagic.c solo.c t4dwave.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2000/09/17 16:46:33 PDT Modified files: sys/dev/sound/pci ds1.c neomagic.c solo.c t4dwave.c Log: fix warnings Revision Changes Path 1.18 +1 -3 src/sys/dev/sound/pci/ds1.c 1.19 +2 -2 src/sys/dev/sound/pci/neomagic.c 1.14 +2 -3 src/sys/dev/sound/pci/solo.c 1.18 +2 -2 src/sys/dev/sound/pci/t4dwave.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 16:51: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C9E9637B423; Sun, 17 Sep 2000 16:51:00 -0700 (PDT) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA00847; Sun, 17 Sep 2000 16:51:00 -0700 (PDT) (envelope-from cg@FreeBSD.org) Message-Id: <200009172351.QAA00847@freefall.freebsd.org> From: Cameron Grant Date: Sun, 17 Sep 2000 16:51:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm ac97.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2000/09/17 16:51:00 PDT Modified files: sys/dev/sound/pcm ac97.c Log: dynamify- probe codec for supported channels add channel mappings for mixer Revision Changes Path 1.12 +51 -31 src/sys/dev/sound/pcm/ac97.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 16:57:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B84137B42C; Sun, 17 Sep 2000 16:57:53 -0700 (PDT) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA01671; Sun, 17 Sep 2000 16:57:53 -0700 (PDT) (envelope-from mdodd@FreeBSD.org) Message-Id: <200009172357.QAA01671@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Sun, 17 Sep 2000 16:57:53 -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 mdodd 2000/09/17 16:57:53 PDT Modified files: sys/kern subr_bus.c Log: Initialize 'hints_loaded' to 0. This allows static hints to work properly. Revision Changes Path 1.80 +2 -2 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 Sun Sep 17 16:58: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B0A0937B423; Sun, 17 Sep 2000 16:58:04 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA01706; Sun, 17 Sep 2000 16:58:04 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009172358.QAA01706@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 17 Sep 2000 16:58:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults make.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/17 16:58:04 PDT Modified files: (Branch: RELENG_4) etc/defaults make.conf Log: Sync up the relevant parts of make.conf with -current. Missing are ENABLE_SUIDPERL and PPP_NOSUID, not yet merged. Revision Changes Path 1.97.2.18 +22 -15 src/etc/defaults/make.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 17:34:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25C9C37B422; Sun, 17 Sep 2000 17:34:30 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07424; Sun, 17 Sep 2000 17:34:30 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200009180034.RAA07424@freefall.freebsd.org> From: Steve Price Date: Sun, 17 Sep 2000 17:34:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils Makefile ports/deskutils/notebook Makefile ports/deskutils/notebook/files md5 ports/deskutils/notebook/patches patch-aa patch-ab patch-ac patch-ad ports/deskutils/notebook/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/09/17 17:34:29 PDT Modified files: deskutils Makefile Added files: deskutils/notebook Makefile deskutils/notebook/files md5 deskutils/notebook/patches patch-aa patch-ab patch-ac patch-ad deskutils/notebook/pkg COMMENT DESCR PLIST Log: Adding notebook version 1.0.1. An organizer for storing information and to-do lists. PR: 19289 Submitted by: Mario S F Ferreira Revision Changes Path 1.31 +2 -1 ports/deskutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 17:37:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 43BE237B423; Sun, 17 Sep 2000 17:37:24 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA08002; Sun, 17 Sep 2000 17:37:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200009180037.RAA08002@freefall.freebsd.org> From: Steve Price Date: Sun, 17 Sep 2000 17:37:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/codemedic Makefile ports/devel/codemedic/files md5 ports/devel/codemedic/patches patch-aa patch-ab ports/devel/codemedic/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/09/17 17:37:24 PDT Modified files: devel Makefile Added files: devel/codemedic Makefile devel/codemedic/files md5 devel/codemedic/patches patch-aa patch-ab devel/codemedic/pkg COMMENT DESCR PLIST Log: Adding codemedic version 1.0.4. Provides an elegant graphical interface to gdb. PR: 19083 Submitted by: Mario S F Ferreira Revision Changes Path 1.347 +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 Sun Sep 17 17:40:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5116D37B422; Sun, 17 Sep 2000 17:40:20 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA08566; Sun, 17 Sep 2000 17:40:20 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200009180040.RAA08566@freefall.freebsd.org> From: Steve Price Date: Sun, 17 Sep 2000 17:40:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/arrow Makefile ports/mail/arrow/files md5 ports/mail/arrow/patches patch-aa patch-ab patch-ac patch-ad patch-ae ports/mail/arrow/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/09/17 17:40:20 PDT Modified files: mail Makefile Added files: mail/arrow Makefile mail/arrow/files md5 mail/arrow/patches patch-aa patch-ab patch-ac patch-ad patch-ae mail/arrow/pkg COMMENT DESCR PLIST Log: Adding arrow version 1.0.8. A mail reader for X that lets you view, compose, and organize your mail. It groks PGP, GnuPG, POP, and APOP. PR: 19287 Submitted by: Mario S F Ferreira Revision Changes Path 1.163 +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 Sep 17 17:43:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 081C237B422; Sun, 17 Sep 2000 17:43:31 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA09206; Sun, 17 Sep 2000 17:43:31 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200009180043.RAA09206@freefall.freebsd.org> From: Steve Price Date: Sun, 17 Sep 2000 17:43:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/thx_1138 Makefile ports/math/thx_1138/files md5 ports/math/thx_1138/patches patch-aa patch-ab ports/math/thx_1138/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/09/17 17:43:30 PDT Modified files: math Makefile Added files: math/thx_1138 Makefile math/thx_1138/files md5 math/thx_1138/patches patch-aa patch-ab math/thx_1138/pkg COMMENT DESCR PLIST Log: Adding thx_1138 version 1.0.5. A calculator that includes plotting capabilities. PR: 19291 Submitted by: Mario S F Ferreira Revision Changes Path 1.83 +2 -1 ports/math/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 17:45: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4768C37B424; Sun, 17 Sep 2000 17:45:03 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA09721; Sun, 17 Sep 2000 17:45:03 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009180045.RAA09721@freefall.freebsd.org> From: Will Andrews Date: Sun, 17 Sep 2000 17:45:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/kdegraphics2/patches patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/09/17 17:45:03 PDT Added files: graphics/kdegraphics2/patches patch-ad Log: Add a patch I *SWORE* I added when I upgraded kdegraphics to 1.94. This basically silences a compiler error via a nasty function call cast. This patch has (of course) already been integrated into KDE CVS, and as such its expected lifetime is this single revision. Reported by: kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 17:46:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CC9B37B423; Sun, 17 Sep 2000 17:46:13 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA09982; Sun, 17 Sep 2000 17:46:13 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200009180046.RAA09982@freefall.freebsd.org> From: Steve Price Date: Sun, 17 Sep 2000 17:46:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm Makefile ports/x11-fm/systemg Makefile ports/x11-fm/systemg/files md5 ports/x11-fm/systemg/patches patch-aa patch-ab patch-ac patch-ad ports/x11-fm/systemg/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/09/17 17:46:13 PDT Modified files: x11-fm Makefile Added files: x11-fm/systemg Makefile x11-fm/systemg/files md5 x11-fm/systemg/patches patch-aa patch-ab patch-ac patch-ad x11-fm/systemg/pkg COMMENT DESCR PLIST Log: Adding systemg version 1.0.1. A UN*X file manager based on the design of Macintosh System 7. PR: 19288 Submitted by: Mario S F Ferreira Revision Changes Path 1.17 +2 -1 ports/x11-fm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 17:47:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A45C37B423; Sun, 17 Sep 2000 17:47:44 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA10183; Sun, 17 Sep 2000 17:47:44 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200009180047.RAA10183@freefall.freebsd.org> From: Steve Price Date: Sun, 17 Sep 2000 17:47: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 steve 2000/09/17 17:47:44 PDT Modified files: . modules Log: arrow -> ports/mail/arrow codemedic -> ports/devel/codemedic notebook -> ports/deskutils/notebook systemg -> ports/x11-fm/systemg thx_1138 -> ports/math/thx_1138 Revision Changes Path 1.1723 +6 -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 Sep 17 19: 5:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5947B37B424; Sun, 17 Sep 2000 19:05:45 -0700 (PDT) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA24755; Sun, 17 Sep 2000 19:05:45 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <200009180205.TAA24755@freefall.freebsd.org> From: Satoshi Taoka Date: Sun, 17 Sep 2000 19:05:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/yatex Makefile ports/print/yatex/files DEINSTALL.tmpl INSTALL.tmpl ports/print/yatex/pkg COMMENT ports/print/yatex-mule Makefile ports/print/yatex-xemacs Makefile ports/print/yatex-xemacs/pkg COMMENT ports/print/yatex-xemacs-mule ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2000/09/17 19:05:45 PDT Modified files: print/yatex Makefile print/yatex/files DEINSTALL.tmpl INSTALL.tmpl print/yatex/pkg COMMENT print/yatex-mule Makefile print/yatex-xemacs Makefile print/yatex-xemacs/pkg COMMENT print/yatex-xemacs-mule Makefile print/yatex-xemacs-mule/pkg COMMENT Log: (1) Fixed a problem hunging up the package-making system on bento Pointed out: asami (2) Modified to use variables defined in Mk/bsd.emacs.mk as many as possible. Revision Changes Path 1.24 +32 -38 ports/print/yatex/Makefile 1.6 +1 -1 ports/print/yatex/files/DEINSTALL.tmpl 1.10 +2 -2 ports/print/yatex/files/INSTALL.tmpl 1.3 +1 -1 ports/print/yatex/pkg/COMMENT 1.14 +2 -3 ports/print/yatex-mule/Makefile 1.14 +2 -3 ports/print/yatex-xemacs/Makefile 1.2 +1 -1 ports/print/yatex-xemacs/pkg/COMMENT 1.20 +2 -3 ports/print/yatex-xemacs-mule/Makefile 1.2 +1 -1 ports/print/yatex-xemacs-mule/pkg/COMMENT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 19: 7:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D612B37B422; Sun, 17 Sep 2000 19:07:12 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA25112; Sun, 17 Sep 2000 19:07:12 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009180207.TAA25112@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sun, 17 Sep 2000 19:07:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/chio chio.c src/bin/date date.c src/bin/ln ln.1 ln.c src/bin/pax options.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/17 19:07:12 PDT Modified files: (Branch: RELENG_4) bin/chio chio.c bin/date date.c bin/ln ln.1 ln.c bin/pax options.c Log: MFC: remove gratuitous getopt dependencies add -i flag to ln(1) Revision Changes Path 1.15.2.1 +1 -2 src/bin/chio/chio.c 1.32.2.3 +1 -3 src/bin/date/date.c 1.11.2.1 +28 -5 src/bin/ln/ln.1 1.15.2.1 +38 -9 src/bin/ln/ln.c 1.13.2.1 +1 -3 src/bin/pax/options.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 20: 0:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4598537B424; Sun, 17 Sep 2000 20:00:08 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA32010; Sun, 17 Sep 2000 20:00:08 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009180300.UAA32010@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 17 Sep 2000 20:00:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults make.conf src/secure/lib Makefile src/secure/lib/libcrypto Makefile src/secure/lib/librsaintl Makefile src/secure/lib/librsausa Makefile src/crypto/openssh rsa.c src/crypto/openssl/crypto/rsa rsa_intlstubs.c rsa_stubs.c ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/17 20:00:08 PDT Modified files: (Branch: RELENG_4) etc/defaults make.conf secure/lib Makefile secure/lib/libcrypto Makefile crypto/openssh rsa.c Removed files: (Branch: RELENG_4) secure/lib/librsaintl Makefile secure/lib/librsausa Makefile crypto/openssl/crypto/rsa rsa_intlstubs.c rsa_stubs.c crypto/openssl/rsaref Makefile.save Makefile.ssl rsar_err.c rsaref.c rsaref.h rsaref_stubs.c Log: MFC: Roll librsa* back into libcrypto Revision Changes Path 1.97.2.19 +1 -2 src/etc/defaults/make.conf 1.19.2.3 +2 -9 src/secure/lib/Makefile 1.15.2.4 +3 -3 src/secure/lib/libcrypto/Makefile 1.1.1.1.2.3 +1 -7 src/crypto/openssh/rsa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 20:35:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D09AD37B422; Sun, 17 Sep 2000 20:35:50 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA38198; Sun, 17 Sep 2000 20:35:50 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <200009180335.UAA38198@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Sun, 17 Sep 2000 20:35:50 -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 gibbs 2000/09/17 20:35:50 PDT Modified files: . Makefile.inc1 Log: This is really gross. If a user decides to forego a make depend during "make buildkernel", they should get what they deserve if no previous make depend has been run for that kernel. Instead, the build process includes special instructions to unconditionally rebuild aicasm. When aicasm moved to its own directory, this hack broke. Correct the hack until a get buy off on killing it. Revision Changes Path 1.171 +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 Sun Sep 17 21:14:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67F0E37B422; Sun, 17 Sep 2000 21:14:57 -0700 (PDT) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA45473; Sun, 17 Sep 2000 21:14:57 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <200009180414.VAA45473@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 17 Sep 2000 21:14:57 -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/09/17 21:14:57 PDT Modified files: Mk bsd.emacs.mk Log: Use MAKE_ARGS instead of MAKE_FLAGS. MAKE_FLAGS is for a make option with `-'. Revision Changes Path 1.11 +4 -4 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 Sun Sep 17 22:13:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1A3837B422; Sun, 17 Sep 2000 22:13:54 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA57063; Sun, 17 Sep 2000 22:13:54 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009180513.WAA57063@freefall.freebsd.org> From: Will Andrews Date: Sun, 17 Sep 2000 22:13:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/nsf/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/09/17 22:13:54 PDT Added files: misc/nsf/patches patch-aa Log: Add patch to fix sample.sh in distribution. Found by: Jos Backus 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 Sep 17 23: 9:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C7A6037B422; Sun, 17 Sep 2000 23:09:11 -0700 (PDT) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA66823; Sun, 17 Sep 2000 23:09:11 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <200009180609.XAA66823@freefall.freebsd.org> From: Kenneth Merry Date: Sun, 17 Sep 2000 23:09:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/chio chio.1 chio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ken 2000/09/17 23:09:11 PDT Modified files: bin/chio chio.1 chio.c Log: Add two new features to chio(1): - The ability to specify elements by volume tag instead of their actual physical location. e.g., instead of: chio move slot 3 slot 4 you would now use: chio move voltag FOO slot 4 - The ability to return an element to its previous location, as specified by the source element. e.g., instead of: chio move drive 0 slot 4 you would now use: chio return drive 0 or chio return voltag FOO These features will obviously only work with changers that support volume tags and/or source element IDs. chio(1) should fail gracefully if the user attempts to use these new features and the source element ID or volume tag are not found. PR: bin/21178 Submitted by: "C. Stephen Gunn" Reviewed by: ken Revision Changes Path 1.11 +31 -7 src/bin/chio/chio.1 1.17 +275 -10 src/bin/chio/chio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Sep 17 23:22:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EFB437B42C; Sun, 17 Sep 2000 23:22:51 -0700 (PDT) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA68670; Sun, 17 Sep 2000 23:22:51 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200009180622.XAA68670@freefall.freebsd.org> From: Steve Price Date: Sun, 17 Sep 2000 23:22:50 -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/patches patch-Mrm-Imakefile patch-Xm-Imakefile patch-uil-Imakefile ports/x11-toolkits/open-motif/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/09/17 23:22:50 PDT Modified files: x11-toolkits/open-motif Makefile x11-toolkits/open-motif/pkg PLIST Added files: x11-toolkits/open-motif/patches patch-Mrm-Imakefile patch-Xm-Imakefile patch-uil-Imakefile Log: Don't build/install the debug versions of lib{Mrm,Uil,Xm}. Requested by: asami Revision Changes Path 1.15 +2 -1 ports/x11-toolkits/open-motif/Makefile 1.7 +1 -4 ports/x11-toolkits/open-motif/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 Sep 18 0: 9:41 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 9433B37B422; Mon, 18 Sep 2000 00:09:33 -0700 (PDT) Received: from vic.sabbo.net (root@[193.193.218.91]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id KAA01389; Mon, 18 Sep 2000 10:09:21 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.0/8.9.3) with ESMTP id e8I6oo113833; Mon, 18 Sep 2000 09:50:50 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39C5BB4A.462FD04@FreeBSD.org> Date: Mon, 18 Sep 2000 09:50:50 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: "Chris D. Faulhaber" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/lang/ccscript Makefile ports/lang/ccscript/filesmd5 References: <200009171323.GAA99219@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 "Chris D. Faulhaber" wrote: > jedgar 2000/09/17 06:23:12 PDT > > Modified files: > lang/ccscript Makefile > lang/ccscript/files md5 > Log: > Update port to 1.2.2 > > PR: 21112 > Submitted by: Maintainer > > Revision Changes Path > 1.3 +2 -2 ports/lang/ccscript/Makefile > 1.3 +1 -1 ports/lang/ccscript/files/md5 Have you tested it? It doesn't compile for me. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 0:37:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B0D837B43F; Mon, 18 Sep 2000 00:31:22 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA85063; Mon, 18 Sep 2000 00:31:22 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009180731.AAA85063@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 18 Sep 2000 00:31:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gcompris Makefile ports/games/gcompris/files md5 ports/games/gcompris/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/18 00:31:22 PDT Modified files: games/gcompris Makefile games/gcompris/files md5 games/gcompris/pkg PLIST Log: Update to 0.3.1. Revision Changes Path 1.5 +4 -4 ports/games/gcompris/Makefile 1.2 +1 -1 ports/games/gcompris/files/md5 1.2 +20 -1 ports/games/gcompris/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 Sep 18 0:37:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52FA437B59E; Mon, 18 Sep 2000 00:35:42 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA85781; Mon, 18 Sep 2000 00:35:42 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200009180735.AAA85781@freefall.freebsd.org> From: Matt Jacob Date: Mon, 18 Sep 2000 00:35:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common dev_net.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/09/18 00:35:41 PDT Modified files: (Branch: RELENG_4) sys/boot/common dev_net.c Log: The alpha -stable builds have been broken for awhile. This is a temporary patch so that things can proceed. The complexity of what got (only partially) MFC'd needs still to be addressed- hopefully by those who were involved. Revision Changes Path 1.6.2.3 +3 -2 src/sys/boot/common/dev_net.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 0:41:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A6F1537B422; Mon, 18 Sep 2000 00:41:49 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA86680; Mon, 18 Sep 2000 00:41:49 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009180741.AAA86680@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 18 Sep 2000 00:41:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/lib file.c lib.h plist.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/18 00:41:49 PDT Modified files: usr.sbin/pkg_install/lib file.c lib.h plist.c Log: Fix symlink-to-a-dir handling in pkg_delete. Reviewed by: -ports Tested by: bento Revision Changes Path 1.43 +22 -5 src/usr.sbin/pkg_install/lib/file.c 1.31 +2 -1 src/usr.sbin/pkg_install/lib/lib.h 1.30 +3 -3 src/usr.sbin/pkg_install/lib/plist.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 0:45:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 66CA037B423; Mon, 18 Sep 2000 00:45:47 -0700 (PDT) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA87272; Mon, 18 Sep 2000 00:45:47 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200009180745.AAA87272@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 18 Sep 2000 00:45:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/passwd passwd.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/09/18 00:45:47 PDT Modified files: usr.bin/passwd passwd.1 Log: Correct a few typos, including a mis-represented option (-s instead of -h for NIS host). Submitted by: Peter Avalos Revision Changes Path 1.19 +5 -5 src/usr.bin/passwd/passwd.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 0:46:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B364837B423; Mon, 18 Sep 2000 00:46:39 -0700 (PDT) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA87469; Mon, 18 Sep 2000 00:46:39 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200009180746.AAA87469@freefall.freebsd.org> From: Sheldon Hearn Date: Mon, 18 Sep 2000 00:46:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/passwd passwd.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/09/18 00:46:39 PDT Modified files: (Branch: RELENG_4) usr.bin/passwd passwd.1 Log: MFC: rev 1.19: fix typos Revision Changes Path 1.18.2.1 +5 -5 src/usr.bin/passwd/passwd.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 1: 9:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE68437B423; Mon, 18 Sep 2000 01:09:39 -0700 (PDT) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA92646; Mon, 18 Sep 2000 01:09:39 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200009180809.BAA92646@freefall.freebsd.org> From: Paul Saab Date: Mon, 18 Sep 2000 01:09:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common dev_net.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/09/18 01:09:39 PDT Modified files: (Branch: RELENG_4) sys/boot/common dev_net.c Log: Properly fix the build on the alpha. Revision Changes Path 1.6.2.4 +2 -4 src/sys/boot/common/dev_net.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 1:16:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 610D537B422; Mon, 18 Sep 2000 01:16:39 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA93936; Mon, 18 Sep 2000 01:16:39 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200009180816.BAA93936@freefall.freebsd.org> From: Matt Jacob Date: Mon, 18 Sep 2000 01:16:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha/libalpha start.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/09/18 01:16:39 PDT Modified files: sys/boot/alpha/libalpha start.S Log: Make the stack 12K- we seem to need a bit more. Rename 'stack' to 'stackbase' as this variable more correctly denotes what it is. Revision Changes Path 1.7 +4 -4 src/sys/boot/alpha/libalpha/start.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 1:17:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D434337B424; Mon, 18 Sep 2000 01:17:57 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA94131; Mon, 18 Sep 2000 01:17:57 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200009180817.BAA94131@freefall.freebsd.org> From: Matt Jacob Date: Mon, 18 Sep 2000 01:17:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/09/18 01:17:57 PDT Modified files: sys/boot/alpha Makefile.inc Log: Run SECONDARY_LOAD_ADDRESS down to 0x2000a000- this still leaves (barely) enough room for boot1 and gives us 8KB more to play with in the loader. Revision Changes Path 1.7 +2 -2 src/sys/boot/alpha/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 Sep 18 1:19: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 394B837B424; Mon, 18 Sep 2000 01:19:05 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA94306; Mon, 18 Sep 2000 01:19:05 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200009180819.BAA94306@freefall.freebsd.org> From: Matt Jacob Date: Mon, 18 Sep 2000 01:19:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha/common main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/09/18 01:19:05 PDT Modified files: sys/boot/alpha/common main.c Log: Steal 512KB more from system memory for heap instead of 256KB. We died without the extra space. What a pity. Revision Changes Path 1.12 +12 -10 src/sys/boot/alpha/common/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 Sep 18 1:40: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC55F37B423; Mon, 18 Sep 2000 01:40:01 -0700 (PDT) Received: (from andy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA97663; Mon, 18 Sep 2000 01:40:01 -0700 (PDT) (envelope-from andy@FreeBSD.org) Message-Id: <200009180840.BAA97663@freefall.freebsd.org> From: Andrey Zakhvatov Date: Mon, 18 Sep 2000 01:40:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ru_RU.KOI8-R/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andy 2000/09/18 01:40:01 PDT Modified files: ru_RU.KOI8-R/books/faq book.sgml Log: Synchronize with English 1.91. Revision Changes Path 1.45 +5678 -5111 doc/ru_RU.KOI8-R/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 Mon Sep 18 2:19:20 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 B924337B423; Mon, 18 Sep 2000 02:19:16 -0700 (PDT) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.0/8.9.3) id e8I9JEZ85931; Mon, 18 Sep 2000 11:19:14 +0200 (CEST) (envelope-from asmodai) Date: Mon, 18 Sep 2000 11:19:14 +0200 From: Jeroen Ruigrok van der Werven To: Matt Jacob Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/common dev_net.c Message-ID: <20000918111914.C85235@lucifer.bart.nl> References: <200009180735.AAA85781@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200009180735.AAA85781@freefall.freebsd.org>; from mjacob@FreeBSD.org on Mon, Sep 18, 2000 at 12:35:42AM -0700 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000918 09:40], Matt Jacob (mjacob@FreeBSD.org) wrote: > Log: > The alpha -stable builds have been broken for awhile. This is > a temporary patch so that things can proceed. The complexity > of what got (only partially) MFC'd needs still to be addressed- > hopefully by those who were involved. I would say that backing it out until it can be applied in a working way is my favorite option at the moment. STABLE should not be left broken for any architecture after a commit. -- 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 Knowledge is power... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 2:35:37 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 E7FB137B423; Mon, 18 Sep 2000 02:35:33 -0700 (PDT) Received: from beppo.feral.com (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id CAA06751; Mon, 18 Sep 2000 02:35:28 -0700 Date: Mon, 18 Sep 2000 02:35:28 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Jeroen Ruigrok van der Werven Cc: Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/common dev_net.c In-Reply-To: <20000918111914.C85235@lucifer.bart.nl> 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 But I could not, w/o a significant amount of work, figure out what to back out. In general I agree with you, but take the issue to the original party who left it broken first, sir. On Mon, 18 Sep 2000, Jeroen Ruigrok van der Werven wrote: > -On [20000918 09:40], Matt Jacob (mjacob@FreeBSD.org) wrote: > > Log: > > The alpha -stable builds have been broken for awhile. This is > > a temporary patch so that things can proceed. The complexity > > of what got (only partially) MFC'd needs still to be addressed- > > hopefully by those who were involved. > > I would say that backing it out until it can be applied in a working way > is my favorite option at the moment. > > STABLE should not be left broken for any architecture after a commit. > > -- > 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 > Knowledge is power... > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 2:40: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6720B37B422; Mon, 18 Sep 2000 02:40:02 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA10516; Mon, 18 Sep 2000 02:40:02 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200009180940.CAA10516@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 18 Sep 2000 02:40:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/devfs devfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/09/18 02:40:02 PDT Modified files: sys/fs/devfs devfs_vnops.c Log: Ignore attempts to set flags to zero. This quenches a syslog warning from login(1). Revision Changes Path 1.10 +2 -2 src/sys/fs/devfs/devfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 2:55: 7 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 21CA637B43C; Mon, 18 Sep 2000 02:55:03 -0700 (PDT) Received: (from asmodai@localhost) by lucifer.ninth-circle.org (8.11.0/8.9.3) id e8I9sw191571; Mon, 18 Sep 2000 11:54:58 +0200 (CEST) (envelope-from asmodai) Date: Mon, 18 Sep 2000 11:54:57 +0200 From: Jeroen Ruigrok van der Werven To: Matthew Jacob Cc: Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/common dev_net.c Message-ID: <20000918115457.A90878@lucifer.bart.nl> References: <20000918111914.C85235@lucifer.bart.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from mjacob@feral.com on Mon, Sep 18, 2000 at 02:35:28AM -0700 Organisation: VIA Net.Works The Netherlands Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -On [20000918 11:40], Matthew Jacob (mjacob@feral.com) wrote: >But I could not, w/o a significant amount of work, figure out what to back >out. In general I agree with you, but take the issue to the original party >who left it broken first, sir. Yeah sorry Matt, it wasn't directed at you, hope you understood that. Anyways, Paul Saab was kind enough to fix the issue, so it is not a problem anymore. Thanks Matt & Paul. -- 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 There is no greater sorrow than to recall, in misery, the time when we were happy... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 3:17:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AB5437B424; Mon, 18 Sep 2000 03:17:41 -0700 (PDT) Received: (from tanimura@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA17063; Mon, 18 Sep 2000 03:17:41 -0700 (PDT) (envelope-from tanimura@FreeBSD.org) Message-Id: <200009181017.DAA17063@freefall.freebsd.org> From: Seigo Tanimura Date: Mon, 18 Sep 2000 03:17:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/midi midi.h sequencer.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tanimura 2000/09/18 03:17:40 PDT Modified files: sys/dev/sound/midi midi.h sequencer.h Log: Since the unit number of a midi/sequencer device is expressed in 4 bits, we can configure only up to 16 units. Revision Changes Path 1.2 +2 -2 src/sys/dev/sound/midi/midi.h 1.2 +2 -2 src/sys/dev/sound/midi/sequencer.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 3:41:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DDBB37B424; Mon, 18 Sep 2000 03:41:55 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA19820; Mon, 18 Sep 2000 03:41:55 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200009181041.DAA19820@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Mon, 18 Sep 2000 03:41:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/healthd/files md5 ports/sysutils/healthd/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/09/18 03:41:55 PDT Modified files: sysutils/healthd/files md5 Removed files: sysutils/healthd/patches patch-aa Log: Correct MD5 Remove obsoleted patch PR: 21338 Submitted by: Maintainer Revision Changes Path 1.12 +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 Mon Sep 18 4:14:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CBC2A37B422; Mon, 18 Sep 2000 04:14:40 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA28197; Mon, 18 Sep 2000 04:14:40 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200009181114.EAA28197@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 18 Sep 2000 04:14:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat route.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/09/18 04:14:40 PDT Modified files: usr.bin/netstat route.c Log: Fixed the printing of header for IPv4 routing table without -l option. Broken in rev 1.44. Revision Changes Path 1.45 +2 -2 src/usr.bin/netstat/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 4:18:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E73A37B423; Mon, 18 Sep 2000 04:18:14 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA28837; Mon, 18 Sep 2000 04:18:14 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200009181118.EAA28837@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 18 Sep 2000 04:18:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/netstat route.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/09/18 04:18:14 PDT Modified files: (Branch: RELENG_4) usr.bin/netstat route.c Log: MFC: (rev 1.45) fixed printing of header for IPv4 routing table. Revision Changes Path 1.41.2.4 +2 -2 src/usr.bin/netstat/route.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 4:35:52 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 0475637B43C for ; Mon, 18 Sep 2000 04:35:48 -0700 (PDT) Received: (qmail 23365 invoked from network); 18 Sep 2000 11:35:44 -0000 Received: from unknown (HELO bde.zeta.org.au) (203.2.228.102) by gidora.zeta.org.au with SMTP; 18 Sep 2000 11:35:44 -0000 Date: Mon, 18 Sep 2000 22:35:40 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: "Matthew N. Dodd" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_bus.c In-Reply-To: <200009172357.QAA01671@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 Sun, 17 Sep 2000, Matthew N. Dodd wrote: > mdodd 2000/09/17 16:57:53 PDT > > Modified files: > sys/kern subr_bus.c > Log: > Initialize 'hints_loaded' to 0. > > This allows static hints to work properly. This has no effect except possibly to hide bugs. `hints_loaded' was already implicitly initialized to 0. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 4:38: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13BA937B424; Mon, 18 Sep 2000 04:38:01 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA31788; Mon, 18 Sep 2000 04:38:01 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <200009181138.EAA31788@freefall.freebsd.org> From: Thomas Gellekum Date: Mon, 18 Sep 2000 04:38:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/numpy Makefile ports/math/numpy/patches patch-setup.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2000/09/18 04:38:00 PDT Modified files: math/numpy Makefile math/numpy/patches patch-setup.py Log: Link against libg2c, so the lapack_lite module actually works. Revision Changes Path 1.28 +2 -1 ports/math/numpy/Makefile 1.2 +12 -3 ports/math/numpy/patches/patch-setup.py To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 4:44: 3 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 3A5BD37B424; Mon, 18 Sep 2000 04:43:59 -0700 (PDT) Received: from beppo.feral.com (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id EAA07201; Mon, 18 Sep 2000 04:43:53 -0700 Date: Mon, 18 Sep 2000 04:43:53 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Bruce Evans Cc: "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_bus.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 Yeah, I wondered about that too. I thought int foo; and int foo=0; were supposed to be the same. Is the kernel now forgetting to clear bss? On Mon, 18 Sep 2000, Bruce Evans wrote: > On Sun, 17 Sep 2000, Matthew N. Dodd wrote: > > > mdodd 2000/09/17 16:57:53 PDT > > > > Modified files: > > sys/kern subr_bus.c > > Log: > > Initialize 'hints_loaded' to 0. > > > > This allows static hints to work properly. > > This has no effect except possibly to hide bugs. `hints_loaded' was > already implicitly initialized to 0. > > Bruce > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 5:13:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0194A37B43C; Mon, 18 Sep 2000 05:13:32 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA38526; Mon, 18 Sep 2000 05:13:32 -0700 (PDT) (envelope-from sos@FreeBSD.org) Message-Id: <200009181213.FAA38526@freefall.freebsd.org> From: Søren Schmidt Date: Mon, 18 Sep 2000 05:13:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata atapi-cd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2000/09/18 05:13:32 PDT Modified files: sys/dev/ata atapi-cd.c Log: Only read to the end of the select track. Revision Changes Path 1.64 +10 -7 src/sys/dev/ata/atapi-cd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 5:53:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E99E837B42C; Mon, 18 Sep 2000 05:53:10 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA44484; Mon, 18 Sep 2000 05:53:10 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200009181253.FAA44484@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Mon, 18 Sep 2000 05:53:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/commoncpp Makefile ports/devel/commoncpp/files md5 ports/devel/commoncpp/pkg DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/09/18 05:53:10 PDT Modified files: devel/commoncpp Makefile devel/commoncpp/files md5 devel/commoncpp/pkg DESCR PLIST Log: Update port to 1.2.1 PR: 21090 Submitted by: Maintainer Revision Changes Path 1.3 +13 -8 ports/devel/commoncpp/Makefile 1.3 +1 -1 ports/devel/commoncpp/files/md5 1.2 +1 -1 ports/devel/commoncpp/pkg/DESCR 1.3 +3 -3 ports/devel/commoncpp/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 Sep 18 5:55:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 062D737B424; Mon, 18 Sep 2000 05:55:16 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA45011; Mon, 18 Sep 2000 05:55:15 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <200009181255.FAA45011@freefall.freebsd.org> From: Thomas Gellekum Date: Mon, 18 Sep 2000 05:55:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py-kjbuckets Makefile ports/devel/py-kjbuckets/patches patch-aa patch-ab ports/devel/py-kjbuckets/pkg PLIST ports/x11-toolkits/py-gtk Makefile ports/x11-toolkits/py-gtk/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2000/09/18 05:55:15 PDT Modified files: devel/py-kjbuckets Makefile devel/py-kjbuckets/patches patch-aa patch-ab devel/py-kjbuckets/pkg PLIST x11-toolkits/py-gtk Makefile x11-toolkits/py-gtk/pkg PLIST Log: Use bsd.python.mk. Approved by: nectar Revision Changes Path 1.9 +5 -7 ports/devel/py-kjbuckets/Makefile 1.2 +2 -2 ports/devel/py-kjbuckets/patches/patch-aa 1.2 +2321 -12 ports/devel/py-kjbuckets/patches/patch-ab 1.3 +2 -2 ports/devel/py-kjbuckets/pkg/PLIST 1.41 +3 -5 ports/x11-toolkits/py-gtk/Makefile 1.15 +33 -33 ports/x11-toolkits/py-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 Mon Sep 18 5:55:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A9FFB37B423; Mon, 18 Sep 2000 05:55:36 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA45105; Mon, 18 Sep 2000 05:55:36 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200009181255.FAA45105@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Mon, 18 Sep 2000 05:55:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ccscript Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/09/18 05:55:36 PDT Modified files: lang/ccscript Makefile Log: - Update LIB_DEPENDS (to match new libs in commoncpp) - Fix CONFIGURE_ENV (noticed by ade) - Remove gratuitous blank line Revision Changes Path 1.4 +3 -3 ports/lang/ccscript/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 5:59:16 2000 Delivered-To: cvs-all@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id EE5CB37B422; Mon, 18 Sep 2000 05:59:13 -0700 (PDT) Received: from earth.causticlabs.com (unknown [207.192.76.205]) by pawn.primelocation.net (Postfix) with ESMTP id BB74D9B05; Mon, 18 Sep 2000 08:59:11 -0400 (EDT) Date: Mon, 18 Sep 2000 08:59:10 -0400 (EDT) From: "Chris D. Faulhaber" X-Sender: jedgar@earth.causticlabs.com To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/lang/ccscript Makefile ports/lang/ccscript/filesmd5 In-Reply-To: <39C5BB4A.462FD04@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, 18 Sep 2000, Maxim Sobolev wrote: > > Have you tested it? It doesn't compile for me. > 1) An invalid CONFIGURE_ENV value got committed 2) I forgot to commit the devel/commoncpp port update on which this relies. Should all be fixed now ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: 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 Sep 18 6: 0:34 2000 Delivered-To: cvs-all@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id BAD3E37B423; Mon, 18 Sep 2000 06:00:30 -0700 (PDT) Received: by pawn.primelocation.net (Postfix, from userid 1016) id 4FFF39B05; Mon, 18 Sep 2000 09:00:30 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by pawn.primelocation.net (Postfix) with ESMTP id 448AFBA03; Mon, 18 Sep 2000 09:00:30 -0400 (EDT) Date: Mon, 18 Sep 2000 09:00:30 -0400 (EDT) From: "Chris D. Faulhaber" X-Sender: cdf.lists@pawn.primelocation.net To: cvs-all@FreeBSD.org Cc: cvs-committers@FreeBSD.org Subject: Re: cvs commit: ports/lang/ccscript Makefile In-Reply-To: <200009181255.FAA45105@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, 18 Sep 2000, Chris D. Faulhaber wrote: > jedgar 2000/09/18 05:55:36 PDT > > Modified files: > lang/ccscript Makefile > Log: > - Update LIB_DEPENDS (to match new libs in commoncpp) > - Fix CONFIGURE_ENV (noticed by ade) that should be sobomax ------------^^^ > - Remove gratuitous blank line > > Revision Changes Path > 1.4 +3 -3 ports/lang/ccscript/Makefile > > > > ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: 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 Sep 18 6:24:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C2C437B422; Mon, 18 Sep 2000 06:24:17 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA52764; Mon, 18 Sep 2000 06:24:17 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009181324.GAA52764@freefall.freebsd.org> From: Neil Blakey-Milner Date: Mon, 18 Sep 2000 06:24:17 -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/09/18 06:24:17 PDT Modified files: mail/courier-imap Makefile mail/courier-imap/files md5 mail/courier-imap/pkg PLIST Log: Update to 1.0, and finally give up on trying to work around MrSam's putting scripts in PREFIX/share, and instead put them in PREFIX/share/courier-imap Revision Changes Path 1.9 +3 -3 ports/mail/courier-imap/Makefile 1.6 +1 -1 ports/mail/courier-imap/files/md5 1.7 +7 -0 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 Mon Sep 18 6:51:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A68FE37B422; Mon, 18 Sep 2000 06:51:43 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA26160; Mon, 18 Sep 2000 06:51:43 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200009181351.GAA26160@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Mon, 18 Sep 2000 06:51:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/pgp4pine Makefile ports/mail/pgp4pine/files md5 ports/mail/pgp4pine/patches patch-ac patch-ad patch-aa patch-ab ports/mail/pgp4pine/pkg MESSAGE PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/09/18 06:51:43 PDT Modified files: mail/pgp4pine Makefile mail/pgp4pine/files md5 mail/pgp4pine/patches patch-aa patch-ab mail/pgp4pine/pkg MESSAGE PLIST Added files: mail/pgp4pine/patches patch-ac patch-ad Log: Update port to 1.75.6 PR: 21349 Submitted by: Maintainer Revision Changes Path 1.4 +7 -3 ports/mail/pgp4pine/Makefile 1.2 +1 -1 ports/mail/pgp4pine/files/md5 1.2 +8 -85 ports/mail/pgp4pine/patches/patch-aa 1.2 +37 -8 ports/mail/pgp4pine/patches/patch-ab 1.2 +1 -2 ports/mail/pgp4pine/pkg/MESSAGE 1.2 +2 -2 ports/mail/pgp4pine/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 Sep 18 7:10:46 2000 Delivered-To: cvs-all@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id DC2C337B423; Mon, 18 Sep 2000 07:10:41 -0700 (PDT) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id KAA51262; Mon, 18 Sep 2000 10:10:25 -0400 (EDT) Date: Mon, 18 Sep 2000 10:10:25 -0400 (EDT) From: "Matthew N. Dodd" To: Bruce Evans Cc: "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_bus.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 Mon, 18 Sep 2000, Bruce Evans wrote: > On Sun, 17 Sep 2000, Matthew N. Dodd wrote: > > Initialize 'hints_loaded' to 0. > > > > This allows static hints to work properly. > > This has no effect except possibly to hide bugs. `hints_loaded' was > already implicitly initialized to 0. So it just started working out of the blue? -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 7:22:42 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 98C0937B423; Mon, 18 Sep 2000 07:22:36 -0700 (PDT) Received: by relay.butya.kz (Postfix, from userid 1000) id 61457287F4; Mon, 18 Sep 2000 21:22:33 +0700 (ALMST) Received: from localhost (localhost [127.0.0.1]) by relay.butya.kz (Postfix) with ESMTP id 56A03285D5; Mon, 18 Sep 2000 21:22:33 +0700 (ALMST) Date: Mon, 18 Sep 2000 21:22:33 +0700 (ALMST) From: Boris Popov To: "Matthew N. Dodd" Cc: Bruce Evans , "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_bus.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 Mon, 18 Sep 2000, Matthew N. Dodd wrote: > > > Initialize 'hints_loaded' to 0. > > > > > > This allows static hints to work properly. > > > > This has no effect except possibly to hide bugs. `hints_loaded' was > > already implicitly initialized to 0. > > So it just started working out of the blue? No, the above commit just moved variable to another segment and now something else is corrupted. -- Boris Popov http://www.butya.kz/~bp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 7:33:43 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 2789737B422; Mon, 18 Sep 2000 07:33:34 -0700 (PDT) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.0/8.9.3) with ESMTP id e8IEXAN85293; Mon, 18 Sep 2000 16:33:11 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Boris Popov Cc: "Matthew N. Dodd" , Bruce Evans , "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_bus.c In-Reply-To: Your message of "Mon, 18 Sep 2000 21:22:33 +0700." Date: Mon, 18 Sep 2000 16:33:10 +0200 Message-ID: <85291.969287590@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , Boris Pop ov writes: >On Mon, 18 Sep 2000, Matthew N. Dodd wrote: > >> > > Initialize 'hints_loaded' to 0. >> > > >> > > This allows static hints to work properly. >> > >> > This has no effect except possibly to hide bugs. `hints_loaded' was >> > already implicitly initialized to 0. >> >> So it just started working out of the blue? > > No, the above commit just moved variable to another segment and >now something else is corrupted. Is this variable examined before the bcc gets zeroed by any chance ? -- 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 Mon Sep 18 7:55:32 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 AD1D037B424; Mon, 18 Sep 2000 07:55:27 -0700 (PDT) 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 BAA25180; Tue, 19 Sep 2000 01:55:11 +1100 Date: Tue, 19 Sep 2000 01:55:08 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Matthew Jacob Cc: "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_bus.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 Mon, 18 Sep 2000, Matthew Jacob wrote: > Yeah, I wondered about that too. I thought > > int foo; > > and > > int foo=0; > > were supposed to be the same. Is the kernel now forgetting to clear bss? Same for the C abstract machine, which we mostly depend on in the kernel (although the kernel is not entirely implementable in C). Of course, it is an implementation detail that the explicit initialization puts the variable in the data section instead of in the bss, at least for gcc on i386's. The bss clearing code hasn't changed for years on i386's. I can't see where the bss is cleared on alphas (alpha_init is called very early in locore.s). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 8: 5:12 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 5EE4737B42C; Mon, 18 Sep 2000 08:05:02 -0700 (PDT) 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 CAA25544; Tue, 19 Sep 2000 02:04:43 +1100 Date: Tue, 19 Sep 2000 02:04:40 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: "Matthew N. Dodd" Cc: "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_bus.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 Mon, 18 Sep 2000, Matthew N. Dodd wrote: > On Mon, 18 Sep 2000, Bruce Evans wrote: > > On Sun, 17 Sep 2000, Matthew N. Dodd wrote: > > > Initialize 'hints_loaded' to 0. > > > > > > This allows static hints to work properly. > > > > This has no effect except possibly to hide bugs. `hints_loaded' was > > already implicitly initialized to 0. > > So it just started working out of the blue? That's normal for bugs :-). Probably hints_loaded was getting corrupted by an array overrun or similar, and moving it from the bss to the data section changed the variable which gets corrupted. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 8:16: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A295237B424; Mon, 18 Sep 2000 08:15:57 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA49698; Mon, 18 Sep 2000 08:15:57 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009181515.IAA49698@freefall.freebsd.org> From: Ade Lovett Date: Mon, 18 Sep 2000 08:15:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/i386-rtems-binutils Makefile ports/devel/i386-rtems-binutils/files md5 ports/devel/i386-rtems-binutils/patches patch-aa ports/devel/i386-rtems-binutils/pkg PLIST.i386-rtems PLIST.i960-rtems PLIST.m68k-rtems PLIST.mips64orion-rtems PLIST.powerpc-rtems ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/18 08:15:57 PDT Modified files: devel/i386-rtems-binutils Makefile devel/i386-rtems-binutils/files md5 devel/i386-rtems-binutils/pkg PLIST.i386-rtems PLIST.i960-rtems PLIST.m68k-rtems PLIST.mips64orion-rtems PLIST.powerpc-rtems PLIST.sh-rtems PLIST.sparc-rtems Added files: devel/i386-rtems-binutils/patches patch-aa Log: Update to version 2.10 of binutils. Also changed PLIST to prevent "extra files" with the other RTEMS ports. PR: 20930 Submitted by: maintainer Revision Changes Path 1.2 +11 -10 ports/devel/i386-rtems-binutils/Makefile 1.2 +2 -2 ports/devel/i386-rtems-binutils/files/md5 1.2 +0 -1 ports/devel/i386-rtems-binutils/pkg/PLIST.i386-rtems 1.2 +0 -1 ports/devel/i386-rtems-binutils/pkg/PLIST.i960-rtems 1.2 +0 -1 ports/devel/i386-rtems-binutils/pkg/PLIST.m68k-rtems 1.2 +0 -1 ports/devel/i386-rtems-binutils/pkg/PLIST.mips64orion-rtems 1.2 +0 -1 ports/devel/i386-rtems-binutils/pkg/PLIST.powerpc-rtems 1.2 +0 -1 ports/devel/i386-rtems-binutils/pkg/PLIST.sh-rtems 1.2 +0 -1 ports/devel/i386-rtems-binutils/pkg/PLIST.sparc-rtems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 8:16:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E5F337B422; Mon, 18 Sep 2000 08:16:47 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA49960; Mon, 18 Sep 2000 08:16:47 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009181516.IAA49960@freefall.freebsd.org> From: Ade Lovett Date: Mon, 18 Sep 2000 08:16:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/i386-rtems-gcc Makefile ports/devel/i386-rtems-gcc/files md5 ports/devel/i386-rtems-gcc/patches patch-aa ports/devel/i386-rtems-gcc/pkg PLIST.i386-rtems PLIST.i960-rtems PLIST.m68k-rtems PLIST.mips64orion-rtems PLIST.powerpc-rtems ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/18 08:16:47 PDT Modified files: devel/i386-rtems-gcc Makefile devel/i386-rtems-gcc/files md5 devel/i386-rtems-gcc/pkg PLIST.i386-rtems PLIST.i960-rtems PLIST.m68k-rtems PLIST.mips64orion-rtems PLIST.powerpc-rtems PLIST.sh-rtems PLIST.sparc-rtems Added files: devel/i386-rtems-gcc/patches patch-aa Log: Update *-rtems-gcc to the newest patches. This also removes the "extra" file problems. PR: 21004 Submitted by: maintainer Revision Changes Path 1.3 +8 -7 ports/devel/i386-rtems-gcc/Makefile 1.2 +2 -2 ports/devel/i386-rtems-gcc/files/md5 1.2 +13 -0 ports/devel/i386-rtems-gcc/pkg/PLIST.i386-rtems 1.2 +1 -0 ports/devel/i386-rtems-gcc/pkg/PLIST.i960-rtems 1.2 +1 -0 ports/devel/i386-rtems-gcc/pkg/PLIST.m68k-rtems 1.2 +1 -0 ports/devel/i386-rtems-gcc/pkg/PLIST.mips64orion-rtems 1.2 +1 -0 ports/devel/i386-rtems-gcc/pkg/PLIST.powerpc-rtems 1.2 +1 -0 ports/devel/i386-rtems-gcc/pkg/PLIST.sh-rtems 1.2 +3 -0 ports/devel/i386-rtems-gcc/pkg/PLIST.sparc-rtems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 8:19:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCD9B37B423; Mon, 18 Sep 2000 08:19:11 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA50521; Mon, 18 Sep 2000 08:19:11 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009181519.IAA50521@freefall.freebsd.org> From: Ade Lovett Date: Mon, 18 Sep 2000 08:19:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/i386-rtems-gcj Makefile ports/devel/i386-rtems-gcj/files md5 ports/devel/i386-rtems-gcj/patches patch-ab patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/18 08:19:11 PDT Modified files: devel/i386-rtems-gcj Makefile devel/i386-rtems-gcj/files md5 devel/i386-rtems-gcj/patches patch-aa Added files: devel/i386-rtems-gcj/patches patch-ab Log: Update the rtems java (gcj) ports to the latest patches from OARCorp. This also remove some "extra" file problems. PR: 21019 Submitted by: maintainer Revision Changes Path 1.4 +11 -11 ports/devel/i386-rtems-gcj/Makefile 1.2 +2 -2 ports/devel/i386-rtems-gcj/files/md5 1.2 +38 -21 ports/devel/i386-rtems-gcj/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 Mon Sep 18 8:20:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E70B637B424; Mon, 18 Sep 2000 08:20:16 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA50921; Mon, 18 Sep 2000 08:20:16 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009181520.IAA50921@freefall.freebsd.org> From: Ade Lovett Date: Mon, 18 Sep 2000 08:20:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/i386-rtems-g77 Makefile ports/devel/i386-rtems-g77/files md5 ports/devel/i386-rtems-g77/patches patch-ab patch-aa ports/devel/i386-rtems-g77/pkg PLIST.i386-rtems PLIST.m68k-rtems PLIST.mips64orion-rtems PLIST.powerpc-rtems PLIST.sh-rtems ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/18 08:20:16 PDT Modified files: devel/i386-rtems-g77 Makefile devel/i386-rtems-g77/files md5 devel/i386-rtems-g77/patches patch-aa devel/i386-rtems-g77/pkg PLIST.i386-rtems PLIST.m68k-rtems PLIST.mips64orion-rtems PLIST.powerpc-rtems PLIST.sh-rtems PLIST.sparc-rtems Added files: devel/i386-rtems-g77/patches patch-ab Log: Update *-rtems-g77 to the latest patches. Update to remove "extra" files. PR: 21027 Submitted by: maintainer Revision Changes Path 1.4 +11 -16 ports/devel/i386-rtems-g77/Makefile 1.2 +2 -2 ports/devel/i386-rtems-g77/files/md5 1.2 +38 -21 ports/devel/i386-rtems-g77/patches/patch-aa 1.2 +0 -24 ports/devel/i386-rtems-g77/pkg/PLIST.i386-rtems 1.2 +0 -24 ports/devel/i386-rtems-g77/pkg/PLIST.m68k-rtems 1.2 +0 -24 ports/devel/i386-rtems-g77/pkg/PLIST.mips64orion-rtems 1.2 +0 -24 ports/devel/i386-rtems-g77/pkg/PLIST.powerpc-rtems 1.2 +0 -24 ports/devel/i386-rtems-g77/pkg/PLIST.sh-rtems 1.2 +0 -24 ports/devel/i386-rtems-g77/pkg/PLIST.sparc-rtems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 8:20:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C33B537B422; Mon, 18 Sep 2000 08:20:54 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA51136; Mon, 18 Sep 2000 08:20:54 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009181520.IAA51136@freefall.freebsd.org> From: Ade Lovett Date: Mon, 18 Sep 2000 08:20:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/i386-rtems-gdb Makefile ports/devel/i386-rtems-gdb/files md5 ports/devel/i386-rtems-gdb/patches patch-aa ports/devel/i386-rtems-gdb/pkg PLIST.i386-rtems PLIST.i960-rtems PLIST.m68k-rtems PLIST.mips64orion-rtems PLIST.powerpc-rtems ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/18 08:20:54 PDT Modified files: devel/i386-rtems-gdb Makefile devel/i386-rtems-gdb/files md5 devel/i386-rtems-gdb/pkg PLIST.i386-rtems PLIST.i960-rtems PLIST.m68k-rtems PLIST.mips64orion-rtems PLIST.powerpc-rtems PLIST.sh-rtems PLIST.sparc-rtems Added files: devel/i386-rtems-gdb/patches patch-aa Log: Update to gdb 5.0 Remove "extra" files PR: 21048 Submitted by: maintainer Revision Changes Path 1.2 +9 -13 ports/devel/i386-rtems-gdb/Makefile 1.2 +2 -2 ports/devel/i386-rtems-gdb/files/md5 1.2 +0 -15 ports/devel/i386-rtems-gdb/pkg/PLIST.i386-rtems 1.2 +0 -15 ports/devel/i386-rtems-gdb/pkg/PLIST.i960-rtems 1.2 +0 -15 ports/devel/i386-rtems-gdb/pkg/PLIST.m68k-rtems 1.2 +0 -15 ports/devel/i386-rtems-gdb/pkg/PLIST.mips64orion-rtems 1.2 +1 -15 ports/devel/i386-rtems-gdb/pkg/PLIST.powerpc-rtems 1.2 +0 -15 ports/devel/i386-rtems-gdb/pkg/PLIST.sh-rtems 1.2 +0 -15 ports/devel/i386-rtems-gdb/pkg/PLIST.sparc-rtems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 8:22:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D171537B43E; Mon, 18 Sep 2000 08:22:11 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA51659; Mon, 18 Sep 2000 08:22:11 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009181522.IAA51659@freefall.freebsd.org> From: Ade Lovett Date: Mon, 18 Sep 2000 08:22:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/i386-rtems-chill Makefile ports/devel/i386-rtems-chill/files md5 ports/devel/i386-rtems-chill/patches patch-ab patch-aa ports/devel/i386-rtems-chill/pkg DESCR PLIST.i386-rtems PLIST.m68k-rtems PLIST.mips64orion-rtems PLIST.powerpc-rtems ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/18 08:22:11 PDT Modified files: devel/i386-rtems-chill Makefile devel/i386-rtems-chill/files md5 devel/i386-rtems-chill/patches patch-aa devel/i386-rtems-chill/pkg DESCR PLIST.i386-rtems PLIST.m68k-rtems PLIST.mips64orion-rtems PLIST.powerpc-rtems PLIST.sh-rtems PLIST.sparc-rtems Added files: devel/i386-rtems-chill/patches patch-ab Log: Update to latest set of patches Remove "extra" files PR: 21049 Submitted by: maintainer Revision Changes Path 1.4 +11 -14 ports/devel/i386-rtems-chill/Makefile 1.2 +2 -2 ports/devel/i386-rtems-chill/files/md5 1.2 +38 -21 ports/devel/i386-rtems-chill/patches/patch-aa 1.2 +7 -9 ports/devel/i386-rtems-chill/pkg/DESCR 1.2 +2 -3 ports/devel/i386-rtems-chill/pkg/PLIST.i386-rtems 1.2 +8 -3 ports/devel/i386-rtems-chill/pkg/PLIST.m68k-rtems 1.2 +22 -3 ports/devel/i386-rtems-chill/pkg/PLIST.mips64orion-rtems 1.2 +16 -3 ports/devel/i386-rtems-chill/pkg/PLIST.powerpc-rtems 1.2 +22 -3 ports/devel/i386-rtems-chill/pkg/PLIST.sh-rtems 1.2 +2 -3 ports/devel/i386-rtems-chill/pkg/PLIST.sparc-rtems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 9: 6: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A5BF437B422; Mon, 18 Sep 2000 09:06:05 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA68855; Mon, 18 Sep 2000 09:06:05 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009181606.JAA68855@freefall.freebsd.org> From: Ade Lovett Date: Mon, 18 Sep 2000 09:06:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mbone/rat Makefile ports/mbone/rat/files md5 ports/mbone/rat/patches patch-af patch-ag patch-aa patch-ab patch-ac patch-ad ports/mbone/rat/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/18 09:06:05 PDT Modified files: mbone/rat Makefile mbone/rat/files md5 mbone/rat/patches patch-aa patch-ab patch-ac patch-ad mbone/rat/pkg PLIST Added files: mbone/rat/patches patch-af patch-ag Log: The port was suffering bit rot deriving from differences between the previous pcm driver and newpcm. This replacement port adds newpcm mixer support and brings port up to date with the current rat release (4.2.9). PR: 21333 Submitted by: maintainer Revision Changes Path 1.10 +12 -8 ports/mbone/rat/Makefile 1.2 +1 -1 ports/mbone/rat/files/md5 1.2 +946 -10 ports/mbone/rat/patches/patch-aa 1.3 +11 -12 ports/mbone/rat/patches/patch-ab 1.2 +86 -8 ports/mbone/rat/patches/patch-ac 1.2 +10 -12 ports/mbone/rat/patches/patch-ad 1.4 +3 -1 ports/mbone/rat/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 Sep 18 9:11:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CAC2837B422; Mon, 18 Sep 2000 09:11:09 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA70156; Mon, 18 Sep 2000 09:11:09 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009181611.JAA70156@freefall.freebsd.org> From: Ade Lovett Date: Mon, 18 Sep 2000 09:11:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xsidplay Makefile ports/audio/xsidplay/files md5 ports/audio/xsidplay/patches patch-aa patch-ab patch-ac patch-00 ports/audio/xsidplay/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/18 09:11:09 PDT Modified files: audio/xsidplay Makefile audio/xsidplay/files md5 audio/xsidplay/pkg DESCR Added files: audio/xsidplay/patches patch-aa patch-ab patch-ac Removed files: audio/xsidplay/patches patch-00 Log: Update to latest version (1.3.9) Fixes building with gcc >= 2.8.1 PR: 21337 Submitted by: maintainer (with the help of Ports Fury) Revision Changes Path 1.2 +9 -15 ports/audio/xsidplay/Makefile 1.2 +1 -1 ports/audio/xsidplay/files/md5 1.2 +1 -1 ports/audio/xsidplay/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 Sep 18 9:13: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9BCA937B424; Mon, 18 Sep 2000 09:13:02 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA70695; Mon, 18 Sep 2000 09:13:02 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200009181613.JAA70695@freefall.freebsd.org> From: Robert Watson Date: Mon, 18 Sep 2000 09:13:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_lookup.c ufs_quota.c ufs_readwrite.c ufs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/09/18 09:13:02 PDT Modified files: sys/ufs/ufs ufs_lookup.c ufs_quota.c ufs_readwrite.c ufs_vnops.c Log: o Substitute suser() calls for direct credential checks, which is now safe as suser() no longer sets ASU. o Note that in some cases, the PRISON_ROOT flag is used even though no process structure is passed, to indicate that if a process structure (and hence jail) was available, it would be ok. In the long run, the jail identifier should probably be moved to ucred, as the uidinfo information was. o Some uid 0 checks remain relating to the quota code, which I'll leave for another day. Reviewed by: phk, eivind Obtained from: TrustedBSD Project Revision Changes Path 1.40 +2 -2 src/sys/ufs/ufs/ufs_lookup.c 1.37 +3 -3 src/sys/ufs/ufs/ufs_quota.c 1.69 +3 -2 src/sys/ufs/ufs/ufs_readwrite.c 1.145 +6 -5 src/sys/ufs/ufs/ufs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 9:17:13 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 AEB2037B423; Mon, 18 Sep 2000 09:17:08 -0700 (PDT) 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 KAA90724; Mon, 18 Sep 2000 10:17:06 -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 KAA30983; Mon, 18 Sep 2000 10:16:54 -0600 (MDT) Message-Id: <200009181616.KAA30983@harmony.village.org> To: "Matthew N. Dodd" Subject: Re: cvs commit: src/sys/kern subr_bus.c Cc: Bruce Evans , "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Mon, 18 Sep 2000 10:10:25 EDT." References: Date: Mon, 18 Sep 2000 10:16:54 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message "Matthew N. Dodd" writes: : > This has no effect except possibly to hide bugs. `hints_loaded' was : > already implicitly initialized to 0. : : So it just started working out of the blue? Most likely the change moved the variable from bss to data. This may have had the effect of a variable that was clobbered before is now a different variable. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 9:41:13 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 10A9437B422; Mon, 18 Sep 2000 09:41:09 -0700 (PDT) Received: from netplex.com.au (peter@localhost [127.0.0.1]) by netplex.com.au (8.11.0/8.9.3) with ESMTP id e8IGf1G25853; Mon, 18 Sep 2000 09:41:01 -0700 (PDT) (envelope-from peter@netplex.com.au) Message-Id: <200009181641.e8IGf1G25853@netplex.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: Bruce Evans Cc: Matthew Jacob , "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_bus.c In-Reply-To: Date: Mon, 18 Sep 2000 09:41:01 -0700 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bruce Evans wrote: > On Mon, 18 Sep 2000, Matthew Jacob wrote: > > > Yeah, I wondered about that too. I thought > > > > int foo; > > > > and > > > > int foo=0; > > > > were supposed to be the same. Is the kernel now forgetting to clear bss? > > Same for the C abstract machine, which we mostly depend on in the > kernel (although the kernel is not entirely implementable in C). Of > course, it is an implementation detail that the explicit initialization > puts the variable in the data section instead of in the bss, at least > for gcc on i386's. > > The bss clearing code hasn't changed for years on i386's. I can't see > where the bss is cleared on alphas (alpha_init is called very early > in locore.s). BSS is pre-zeroed by the loader. src/sys/boot/common/load_elf.c and load_aout.c 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 Mon Sep 18 9:50:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 44CBD37B422; Mon, 18 Sep 2000 09:50:30 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA79758; Mon, 18 Sep 2000 09:50:30 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009181650.JAA79758@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 18 Sep 2000 09:50:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/icqlib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/18 09:50:30 PDT Modified files: net/icqlib Makefile Log: Change maintainer to be Mario Sergio Fujikawa Ferreira . Submitted by: old maintainer Revision Changes Path 1.9 +2 -2 ports/net/icqlib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 9:53:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E02C837B423; Mon, 18 Sep 2000 09:53:40 -0700 (PDT) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA80556; Mon, 18 Sep 2000 09:53:40 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200009181653.JAA80556@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 18 Sep 2000 09:53:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 icmp6.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/09/18 09:53:40 PDT Modified files: (Branch: RELENG_4) sys/netinet6 icmp6.c Log: MFC 1.8 -> 1.9: examined the gateway (from the routing table) only when the address family of the gateway is AF_INET6. Revision Changes Path 1.6.2.2 +11 -1 src/sys/netinet6/icmp6.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 10: 0:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C6E837B423; Mon, 18 Sep 2000 10:00:37 -0700 (PDT) Received: (from marko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA82837; Mon, 18 Sep 2000 10:00:37 -0700 (PDT) (envelope-from marko@FreeBSD.org) Message-Id: <200009181700.KAA82837@freefall.freebsd.org> From: Mark Ovens Date: Mon, 18 Sep 2000 10:00:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/eresources chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marko 2000/09/18 10:00:37 PDT Modified files: en_US.ISO_8859-1/books/handbook/eresources chapter.sgml Log: Add freebsd-multimedia to list of mailing lists. PR: 21342 Submitted by: olli@secnetix.de Revision Changes Path 1.49 +6 -1 doc/en_US.ISO_8859-1/books/handbook/eresources/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 Sep 18 10: 3: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2DF737B422; Mon, 18 Sep 2000 10:03:03 -0700 (PDT) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA83519; Mon, 18 Sep 2000 10:03:03 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200009181703.KAA83519@freefall.freebsd.org> From: Paul Saab Date: Mon, 18 Sep 2000 10:03:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_resource.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/09/18 10:03:03 PDT Modified files: sys/kern kern_resource.c Log: Add new line character to debugging printf's. Revision Changes Path 1.64 +5 -5 src/sys/kern/kern_resource.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 10: 4:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4759037B422; Mon, 18 Sep 2000 10:04:29 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA83767; Mon, 18 Sep 2000 10:04:29 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009181704.KAA83767@freefall.freebsd.org> From: Ade Lovett Date: Mon, 18 Sep 2000 10:04:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/i386-rtems-binutils Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/18 10:04:29 PDT Modified files: devel/i386-rtems-binutils Makefile Log: The tar file from the original site has changed. Remove from DISTFILES until I can verify and reroll. PR: 21358 Submitted by: maintainer Revision Changes Path 1.3 +2 -3 ports/devel/i386-rtems-binutils/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 10: 5:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F07337B43E; Mon, 18 Sep 2000 10:05:09 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA84218; Mon, 18 Sep 2000 10:05:09 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200009181705.KAA84218@freefall.freebsd.org> From: Brian Somers Date: Mon, 18 Sep 2000 10:05:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults make.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/09/18 10:05:09 PDT Modified files: (Branch: RELENG_4) etc/defaults make.conf Log: MFC: Add PPP_NOSUID Revision Changes Path 1.97.2.20 +4 -1 src/etc/defaults/make.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 10: 5:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7717437B449; Mon, 18 Sep 2000 10:05:13 -0700 (PDT) Received: (from marko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA84522; Mon, 18 Sep 2000 10:05:13 -0700 (PDT) (envelope-from marko@FreeBSD.org) Message-Id: <200009181705.KAA84522@freefall.freebsd.org> From: Mark Ovens Date: Mon, 18 Sep 2000 10:05:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1/books/handbook/backups chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marko 2000/09/18 10:05:13 PDT Modified files: en_US.ISO_8859-1/books/handbook/backups chapter.sgml Log: Correct typo. Submitted by: Andre Guibert de Bruet Revision Changes Path 1.26 +2 -2 doc/en_US.ISO_8859-1/books/handbook/backups/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 Sep 18 10:43:51 2000 Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id B86DC37B423; Mon, 18 Sep 2000 10:43:48 -0700 (PDT) Received: from newsguy.com (p03-dn03kiryunisiki.gunma.ocn.ne.jp [210.232.224.132]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id CAA02207; Tue, 19 Sep 2000 02:43:47 +0900 (JST) Message-ID: <39C65421.1138C451@newsguy.com> Date: Tue, 19 Sep 2000 02:42:57 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR MIME-Version: 1.0 To: Roger Hardiman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/forth loader.conf References: <200009170723.AAA43421@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 Roger Hardiman wrote: > > roger 2000/09/17 00:23:44 PDT > > Modified files: (Branch: RELENG_4) > sys/boot/forth loader.conf > Log: > Place bktr_mem before bktr so the modules load in the correct order Huh? This shouldn't be necessary! First, nothing is run until the kernel boots, and, by then, both modules have (or haven't) already been loaded. Second, it should be handled by dependency if it's a dependency issue. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@the.secret.bsdconspiracy.net "I demand that my picture show a handsome face, even if it doesn't look like me." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 10:46: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0124937B423; Mon, 18 Sep 2000 10:46:02 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA94102; Mon, 18 Sep 2000 10:46:01 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200009181746.KAA94102@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 18 Sep 2000 10:46:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux/linprocfs linprocfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/09/18 10:46:01 PDT Modified files: sys/i386/linux/linprocfs linprocfs_vnops.c Log: Fix cut'n'paste bogon. Submitted by: Jim Pirzyk Revision Changes Path 1.9 +2 -2 src/sys/i386/linux/linprocfs/linprocfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 10:48: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from castor.e-lingo.com (castor.e-lingo.com [63.200.147.16]) by hub.freebsd.org (Postfix) with ESMTP id E2C8B37B422 for ; Mon, 18 Sep 2000 10:48:05 -0700 (PDT) Received: from meagan (node226.e-lingo.com [63.200.147.226] (may be forged)) by castor.e-lingo.com (8.9.3/8.9.3) with ESMTP id KAA12903 for ; Mon, 18 Sep 2000 10:48:05 -0700 (PDT) (envelope-from meagan@e-lingo.com) Message-ID: <025d01c02198$56dc2ef0$e293c83f@elingo.com> From: "Meagan Jia Pi" To: Subject: Date: Mon, 18 Sep 2000 10:46:13 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.3018.1300 Disposition-Notification-To: "Meagan Jia Pi" X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG unsubscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 10:53:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F27237B42C; Mon, 18 Sep 2000 10:53:25 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA95763; Mon, 18 Sep 2000 10:53:25 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200009181753.KAA95763@freefall.freebsd.org> From: Robert Watson Date: Mon, 18 Sep 2000 10:53:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/09/18 10:53:25 PDT Modified files: sys/ufs/ufs ufs_vnops.c Log: o Add missing PRISON_ROOT allowing a privileged process in a jail() to not remove the setuid/setgid bits by virtue of a change to a file with those bits set, even if the process doesn't own the file, or isn't a group member of the file's gid. Obtained from: TrustedBSD Project Revision Changes Path 1.146 +2 -2 src/sys/ufs/ufs/ufs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 10:58:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1B6C37B422; Mon, 18 Sep 2000 10:58:15 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA96679; Mon, 18 Sep 2000 10:58:15 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200009181758.KAA96679@freefall.freebsd.org> From: Robert Watson Date: Mon, 18 Sep 2000 10:58:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/09/18 10:58:15 PDT Modified files: sys/ufs/ufs ufs_vnops.c Log: o Add a comment clarifying interaction between jail(), privileged processes, and UFS file flags. Here's what the comment says, for reference: Privileged processes in jail() are permitted to modify arbitrary user flags on files, but are not permitted to modify system flags. In other words, privilege does allow a process in jail to modify user flags for objects that the process does not own, but privilege will not permit the setting of system flags on the file. Obtained from: TrustedBSD Project Revision Changes Path 1.147 +6 -1 src/sys/ufs/ufs/ufs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 11: 3:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0344B37B424; Mon, 18 Sep 2000 11:03:50 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA98712; Mon, 18 Sep 2000 11:03:49 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200009181803.LAA98712@freefall.freebsd.org> From: Robert Watson Date: Mon, 18 Sep 2000 11:03:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/09/18 11:03:49 PDT Modified files: sys/ufs/ufs ufs_vnops.c Log: o Allow privileged processes in jail() to override sticky bit behavior on directories. o Allow privileged processes in jail() to create inodes with the setgid bit set even if they are not a member of the group denoted by the file creation gid. This occurs due to inherited gid's from parent directories on file creation, allowing a user to create a file with a gid that is not in the creating process's credentials. Obtained from: TrustedBSD Project Revision Changes Path 1.148 +3 -3 src/sys/ufs/ufs/ufs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 11:10:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCD3237B42C; Mon, 18 Sep 2000 11:10:13 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA02195; Mon, 18 Sep 2000 11:10:13 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200009181810.LAA02195@freefall.freebsd.org> From: Robert Watson Date: Mon, 18 Sep 2000 11:10:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_extattr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/09/18 11:10:13 PDT Modified files: sys/ufs/ufs ufs_extattr.c Log: o Disallow privileged processes in jail() from directly accessing system namespace extended attributes. o Document privilege/jail() interaction relating to extended attributes. Obtained from: TrustedBSD Project Revision Changes Path 1.12 +10 -2 src/sys/ufs/ufs/ufs_extattr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 11:15: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 08CCD37B422; Mon, 18 Sep 2000 11:15:05 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA02936; Mon, 18 Sep 2000 11:15:05 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009181815.LAA02936@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 18 Sep 2000 11:15:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/tiff Makefile ports/graphics/tiff/patches patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/18 11:15:04 PDT Modified files: graphics/tiff Makefile graphics/tiff/patches patch-ab Log: - take over maintainership; - use `-sf' ln(1) option when creating symlinks to shared libraries to avoid failure when some of those symlinks already exist. PR: 21286 (partially) Submitted by: Martti Kuparinen Revision Changes Path 1.30 +2 -2 ports/graphics/tiff/Makefile 1.8 +11 -2 ports/graphics/tiff/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 Sep 18 11:35:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CD3937B42C; Mon, 18 Sep 2000 11:35:08 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA07285; Mon, 18 Sep 2000 11:35:08 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200009181835.LAA07285@freefall.freebsd.org> From: Brian Somers Date: Mon, 18 Sep 2000 11:35:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc security X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/09/18 11:35:08 PDT Modified files: etc security Log: Sort the output of mount Requested by: des Remove a redundant sed Revision Changes Path 1.43 +2 -2 src/etc/security To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 11:48:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C32137B422; Mon, 18 Sep 2000 11:48:54 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA09896; Mon, 18 Sep 2000 11:48:54 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009181848.LAA09896@freefall.freebsd.org> From: Ade Lovett Date: Mon, 18 Sep 2000 11:48:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/i386-rtems-objc Makefile ports/devel/i386-rtems-objc/files md5 ports/devel/i386-rtems-objc/patches patch-ab patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/18 11:48:54 PDT Modified files: devel/i386-rtems-objc Makefile devel/i386-rtems-objc/files md5 devel/i386-rtems-objc/patches patch-aa Added files: devel/i386-rtems-objc/patches patch-ab Log: Update *-rtems-objc to the newest patches, also fixing the "extra files" problem. Submitted by: maintainer Revision Changes Path 1.4 +11 -11 ports/devel/i386-rtems-objc/Makefile 1.2 +2 -2 ports/devel/i386-rtems-objc/files/md5 1.2 +38 -21 ports/devel/i386-rtems-objc/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 Mon Sep 18 11:51:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6005337B422; Mon, 18 Sep 2000 11:51:22 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA10445; Mon, 18 Sep 2000 11:51:22 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009181851.LAA10445@freefall.freebsd.org> From: Neil Blakey-Milner Date: Mon, 18 Sep 2000 11:51:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/knowledgekit Makefile ports/www/knowledgekit/files MESSAGE md5 ports/www/knowledgekit/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/09/18 11:51:22 PDT Modified files: www Makefile Added files: www/knowledgekit Makefile www/knowledgekit/files MESSAGE md5 www/knowledgekit/pkg COMMENT DESCR PLIST Log: Add KnowledgeKit, a Zope product that manages knowledge bases and FAQs. Revision Changes Path 1.254 +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 Mon Sep 18 11:51:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1938D37B423; Mon, 18 Sep 2000 11:51:50 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA10530; Mon, 18 Sep 2000 11:51:50 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009181851.LAA10530@freefall.freebsd.org> From: Neil Blakey-Milner Date: Mon, 18 Sep 2000 11:51: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 nbm 2000/09/18 11:51:50 PDT Modified files: . modules Log: knowledgekit --> ports/www/knowledgekit Revision Changes Path 1.1724 +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 Sep 18 12: 1:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6173B37B424; Mon, 18 Sep 2000 12:01:20 -0700 (PDT) Received: (from ejc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA12127; Mon, 18 Sep 2000 12:01:20 -0700 (PDT) (envelope-from ejc@FreeBSD.org) Message-Id: <200009181901.MAA12127@freefall.freebsd.org> From: "Eric J.Chet" Date: Mon, 18 Sep 2000 12:01:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/omniORB/patches patch-aj patch-ak patch-al X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ejc 2000/09/18 12:01:19 PDT Added files: devel/omniORB/patches patch-aj patch-ak patch-al Log: It helps when you "cvs add" the new patches, oops. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 12:50:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8666637B422; Mon, 18 Sep 2000 12:50:22 -0700 (PDT) Received: (from jim@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA24694; Mon, 18 Sep 2000 12:50:22 -0700 (PDT) (envelope-from jim@FreeBSD.org) Message-Id: <200009181950.MAA24694@freefall.freebsd.org> From: Jim Mock Date: Mon, 18 Sep 2000 12:50: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 jim 2000/09/18 12:50:22 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Fix the entry for irc.FreeBSD.org. It's hybnet.net, not hybnet.com. Submitted by: half of #FreeBSD on irc.FreeBSD.org :-) Revision Changes Path 1.92 +2 -2 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 Mon Sep 18 13: 2:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D0D1037B422; Mon, 18 Sep 2000 13:02:54 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA26765; Mon, 18 Sep 2000 13:02:54 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009182002.NAA26765@freefall.freebsd.org> From: Neil Blakey-Milner Date: Mon, 18 Sep 2000 13:02:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/znavigator Makefile ports/www/znavigator/files MESSAGE md5 ports/www/znavigator/pkg COMMENT DESCR MESSAGE PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/09/18 13:02:54 PDT Modified files: www Makefile Added files: www/znavigator Makefile www/znavigator/files MESSAGE md5 www/znavigator/pkg COMMENT DESCR MESSAGE PLIST Log: Add ZNavigator, a Zope product to simplify the construction of navigation bars. Revision Changes Path 1.255 +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 Mon Sep 18 13: 3:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 247BA37B422; Mon, 18 Sep 2000 13:03:27 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA26894; Mon, 18 Sep 2000 13:03:27 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009182003.NAA26894@freefall.freebsd.org> From: Neil Blakey-Milner Date: Mon, 18 Sep 2000 13:03: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 nbm 2000/09/18 13:03:27 PDT Modified files: . modules Log: znavigator --> ports/www/znavigator Revision Changes Path 1.1725 +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 Sep 18 13:12:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C856437B422; Mon, 18 Sep 2000 13:12:38 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA30198; Mon, 18 Sep 2000 13:12:38 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009182012.NAA30198@freefall.freebsd.org> From: Neil Blakey-Milner Date: Mon, 18 Sep 2000 13:12:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/znavigator/pkg COMMENT DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/09/18 13:12:38 PDT Modified files: www/znavigator/pkg COMMENT DESCR Log: Put ZNavigator-releated comments and descriptions, not squishdot. Revision Changes Path 1.2 +1 -1 ports/www/znavigator/pkg/COMMENT 1.2 +8 -5 ports/www/znavigator/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 Sep 18 13:41:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2925037B61E; Mon, 18 Sep 2000 13:40:33 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA35481; Mon, 18 Sep 2000 13:40:33 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200009182040.NAA35481@freefall.freebsd.org> From: John Polstra Date: Mon, 18 Sep 2000 13:40:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include link.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/09/18 13:40:33 PDT Modified files: include link.h Log: Update the prototype for "r_brk" to correspond with the change in "src/libexec/rtld-elf/rtld.c" revision 1.48. This eliminates a warning when building the dynamic linker, and it doesn't seem to hurt anything else. Revision Changes Path 1.21 +3 -2 src/include/link.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 13:41:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C95A437B422; Mon, 18 Sep 2000 13:41:42 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA35822; Mon, 18 Sep 2000 13:41:42 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009182041.NAA35822@freefall.freebsd.org> From: Ade Lovett Date: Mon, 18 Sep 2000 13:41:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/bugs Makefile ports/security/bugs/files md5 ports/security/bugs/pkg DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/18 13:41:42 PDT Modified files: security/bugs Makefile security/bugs/files md5 security/bugs/pkg DESCR PLIST Log: Update to 3.3.2 PR: 20899 Submitted by: maintainer Revision Changes Path 1.5 +11 -7 ports/security/bugs/Makefile 1.3 +1 -1 ports/security/bugs/files/md5 1.3 +1 -1 ports/security/bugs/pkg/DESCR 1.3 +30 -23 ports/security/bugs/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 Sep 18 13:42: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EA02137B423; Mon, 18 Sep 2000 13:42:04 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA35941; Mon, 18 Sep 2000 13:42:04 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200009182042.NAA35941@freefall.freebsd.org> From: Robert Watson Date: Mon, 18 Sep 2000 13:42:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/randomdev randomdev.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/09/18 13:42:04 PDT Modified files: sys/dev/randomdev randomdev.c Log: Include to silence suser() compiler warning. Approved by: markm Revision Changes Path 1.13 +2 -1 src/sys/dev/randomdev/randomdev.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 13:51:17 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 0A31837B422; Mon, 18 Sep 2000 13:51:12 -0700 (PDT) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by finch-post-10.mail.demon.net with esmtp (Exim 2.12 #1) id 13b7sb-000Fw0-0A; Mon, 18 Sep 2000 20:51:10 +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 VAA39449; Mon, 18 Sep 2000 21:53:27 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Mon, 18 Sep 2000 21:51:05 +0100 (BST) From: Doug Rabson To: Bruce Evans Cc: Matthew Jacob , "Matthew N. Dodd" , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_bus.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 Tue, 19 Sep 2000, Bruce Evans wrote: > On Mon, 18 Sep 2000, Matthew Jacob wrote: > > > Yeah, I wondered about that too. I thought > > > > int foo; > > > > and > > > > int foo=0; > > > > were supposed to be the same. Is the kernel now forgetting to clear bss? > > Same for the C abstract machine, which we mostly depend on in the > kernel (although the kernel is not entirely implementable in C). Of > course, it is an implementation detail that the explicit initialization > puts the variable in the data section instead of in the bss, at least > for gcc on i386's. > > The bss clearing code hasn't changed for years on i386's. I can't see > where the bss is cleared on alphas (alpha_init is called very early > in locore.s). The bss is cleared by the loader for both x86 and alpha. I guess x86 clears it again in locore but it doesn't need to. -- 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 Mon Sep 18 14:12:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E88E537B43C; Mon, 18 Sep 2000 14:12:20 -0700 (PDT) Received: (from dg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA42789; Mon, 18 Sep 2000 14:12:20 -0700 (PDT) (envelope-from dg@FreeBSD.org) Message-Id: <200009182112.OAA42789@freefall.freebsd.org> From: David Greenman Date: Mon, 18 Sep 2000 14:12:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_fxp.c if_fxpvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dg 2000/09/18 14:12:20 PDT Modified files: sys/pci if_fxp.c if_fxpvar.h Log: Removed NetBSD support, which bit-rotted long ago. Changed new SMP locking macros given the new situation. Revision Changes Path 1.93 +39 -334 src/sys/pci/if_fxp.c 1.13 +4 -31 src/sys/pci/if_fxpvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 14:35:40 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 6B52F37B424; Mon, 18 Sep 2000 14:35:36 -0700 (PDT) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.0/8.9.3) with ESMTP id e8ILZZi04898; Mon, 18 Sep 2000 14:35:35 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.0/8.11.0) id e8ILXIc73671; Mon, 18 Sep 2000 14:33:18 -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: <200009180819.BAA94306@freefall.freebsd.org> Date: Mon, 18 Sep 2000 14:33:17 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Matt Jacob Subject: RE: cvs commit: src/sys/boot/alpha/common main.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 18-Sep-00 Matt Jacob wrote: > mjacob 2000/09/18 01:19:05 PDT > > Modified files: > sys/boot/alpha/common main.c > Log: > Steal 512KB more from system memory for heap instead of 256KB. We died > without the extra space. What a pity. My Miata is still getting kernel stack not valid faults trying to boot the loader. :( *sigh* And my saved loader.good doesn't work either with the newer 4th scripts. Off to find my 4.0 CD's and hack /boot again. :( -- 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 Sep 18 14:44:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1471F37B422; Mon, 18 Sep 2000 14:44:46 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA48039; Mon, 18 Sep 2000 14:44:46 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009182144.OAA48039@freefall.freebsd.org> From: Ade Lovett Date: Mon, 18 Sep 2000 14:44:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/tcl-Mysql Makefile ports/databases/tcl-Mysql/patches patch-ab patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/18 14:44:45 PDT Modified files: databases/tcl-Mysql Makefile databases/tcl-Mysql/patches patch-aa Added files: databases/tcl-Mysql/patches patch-ab Log: Fix a number of issues in the code. See the PR for the long and detailed explanation. PORTREVISION bumped. PR: 20058 Submitted by: maintainer Revision Changes Path 1.6 +2 -1 ports/databases/tcl-Mysql/Makefile 1.3 +7 -7 ports/databases/tcl-Mysql/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 Mon Sep 18 14:46:25 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 408C037B424; Mon, 18 Sep 2000 14:46:20 -0700 (PDT) Received: from beppo.feral.com (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id OAA01719; Mon, 18 Sep 2000 14:46:19 -0700 Date: Mon, 18 Sep 2000 14:46:19 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: John Baldwin Cc: Matt Jacob , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: RE: cvs commit: src/sys/boot/alpha/common main.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 Really? Hmm. Thought we got this one for the moment. Are you sure you remembered to disklabel -B the new boot1? -matt On Mon, 18 Sep 2000, John Baldwin wrote: > > On 18-Sep-00 Matt Jacob wrote: > > mjacob 2000/09/18 01:19:05 PDT > > > > Modified files: > > sys/boot/alpha/common main.c > > Log: > > Steal 512KB more from system memory for heap instead of 256KB. We died > > without the extra space. What a pity. > > My Miata is still getting kernel stack not valid faults trying to > boot the loader. :( *sigh* And my saved loader.good doesn't work > either with the newer 4th scripts. Off to find my 4.0 CD's and > hack /boot again. :( > > -- > > 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 Sep 18 14:58: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5606A37B42C; Mon, 18 Sep 2000 14:58:04 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA50190; Mon, 18 Sep 2000 14:58:04 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009182158.OAA50190@freefall.freebsd.org> From: Ade Lovett Date: Mon, 18 Sep 2000 14:58:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/hylafax Makefile ports/comms/hylafax/patches patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/18 14:58:04 PDT Modified files: comms/hylafax Makefile comms/hylafax/patches patch-ad Log: Fix incorrect use of snprintf() that causes pid of process trying to lock a serial device in /var/spool/lock to be incorrectly written into the lock file. PORTREVISION bumped. PR: 20141 Submitted by: Cyrus Rahman Revision Changes Path 1.37 +2 -1 ports/comms/hylafax/Makefile 1.4 +0 -9 ports/comms/hylafax/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 Sep 18 15: 8:35 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 164DB37B422; Mon, 18 Sep 2000 15:08:30 -0700 (PDT) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.0/8.9.3) with ESMTP id e8IM8Pi06197; Mon, 18 Sep 2000 15:08:25 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.0/8.11.0) id e8IM68v73929; Mon, 18 Sep 2000 15:06:08 -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: Date: Mon, 18 Sep 2000 15:06:08 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Matthew Jacob Subject: RE: cvs commit: src/sys/boot/alpha/common main.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 18-Sep-00 Matthew Jacob wrote: > > Really? > > Hmm. Thought we got this one for the moment. > > Are you sure you remembered to disklabel -B the new boot1? Yep. :( I have the ra's from the old loader that used to work (although I don't have a loader.sym for that) and for the new loader. I'll see what I can do with that. > -matt > > > On Mon, 18 Sep 2000, John Baldwin wrote: > >> >> On 18-Sep-00 Matt Jacob wrote: >> > mjacob 2000/09/18 01:19:05 PDT >> > >> > Modified files: >> > sys/boot/alpha/common main.c >> > Log: >> > Steal 512KB more from system memory for heap instead of 256KB. We died >> > without the extra space. What a pity. >> >> My Miata is still getting kernel stack not valid faults trying to >> boot the loader. :( *sigh* And my saved loader.good doesn't work >> either with the newer 4th scripts. Off to find my 4.0 CD's and >> hack /boot again. :( >> >> -- >> >> 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/ >> > -- 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 Sep 18 15:13: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 5596737B424; Mon, 18 Sep 2000 15:13:54 -0700 (PDT) Received: from beppo.feral.com (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id PAA01879; Mon, 18 Sep 2000 15:13:54 -0700 Date: Mon, 18 Sep 2000 15:13:53 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: RE: cvs commit: src/sys/boot/alpha/common main.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-Sep-00 Matthew Jacob wrote: > > > > Really? > > > > Hmm. Thought we got this one for the moment. > > > > Are you sure you remembered to disklabel -B the new boot1? > > Yep. :( I have the ra's from the old loader that used to > work (although I don't have a loader.sym for that) and for > the new loader. I'll see what I can do with that. Does i die in loader or in boot1? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 15:42:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A7B4E37B423; Mon, 18 Sep 2000 15:42:54 -0700 (PDT) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA61016; Mon, 18 Sep 2000 15:42:54 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Message-Id: <200009182242.PAA61016@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Mon, 18 Sep 2000 15:42:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/forth loader.4th X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dcs 2000/09/18 15:42:54 PDT Modified files: sys/boot/forth loader.4th Log: Check for the correct minimum version required by the current code. I hope I got this right... :-) Revision Changes Path 1.17 +5 -5 src/sys/boot/forth/loader.4th To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 15:43:12 2000 Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id DF06437B61F; Mon, 18 Sep 2000 15:43:07 -0700 (PDT) Received: from newsguy.com (p24-dn01kiryunisiki.gunma.ocn.ne.jp [211.0.245.25]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id HAA18913; Tue, 19 Sep 2000 07:43:06 +0900 (JST) Message-ID: <39C69972.B621B2F5@newsguy.com> Date: Tue, 19 Sep 2000 07:38:42 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR MIME-Version: 1.0 To: John Baldwin Cc: Matt Jacob , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/alpha/common main.c References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Baldwin wrote: > > On 18-Sep-00 Matt Jacob wrote: > > mjacob 2000/09/18 01:19:05 PDT > > > > Modified files: > > sys/boot/alpha/common main.c > > Log: > > Steal 512KB more from system memory for heap instead of 256KB. We died > > without the extra space. What a pity. > > My Miata is still getting kernel stack not valid faults trying to > boot the loader. :( *sigh* And my saved loader.good doesn't work > either with the newer 4th scripts. Off to find my 4.0 CD's and > hack /boot again. :( Which reminds me I need to correct the version required for loader stuff, then. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@the.secret.bsdconspiracy.net "I demand that my picture show a handsome face, even if it doesn't look like me." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 15:48:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 77DBF37B422; Mon, 18 Sep 2000 15:48:37 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA61987; Mon, 18 Sep 2000 15:48:37 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009182248.PAA61987@freefall.freebsd.org> From: Neil Blakey-Milner Date: Mon, 18 Sep 2000 15:48:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/minimalist Makefile ports/mail/minimalist/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/09/18 15:48:37 PDT Modified files: mail/minimalist Makefile mail/minimalist/pkg DESCR Log: Change minimalist web and ftp sites. PR: ports/21376 Submitted by: Gianmarco Giovannelli (maintainer) Revision Changes Path 1.4 +2 -2 ports/mail/minimalist/Makefile 1.2 +1 -1 ports/mail/minimalist/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 Sep 18 16: 0:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2CD637B422; Mon, 18 Sep 2000 16:00:15 -0700 (PDT) Received: (from marko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA63721; Mon, 18 Sep 2000 16:00:15 -0700 (PDT) (envelope-from marko@FreeBSD.org) Message-Id: <200009182300.QAA63721@freefall.freebsd.org> From: Mark Ovens Date: Mon, 18 Sep 2000 16:00:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 termios.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marko 2000/09/18 16:00:15 PDT Modified files: share/man/man4 termios.4 Log: Added missing .It macros PR: 21215 Submitted by: Osamu MIHARA Revision Changes Path 1.14 +3 -3 src/share/man/man4/termios.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 16:12:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1041237B423; Mon, 18 Sep 2000 16:12:14 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA66974; Mon, 18 Sep 2000 16:12:14 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009182312.QAA66974@freefall.freebsd.org> From: Ade Lovett Date: Mon, 18 Sep 2000 16:12:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-HTML-Mason Makefile ports/www/p5-HTML-Mason/files md5 ports/www/p5-HTML-Mason/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/18 16:12:13 PDT Modified files: www/p5-HTML-Mason Makefile www/p5-HTML-Mason/files md5 www/p5-HTML-Mason/pkg PLIST Log: Update to version 0.89 PR: 21353 Submitted by: maintainer Revision Changes Path 1.5 +5 -7 ports/www/p5-HTML-Mason/Makefile 1.4 +1 -1 ports/www/p5-HTML-Mason/files/md5 1.4 +1 -0 ports/www/p5-HTML-Mason/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 Sep 18 16:14:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5404D37B423; Mon, 18 Sep 2000 16:14:49 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA67410; Mon, 18 Sep 2000 16:14:49 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009182314.QAA67410@freefall.freebsd.org> From: Ade Lovett Date: Mon, 18 Sep 2000 16:14:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/xdrawchem Makefile ports/biology/xdrawchem/files md5 ports/biology/xdrawchem/patches patch-aa ports/biology/xdrawchem/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/18 16:14:49 PDT Modified files: biology/xdrawchem Makefile biology/xdrawchem/files md5 biology/xdrawchem/patches patch-aa biology/xdrawchem/pkg PLIST Log: respect CXX and CXXFLAGS (Kato Tsuguru) install data files (Kato Tsuguru) bump version (myself) use USE_NEWGCC (Will Andrews) make whitespace changes to Makefile PR: 21359 Submitted by: maintainer Revision Changes Path 1.3 +10 -12 ports/biology/xdrawchem/Makefile 1.2 +1 -1 ports/biology/xdrawchem/files/md5 1.2 +26 -8 ports/biology/xdrawchem/patches/patch-aa 1.2 +3 -0 ports/biology/xdrawchem/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 Sep 18 16:15: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3567F37B422; Mon, 18 Sep 2000 16:15:06 -0700 (PDT) Received: (from marko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA67487; Mon, 18 Sep 2000 16:15:06 -0700 (PDT) (envelope-from marko@FreeBSD.org) Message-Id: <200009182315.QAA67487@freefall.freebsd.org> From: Mark Ovens Date: Mon, 18 Sep 2000 16:15:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 termios.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG marko 2000/09/18 16:15:06 PDT Modified files: (Branch: RELENG_4) share/man/man4 termios.4 Log: MFC rev 1.14. Missinf .It macros PR: 21215 Revision Changes Path 1.12.2.2 +3 -3 src/share/man/man4/termios.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 16:38:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F53037B423; Mon, 18 Sep 2000 16:38:52 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA70859; Mon, 18 Sep 2000 16:38:52 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009182338.QAA70859@freefall.freebsd.org> From: Ade Lovett Date: Mon, 18 Sep 2000 16:38:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/adns Makefile ports/net/adns/files md5 ports/net/adns/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/18 16:38:51 PDT Modified files: net/adns Makefile net/adns/files md5 net/adns/pkg PLIST Log: Update to version 1.0 PR: 21357 Submitted by: maintainer Revision Changes Path 1.7 +7 -3 ports/net/adns/Makefile 1.2 +1 -1 ports/net/adns/files/md5 1.4 +2 -3 ports/net/adns/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 Sep 18 17:10:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FEE037B423; Mon, 18 Sep 2000 17:10:40 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA76681; Mon, 18 Sep 2000 17:10:40 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200009190010.RAA76681@freefall.freebsd.org> From: Robert Watson Date: Mon, 18 Sep 2000 17:10:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libposix1e cap_set_flag.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/09/18 17:10:40 PDT Modified files: lib/libposix1e cap_set_flag.c Log: o cap_set_flag() was not correctly clearing capabilities when value was CAP_CLEAR. Obtained from: TrustedBSD Project Revision Changes Path 1.2 +5 -2 src/lib/libposix1e/cap_set_flag.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 17:35: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E907337B43C; Mon, 18 Sep 2000 17:35:03 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA80085; Mon, 18 Sep 2000 17:35:03 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200009190035.RAA80085@freefall.freebsd.org> From: Mike Smith Date: Mon, 18 Sep 2000 17:35:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/09/18 17:35:03 PDT Modified files: sys/dev/aac aac.c Log: Include so that we can dereference something in the proc structure. Looks like someone removed a nested include somewhere else. Submitted by: gallatin, dg Revision Changes Path 1.2 +2 -1 src/sys/dev/aac/aac.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 19:41:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 531B437B423; Mon, 18 Sep 2000 19:41:31 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA99460; Mon, 18 Sep 2000 19:41:31 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <200009190241.TAA99460@freefall.freebsd.org> From: Jonathan Lemon Date: Mon, 18 Sep 2000 19:41:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_timer.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/09/18 19:41:31 PDT Modified files: (Branch: RELENG_4) sys/netinet tcp_timer.c Log: MFC: r1.38, close race window for TCP timer callbacks. Revision Changes Path 1.34.2.2 +6 -6 src/sys/netinet/tcp_timer.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 19:59:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 491E137B422; Mon, 18 Sep 2000 19:59:29 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA02016; Mon, 18 Sep 2000 19:59:29 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009190259.TAA02016@freefall.freebsd.org> From: Ade Lovett Date: Mon, 18 Sep 2000 19:59:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/cyrus-sasl Makefile ports/security/cyrus-sasl/files Sendmail.README md5 ports/security/cyrus-sasl/patches patch-ag patch-ah patch-ai patch-aj patch-ak patch-ab ports/security/cyrus-sasl/pkg INSTALL MESSAGE PLIST ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/18 19:59:29 PDT Modified files: security/cyrus-sasl Makefile security/cyrus-sasl/files md5 security/cyrus-sasl/patches patch-ab security/cyrus-sasl/pkg INSTALL MESSAGE PLIST Added files: security/cyrus-sasl/files Sendmail.README security/cyrus-sasl/patches patch-ag patch-ah patch-ai patch-aj patch-ak security/cyrus-sasl/scripts configure.sasl Log: Cyrus-SASL 1.5.24 sources changed on Aug 15th -- changed a hard coded value to a variable. Kerberos IV detection fails due to double check on krb_mk_priv (with/without com_err), used cached value from first check for krb_mk_priv. Added addtional pwcheck methods (MySQL & LDAP Authentication). PR: 21383 Submitted by: maintainer Revision Changes Path 1.13 +24 -12 ports/security/cyrus-sasl/Makefile 1.5 +1 -1 ports/security/cyrus-sasl/files/md5 1.8 +111 -2 ports/security/cyrus-sasl/patches/patch-ab 1.2 +29 -3 ports/security/cyrus-sasl/pkg/INSTALL 1.2 +14 -3 ports/security/cyrus-sasl/pkg/MESSAGE 1.7 +10 -3 ports/security/cyrus-sasl/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 Sep 18 20:16:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 07CAF37B424; Mon, 18 Sep 2000 20:16:13 -0700 (PDT) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA06132; Mon, 18 Sep 2000 20:16:12 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Message-Id: <200009190316.UAA06132@freefall.freebsd.org> From: Jun Kuriyama Date: Mon, 18 Sep 2000 20:16:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/gnupg Makefile ports/security/gnupg/files md5 ports/security/gnupg/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kuriyama 2000/09/18 20:16:12 PDT Modified files: security/gnupg Makefile security/gnupg/files md5 security/gnupg/pkg PLIST Log: Upgrade to 1.0.3. Revision Changes Path 1.24 +2 -2 ports/security/gnupg/Makefile 1.16 +1 -1 ports/security/gnupg/files/md5 1.14 +2 -0 ports/security/gnupg/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 Sep 18 20:22:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CA3337B422; Mon, 18 Sep 2000 20:22:07 -0700 (PDT) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA06938; Mon, 18 Sep 2000 20:22:07 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200009190322.UAA06938@freefall.freebsd.org> From: Archie Cobbs Date: Mon, 18 Sep 2000 20:22:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pppoe.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/09/18 20:22:07 PDT Modified files: sys/netgraph ng_pppoe.c Log: Rename "struct session" to "struct sess_con" to avoid conflict with upcoming "struct session" in proc.h. Requested by: jasone Revision Changes Path 1.27 +5 -5 src/sys/netgraph/ng_pppoe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 20:27:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A226137B424; Mon, 18 Sep 2000 20:27:31 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA07570; Mon, 18 Sep 2000 20:27:31 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <200009190327.UAA07570@freefall.freebsd.org> From: Jonathan Lemon Date: Mon, 18 Sep 2000 20:27:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 vm86.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/09/18 20:27:31 PDT Modified files: sys/i386/i386 vm86.c Log: Allow the user to make direct BIOS intcalls (via vm86 system) if they successfully authenticate as root via the suser() call. Revision Changes Path 1.32 +3 -3 src/sys/i386/i386/vm86.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 21: 2: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 010D337B422; Mon, 18 Sep 2000 21:02:06 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA11845; Mon, 18 Sep 2000 21:02:05 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200009190402.VAA11845@freefall.freebsd.org> From: John Polstra Date: Mon, 18 Sep 2000 21:02:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen dlopen.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/09/18 21:02:05 PDT Modified files: lib/libc/gen dlopen.3 Log: Make a somewhat unsatisfactory attempt to describe the effects of the RTLD_GLOBAL and RTLD_LOCAL flags which can be passed to dlopen(). Revision Changes Path 1.10 +19 -2 src/lib/libc/gen/dlopen.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 21:14:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F32137B423; Mon, 18 Sep 2000 21:14:47 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA15374; Mon, 18 Sep 2000 21:14:47 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009190414.VAA15374@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 18 Sep 2000 21:14:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/ruby-tmail Makefile ports/mail/ruby-tmail/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/09/18 21:14:45 PDT Modified files: mail/ruby-tmail Makefile mail/ruby-tmail/files md5 Log: Update to 0.8.13. Revision Changes Path 1.5 +2 -3 ports/mail/ruby-tmail/Makefile 1.3 +1 -1 ports/mail/ruby-tmail/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 Sep 18 21:24:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1A2537B422; Mon, 18 Sep 2000 21:24:50 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA16635; Mon, 18 Sep 2000 21:24:50 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200009190424.VAA16635@freefall.freebsd.org> From: John Polstra Date: Mon, 18 Sep 2000 21:24:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include dlfcn.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/09/18 21:24:50 PDT Modified files: include dlfcn.h Log: Add a definition for RTLD_DEFAULT. Revision Changes Path 1.11 +4 -5 src/include/dlfcn.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 21:27:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B5E4737B423; Mon, 18 Sep 2000 21:27:16 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA16955; Mon, 18 Sep 2000 21:27:16 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200009190427.VAA16955@freefall.freebsd.org> From: John Polstra Date: Mon, 18 Sep 2000 21:27:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf rtld.c rtld.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/09/18 21:27:16 PDT Modified files: libexec/rtld-elf rtld.c rtld.h Log: Add support for dlsym(RTLD_DEFAULT, ...). Revision Changes Path 1.49 +96 -68 src/libexec/rtld-elf/rtld.c 1.20 +3 -3 src/libexec/rtld-elf/rtld.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 21:28:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 573BE37B423; Mon, 18 Sep 2000 21:28:35 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA17075; Mon, 18 Sep 2000 21:28:35 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200009190428.VAA17075@freefall.freebsd.org> From: John Polstra Date: Mon, 18 Sep 2000 21:28:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen dlopen.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/09/18 21:28:35 PDT Modified files: lib/libc/gen dlopen.3 Log: Document RTLD_DEFAULT and the search algorithm used for resolving undefined symbols. Revision Changes Path 1.11 +44 -7 src/lib/libc/gen/dlopen.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 21:39:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC43D37B422; Mon, 18 Sep 2000 21:39:20 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA18340; Mon, 18 Sep 2000 21:39:20 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200009190439.VAA18340@freefall.freebsd.org> From: Warner Losh Date: Mon, 18 Sep 2000 21:39:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard card_if.m pccard.c pccardvar.h src/sys/dev/ep if_ep_pccard.c src/sys/dev/sn if_sn.c if_sn_isa.c if_sn_pccard.c src/sys/pccard pccard_nbk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/09/18 21:39:20 PDT Modified files: sys/dev/pccard card_if.m pccard.c pccardvar.h sys/dev/ep if_ep_pccard.c sys/dev/sn if_sn.c if_sn_isa.c if_sn_pccard.c sys/pccard pccard_nbk.c Log: Implement indirection in the pccard probe/attach. This should make it possible to have different probe/attach semantics between the two systems and yet still use the same driver for both. Compatibility methods for OLDCARD drivers. We use these routines to make it possible to call the OLDCARD driver's probe routine in the context that it expects. For OLDCARD these are implemented as pass throughs to the device_{probe,attach} routines. For NEWCARD they are implemented such such that probe becomes strictly a matching routine and attach does both the old probe and old attach. compat devices should use the following: /* Device interface */ DEVMETHOD(device_probe), pccard_compat_probe), DEVMETHOD(device_attach), pccard_compat_attach), /* Card interface */ DEVMETHOD(card_compat_match, foo_match), /* newly written */ DEVMETHOD(card_compat_probe, foo_probe), /* old probe */ DEVMETHOD(card_compat_attach, foo_attach), /* old attach */ This will allow a single driver binary image to be used for both OLDCARD and NEWCARD. Drivers wishing to not retain OLDCARD compatibility needn't do this. ep driver minorly updated. sn driver updated more than minorly. Add module dependencies to allow module to load. Also change name to if_sn. Add some debugging code. attempt to fix the cannot allocate memory problem I'd been seeing. Minor formatting nits. Revision Changes Path 1.8 +41 -1 src/sys/dev/pccard/card_if.m 1.17 +32 -1 src/sys/dev/pccard/pccard.c 1.16 +5 -1 src/sys/dev/pccard/pccardvar.h 1.16 +17 -3 src/sys/dev/ep/if_ep_pccard.c 1.12 +15 -17 src/sys/dev/sn/if_sn.c 1.6 +2 -2 src/sys/dev/sn/if_sn_isa.c 1.5 +27 -6 src/sys/dev/sn/if_sn_pccard.c 1.21 +17 -1 src/sys/pccard/pccard_nbk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 21:55:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 98CC037B422; Mon, 18 Sep 2000 21:55:26 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA20318; Mon, 18 Sep 2000 21:55:26 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009190455.VAA20318@freefall.freebsd.org> From: Will Andrews Date: Mon, 18 Sep 2000 21:55:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/mmucl Makefile ports/net/mmucl/files md5 ports/net/mmucl/patches patch-aa ports/net/mmucl/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/09/18 21:55:26 PDT Modified files: net/mmucl Makefile net/mmucl/files md5 net/mmucl/patches patch-aa net/mmucl/pkg PLIST Log: Update to 1.4.1. PR: 21388 Submitted by: maintainer Revision Changes Path 1.2 +2 -2 ports/net/mmucl/Makefile 1.2 +1 -1 ports/net/mmucl/files/md5 1.2 +2 -29 ports/net/mmucl/patches/patch-aa 1.2 +9 -9 ports/net/mmucl/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 Sep 18 22:24:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8941F37B423; Mon, 18 Sep 2000 22:24:50 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA28452; Mon, 18 Sep 2000 22:24:50 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009190524.WAA28452@freefall.freebsd.org> From: Akinori MUSHA Date: Mon, 18 Sep 2000 22:24:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-racc Makefile ports/devel/ruby-racc/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/09/18 22:24:48 PDT Modified files: devel/ruby-racc Makefile devel/ruby-racc/files md5 Log: Update to 1.2.4. Revision Changes Path 1.11 +2 -2 ports/devel/ruby-racc/Makefile 1.6 +1 -1 ports/devel/ruby-racc/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 Sep 18 22:40:21 2000 Delivered-To: cvs-all@freebsd.org Received: from bulls.mei.co.jp (bulls.mei.co.jp [202.224.189.25]) by hub.freebsd.org (Postfix) with ESMTP id 1EDD037B422; Mon, 18 Sep 2000 22:40:15 -0700 (PDT) Received: by bulls.mei.co.jp (8.11.0/3.7W) with ESMTP id e8J5eD928041; Tue, 19 Sep 2000 14:40:13 +0900 (JST) Received: by mariners.mei.co.jp (8.9.1/3.7W) with ESMTP id OAA29951; Tue, 19 Sep 2000 14:40:13 +0900 (JST) Received: by dream.vrl.mei.co.jp (8.11.0/3.7W-08/28/00) id e8J5eCv39449; Tue, 19 Sep 2000 14:40:13 +0900 (JST) To: asami@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/japanese/elisa10x8 Makefile ports/japanese/elisa8x8 Makefile ports/japanese/k10 Makefile ports/japanese/k12 Makefile ports/japanese/kanji18 Makefile ports/japanese/kappa20 Makefile ports/japanese/netscape-fonts Makefile ports/japanese/ngraph-fonts ... From: Kazu TAKAMUNE In-Reply-To: <200009121108.EAA92376@freefall.freebsd.org> References: <200009121108.EAA92376@freefall.freebsd.org> X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000919144012C.takamune@vrl.mei.co.jp> Date: Tue, 19 Sep 2000 14:40:12 +0900 X-Dispatcher: imput version 20000228(IM140) Lines: 57 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Ports Wraith ! This commit broke the dependency of 'japanese/netscape-fonts'. ===> Returning to build of ja-netscape-communicator-linux-4.75 ===> ja-netscape-communicator-linux-4.75 depends on file: /var/db/pkg/ja-netscape-fonts-1.0 - not found ===> Verifying install for /var/db/pkg/ja-netscape-fonts-1.0 in /usr/ports/japanese/netscape-fonts ===> Extracting for ja-netscape-fonts-1.0 >> No MD5 checksum file. ===> ja-netscape-fonts-1.0 depends on shared library: X11.6 - found ===> Patching for ja-netscape-fonts-1.0 ===> Configuring for ja-netscape-fonts-1.0 ===> Installing for ja-netscape-fonts-1.0 ===> ja-netscape-fonts-1.0 depends on executable: mkfontdir - found ===> ja-netscape-fonts-1.0 depends on shared library: X11.6 - found Can't rename: No such file or directory at /opt/head/ports/japanese/netscape-fonts/pkg/INSTALL line 8. *** Error code 2 It is fixed as follows: Index: ports/japanese/netscape-fonts/Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/netscape-fonts/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- ports/japanese/netscape-fonts/Makefile 2000/09/12 11:08:02 1.9 +++ ports/japanese/netscape-fonts/Makefile 2000/09/20 03:00:00 @@ -23,7 +23,7 @@ .include .if ${XFREE86_VERSION} == 4 -RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients +RUN_DEPENDS+= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients .endif NO_BUILD= yes I haven't checked all MakefileS which modified by the commit; > Add dependency to mkfontdir:XFree86-4-clients when XFREE86_VERSION=4. or > Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients and > RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4. I think `+=' is safer than '=' in these MakefileS. And, again, I found `RUN_DEPENDS=' in `bsd.port.mk'. > .if defined(USE_LINUX) > RUN_DEPENDS= ${LINUXBASE}/etc/redhat-release:${PORTSDIR}/emulators/linux_base > .endif Let's change it into `RUN_DEPENDS+='. Thanks. -- Kazu TAKAMUNE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 23:28:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F69137B424; Mon, 18 Sep 2000 23:28:12 -0700 (PDT) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA38038; Mon, 18 Sep 2000 23:28:12 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Message-Id: <200009190628.XAA38038@freefall.freebsd.org> From: Foxfair Hu Date: Mon, 18 Sep 2000 23:28:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/xcin25/patches patch-zz X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG foxfair 2000/09/18 23:28:12 PDT Added files: chinese/xcin25/patches patch-zz Log: Submitted by: Michael C . Wu Obtained from: Original site : xcin.linux.org.tw Add one evil patch file for xcin-2.5.2p5 to xcin-2.5.2, we are waiting for the authors of xcin to re-release xcin-2.5.2. Since I don't install new version of xcin anymore, don't slap me if you guys feel the 8xxk patch is really EVIL. Yes, I know that, go to bug the maintainer or author then. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Sep 18 23:38:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9902937B423; Mon, 18 Sep 2000 23:38:32 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA39214; Mon, 18 Sep 2000 23:38:32 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009190638.XAA39214@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 18 Sep 2000 23:38:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/py-MySQL Makefile ports/databases/py-MySQL/pkg PLIST ports/databases/py-MySQLdb Makefile ports/databases/py-MySQLdb/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/18 23:38:32 PDT Modified files: databases/py-MySQL Makefile databases/py-MySQL/pkg PLIST databases/py-MySQLdb Makefile databases/py-MySQLdb/pkg PLIST Log: Use USE_PYTHON. Revision Changes Path 1.6 +3 -4 ports/databases/py-MySQL/Makefile 1.2 +1 -1 ports/databases/py-MySQL/pkg/PLIST 1.6 +5 -6 ports/databases/py-MySQLdb/Makefile 1.3 +2 -2 ports/databases/py-MySQLdb/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 Sep 18 23:59:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A735137B422; Mon, 18 Sep 2000 23:59:29 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA42109; Mon, 18 Sep 2000 23:59:29 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009190659.XAA42109@freefall.freebsd.org> From: Maxim Sobolev Date: Mon, 18 Sep 2000 23:59:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gnomepm Makefile ports/misc/gnomepm/files md5 ports/misc/gnomepm/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/18 23:59:29 PDT Modified files: misc/gnomepm Makefile misc/gnomepm/files md5 Removed files: misc/gnomepm/patches patch-aa Log: Update to 0.9.1. Revision Changes Path 1.2 +20 -3 ports/misc/gnomepm/Makefile 1.2 +1 -1 ports/misc/gnomepm/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 Sep 19 0: 0:59 2000 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 42EFC37B422; Tue, 19 Sep 2000 00:00:55 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 19 Sep 2000 08:00:53 +0100 (BST) Date: Tue, 19 Sep 2000 08:00:53 +0100 From: David Malone To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc security Message-ID: <20000919080053.A30684@walton.maths.tcd.ie> References: <200009181835.LAA07285@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200009181835.LAA07285@freefall.freebsd.org>; from brian@FreeBSD.org on Mon, Sep 18, 2000 at 11:35:08AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Sep 18, 2000 at 11:35:08AM -0700, Brian Somers wrote: > brian 2000/09/18 11:35:08 PDT > > Modified files: > etc security > Log: > Sort the output of mount I wasn't sure if this was a good idea - now you don't notice if some careless intruder unmounts a filesystem, makes some changes and remounts it. Admitidly they could edit mtab and move the entry but none of our secutiry checks are immune to this sort of tampering. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 0:14:19 2000 Delivered-To: cvs-all@freebsd.org Received: from mailrouter1.strath.ac.uk (orkney.cc.strath.ac.uk [130.159.248.40]) by hub.freebsd.org (Postfix) with ESMTP id 8448C37B423; Tue, 19 Sep 2000 00:14:14 -0700 (PDT) Received: from m15-mp2-cvx1b.ren.ntl.com ([62.252.129.79] helo=cs.strath.ac.uk) by mailrouter1.strath.ac.uk with esmtp (Exim 3.12 #2) id 13bHb2-0006YG-00; Tue, 19 Sep 2000 08:13:40 +0100 Message-ID: <39C712B4.19CD4FE1@cs.strath.ac.uk> Date: Tue, 19 Sep 2000 08:16:05 +0100 From: Roger Hardiman Organization: Strathclyde University X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "Daniel C. Sobral" Cc: Roger Hardiman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/forth loader.conf References: <200009170723.AAA43421@freefall.freebsd.org> <39C65421.1138C451@newsguy.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Daniel C. Sobral" wrote: > > Roger Hardiman wrote: > > > > roger 2000/09/17 00:23:44 PDT > > > > Modified files: (Branch: RELENG_4) > > sys/boot/forth loader.conf > > Log: > > Place bktr_mem before bktr so the modules load in the correct order > > Huh? This shouldn't be necessary! First, nothing is run until the kernel > boots, and, by then, both modules have (or haven't) already been loaded. > Second, it should be handled by dependency if it's a dependency issue. Firstly dependencies do not work in -stable. I wish they did, but they do not. MODULE_DEPEND() is a dummy stub in -stable. An MFC is needed. And the load order is important. Before, you would get Sep 17 08:18:28 bfg /kernel: Preloaded elf module "bktr.ko" at 0xc03ea0ec. Sep 17 08:18:28 bfg /kernel: link_elf: symbol bktr_has_stored_addresses undefined and the bktr module would not load. I assumed the load order would actually be defined by the user's personal loader.conf, but regardless of what you put in there, the load order actually happens in the order it is defined by /boot/defaults/loader.conf. bktr needs functions in bktr_mem. So bktr_mem myst go before bktr in loader.conf. Roger -- Roger Hardiman Strathclyde Uni Telepresence Research Group, Glasgow, Scotland. http://www.telepresence.strath.ac.uk 0141 548 2897 roger@cs.strath.ac.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 0:15:46 2000 Delivered-To: cvs-all@freebsd.org Received: from mailrouter1.strath.ac.uk (orkney.cc.strath.ac.uk [130.159.248.40]) by hub.freebsd.org (Postfix) with ESMTP id E113637B422; Tue, 19 Sep 2000 00:15:42 -0700 (PDT) Received: from m15-mp2-cvx1b.ren.ntl.com ([62.252.129.79] helo=cs.strath.ac.uk) by mailrouter1.strath.ac.uk with esmtp (Exim 3.12 #2) id 13bHcd-0006bo-00; Tue, 19 Sep 2000 08:15:20 +0100 Message-ID: <39C71319.DEC14D76@cs.strath.ac.uk> Date: Tue, 19 Sep 2000 08:17:45 +0100 From: Roger Hardiman Organization: Strathclyde University X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "Daniel C. Sobral" Cc: Roger Hardiman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/forth loader.conf References: <200009170723.AAA43421@freefall.freebsd.org> <39C65421.1138C451@newsguy.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Daniel C. Sobral" wrote: > > Roger Hardiman wrote: > > > > roger 2000/09/17 00:23:44 PDT > > > > Modified files: (Branch: RELENG_4) > > sys/boot/forth loader.conf > > Log: > > Place bktr_mem before bktr so the modules load in the correct order > Second, it should be handled by dependency if it's a dependency issue. On this note, is anyone going to MFC the module dependency code from -current. /sys/sys/module.h just contains an empty defintion for MODULE_DEPENDS on -stable. Roger -- Roger Hardiman Strathclyde Uni Telepresence Research Group, Glasgow, Scotland. http://www.telepresence.strath.ac.uk 0141 548 2897 roger@cs.strath.ac.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 0:45:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67C2737B423; Tue, 19 Sep 2000 00:45:09 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA51824; Tue, 19 Sep 2000 00:45:09 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009190745.AAA51824@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 19 Sep 2000 00:45:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall ftp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/19 00:45:09 PDT Modified files: release/sysinstall ftp.c Log: Simplify the ftp directory search code a little and eliminate a warning. Revision Changes Path 1.40 +5 -7 src/release/sysinstall/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 Sep 19 0:45:25 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 9390937B423; Tue, 19 Sep 2000 00:45:21 -0700 (PDT) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id JAA15718; Tue, 19 Sep 2000 09:45:18 +0200 (CEST) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: David Malone Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc security References: <200009181835.LAA07285@freefall.freebsd.org> <20000919080053.A30684@walton.maths.tcd.ie> From: Dag-Erling Smorgrav Date: 19 Sep 2000 09:45:17 +0200 In-Reply-To: David Malone's message of "Tue, 19 Sep 2000 08:00:53 +0100" Message-ID: 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 David Malone writes: > I wasn't sure if this was a good idea - now you don't notice if > some careless intruder unmounts a filesystem, makes some changes > and remounts it. You didn't before, either, unless he was really careless, and not sorting the output really bites if you're running amd or some such hack. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 0:47:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F2AD537B42C; Tue, 19 Sep 2000 00:47:09 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA52264; Tue, 19 Sep 2000 00:47:09 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009190747.AAA52264@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 19 Sep 2000 00:47:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall ftp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/19 00:47:09 PDT Modified files: (Branch: RELENG_4) release/sysinstall ftp.c Log: MFC: simplify directory search code / elide warning Revision Changes Path 1.37.2.3 +5 -7 src/release/sysinstall/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 Sep 19 0:48:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 477C137B422; Tue, 19 Sep 2000 00:48:22 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA52484; Tue, 19 Sep 2000 00:48:22 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009190748.AAA52484@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 19 Sep 2000 00:48:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/netscape-fonts Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/19 00:48:22 PDT Modified files: japanese/netscape-fonts Makefile Log: Change RUN_DEPENDS= to RUN_DEPENDS+= so it won't lose the earlier depends. Submitted by: Kazu TAKAMUNE Revision Changes Path 1.10 +2 -2 ports/japanese/netscape-fonts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 0:50:13 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 CE26437B423; Tue, 19 Sep 2000 00:50:09 -0700 (PDT) Received: from silvia.hip.berkeley.edu (sji-ca1-01.ix.netcom.com [209.109.232.1]) by tisch.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id DAA16964; Tue, 19 Sep 2000 03:50:06 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.11.0/8.11.0) id e8J7o3r41484; Tue, 19 Sep 2000 00:50:03 -0700 (PDT) (envelope-from asami) To: Kazu TAKAMUNE Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/japanese/elisa10x8 Makefile ports/japanese/elisa8x8 Makefile ports/japanese/k10 Makefile ports/japanese/k12 Makefile ports/japanese/kanji18 Makefile ports/japanese/kappa20 Makefile ports/japanese/netscape-fonts Makefile ports/japanese/ngraph-fonts ... References: <200009121108.EAA92376@freefall.freebsd.org> <20000919144012C.takamune@vrl.mei.co.jp> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 19 Sep 2000 00:49:59 -0700 In-Reply-To: Kazu TAKAMUNE's message of "Tue, 19 Sep 2000 14:40:12 +0900" Message-ID: Lines: 24 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * From: Kazu TAKAMUNE * This commit broke the dependency of 'japanese/netscape-fonts'. Oops sorry. I committed your patch. * > Add dependency to mkfontdir:XFree86-4-clients when XFREE86_VERSION=4. * or * > Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients and * > RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4. * * I think `+=' is safer than '=' in these MakefileS. I used += whenever I found necessary, but I obviously missed this one. * And, again, I found `RUN_DEPENDS=' in `bsd.port.mk'. * * > .if defined(USE_LINUX) * > RUN_DEPENDS= ${LINUXBASE}/etc/redhat-release:${PORTSDIR}/emulators/linux_base * > .endif Oops. ;) I'll fix that too, thanks! Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 0:55:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFA3E37B422; Tue, 19 Sep 2000 00:55:56 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA55660; Tue, 19 Sep 2000 00:55:56 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009190755.AAA55660@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 19 Sep 2000 00:55:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/ngraph-fonts Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/19 00:55:56 PDT Modified files: japanese/ngraph-fonts Makefile Log: Change RUN_DEPENDS= to RUN_DEPENDS+= so we won't override previous entry. Revision Changes Path 1.6 +2 -2 ports/japanese/ngraph-fonts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 0:57:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B750237B423; Tue, 19 Sep 2000 00:57:35 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA56080; Tue, 19 Sep 2000 00:57:35 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009190757.AAA56080@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 19 Sep 2000 00:57:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/balsa Makefile ports/mail/balsa/files md5 ports/mail/balsa/patches patch-ab patch-as ports/mail/balsa/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/19 00:57:35 PDT Modified files: mail/balsa Makefile mail/balsa/files md5 mail/balsa/pkg PLIST Added files: mail/balsa/patches patch-ab patch-as Log: Update to 0.9.5. Revision Changes Path 1.25 +5 -3 ports/mail/balsa/Makefile 1.11 +1 -1 ports/mail/balsa/files/md5 1.10 +4 -20 ports/mail/balsa/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 Sep 19 0:59: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 203F837B42C; Tue, 19 Sep 2000 00:59:02 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA56373; Tue, 19 Sep 2000 00:59:02 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009190759.AAA56373@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 19 Sep 2000 00:59:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/balsa Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/19 00:59:02 PDT Modified files: mail/balsa Makefile Log: Reorder MASTER_SITES according to accessability. Revision Changes Path 1.26 +3 -3 ports/mail/balsa/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 1: 2:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B6B537B424; Tue, 19 Sep 2000 01:02:50 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA57442; Tue, 19 Sep 2000 01:02:50 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009190802.BAA57442@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 19 Sep 2000 01:02:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/pysol-sound-server Makefile ports/audio/pysol-sound-server/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/19 01:02:50 PDT Modified files: audio/pysol-sound-server Makefile audio/pysol-sound-server/pkg PLIST Log: Convert to use bsd.python.mk. Revision Changes Path 1.10 +3 -3 ports/audio/pysol-sound-server/Makefile 1.2 +1 -1 ports/audio/pysol-sound-server/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 Sep 19 1:35:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 23ED137B424; Tue, 19 Sep 2000 01:35:45 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA64998; Tue, 19 Sep 2000 01:35:45 -0700 (PDT) (envelope-from julian@FreeBSD.org) Message-Id: <200009190835.BAA64998@freefall.freebsd.org> From: Julian Elischer Date: Tue, 19 Sep 2000 01:35:44 -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 julian 2000/09/19 01:35:44 PDT Modified files: sys/netgraph ng_ether.c Log: When sending a packet back to a network interface to simulate an arrived packet, make sure that the packet has the interface marked in the first mbuf, the same a truely arrived packets would have. Revision Changes Path 1.10 +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 Tue Sep 19 2: 0:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8E8637B422; Tue, 19 Sep 2000 02:00:29 -0700 (PDT) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA70166; Tue, 19 Sep 2000 02:00:29 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200009190900.CAA70166@freefall.freebsd.org> From: Paul Saab Date: Tue, 19 Sep 2000 02:00:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_resource.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/09/19 02:00:29 PDT Modified files: (Branch: RELENG_4) sys/kern kern_resource.c Log: MFC: [rev 1.64] Add new line character to debugging printf's. Revision Changes Path 1.55.2.3 +5 -5 src/sys/kern/kern_resource.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 2:16:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 067F837B422; Tue, 19 Sep 2000 02:16:30 -0700 (PDT) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA74921; Tue, 19 Sep 2000 02:16:29 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200009190916.CAA74921@freefall.freebsd.org> From: Paul Saab Date: Tue, 19 Sep 2000 02:16:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 autoconf.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/09/19 02:16:29 PDT Modified files: (Branch: RELENG_4) sys/i386/i386 autoconf.c Log: MFC: [rev 1.148] Teach the NFS && NFS_ROOT case how to pick up information left by the PXE loader, and use this to build the nfs_diskless structure. Revision Changes Path 1.146.2.1 +175 -1 src/sys/i386/i386/autoconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 2:19:27 2000 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id ABC2C37B423; Tue, 19 Sep 2000 02:19:20 -0700 (PDT) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 13bJYY-00045D-00; Tue, 19 Sep 2000 11:19:14 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id LAA12064; Tue, 19 Sep 2000 11:19:15 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 11748; Tue Sep 19 11:17:28 2000 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 13bJWq-000ANX-00; Tue, 19 Sep 2000 11:17:28 +0200 From: Sheldon Hearn To: MIHIRA Sanpei Yoshiro Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/pccard/pccardc pccardc.8 In-reply-to: Your message of "Sun, 17 Sep 2000 09:37:36 MST." <200009171637.JAA11930@freefall.freebsd.org> Date: Tue, 19 Sep 2000 11:17:28 +0200 Message-ID: <39898.969355048@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 17 Sep 2000 09:37:36 MST, MIHIRA Sanpei Yoshiro wrote: > Modified files: > usr.sbin/pccard/pccardc pccardc.8 > Log: > pccard_beep parameter was already supported by rc.conf. > (removed in Rev.1.3) To whom should I submit a patch that fixes the misuse of the Pa (path) macro in this manual page? The Pa macro is used to mark up subcommands, which should really be marked up with the Ic (internal command) macro. This new misuse of the Pa macro for marking up pccard_beep could be fixed by marking up pccard_beep with the Va (variable) macro. Of course, that in turn raises the issue that all the shell variables listed in the rc.conf(5) page are marked up with Ar (argument) instead of Va (variable). But that's a different issue that I can sort out myself. 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 Sep 19 2:46: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 528F137B422; Tue, 19 Sep 2000 02:46:02 -0700 (PDT) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA81706; Tue, 19 Sep 2000 02:46:02 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200009190946.CAA81706@freefall.freebsd.org> From: Sheldon Hearn Date: Tue, 19 Sep 2000 02:46:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/chio chio.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/09/19 02:46:02 PDT Modified files: bin/chio chio.1 Log: Fix horrendous abuse of the Nm and Pa mdoc macros, and remove troff bold markers \fB and \fR. Revision Changes Path 1.12 +44 -42 src/bin/chio/chio.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 2:49: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E74B37B422; Tue, 19 Sep 2000 02:49:05 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA81956; Tue, 19 Sep 2000 02:49:04 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009190949.CAA81956@freefall.freebsd.org> From: Neil Blakey-Milner Date: Tue, 19 Sep 2000 02:49:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/zope/files apache.conf.Zope-Changes X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/09/19 02:49:04 PDT Modified files: www/zope/files apache.conf.Zope-Changes Log: Make Zope management work with non-SSL connections, but give an example of how to turn it on. Conditionalize the SSL usage on , since that's been a problem. Also make the rewrite use cgi-bin.default/Zope.cgi, but give an example of what to change if you move it to cgi-bin/Zope.cgi. Revision Changes Path 1.2 +28 -22 ports/www/zope/files/apache.conf.Zope-Changes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 2:53:56 2000 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id 6A3C037B423; Tue, 19 Sep 2000 02:53:51 -0700 (PDT) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 13bK5y-0004aB-00; Tue, 19 Sep 2000 11:53:46 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id LAA19811; Tue, 19 Sep 2000 11:53:47 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 19765; Tue Sep 19 11:53:24 2000 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 13bK5c-000Alw-00; Tue, 19 Sep 2000 11:53:24 +0200 From: Sheldon Hearn To: cvs-committers@freebsd.org Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/bin/chio chio.1 In-reply-to: Your message of "Tue, 19 Sep 2000 02:46:02 MST." <200009190946.CAA81706@freefall.freebsd.org> Date: Tue, 19 Sep 2000 11:53:24 +0200 Message-ID: <41411.969357204@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Sep 2000 02:46:02 MST, Sheldon Hearn wrote: > Modified files: > bin/chio chio.1 > Log: > Fix horrendous abuse of the Nm and Pa mdoc macros, and remove troff > bold markers \fB and \fR. The use of angle-backets around argument names, spaces in argument names and joining argument names with slashes inside angle-brackets is still awful, but that's a minor cosmetic issue that we can address later. *hint.hint* 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 Sep 19 3:12:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E1DDE37B43F; Tue, 19 Sep 2000 03:11:03 -0700 (PDT) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA86600; Tue, 19 Sep 2000 03:11:03 -0700 (PDT) (envelope-from julian@FreeBSD.org) Message-Id: <200009191011.DAA86600@freefall.freebsd.org> From: Julian Elischer Date: Tue, 19 Sep 2000 03:11:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_ether.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2000/09/19 03:11:03 PDT Modified files: (Branch: RELENG_4) sys/netgraph ng_ether.c Log: MFC: 1.10 When sending a packet back to a network interface to simulate an arrived papcket, make sure that the packet has the interface marked in the first mbuf, the same a truely arrived packets would have. (stops a kernel page fault on multicast/broadcast udp packets). Revision Changes Path 1.2.2.8 +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 Tue Sep 19 3:25: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BEB0237B424; Tue, 19 Sep 2000 03:25:01 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA88472; Tue, 19 Sep 2000 03:25:01 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200009191025.DAA88472@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 19 Sep 2000 03:25:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys disklabel.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/09/19 03:25:01 PDT Modified files: sys/sys disklabel.h Log: GC some LFS lint. Revision Changes Path 1.56 +2 -7 src/sys/sys/disklabel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 3:28:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2365037B422; Tue, 19 Sep 2000 03:28:45 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA89052; Tue, 19 Sep 2000 03:28:45 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200009191028.DAA89052@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 19 Sep 2000 03:28:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_conf.c tty_pty.c vfs_subr.c src/sys/net bpf.c if_tap.c if_tun.c src/sys/sys conf.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phk 2000/09/19 03:28:45 PDT Modified files: sys/kern kern_conf.c tty_pty.c vfs_subr.c sys/net bpf.c if_tap.c if_tun.c sys/sys conf.h Log: Rename lminor() to dev2unit(). This function gives a linear unit number which hides the 'hole' in the minor bits. Introduce unit2minor() to do the reverse operation. Fix some some make_dev() calls which didn't use UID_* or GID_* macros. Kill the v_hashchain alias macro, it hides the real relationship. Introduce experimental SI_CHEAPCLONE flag set it on cloned bpfs. Revision Changes Path 1.83 +9 -2 src/sys/kern/kern_conf.c 1.80 +3 -3 src/sys/kern/tty_pty.c 1.275 +3 -3 src/sys/kern/vfs_subr.c 1.67 +6 -4 src/sys/net/bpf.c 1.4 +3 -3 src/sys/net/if_tap.c 1.78 +3 -3 src/sys/net/if_tun.c 1.120 +4 -3 src/sys/sys/conf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 3:36:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AF2337B422; Tue, 19 Sep 2000 03:36:22 -0700 (PDT) Received: (from eivind@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA90366; Tue, 19 Sep 2000 03:36:22 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Message-Id: <200009191036.DAA90366@freefall.freebsd.org> From: Eivind Eklund Date: Tue, 19 Sep 2000 03:36:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG eivind 2000/09/19 03:36:22 PDT Modified files: sys/i386/conf NOTES Log: Document ENABLE_VFS_IOOPT Revision Changes Path 1.819 +13 -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 Tue Sep 19 3:40:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9988237B42C; Tue, 19 Sep 2000 03:40:52 -0700 (PDT) Received: (from eivind@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA91139; Tue, 19 Sep 2000 03:40:52 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Message-Id: <200009191040.DAA91139@freefall.freebsd.org> From: Eivind Eklund Date: Tue, 19 Sep 2000 03:40:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG eivind 2000/09/19 03:40:52 PDT Modified files: sys/i386/i386 pmap.c Log: Better error message when booting an SMP kernel on an UP system. Revision Changes Path 1.260 +2 -2 src/sys/i386/i386/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 3:47:15 2000 Delivered-To: cvs-all@freebsd.org Received: from radon.gryphonsoft.com (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id 287A137B422; Tue, 19 Sep 2000 03:47:12 -0700 (PDT) Received: by radon.gryphonsoft.com (Postfix, from userid 1000) id 81E8C192C; Tue, 19 Sep 2000 05:43:11 -0500 (EST) Date: Tue, 19 Sep 2000 05:43:11 -0500 From: Will Andrews To: Foxfair Hu Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/chinese/xcin25/patches patch-zz Message-ID: <20000919054311.A35550@radon.gryphonsoft.com> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Foxfair Hu , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200009190628.XAA38038@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200009190628.XAA38038@freefall.freebsd.org>; from foxfair@FreeBSD.org on Mon, Sep 18, 2000 at 11:28:12PM -0700 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Sep 18, 2000 at 11:28:12PM -0700, Foxfair Hu wrote: > Added files: > chinese/xcin25/patches patch-zz > Log: > Submitted by: Michael C . Wu > Obtained from: Original site : xcin.linux.org.tw > Add one evil patch file for xcin-2.5.2p5 to xcin-2.5.2, we are waiting for > the authors of xcin to re-release xcin-2.5.2. Since I don't install new > version of xcin anymore, don't slap me if you guys feel the 8xxk patch > is really EVIL. Yes, I know that, go to bug the maintainer or author then. Uh, why couldn't you put this patch on some site and use PATCH_SITES??? -- 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 Tue Sep 19 4: 8:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B5A8337B422; Tue, 19 Sep 2000 04:08:41 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA98648; Tue, 19 Sep 2000 04:08:41 -0700 (PDT) (envelope-from sos@FreeBSD.org) Message-Id: <200009191108.EAA98648@freefall.freebsd.org> From: Søren Schmidt Date: Tue, 19 Sep 2000 04:08:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-disk.h ata-dma.c atapi-all.c atapi-all.h atapi-cd.c atapi-cd.h atapi-fd.c atapi-fd.h atapi-tape.c atapi-tape.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2000/09/19 04:08:40 PDT Modified files: sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-disk.h ata-dma.c atapi-all.c atapi-all.h atapi-cd.c atapi-cd.h atapi-fd.c atapi-fd.h atapi-tape.c atapi-tape.h Log: Add support for tagged queuing on ATA drives. There is only support for IBM's DPTA and DTLA series of drives (no other disk vendors are known to support this) on non-Promise controllers (promise controllers lockup when given the tagged queuing specific commands). It gives especially master/slave comboes about 5% better performance. Add support for the Promise ATA100 OEM chip (pdc20265) Add support for the Cyrix 5530 Change the way status is read from the drives, use the alternate status reg when possible. Better support for DEVFS, the acdXtY devices are now created when needed. Lots of little cleanups. Revision Changes Path 1.68 +163 -106 src/sys/dev/ata/ata-all.c 1.31 +113 -91 src/sys/dev/ata/ata-all.h 1.76 +296 -64 src/sys/dev/ata/ata-disk.c 1.28 +35 -28 src/sys/dev/ata/ata-disk.h 1.44 +117 -49 src/sys/dev/ata/ata-dma.c 1.53 +51 -42 src/sys/dev/ata/atapi-all.c 1.29 +23 -22 src/sys/dev/ata/atapi-all.h 1.65 +121 -97 src/sys/dev/ata/atapi-cd.c 1.20 +5 -5 src/sys/dev/ata/atapi-cd.h 1.52 +27 -26 src/sys/dev/ata/atapi-fd.c 1.12 +3 -3 src/sys/dev/ata/atapi-fd.h 1.45 +48 -49 src/sys/dev/ata/atapi-tape.c 1.13 +4 -4 src/sys/dev/ata/atapi-tape.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 4:15:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C232537B424; Tue, 19 Sep 2000 04:15:40 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA99758; Tue, 19 Sep 2000 04:15:40 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <200009191115.EAA99758@freefall.freebsd.org> From: Mark Murray Date: Tue, 19 Sep 2000 04:15:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/09/19 04:15:40 PDT Modified files: . Makefile Log: Pass the reinstallkernel target through from Makefile to Makefile.inc1. Revision Changes Path 1.236 +5 -3 src/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 7: 7:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FB8D37B424; Tue, 19 Sep 2000 07:07:51 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA35028; Tue, 19 Sep 2000 07:07:51 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Message-Id: <200009191407.HAA35028@freefall.freebsd.org> From: Joerg Wunsch Date: Tue, 19 Sep 2000 07:07:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/dip Makefile ports/net/dip/files md5 ports/net/dip/patches patch-a patch-b patch-c ports/net/dip/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joerg 2000/09/19 07:07:51 PDT Modified files: net Makefile Removed files: net/dip Makefile net/dip/files md5 net/dip/patches patch-a patch-b patch-c net/dip/pkg COMMENT DESCR PLIST Log: Wipe out the port for `bsddip', the `dialup program'. It has basically been unmaintained for years now. It's no longer a useful thing to have. Those few people who still use SLIP are certainly using their own script work around slattach & co., and everybody using PPP is doing way better by using the well-documented and -maintained PPP implementations that ship with FreeBSD out of the box. Revision Changes Path 1.405 +1 -2 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 Tue Sep 19 7:24:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 96F9237B422; Tue, 19 Sep 2000 07:24:56 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA39024; Tue, 19 Sep 2000 07:24:56 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200009191424.HAA39024@freefall.freebsd.org> From: Warner Losh Date: Tue, 19 Sep 2000 07:24:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/sn Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/09/19 07:24:56 PDT Modified files: sys/modules/sn Makefile Log: Add card_if.h Revision Changes Path 1.2 +3 -2 src/sys/modules/sn/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 7:25:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3102537B422; Tue, 19 Sep 2000 07:25:25 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA39261; Tue, 19 Sep 2000 07:25:25 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009191425.HAA39261@freefall.freebsd.org> From: Neil Blakey-Milner Date: Tue, 19 Sep 2000 07:25:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/zope Makefile ports/www/zope/files md5 ports/www/zope/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/09/19 07:25:25 PDT Modified files: www/zope Makefile www/zope/files md5 www/zope/pkg PLIST Log: Upgrade to Zope 2.2.2 Also allow zope to be installed by non-root. Revision Changes Path 1.16 +27 -17 ports/www/zope/Makefile 1.6 +1 -1 ports/www/zope/files/md5 1.6 +1 -0 ports/www/zope/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 Sep 19 7:55:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B63637B423; Tue, 19 Sep 2000 07:55:43 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA49319; Tue, 19 Sep 2000 07:55:43 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191455.HAA49319@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 07:55:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/stardict Makefile ports/chinese/stardict/files md5 ports/chinese/stardict/patches patch-aa patch-ab ports/chinese/stardict/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/19 07:55:42 PDT Modified files: chinese/stardict Makefile chinese/stardict/files md5 chinese/stardict/pkg PLIST Removed files: chinese/stardict/patches patch-aa patch-ab Log: Update to 1.3, after repo-copy PR: 18867 Submitted by: maintainer Revision Changes Path 1.6 +9 -5 ports/chinese/stardict/Makefile 1.2 +1 -1 ports/chinese/stardict/files/md5 1.2 +25 -17 ports/chinese/stardict/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 Sep 19 7:57:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4760C37B422; Tue, 19 Sep 2000 07:57:51 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA50296; Tue, 19 Sep 2000 07:57:51 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191457.HAA50296@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 07:57:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/chinese Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/19 07:57:50 PDT Modified files: . modules chinese Makefile Log: Move chinese/cdict to chinese/stardict Revision Changes Path 1.1726 +2 -2 CVSROOT/modules 1.53 +2 -2 ports/chinese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 7:59: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE64B37B422; Tue, 19 Sep 2000 07:59:06 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA50781; Tue, 19 Sep 2000 07:59:06 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191459.HAA50781@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 07:59:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/cdict Makefile ports/chinese/cdict/files md5 ports/chinese/cdict/patches patch-aa patch-ab ports/chinese/cdict/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/19 07:59:06 PDT Removed files: chinese/cdict Makefile chinese/cdict/files md5 chinese/cdict/patches patch-aa patch-ab chinese/cdict/pkg COMMENT DESCR PLIST Log: Kill cdict PR: 18867 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 Tue Sep 19 8: 0:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0449837B424; Tue, 19 Sep 2000 08:00:17 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA51283; Tue, 19 Sep 2000 08:00:16 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200009191500.IAA51283@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Tue, 19 Sep 2000 08:00:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/uae/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/09/19 08:00:16 PDT Modified files: emulators/uae/patches patch-aa Log: Add the rest of the patch PR: 21398 Submitted by: Maintainer Revision Changes Path 1.2 +9 -0 ports/emulators/uae/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 Sep 19 8: 3: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8166237B423; Tue, 19 Sep 2000 08:03:00 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA52339; Tue, 19 Sep 2000 08:03:00 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191503.IAA52339@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 08:03:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/xcin25 Makefile ports/chinese/xcin25/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/19 08:03:00 PDT Modified files: chinese/xcin25 Makefile chinese/xcin25/files md5 Log: Add author-generated patches to fix several bugs and introduce many new features PR: 21377 Submitted by: Michael C. Wu Revision Changes Path 1.23 +5 -1 ports/chinese/xcin25/Makefile 1.12 +1 -0 ports/chinese/xcin25/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 Sep 19 8: 3:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8A9937B424; Tue, 19 Sep 2000 08:03:34 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA52610; Tue, 19 Sep 2000 08:03:34 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191503.IAA52610@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 08:03:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/xcin25 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/19 08:03:34 PDT Modified files: chinese/xcin25 Makefile Log: Oops. Forgot a PORTREVISION bump. Revision Changes Path 1.24 +2 -1 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 Tue Sep 19 8:19:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC9BF37B423; Tue, 19 Sep 2000 08:19:23 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA60868; Tue, 19 Sep 2000 08:19:23 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009191519.IAA60868@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 19 Sep 2000 08:19:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/icqlib Makefile ports/net/icqlib/files md5 ports/net/icqlib/patches patch-ad patch-aa patch-ab patch-ac ports/net/icqlib/pkg DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/19 08:19:23 PDT Modified files: net/icqlib Makefile net/icqlib/files md5 net/icqlib/pkg DESCR PLIST Added files: net/icqlib/patches patch-ad Removed files: net/icqlib/patches patch-aa patch-ab patch-ac Log: Update to 1.0.0. PR: 20636 Submitted by: maintainer Revision Changes Path 1.10 +4 -3 ports/net/icqlib/Makefile 1.2 +1 -1 ports/net/icqlib/files/md5 1.2 +1 -1 ports/net/icqlib/pkg/DESCR 1.3 +0 -1 ports/net/icqlib/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 Sep 19 8:20:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 56FA137B423; Tue, 19 Sep 2000 08:20:17 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA61473; Tue, 19 Sep 2000 08:20:17 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009191520.IAA61473@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 19 Sep 2000 08:20:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/ruby-gdbm Makefile ports/databases/ruby-gdbm/files md5 ports/lang/ruby Makefile ports/lang/ruby/files md5 ports/lang/ruby/pkg PLIST ports/lang/ruby-tcltklib Makefile ports/lang/ruby-tcltklib/files md5 ports/x11-toolkits/ruby-tk ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/09/19 08:20:17 PDT Modified files: databases/ruby-gdbm Makefile databases/ruby-gdbm/files md5 lang/ruby Makefile lang/ruby/files md5 lang/ruby/pkg PLIST lang/ruby-tcltklib Makefile lang/ruby-tcltklib/files md5 x11-toolkits/ruby-tk Makefile x11-toolkits/ruby-tk/files md5 Log: Update to Ruby 1.6.0 official release. lang/ruby: - Do not force lib/ruby/site_ruby and lib/ruby removals, because a user may have his/her stuff installed there. x11-toolkits/ruby-tk: - Fix duplicated PKGNAMEPREFIX. Revision Changes Path 1.5 +5 -5 ports/databases/ruby-gdbm/Makefile 1.3 +1 -1 ports/databases/ruby-gdbm/files/md5 1.35 +4 -7 ports/lang/ruby/Makefile 1.15 +1 -1 ports/lang/ruby/files/md5 1.18 +3 -2 ports/lang/ruby/pkg/PLIST 1.17 +4 -4 ports/lang/ruby-tcltklib/Makefile 1.10 +1 -1 ports/lang/ruby-tcltklib/files/md5 1.17 +5 -6 ports/x11-toolkits/ruby-tk/Makefile 1.10 +1 -1 ports/x11-toolkits/ruby-tk/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 Sep 19 8:23:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A69F37B42C; Tue, 19 Sep 2000 08:23:16 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA62417; Tue, 19 Sep 2000 08:23:16 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009191523.IAA62417@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 19 Sep 2000 08:23:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/rskkserv Makefile ports/japanese/rskkserv/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/09/19 08:23:16 PDT Modified files: japanese/rskkserv Makefile japanese/rskkserv/files md5 Log: Update to 2.3.2. Revision Changes Path 1.4 +2 -2 ports/japanese/rskkserv/Makefile 1.3 +1 -1 ports/japanese/rskkserv/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 Sep 19 8:25:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 103A637B424; Tue, 19 Sep 2000 08:25:45 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA63229; Tue, 19 Sep 2000 08:25:45 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009191525.IAA63229@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 19 Sep 2000 08:25:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/kicq Makefile ports/net/kicq/files md5 ports/net/kicq/patches patch-ab patch-aa ports/net/kicq/pkg DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/19 08:25:45 PDT Modified files: net/kicq Makefile net/kicq/files md5 net/kicq/patches patch-aa net/kicq/pkg DESCR PLIST Added files: net/kicq/patches patch-ab Log: - Update to 1.0.0. - Change maintainer (old maintainer told that he will be unreachable for the next several years). PR: 20634 Submitted by: Mario Sergio Fujikawa Ferreira (new maintainer) Revision Changes Path 1.8 +5 -7 ports/net/kicq/Makefile 1.2 +1 -1 ports/net/kicq/files/md5 1.3 +15 -27 ports/net/kicq/patches/patch-aa 1.3 +1 -1 ports/net/kicq/pkg/DESCR 1.2 +71 -16 ports/net/kicq/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 Sep 19 8:27:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE3BD37B43C; Tue, 19 Sep 2000 08:27:27 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA64014; Tue, 19 Sep 2000 08:27:27 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009191527.IAA64014@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 19 Sep 2000 08:27:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ruby-drb Makefile ports/net/ruby-drb/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/09/19 08:27:27 PDT Modified files: net/ruby-drb Makefile net/ruby-drb/files md5 Log: Update to 1.2.2. Revision Changes Path 1.2 +2 -2 ports/net/ruby-drb/Makefile 1.2 +1 -1 ports/net/ruby-drb/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 Sep 19 8:35:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0A9C37B423; Tue, 19 Sep 2000 08:35:47 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA67576; Tue, 19 Sep 2000 08:35:47 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191535.IAA67576@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 08:35:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/xcin25 Makefile ports/chinese/xcin25/patches patch-zz X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/19 08:35:47 PDT Modified files: chinese/xcin25 Makefile Removed files: chinese/xcin25/patches patch-zz Log: Remove 800k patch-zz.. this is being handled by PATCH_SITES as per my earlier commit Revision Changes Path 1.25 +2 -2 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 Tue Sep 19 8:36:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65F5F37B422; Tue, 19 Sep 2000 08:36:38 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA67881; Tue, 19 Sep 2000 08:36:38 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009191536.IAA67881@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 19 Sep 2000 08:36:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ruby-drb/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/09/19 08:36:38 PDT Modified files: net/ruby-drb/pkg PLIST Log: Forgot to commit the PLIST change when updating to 1.2.2. Revision Changes Path 1.2 +3 -0 ports/net/ruby-drb/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 Sep 19 8:37:35 2000 Delivered-To: cvs-all@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 3617B37B42C; Tue, 19 Sep 2000 08:37:32 -0700 (PDT) Received: from ade by hub.lovett.com with local (Exim 3.16 #1) id 13bPSX-000DIX-00; Tue, 19 Sep 2000 10:37:25 -0500 Date: Tue, 19 Sep 2000 10:37:25 -0500 From: Ade Lovett To: Will Andrews , Foxfair Hu , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/chinese/xcin25/patches patch-zz Message-ID: <20000919103725.A51091@FreeBSD.org> References: <200009190628.XAA38038@freefall.freebsd.org> <20000919054311.A35550@radon.gryphonsoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20000919054311.A35550@radon.gryphonsoft.com>; from will@physics.purdue.edu on Tue, Sep 19, 2000 at 05:43:11AM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 19, 2000 at 05:43:11AM -0500, Will Andrews wrote: > Uh, why couldn't you put this patch on some site and use PATCH_SITES??? Looks like foxfair and myself got our wires crossed. Submitter had already provided me with an update using PATCH_SITES which I committed earlier this morning, so I've killed off the 800k patch-zz If an enterprising cvs-meister wants to permanently delete patches/patch-zz from the Attic to avoid the 800k of repo-bloat, that would be good. -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: 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 Tue Sep 19 8:42: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE9EF37B422; Tue, 19 Sep 2000 08:42:01 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA69575; Tue, 19 Sep 2000 08:42:01 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009191542.IAA69575@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 19 Sep 2000 08:42:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-strscan Makefile ports/devel/ruby-strscan/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/09/19 08:42:01 PDT Modified files: devel/ruby-strscan Makefile devel/ruby-strscan/files md5 Log: Update md5 after a repack without changing the distfile name. (The change was minor update) Hereby welcome the distfile to MASTER_SITE_LOCAL, the Hall of Shame. ;) Revision Changes Path 1.9 +4 -2 ports/devel/ruby-strscan/Makefile 1.4 +1 -1 ports/devel/ruby-strscan/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 Sep 19 8:47: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05D2137B43E; Tue, 19 Sep 2000 08:46:58 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA71490; Tue, 19 Sep 2000 08:46:57 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009191546.IAA71490@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 19 Sep 2000 08:46:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/qmail-ldap Makefile ports/mail/qmail-ldap/patches patch-aa patch-ab patch-ac ports/mail/qmail-ldap/pkg DESCR MESSAGE PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/19 08:46:57 PDT Modified files: mail Makefile Added files: mail/qmail-ldap Makefile mail/qmail-ldap/patches patch-aa patch-ab patch-ac mail/qmail-ldap/pkg DESCR MESSAGE PLIST Log: New port following the apache structure port naming convention. This one builds qmail with ldap support using http://www.nrg4u.com/ patches. PR: 18732 Submitted by: Mario Sergio Fujikawa Ferreira Revision Changes Path 1.164 +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 Sep 19 8:47:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5352D37B424; Tue, 19 Sep 2000 08:47:21 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA71700; Tue, 19 Sep 2000 08:47:21 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009191547.IAA71700@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 19 Sep 2000 08:47: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 sobomax 2000/09/19 08:47:21 PDT Modified files: . modules Log: qmail-ldap --> ports/mail/qmail-ldap Revision Changes Path 1.1727 +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 Sep 19 8:50:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13F3537B422; Tue, 19 Sep 2000 08:50:16 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA73264; Tue, 19 Sep 2000 08:50:16 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009191550.IAA73264@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 19 Sep 2000 08:50:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11 Makefile ports/x11/rxvt Makefile ports/x11/rxvt/files md5 ports/x11/rxvt/patches patch-aa patch-ac patch-ad ports/x11/rxvt-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/19 08:50:16 PDT Modified files: x11 Makefile x11/rxvt Makefile x11/rxvt/files md5 x11/rxvt/patches patch-aa patch-ac x11/rxvt-devel Makefile Removed files: x11/rxvt/patches patch-ad Log: (null) Revision Changes Path 1.303 +2 -1 ports/x11/Makefile 1.40 +4 -8 ports/x11/rxvt/Makefile 1.14 +1 -2 ports/x11/rxvt/files/md5 1.8 +4 -4 ports/x11/rxvt/patches/patch-aa 1.9 +18 -10 ports/x11/rxvt/patches/patch-ac 1.40 +6 -5 ports/x11/rxvt-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 Sep 19 9: 3: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83F8337B424; Tue, 19 Sep 2000 09:03:04 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA78661; Tue, 19 Sep 2000 09:03:04 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191603.JAA78661@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 09:03:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile ports/print/sgf2tex Makefile ports/print/sgf2tex/files md5 ports/print/sgf2tex/patches patch-aa ports/print/sgf2tex/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/19 09:03:04 PDT Modified files: print Makefile Added files: print/sgf2tex Makefile print/sgf2tex/files md5 print/sgf2tex/patches patch-aa print/sgf2tex/pkg COMMENT DESCR PLIST Log: Add sgf2tex, a system for typesetting Go games and diagrams using TeX. PR: 19965 Submitted by: Steve Coltrin Revision Changes Path 1.118 +2 -1 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 Tue Sep 19 9: 3:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6269437B440; Tue, 19 Sep 2000 09:03:46 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA78825; Tue, 19 Sep 2000 09:03:46 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191603.JAA78825@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 09:03:46 -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 ade 2000/09/19 09:03:46 PDT Modified files: . modules Log: sgf2tex -> ports/print/sgf2tex Revision Changes Path 1.1728 +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 Sep 19 9: 6:21 2000 Delivered-To: cvs-all@freebsd.org Received: from t-mta2.odn.ne.jp (mfep2.odn.ne.jp [143.90.131.180]) by hub.freebsd.org (Postfix) with ESMTP id 13ECD37B423; Tue, 19 Sep 2000 09:06:13 -0700 (PDT) Received: from localhost ([211.121.243.181]) by t-mta2.odn.ne.jp (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000919160611503.POOH.873.t-mta2.odn.ne.jp@mta2.odn.ne.jp>; Wed, 20 Sep 2000 01:06:11 +0900 To: knu@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/databases/ruby-gdbm Makefile ports/databases/ruby-gdbm/files md5 ports/lang/ruby Makefile ports/lang/ruby/files md5 ports/lang/ruby/pkg PLIST ports/lang/ruby-tcltklib Makefile ports/lang/ruby-tcltklib/files md5 ports/x11-toolkits/ruby-tk ... In-Reply-To: <200009191520.IAA61473@freefall.freebsd.org> References: <200009191520.IAA61473@freefall.freebsd.org> X-Mailer: Mew version 1.94.1 on Emacs 20.6 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Wed_Sep_20_01:05:29_2000_518)--" Message-Id: <20000920010612I.yasuf@bsdclub.org> Date: Wed, 20 Sep 2000 01:06:12 +0900 From: Yasuhiro Fukuma X-Dispatcher: imput version 20000228(IM140) Lines: 47 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----Security_Multipart(Wed_Sep_20_01:05:29_2000_518)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, In the article <200009191520.IAA61473@freefall.freebsd.org>, Akinori MUSHA wrote: > knu 2000/09/19 08:20:17 PDT > > Modified files: > lang/ruby Makefile > lang/ruby-tcltklib Makefile > x11-toolkits/ruby-tk Makefile > Log: > Update to Ruby 1.6.0 official release. Hey, you seem to have forgot to correct the obsolete MAINTAINER line! ;) --- FUKUMA Yasuhiro (=?ISO-2022-JP?B?GyRCSiE0VhsoQiAbJEI5LzkwGyhC?=) as Yasu.F @ Kitakyushu.Fukuoka.Japan Web site: http://www.bsdclub.org/~yasuf/ PGP fingerprint = 17 25 8A F3 99 E5 7E 19 C0 EA 6E 03 8A C3 CE F0 ``It isn't a bug; it's just your imagination.'' ----Security_Multipart(Wed_Sep_20_01:05:29_2000_518)-- Content-Type: Application/Pgp-Signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: YQNsV8VMAKX4pzwNkvDSrrXFk/gs0Z64 iQCVAwUAOceO1AqHABIYLe0FAQGvtwQAm9NIfftxRo4kJ/GscuD13hfk4myHW99Q kCjFzuVpP58CJQExwvAXstmr0/1vQfSAF/mD4Wwb/ZkdfQK1NuAy8jHuqqPQ1gem Q6VdgLRZzzvRzqi0c1Q+ukBeTaPRYXDzln3Vzrolo/MbnF43Gj/VW9uOxgmvOeqx Z2uw1vnjDDY= =wB0w -----END PGP SIGNATURE----- ----Security_Multipart(Wed_Sep_20_01:05:29_2000_518)---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 9: 7: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C5C2837B423; Tue, 19 Sep 2000 09:07:04 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA81702; Tue, 19 Sep 2000 09:07:04 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009191607.JAA81702@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 19 Sep 2000 09:07:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/rxvt/patches patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/19 09:07:04 PDT Added files: x11/rxvt/patches patch-ab Log: Split rxvt port into two ports - rxvt and rxvt-devel. Quoting maintainer: I created a rxvt-devel port. This will contain the devel version 2.7.3 which used to be carried as rxvt. The rxvt port will now contain the stable version 2.6.3. Besides, I added some MASTER_SITES so as to fix the unavailable distfile message I got from the automated scripts. PR: 20768 Submitted by: maintainer Repo-copy by: asami (AFAIK this was a fastest served repo-copy I ever seen - it took about 5 minutes from the moment when I fired a request to PW and the moment when I received his reply ;). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 9: 8:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AB46537B424; Tue, 19 Sep 2000 09:08:19 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA82220; Tue, 19 Sep 2000 09:08:19 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009191608.JAA82220@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 19 Sep 2000 09:08:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/ruby-acl Makefile ports/net/ruby-drb Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/09/19 09:08:19 PDT Modified files: security/ruby-acl Makefile net/ruby-drb Makefile Log: Add MASTER_SITE_RUBY to MASTER_SITES. Revision Changes Path 1.2 +4 -2 ports/security/ruby-acl/Makefile 1.3 +4 -2 ports/net/ruby-drb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 9: 9:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D46137B42C; Tue, 19 Sep 2000 09:09:11 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA82548; Tue, 19 Sep 2000 09:09:11 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009191609.JAA82548@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 19 Sep 2000 09:09:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-filelock Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/09/19 09:09:11 PDT Modified files: devel/ruby-filelock Makefile Log: Use MASTER_SITE_RUBY. Revision Changes Path 1.3 +3 -2 ports/devel/ruby-filelock/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 9:10: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4ACD737B422; Tue, 19 Sep 2000 09:10:06 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA83022; Tue, 19 Sep 2000 09:10:06 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009191610.JAA83022@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 19 Sep 2000 09:10:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11 Makefile ports/x11/rxvt Makefile ports/x11/rxvt-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/19 09:10:06 PDT Modified files: x11 Makefile x11/rxvt Makefile x11/rxvt-devel Makefile Log: Forced commit - I forgot to add: Split rxvt port into two ports - rxvt and rxvt-devel. Quoting maintainer: I created a rxvt-devel port. This will contain the devel version 2.7.3 which used to be carried as rxvt. The rxvt port will now contain the stable version 2.6.3. Besides, I added some MASTER_SITES so as to fix the unavailable distfile message I got from the automated scripts. PR: 20768 Submitted by: maintainer Repo-copy by: asami (AFAIK this was a fastest served repo-copy I ever seen - it took about 5 minutes from the moment when I fired a request to PW and the moment when I received his reply ;). Revision Changes Path 1.304 +1 -1 ports/x11/Makefile 1.41 +1 -1 ports/x11/rxvt/Makefile 1.41 +1 -1 ports/x11/rxvt-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 Sep 19 9:10:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E8EC037B422; Tue, 19 Sep 2000 09:10:53 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA83377; Tue, 19 Sep 2000 09:10:53 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191610.JAA83377@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 09:10:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/p5-Crypt-Blowfish Makefile ports/security/p5-Crypt-Blowfish/files md5 ports/security/p5-Crypt-Blowfish/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/19 09:10:53 PDT Modified files: security Makefile Added files: security/p5-Crypt-Blowfish Makefile security/p5-Crypt-Blowfish/files md5 security/p5-Crypt-Blowfish/pkg COMMENT DESCR PLIST Log: Add p5-Crypt-Blowfish, a perl module for Blowfish encryption, required for the OpenSRS application. PR: 21340 Submitted by: Patrick Bihan-Faou Revision Changes Path 1.130 +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 Tue Sep 19 9:11:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBAD137B422; Tue, 19 Sep 2000 09:11:35 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA83752; Tue, 19 Sep 2000 09:11:35 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191611.JAA83752@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 09:11: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 ade 2000/09/19 09:11:35 PDT Modified files: . modules Log: p5-Crypt-Blowfish -> ports/security/p5-Crypt-Blowfish Revision Changes Path 1.1729 +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 Sep 19 9:15:28 2000 Delivered-To: cvs-all@freebsd.org Received: from galileo.physics.purdue.edu (galileo.physics.purdue.edu [128.210.67.225]) by hub.freebsd.org (Postfix) with ESMTP id 25C3937B422; Tue, 19 Sep 2000 09:15:24 -0700 (PDT) Received: from localhost (will@localhost) by galileo.physics.purdue.edu (8.9.2/8.9.2) with ESMTP id LAA82187; Tue, 19 Sep 2000 11:15:23 -0500 (EST) (envelope-from will@physics.purdue.edu) X-Authentication-Warning: galileo.physics.purdue.edu: will owned process doing -bs Date: Tue, 19 Sep 2000 11:15:23 -0500 (EST) From: Will Andrews To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11 Makefile ports/x11/rxvt Makefile ports/x11/rxvt/files md5 ports/x11/rxvt/patches patch-aa patch-ac patch-ad ports/x11/rxvt-devel Makefile In-Reply-To: <200009191550.IAA73264@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 Tue, 19 Sep 2000, Maxim Sobolev wrote: > Modified files: > x11 Makefile > x11/rxvt Makefile > x11/rxvt/files md5 > x11/rxvt/patches patch-aa patch-ac > x11/rxvt-devel Makefile > Removed files: > x11/rxvt/patches patch-ad > Log: > (null) ???? --will To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 9:15:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EE52C37B423; Tue, 19 Sep 2000 09:15:56 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA86273; Tue, 19 Sep 2000 09:15:56 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200009191615.JAA86273@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 19 Sep 2000 09:15:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/chio chio.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/09/19 09:15:56 PDT Modified files: bin/chio chio.1 Log: Use .Cm macro where appropriate. Revision Changes Path 1.13 +9 -9 src/bin/chio/chio.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 9:17: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from galileo.physics.purdue.edu (galileo.physics.purdue.edu [128.210.67.225]) by hub.freebsd.org (Postfix) with ESMTP id 3FEE237B422; Tue, 19 Sep 2000 09:17:02 -0700 (PDT) Received: from localhost (will@localhost) by galileo.physics.purdue.edu (8.9.2/8.9.2) with ESMTP id LAA82206; Tue, 19 Sep 2000 11:17:01 -0500 (EST) (envelope-from will@physics.purdue.edu) X-Authentication-Warning: galileo.physics.purdue.edu: will owned process doing -bs Date: Tue, 19 Sep 2000 11:17:01 -0500 (EST) From: Will Andrews To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11/rxvt/patches patch-ab In-Reply-To: <200009191607.JAA81702@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 Tue, 19 Sep 2000, Maxim Sobolev wrote: > Repo-copy by: asami (AFAIK this was a fastest served repo-copy I ever seen - > it took about 5 minutes from the moment when I fired a request > to PW and the moment when I received his reply ;). I've seen <1min turnaround on this. ;-> --will To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 9:17:17 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 8A43037B53A; Tue, 19 Sep 2000 09:17:08 -0700 (PDT) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.109]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id TAA06891; Tue, 19 Sep 2000 19:17:00 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.0/8.9.3) with ESMTP id e8JGH1S17421; Tue, 19 Sep 2000 19:17:01 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39C79170.8CFF2282@FreeBSD.org> Date: Tue, 19 Sep 2000 19:16:48 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Will Andrews Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11 Makefile ports/x11/rxvt Makefile ports/x11/rxvt/files md5 ports/x11/rxvt/patches patch-aa patch-ac patch-ad ports/x11/rxvt-devel Makefile References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Will Andrews wrote: > On Tue, 19 Sep 2000, Maxim Sobolev wrote: > > Modified files: > > x11 Makefile > > x11/rxvt Makefile > > x11/rxvt/files md5 > > x11/rxvt/patches patch-aa patch-ac > > x11/rxvt-devel Makefile > > Removed files: > > x11/rxvt/patches patch-ad > > Log: > > (null) > > ???? Read archives. ;-P -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 9:18:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9998C37B422; Tue, 19 Sep 2000 09:18:18 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA87136; Tue, 19 Sep 2000 09:18:18 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191618.JAA87136@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 09:18:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/avifile Makefile ports/graphics/avifile/files md5 ports/graphics/avifile/patches patch-aa patch-ab patch-ac patch-ad ports/graphics/avifile/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/19 09:18:16 PDT Modified files: graphics Makefile Added files: graphics/avifile Makefile graphics/avifile/files md5 graphics/avifile/patches patch-aa patch-ab patch-ac patch-ad graphics/avifile/pkg COMMENT DESCR PLIST Log: Add avifile, an MPEG-4 (aka DivX) player PR: 21347 Submitted by: Holger Lamm Revision Changes Path 1.219 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 9:18:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 40C1037B422; Tue, 19 Sep 2000 09:18:54 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA87471; Tue, 19 Sep 2000 09:18:54 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191618.JAA87471@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 09:18: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 ade 2000/09/19 09:18:54 PDT Modified files: . modules Log: avifile -> ports/graphics/avifile Revision Changes Path 1.1730 +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 Sep 19 9:22:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 564D637B422; Tue, 19 Sep 2000 09:22:23 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA88660; Tue, 19 Sep 2000 09:22:23 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191622.JAA88660@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 09:22:23 -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 ade 2000/09/19 09:22:23 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Add Holger Lamm for ports/graphics/avifile Revision Changes Path 1.288 +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 Tue Sep 19 9:28: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id B09E637B42C; Tue, 19 Sep 2000 09:27:58 -0700 (PDT) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 13bQFN-00054p-00; Tue, 19 Sep 2000 18:27:53 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id SAA14445; Tue, 19 Sep 2000 18:27:49 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 14311; Tue Sep 19 18:26:36 2000 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 13bQE8-000Bg3-00; Tue, 19 Sep 2000 18:26:36 +0200 From: Sheldon Hearn To: Ruslan Ermilov Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/bin/chio chio.1 In-reply-to: Your message of "Tue, 19 Sep 2000 09:15:56 MST." <200009191615.JAA86273@freefall.freebsd.org> Date: Tue, 19 Sep 2000 18:26:36 +0200 Message-ID: <44890.969380796@axl.fw.uunet.co.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Sep 2000 09:15:56 MST, Ruslan Ermilov wrote: > Modified files: > bin/chio chio.1 > Log: > Use .Cm macro where appropriate. Ah yes, that's the one. Thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 9:28:52 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 0115637B423; Tue, 19 Sep 2000 09:28:44 -0700 (PDT) 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 BAA09231; Wed, 20 Sep 2000 01:28:37 +0900 (JST) Received: by daemon.local.idaemons.org (8.11.0/3.7W) id e8JGS2M39057; Wed, 20 Sep 2000 01:28:03 +0900 (JST) Date: Wed, 20 Sep 2000 01:28:02 +0900 Message-ID: <86hf7ce48d.wl@archon.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: Yasuhiro Fukuma Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/databases/ruby-gdbm Makefile ports/databases/ruby-gdbm/files md5 ports/lang/ruby Makefile ports/lang/ruby/files md5 ports/lang/ruby/pkg PLIST ports/lang/ruby-tcltklib Makefile ports/lang/ruby-tcltklib/files md5 ports/x11-toolkits/ruby-tk ... In-Reply-To: In your message of "Wed, 20 Sep 2000 01:06:12 +0900" <20000920010612I.yasuf@bsdclub.org> References: <200009191520.IAA61473@freefall.freebsd.org> <20000920010612I.yasuf@bsdclub.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 12) (Channel Islands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE X-PGP-Comment: I changed my key on 2000-08-10 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 Hello, At Wed, 20 Sep 2000 01:06:12 +0900, Yasuhiro Fukuma wrote: > Hey, you seem to have forgot to correct the obsolete MAINTAINER line! ;) As I hadn't received your reply, I didn't do that while I was there. (I'm sure I sent you a mail in which I confirmed you about that 9 days ago. Did I miss your reply?) Anyway, I'd take this mail as your final word. Thanks for maintaining all these ports until now, and feel free to send any suggestion to improve them in future just as before. :-) Besides, should I take over your maintainership of ruby-gtk too? -- / /__ __ / ) ) ) ) / 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 Tue Sep 19 9:31:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6DC637B422; Tue, 19 Sep 2000 09:31:23 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA91691; Tue, 19 Sep 2000 09:31:23 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191631.JAA91691@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 09:31:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gnomecontrolcenter Makefile ports/sysutils/gnomecontrolcenter/files md5 ports/sysutils/gnomecontrolcenter/patches patch-cg ports/sysutils/gnomecontrolcenter/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/19 09:31:23 PDT Modified files: sysutils/gnomecontrolcenter Makefile sysutils/gnomecontrolcenter/files md5 sysutils/gnomecontrolcenter/pkg PLIST Removed files: sysutils/gnomecontrolcenter/patches patch-cg Log: Update to 1.2.2 Revision Changes Path 1.25 +2 -2 ports/sysutils/gnomecontrolcenter/Makefile 1.12 +1 -1 ports/sysutils/gnomecontrolcenter/files/md5 1.14 +8 -21 ports/sysutils/gnomecontrolcenter/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 Sep 19 9:45:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA4CB37B423; Tue, 19 Sep 2000 09:45:40 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA96634; Tue, 19 Sep 2000 09:45:40 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191645.JAA96634@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 09:45:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11 Makefile ports/x11/wrapper Makefile ports/x11/wrapper/files md5 ports/x11/wrapper/pkg COMMENT DEINSTALL DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/19 09:45:40 PDT Modified files: x11 Makefile Added files: x11/wrapper Makefile x11/wrapper/files md5 x11/wrapper/pkg COMMENT DEINSTALL DESCR PLIST Log: Add wrapper, a program that runs an X server after sanity-checking the environment and any options passed to it. It is meant to enhance security on multi-user systems running XFree86 4.x, where the ability to use a startx script is needed. If you have XFree86 3.x, do not install this, you do not need it and it will not work. PR: 21352 Submitted by: Trevor Johnson Revision Changes Path 1.305 +2 -1 ports/x11/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 9:46:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A51037B423; Tue, 19 Sep 2000 09:46:15 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA96768; Tue, 19 Sep 2000 09:46:15 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191646.JAA96768@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 09:46:15 -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 ade 2000/09/19 09:46:15 PDT Modified files: . modules Log: wrapper -> ports/x11/wrapper Revision Changes Path 1.1731 +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 Sep 19 9:56:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E272637B423; Tue, 19 Sep 2000 09:56:32 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA00745; Tue, 19 Sep 2000 09:56:32 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191656.JAA00745@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 09:56:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters Makefile ports/converters/p5-Unicode-String Makefile ports/converters/p5-Unicode-String/files md5 ports/converters/p5-Unicode-String/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/19 09:56:32 PDT Modified files: converters Makefile Added files: converters/p5-Unicode-String Makefile converters/p5-Unicode-String/files md5 converters/p5-Unicode-String/pkg COMMENT DESCR PLIST Log: Add p5-Unicode-String, a perl5 module needed for writing CGI programs with different national languages PR: 21164 Submitted by: Ilia Chipitsine Revision Changes Path 1.39 +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 Tue Sep 19 9:57:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE64437B424; Tue, 19 Sep 2000 09:57:26 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA01074; Tue, 19 Sep 2000 09:57:26 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191657.JAA01074@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 09:57:26 -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 ade 2000/09/19 09:57:26 PDT Modified files: . modules Log: p5-Unicode-String -> ports/converters/p5-Unicode-String Revision Changes Path 1.1732 +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 Sep 19 9:59:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D27D37B423; Tue, 19 Sep 2000 09:59:49 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA01922; Tue, 19 Sep 2000 09:59:49 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191659.JAA01922@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 09:59:49 -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 ade 2000/09/19 09:59:49 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Add Ilia Chipitsine for ports/converters/p5-Unicode-String Revision Changes Path 1.289 +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 Tue Sep 19 10: 0:39 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 AC18037B43C; Tue, 19 Sep 2000 10:00:35 -0700 (PDT) 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 LAA95876; Tue, 19 Sep 2000 11:00:34 -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 LAA39460; Tue, 19 Sep 2000 11:00:20 -0600 (MDT) Message-Id: <200009191700.LAA39460@harmony.village.org> To: Ade Lovett Subject: Re: cvs commit: ports/x11 Makefile ports/x11/wrapper Makefile ports/x11/wrapper/files md5 ports/x11/wrapper/pkg COMMENT DEINSTALL DESCR PLIST Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 19 Sep 2000 09:45:40 PDT." <200009191645.JAA96634@freefall.freebsd.org> References: <200009191645.JAA96634@freefall.freebsd.org> Date: Tue, 19 Sep 2000 11:00:20 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200009191645.JAA96634@freefall.freebsd.org> Ade Lovett writes: : Add wrapper, a program that runs an X server after sanity-checking : the environment and any options passed to it. It is meant to : enhance security on multi-user systems running XFree86 4.x, where : the ability to use a startx script is needed. XFree86 desided it was no longer needed, but history since the release of 4.0 has shown otherwise. This used to be part of X called Xwrapper. This restores this functionality, no? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 10: 3:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 344B237B423; Tue, 19 Sep 2000 10:03:43 -0700 (PDT) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA03416; Tue, 19 Sep 2000 10:03:43 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200009191703.KAA03416@freefall.freebsd.org> From: Ben Smithurst Date: Tue, 19 Sep 2000 10:03:43 -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 ben 2000/09/19 10:03:42 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Fix a typo in Holger Lamm's entry. Revision Changes Path 1.290 +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 Sep 19 10: 5:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B9E8F37B422; Tue, 19 Sep 2000 10:05:48 -0700 (PDT) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA05775; Tue, 19 Sep 2000 10:05:48 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200009191705.KAA05775@freefall.freebsd.org> From: Ben Smithurst Date: Tue, 19 Sep 2000 10:05:48 -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/09/19 10:05:48 PDT Modified files: en_US.ISO_8859-1/books/handbook/advanced-networking chapter.sgml Log: Extend the bit about using DHCP so that it mentions that BPF is required in the kernel for DHCP to work. PR: 21399 Submitted by: Dan Pelleg , Eric Ogren Revision Changes Path 1.31 +35 -4 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 Tue Sep 19 10: 6:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DCF5D37B424; Tue, 19 Sep 2000 10:06:01 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA05854; Tue, 19 Sep 2000 10:06:01 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191706.KAA05854@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 10:06:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/p5-DBD-XBase Makefile ports/databases/p5-DBD-XBase/files md5 ports/databases/p5-DBD-XBase/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/19 10:06:01 PDT Modified files: databases Makefile Added files: databases/p5-DBD-XBase Makefile databases/p5-DBD-XBase/files md5 databases/p5-DBD-XBase/pkg COMMENT DESCR PLIST Log: Add p5-DBD-XBase, providing access to XBase (dBase, Fox*) database files, namely dbf, dbt, fpt, ndx, ntx, mdx, idx and cdx. PR: 21167 Submitted by: Ilia Chipitsine Revision Changes Path 1.75 +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 Tue Sep 19 10: 6:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF77F37B422; Tue, 19 Sep 2000 10:06:44 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA06130; Tue, 19 Sep 2000 10:06:44 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191706.KAA06130@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 10:06: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 ade 2000/09/19 10:06:44 PDT Modified files: . modules Log: p5-DBD-XBase -> ports/databases/p5-DBD-XBase Revision Changes Path 1.1733 +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 Sep 19 10: 7: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 358DB37B422; Tue, 19 Sep 2000 10:07:00 -0700 (PDT) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA06230; Tue, 19 Sep 2000 10:07:00 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200009191707.KAA06230@freefall.freebsd.org> From: Ben Smithurst Date: Tue, 19 Sep 2000 10:07:00 -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/09/19 10:07:00 PDT Modified files: en_US.ISO_8859-1/books/handbook/advanced-networking chapter.sgml Log: Fix some of the indentation which needed changing after the previous commit. This is a white-space only change; translators may ignore it. Revision Changes Path 1.32 +15 -15 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 Tue Sep 19 10:10:49 2000 Delivered-To: cvs-all@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 495FE37B423; Tue, 19 Sep 2000 10:10:46 -0700 (PDT) Received: from ade by hub.lovett.com with local (Exim 3.16 #1) id 13bQui-000DW9-00; Tue, 19 Sep 2000 12:10:36 -0500 Date: Tue, 19 Sep 2000 12:10:36 -0500 From: Ade Lovett To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11 Makefile ports/x11/wrapper Makefile ports/x11/wrapper/files md5 ports/x11/wrapper/pkg COMMENT DEINSTALL DESCR PLIST Message-ID: <20000919121036.E51091@FreeBSD.org> References: <200009191645.JAA96634@freefall.freebsd.org> <200009191700.LAA39460@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200009191700.LAA39460@harmony.village.org>; from imp@village.org on Tue, Sep 19, 2000 at 11:00:20AM -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 19, 2000 at 11:00:20AM -0600, Warner Losh wrote: > XFree86 desided it was no longer needed, but history since the release > of 4.0 has shown otherwise. This used to be part of X called > Xwrapper. This restores this functionality, no? My understanding that the Xwrapper functionality provided as part of XFree86 3.x does not work with XFree86 4.x, and as such this new port is required until 4.x becomes secure-out-of-the-box again, and you run a multi-user system where you don't necessarily trust your local users to be nice to each other. -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: 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 Tue Sep 19 10:18: 2 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 9A00637B422; Tue, 19 Sep 2000 10:17:58 -0700 (PDT) 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 LAA96008; Tue, 19 Sep 2000 11:17: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 LAA39730; Tue, 19 Sep 2000 11:17:43 -0600 (MDT) Message-Id: <200009191717.LAA39730@harmony.village.org> To: Ade Lovett Subject: Re: cvs commit: ports/x11 Makefile ports/x11/wrapper Makefile ports/x11/wrapper/files md5 ports/x11/wrapper/pkg COMMENT DEINSTALL DESCR PLIST Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Tue, 19 Sep 2000 12:10:36 CDT." <20000919121036.E51091@FreeBSD.org> References: <20000919121036.E51091@FreeBSD.org> <200009191645.JAA96634@freefall.freebsd.org> <200009191700.LAA39460@harmony.village.org> Date: Tue, 19 Sep 2000 11:17:43 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000919121036.E51091@FreeBSD.org> Ade Lovett writes: : My understanding that the Xwrapper functionality provided as : part of XFree86 3.x does not work with XFree86 4.x, and as such : this new port is required until 4.x becomes secure-out-of-the-box : again, and you run a multi-user system where you don't necessarily : trust your local users to be nice to each other. Yes. That's my understanding too. I guess I did a poor job of saying what I really wanted to say: Thank You! Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 10:23: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from t-mta3.odn.ne.jp (mfep3.odn.ne.jp [143.90.131.181]) by hub.freebsd.org (Postfix) with ESMTP id 012D637B422; Tue, 19 Sep 2000 10:22:50 -0700 (PDT) Received: from localhost ([211.121.243.181]) by t-mta3.odn.ne.jp (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000919172248148.CCKX.940.t-mta3.odn.ne.jp@mta3.odn.ne.jp>; Wed, 20 Sep 2000 02:22:48 +0900 To: knu@idaemons.org Cc: ports@freebsd.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/databases/ruby-gdbm Makefile ports/databases/ruby-gdbm/files md5 ports/lang/ruby Makefile ports/lang/ruby/files md5 ports/lang/ruby/pkg PLIST ports/lang/ruby-tcltklib Makefile ports/lang/ruby-tcltklib/files md5 ports/x11-toolkits/ruby-tk ... In-Reply-To: <86hf7ce48d.wl@archon.local.idaemons.org> References: <200009191520.IAA61473@freefall.freebsd.org> <20000920010612I.yasuf@bsdclub.org> <86hf7ce48d.wl@archon.local.idaemons.org> X-Mailer: Mew version 1.94.1 on Emacs 20.6 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Wed_Sep_20_02:22:25_2000_179)--" Message-Id: <20000920022249V.yasuf@bsdclub.org> Date: Wed, 20 Sep 2000 02:22:49 +0900 From: Yasuhiro Fukuma X-Dispatcher: imput version 20000228(IM140) Lines: 50 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----Security_Multipart(Wed_Sep_20_02:22:25_2000_179)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, In the article <86hf7ce48d.wl@archon.local.idaemons.org>, "Akinori -Aki- MUSHA" wrote: > > Hey, you seem to have forgot to correct the obsolete MAINTAINER line! ;) > > As I hadn't received your reply, I didn't do that while I was there. > (I'm sure I sent you a mail in which I confirmed you about that 9 days > ago. Did I miss your reply?) Indeed I didn't ask you to change the MAINTAINER line, but I *did not* ask you to succeed the maintainership (at that time), either. However, I'm sorry if you think this commit is urgent enough to take precedence over the maintainership (i.e. committing without MAINTAINER's review). > Besides, should I take over your maintainership of ruby-gtk too? Ah, no, I'm not so hardhearted as to force the maintainership of the port you aren't using at all. :) --- FUKUMA Yasuhiro (=?ISO-2022-JP?B?GyRCSiE0VhsoQiAbJEI5LzkwGyhC?=) as Yasu.F @ Kitakyushu.Fukuoka.Japan Web site: http://www.bsdclub.org/~yasuf/ PGP fingerprint = 17 25 8A F3 99 E5 7E 19 C0 EA 6E 03 8A C3 CE F0 ``It isn't a bug; it's just your imagination.'' ----Security_Multipart(Wed_Sep_20_02:22:25_2000_179)-- Content-Type: Application/Pgp-Signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: pXSNFcG1Pw34AEgWVH2fqelHiUourLic iQCVAwUAOceg3QqHABIYLe0FAQExAAQAm9LY5AEMQ+2LSGbKxAYvrBrP0B8RREBt tFp6Kxa6Ak9A+zCzcTK34R2PRiOrCqzgfIE2BbCn0Vr6b0wpat+rpylVp8yLdl2d JbvHWgKGdqm+YBSKx9Roxhx+1ewZyhaCthj46sAWBfxdvk8yM2E2mTMLxZrnjWdg Mv5HuNZorkI= =PiLP -----END PGP SIGNATURE----- ----Security_Multipart(Wed_Sep_20_02:22:25_2000_179)---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 10:39:18 2000 Delivered-To: cvs-all@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id B1E2437B424; Tue, 19 Sep 2000 10:39:13 -0700 (PDT) Received: from ade by hub.lovett.com with local (Exim 3.16 #1) id 13bRL5-000DZH-00; Tue, 19 Sep 2000 12:37:51 -0500 Date: Tue, 19 Sep 2000 12:37:51 -0500 From: Ade Lovett To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11 Makefile ports/x11/wrapper Makefile ports/x11/wrapper/files md5 ports/x11/wrapper/pkg COMMENT DEINSTALL DESCR PLIST Message-ID: <20000919123751.G51091@FreeBSD.org> References: <20000919121036.E51091@FreeBSD.org> <200009191645.JAA96634@freefall.freebsd.org> <200009191700.LAA39460@harmony.village.org> <20000919121036.E51091@FreeBSD.org> <200009191717.LAA39730@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200009191717.LAA39730@harmony.village.org>; from imp@village.org on Tue, Sep 19, 2000 at 11:17:43AM -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 19, 2000 at 11:17:43AM -0600, Warner Losh wrote: > Yes. That's my understanding too. I guess I did a poor job of saying > what I really wanted to say: Thank You! Ahh, ok -- I'm just doing a chunk of work in -ports right now and wanted to make sure that everything was happy :) Thanks should really go to the maintainer of the port, who did the code in the first place. -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: 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 Tue Sep 19 10:46:40 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 80CD737B423 for ; Tue, 19 Sep 2000 10:46:34 -0700 (PDT) Received: (qmail 27653 invoked from network); 19 Sep 2000 17:46:30 -0000 Received: from unknown (HELO bde.zeta.org.au) (203.2.228.102) by gidora.zeta.org.au with SMTP; 19 Sep 2000 17:46:30 -0000 Date: Wed, 20 Sep 2000 04:46:26 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Doug Rabson Cc: Matthew Jacob , "Matthew N. Dodd" , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/kern subr_bus.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 Mon, 18 Sep 2000, Doug Rabson wrote: > On Tue, 19 Sep 2000, Bruce Evans wrote: > > The bss clearing code hasn't changed for years on i386's. I can't see > > where the bss is cleared on alphas (alpha_init is called very early > > in locore.s). > > The bss is cleared by the loader for both x86 and alpha. I guess x86 > clears it again in locore but it doesn't need to. It does need to, for compatibility with alternative loaders including boot2 and going back a long way (locore still has support for thr FreeBSD-1.1 boot blocks). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 10:53:23 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 4136D37B422; Tue, 19 Sep 2000 10:53:19 -0700 (PDT) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id KAA01012; Tue, 19 Sep 2000 10:53:08 -0700 Date: Tue, 19 Sep 2000 10:50:02 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Bruce Evans Cc: Doug Rabson , "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_bus.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 I'll second this. > > > On Tue, 19 Sep 2000, Bruce Evans wrote: > > > > The bss clearing code hasn't changed for years on i386's. I can't see > > > where the bss is cleared on alphas (alpha_init is called very early > > > in locore.s). > > > > The bss is cleared by the loader for both x86 and alpha. I guess x86 > > clears it again in locore but it doesn't need to. > > It does need to, for compatibility with alternative loaders including boot2 > and going back a long way (locore still has support for thr FreeBSD-1.1 > boot blocks). > > Bruce > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 10:56:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD79D37B423; Tue, 19 Sep 2000 10:56:08 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA19910; Tue, 19 Sep 2000 10:56:08 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009191756.KAA19910@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 19 Sep 2000 10:56:08 -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 sobomax 2000/09/19 10:56:08 PDT Modified files: en_US.ISO_8859-1/books/porters-handbook book.sgml Log: Replace outdated ldconfig-related chapter with one matching reality (INSTALLS_SHLIB). Reviewed by: ben Revision Changes Path 1.122 +38 -31 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 Tue Sep 19 10:56:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6019437B422; Tue, 19 Sep 2000 10:56:57 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA20142; Tue, 19 Sep 2000 10:56:57 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191756.KAA20142@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 10:56:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors Makefile ports/editors/iiimecf Makefile ports/editors/iiimecf/files md5 ports/editors/iiimecf/pkg COMMENT DESCR MESSAGE PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/19 10:56:57 PDT Modified files: editors Makefile Added files: editors/iiimecf Makefile editors/iiimecf/files md5 editors/iiimecf/pkg COMMENT DESCR MESSAGE PLIST Log: IIIMECF conforms IIIM Protocol Specification defined by Sun Microsystems, and consists of a library to create IIIM awarded applications and a simple input method library controlled by IIIM server(s). PR: 21217 Submitted by: OKAZAKI Tetsurou Revision Changes Path 1.129 +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 Tue Sep 19 10:57:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDD4437B423; Tue, 19 Sep 2000 10:57:46 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA20347; Tue, 19 Sep 2000 10:57:46 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191757.KAA20347@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 10:57:46 -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 ade 2000/09/19 10:57:46 PDT Modified files: . modules Log: iiimecf -> ports/editors/iiimecf Revision Changes Path 1.1734 +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 Sep 19 10:58:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 29E5537B424; Tue, 19 Sep 2000 10:58:20 -0700 (PDT) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id KAA20541; Tue, 19 Sep 2000 10:58:20 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Tue, 19 Sep 2000 10:58:19 -0700 (PDT) From: Kris Kennaway To: Warner Losh Cc: Ade Lovett , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, jmz@freebsd.org Subject: Re: cvs commit: ports/x11 Makefile ports/x11/wrapper Makefile ports/x11/wrapper/files md5 ports/x11/wrapper/pkg COMMENT DEINSTALL DESCR PLIST In-Reply-To: <200009191700.LAA39460@harmony.village.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 Tue, 19 Sep 2000, Warner Losh wrote: > In message <200009191645.JAA96634@freefall.freebsd.org> Ade Lovett writes: > : Add wrapper, a program that runs an X server after sanity-checking > : the environment and any options passed to it. It is meant to > : enhance security on multi-user systems running XFree86 4.x, where > : the ability to use a startx script is needed. > > XFree86 desided it was no longer needed, but history since the release > of 4.0 has shown otherwise. This used to be part of X called > Xwrapper. This restores this functionality, no? Yep. Kudos to Trevor for doing this. Salut! :-) We should install this by default when installing XFree86-4. 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 Tue Sep 19 10:59:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CC76437B423; Tue, 19 Sep 2000 10:59:45 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA20860; Tue, 19 Sep 2000 10:59:45 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191759.KAA20860@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 10:59:45 -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 ade 2000/09/19 10:59:45 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Add OKAZAKI Tetsurou for ports/editors/iiimecf Revision Changes Path 1.291 +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 Tue Sep 19 11: 1: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6602237B422; Tue, 19 Sep 2000 11:01:04 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA21158; Tue, 19 Sep 2000 11:01:04 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009191801.LAA21158@freefall.freebsd.org> From: Maxim Sobolev Date: Tue, 19 Sep 2000 11:01:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_fpathconf.c Makefile.inc pthread_private.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/19 11:01:04 PDT Modified files: lib/libc_r/uthread Makefile.inc pthread_private.h Added files: lib/libc_r/uthread uthread_fpathconf.c Log: Add thread-safe wrapper for fpathconf(2) syscall. Reviewed by: jlemon Revision Changes Path 1.26 +2 -1 src/lib/libc_r/uthread/Makefile.inc 1.44 +2 -1 src/lib/libc_r/uthread/pthread_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 11: 3:14 2000 Delivered-To: cvs-all@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id DD4CD37B424; Tue, 19 Sep 2000 11:03:09 -0700 (PDT) Received: from ade by hub.lovett.com with local (Exim 3.16 #1) id 13bRjY-000DdQ-00; Tue, 19 Sep 2000 13:03:08 -0500 Date: Tue, 19 Sep 2000 13:03:08 -0500 From: Ade Lovett To: Kris Kennaway Cc: Warner Losh , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, jmz@freebsd.org Subject: Re: cvs commit: ports/x11 Makefile ports/x11/wrapper Makefile ports/x11/wrapper/files md5 ports/x11/wrapper/pkg COMMENT DEINSTALL DESCR PLIST Message-ID: <20000919130308.K51091@FreeBSD.org> References: <200009191700.LAA39460@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from kris@FreeBSD.org on Tue, Sep 19, 2000 at 10:58:19AM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Sep 19, 2000 at 10:58:19AM -0700, Kris Kennaway wrote: > Yep. Kudos to Trevor for doing this. Salut! :-) > We should install this by default when installing XFree86-4. Yup. On a related note, is the XFree86-4 port going to be split down into a meta-port, bringing in all the other XFree86-4 ports? Just installing XFree86-4 gives me a system that bleats out a lot of: pkg_delete: couldn't open dependency file `/var/db/pkg/XFree86-libraries-4.0.1/+REQUIRED_BY' when testing new ports. Something of a pain. -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: 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 Tue Sep 19 11:10:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5930537B505; Tue, 19 Sep 2000 11:09:54 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA25553; Tue, 19 Sep 2000 11:09:54 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191809.LAA25553@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 11:09:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm Makefile ports/x11-wm/sapphire-themes Makefile ports/x11-wm/sapphire-themes/files md5 ports/x11-wm/sapphire-themes/pkg COMMENT DEINSTALL DESCR MESSAGE PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/19 11:09:54 PDT Modified files: x11-wm Makefile Added files: x11-wm/sapphire-themes Makefile x11-wm/sapphire-themes/files md5 x11-wm/sapphire-themes/pkg COMMENT DEINSTALL DESCR MESSAGE PLIST Log: Add sapphire-themes, a collection of themes that have been prepared as replacements for the extra themes which used to be installed by the x11-wm/sapphire port (see ports/20879). Unlike the existing themes, the new collection is free of copyright problems. PR: 21044 Submitted by: Trevor Johnson Revision Changes Path 1.45 +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 Tue Sep 19 11:10:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5022C37B449; Tue, 19 Sep 2000 11:10:32 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA25859; Tue, 19 Sep 2000 11:10:32 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191810.LAA25859@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 11:10:32 -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 ade 2000/09/19 11:10:32 PDT Modified files: . modules Log: sapphire-themes -> ports/x11-wm/sapphire-themes Revision Changes Path 1.1735 +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 Sep 19 11:19:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1310B37B422; Tue, 19 Sep 2000 11:19:20 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA28244; Tue, 19 Sep 2000 11:19:20 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191819.LAA28244@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 11:19:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/dbmetrix Makefile ports/databases/dbmetrix/files md5 ports/databases/dbmetrix/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/19 11:19:20 PDT Modified files: databases Makefile Added files: databases/dbmetrix Makefile databases/dbmetrix/files md5 databases/dbmetrix/pkg COMMENT DESCR PLIST Log: Another GTK+ front-end for mysql.. submitter will be extending it to handle mSQL, Oracle, PostgreSQL and Solid at a later date. PR: 21069 Submitted by: Joseph Scott Revision Changes Path 1.76 +3 -2 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 Tue Sep 19 11:20:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD34C37B424; Tue, 19 Sep 2000 11:20:08 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA28457; Tue, 19 Sep 2000 11:20:08 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191820.LAA28457@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 11:20: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 ade 2000/09/19 11:20:08 PDT Modified files: . modules Log: dbmetrix -> ports/databases/dbmetrix Revision Changes Path 1.1736 +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 Sep 19 11:21:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 864C237B42C; Tue, 19 Sep 2000 11:21:50 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA28831; Tue, 19 Sep 2000 11:21:50 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191821.LAA28831@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 11:21:50 -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 ade 2000/09/19 11:21:50 PDT Modified files: en_US.ISO_8859-1/books/handbook/contrib chapter.sgml Log: Add Joseph Scott for ports/databases/dbmetrix Revision Changes Path 1.292 +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 Tue Sep 19 11:30:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75B9C37B42C; Tue, 19 Sep 2000 11:30:28 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA30689; Tue, 19 Sep 2000 11:30:28 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191830.LAA30689@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 11:30:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/xtail Makefile ports/misc/xtail/files md5 ports/misc/xtail/patches patch-aa patch-ab patch-ac ports/misc/xtail/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/19 11:30:28 PDT Modified files: misc/xtail Makefile misc/xtail/files md5 misc/xtail/pkg DESCR Removed files: misc/xtail/patches patch-aa patch-ab patch-ac Log: Update to 2.1 PR: 21390 Submitted by: maintainer Revision Changes Path 1.5 +7 -5 ports/misc/xtail/Makefile 1.2 +1 -1 ports/misc/xtail/files/md5 1.2 +5 -1 ports/misc/xtail/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 Sep 19 11:33:48 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 9BB0D37B424; Tue, 19 Sep 2000 11:33:42 -0700 (PDT) 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 DAA26345; Wed, 20 Sep 2000 03:33:35 +0900 (JST) Received: by daemon.local.idaemons.org (8.11.0/3.7W) id e8JIWwM41545; Wed, 20 Sep 2000 03:32:59 +0900 (JST) Date: Wed, 20 Sep 2000 03:32:57 +0900 Message-ID: <86g0mwdyg6.wl@archon.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: Yasuhiro Fukuma Cc: ports@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/databases/ruby-gdbm Makefile ports/databases/ruby-gdbm/files md5 ports/lang/ruby Makefile ports/lang/ruby/files md5 ports/lang/ruby/pkg PLIST ports/lang/ruby-tcltklib Makefile ports/lang/ruby-tcltklib/files md5 ports/x11-toolkits/ruby-tk ... In-Reply-To: In your message of "Wed, 20 Sep 2000 02:22:49 +0900" <20000920022249V.yasuf@bsdclub.org> References: <200009191520.IAA61473@freefall.freebsd.org> <20000920010612I.yasuf@bsdclub.org> <86hf7ce48d.wl@archon.local.idaemons.org> <20000920022249V.yasuf@bsdclub.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 12) (Channel Islands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE X-PGP-Comment: I changed my key on 2000-08-10 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 Hi, At Wed, 20 Sep 2000 02:22:49 +0900, Yasuhiro Fukuma wrote: > In the article <86hf7ce48d.wl@archon.local.idaemons.org>, > "Akinori -Aki- MUSHA" wrote: > > > > Hey, you seem to have forgot to correct the obsolete MAINTAINER line! ;) > > > > As I hadn't received your reply, I didn't do that while I was there. > > (I'm sure I sent you a mail in which I confirmed you about that 9 days > > ago. Did I miss your reply?) > > Indeed I didn't ask you to change the MAINTAINER line, but I *did not* > ask you to succeed the maintainership (at that time), either. Oh, now I see. Sorry for my misunderstanding. I thought you stated that you were throwing up your maintainership, judging from the last private mail and the previous mail on this thread. > However, I'm sorry if you think this commit is urgent enough to take > precedence over the maintainership (i.e. committing without > MAINTAINER's review). No, that wasn't that urgent. I just thought you were so busy it wasn't worth bothering you with a trivial update. I promise I'll ask you for approval next time. > > Besides, should I take over your maintainership of ruby-gtk too? > > Ah, no, I'm not so hardhearted as to force the maintainership of > the port you aren't using at all. :) Thanks very much. You know, now that Ruby 1.6.0 was officially released, the new version of Ruby/GTK is (hopefully) drawing near. Please submit the patch to me when it's ready. :) Regards, -- / /__ __ / ) ) ) ) / 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 Tue Sep 19 11:58:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0161A37B423; Tue, 19 Sep 2000 11:58:30 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA36705; Tue, 19 Sep 2000 11:58:29 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200009191858.LAA36705@freefall.freebsd.org> From: Robert Watson Date: Tue, 19 Sep 2000 11:58:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libposix1e acl.3 acl_delete.3 acl_dup.3 acl_free.3 acl_from_text.3 acl_get.3 acl_init.3 acl_set.3 acl_to_text.3 acl_valid.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/09/19 11:58:29 PDT Modified files: lib/libposix1e acl.3 acl_delete.3 acl_dup.3 acl_free.3 acl_from_text.3 acl_get.3 acl_init.3 acl_set.3 acl_to_text.3 acl_valid.3 Log: o EACCES is not a possible error for acl_from_text(), so fix acl_from_text.3 o Minor whitespace cleanups relative to the TrustedBSD tree to reduce content-free differences. Obtained from: TrustedBSD Project Revision Changes Path 1.6 +1 -1 src/lib/libposix1e/acl.3 1.5 +1 -1 src/lib/libposix1e/acl_delete.3 1.5 +1 -1 src/lib/libposix1e/acl_dup.3 1.5 +1 -1 src/lib/libposix1e/acl_free.3 1.6 +2 -5 src/lib/libposix1e/acl_from_text.3 1.6 +1 -1 src/lib/libposix1e/acl_get.3 1.5 +1 -1 src/lib/libposix1e/acl_init.3 1.5 +1 -1 src/lib/libposix1e/acl_set.3 1.5 +1 -1 src/lib/libposix1e/acl_to_text.3 1.5 +1 -1 src/lib/libposix1e/acl_valid.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 12: 4:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A9F837B422; Tue, 19 Sep 2000 12:04:47 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA37750; Tue, 19 Sep 2000 12:04:47 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200009191904.MAA37750@freefall.freebsd.org> From: Robert Watson Date: Tue, 19 Sep 2000 12:04:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libposix1e cap_from_text.3 cap_to_text.3 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/09/19 12:04:47 PDT Modified files: lib/libposix1e Makefile Added files: lib/libposix1e cap_from_text.3 cap_to_text.3 Log: o Add cap_from_text(3) and cap_to_text(3) man pages. o Implementations will remain in the seperately distributed capability patch until the cap_t type changes are synchronized. Obtained from: TrustedBSD Project Revision Changes Path 1.6 +3 -1 src/lib/libposix1e/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 12:13:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C198D37B422; Tue, 19 Sep 2000 12:13:29 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA40767; Tue, 19 Sep 2000 12:13:29 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009191913.MAA40767@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 12:13:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/libxml2 Makefile ports/textproc/libxml2/files md5 ports/textproc/libxml2/patches patch-aa ports/textproc/libxml2/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/19 12:13:29 PDT Modified files: textproc/libxml2 Makefile textproc/libxml2/files md5 textproc/libxml2/patches patch-aa textproc/libxml2/pkg PLIST Log: Update to 2.2.3 Revision Changes Path 1.29 +5 -2 ports/textproc/libxml2/Makefile 1.21 +1 -1 ports/textproc/libxml2/files/md5 1.8 +7 -19 ports/textproc/libxml2/patches/patch-aa 1.13 +1 -0 ports/textproc/libxml2/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 Sep 19 12:14:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BFB9737B422; Tue, 19 Sep 2000 12:14:32 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA40965; Tue, 19 Sep 2000 12:14:32 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200009191914.MAA40965@freefall.freebsd.org> From: Robert Watson Date: Tue, 19 Sep 2000 12:14:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libposix1e cap_clear.c cap_dup.c cap_free.c cap_init.c cap_set_fd.c cap_set_file.c cap_set_proc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/09/19 12:14:32 PDT Modified files: lib/libposix1e cap_clear.c cap_dup.c cap_free.c cap_init.c cap_set_fd.c cap_set_file.c cap_set_proc.c Log: o General warning fixing commit - Include and as needed for prototypes - Remove unneeded "error" variables o Make cap_init() use cap_clear() instead of bzero() Obtained from: TrustedBSD Project Revision Changes Path 1.2 +3 -1 src/lib/libposix1e/cap_clear.c 1.2 +2 -2 src/lib/libposix1e/cap_dup.c 1.2 +3 -1 src/lib/libposix1e/cap_free.c 1.2 +2 -3 src/lib/libposix1e/cap_init.c 1.2 +1 -4 src/lib/libposix1e/cap_set_fd.c 1.2 +1 -3 src/lib/libposix1e/cap_set_file.c 1.2 +1 -2 src/lib/libposix1e/cap_set_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 12:20:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA76337B422; Tue, 19 Sep 2000 12:20:22 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA42046; Tue, 19 Sep 2000 12:20:22 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200009191920.MAA42046@freefall.freebsd.org> From: Robert Watson Date: Tue, 19 Sep 2000 12:20:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libposix1e Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/09/19 12:20:22 PDT Modified files: lib/libposix1e Makefile Log: o Whitespace reduction appled to FreeBSD CVS ID Obtained from: TrustedBSD Project Revision Changes Path 1.7 +1 -1 src/lib/libposix1e/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 12:25: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 59B9C37B423; Tue, 19 Sep 2000 12:25:05 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA43143; Tue, 19 Sep 2000 12:25:05 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200009191925.MAA43143@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 19 Sep 2000 12:25:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/porteasy Makefile ports/misc/porteasy/pkg COMMENT DESCR PLIST ports/misc/porteasy/src porteasy.8 porteasy.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/09/19 12:25:05 PDT Modified files: misc Makefile Added files: misc/porteasy Makefile misc/porteasy/pkg COMMENT DESCR PLIST misc/porteasy/src porteasy.8 porteasy.pl Log: A tool for fetching and building ports. Revision Changes Path 1.295 +2 -1 ports/misc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 12:25:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D31637B424; Tue, 19 Sep 2000 12:25:18 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA43226; Tue, 19 Sep 2000 12:25:18 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200009191925.MAA43226@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 19 Sep 2000 12:25:18 -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 des 2000/09/19 12:25:18 PDT Modified files: . modules Log: porteasy --> ports/misc/porteasy Revision Changes Path 1.1737 +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 Sep 19 12:35:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 342AC37B422; Tue, 19 Sep 2000 12:35:49 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA45618; Tue, 19 Sep 2000 12:35:49 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200009191935.MAA45618@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 19 Sep 2000 12:35:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/porteasy/src porteasy.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/09/19 12:35:48 PDT Modified files: misc/porteasy/src porteasy.pl Log: Argh! forgot to fix this before adding the port. Uninverse the meaning of two if tests. Revision Changes Path 1.2 +13 -11 ports/misc/porteasy/src/porteasy.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 13:14:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D5BC37B42C; Tue, 19 Sep 2000 13:14:41 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA55758; Tue, 19 Sep 2000 13:14:41 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009192014.NAA55758@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 19 Sep 2000 13:14:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/09/19 13:14:41 PDT www/en/cgi - Imported sources Update of /home/ncvs/www/en/cgi In directory freefall.freebsd.org:/d/home/knu/work/cvsweb Log Message: Import knu-cvsweb 1.101.1.24, which is based on cvsweb-zeller 1.101. Status: Vendor Tag: KNU Release Tags: v1_101_1_24 C www/en/cgi/cvsweb.cgi U www/en/cgi/cvsweb.conf 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jKNU:yesterday -jKNU www/en/cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 13:20:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1C2F37B422; Tue, 19 Sep 2000 13:20:06 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA57145; Tue, 19 Sep 2000 13:20:06 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009192020.NAA57145@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 19 Sep 2000 13:20:06 -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/09/19 13:20:06 PDT Modified files: en/cgi cvsweb.cgi Log: Merge from knu-cvsweb 1.101.1.24. 2000-09-20 05:07 knu * cvsweb.cgi: Follow tab-width/tabstop/ts directives when expanding tabs into spaces. Currently, only first 10 lines are scanned for the directives. 2000-09-20 04:57 knu * cvsweb.cgi: MFZ: 1.101. - Fix a few bugs under mod_perl. - Use the Compress::Zlib module if available. - Embed PDF files inside the cvs markup view. 2000-09-20 03:35 knu * cvsweb.cgi: s/ts/tabstop/ that I forgot to substitute in the last update. 2000-09-12 02:11 knu * cvsweb.cgi: Allow one to set the default diff type. Inspired by: Makoto MATSUSHITA 2000-09-10 20:54 knu * cvsweb.cgi: Clean up spacedHtmlText(). Revision Changes Path 1.51 +214 -67 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 Sep 19 13:22:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F04E037B423; Tue, 19 Sep 2000 13:22:39 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA57885; Tue, 19 Sep 2000 13:22:39 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009192022.NAA57885@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 19 Sep 2000 13:22:39 -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/09/19 13:22:39 PDT Modified files: devel/cvsweb Makefile devel/cvsweb/files md5 Log: Update to knu-cvsweb 1.101.1.24. 2000-09-20 05:07 knu * cvsweb.cgi: Follow tab-width/tabstop/ts directives when expanding tabs into spaces. Currently, only first 10 lines are scanned for the directives. 2000-09-20 04:57 knu * cvsweb.cgi: MFZ: 1.101. - Fix a few bugs under mod_perl. - Use the Compress::Zlib module if available. - Embed PDF files inside the cvs markup view. 2000-09-20 03:35 knu * cvsweb.cgi: s/ts/tabstop/ that I forgot to substitute in the last update. 2000-09-12 02:11 knu * cvsweb.cgi: Allow one to set the default diff type. Inspired by: Makoto MATSUSHITA 2000-09-10 20:54 knu * cvsweb.cgi: Clean up spacedHtmlText(). Revision Changes Path 1.27 +3 -3 ports/devel/cvsweb/Makefile 1.14 +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 Sep 19 13:43:49 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 EDF3737B422 for ; Tue, 19 Sep 2000 13:43:41 -0700 (PDT) Received: (qmail 14541 invoked from network); 19 Sep 2000 20:43:24 -0000 Received: from unknown (HELO bde.zeta.org.au) (203.2.228.102) by gidora.zeta.org.au with SMTP; 19 Sep 2000 20:43:24 -0000 Date: Wed, 20 Sep 2000 07:43:20 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Mike Smith Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aac aac.c In-Reply-To: <200009190035.RAA80085@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, 18 Sep 2000, Mike Smith wrote: > msmith 2000/09/18 17:35:03 PDT > > Modified files: > sys/dev/aac aac.c > Log: > Include so that we can dereference something in the proc > structure. Looks like someone removed a nested include somewhere else. Looks like missing test coverage in LINT, and a missing option (AAC_COMPAT_LINUX is defined in the module makefile but present in NOTES or conf/options). The include is not properly ifdefed. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 14:14: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 486D237B422; Tue, 19 Sep 2000 14:14:02 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA69173; Tue, 19 Sep 2000 14:14:02 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009192114.OAA69173@freefall.freebsd.org> From: Ade Lovett Date: Tue, 19 Sep 2000 14:14:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/evolution Makefile ports/mail/evolution/patches patch-ai patch-ah ports/mail/evolution/pkg PLIST MESSAGE X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/19 14:14:01 PDT Modified files: mail/evolution Makefile mail/evolution/patches patch-ah mail/evolution/pkg PLIST Added files: mail/evolution/patches patch-ai Removed files: mail/evolution/pkg MESSAGE Log: Add a couple of patches to make evolution do the right thing on initial startup (you no longer have to manually copy some files around). These updates will be committed to the next version of evolution itself. Many thanks to Dan Winship for pointing me in the right direction after my bug report. Revision Changes Path 1.10 +2 -4 ports/mail/evolution/Makefile 1.2 +0 -7 ports/mail/evolution/patches/patch-ah 1.7 +6 -8 ports/mail/evolution/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 Sep 19 14:18:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D35E237B42C; Tue, 19 Sep 2000 14:18:47 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA70511; Tue, 19 Sep 2000 14:18:47 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009192118.OAA70511@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 19 Sep 2000 14:18:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/libhelp/patches patch-ao X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/19 14:18:47 PDT Modified files: x11/libhelp/patches patch-ao Log: ComplexProgramTarget() -> ComplexProgramTargetNoMan(). Submitted by: onigiri Revision Changes Path 1.2 +6 -0 ports/x11/libhelp/patches/patch-ao To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 14:22:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 015DF37B422; Tue, 19 Sep 2000 14:22:21 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA71308; Tue, 19 Sep 2000 14:22:20 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200009192122.OAA71308@freefall.freebsd.org> From: Warner Losh Date: Tue, 19 Sep 2000 14:22:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd syslogd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/09/19 14:22:20 PDT Modified files: usr.sbin/syslogd syslogd.c Log: Fix unexploitable off by one error as mentioned on Bugtraq. Revision Changes Path 1.71 +2 -3 src/usr.sbin/syslogd/syslogd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 14:34:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6831F37B423; Tue, 19 Sep 2000 14:34:35 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA73658; Tue, 19 Sep 2000 14:34:35 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009192134.OAA73658@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 19 Sep 2000 14:34:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/xmgr/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/19 14:34:35 PDT Modified files: math/xmgr/pkg PLIST Log: Add two missing files (include/acegr_np.h and lib/libacegr_np.a). While I'm here, sort the PLIST. Submitted by: onigiri Revision Changes Path 1.5 +7 -5 ports/math/xmgr/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 Sep 19 14:34:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C386837B506; Tue, 19 Sep 2000 14:34:43 -0700 (PDT) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA73694; Tue, 19 Sep 2000 14:34:43 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200009192134.OAA73694@freefall.freebsd.org> From: Archie Cobbs Date: Tue, 19 Sep 2000 14:34:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ng_bpf.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/09/19 14:34:43 PDT Modified files: share/man/man4 ng_bpf.4 Log: NGM_BPF_{G,S}ET_FILTER should be NGM_BPF_{G,S}ET_PROGRAM. Revision Changes Path 1.4 +5 -5 src/share/man/man4/ng_bpf.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 14:36: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7742137B423; Tue, 19 Sep 2000 14:36:01 -0700 (PDT) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA73962; Tue, 19 Sep 2000 14:36:01 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200009192136.OAA73962@freefall.freebsd.org> From: Archie Cobbs Date: Tue, 19 Sep 2000 14:36:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/netgraph/bpf ng_bpf.4 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/09/19 14:36:01 PDT Modified files: (Branch: RELENG_4) sys/modules/netgraph/bpf ng_bpf.4 Log: MFC: NGM_BPF_{G,S}ET_FILTER should be NGM_BPF_{G,S}ET_PROGRAM. Revision Changes Path 1.3.2.2 +5 -5 src/sys/modules/netgraph/bpf/Attic/ng_bpf.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 14:37:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B262A37B422; Tue, 19 Sep 2000 14:37:42 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA74269; Tue, 19 Sep 2000 14:37:42 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009192137.OAA74269@freefall.freebsd.org> From: Satoshi Asami Date: Tue, 19 Sep 2000 14:37:42 -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/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/19 14:37:42 PDT Modified files: x11-toolkits/open-motif Makefile x11-toolkits/open-motif/pkg PLIST Log: Install the *I.h files also, some ports (at least xblackjack and libhelp) need these. Revision Changes Path 1.16 +4 -1 ports/x11-toolkits/open-motif/Makefile 1.8 +107 -14 ports/x11-toolkits/open-motif/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 Sep 19 14:46:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE89D37B422; Tue, 19 Sep 2000 14:46:54 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA76068; Tue, 19 Sep 2000 14:46:54 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200009192146.OAA76068@freefall.freebsd.org> From: Brian Somers Date: Tue, 19 Sep 2000 14:46:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/periodic periodic.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/09/19 14:46:54 PDT Modified files: usr.sbin/periodic periodic.sh Log: Don't clobber $? before using it. Submitted by: James Barkley Revision Changes Path 1.15 +3 -2 src/usr.sbin/periodic/periodic.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 15:15: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C21037B424; Tue, 19 Sep 2000 15:15:01 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA82419; Tue, 19 Sep 2000 15:15:01 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200009192215.PAA82419@freefall.freebsd.org> From: Brian Somers Date: Tue, 19 Sep 2000 15:15:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 periodic.conf.5 src/usr.sbin/periodic periodic.8 periodic.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/09/19 15:15:00 PDT Modified files: share/man/man5 periodic.conf.5 usr.sbin/periodic periodic.8 periodic.sh Log: Put temporary output in ${TMPDIR:-/tmp} If $_output is not set, don't redirect output PR: 21395 Revision Changes Path 1.12 +2 -3 src/share/man/man5/periodic.conf.5 1.14 +5 -6 src/usr.sbin/periodic/periodic.8 1.16 +4 -3 src/usr.sbin/periodic/periodic.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 15:55:17 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 38BD937B422; Tue, 19 Sep 2000 15:55:04 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.0/8.11.0) with ESMTP id e8JMsRv55696; Tue, 19 Sep 2000 23:54:27 +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.11.0/8.11.0) with ESMTP id e8JMsPs00607; Tue, 19 Sep 2000 23:54:25 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200009192254.e8JMsPs00607@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Cameron Grant Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/sys/dev/sound/pcm ac97.c In-Reply-To: Message from Cameron Grant of "Sun, 17 Sep 2000 16:51:00 PDT." <200009172351.QAA00847@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 19 Sep 2000 23:54:25 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > cg 2000/09/17 16:51:00 PDT > > Modified files: > sys/dev/sound/pcm ac97.c > Log: > dynamify- probe codec for supported channels > add channel mappings for mixer > > Revision Changes Path > 1.12 +51 -31 src/sys/dev/sound/pcm/ac97.c This breaks the boot on my laptop. It freezes solid after pci0: at 8.0 irq 9 pcm0: mem 0xfec00000-0xfecfffff,0xfe000000-0xfe3fffff irq 9 at device 8.1 on pci0 Backing out the above fixes it again. -- 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 Sep 19 15:59:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 56AE737B424; Tue, 19 Sep 2000 15:59:23 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA89712; Tue, 19 Sep 2000 15:59:23 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200009192259.PAA89712@freefall.freebsd.org> From: Peter Wemm Date: Tue, 19 Sep 2000 15:59:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sysv_msg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/09/19 15:59:22 PDT Modified files: sys/kern sysv_msg.c Log: Fully initialize msqids[]. This could lead to ENOSPC and other strange stuff. PR: 21085 Submitted by: Marcin Cieslak Revision Changes Path 1.25 +2 -1 src/sys/kern/sysv_msg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 16: 0:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AD0E37B422; Tue, 19 Sep 2000 16:00:18 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA89899; Tue, 19 Sep 2000 16:00:18 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200009192300.QAA89899@freefall.freebsd.org> From: Peter Wemm Date: Tue, 19 Sep 2000 16:00:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sysv_msg.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/09/19 16:00:18 PDT Modified files: (Branch: RELENG_4) sys/kern sysv_msg.c Log: MFC: 1.25: Initialize variable to avoid strange stuff Revision Changes Path 1.23.2.2 +2 -1 src/sys/kern/sysv_msg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 16: 4:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC15937B423; Tue, 19 Sep 2000 16:04:55 -0700 (PDT) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA90917; Tue, 19 Sep 2000 16:04:55 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200009192304.QAA90917@freefall.freebsd.org> From: Archie Cobbs Date: Tue, 19 Sep 2000 16:04:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/mpd-netgraph Makefile ports/net/mpd-netgraph/files md5 ports/net/mpd-netgraph/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/09/19 16:04:55 PDT Modified files: net/mpd-netgraph Makefile net/mpd-netgraph/files md5 net/mpd-netgraph/pkg PLIST Log: Update to version 3.1. Revision Changes Path 1.14 +2 -2 ports/net/mpd-netgraph/Makefile 1.10 +1 -1 ports/net/mpd-netgraph/files/md5 1.3 +0 -2 ports/net/mpd-netgraph/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 Sep 19 16:17:18 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 236E837B422; Tue, 19 Sep 2000 16:17:12 -0700 (PDT) Received: from netplex.com.au (peter@localhost [127.0.0.1]) by netplex.com.au (8.11.0/8.9.3) with ESMTP id e8JNGuG32828; Tue, 19 Sep 2000 16:16:57 -0700 (PDT) (envelope-from peter@netplex.com.au) Message-Id: <200009192316.e8JNGuG32828@netplex.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: mjacob@feral.com Cc: Bruce Evans , Doug Rabson , "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_bus.c In-Reply-To: Date: Tue, 19 Sep 2000 16:16:56 -0700 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matthew Jacob wrote: > > I'll second this. Well, on the x86 we clear it twice, once in loader and once in locore. I thought it was redundant on the x86 since I thought the new boot2 cleared the extended ELF segment sizes. We do not support a.out kernels anymore so the old bootblocks are not an issue. (the old gas-1.9x cannot assemble the .s files). IMHO we should fix this bug in boot2. It costs ~32 bytes. (ie: reduces from 212 bytes free to 180 bytes free). For the Alpha this is irrelevant. The loader clears bss and the loader is the only bootstrap program. Preserving x86 locore support the freebsd 1.1 bootblocks is silly, since freebsd-1.1 could not load ELF kernels. Supporting anything older than 3.1 bootblocks is a waste now since 3.1-R was the first release that shipped with bootblocks than can load the present kernel. > > > On Tue, 19 Sep 2000, Bruce Evans wrote: > > > > > > The bss clearing code hasn't changed for years on i386's. I can't see > > > > where the bss is cleared on alphas (alpha_init is called very early > > > > in locore.s). > > > > > > The bss is cleared by the loader for both x86 and alpha. I guess x86 > > > clears it again in locore but it doesn't need to. > > > > It does need to, for compatibility with alternative loaders including boot2 > > and going back a long way (locore still has support for thr FreeBSD-1.1 > > boot blocks). > > > > Bruce > > > > > > > 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 Tue Sep 19 16:20: 3 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 52FA637B507; Tue, 19 Sep 2000 16:19:23 -0700 (PDT) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id QAA02290; Tue, 19 Sep 2000 16:19:06 -0700 Date: Tue, 19 Sep 2000 16:15:59 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Peter Wemm Cc: Bruce Evans , Doug Rabson , "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_bus.c In-Reply-To: <200009192316.e8JNGuG32828@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 It's more a matter of what should a standalone executive program assume about an environment. In my opinion, it's safer to not assume bss clearing by your loader. > > > > I'll second this. > > Well, on the x86 we clear it twice, once in loader and once in locore. I > thought it was redundant on the x86 since I thought the new boot2 cleared > the extended ELF segment sizes. We do not support a.out kernels anymore > so the old bootblocks are not an issue. (the old gas-1.9x cannot assemble > the .s files). > > IMHO we should fix this bug in boot2. It costs ~32 bytes. (ie: reduces > from 212 bytes free to 180 bytes free). > > For the Alpha this is irrelevant. The loader clears bss and the loader > is the only bootstrap program. > > Preserving x86 locore support the freebsd 1.1 bootblocks is silly, since > freebsd-1.1 could not load ELF kernels. Supporting anything older than 3.1 > bootblocks is a waste now since 3.1-R was the first release that shipped with > bootblocks than can load the present kernel. > > > > > On Tue, 19 Sep 2000, Bruce Evans wrote: > > > > > > > > The bss clearing code hasn't changed for years on i386's. I can't see > > > > > where the bss is cleared on alphas (alpha_init is called very early > > > > > in locore.s). > > > > > > > > The bss is cleared by the loader for both x86 and alpha. I guess x86 > > > > clears it again in locore but it doesn't need to. > > > > > > It does need to, for compatibility with alternative loaders including boot2 > > > and going back a long way (locore still has support for thr FreeBSD-1.1 > > > boot blocks). > > > > > > Bruce > > > > > > > > > > > > > > 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 Tue Sep 19 16:27: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-202-177-115.dsl.snfc21.pacbell.net [63.202.177.115]) by hub.freebsd.org (Postfix) with ESMTP id B62EF37B423; Tue, 19 Sep 2000 16:27:06 -0700 (PDT) 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 BAA00543; Mon, 18 Sep 2000 01:34:17 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200009180834.BAA00543@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Matt Jacob Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/alpha/common main.c In-reply-to: Your message of "Mon, 18 Sep 2000 01:19:05 PDT." <200009180819.BAA94306@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 18 Sep 2000 01:34:17 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > mjacob 2000/09/18 01:19:05 PDT > > Modified files: > sys/boot/alpha/common main.c > Log: > Steal 512KB more from system memory for heap instead of 256KB. We died > without the extra space. What a pity. Is there some way we can do this in boot1? The loader isn't going to get a lot smaller anytime soon. 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 Sep 19 16:37:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BAB3937B422; Tue, 19 Sep 2000 16:37:15 -0700 (PDT) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA97543; Tue, 19 Sep 2000 16:37:15 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Message-Id: <200009192337.QAA97543@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Tue, 19 Sep 2000 16:37:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/rmail Makefile src/etc/defaults make.conf src/lib/libsmdb Makefile src/lib/libsmutil Makefile src/libexec/mail.local Makefile src/libexec/smrsh Makefile src/usr.sbin/makemap Makefile src/usr.sbin/praliases Makefile ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gshapiro 2000/09/19 16:37:15 PDT Modified files: (Branch: RELENG_4) bin/rmail Makefile etc/defaults make.conf lib/libsmdb Makefile lib/libsmutil Makefile libexec/mail.local Makefile libexec/smrsh Makefile usr.sbin/makemap Makefile usr.sbin/praliases Makefile usr.sbin/sendmail Makefile usr.sbin/mailstats Makefile Log: MFC: Give users a way to alter the sendmail (and related utilities) build environment so they can enable functionality such as SASL, LDAP, Hesiod. Revision Changes Path 1.8.2.2 +7 -1 src/bin/rmail/Makefile 1.97.2.21 +16 -1 src/etc/defaults/make.conf 1.1.2.2 +4 -1 src/lib/libsmdb/Makefile 1.1.2.2 +4 -1 src/lib/libsmutil/Makefile 1.10.2.2 +7 -1 src/libexec/mail.local/Makefile 1.1.6.2 +7 -1 src/libexec/smrsh/Makefile 1.2.6.2 +7 -1 src/usr.sbin/makemap/Makefile 1.1.6.2 +7 -1 src/usr.sbin/praliases/Makefile 1.15.2.2 +7 -1 src/usr.sbin/sendmail/Makefile 1.1.6.2 +7 -1 src/usr.sbin/mailstats/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 16:56:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1061537B423; Tue, 19 Sep 2000 16:56:28 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA00225; Tue, 19 Sep 2000 16:56:28 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200009192356.QAA00225@freefall.freebsd.org> From: Mike Smith Date: Tue, 19 Sep 2000 16:56:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/09/19 16:56:27 PDT Modified files: sys/i386/conf NOTES Log: Mention the AAC_COMPAT_LINUX option Revision Changes Path 1.820 +6 -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 Sep 19 17:49:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58B6737B42C; Tue, 19 Sep 2000 17:49:26 -0700 (PDT) Received: (from wes@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07185; Tue, 19 Sep 2000 17:49:26 -0700 (PDT) (envelope-from wes@FreeBSD.org) Message-Id: <200009200049.RAA07185@freefall.freebsd.org> From: Wes Peters Date: Tue, 19 Sep 2000 17:49:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/obliterate Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wes 2000/09/19 17:49:25 PDT Modified files: sysutils/obliterate Makefile Log: Follow the softweyr ftp archive, which is moving home. Revision Changes Path 1.6 +2 -2 ports/sysutils/obliterate/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 17:52: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from c3-dbn-96.dial-up.net (c3-dbn-96.dial-up.net [196.33.200.96]) by hub.freebsd.org (Postfix) with ESMTP id CDF7837B424; Tue, 19 Sep 2000 17:51:59 -0700 (PDT) Received: (from rnordier@localhost) by c3-dbn-96.dial-up.net (8.8.7/8.6.12) id CAA10832; Wed, 20 Sep 2000 02:44:01 +0200 (SAST) From: Robert Nordier Message-Id: <200009200044.CAA10832@c3-dbn-96.dial-up.net> Subject: Re: cvs commit: src/sys/kern subr_bus.c In-Reply-To: <200009192316.e8JNGuG32828@netplex.com.au> "from Peter Wemm at Sep 19, 2000 04:16:56 pm" To: Peter Wemm Date: Wed, 20 Sep 2000 02:43:59 +0200 (SAST) Cc: mjacob@feral.com, Bruce Evans , Doug Rabson , "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Peter Wemm wrote: > Matthew Jacob wrote: > > > > I'll second this. > > Well, on the x86 we clear it twice, once in loader and once in locore. I > thought it was redundant on the x86 since I thought the new boot2 cleared > the extended ELF segment sizes. We do not support a.out kernels anymore > so the old bootblocks are not an issue. (the old gas-1.9x cannot assemble > the .s files). > > IMHO we should fix this bug in boot2. It costs ~32 bytes. (ie: reduces > from 212 bytes free to 180 bytes free). If the bss clearing code is actually to be dropped from the x86 kernel, I'd be happy for this to change. Otherwise 15% of available space is a lot to spend for no actual benefit beyond a kind of theoretical tidiness. -- Robert Nordier rnordier@nordier.com rnordier@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 17:56:52 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 44B7837B422; Tue, 19 Sep 2000 17:56:48 -0700 (PDT) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.0/8.9.3) with ESMTP id e8K0toi57366; Tue, 19 Sep 2000 17:55:50 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.0/8.11.0) id e8K0rVA85440; Tue, 19 Sep 2000 17:53:31 -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: <200009200044.CAA10832@c3-dbn-96.dial-up.net> Date: Tue, 19 Sep 2000 17:53:31 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Robert Nordier Subject: Re: cvs commit: src/sys/kern subr_bus.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, "Matthew N. Dodd" , Doug Rabson , Bruce Evans , mjacob@feral.com, Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 20-Sep-00 Robert Nordier wrote: > Peter Wemm wrote: > >> Matthew Jacob wrote: >> > >> > I'll second this. >> >> Well, on the x86 we clear it twice, once in loader and once in locore. I >> thought it was redundant on the x86 since I thought the new boot2 cleared >> the extended ELF segment sizes. We do not support a.out kernels anymore >> so the old bootblocks are not an issue. (the old gas-1.9x cannot assemble >> the .s files). >> >> IMHO we should fix this bug in boot2. It costs ~32 bytes. (ie: reduces >> from 212 bytes free to 180 bytes free). > > If the bss clearing code is actually to be dropped from the x86 > kernel, I'd be happy for this to change. Otherwise 15% of available > space is a lot to spend for no actual benefit beyond a kind of > theoretical tidiness. Well, the loader needs its BSS cleared as well, so boot2 can't drop its BSS clearing code, AFAIK. Esp. if the loader switches to being an ELF binary, which it might in 5.0 current if some people have their way. > Robert Nordier -- 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 Tue Sep 19 17:58: 8 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 A0D8E37B423; Tue, 19 Sep 2000 17:58:04 -0700 (PDT) Received: from silvia.hip.berkeley.edu (sji-ca1-01.ix.netcom.com [209.109.232.1]) by tisch.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id UAA23435; Tue, 19 Sep 2000 20:58:00 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.11.0/8.11.0) id e8K0vvQ65269; Tue, 19 Sep 2000 17:57:57 -0700 (PDT) (envelope-from asami) To: Ade Lovett Cc: Kris Kennaway , Warner Losh , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, jmz@FreeBSD.org Subject: Re: cvs commit: ports/x11 Makefile ports/x11/wrapper Makefile ports/x11/wrapper/files md5 ports/x11/wrapper/pkg COMMENT DEINSTALL DESCR PLIST References: <200009191700.LAA39460@harmony.village.org> <20000919130308.K51091@FreeBSD.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 19 Sep 2000 17:57:52 -0700 In-Reply-To: Ade Lovett's message of "Tue, 19 Sep 2000 13:03:08 -0500" Message-ID: Lines: 10 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * From: Ade Lovett First, thanks for the wrapper port, Trevor and Ade! :) * Yup. On a related note, is the XFree86-4 port going to be split * down into a meta-port, bringing in all the other XFree86-4 ports? Yes, that's been my plan. The XFree86-4-* ports are almost there.... Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 17:59:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EFED337B424; Tue, 19 Sep 2000 17:59:17 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA08418; Tue, 19 Sep 2000 17:59:17 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200009200059.RAA08418@freefall.freebsd.org> From: Bill Paul Date: Tue, 19 Sep 2000 17:59:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/09/19 17:59:17 PDT Modified files: sys/pci if_dc.c Log: If this is a Davicom DM9102A and we're enabling the homePNA link, force dc_link to 1 and don't activate the tick routine. Without this, dc_start() always thinks the link is down and never transmits in homePNA mode. Revision Changes Path 1.23 +11 -6 src/sys/pci/if_dc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 18: 1:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D167A37B423; Tue, 19 Sep 2000 18:01:32 -0700 (PDT) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA08780; Tue, 19 Sep 2000 18:01:32 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Message-Id: <200009200101.SAA08780@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Tue, 19 Sep 2000 18:01:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpi/aml aml_common.c aml_common.h aml_evalobj.c aml_parse.c aml_region.c aml_region.h aml_store.c src/usr.sbin/acpi/amldb region.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iwasaki 2000/09/19 18:01:32 PDT Modified files: sys/dev/acpi/aml aml_common.c aml_common.h aml_evalobj.c aml_parse.c aml_region.c aml_region.h aml_store.c usr.sbin/acpi/amldb region.c Log: Improve region I/O sub-routines by re-writing most of low level part of AML interpreter. - Delete and cleanup a lot of almost duplicated code in kernel/userland. - Add new common functions for kernel/userland code. aml_adjust_readvalue(), aml_adjust_updatevalue(), aml_region_handle_alloc(), aml_region_handle_free() and aml_region_io(). - Add primitive functions for both versions of kernel/userland in order to have shared code as much as possible. aml_region_read_simple(), aml_region_write_simple(), aml_region_prompt_read(), aml_region_prompt_write() and aml_region_prompt_update_value(). - Consider update rule and access type in field flags. Also add a lot of definitions for the flags. - Fix bugs on bit manipulation for read/write operations. - Fix bugs on IndexField I/O part. Also add workaround for temporary object corruption during StoreOp interpretation. Revision Changes Path 1.2 +326 -3 src/sys/dev/acpi/aml/aml_common.c 1.2 +81 -1 src/sys/dev/acpi/aml/aml_common.h 1.2 +7 -2 src/sys/dev/acpi/aml/aml_evalobj.c 1.2 +11 -1 src/sys/dev/acpi/aml/aml_parse.c 1.2 +149 -297 src/sys/dev/acpi/aml/aml_region.c 1.2 +35 -1 src/sys/dev/acpi/aml/aml_region.h 1.2 +19 -8 src/sys/dev/acpi/aml/aml_store.c 1.2 +118 -146 src/usr.sbin/acpi/amldb/region.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 18:20:48 2000 Delivered-To: cvs-all@freebsd.org Received: from c3-dbn-96.dial-up.net (c3-dbn-96.dial-up.net [196.33.200.96]) by hub.freebsd.org (Postfix) with ESMTP id 4125C37B422; Tue, 19 Sep 2000 18:20:38 -0700 (PDT) Received: (from rnordier@localhost) by c3-dbn-96.dial-up.net (8.8.7/8.6.12) id DAA11525; Wed, 20 Sep 2000 03:18:58 +0200 (SAST) From: Robert Nordier Message-Id: <200009200118.DAA11525@c3-dbn-96.dial-up.net> Subject: Re: cvs commit: src/sys/kern subr_bus.c In-Reply-To: "from John Baldwin at Sep 19, 2000 05:53:31 pm" To: John Baldwin Date: Wed, 20 Sep 2000 03:18:56 +0200 (SAST) Cc: Robert Nordier , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, "Matthew N. Dodd" , Doug Rabson , Bruce Evans , mjacob@feral.com, Peter Wemm X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Baldwin wrote: > On 20-Sep-00 Robert Nordier wrote: > > Peter Wemm wrote: > > > >> Matthew Jacob wrote: > >> > > >> > I'll second this. > >> > >> Well, on the x86 we clear it twice, once in loader and once in locore. I > >> thought it was redundant on the x86 since I thought the new boot2 cleared > >> the extended ELF segment sizes. We do not support a.out kernels anymore > >> so the old bootblocks are not an issue. (the old gas-1.9x cannot assemble > >> the .s files). > >> > >> IMHO we should fix this bug in boot2. It costs ~32 bytes. (ie: reduces > >> from 212 bytes free to 180 bytes free). > > > > If the bss clearing code is actually to be dropped from the x86 > > kernel, I'd be happy for this to change. Otherwise 15% of available > > space is a lot to spend for no actual benefit beyond a kind of > > theoretical tidiness. > > Well, the loader needs its BSS cleared as well, so boot2 can't drop its > BSS clearing code, AFAIK. The issue was adding bss clearing code to boot2, not removing it. > Esp. if the loader switches to being an ELF > binary, which it might in 5.0 current if some people have their way. The loader is already an ELF binary and already gets its bss cleared (by btxldr). The btxld composite object is presently a.out, but changing this to elf won't affect bss as btxld doesn't use bss. -- Robert Nordier rnordier@nordier.com rnordier@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 18:34:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B08237B42C; Tue, 19 Sep 2000 18:34:46 -0700 (PDT) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA14944; Tue, 19 Sep 2000 18:34:46 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Message-Id: <200009200134.SAA14944@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Tue, 19 Sep 2000 18:34:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/cyrus-sasl/files Sendmail.README X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gshapiro 2000/09/19 18:34:46 PDT Modified files: security/cyrus-sasl/files Sendmail.README Log: Update the sendmail build information in light of the new SENDMAIL_* make.conf flags. Approved by: maintainer, ade Revision Changes Path 1.2 +6 -16 ports/security/cyrus-sasl/files/Sendmail.README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 18:53:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5254937B422; Tue, 19 Sep 2000 18:53:12 -0700 (PDT) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA18257; Tue, 19 Sep 2000 18:53:12 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Message-Id: <200009200153.SAA18257@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Tue, 19 Sep 2000 18:53:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpi acpi.c acpi.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iwasaki 2000/09/19 18:53:12 PDT Modified files: sys/dev/acpi acpi.c acpi.h Log: Ignore power button and sleep button events for 5 sec. Wakeup event is generated by power button and/or sleep button on some laptops but this also generates SCI interrupt, and shutdown the system as result. So this kind of mechanism is introduced so that acpi driver ignore given events for certain period. Revision Changes Path 1.9 +24 -3 src/sys/dev/acpi/acpi.c 1.4 +2 -1 src/sys/dev/acpi/acpi.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 18:53:27 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 585C037B50E; Tue, 19 Sep 2000 18:53:19 -0700 (PDT) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.0/8.9.3) with ESMTP id e8K1rFi59441; Tue, 19 Sep 2000 18:53:15 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.0/8.11.0) id e8K1otU85896; Tue, 19 Sep 2000 18:50:55 -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: <200009200118.DAA11525@c3-dbn-96.dial-up.net> Date: Tue, 19 Sep 2000 18:50:55 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Robert Nordier Subject: Re: cvs commit: src/sys/kern subr_bus.c Cc: Peter Wemm , mjacob@feral.com, Bruce Evans , Doug Rabson , "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 20-Sep-00 Robert Nordier wrote: > John Baldwin wrote: > >> On 20-Sep-00 Robert Nordier wrote: >> > Peter Wemm wrote: >> > >> >> Matthew Jacob wrote: >> >> > >> >> > I'll second this. >> >> >> >> Well, on the x86 we clear it twice, once in loader and once in locore. I >> >> thought it was redundant on the x86 since I thought the new boot2 cleared >> >> the extended ELF segment sizes. We do not support a.out kernels anymore >> >> so the old bootblocks are not an issue. (the old gas-1.9x cannot >> >> assemble >> >> the .s files). >> >> >> >> IMHO we should fix this bug in boot2. It costs ~32 bytes. (ie: reduces >> >> from 212 bytes free to 180 bytes free). >> > >> > If the bss clearing code is actually to be dropped from the x86 >> > kernel, I'd be happy for this to change. Otherwise 15% of available >> > space is a lot to spend for no actual benefit beyond a kind of >> > theoretical tidiness. >> >> Well, the loader needs its BSS cleared as well, so boot2 can't drop its >> BSS clearing code, AFAIK. > > The issue was adding bss clearing code to boot2, not removing it. Hmmm. We need to revamp the boot2 keyboard probe code to be more aggressive and actually poke at port 0x60 some like the kernel does so that it detects keyboards on broken Athlon motherboards properly. When I was playing with that, it took up all the free space in boot2 to do so, and BTX has grown since then, so I doubt we will have room in boot2 for clearing BSS unless someone is really masochistic and wants to rewrite all of boot2 in real-mode assembly (so we don't need BTX) and maintain it that way. I'm not volunteering for such an evil task. >> Esp. if the loader switches to being an ELF >> binary, which it might in 5.0 current if some people have their way. > > The loader is already an ELF binary and already gets its bss cleared > (by btxldr). The btxld composite object is presently a.out, but > changing this to elf won't affect bss as btxld doesn't use bss. Argh, you're right. /me crawls back into his hole. > -- > Robert Nordier -- 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 Tue Sep 19 18:56:44 2000 Delivered-To: cvs-all@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-202-177-115.dsl.snfc21.pacbell.net [63.202.177.115]) by hub.freebsd.org (Postfix) with ESMTP id C43C337B423; Tue, 19 Sep 2000 18:56:40 -0700 (PDT) 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 SAA01434; Tue, 19 Sep 2000 18:57:23 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200009200157.SAA01434@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_bus.c In-reply-to: Your message of "Tue, 19 Sep 2000 17:53:31 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 19 Sep 2000 18:57:23 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > >> IMHO we should fix this bug in boot2. It costs ~32 bytes. (ie: reduces > >> from 212 bytes free to 180 bytes free). > > > > If the bss clearing code is actually to be dropped from the x86 > > kernel, I'd be happy for this to change. Otherwise 15% of available > > space is a lot to spend for no actual benefit beyond a kind of > > theoretical tidiness. > > Well, the loader needs its BSS cleared as well, so boot2 can't drop its > BSS clearing code, AFAIK. Esp. if the loader switches to being an ELF > binary, which it might in 5.0 current if some people have their way. IMO, the loader and the kernel both ought to take care of clearing their own BSS, as neither should be making (too many) assumptions about their load path. The kernel should also forget about a lot of the startup cruft it still understands. -- ... 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 Sep 19 19:16:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F1DE37B424; Tue, 19 Sep 2000 19:16:12 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA23591; Tue, 19 Sep 2000 19:16:12 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009200216.TAA23591@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 19 Sep 2000 19:16:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ps print.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/19 19:16:12 PDT Modified files: (Branch: RELENG_4) bin/ps print.c Log: MFC: spelling correction Revision Changes Path 1.36.2.1 +2 -2 src/bin/ps/print.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 19:17: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0762737B423; Tue, 19 Sep 2000 19:17:05 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA23776; Tue, 19 Sep 2000 19:17:05 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009200217.TAA23776@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 19 Sep 2000 19:17:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd/amd amd.8 amd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/19 19:17:04 PDT Modified files: (Branch: RELENG_4) contrib/amd/amd amd.8 amd.c Log: MFC: use /.amd_mnt as default for -a Revision Changes Path 1.6.2.4 +2 -2 src/contrib/amd/amd/amd.8 1.6.2.1 +2 -2 src/contrib/amd/amd/amd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 19:24:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4745037B423; Tue, 19 Sep 2000 19:24:33 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA24620; Tue, 19 Sep 2000 19:24:33 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009200224.TAA24620@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 19 Sep 2000 19:24:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/diff util.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/19 19:24:33 PDT Modified files: (Branch: RELENG_4) contrib/diff util.c Log: MFC: fix trailing newline bug Revision Changes Path 1.2.6.2 +4 -1 src/contrib/diff/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 Sep 19 19:28: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7998837B42C; Tue, 19 Sep 2000 19:27:57 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA25167; Tue, 19 Sep 2000 19:27:57 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009200227.TAA25167@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 19 Sep 2000 19:27:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/top screen.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/19 19:27:57 PDT Modified files: (Branch: RELENG_4) contrib/top screen.c Log: MFC: eliminate unnecessary global reference Revision Changes Path 1.2.6.1 +2 -1 src/contrib/top/screen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 19:32:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DAFD437B423; Tue, 19 Sep 2000 19:32:06 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA25822; Tue, 19 Sep 2000 19:32:06 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009200232.TAA25822@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 19 Sep 2000 19:32:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/telnet/arpa telnet.h src/crypto/telnet/libtelnet auth-proto.h auth.c enc-proto.h encrypt.c genget.c getent.c misc.c pk.h spx.c sra.c src/crypto/telnet/telnet authenc.c network.c ring.c sys_bsd.c telnet.c terminal.c tn3270.c utilities.c ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/19 19:32:06 PDT Modified files: (Branch: RELENG_4) crypto/telnet/arpa telnet.h crypto/telnet/libtelnet auth-proto.h auth.c enc-proto.h encrypt.c genget.c getent.c misc.c pk.h spx.c sra.c crypto/telnet/telnet authenc.c network.c ring.c sys_bsd.c telnet.c terminal.c tn3270.c utilities.c crypto/telnet/telnetd ext.h Log: MFC: Add missing $FreeBSD$ lines. Revision Changes Path 1.3.2.1 +1 -0 src/crypto/telnet/arpa/telnet.h 1.3.2.1 +1 -0 src/crypto/telnet/libtelnet/auth-proto.h 1.3.2.2 +2 -0 src/crypto/telnet/libtelnet/auth.c 1.3.2.1 +1 -0 src/crypto/telnet/libtelnet/enc-proto.h 1.3.2.1 +5 -0 src/crypto/telnet/libtelnet/encrypt.c 1.2.8.1 +5 -0 src/crypto/telnet/libtelnet/genget.c 1.2.6.1 +5 -0 src/crypto/telnet/libtelnet/getent.c 1.2.8.1 +5 -0 src/crypto/telnet/libtelnet/misc.c 1.1.2.1 +1 -0 src/crypto/telnet/libtelnet/pk.h 1.2.8.1 +5 -0 src/crypto/telnet/libtelnet/spx.c 1.1.2.1 +2 -0 src/crypto/telnet/libtelnet/sra.c 1.2.8.1 +5 -0 src/crypto/telnet/telnet/authenc.c 1.2.8.1 +5 -0 src/crypto/telnet/telnet/network.c 1.2.8.1 +5 -0 src/crypto/telnet/telnet/ring.c 1.2.8.1 +5 -0 src/crypto/telnet/telnet/sys_bsd.c 1.4.2.1 +5 -0 src/crypto/telnet/telnet/telnet.c 1.2.8.1 +5 -0 src/crypto/telnet/telnet/terminal.c 1.2.8.1 +5 -0 src/crypto/telnet/telnet/tn3270.c 1.2.8.1 +5 -0 src/crypto/telnet/telnet/utilities.c 1.2.8.1 +1 -0 src/crypto/telnet/telnetd/ext.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 19:32:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D35137B422; Tue, 19 Sep 2000 19:32:51 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA25983; Tue, 19 Sep 2000 19:32:51 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009200232.TAA25983@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 19 Sep 2000 19:32:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc crontab X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/19 19:32:51 PDT Modified files: (Branch: RELENG_4) etc crontab Log: MFC: simplify periodic entries Revision Changes Path 1.21.2.1 +4 -4 src/etc/crontab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 19:36: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B326F37B423; Tue, 19 Sep 2000 19:35:57 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA26341; Tue, 19 Sep 2000 19:35:57 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009200235.TAA26341@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 19 Sep 2000 19:35:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults periodic.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/19 19:35:57 PDT Modified files: (Branch: RELENG_4) etc/defaults periodic.conf Log: MFC: new defaults for message logging Revision Changes Path 1.7.2.2 +32 -2 src/etc/defaults/periodic.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 19:43:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 56CFA37B424; Tue, 19 Sep 2000 19:43:46 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA27279; Tue, 19 Sep 2000 19:43:46 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009200243.TAA27279@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 19 Sep 2000 19:43:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc newsyslog.conf X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/19 19:43:46 PDT Modified files: (Branch: RELENG_4) etc newsyslog.conf Log: MFC: add log entries for periodic scripts Revision Changes Path 1.25.2.2 +4 -1 src/etc/newsyslog.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 19:46:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B147D37B422; Tue, 19 Sep 2000 19:46:18 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA27781; Tue, 19 Sep 2000 19:46:18 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009200246.TAA27781@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 19 Sep 2000 19:46:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/periodic/daily 100.clean-disks 110.clean-tmps 120.clean-preserve 130.clean-msgs 140.clean-rwho 150.clean-hoststat 200.backup-passwd 210.backup-aliases 220.backup-distfile 300.calendar 310.accounting 320.rdist 330.news ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/19 19:46:18 PDT Modified files: (Branch: RELENG_4) etc/periodic/daily 100.clean-disks 110.clean-tmps 120.clean-preserve 130.clean-msgs 140.clean-rwho 150.clean-hoststat 200.backup-passwd 210.backup-aliases 220.backup-distfile 300.calendar 310.accounting 320.rdist 330.news 340.uucp 400.status-disks 410.status-uucp 420.status-network 430.status-rwho 440.status-mailq 450.status-security 460.status-mail-rejects 999.local etc/periodic/monthly 200.accounting 999.local etc/periodic/weekly 120.clean-kvmdb 300.uucp 310.locate 320.whatis 330.catman 340.noid 400.status-pkg 999.local Log: MFC: add quite a few more seat-belt checks and user tunable knobs Revision Changes Path 1.3.2.3 +21 -4 src/etc/periodic/daily/100.clean-disks 1.6.2.2 +20 -10 src/etc/periodic/daily/110.clean-tmps 1.4.2.2 +31 -12 src/etc/periodic/daily/120.clean-preserve 1.3.2.2 +11 -3 src/etc/periodic/daily/130.clean-msgs 1.4.2.2 +24 -4 src/etc/periodic/daily/140.clean-rwho 1.3.2.2 +24 -5 src/etc/periodic/daily/150.clean-hoststat 1.6.2.2 +25 -7 src/etc/periodic/daily/200.backup-passwd 1.3.2.3 +14 -4 src/etc/periodic/daily/210.backup-aliases 1.3.2.2 +13 -3 src/etc/periodic/daily/220.backup-distfile 1.3.2.2 +8 -7 src/etc/periodic/daily/300.calendar 1.3.2.2 +21 -12 src/etc/periodic/daily/310.accounting 1.3.2.2 +11 -3 src/etc/periodic/daily/320.rdist 1.2.2.2 +11 -3 src/etc/periodic/daily/330.news 1.4.2.2 +16 -3 src/etc/periodic/daily/340.uucp 1.2.2.2 +7 -3 src/etc/periodic/daily/400.status-disks 1.3.2.2 +16 -3 src/etc/periodic/daily/410.status-uucp 1.3.2.2 +13 -12 src/etc/periodic/daily/420.status-network 1.3.2.2 +15 -4 src/etc/periodic/daily/430.status-rwho 1.4.2.2 +20 -6 src/etc/periodic/daily/440.status-mailq 1.3.2.2 +28 -25 src/etc/periodic/daily/450.status-security 1.8.2.3 +23 -5 src/etc/periodic/daily/460.status-mail-rejects 1.2.2.2 +11 -2 src/etc/periodic/daily/999.local 1.4.2.2 +14 -8 src/etc/periodic/monthly/200.accounting 1.2.2.2 +11 -2 src/etc/periodic/monthly/999.local 1.4.2.2 +20 -4 src/etc/periodic/weekly/120.clean-kvmdb 1.3.2.2 +16 -3 src/etc/periodic/weekly/300.uucp 1.4.2.2 +17 -16 src/etc/periodic/weekly/310.locate 1.5.2.2 +30 -25 src/etc/periodic/weekly/320.whatis 1.5.2.2 +19 -7 src/etc/periodic/weekly/330.catman 1.2.2.2 +9 -3 src/etc/periodic/weekly/340.noid 1.1.2.2 +10 -2 src/etc/periodic/weekly/400.status-pkg 1.3.2.2 +11 -2 src/etc/periodic/weekly/999.local To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 20: 5:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 35A5A37B423; Tue, 19 Sep 2000 20:05:38 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA32271; Tue, 19 Sep 2000 20:05:38 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200009200305.UAA32271@freefall.freebsd.org> From: Brian Somers Date: Tue, 19 Sep 2000 20:05:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib malloc.c setenv.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/09/19 20:05:38 PDT Modified files: lib/libc/stdlib malloc.c setenv.c Log: Only realloc() environ if we're sure that we know where it came from. The recent problems with sshd were due to sshd reassigning `environ' when setenv() thinks it owns it. setenv() subsequently realloc()s the new version of environ and *boom* Revision Changes Path 1.52 +2 -1 src/lib/libc/stdlib/malloc.c 1.6 +5 -6 src/lib/libc/stdlib/setenv.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 20: 8:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 186C137B422; Tue, 19 Sep 2000 20:08:57 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA32782; Tue, 19 Sep 2000 20:08:57 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Message-Id: <200009200308.UAA32782@freefall.freebsd.org> From: Kazuo Horikawa Date: Tue, 19 Sep 2000 20:08:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man7 security.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/09/19 20:08:57 PDT Modified files: ja_JP.eucJP/man/man7 security.7 Log: Fix typo Submitted by:mistral@imasy.or.jp (Yoshihiko SARUMARU) Revision Changes Path 1.11 +0 -1 doc/ja_JP.eucJP/man/man7/security.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 20:11:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E48F737B422; Tue, 19 Sep 2000 20:11:23 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA33114; Tue, 19 Sep 2000 20:11:23 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Message-Id: <200009200311.UAA33114@freefall.freebsd.org> From: Kazuo Horikawa Date: Tue, 19 Sep 2000 20:11:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man8 pccardd.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/09/19 20:11:23 PDT Modified files: ja_JP.eucJP/man/man8 pccardd.8 Log: Update un-unupdated line. Submitted by:OKAZAKI Tetsurou Revision Changes Path 1.13 +1 -1 doc/ja_JP.eucJP/man/man8/pccardd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 20:21:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9406537B422; Tue, 19 Sep 2000 20:21:23 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA34482; Tue, 19 Sep 2000 20:21:23 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Message-Id: <200009200321.UAA34482@freefall.freebsd.org> From: Kazuo Horikawa Date: Tue, 19 Sep 2000 20:21:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 cccp.1 rtprio.1 tcpdump.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/09/19 20:21:23 PDT Modified files: ja_JP.eucJP/man/man1 cccp.1 rtprio.1 tcpdump.1 Log: Fix typo. Submitted by:Tetsuya Isaki Revision Changes Path 1.7 +1 -1 doc/ja_JP.eucJP/man/man1/cccp.1 1.12 +1 -1 doc/ja_JP.eucJP/man/man1/rtprio.1 1.12 +3 -3 doc/ja_JP.eucJP/man/man1/tcpdump.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 20:48:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C6E2237B42C; Tue, 19 Sep 2000 20:48:39 -0700 (PDT) Received: (from reg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA38805; Tue, 19 Sep 2000 20:48:39 -0700 (PDT) (envelope-from reg@FreeBSD.org) Message-Id: <200009200348.UAA38805@freefall.freebsd.org> From: Jeremy Lea Date: Tue, 19 Sep 2000 20:48:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/xmms Makefile ports/chinese/xmms/files md5 ports/chinese/xmms/patches patch-aa patch-ab patch-ac patch-ad patch-ae ports/chinese/xmms/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG reg 2000/09/19 20:48:39 PDT Modified files: chinese/xmms Makefile Removed files: chinese/xmms/files md5 chinese/xmms/patches patch-aa patch-ab patch-ac patch-ad patch-ae chinese/xmms/pkg COMMENT DESCR PLIST Log: Change this port to a slave port of audio/xmms. Approved by: maintainer Revision Changes Path 1.2 +4 -96 ports/chinese/xmms/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 21:41: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B799437B422; Tue, 19 Sep 2000 21:40:57 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA48789; Tue, 19 Sep 2000 21:40:57 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009200440.VAA48789@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 19 Sep 2000 21:40:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libalias Makefile alias_proxy.c alias_smedia.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/19 21:40:57 PDT Modified files: (Branch: RELENG_4) lib/libalias Makefile alias_proxy.c alias_smedia.c Log: MFC: use strtok, eliminate warnings. Revision Changes Path 1.13.2.3 +3 -3 src/lib/libalias/Makefile 1.4.2.1 +7 -4 src/lib/libalias/alias_proxy.c 1.1.2.2 +7 -4 src/lib/libalias/alias_smedia.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 21:43:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D9D937B422; Tue, 19 Sep 2000 21:43:13 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA49233; Tue, 19 Sep 2000 21:43:13 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009200443.VAA49233@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Tue, 19 Sep 2000 21:43:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc getpublickey.c netnamer.c src/lib/libc/stdio remove.3 remove.c src/lib/libc/stdlib getopt.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/19 21:43:13 PDT Modified files: (Branch: RELENG_4) lib/libc/rpc getpublickey.c netnamer.c lib/libc/stdio remove.3 remove.c lib/libc/stdlib getopt.c Log: MFC: Use strtok instead of strsep. Handle links explicitly in remove. Check additional failure case in getopt. Revision Changes Path 1.2.6.1 +9 -5 src/lib/libc/rpc/getpublickey.c 1.3.6.1 +17 -11 src/lib/libc/rpc/netnamer.c 1.3.2.2 +19 -8 src/lib/libc/stdio/remove.3 1.6.2.1 +9 -1 src/lib/libc/stdio/remove.c 1.2.2.1 +2 -2 src/lib/libc/stdlib/getopt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 21:46:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA4D637B423; Tue, 19 Sep 2000 21:46:16 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA49630; Tue, 19 Sep 2000 21:46:16 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <200009200446.VAA49630@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Tue, 19 Sep 2000 21:46:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx_freebsd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2000/09/19 21:46:16 PDT Modified files: sys/dev/aic7xxx aic7xxx_freebsd.c Log: Remove the last two uses of ahc->unit in the FreeBSD version of the driver. ahc->unit is depricated and will be going away as soon as the Linux driver catches up. In the FreeBSD case, it is always initialized to 0 and this caused some strangeness in registering multiple ahc controllers with CAM. Noticed by: Tor.Egge@fast.no Revision Changes Path 1.2 +4 -3 src/sys/dev/aic7xxx/aic7xxx_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 Sep 19 22:24:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B60237B424; Tue, 19 Sep 2000 22:24:10 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA58604; Tue, 19 Sep 2000 22:24:10 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009200524.WAA58604@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 19 Sep 2000 22:24:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/ruby14-tk Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/09/19 22:24:10 PDT Modified files: x11-toolkits/ruby14-tk Makefile Log: Fix duplicated PKGNAMEPREFIX definition, as well as ruby-tk. ;) PR: ports/21403 Submitted by: Allan Bowhill Revision Changes Path 1.17 +1 -2 ports/x11-toolkits/ruby14-tk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 22:37:16 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 E204E37B424; Tue, 19 Sep 2000 22:37:11 -0700 (PDT) Received: from beppo.feral.com (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id WAA03184; Tue, 19 Sep 2000 22:37:11 -0700 Date: Tue, 19 Sep 2000 22:37:09 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Mike Smith Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/alpha/common main.c In-Reply-To: <200009180834.BAA00543@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 On Mon, 18 Sep 2000, Mike Smith wrote: > > mjacob 2000/09/18 01:19:05 PDT > > > > Modified files: > > sys/boot/alpha/common main.c > > Log: > > Steal 512KB more from system memory for heap instead of 256KB. We died > > without the extra space. What a pity. > > Is there some way we can do this in boot1? The loader isn't going to get > a lot smaller anytime soon. 8( Uh, no. boot1 is only just a smidgen less than 40KB. John Baldwin didn't have this fix things for him either. The whole dance about memory allocation for the loader and the kernel isn't done by any stretch of the imagination. At any rate, up to 1MB for a loader that does prelinking and loading for a kernel seems not too unreasonable. If you could reclaim that later, that would be nice, but that would actually involve some real architecting instead of the current evolutionary methods. -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 22:42:47 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 901D937B422; Tue, 19 Sep 2000 22:42:42 -0700 (PDT) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.0/8.9.3) with ESMTP id e8K5gfN94349; Wed, 20 Sep 2000 07:42:41 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Brian Somers Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdlib malloc.c setenv.c In-Reply-To: Your message of "Tue, 19 Sep 2000 20:05:38 PDT." <200009200305.UAA32271@freefall.freebsd.org> Date: Wed, 20 Sep 2000 07:42:40 +0200 Message-ID: <94347.969428560@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200009200305.UAA32271@freefall.freebsd.org>, Brian Somers writes: >brian 2000/09/19 20:05:38 PDT > > Modified files: > lib/libc/stdlib malloc.c setenv.c > Log: > Only realloc() environ if we're sure that we know where it came from. > > The recent problems with sshd were due to sshd reassigning > `environ' when setenv() thinks it owns it. setenv() subsequently > realloc()s the new version of environ and *boom* Uhm, Brian ? Could you please remove EXTRA_SANITY in malloc.c again ? -- 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 Sep 19 22:49: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-202-177-115.dsl.snfc21.pacbell.net [63.202.177.115]) by hub.freebsd.org (Postfix) with ESMTP id 55BC837B424; Tue, 19 Sep 2000 22:49:00 -0700 (PDT) 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 WAA02292; Tue, 19 Sep 2000 22:49:41 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200009200549.WAA02292@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/boot/alpha/common main.c In-reply-to: Your message of "Tue, 19 Sep 2000 22:37:09 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 19 Sep 2000 22:49:41 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > Steal 512KB more from system memory for heap instead of 256KB. We died > > > without the extra space. What a pity. > > > > Is there some way we can do this in boot1? The loader isn't going to get > > a lot smaller anytime soon. 8( > > Uh, no. boot1 is only just a smidgen less than 40KB. John Baldwin didn't have > this fix things for him either. Sorry, I meant "can't we have boot1 steal the memory rather than having the loader do it"? > The whole dance about memory allocation for the loader and the kernel isn't > done by any stretch of the imagination. At any rate, up to 1MB for a loader > that does prelinking and loading for a kernel seems not too unreasonable. If > you could reclaim that later, that would be nice, but that would actually > involve some real architecting instead of the current evolutionary methods. The only real challenge would seem to be the trampoline necessary in between leaving the loader and calling the kernel proper. I'm sure one of our burgeoning Alpha hackers could cough something like that up in a day or so. 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 Sep 19 22:57:30 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 2F79C37B423; Tue, 19 Sep 2000 22:57:26 -0700 (PDT) Received: from beppo.feral.com (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id WAA03221; Tue, 19 Sep 2000 22:57:22 -0700 Date: Tue, 19 Sep 2000 22:57:20 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Mike Smith Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/alpha/common main.c In-Reply-To: <200009200549.WAA02292@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 On Tue, 19 Sep 2000, Mike Smith wrote: > > > > Steal 512KB more from system memory for heap instead of 256KB. We died > > > > without the extra space. What a pity. > > > > > > Is there some way we can do this in boot1? The loader isn't going to get > > > a lot smaller anytime soon. 8( > > > > Uh, no. boot1 is only just a smidgen less than 40KB. John Baldwin didn't have > > this fix things for him either. > > Sorry, I meant "can't we have boot1 steal the memory rather than having > the loader do it"? This makes no sense. It's the loader that needs it for heap storage, not boot1. > > > The whole dance about memory allocation for the loader and the kernel isn't > > done by any stretch of the imagination. At any rate, up to 1MB for a loader > > that does prelinking and loading for a kernel seems not too unreasonable. If > > you could reclaim that later, that would be nice, but that would actually > > involve some real architecting instead of the current evolutionary methods. > > The only real challenge would seem to be the trampoline necessary in > between leaving the loader and calling the kernel proper. I'm sure one > of our burgeoning Alpha hackers could cough something like that up in a > day or so. 8) No. The current method for stealing memory leaves no trace of memory as it's subtracted from the hw page list. What has to happen instead is that when one releases all boot resources you have to be able to call back into the loader to reclaim memory which was otherwise not on anyone else's list. If you're doing this for alpha, you'll want to understand the implications for other architectures. -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 23:16:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EE8E37B422; Tue, 19 Sep 2000 23:16:23 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA69218; Tue, 19 Sep 2000 23:16:23 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200009200616.XAA69218@freefall.freebsd.org> From: Brian Somers Date: Tue, 19 Sep 2000 23:16:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib malloc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/09/19 23:16:23 PDT Modified files: lib/libc/stdlib malloc.c Log: Oops, un-spam this file - the last commit was an accident. Pointed out by: phk Revision Changes Path 1.53 +1 -2 src/lib/libc/stdlib/malloc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Sep 19 23:17:50 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 B974437B42C; Tue, 19 Sep 2000 23:17:44 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.0/8.11.0) with ESMTP id e8K6Hvv57954; Wed, 20 Sep 2000 07:17:57 +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.11.0/8.11.0) with ESMTP id e8K6GPs13592; Wed, 20 Sep 2000 07:16:25 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200009200616.e8K6GPs13592@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Poul-Henning Kamp Cc: Brian Somers , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/lib/libc/stdlib malloc.c setenv.c In-Reply-To: Message from Poul-Henning Kamp of "Wed, 20 Sep 2000 07:42:40 +0200." <94347.969428560@critter> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 20 Sep 2000 07:16:25 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > In message <200009200305.UAA32271@freefall.freebsd.org>, Brian Somers writes: > >brian 2000/09/19 20:05:38 PDT > > > > Modified files: > > lib/libc/stdlib malloc.c setenv.c > > Log: > > Only realloc() environ if we're sure that we know where it came from. > > > > The recent problems with sshd were due to sshd reassigning > > `environ' when setenv() thinks it owns it. setenv() subsequently > > realloc()s the new version of environ and *boom* > > Uhm, Brian ? Could you please remove EXTRA_SANITY in malloc.c again ? *GASP*..... sh*t ! Thanks. > -- > 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. -- 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 Sep 19 23:41:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7551F37B43C; Tue, 19 Sep 2000 23:41:23 -0700 (PDT) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA73521; Tue, 19 Sep 2000 23:41:23 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Message-Id: <200009200641.XAA73521@freefall.freebsd.org> From: Joseph Koshy Date: Tue, 19 Sep 2000 23:41:23 -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/09/19 23:41:23 PDT Modified files: en/news press.sgml Log: Added O'ReillyNet article on BSD MFS. Added userfriendly.org comics referring to FreeBSD. Submitted by: Stan Schwarz Revision Changes Path 1.161 +31 -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 Tue Sep 19 23:42:37 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 157BA37B424; Tue, 19 Sep 2000 23:42:32 -0700 (PDT) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.11.0/8.11.0) with ESMTP id e8K6gnv58094; Wed, 20 Sep 2000 07:42:49 +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.11.0/8.11.0) with ESMTP id e8K6fBs13675; Wed, 20 Sep 2000 07:41:11 +0100 (BST) (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <200009200641.e8K6fBs13675@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@Awfulhak.org Subject: Re: cvs commit: src/etc/periodic/daily 100.clean-disks 110.clean-tmps 120.clean-preserve 130.clean-msgs 140.clean-rwho 150.clean-hoststat 200.backup-passwd 210.backup-aliases 220.backup-distfile 300.calendar 310.accounting 320.rdist 330.news ... In-Reply-To: Message from "Jordan K. Hubbard" of "Tue, 19 Sep 2000 19:46:18 PDT." <200009200246.TAA27781@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 20 Sep 2000 07:41:11 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks. src/share/man/man5/periodic.conf.5 and src/usr.sbin/periodic need merging too :-) > jkh 2000/09/19 19:46:18 PDT > > Modified files: (Branch: RELENG_4) > etc/periodic/daily 100.clean-disks 110.clean-tmps > 120.clean-preserve 130.clean-msgs > 140.clean-rwho 150.clean-hoststat [.....] -- 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 Sep 19 23:52: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8502637B423; Tue, 19 Sep 2000 23:52:02 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA75590; Tue, 19 Sep 2000 23:52:02 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009200652.XAA75590@freefall.freebsd.org> From: Akinori MUSHA Date: Tue, 19 Sep 2000 23:52:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ruby-usersguide Makefile ports/lang/ruby-usersguide/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/09/19 23:52:02 PDT Modified files: lang/ruby-usersguide Makefile lang/ruby-usersguide/files md5 Log: Update md5. This should have been 20000918. :( Anyway there seem only some style fixes. Revision Changes Path 1.7 +2 -1 ports/lang/ruby-usersguide/Makefile 1.7 +1 -1 ports/lang/ruby-usersguide/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 Sep 20 0: 0:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A6B2437B422; Wed, 20 Sep 2000 00:00:26 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA76806; Wed, 20 Sep 2000 00:00:26 -0700 (PDT) (envelope-from sos@FreeBSD.org) Message-Id: <200009200700.AAA76806@freefall.freebsd.org> From: Søren Schmidt Date: Wed, 20 Sep 2000 00:00:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-disk.c ata-dma.c atapi-all.c atapi-cd.c atapi-fd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2000/09/20 00:00:25 PDT Modified files: sys/dev/ata ata-all.c ata-disk.c ata-dma.c atapi-all.c atapi-cd.c atapi-fd.c Log: Remove unneeded includes Pointed out by: phk Revision Changes Path 1.69 +1 -3 src/sys/dev/ata/ata-all.c 1.77 +1 -4 src/sys/dev/ata/ata-disk.c 1.45 +2 -3 src/sys/dev/ata/ata-dma.c 1.54 +3 -3 src/sys/dev/ata/atapi-all.c 1.66 +1 -2 src/sys/dev/ata/atapi-cd.c 1.53 +1 -2 src/sys/dev/ata/atapi-fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 0: 5:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B5E0737B422; Wed, 20 Sep 2000 00:05:45 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA79404; Wed, 20 Sep 2000 00:05:45 -0700 (PDT) (envelope-from sos@FreeBSD.org) Message-Id: <200009200705.AAA79404@freefall.freebsd.org> From: Søren Schmidt Date: Wed, 20 Sep 2000 00:05:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcisupport.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2000/09/20 00:05:45 PDT Modified files: sys/pci pcisupport.c Log: Clean up the VIA id's a bit and add the K[TX]133 chipsets Revision Changes Path 1.171 +13 -8 src/sys/pci/pcisupport.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 0: 9:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 479BE37B424; Wed, 20 Sep 2000 00:09:46 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA80006; Wed, 20 Sep 2000 00:09:46 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009200709.AAA80006@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 20 Sep 2000 00:09:46 -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/09/20 00:09:46 PDT Modified files: . modules Log: Add rxvt-devel --> ports/x11/rxvt-devel (repo-copied from ports/x11/rvxt). Revision Changes Path 1.1738 +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 Sep 20 0:16:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BCFE737B424; Wed, 20 Sep 2000 00:16:53 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA81086; Wed, 20 Sep 2000 00:16:53 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009200716.AAA81086@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 20 Sep 2000 00:16:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/sdl_image Makefile ports/graphics/sdl_image/files md5 ports/graphics/sdl_image/patches patch-aa patch-ab ports/graphics/sdl_image/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/20 00:16:53 PDT Modified files: graphics Makefile Added files: graphics/sdl_image Makefile graphics/sdl_image/files md5 graphics/sdl_image/patches patch-aa patch-ab graphics/sdl_image/pkg COMMENT DESCR PLIST Log: Add sdl_image - a simple library to load images of various formats as SDL surfaces. Revision Changes Path 1.220 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 0:17:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41D3337B423; Wed, 20 Sep 2000 00:17:13 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA81165; Wed, 20 Sep 2000 00:17:13 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009200717.AAA81165@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 20 Sep 2000 00: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 sobomax 2000/09/20 00:17:13 PDT Modified files: . modules Log: sdl_image --> ports/graphics/sdl_image Revision Changes Path 1.1739 +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 Sep 20 1:51:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C0AB37B424; Wed, 20 Sep 2000 01:51:24 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA94258; Wed, 20 Sep 2000 01:51:24 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009200851.BAA94258@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 20 Sep 2000 01:51:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 periodic.conf.5 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/20 01:51:23 PDT Modified files: (Branch: RELENG_4) share/man/man5 periodic.conf.5 Log: MFC: document changes to periodic Revision Changes Path 1.8.2.4 +78 -6 src/share/man/man5/periodic.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 1:52:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA4AE37B43C; Wed, 20 Sep 2000 01:52:10 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA94409; Wed, 20 Sep 2000 01:52:10 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009200852.BAA94409@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 20 Sep 2000 01:52:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/periodic periodic.8 periodic.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/20 01:52:10 PDT Modified files: (Branch: RELENG_4) usr.sbin/periodic periodic.8 periodic.sh Log: MFC: syncronize periodic with new knobs in work scripts Revision Changes Path 1.11.2.2 +114 -20 src/usr.sbin/periodic/periodic.8 1.9.2.4 +65 -32 src/usr.sbin/periodic/periodic.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 1:53:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C0CB37B424; Wed, 20 Sep 2000 01:53:56 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA94690; Wed, 20 Sep 2000 01:53:56 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009200853.BAA94690@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 20 Sep 2000 01:53:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/delete main.c src/usr.sbin/pkg_install/info main.c src/usr.sbin/pkg_install/lib file.c lib.h plist.c src/usr.sbin/pkg_install/version pkg_version.1 pkg_version.pl X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/20 01:53:56 PDT Modified files: (Branch: RELENG_4) usr.sbin/pkg_install/delete main.c usr.sbin/pkg_install/info main.c usr.sbin/pkg_install/lib file.c lib.h plist.c usr.sbin/pkg_install/version pkg_version.1 pkg_version.pl Log: MFC: proper parsing of package names, spelling fixes, updates Revision Changes Path 1.17.2.2 +14 -19 src/usr.sbin/pkg_install/delete/main.c 1.22.2.2 +15 -25 src/usr.sbin/pkg_install/info/main.c 1.40.2.3 +22 -5 src/usr.sbin/pkg_install/lib/file.c 1.29.2.2 +2 -1 src/usr.sbin/pkg_install/lib/lib.h 1.29.2.1 +3 -3 src/usr.sbin/pkg_install/lib/plist.c 1.5.2.3 +15 -6 src/usr.sbin/pkg_install/version/pkg_version.1 1.4.2.4 +3 -3 src/usr.sbin/pkg_install/version/pkg_version.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 2: 8: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 14E6737B422; Wed, 20 Sep 2000 02:07:58 -0700 (PDT) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA98451; Wed, 20 Sep 2000 02:07:58 -0700 (PDT) (envelope-from taoka@FreeBSD.org) Message-Id: <200009200907.CAA98451@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 20 Sep 2000 02:07:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/onew-canna+wnn6/pkg PLIST ports/japanese/onew-wnn6/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG taoka 2000/09/20 02:07:57 PDT Modified files: japanese/onew-canna+wnn6/pkg PLIST japanese/onew-wnn6/pkg PLIST Log: Fixed to remove extra directories after pkg_delete Obtained from: bento Revision Changes Path 1.2 +2 -0 ports/japanese/onew-canna+wnn6/pkg/PLIST 1.2 +2 -0 ports/japanese/onew-wnn6/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 Sep 20 2:10: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0885837B424; Wed, 20 Sep 2000 02:09:58 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA99145; Wed, 20 Sep 2000 02:09:58 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009200909.CAA99145@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 20 Sep 2000 02:09:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/festlex-cmu Makefile ports/audio/festlex-oald Makefile ports/audio/festlex-ogi Makefile ports/audio/festlex-poslex Makefile ports/audio/festvox-abc Makefile ports/audio/festvox-don Makefile ports/audio/festvox-el11 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/20 02:09:57 PDT Modified files: audio/festlex-cmu Makefile audio/festlex-oald Makefile audio/festlex-ogi Makefile audio/festlex-poslex Makefile audio/festvox-abc Makefile audio/festvox-don Makefile audio/festvox-el11 Makefile audio/festvox-hvs Makefile audio/festvox-jph Makefile audio/festvox-kal16 Makefile audio/festvox-kal8 Makefile audio/festvox-ked16 Makefile audio/festvox-ked8 Makefile audio/festvox-mwm Makefile audio/festvox-ogirab Makefile audio/festvox-rab16 Makefile audio/festvox-rab8 Makefile audio/festvox-tll Makefile Log: Use fullpaths (prepend "${.CURDIR}") in dependency dirs instead of relative paths. This is necessary for INDEX generation to work. Change PORTNAME of festvox_{abc,don} to fostvox-{abc,don} for consistency with other ports and port directory names. Approved by: maintainer Revision Changes Path 1.2 +2 -2 ports/audio/festlex-cmu/Makefile 1.2 +2 -2 ports/audio/festlex-oald/Makefile 1.2 +3 -3 ports/audio/festlex-ogi/Makefile 1.2 +2 -2 ports/audio/festlex-poslex/Makefile 1.2 +5 -5 ports/audio/festvox-abc/Makefile 1.2 +5 -5 ports/audio/festvox-don/Makefile 1.2 +2 -2 ports/audio/festvox-el11/Makefile 1.2 +5 -5 ports/audio/festvox-hvs/Makefile 1.2 +4 -4 ports/audio/festvox-jph/Makefile 1.2 +4 -4 ports/audio/festvox-kal16/Makefile 1.2 +4 -4 ports/audio/festvox-kal8/Makefile 1.2 +4 -4 ports/audio/festvox-ked16/Makefile 1.2 +4 -4 ports/audio/festvox-ked8/Makefile 1.2 +4 -4 ports/audio/festvox-mwm/Makefile 1.2 +3 -3 ports/audio/festvox-ogirab/Makefile 1.2 +4 -4 ports/audio/festvox-rab16/Makefile 1.2 +4 -4 ports/audio/festvox-rab8/Makefile 1.2 +3 -3 ports/audio/festvox-tll/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 2:34:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D75637B422; Wed, 20 Sep 2000 02:34:51 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA03728; Wed, 20 Sep 2000 02:34:51 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009200934.CAA03728@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 20 Sep 2000 02:34:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/libpam Makefile src/lib/libpam/modules Makefile src/lib/libpam/modules/pam_cleartext_pass_ok Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/20 02:34:50 PDT Modified files: (Branch: RELENG_4) lib/libpam/libpam Makefile lib/libpam/modules Makefile lib/libpam/modules/pam_cleartext_pass_ok Makefile Log: MFC: provide an opie module for pam. Revision Changes Path 1.12.2.1 +2 -1 src/lib/libpam/libpam/Makefile 1.8.2.1 +2 -1 src/lib/libpam/modules/Makefile 1.2.6.1 +3 -3 src/lib/libpam/modules/pam_cleartext_pass_ok/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 2:37:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB18137B422; Wed, 20 Sep 2000 02:37:48 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA04262; Wed, 20 Sep 2000 02:37:48 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009200937.CAA04262@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 20 Sep 2000 02:37:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys mmap.2 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/20 02:37:48 PDT Modified files: (Branch: RELENG_4) lib/libc/sys mmap.2 Log: MFC: correct xref Revision Changes Path 1.22.2.3 +2 -2 src/lib/libc/sys/mmap.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 2:49:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 43FB837B422; Wed, 20 Sep 2000 02:49:19 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA06031; Wed, 20 Sep 2000 02:49:19 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009200949.CAA06031@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 20 Sep 2000 02:49:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libradius radlib.c src/lib/libss help.c pager.c src/lib/libstand if_ether.h stand.h src/lib/libtacplus taclib.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/20 02:49:18 PDT Modified files: (Branch: RELENG_4) lib/libradius radlib.c lib/libss help.c pager.c lib/libstand if_ether.h stand.h lib/libtacplus taclib.c Log: MFC: parser fixes to radius and tacplus, add $FreeBSD$s, cosmetic tweaks Revision Changes Path 1.4.2.1 +5 -4 src/lib/libradius/radlib.c 1.5.6.1 +3 -2 src/lib/libss/help.c 1.3.8.1 +3 -1 src/lib/libss/pager.c 1.1.1.1.6.1 +2 -0 src/lib/libstand/if_ether.h 1.18.2.4 +1 -2 src/lib/libstand/stand.h 1.2.2.1 +5 -4 src/lib/libtacplus/taclib.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 2:53:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 71BB637B422; Wed, 20 Sep 2000 02:53:24 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA06719; Wed, 20 Sep 2000 02:53:24 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009200953.CAA06719@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 20 Sep 2000 02:53:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil libutil.h login.conf.5 logout.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/20 02:53:24 PDT Modified files: (Branch: RELENG_4) lib/libutil libutil.h login.conf.5 logout.c Log: MFC: fix prototypes, add xref in man page Revision Changes Path 1.26.2.2 +2 -2 src/lib/libutil/libutil.h 1.22.2.3 +2 -1 src/lib/libutil/login.conf.5 1.6.2.1 +2 -2 src/lib/libutil/logout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 2:54:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B5E3C37B422; Wed, 20 Sep 2000 02:54:16 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA06847; Wed, 20 Sep 2000 02:54:16 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009200954.CAA06847@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 20 Sep 2000 02:54:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil logout.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/20 02:54:16 PDT Modified files: (Branch: RELENG_4) lib/libutil logout.c Log: MFC: remove gratuitous register reference Revision Changes Path 1.6.2.2 +2 -2 src/lib/libutil/logout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 2:55:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 03CB137B423; Wed, 20 Sep 2000 02:55:35 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA07146; Wed, 20 Sep 2000 02:55:35 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009200955.CAA07146@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 20 Sep 2000 02:55:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/bootpd report.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/20 02:55:34 PDT Modified files: (Branch: RELENG_4) libexec/bootpd report.c Log: MFC: get at errno properly. Revision Changes Path 1.2.6.1 +4 -3 src/libexec/bootpd/report.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 2:58: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 715C137B424; Wed, 20 Sep 2000 02:57:58 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA07445; Wed, 20 Sep 2000 02:57:58 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009200957.CAA07445@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 20 Sep 2000 02:57:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpd.c popen.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/20 02:57:58 PDT Modified files: (Branch: RELENG_4) libexec/ftpd ftpd.c popen.c Log: MFC: Honour skey.access(5) by allowing UNIX passwords when skeyaccess(3) has set pwok to a non-zero value. Eliminate gratuitous extern. Revision Changes Path 1.62.2.5 +11 -5 src/libexec/ftpd/ftpd.c 1.18.2.1 +1 -2 src/libexec/ftpd/popen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 3:28:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 49AB837B423; Wed, 20 Sep 2000 03:28:53 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA12185; Wed, 20 Sep 2000 03:28:53 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009201028.DAA12185@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 20 Sep 2000 03:28:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_fpathconf.c Makefile.inc pthread_private.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/20 03:28:53 PDT Modified files: (Branch: RELENG_4) lib/libc_r/uthread Makefile.inc pthread_private.h Added files: (Branch: RELENG_4) lib/libc_r/uthread uthread_fpathconf.c Log: MFC: Add wrapper for fpathconf(2) syscall. Reviewed by: jlemon Approved by: jkh (MFC) Revision Changes Path 1.23.2.3 +2 -1 src/lib/libc_r/uthread/Makefile.inc 1.36.2.6 +2 -1 src/lib/libc_r/uthread/pthread_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 4:20: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 30A4037B423; Wed, 20 Sep 2000 04:19:56 -0700 (PDT) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA21910; Wed, 20 Sep 2000 04:19:56 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <200009201119.EAA21910@freefall.freebsd.org> From: Brian Feldman Date: Wed, 20 Sep 2000 04:19:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include unistd.h src/lib/libcrypt Makefile crypt.3 crypt.c crypt.h src/lib/libutil login_crypt.c Makefile login_cap.3 login_cap.h src/secure/lib/libcrypt Makefile src/usr.sbin/pw Makefile pw_user.c src/usr.bin/passwd local_passwd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/09/20 04:19:56 PDT Modified files: (Branch: RELENG_4) include unistd.h lib/libcrypt Makefile crypt.3 crypt.c crypt.h lib/libutil Makefile login_cap.3 login_cap.h secure/lib/libcrypt Makefile usr.sbin/pw Makefile pw_user.c usr.bin/passwd local_passwd.c Added files: (Branch: RELENG_4) lib/libutil login_crypt.c Log: MFC: login.conf password format switching Revision Changes Path 1.35.2.3 +3 -1 src/include/unistd.h 1.24.2.1 +2 -1 src/lib/libcrypt/Makefile 1.6.2.3 +44 -9 src/lib/libcrypt/crypt.3 1.14.2.1 +54 -9 src/lib/libcrypt/crypt.c 1.4.2.1 +1 -2 src/lib/libcrypt/crypt.h 1.33.2.2 +5 -3 src/lib/libutil/Makefile 1.17.2.2 +22 -2 src/lib/libutil/login_cap.3 1.3.2.1 +2 -1 src/lib/libutil/login_cap.h 1.26.2.1 +2 -1 src/secure/lib/libcrypt/Makefile 1.11.2.1 +3 -3 src/usr.sbin/pw/Makefile 1.34.2.7 +21 -2 src/usr.sbin/pw/pw_user.c 1.24.2.1 +13 -16 src/usr.bin/passwd/local_passwd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 4:21:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6525B37B423; Wed, 20 Sep 2000 04:21:35 -0700 (PDT) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA22224; Wed, 20 Sep 2000 04:21:35 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <200009201121.EAA22224@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Wed, 20 Sep 2000 04:21:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/wml Makefile ports/www/wml/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rse 2000/09/20 04:21:35 PDT Modified files: www/wml Makefile www/wml/files md5 Log: Upgrade to Website META Language (WML), Version 2.0.4 Revision Changes Path 1.37 +2 -2 ports/www/wml/Makefile 1.27 +1 -1 ports/www/wml/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 Sep 20 4:37:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB1AD37B422; Wed, 20 Sep 2000 04:37:28 -0700 (PDT) Received: (from eivind@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA24014; Wed, 20 Sep 2000 04:37:28 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Message-Id: <200009201137.EAA24014@freefall.freebsd.org> From: Eivind Eklund Date: Wed, 20 Sep 2000 04:37:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/cdiff Makefile ports/textproc/cdiff/pkg COMMENT DESCR PLIST ports/textproc/cdiff/src cdiff.1 cdiff.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG eivind 2000/09/20 04:37:28 PDT Modified files: textproc Makefile Added files: textproc/cdiff Makefile textproc/cdiff/pkg COMMENT DESCR PLIST textproc/cdiff/src cdiff.1 cdiff.sh Log: Colorizing diff viewing tool Revision Changes Path 1.111 +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 Wed Sep 20 4:37:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3184937B422; Wed, 20 Sep 2000 04:37:39 -0700 (PDT) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA24050; Wed, 20 Sep 2000 04:37:39 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200009201137.EAA24050@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 20 Sep 2000 04:37:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/faithd ftp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/09/20 04:37:39 PDT Modified files: (Branch: RELENG_4) usr.sbin/faithd ftp.c Log: MFC 1.3 -> 1.4: cope with the following reply on PASV (without paren). need more tests. 227 Entering Passive Mode x,x,x,x,x,x,x Revision Changes Path 1.2.2.2 +9 -5 src/usr.sbin/faithd/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 Sep 20 4:39: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 86DED37B422; Wed, 20 Sep 2000 04:38:59 -0700 (PDT) Received: (from eivind@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA24250; Wed, 20 Sep 2000 04:38:59 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Message-Id: <200009201138.EAA24250@freefall.freebsd.org> From: Eivind Eklund Date: Wed, 20 Sep 2000 04:38:59 -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 eivind 2000/09/20 04:38:59 PDT Modified files: . modules Log: cdiff -> ports/textproc/cdiff Revision Changes Path 1.1740 +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 Sep 20 4:56:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC25E37B423; Wed, 20 Sep 2000 04:56:50 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA27116; Wed, 20 Sep 2000 04:56:50 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <200009201156.EAA27116@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 20 Sep 2000 04:56:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/heimdal Makefile ports/security/heimdal/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nectar 2000/09/20 04:56:50 PDT Modified files: security/heimdal Makefile security/heimdal/files md5 Log: Update 0.3b -> 0.3c Revision Changes Path 1.21 +2 -2 ports/security/heimdal/Makefile 1.11 +1 -1 ports/security/heimdal/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 Sep 20 5:21:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 26AD237B422; Wed, 20 Sep 2000 05:21:21 -0700 (PDT) Received: (from truckman@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA32604; Wed, 20 Sep 2000 05:21:21 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200009201221.FAA32604@freefall.freebsd.org> From: Don Lewis Date: Wed, 20 Sep 2000 05:21:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_syscalls.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG truckman 2000/09/20 05:21:21 PDT Modified files: (Branch: RELENG_4) sys/kern vfs_syscalls.c Log: MFC: 1.163 access() shouldn't diddle with the contents of a potentially shared crediential. Create a temporary copy of the current credential and modify the copy. Submitted by: tegge Revision Changes Path 1.151.2.5 +15 -9 src/sys/kern/vfs_syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 5:52:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 67D6337B423; Wed, 20 Sep 2000 05:52:25 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA38598; Wed, 20 Sep 2000 05:52:25 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200009201252.FAA38598@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 20 Sep 2000 05:52:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/porteasy/src porteasy.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/09/20 05:52:24 PDT Modified files: misc/porteasy/src porteasy.8 Log: Style and mdoc fixes. Submitted by: sheldonh Revision Changes Path 1.2 +39 -28 ports/misc/porteasy/src/porteasy.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 6:42: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3898F37B424; Wed, 20 Sep 2000 06:42:01 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA79064; Wed, 20 Sep 2000 06:42:01 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009201342.GAA79064@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 20 Sep 2000 06:42:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/lib file.c lib.h plist.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/20 06:42:01 PDT Modified files: (Branch: RELENG_3) usr.sbin/pkg_install/lib file.c lib.h plist.c Log: MFC: Fix handling of symlinks pointing to a directory. Revision Changes Path 1.35.2.9 +23 -6 src/usr.sbin/pkg_install/lib/file.c 1.27.2.5 +2 -1 src/usr.sbin/pkg_install/lib/lib.h 1.27.2.3 +3 -3 src/usr.sbin/pkg_install/lib/plist.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 7:11:19 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 25DB937B422; Wed, 20 Sep 2000 07:11:14 -0700 (PDT) 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 KAA62388; Wed, 20 Sep 2000 10:11:13 -0400 (EDT) (envelope-from robert@fledge.watson.org) Date: Wed, 20 Sep 2000 10:11:12 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Don Lewis Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_syscalls.c In-Reply-To: <200009201221.FAA32604@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 Cool -- I just noticed that code yesterday and intended to take a look at fixing it. Especially in SMPng-land, that kind of arrangement is scary. BTW, at some point we're going to need to figure out locking/etc for process structures. Right now shared credentials save around 76 bytes per process structure, and additional space due to references in sockets, open file records, struct buf (?), sockets, et al. I've been wondering what the effective cost of moving to an unshared credential model might be, or to a semi-shared model. By semi-shared, I mean something on the order of what SGI/IRIX does -- credentials are only shared by entities which by definition have the same credential (userland threads mapped into multiple kernel processes, et al). In a realm with locking, credentials might become contentious as they are accessed frequently during syscalls. In particular, if we move to a model where elements of the credentials are independently refcounted (i.e., uidinfo might be scoped by jail() and refcounted), it would simplify the model substantially. I should probably run some statistics and see if it substantially hurts or not, especially with lots of open files. 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 On Wed, 20 Sep 2000, Don Lewis wrote: > truckman 2000/09/20 05:21:21 PDT > > Modified files: (Branch: RELENG_4) > sys/kern vfs_syscalls.c > Log: > MFC: 1.163 > > access() shouldn't diddle with the contents of a potentially shared > crediential. Create a temporary copy of the current credential and > modify the copy. > > Submitted by: tegge > > Revision Changes Path > 1.151.2.5 +15 -9 src/sys/kern/vfs_syscalls.c > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 7:22:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C6FA937B422; Wed, 20 Sep 2000 07:22:16 -0700 (PDT) Received: (from patrick@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA30291; Wed, 20 Sep 2000 07:22:16 -0700 (PDT) (envelope-from patrick@FreeBSD.org) Message-Id: <200009201422.HAA30291@freefall.freebsd.org> From: "Patrick S. Gardella" Date: Wed, 20 Sep 2000 07:22:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/flwm Makefile ports/x11-wm/flwm/files md5 ports/x11-wm/flwm/patches patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG patrick 2000/09/20 07:22:16 PDT Modified files: x11-wm/flwm Makefile x11-wm/flwm/files md5 x11-wm/flwm/patches patch-aa patch-ab Log: Update port to flwm 1.0 Reviewed by: dima Approved by: dima Revision Changes Path 1.10 +2 -2 ports/x11-wm/flwm/Makefile 1.6 +1 -1 ports/x11-wm/flwm/files/md5 1.2 +2 -2 ports/x11-wm/flwm/patches/patch-aa 1.2 +20 -8 ports/x11-wm/flwm/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 Wed Sep 20 7:25:29 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 937BA37B423 for ; Wed, 20 Sep 2000 07:25:21 -0700 (PDT) Received: (qmail 27288 invoked from network); 20 Sep 2000 14:25:13 -0000 Received: from unknown (HELO bde.zeta.org.au) (203.2.228.102) by gidora.zeta.org.au with SMTP; 20 Sep 2000 14:25:13 -0000 Date: Thu, 21 Sep 2000 01:25:09 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Matthew Jacob Cc: Peter Wemm , Doug Rabson , "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_bus.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 Tue, 19 Sep 2000, Matthew Jacob wrote: > It's more a matter of what should a standalone executive program assume about > an environment. In my opinion, it's safer to not assume bss clearing by your > loader. IMO, the kernel shouldn't assume anything about the environment except whatever is needed to bootstrap (the pc initialized to put to boot code in the kernel, and the stack initialized or interrupts disabled). The loader shouldn't know anything about executable formats. It should loader should copy a file from the disk and jump to the appropriate entry point. > > > I'll second this. > > > > Well, on the x86 we clear it twice, once in loader and once in locore. I > > thought it was redundant on the x86 since I thought the new boot2 cleared > > the extended ELF segment sizes. We do not support a.out kernels anymore > > so the old bootblocks are not an issue. (the old gas-1.9x cannot assemble > > the .s files). I use the old bootblocks + elf support from boot2. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 7:54:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E27637B424; Wed, 20 Sep 2000 07:54:26 -0700 (PDT) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA38648; Wed, 20 Sep 2000 07:54:26 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200009201454.HAA38648@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Wed, 20 Sep 2000 07:54:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/09/20 07:54:22 PDT Modified files: usr.sbin/pccard/pccardd cardd.c Log: fix previous PIOCSRESOURCE code in assign_card_index Revision Changes Path 1.58 +11 -8 src/usr.sbin/pccard/pccardd/cardd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 8:36: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F38C37B422; Wed, 20 Sep 2000 08:36:06 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA51400; Wed, 20 Sep 2000 08:36:06 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009201536.IAA51400@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 20 Sep 2000 08:36:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/guilib Makefile ports/graphics/guilib/files md5 ports/graphics/guilib/patches patch-aa ports/graphics/guilib/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/20 08:36:06 PDT Modified files: graphics Makefile Added files: graphics/guilib Makefile graphics/guilib/files md5 graphics/guilib/patches patch-aa graphics/guilib/pkg COMMENT DESCR PLIST Log: Add guilib - a very simple GUI framework for use with SDL. Now we have a GUI for console (SDL_VIDEODRIVER=svgalib) ;). Revision Changes Path 1.221 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 8:36:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1000637B422; Wed, 20 Sep 2000 08:36:32 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA51577; Wed, 20 Sep 2000 08:36:31 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009201536.IAA51577@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 20 Sep 2000 08:36:31 -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/09/20 08:36:31 PDT Modified files: . modules Log: guilib --> ports/graphics/guilib Revision Changes Path 1.1741 +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 Sep 20 8:52:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7ECCA37B424; Wed, 20 Sep 2000 08:52:40 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA57500; Wed, 20 Sep 2000 08:52:40 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009201552.IAA57500@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 20 Sep 2000 08:52:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/sdl_net Makefile ports/net/sdl_net/files md5 ports/net/sdl_net/patches patch-aa patch-ab ports/net/sdl_net/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/20 08:52:40 PDT Modified files: net Makefile Added files: net/sdl_net Makefile net/sdl_net/files md5 net/sdl_net/patches patch-aa patch-ab net/sdl_net/pkg COMMENT DESCR PLIST Log: Add sdl_net - a small sample cross-platform networking library. Revision Changes Path 1.406 +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 Sep 20 8:53: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 393D137B422; Wed, 20 Sep 2000 08:53:01 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA57672; Wed, 20 Sep 2000 08:53:01 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009201553.IAA57672@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 20 Sep 2000 08:53:00 -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/09/20 08:53:00 PDT Modified files: . modules Log: sdl_net --> ports/net/sdl_net Revision Changes Path 1.1742 +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 Sep 20 8:54:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33E0C37B424; Wed, 20 Sep 2000 08:54:45 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA58499; Wed, 20 Sep 2000 08:54:45 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200009201554.IAA58499@freefall.freebsd.org> From: John Polstra Date: Wed, 20 Sep 2000 08:54:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpi acpi.h acpi_powerres.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/09/20 08:54:45 PDT Modified files: sys/dev/acpi acpi.h acpi_powerres.c Log: Null commit to force an update after clearing the "-ko" keyword expansion, which somehow accidentally became set. Revision Changes Path 1.5 +1 -1 src/sys/dev/acpi/acpi.h 1.4 +1 -1 src/sys/dev/acpi/acpi_powerres.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 8:59:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7264B37B422; Wed, 20 Sep 2000 08:59:35 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA60424; Wed, 20 Sep 2000 08:59:35 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200009201559.IAA60424@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 20 Sep 2000 08:59:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac hyphen.us-ru X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/09/20 08:59:35 PDT Removed files: (Branch: RELENG_4) contrib/groff/tmac hyphen.us-ru Log: MFC: this file was repo-copied to the locale/ subdirectory. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 9: 1:48 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 B9FD037B423; Wed, 20 Sep 2000 09:01:44 -0700 (PDT) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id IAA04859; Wed, 20 Sep 2000 08:57:49 -0700 Date: Wed, 20 Sep 2000 08:54:38 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Bruce Evans Cc: Peter Wemm , Doug Rabson , "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_bus.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 Thu, 21 Sep 2000, Bruce Evans wrote: > On Tue, 19 Sep 2000, Matthew Jacob wrote: > > > It's more a matter of what should a standalone executive program assume about > > an environment. In my opinion, it's safer to not assume bss clearing by your > > loader. > > IMO, the kernel shouldn't assume anything about the environment except > whatever is needed to bootstrap (the pc initialized to put to boot > code in the kernel, and the stack initialized or interrupts disabled). > The loader shouldn't know anything about executable formats. It should > loader should copy a file from the disk and jump to the appropriate entry > point. We're outnumbered here, Bruce. The young turks have pulled a foolish MicroSoft like move on us. We'd better hang it up......:-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 9:17:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F46B37B422; Wed, 20 Sep 2000 09:17:39 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA69403; Wed, 20 Sep 2000 09:17:39 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009201617.JAA69403@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 20 Sep 2000 09:17:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/sdl_ttf Makefile ports/graphics/sdl_ttf/files md5 ports/graphics/sdl_ttf/patches patch-aa patch-ab ports/graphics/sdl_ttf/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/20 09:17:38 PDT Modified files: graphics Makefile Added files: graphics/sdl_ttf Makefile graphics/sdl_ttf/files md5 graphics/sdl_ttf/patches patch-aa patch-ab graphics/sdl_ttf/pkg COMMENT DESCR PLIST Log: Add sdl_ttf - a library to use TrueType fonts to render text in SDL applications. Revision Changes Path 1.222 +2 -1 ports/graphics/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 9:18: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F05BC37B422; Wed, 20 Sep 2000 09:17:58 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA69501; Wed, 20 Sep 2000 09:17:58 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009201617.JAA69501@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 20 Sep 2000 09:17:58 -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/09/20 09:17:58 PDT Modified files: . modules Log: sdl_ttf --> ports/graphics/sdl_ttf Revision Changes Path 1.1743 +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 Sep 20 9:38:38 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 7E1D137B422; Wed, 20 Sep 2000 09:38:33 -0700 (PDT) Received: from billy-club.village.org (billy-club.village.org [10.0.0.3]) by rover.village.org (8.9.3/8.9.3) with ESMTP id KAA00730; Wed, 20 Sep 2000 10:38:30 -0600 (MDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (localhost [127.0.0.1]) by billy-club.village.org (8.11.0/8.8.3) with ESMTP id e8KGcZG16646; Wed, 20 Sep 2000 10:38:35 -0600 (MDT) Message-Id: <200009201638.e8KGcZG16646@billy-club.village.org> To: mjacob@feral.com Subject: Re: cvs commit: src/sys/kern subr_bus.c Cc: Bruce Evans , Peter Wemm , Doug Rabson , "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Wed, 20 Sep 2000 08:54:38 PDT." References: Date: Wed, 20 Sep 2000 10:38:35 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message Matthew Jacob writes: : > IMO, the kernel shouldn't assume anything about the environment except : > whatever is needed to bootstrap (the pc initialized to put to boot : > code in the kernel, and the stack initialized or interrupts disabled). : > The loader shouldn't know anything about executable formats. It should : > loader should copy a file from the disk and jump to the appropriate entry : > point. : : We're outnumbered here, Bruce. The young turks have pulled a foolish MicroSoft : like move on us. We'd better hang it up......:-) Since you and Bruce have been arguing the same things I would, I've been keeping out of this. If you are looking for a "silent majority" :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 9:44: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 64CB637B423; Wed, 20 Sep 2000 09:44:00 -0700 (PDT) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA78000; Wed, 20 Sep 2000 09:44:00 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <200009201644.JAA78000@freefall.freebsd.org> From: Kenneth Merry Date: Wed, 20 Sep 2000 09:44:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol camcontrol.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ken 2000/09/20 09:44:00 PDT Modified files: (Branch: RELENG_4) sbin/camcontrol camcontrol.c Log: MFC, rev 1.31: Adjust 'camcontrol negotiate -v' so it prints out the initiator ID from the Path Inquiry CCB. Revision Changes Path 1.21.2.8 +3 -1 src/sbin/camcontrol/camcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 9:56: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 8F99737B423; Wed, 20 Sep 2000 09:56:40 -0700 (PDT) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id JAA05210; Wed, 20 Sep 2000 09:56:40 -0700 Date: Wed, 20 Sep 2000 09:53:29 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Kenneth Merry Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/camcontrol camcontrol.c In-Reply-To: <200009201644.JAA78000@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 And the crowd goes wild! > ken 2000/09/20 09:44:00 PDT > > Modified files: (Branch: RELENG_4) > sbin/camcontrol camcontrol.c > Log: > MFC, rev 1.31: > Adjust 'camcontrol negotiate -v' so it prints out the initiator ID from the > Path Inquiry CCB. > > Revision Changes Path > 1.21.2.8 +3 -1 src/sbin/camcontrol/camcontrol.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 10: 2:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D625D37B424; Wed, 20 Sep 2000 10:02:16 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA82710; Wed, 20 Sep 2000 10:02:16 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200009201702.KAA82710@freefall.freebsd.org> From: Bill Paul Date: Wed, 20 Sep 2000 10:02:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mii miidevs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/09/20 10:02:16 PDT Modified files: sys/dev/mii miidevs Log: Add the ID for the built-in homePNA PHY in the AMD 79C798 controller. Revision Changes Path 1.7 +2 -1 src/sys/dev/mii/miidevs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 10: 2:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1374537B422; Wed, 20 Sep 2000 10:02:33 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA82787; Wed, 20 Sep 2000 10:02:33 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200009201702.KAA82787@freefall.freebsd.org> From: Bill Paul Date: Wed, 20 Sep 2000 10:02:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mii miidevs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/09/20 10:02:33 PDT Modified files: sys/dev/mii miidevs.h Log: regenerate Revision Changes Path 1.7 +3 -1 src/sys/dev/mii/miidevs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 10: 4:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D12537B422; Wed, 20 Sep 2000 10:04:31 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA83412; Wed, 20 Sep 2000 10:04:31 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200009201704.KAA83412@freefall.freebsd.org> From: Bill Paul Date: Wed, 20 Sep 2000 10:04:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/mii Makefile src/sys/conf files src/sys/dev/mii pnaphy.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/09/20 10:04:30 PDT Modified files: sys/modules/mii Makefile sys/conf files Added files: sys/dev/mii pnaphy.c Log: Add a homePNA PHY driver. This is really only a stub: MII-based homePNA PHYs tend to look like 10mbps PHYs with no autonegotiation. This allows us to display the proper media type and link status however. Revision Changes Path 1.15 +2 -2 src/sys/modules/mii/Makefile 1.412 +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 Sep 20 10: 6: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A6C237B422; Wed, 20 Sep 2000 10:05:57 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA85495; Wed, 20 Sep 2000 10:05:57 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009201705.KAA85495@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 20 Sep 2000 10:05:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators Makefile ports/emulators/dgen-sdl Makefile ports/emulators/dgen-sdl/files Makeflags md5 ports/emulators/dgen-sdl/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/20 10:05:56 PDT Modified files: emulators Makefile Added files: emulators/dgen-sdl Makefile emulators/dgen-sdl/files Makeflags md5 emulators/dgen-sdl/pkg COMMENT DESCR PLIST Log: Add dgen-sdl - a SDL version of wonderful Sega Genesis/MegaDrive emulator. Revision Changes Path 1.59 +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 Wed Sep 20 10: 6:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 18D3537B423; Wed, 20 Sep 2000 10:06:12 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA85642; Wed, 20 Sep 2000 10:06:12 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009201706.KAA85642@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 20 Sep 2000 10:06:12 -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/09/20 10:06:12 PDT Modified files: . modules Log: dgen-sdl --> ports/emulators/dgen-sdl Revision Changes Path 1.1744 +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 Sep 20 10:12:12 2000 Delivered-To: cvs-all@freebsd.org Received: from warning.follo.net (warning.follo.net [195.204.136.30]) by hub.freebsd.org (Postfix) with ESMTP id 5416E37B424; Wed, 20 Sep 2000 10:12:07 -0700 (PDT) Received: (from eivind@localhost) by warning.follo.net (8.9.3/8.9.3) id TAA28463; Wed, 20 Sep 2000 19:09:36 +0200 (CEST) Date: Wed, 20 Sep 2000 19:09:36 +0200 From: Eivind Eklund To: Warner Losh Cc: mjacob@feral.com, Bruce Evans , Peter Wemm , Doug Rabson , "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_bus.c Message-ID: <20000920190936.A27439@warning.follo.net> References: <200009201638.e8KGcZG16646@billy-club.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <200009201638.e8KGcZG16646@billy-club.village.org>; from imp@village.org on Wed, Sep 20, 2000 at 10:38:35AM -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Sep 20, 2000 at 10:38:35AM -0600, Warner Losh wrote: > In message Matthew Jacob writes: > : > IMO, the kernel shouldn't assume anything about the environment except > : > whatever is needed to bootstrap (the pc initialized to put to boot > : > code in the kernel, and the stack initialized or interrupts disabled). > : > The loader shouldn't know anything about executable formats. It should > : > loader should copy a file from the disk and jump to the appropriate entry > : > point. > : > : We're outnumbered here, Bruce. The young turks have pulled a foolish MicroSoft > : like move on us. We'd better hang it up......:-) > > Since you and Bruce have been arguing the same things I would, I've > been keeping out of this. If you are looking for a "silent majority" > :-) AOL. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 10:18:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FAD237B423; Wed, 20 Sep 2000 10:18:12 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA88512; Wed, 20 Sep 2000 10:18:12 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200009201718.KAA88512@freefall.freebsd.org> From: Robert Watson Date: Wed, 20 Sep 2000 10:18:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/09/20 10:18:12 PDT Modified files: sys/kern vfs_subr.c Log: o Add additional comment describing vaccess() behavior. Requested by: eivind Reviewed by: eivind, adrian Revision Changes Path 1.276 +8 -1 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 Wed Sep 20 10:24:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CEBF837B424; Wed, 20 Sep 2000 10:24:25 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA89776; Wed, 20 Sep 2000 10:24:25 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009201724.KAA89776@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 20 Sep 2000 10:24:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/clean-theme-gtk Makefile ports/x11-toolkits/clean-theme-gtk/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/20 10:24:25 PDT Modified files: x11-toolkits/clean-theme-gtk Makefile x11-toolkits/clean-theme-gtk/files md5 Log: Update to 0.4. Revision Changes Path 1.3 +2 -2 ports/x11-toolkits/clean-theme-gtk/Makefile 1.3 +1 -1 ports/x11-toolkits/clean-theme-gtk/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 Sep 20 10:30:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6A3437B42C; Wed, 20 Sep 2000 10:30:22 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA91122; Wed, 20 Sep 2000 10:30:22 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200009201730.KAA91122@freefall.freebsd.org> From: Bill Paul Date: Wed, 20 Sep 2000 10:30:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 pcn.4 Makefile src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC src/sys/modules Makefile src/sys/modules/pcn Makefile src/sys/conf files src/sys/pci if_pcn.c if_pcnreg.h src/release/sysinstall devices.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/09/20 10:30:22 PDT Modified files: share/man/man4 Makefile sys/alpha/conf GENERIC sys/i386/conf GENERIC sys/modules Makefile sys/conf files release/sysinstall devices.c Added files: share/man/man4 pcn.4 sys/modules/pcn Makefile sys/pci if_pcn.c if_pcnreg.h Log: Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters. Previously, these cards were supported by the lnc driver (and they still are, but the pcn driver will claim them first), which is fine except the lnc driver runs them in 16-bit LANCE compatibility mode. The pcn driver runs these chips in 32-bit mode and uses the RX alignment feature to achieve zero-copy receive. (Which puts it in the same class as the xl, fxp and tl chipsets.) This driver is also MI, so it will work on the x86 and alpha platforms. (The lnc driver is still needed to support non-PCI cards. At some point, I'll need to newbusify it so that it too will me MI.) The Am79c978 HomePNA adapter is also supported. Revision Changes Path 1.106 +2 -1 src/share/man/man4/Makefile 1.97 +2 -1 src/sys/alpha/conf/GENERIC 1.278 +2 -1 src/sys/i386/conf/GENERIC 1.139 +2 -2 src/sys/modules/Makefile 1.413 +2 -1 src/sys/conf/files 1.127 +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 Wed Sep 20 10:32:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D85B37B423; Wed, 20 Sep 2000 10:32:17 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA91603; Wed, 20 Sep 2000 10:32:17 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200009201732.KAA91603@freefall.freebsd.org> From: Bill Paul Date: Wed, 20 Sep 2000 10:32:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_pcn.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/09/20 10:32:17 PDT Modified files: sys/pci if_pcn.c Log: Remove one debug line that snuck in by accident. Revision Changes Path 1.2 +2 -3 src/sys/pci/if_pcn.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 11:13:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A38CA37B422; Wed, 20 Sep 2000 11:13:36 -0700 (PDT) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA03524; Wed, 20 Sep 2000 11:13:36 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200009201813.LAA03524@freefall.freebsd.org> From: Archie Cobbs Date: Wed, 20 Sep 2000 11:13:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/libi386 nullconsole.c Makefile bootinfo.c src/sys/boot/i386/loader conf.c main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/09/20 11:13:36 PDT Modified files: sys/boot/i386/libi386 Makefile bootinfo.c sys/boot/i386/loader conf.c main.c Added files: sys/boot/i386/libi386 nullconsole.c Log: Add support for the "nullconsole" console type, for systems with neither a video console nor a serial port. Use it if the RB_MUTE flag is set. Submitted by: Doug Ambrisko Reviewed by: jhb Revision Changes Path 1.19 +3 -2 src/sys/boot/i386/libi386/Makefile 1.27 +6 -1 src/sys/boot/i386/libi386/bootinfo.c 1.16 +3 -1 src/sys/boot/i386/loader/conf.c 1.23 +3 -1 src/sys/boot/i386/loader/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 11:16:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 106CD37B424; Wed, 20 Sep 2000 11:16:21 -0700 (PDT) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA04090; Wed, 20 Sep 2000 11:16:21 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200009201816.LAA04090@freefall.freebsd.org> From: Paul Saab Date: Wed, 20 Sep 2000 11:16:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand bootp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/09/20 11:16:20 PDT Modified files: lib/libstand bootp.c Log: IN_CLASS*() macros assume host order and s_addr is network byte order, so we must convert them to host order. Revision Changes Path 1.3 +3 -3 src/lib/libstand/bootp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 11:18:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1596037B422; Wed, 20 Sep 2000 11:18:23 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA04577; Wed, 20 Sep 2000 11:18:23 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009201818.LAA04577@freefall.freebsd.org> From: Maxim Sobolev Date: Wed, 20 Sep 2000 11:18:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/colorstep Makefile ports/x11-toolkits/engradient Makefile ports/x11-toolkits/gtk-Mac2-theme Makefile ports/x11-toolkits/gtkbe Makefile ports/x11-toolkits/gtkstep-pastel Makefile ports/Mk bsd.sites.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/20 11:18:23 PDT Modified files: x11-toolkits/colorstep Makefile x11-toolkits/engradient Makefile x11-toolkits/gtk-Mac2-theme Makefile x11-toolkits/gtkbe Makefile x11-toolkits/gtkstep-pastel Makefile Mk bsd.sites.mk Log: Welcome MASTER_SITE_THEMES (www.themes.org). Revision Changes Path 1.2 +3 -2 ports/x11-toolkits/colorstep/Makefile 1.2 +3 -2 ports/x11-toolkits/engradient/Makefile 1.2 +3 -2 ports/x11-toolkits/gtk-Mac2-theme/Makefile 1.4 +3 -2 ports/x11-toolkits/gtkbe/Makefile 1.3 +3 -2 ports/x11-toolkits/gtkstep-pastel/Makefile 1.10 +5 -1 ports/Mk/bsd.sites.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 11:37:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5489637B423; Wed, 20 Sep 2000 11:37:26 -0700 (PDT) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA08859; Wed, 20 Sep 2000 11:37:26 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200009201837.LAA08859@freefall.freebsd.org> From: Paul Saab Date: Wed, 20 Sep 2000 11:37:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand bootp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/09/20 11:37:26 PDT Modified files: (Branch: RELENG_4) lib/libstand bootp.c Log: MFC: [rev 1.3] IN_CLASS*() macros assume host order and s_addr is network byte order, so we must convert them to host order. Revision Changes Path 1.1.1.1.6.2 +2 -2 src/lib/libstand/bootp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 11:45:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 14BA737B422; Wed, 20 Sep 2000 11:45:53 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA10893; Wed, 20 Sep 2000 11:45:53 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009201845.LAA10893@freefall.freebsd.org> From: Will Andrews Date: Wed, 20 Sep 2000 11:45:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/p5-Math-Expr Makefile ports/math/p5-Math-Expr/files md5 ports/math/p5-Math-Expr/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/09/20 11:45:52 PDT Modified files: math Makefile Added files: math/p5-Math-Expr Makefile math/p5-Math-Expr/files md5 math/p5-Math-Expr/pkg COMMENT DESCR PLIST Log: Add p5-Math-Expr 0.4, a perl module for parsing mathematical expressions into a tree structure. PR: 21421 Submitted by: Mario Sergio Fujikawa Ferriera Revision Changes Path 1.84 +2 -1 ports/math/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 11:46: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A279037B50B; Wed, 20 Sep 2000 11:46:00 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA10974; Wed, 20 Sep 2000 11:46:00 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009201846.LAA10974@freefall.freebsd.org> From: Will Andrews Date: Wed, 20 Sep 2000 11:46:00 -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/09/20 11:46:00 PDT Modified files: . modules Log: p5-Math-Expr --> ports/math/p5-Math-Expr Revision Changes Path 1.1745 +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 Sep 20 11:47:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C68437B422; Wed, 20 Sep 2000 11:47:38 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA11568; Wed, 20 Sep 2000 11:47:38 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009201847.LAA11568@freefall.freebsd.org> From: Will Andrews Date: Wed, 20 Sep 2000 11:47:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/p5-Math-Logic Makefile ports/math/p5-Math-Logic/files md5 ports/math/p5-Math-Logic/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/09/20 11:47:38 PDT Modified files: math Makefile Added files: math/p5-Math-Logic Makefile math/p5-Math-Logic/files md5 math/p5-Math-Logic/pkg COMMENT DESCR PLIST Log: Add p5-Math-Logic 1.19, a perl module providing pure 2, 3 or multi-value logic. PR: 21420 Submitted by: Mario Sergio Fujikawa Ferriera Revision Changes Path 1.85 +2 -1 ports/math/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 11:47:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 190B437B422; Wed, 20 Sep 2000 11:47:45 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA11645; Wed, 20 Sep 2000 11:47:45 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009201847.LAA11645@freefall.freebsd.org> From: Will Andrews Date: Wed, 20 Sep 2000 11: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 will 2000/09/20 11:47:44 PDT Modified files: . modules Log: p5-Math-Logic --> ports/math/p5-Math-Logic Revision Changes Path 1.1746 +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 Sep 20 12: 4:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A57F37B423; Wed, 20 Sep 2000 12:04:41 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA15484; Wed, 20 Sep 2000 12:04:41 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009201904.MAA15484@freefall.freebsd.org> From: Will Andrews Date: Wed, 20 Sep 2000 12:04:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters Makefile ports/converters/p5-Unicode-Map8 Makefile ports/converters/p5-Unicode-Map8/files md5 ports/converters/p5-Unicode-Map8/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/09/20 12:04:41 PDT Modified files: converters Makefile Added files: converters/p5-Unicode-Map8 Makefile converters/p5-Unicode-Map8/files md5 converters/p5-Unicode-Map8/pkg COMMENT DESCR PLIST Log: Add p5-Unicode-Map8 0.10, a perl module that implements a class which does efficient table mappings between 8-bit charsets and 16-bit charsets like Unicode. PR: 21425 Submitted by: Ilia Chipitsine Revision Changes Path 1.40 +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 Wed Sep 20 12: 4:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF62437B509; Wed, 20 Sep 2000 12:04:51 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA15570; Wed, 20 Sep 2000 12:04:51 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009201904.MAA15570@freefall.freebsd.org> From: Will Andrews Date: Wed, 20 Sep 2000 12:04: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 will 2000/09/20 12:04:51 PDT Modified files: . modules Log: p5-Unicode-Map8 --> ports/converters/p5-Unicode-Map8 Revision Changes Path 1.1747 +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 Sep 20 12: 5:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D8E6537B422; Wed, 20 Sep 2000 12:05:32 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA17327; Wed, 20 Sep 2000 12:05:32 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200009201905.MAA17327@freefall.freebsd.org> From: Warner Losh Date: Wed, 20 Sep 2000 12:05:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sn if_sn_isa.c if_sn_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/09/20 12:05:32 PDT Modified files: sys/dev/sn if_sn_isa.c if_sn_pccard.c Log: Remove 8 unnecessary includes from phk's script Revision Changes Path 1.7 +1 -6 src/sys/dev/sn/if_sn_isa.c 1.6 +1 -4 src/sys/dev/sn/if_sn_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 12: 7: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AA6437B43E; Wed, 20 Sep 2000 12:07:01 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA17658; Wed, 20 Sep 2000 12:07:01 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009201907.MAA17658@freefall.freebsd.org> From: Will Andrews Date: Wed, 20 Sep 2000 12:07:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/p5-Unicode-String Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/09/20 12:07:01 PDT Modified files: converters/p5-Unicode-String Makefile Log: Make this port respect CC/CFLAGS. I discovered this discrepancy while reviewing converters/p5-Unicode-Map8. The Porter's Handbook should probably note that perl module ports that compile something should have a diff similar to this one. Revision Changes Path 1.2 +3 -2 ports/converters/p5-Unicode-String/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 12:10:23 2000 Delivered-To: cvs-all@freebsd.org Received: from radon.gryphonsoft.com (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id F202F37B42C; Wed, 20 Sep 2000 12:10:19 -0700 (PDT) Received: by radon.gryphonsoft.com (Postfix, from userid 1000) id 2E2F3192C; Wed, 20 Sep 2000 14:06:34 -0500 (EST) Date: Wed, 20 Sep 2000 14:06:34 -0500 From: Will Andrews To: Bill Paul Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/mii Makefile src/sys/conf files src/sys/dev/mii pnaphy.c Message-ID: <20000920140634.O35550@radon.gryphonsoft.com> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Bill Paul , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200009201704.KAA83412@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200009201704.KAA83412@freefall.freebsd.org>; from wpaul@FreeBSD.org on Wed, Sep 20, 2000 at 10:04:30AM -0700 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Sep 20, 2000 at 10:04:30AM -0700, Bill Paul wrote: > Modified files: > sys/modules/mii Makefile > sys/conf files > Added files: > sys/dev/mii pnaphy.c > Log: > Add a homePNA PHY driver. This is really only a stub: MII-based homePNA > PHYs tend to look like 10mbps PHYs with no autonegotiation. This allows > us to display the proper media type and link status however. Does this mean that -current now supports the HomePNA kit? If so, this should be noted in the release notes. -- 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 Wed Sep 20 12:17:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E13E937B424; Wed, 20 Sep 2000 12:17:20 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA19613; Wed, 20 Sep 2000 12:17:20 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009201917.MAA19613@freefall.freebsd.org> From: Will Andrews Date: Wed, 20 Sep 2000 12:17:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/xtail/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/09/20 12:17:20 PDT Modified files: misc/xtail/pkg DESCR Log: Remove gratuitous lines and make this port follow the 24-line guideline. Revision Changes Path 1.3 +3 -10 ports/misc/xtail/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 Sep 20 12:31:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AFD637B422; Wed, 20 Sep 2000 12:31:38 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA22189; Wed, 20 Sep 2000 12:31:38 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200009201931.MAA22189@freefall.freebsd.org> From: Warner Losh Date: Wed, 20 Sep 2000 12:31:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ep if_ep.c if_ep_isa.c if_ep_mca.c if_ep_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/09/20 12:31:37 PDT Modified files: sys/dev/ep if_ep.c if_ep_isa.c if_ep_mca.c if_ep_pccard.c Log: Remove 7 unnecessary includes frmo phk's script Revision Changes Path 1.105 +1 -6 src/sys/dev/ep/if_ep.c 1.10 +1 -2 src/sys/dev/ep/if_ep_isa.c 1.3 +1 -2 src/sys/dev/ep/if_ep_mca.c 1.17 +1 -2 src/sys/dev/ep/if_ep_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 12:34:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 319E837B422; Wed, 20 Sep 2000 12:34:19 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA22668; Wed, 20 Sep 2000 12:34:19 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200009201934.MAA22668@freefall.freebsd.org> From: Warner Losh Date: Wed, 20 Sep 2000 12:34:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic aic.c aic_cbus.c aic_isa.c aic_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/09/20 12:34:17 PDT Modified files: sys/dev/aic aic.c aic_cbus.c aic_isa.c aic_pccard.c Log: remove 5 unnecessary includes, per phk's script Revision Changes Path 1.11 +1 -2 src/sys/dev/aic/aic.c 1.3 +1 -2 src/sys/dev/aic/aic_cbus.c 1.4 +1 -2 src/sys/dev/aic/aic_isa.c 1.2 +1 -3 src/sys/dev/aic/aic_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 12:46: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E14E37B422; Wed, 20 Sep 2000 12:46:04 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA24830; Wed, 20 Sep 2000 12:46:04 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200009201946.MAA24830@freefall.freebsd.org> From: Brian Somers Date: Wed, 20 Sep 2000 12:46:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib setenv.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/09/20 12:46:03 PDT Modified files: (Branch: RELENG_4) lib/libc/stdlib setenv.c Log: MFC: Only realloc() environ if we're sure that we know where it came from. Revision Changes Path 1.5.2.1 +5 -6 src/lib/libc/stdlib/setenv.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 12:52: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D84F37B423; Wed, 20 Sep 2000 12:52:03 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA26096; Wed, 20 Sep 2000 12:52:03 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200009201952.MAA26096@freefall.freebsd.org> From: Warner Losh Date: Wed, 20 Sep 2000 12:52:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/oldcard Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/09/20 12:52:03 PDT Modified files: sys/modules/oldcard Makefile Log: No need to generate opt_compat_oldisa.h Revision Changes Path 1.2 +2 -6 src/sys/modules/oldcard/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 12:59:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E35837B422; Wed, 20 Sep 2000 12:59:45 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA27363; Wed, 20 Sep 2000 12:59:45 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200009201959.MAA27363@freefall.freebsd.org> From: Brian Somers Date: Wed, 20 Sep 2000 12:59:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/periodic periodic.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/09/20 12:59:44 PDT Modified files: usr.sbin/periodic periodic.sh Log: Fix a typo Spotted by: Manfred Antar Revision Changes Path 1.17 +2 -2 src/usr.sbin/periodic/periodic.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 13: 2:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EF3037B422; Wed, 20 Sep 2000 13:02:50 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA28086; Wed, 20 Sep 2000 13:02:50 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200009202002.NAA28086@freefall.freebsd.org> From: Warner Losh Date: Wed, 20 Sep 2000 13:02:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pccard.c pccard_nbk.c pcic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/09/20 13:02:50 PDT Modified files: sys/pccard pccard.c pccard_nbk.c pcic.c Log: o Remove 9 unnecessary includes. o Add Vpp power at 5.0V rather than 0. Setting it to zero violates the pccard spec. Most pcic devices in use today don't let us violate the spec, but some older ones do. Bill Paul sent this to me a long time ago and I thought I'd commit it before now. o Add some debug stuff hidden behind bootverbose. Revision Changes Path 1.111 +2 -7 src/sys/pccard/pccard.c 1.22 +1 -4 src/sys/pccard/pccard_nbk.c 1.97 +8 -4 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 13:17:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B5F237B42C; Wed, 20 Sep 2000 13:17:22 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA32478; Wed, 20 Sep 2000 13:17:22 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200009202017.NAA32478@freefall.freebsd.org> From: Brian Somers Date: Wed, 20 Sep 2000 13:17:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc security src/share/man/man5 periodic.conf.5 src/usr.sbin/periodic periodic.8 periodic.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/09/20 13:17:21 PDT Modified files: (Branch: RELENG_4) etc security Log: MFC: return the correct values for the latest version of periodic(8) Revision Changes Path 1.36.2.6 +46 -21 src/etc/security Modified files: (Branch: RELENG_4) share/man/man5 periodic.conf.5 Log: MFC: Don't redirect output by default Revision Changes Path 1.8.2.5 +2 -3 src/share/man/man5/periodic.conf.5 Modified files: (Branch: RELENG_4) usr.sbin/periodic periodic.8 periodic.sh Log: MFC: Don't redirect output by default, fix a bogus $? usage Revision Changes Path 1.11.2.3 +5 -6 src/usr.sbin/periodic/periodic.8 1.9.2.5 +6 -4 src/usr.sbin/periodic/periodic.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 13:21:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A71D537B423; Wed, 20 Sep 2000 13:21:08 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA33201; Wed, 20 Sep 2000 13:21:08 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009202021.NAA33201@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 20 Sep 2000 13:21:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/20 13:21:08 PDT Modified files: (Branch: RELENG_4) . Makefile.inc1 Log: MFC: add libopie Kindly noted by: ru Revision Changes Path 1.141.2.10 +5 -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 Sep 20 14:10:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5101137B423; Wed, 20 Sep 2000 14:10:30 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA42682; Wed, 20 Sep 2000 14:10:30 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009202110.OAA42682@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 20 Sep 2000 14:10:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/screen Makefile ports/misc/screen/patches patch-aa ports/misc/screen/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/20 14:10:29 PDT Modified files: misc/screen Makefile misc/screen/patches patch-aa misc/screen/pkg PLIST Log: Don't install a screen -> screen.x.y.z symlink, this will leave behind a setuid binary if people don't deinstall the old package properly. Reviewed by: ache (maintainer) Submitted by: Mike Silbersack Revision Changes Path 1.28 +2 -2 ports/misc/screen/Makefile 1.10 +19 -2 ports/misc/screen/patches/patch-aa 1.18 +0 -1 ports/misc/screen/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 Sep 20 14:19:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DFA5737B424; Wed, 20 Sep 2000 14:19:22 -0700 (PDT) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA43896; Wed, 20 Sep 2000 14:19:22 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200009202119.OAA43896@freefall.freebsd.org> From: Paul Saab Date: Wed, 20 Sep 2000 14:19:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_accf.c src/sys/netinet accf_http.c src/sys/sys socketvar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/09/20 14:19:22 PDT Modified files: (Branch: RELENG_4) sys/kern uipc_accf.c sys/netinet accf_http.c sys/sys socketvar.h Log: MFC: A near complete re-write of the accf_http filter: 1) Parse check if the request is HTTP/1.0 or HTTP/1.1 if not dump to the application. Because of the performance implications of this there is a sysctl 'net.inet.accf.http.parsehttpversion' that when set to non-zero parses the HTTP version. The default is to parse the version. 2) Check if a socket has filled and dump to the listener 3) optimize the way that mbuf boundries are handled using some voodoo 4) even though you'd expect accept filters to only be used on TCP connections that don't use m_nextpkt I've fixed the accept filter for socket connections that use this. Revision Changes Path 1.2.2.2 +17 -8 src/sys/kern/uipc_accf.c 1.1.2.2 +258 -82 src/sys/netinet/accf_http.c 1.46.2.3 +3 -2 src/sys/sys/socketvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 14:34:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B58537B422; Wed, 20 Sep 2000 14:34:14 -0700 (PDT) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA46672; Wed, 20 Sep 2000 14:34:14 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200009202134.OAA46672@freefall.freebsd.org> From: Paul Saab Date: Wed, 20 Sep 2000 14:34:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet accf_data.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/09/20 14:34:13 PDT Modified files: (Branch: RELENG_4) sys/netinet accf_data.c Log: MFC: [rev 1.2] Add forgotten include of sysctl.h Revision Changes Path 1.1.2.2 +2 -1 src/sys/netinet/accf_data.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 14:37: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1555B37B42C; Wed, 20 Sep 2000 14:37:02 -0700 (PDT) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA47207; Wed, 20 Sep 2000 14:37:02 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200009202137.OAA47207@freefall.freebsd.org> From: Paul Saab Date: Wed, 20 Sep 2000 14:37:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net res_send.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/09/20 14:37:02 PDT Modified files: (Branch: RELENG_4) lib/libc/net res_send.c Log: MFC: [rev 1.36] Yank out the NOPOLL conditionals. [rev 1.37] Change from using poll(2) to kqueue/kevent. Revision Changes Path 1.31.2.4 +34 -114 src/lib/libc/net/res_send.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 15:24: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from finch-post-12.mail.demon.net (finch-post-12.mail.demon.net [194.217.242.41]) by hub.freebsd.org (Postfix) with ESMTP id 56E9D37B422; Wed, 20 Sep 2000 15:23:58 -0700 (PDT) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by finch-post-12.mail.demon.net with esmtp (Exim 2.12 #1) id 13bsHT-0007u5-0C; Wed, 20 Sep 2000 22:23: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 XAA49202; Wed, 20 Sep 2000 23:26:50 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Wed, 20 Sep 2000 23:23:56 +0100 (BST) From: Doug Rabson To: Mike Smith Cc: Matt Jacob , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/alpha/common main.c In-Reply-To: <200009180834.BAA00543@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 On Mon, 18 Sep 2000, Mike Smith wrote: > > mjacob 2000/09/18 01:19:05 PDT > > > > Modified files: > > sys/boot/alpha/common main.c > > Log: > > Steal 512KB more from system memory for heap instead of 256KB. We died > > without the extra space. What a pity. > > Is there some way we can do this in boot1? The loader isn't going to get > a lot smaller anytime soon. 8( I experimented with this and it is possible do to it in boot1 without overflowing the 7.5k limit. It didn't fix the loader problem so I didn't pursue it further. -- 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 Sep 20 15:26: 2 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 2120937B422; Wed, 20 Sep 2000 15:25:57 -0700 (PDT) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by finch-post-10.mail.demon.net with esmtp (Exim 2.12 #1) id 13bsJN-000Gxx-0A; Wed, 20 Sep 2000 22:25:54 +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 XAA49208; Wed, 20 Sep 2000 23:29:12 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Wed, 20 Sep 2000 23:26:18 +0100 (BST) From: Doug Rabson To: Matthew Jacob Cc: Mike Smith , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/alpha/common main.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 Tue, 19 Sep 2000, Matthew Jacob wrote: > On Tue, 19 Sep 2000, Mike Smith wrote: > > > > > > Steal 512KB more from system memory for heap instead of 256KB. We died > > > > > without the extra space. What a pity. > > > > > > > > Is there some way we can do this in boot1? The loader isn't going to get > > > > a lot smaller anytime soon. 8( > > > > > > Uh, no. boot1 is only just a smidgen less than 40KB. John Baldwin didn't have > > > this fix things for him either. > > > > Sorry, I meant "can't we have boot1 steal the memory rather than having > > the loader do it"? > > This makes no sense. It's the loader that needs it for heap storage, not > boot1. > > > > > > The whole dance about memory allocation for the loader and the kernel isn't > > > done by any stretch of the imagination. At any rate, up to 1MB for a loader > > > that does prelinking and loading for a kernel seems not too unreasonable. If > > > you could reclaim that later, that would be nice, but that would actually > > > involve some real architecting instead of the current evolutionary methods. > > > > The only real challenge would seem to be the trampoline necessary in > > between leaving the loader and calling the kernel proper. I'm sure one > > of our burgeoning Alpha hackers could cough something like that up in a > > day or so. 8) > > No. The current method for stealing memory leaves no trace of memory as it's > subtracted from the hw page list. What has to happen instead is that when one > releases all boot resources you have to be able to call back into the loader > to reclaim memory which was otherwise not on anyone else's list. > > If you're doing this for alpha, you'll want to understand the implications > for other architectures. The pages which loader borrows for its nefarious mallocing purposes are not subtracted from the system memory map. They are reused by the kernel after it starts. The original 256k which the firmware allocated is not reused 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 Wed Sep 20 15:26:51 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 5102F37B423; Wed, 20 Sep 2000 15:26:48 -0700 (PDT) Received: from zeppo.feral.com (IDENT:mjacob@zeppo [192.67.166.71]) by feral.com (8.9.3/8.9.3) with ESMTP id PAA06540; Wed, 20 Sep 2000 15:26:46 -0700 Date: Wed, 20 Sep 2000 15:23:34 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Doug Rabson Cc: Mike Smith , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/alpha/common main.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 > > The pages which loader borrows for its nefarious mallocing purposes are > not subtracted from the system memory map. They are reused by the kernel > after it starts. The original 256k which the firmware allocated is not > reused though. Oops. I stand corrected. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 15:53:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F5CA37B424; Wed, 20 Sep 2000 15:53:40 -0700 (PDT) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA59611; Wed, 20 Sep 2000 15:53:40 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Message-Id: <200009202253.PAA59611@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Wed, 20 Sep 2000 15:53:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpi/aml aml_evalobj.c aml_evalobj.h aml_obj.c aml_parse.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iwasaki 2000/09/20 15:53:39 PDT Modified files: sys/dev/acpi/aml aml_evalobj.c aml_evalobj.h aml_obj.c aml_parse.c Log: Add new function in AML interpreter; aml_invoke_method(). Also remove unneeded includes in aml_obj.c and aml_parse.c. This new function takes 'struct aml_name *' as a argument rather than 'char *' where aml_invoke_method_by_name() does. It's worth to have these two interfaces in many cases. Revision Changes Path 1.3 +15 -5 src/sys/dev/acpi/aml/aml_evalobj.c 1.2 +3 -1 src/sys/dev/acpi/aml/aml_evalobj.h 1.2 +1 -2 src/sys/dev/acpi/aml/aml_obj.c 1.3 +1 -2 src/sys/dev/acpi/aml/aml_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 Sep 20 16: 7: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EBC2C37B424; Wed, 20 Sep 2000 16:07:04 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA62881; Wed, 20 Sep 2000 16:07:04 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200009202307.QAA62881@freefall.freebsd.org> From: Warner Losh Date: Wed, 20 Sep 2000 16:07:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/telnet telnet.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/09/20 16:07:04 PDT Modified files: usr.bin/telnet telnet.c Log: Fix buffer overflow when DISPLAY is longer than 43 characters. This is not exploitable because telnet doesn't run with elevated privs. Didn't fix all the other potential buffer overflows. Would be a good task for someone who has lots of time to carefully study each case because cut and paste solutions are dangerous for this code base. Added $FreeBSD$ in the same way that command.c did it. Revision Changes Path 1.9 +7 -4 src/usr.bin/telnet/telnet.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 16:48:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B376C37B424; Wed, 20 Sep 2000 16:48:07 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA69093; Wed, 20 Sep 2000 16:48:07 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009202348.QAA69093@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 20 Sep 2000 16:48:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/nas Makefile ports/audio/nas/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/20 16:48:07 PDT Modified files: audio/nas Makefile audio/nas/pkg PLIST Log: Remove html man pages and tricks that deal with it -- these are now handled in bsd.port.mk. Revision Changes Path 1.19 +2 -10 ports/audio/nas/Makefile 1.9 +0 -151 ports/audio/nas/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 Sep 20 16:56:55 2000 Delivered-To: cvs-all@freebsd.org Received: from gatekeeper.tsc.tdk.com (gatekeeper.tsc.tdk.com [207.113.159.21]) by hub.freebsd.org (Postfix) with ESMTP id 87EA437B423; Wed, 20 Sep 2000 16:56:51 -0700 (PDT) Received: from imap.gv.tsc.tdk.com (imap.gv.tsc.tdk.com [192.168.241.198]) by gatekeeper.tsc.tdk.com (8.8.8/8.8.8) with ESMTP id QAA07925; Wed, 20 Sep 2000 16:56:51 -0700 (PDT) (envelope-from gdonl@tsc.tdk.com) Received: from salsa.gv.tsc.tdk.com (salsa.gv.tsc.tdk.com [192.168.241.194]) by imap.gv.tsc.tdk.com (8.9.3/8.9.3) with ESMTP id QAA35379; Wed, 20 Sep 2000 16:56:50 -0700 (PDT) (envelope-from Don.Lewis@tsc.tdk.com) Received: (from gdonl@localhost) by salsa.gv.tsc.tdk.com (8.8.5/8.8.5) id QAA20235; Wed, 20 Sep 2000 16:56:50 -0700 (PDT) From: Don Lewis Message-Id: <200009202356.QAA20235@salsa.gv.tsc.tdk.com> Date: Wed, 20 Sep 2000 16:56:49 -0700 In-Reply-To: References: X-Mailer: Mail User's Shell (7.2.6 beta(5) 10/07/98) To: Robert Watson Subject: Re: cvs commit: src/sys/kern vfs_syscalls.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sep 20, 10:11am, Robert Watson wrote: } Subject: Re: cvs commit: src/sys/kern vfs_syscalls.c } } Cool -- I just noticed that code yesterday and intended to take a look at } fixing it. Especially in SMPng-land, that kind of arrangement is scary. } } BTW, at some point we're going to need to figure out locking/etc for } process structures. Right now shared credentials save around 76 bytes per } process structure, and additional space due to references in sockets, open } file records, struct buf (?), sockets, et al. I've been wondering what } the effective cost of moving to an unshared credential model might be, or } to a semi-shared model. By semi-shared, I mean something on the order of } what SGI/IRIX does -- credentials are only shared by entities which by } definition have the same credential (userland threads mapped into multiple } kernel processes, et al). In a realm with locking, credentials might } become contentious as they are accessed frequently during syscalls. Since the credentials are effectively COW, the only additional locked required by sharing should be the reference count, which isn't accessed all that frequently. Either model will require some sort of locking at the entity level in your example to prevent one thread/process from changing the credential or the pointer to the credential while another thread/process is using it. } In particular, if we move to a model where elements of the credentials are } independently refcounted (i.e., uidinfo might be scoped by jail() and } refcounted), it would simplify the model substantially. I'm not sure that it buys us that much. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 16:58:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CE6937B422; Wed, 20 Sep 2000 16:58:28 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA70257; Wed, 20 Sep 2000 16:58:28 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009202358.QAA70257@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 20 Sep 2000 16:58:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/festlex-poslex/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/20 16:58:28 PDT Modified files: audio/festlex-poslex/pkg PLIST Log: @dirrm share/festival/lib/dicts Submitted by: onigiri Revision Changes Path 1.2 +1 -0 ports/audio/festlex-poslex/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 Sep 20 16:59:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C549D37B424; Wed, 20 Sep 2000 16:59:22 -0700 (PDT) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA70429; Wed, 20 Sep 2000 16:59:22 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <200009202359.QAA70429@freefall.freebsd.org> From: Brian Feldman Date: Wed, 20 Sep 2000 16:59:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/sed compile.c extern.h main.c sed.1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/09/20 16:59:22 PDT Modified files: (Branch: RELENG_4) usr.bin/sed compile.c extern.h main.c sed.1 Log: MFC: sed -E (extended regular expressions, i.e. standard) PR: 21203 Submitted by: Peter Pentchev Revision Changes Path 1.13.2.1 +2 -2 src/usr.bin/sed/compile.c 1.3.6.1 +2 -0 src/usr.bin/sed/extern.h 1.9.2.3 +7 -3 src/usr.bin/sed/main.c 1.9.2.1 +18 -8 src/usr.bin/sed/sed.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 17:11:48 2000 Delivered-To: cvs-all@freebsd.org Received: from radon.gryphonsoft.com (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id 2660E37B422; Wed, 20 Sep 2000 17:11:44 -0700 (PDT) Received: by radon.gryphonsoft.com (Postfix, from userid 1000) id 5A2531B0E; Wed, 20 Sep 2000 19:08:00 -0500 (EST) Date: Wed, 20 Sep 2000 19:08:00 -0500 From: Will Andrews To: Satoshi Asami Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/audio/festlex-poslex/pkg PLIST Message-ID: <20000920190800.T35550@radon.gryphonsoft.com> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Satoshi Asami , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200009202358.QAA70257@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200009202358.QAA70257@freefall.freebsd.org>; from asami@FreeBSD.org on Wed, Sep 20, 2000 at 04:58:28PM -0700 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Sep 20, 2000 at 04:58:28PM -0700, Satoshi Asami wrote: > Modified files: > audio/festlex-poslex/pkg PLIST > Log: > @dirrm share/festival/lib/dicts Which I removed because it conflicts with other festival ports. A mtree file is needed for their collection too. -- 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 Wed Sep 20 17:14:23 2000 Delivered-To: cvs-all@freebsd.org Received: from mass.osd.bsdi.com (mass.osd.bsdi.com [204.216.28.234]) by hub.freebsd.org (Postfix) with ESMTP id 0A6E137B422; Wed, 20 Sep 2000 17:14:18 -0700 (PDT) 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 RAA00846; Wed, 20 Sep 2000 17:15:07 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200009210015.RAA00846@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Mitsuru IWASAKI Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpi/aml aml_evalobj.c aml_evalobj.h aml_obj.c aml_parse.c In-reply-to: Your message of "Wed, 20 Sep 2000 15:53:39 PDT." <200009202253.PAA59611@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 20 Sep 2000 17:15:07 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'd really like to be able to invoke methods that take arguments and return values, actually. To do this "more or less" right will require something like a printf format string. The best proposal I've come up with so far goes something like this: int aml_invoke_method(name, format, ...) where 'name' is the AML method's name (probably an aml_name, actually), and 'format' is a printf-like string. The first format specifier in the format should describe the value that the method is expected to return. It should be %* if the method does not return anything. The remaining specifiers in the format string should describe arguments to be placed on the stack for the method. I would stack from left to right (even though C stacks the other way around) for simplicity's sake. You'd use format specifiers specific to the AML object types, eg. %* nothing (ignored) %n aml_t_namestr = -3, %r aml_t_regfield, %o aml_t_objref, %0 aml_t_null = 0, %d aml_t_num, %s aml_t_string, %b aml_t_buffer, %p aml_t_package, %D aml_t_device, %f aml_t_field, %e aml_t_event, %m aml_t_method, %M aml_t_mutex, %o aml_t_opregion, %P aml_t_powerres, %C aml_t_processor, %T aml_t_therm, %B aml_t_bufferfield, %x aml_t_ddbhandle, %X aml_t_debug Note that the leading '%' is actually redundant, and leaving it out wouldn't hurt anything. You might also want to put a separator between the return value and arguments, eg. a method that takes two numeric values and returns a string would have a format of "%s:%d%d". This would make it very easy to invoke arbitrary methods without the cumbersome glue currently involved in initialising a context and then stacking variables manually. (I still don't understand how to stack variables into an aml_environment rather than just the local stack anyway...) Just a thought... > iwasaki 2000/09/20 15:53:39 PDT > > Modified files: > sys/dev/acpi/aml aml_evalobj.c aml_evalobj.h aml_obj.c > aml_parse.c > Log: > Add new function in AML interpreter; aml_invoke_method(). > Also remove unneeded includes in aml_obj.c and aml_parse.c. > > This new function takes 'struct aml_name *' as a argument rather than > 'char *' where aml_invoke_method_by_name() does. It's worth to have > these two interfaces in many cases. > > Revision Changes Path > 1.3 +15 -5 src/sys/dev/acpi/aml/aml_evalobj.c > 1.2 +3 -1 src/sys/dev/acpi/aml/aml_evalobj.h > 1.2 +1 -2 src/sys/dev/acpi/aml/aml_obj.c > 1.3 +1 -2 src/sys/dev/acpi/aml/aml_parse.c > > > -- ... 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 Wed Sep 20 17:25:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EC7837B424; Wed, 20 Sep 2000 17:25:08 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA75931; Wed, 20 Sep 2000 17:25:08 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200009210025.RAA75931@freefall.freebsd.org> From: Bill Paul Date: Wed, 20 Sep 2000 17:25:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/wicontrol wicontrol.8 wicontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/09/20 17:25:08 PDT Modified files: usr.sbin/wicontrol wicontrol.8 wicontrol.c Log: Fix PR #21245: handle wep keys correctly and pretty print hex keys as appropriate. Nick: this sort of does what your changes did, except the hex/text printing is done automatically using isprint(). Revision Changes Path 1.17 +5 -9 src/usr.sbin/wicontrol/wicontrol.8 1.13 +40 -30 src/usr.sbin/wicontrol/wicontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 17:25:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0282537B422; Wed, 20 Sep 2000 17:25:40 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA76031; Wed, 20 Sep 2000 17:25:39 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009210025.RAA76031@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 20 Sep 2000 17:25:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/eog/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/20 17:25:38 PDT Modified files: graphics/eog/pkg PLIST Log: Add two missing files etc/gconf/gconf.xml.defaults/apps/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml Submitted by: onigiri Revision Changes Path 1.6 +2 -0 ports/graphics/eog/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 Sep 20 17:27: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 77DBC37B422; Wed, 20 Sep 2000 17:26:59 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA76255; Wed, 20 Sep 2000 17:26:59 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200009210026.RAA76255@freefall.freebsd.org> From: Bill Paul Date: Wed, 20 Sep 2000 17:26:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/wicontrol wicontrol.8 wicontrol.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/09/20 17:26:59 PDT Modified files: (Branch: RELENG_4) usr.sbin/wicontrol wicontrol.8 wicontrol.c Log: MFC: close PR 21245 (handle wep keys correctly and pretty printing) Revision Changes Path 1.14.2.2 +14 -12 src/usr.sbin/wicontrol/wicontrol.8 1.9.2.2 +34 -11 src/usr.sbin/wicontrol/wicontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 17:29:27 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 D3E4937B422; Wed, 20 Sep 2000 17:29:22 -0700 (PDT) Received: from silvia.hip.berkeley.edu (sji-ca1-01.ix.netcom.com [209.109.232.1]) by maynard.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id UAA01056; Wed, 20 Sep 2000 20:29:16 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.11.0/8.11.0) id e8L0TBC74840; Wed, 20 Sep 2000 17:29:11 -0700 (PDT) (envelope-from asami) To: Will Andrews Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/audio/festlex-poslex/pkg PLIST References: <200009202358.QAA70257@freefall.freebsd.org> <20000920190800.T35550@radon.gryphonsoft.com> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 20 Sep 2000 17:29:03 -0700 In-Reply-To: Will Andrews's message of "Wed, 20 Sep 2000 19:08:00 -0500" Message-ID: Lines: 20 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * From: Will Andrews * > @dirrm share/festival/lib/dicts * * Which I removed because it conflicts with other festival ports. A mtree * file is needed for their collection too. What do you mean? The ports you committed have @dirrm of this directory in festlex-cmu and festlex-oald. I simply added another one that was preventing all the festvox-* ports from building. === >> grep '@dirrm.*dicts' fest*/pkg/PLIST festlex-cmu/pkg/PLIST:@dirrm share/festival/lib/dicts/cmu festlex-cmu/pkg/PLIST:@dirrm share/festival/lib/dicts festlex-oald/pkg/PLIST:@dirrm share/festival/lib/dicts/oald festlex-oald/pkg/PLIST:@dirrm share/festival/lib/dicts === Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 17:36:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DFA3D37B422; Wed, 20 Sep 2000 17:36:36 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA78029; Wed, 20 Sep 2000 17:36:36 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <200009210036.RAA78029@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 20 Sep 2000 17:36:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/grail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nectar 2000/09/20 17:36:36 PDT Modified files: www/grail Makefile Log: Use USE_PYTHON, PYTHON_LIBDIR to get the correct dependencies and directories now that we have multiple python versions in the ports tree. Revision Changes Path 1.16 +3 -3 ports/www/grail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 17:39:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F7C037B424; Wed, 20 Sep 2000 17:39:14 -0700 (PDT) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA78553; Wed, 20 Sep 2000 17:39:14 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Message-Id: <200009210039.RAA78553@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 20 Sep 2000 17:39:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/py-HTMLgen Makefile ports/www/py-HTMLgen/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nectar 2000/09/20 17:39:14 PDT Modified files: www/py-HTMLgen Makefile www/py-HTMLgen/pkg PLIST Log: Use USE_PYTHON, PYTHON_VERSION. Revision Changes Path 1.9 +2 -3 ports/www/py-HTMLgen/Makefile 1.2 +26 -26 ports/www/py-HTMLgen/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 Sep 20 17:57:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A401137B424; Wed, 20 Sep 2000 17:57:41 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA82286; Wed, 20 Sep 2000 17:57:41 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009210057.RAA82286@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 20 Sep 2000 17:57:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/oaf/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/20 17:57:41 PDT Modified files: devel/oaf/pkg PLIST Log: Kill oafd upon exit -- this was causing the gconf build to leave ssh hanging forever waiting for the process to terminate. Approved by: maintainer Revision Changes Path 1.5 +1 -0 ports/devel/oaf/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 Sep 20 18:35:47 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 B1A9B37B423; Wed, 20 Sep 2000 18:35:43 -0700 (PDT) Received: from silvia.hip.berkeley.edu (sji-ca1-01.ix.netcom.com [209.109.232.1]) by granger.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id VAA16391; Wed, 20 Sep 2000 21:35:17 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.11.0/8.11.0) id e8L1YoO75202; Wed, 20 Sep 2000 18:34:50 -0700 (PDT) (envelope-from asami) To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/lang Makefile ports/lang/mocka Makefile ports/lang/mocka/files md5 ports/lang/mocka/patches patch-aa ports/lang/mocka/pkg COMMENT DESCR PLIST ports/lang/mocka/scripts pre-install References: <200009171051.DAA74238@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 20 Sep 2000 18:34:18 -0700 In-Reply-To: Kris Kennaway's message of "Sun, 17 Sep 2000 03:51:13 -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 * Take the mocka port out back and introduce it politely to Mr Bullet. This * port has been broken for 2 years now and is obviously never going to be * fixed. * * >BLAM!< Thanks, but please check for dependencies when you remove ports. This killed make index (and thus the package build) since de-spinne depends on it. I'll remove de-spinne (which has also been broken for two years) in a moment. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 18:37:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9683F37B422; Wed, 20 Sep 2000 18:37:34 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA95346; Wed, 20 Sep 2000 18:37:34 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009210137.SAA95346@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 20 Sep 2000 18:37:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/german Makefile ports/german/spinne Makefile ports/german/spinne/files md5 ports/german/spinne/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/20 18:37:34 PDT Modified files: . modules german Makefile Removed files: german/spinne Makefile german/spinne/files md5 german/spinne/pkg COMMENT DESCR PLIST Log: Remove de-spinne -- this port depends on lang/mocka, which has been broken (BROKEN_ELF) for two years and has been recently removed. Revision Changes Path 1.1748 +1 -2 CVSROOT/modules 1.12 +1 -2 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 Wed Sep 20 18:48: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FBB937B422; Wed, 20 Sep 2000 18:48:04 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA00196; Wed, 20 Sep 2000 18:48:04 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009210148.SAA00196@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 20 Sep 2000 18:48:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/gsfonts Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/20 18:48:04 PDT Modified files: print/gsfonts Makefile Log: Add BUILD_DEPENDS to appropriate version of X depending on the value of XFREE86_VERSION. Revision Changes Path 1.8 +10 -4 ports/print/gsfonts/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 18:52:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33AC237B423; Wed, 20 Sep 2000 18:52:36 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA02364; Wed, 20 Sep 2000 18:52:36 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009210152.SAA02364@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 20 Sep 2000 18:52:36 -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 asami 2000/09/20 18:52:36 PDT Modified files: german Makefile Log: Add staroffice52. Revision Changes Path 1.13 +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 Wed Sep 20 18:55:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DD8A37B42C; Wed, 20 Sep 2000 18:55:15 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA02884; Wed, 20 Sep 2000 18:55:15 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200009210155.SAA02884@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Wed, 20 Sep 2000 18:55:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mailman Makefile ports/mail/mailman/files configure.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/09/20 18:55:15 PDT Modified files: mail/mailman Makefile mail/mailman/files configure.sh Log: - Fix the comment field of the added user (MySQL Daemon -> Mailman User) - Bump PORTREVISION PR: 21426 Submitted by: Nick Hibma Revision Changes Path 1.4 +2 -1 ports/mail/mailman/Makefile 1.2 +1 -1 ports/mail/mailman/files/configure.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 19:26:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BA6537B423; Wed, 20 Sep 2000 19:26:15 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA11548; Wed, 20 Sep 2000 19:26:15 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009210226.TAA11548@freefall.freebsd.org> From: Satoshi Asami Date: Wed, 20 Sep 2000 19:26:15 -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/09/20 19:26:15 PDT Modified files: . INDEX Log: New index, with 3,918 (= 3! x 653) ports. We're almost at p4k! Revision Changes Path 1.295 +490 -417 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 Sep 20 21:10:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 50DAB37B422; Wed, 20 Sep 2000 21:10:40 -0700 (PDT) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA30478; Wed, 20 Sep 2000 21:10:40 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <200009210410.VAA30478@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Wed, 20 Sep 2000 21:10:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/libretto-config/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2000/09/20 21:10:40 PDT Modified files: sysutils/libretto-config/patches patch-aa Log: Support installing to proper PREFIX directory. PR: ports/21373 Submitted by: KATO Tsuguru Revision Changes Path 1.3 +2 -2 ports/sysutils/libretto-config/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 Sep 20 21:12:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B28837B422; Wed, 20 Sep 2000 21:12:23 -0700 (PDT) Received: (from shige@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA30910; Wed, 20 Sep 2000 21:12:23 -0700 (PDT) (envelope-from shige@FreeBSD.org) Message-Id: <200009210412.VAA30910@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Wed, 20 Sep 2000 21:12:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/kterm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG shige 2000/09/20 21:12:23 PDT Modified files: japanese/kterm Makefile Log: Sychronize with neXtaw upgrade. Submitted by: Masahide -mac- Noda Revision Changes Path 1.28 +2 -2 ports/japanese/kterm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 21:29:15 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 B534437B422; Wed, 20 Sep 2000 21:29:04 -0700 (PDT) Received: from localhost (iwasaki.imasy.or.jp [202.227.24.92]) by tasogare.imasy.or.jp (8.10.2+3.3W/3.7W-tasogare/smtpfeed 1.07) with ESMTP id e8L4T1r70667; Thu, 21 Sep 2000 13:29:01 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) To: msmith@freebsd.org Cc: iwasaki@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, acpi-jp@jp.freebsd.org Subject: Re: cvs commit: src/sys/dev/acpi/aml aml_evalobj.c aml_evalobj.h aml_obj.c aml_parse.c In-Reply-To: <200009210015.RAA00846@mass.osd.bsdi.com> References: <200009202253.PAA59611@freefall.freebsd.org> <200009210015.RAA00846@mass.osd.bsdi.com> 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: <20000921132655G.iwasaki@jp.FreeBSD.org> Date: Thu, 21 Sep 2000 13:26:55 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 20000228(IM140) Lines: 111 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG # Cc acpi-jp because this is related with AML interpreter improvement. Hi, mike! > I'd really like to be able to invoke methods that take arguments and > return values, actually. To do this "more or less" right will require > something like a printf format string. The best proposal I've come up > with so far goes something like this: > > int aml_invoke_method(name, format, ...) > > where 'name' is the AML method's name (probably an aml_name, actually), > and 'format' is a printf-like string. Currently, aml_invoke_method() takes array of union aml_object as the arguments and each union aml_object contains aml_objtype member (yes, this describes the type of argument value). Difference between aml_invoke_method() and aml_invoke_method_by_name() is only how to specify method to be invoked (in pointer to the named object or in name string like "\_SB_.PCI0.LAN_._PRW"). For example, following finds the named object "_PSW" (7.3.2 in spec.) under the specified device object and invokes it to enable the devices's wake capability from the system sleep state. The interface of _PRW control method is like this Arguments: 0: Enable/Disable 0 to disable the device's wake capability 1 to enable the device's wake capability Result code: None and actual code using aml_invoke_method() is like this struct aml_name *method; union aml_object argv[1], *retval; /* find the named object "_PSW" under the specified device object */ method = aml_find_from_namespace(device, "_PSW"); if (method == NULL) { return; } /* prepare argument values for _PSW control method invoking */ argv[0].type = aml_t_num; /* the type of the first argument is numeric */ argv[0].num.number = 1; /* 1 to enable the device's wake capability */ retval = aml_invoke_method(method, 1, argv); /* result will be discard */ If we already know the number/type of arguments (and result code) for the method, I think the method invocations in this style would be enough. Preparing storage for the arguments maybe little bit troublesome though... But I understand that we'd better to have simpler level of control method invocation mechanism as you suggested. We can design it together in future. > The first format specifier in the format should describe the value that > the method is expected to return. It should be %* if the method does not > return anything. The remaining specifiers in the format string should > describe arguments to be placed on the stack for the method. I would > stack from left to right (even though C stacks the other way around) for > simplicity's sake. Sounds good. > You'd use format specifiers specific to the AML object types, eg. > > %* nothing (ignored) > %n aml_t_namestr = -3, > %r aml_t_regfield, > %o aml_t_objref, > %0 aml_t_null = 0, > %d aml_t_num, > %s aml_t_string, > %b aml_t_buffer, > %p aml_t_package, > %D aml_t_device, > %f aml_t_field, > %e aml_t_event, > %m aml_t_method, > %M aml_t_mutex, > %o aml_t_opregion, > %P aml_t_powerres, > %C aml_t_processor, > %T aml_t_therm, > %B aml_t_bufferfield, > %x aml_t_ddbhandle, > %X aml_t_debug > > Note that the leading '%' is actually redundant, and leaving it out > wouldn't hurt anything. You might also want to put a separator between > the return value and arguments, eg. a method that takes two numeric > values and returns a string would have a format of "%s:%d%d". OK, it's like aml_invoke_method("\\_PTS", "%*:%d", 1), here we don't need to prepare any aml_object array for the arguments. It would be nicer. > This would make it very easy to invoke arbitrary methods without the > cumbersome glue currently involved in initialising a context and then > stacking variables manually. (I still don't understand how to stack > variables into an aml_environment rather than just the local stack > anyway...) We had the problems with the life time of temprorary object and memory leakage, so the code related with this is somehow messy :-) Of course this is in our TODO list but priority is not so high... > Just a thought... Thanks for your suggestion. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 23:14:20 2000 Delivered-To: cvs-all@freebsd.org Received: from smtp02.iafrica.com (smtp02.iafrica.com [196.7.0.140]) by hub.freebsd.org (Postfix) with ESMTP id 0122037B422; Wed, 20 Sep 2000 23:14:13 -0700 (PDT) Received: from [196.7.18.138] (helo=grimreaper.grondar.za ident=root) by smtp02.iafrica.com with esmtp (Exim 1.92 #1) id 13bzcW-000ABQ-00; Thu, 21 Sep 2000 08:14:09 +0200 Received: from grimreaper.grondar.za (mark@localhost [127.0.0.1]) by grimreaper.grondar.za (8.11.0/8.11.0) with ESMTP id e8L6APn03681; Thu, 21 Sep 2000 08:10:26 +0200 (SAST) (envelope-from mark@grimreaper.grondar.za) Message-Id: <200009210610.e8L6APn03681@grimreaper.grondar.za> To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/telnet telnet.c References: <200009202307.QAA62881@freefall.freebsd.org> In-Reply-To: <200009202307.QAA62881@freefall.freebsd.org> ; from Warner Losh "Wed, 20 Sep 2000 16:07:04 MST." Date: Thu, 21 Sep 2000 08:10:25 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Crypto version also, please! M > imp 2000/09/20 16:07:04 PDT > > Modified files: > usr.bin/telnet telnet.c > Log: > Fix buffer overflow when DISPLAY is longer than 43 characters. This > is not exploitable because telnet doesn't run with elevated privs. > > Didn't fix all the other potential buffer overflows. Would be a good > task for someone who has lots of time to carefully study each case > because cut and paste solutions are dangerous for this code base. > > Added $FreeBSD$ in the same way that command.c did it. > > Revision Changes Path > 1.9 +7 -4 src/usr.bin/telnet/telnet.c > > > -- 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 Wed Sep 20 23:23:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9ABF137B42C; Wed, 20 Sep 2000 23:23:17 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA60842; Wed, 20 Sep 2000 23:23:17 -0700 (PDT) (envelope-from markm@FreeBSD.org) Message-Id: <200009210623.XAA60842@freefall.freebsd.org> From: Mark Murray Date: Wed, 20 Sep 2000 23:23:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/randomdev harvest.c hash.c randomdev.c yarrow.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG markm 2000/09/20 23:23:17 PDT Modified files: sys/dev/randomdev harvest.c hash.c randomdev.c yarrow.c Log: Remove unneeded includes. Submitted by: phk Revision Changes Path 1.6 +1 -4 src/sys/dev/randomdev/harvest.c 1.2 +1 -3 src/sys/dev/randomdev/hash.c 1.14 +1 -3 src/sys/dev/randomdev/randomdev.c 1.20 +1 -3 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 Wed Sep 20 23:50: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DAF537B42C; Wed, 20 Sep 2000 23:50:03 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA65082; Wed, 20 Sep 2000 23:50:03 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200009210650.XAA65082@freefall.freebsd.org> From: John Baldwin Date: Wed, 20 Sep 2000 23:50:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/09/20 23:50:03 PDT Modified files: sys/i386/conf NOTES Log: Add in documentation and examples of the KTR kernel config options. Prompted by: phk's kernel include script Revision Changes Path 1.821 +20 -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 Sep 20 23:53: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AB8B37B423; Wed, 20 Sep 2000 23:53:00 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA66005; Wed, 20 Sep 2000 23:53:00 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200009210653.XAA66005@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 20 Sep 2000 23:53:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libalias alias_cuseeme.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/09/20 23:53:00 PDT Modified files: lib/libalias alias_cuseeme.c Log: Fixed the calculations with UDP header length field. The field is in network byte order and contains the size of the header. Reviewed by: brian Revision Changes Path 1.3 +3 -3 src/lib/libalias/alias_cuseeme.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Sep 20 23:56:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 63A8E37B423; Wed, 20 Sep 2000 23:56:13 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA66767; Wed, 20 Sep 2000 23:56:13 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200009210656.XAA66767@freefall.freebsd.org> From: John Baldwin Date: Wed, 20 Sep 2000 23:56:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/09/20 23:56:12 PDT Modified files: sys/i386/conf NOTES Log: Add in and document two new debugging options used in the mutex code: SMP_DEBUG and WITNESS. Revision Changes Path 1.822 +9 -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 Sep 20 23:56:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA1DA37B424; Wed, 20 Sep 2000 23:56:34 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA66941; Wed, 20 Sep 2000 23:56:34 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200009210656.XAA66941@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 20 Sep 2000 23:56:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libalias alias_cuseeme.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/09/20 23:56:34 PDT Modified files: (Branch: RELENG_4) lib/libalias alias_cuseeme.c Log: MFC: (rev 1.3) fixed the calculations with UDP length. Revision Changes Path 1.2.2.1 +3 -3 src/lib/libalias/alias_cuseeme.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 0: 1:32 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 19CAA37B423; Thu, 21 Sep 2000 00:01:28 -0700 (PDT) Received: from localhost (iwasaki.imasy.or.jp [202.227.24.92]) by tasogare.imasy.or.jp (8.10.2+3.3W/3.7W-tasogare/smtpfeed 1.07) with ESMTP id e8L71Or09882; Thu, 21 Sep 2000 16:01:24 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) To: acpi-jp@jp.freebsd.org, msmith@freebsd.org Cc: iwasaki@jp.FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: [acpi-jp 654] Re: cvs commit: src/sys/dev/acpi/aml aml_evalobj.c aml_evalobj.h aml_obj.c aml_parse.c In-Reply-To: <200009210435.VAA00733@mass.osd.bsdi.com> References: <20000921132655G.iwasaki@jp.FreeBSD.org> <200009210435.VAA00733@mass.osd.bsdi.com> 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: <20000921155852T.iwasaki@jp.FreeBSD.org> Date: Thu, 21 Sep 2000 15:58:52 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 20000228(IM140) Lines: 29 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > # Cc acpi-jp because this is related with AML interpreter improvement. > > A related question - since you've mentioned that you've considered using > the Intel ACPICA code (and I think this is a good idea unless there are > other reasons not to do so), what interfaces does it provide for this > sort of thing? Oh, it's a very important suggestion :-) We already have part of Osd* functions which is some sort of OS abstraction layer, but don't have any interfaces between acpi driver and the Intel ACPICA code for now. I personally think that we can replace the interpreter code always if we want to do so, but we need to evaluate their code (including modifications in Linux) before we go. We'd better to keep maintaining our interpreter code until we agree to go with Intel code. Comparing Linux 2.4.0-testX and the original Intel ACPICA code, I noticed that there are too many changes between them more than naming chages :-( This fact is giving me a big hesitation actually... We need to keep watching where these two development are going to. Anyway, we should consult with Intel ACPICA Programmer Reference whenever we create a new API to AML interpreter as possible in order to make glue layer code development easier. I think it's the best thing we can do for now. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 0:44:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C76A437B423; Thu, 21 Sep 2000 00:44:53 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA79590; Thu, 21 Sep 2000 00:44:53 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200009210744.AAA79590@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 21 Sep 2000 00:44:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.firewall X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/09/21 00:44:53 PDT Modified files: (Branch: RELENG_4) etc rc.firewall Log: MFC: (rev 1.37) only install `divert natd' rule for predefined types. Revision Changes Path 1.30.2.6 +2 -4 src/etc/rc.firewall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 0:47:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 401F437B422; Thu, 21 Sep 2000 00:47:37 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA79906; Thu, 21 Sep 2000 00:47:37 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200009210747.AAA79906@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 21 Sep 2000 00:47:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc pam.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/09/21 00:47:37 PDT Modified files: etc pam.conf Log: The final entry should be `required', not `sufficient'. Revision Changes Path 1.7 +2 -2 src/etc/pam.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 0:51:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 59C5037B423; Thu, 21 Sep 2000 00:51:51 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA81068; Thu, 21 Sep 2000 00:51:51 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009210751.AAA81068@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 21 Sep 2000 00:51:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/21 00:51:49 PDT Modified files: irc Makefile Log: Add xchat-devel. Revision Changes Path 1.15 +2 -1 ports/irc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 0:52: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 32F2D37B422; Thu, 21 Sep 2000 00:52:06 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA81166; Thu, 21 Sep 2000 00:52:06 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009210752.AAA81166@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 21 Sep 2000 00:52:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/png Makefile ports/graphics/png/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/21 00:52:06 PDT Modified files: graphics/png Makefile graphics/png/files md5 Log: Update MMX-optimisation patch to 1.0.9pre3. This update doesn't affect anything if USE_MMX not used. Revision Changes Path 1.33 +11 -5 ports/graphics/png/Makefile 1.14 +1 -1 ports/graphics/png/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 1:36:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 77DC837B422; Thu, 21 Sep 2000 01:36:28 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA91846; Thu, 21 Sep 2000 01:36:28 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009210836.BAA91846@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 21 Sep 2000 01:36:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.sites.mk ports/x11/XFree86 Makefile ports/x11/XFree86-4 Makefile ports/x11/XFree86-4-clients Makefile ports/x11/XFree86-4-documents Makefile ports/x11/XFree86-4-libraries Makefile ports/x11/XFree86-4-manuals Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/21 01:36:28 PDT Modified files: Mk bsd.sites.mk x11/XFree86 Makefile x11/XFree86-4 Makefile x11/XFree86-4-clients Makefile x11/XFree86-4-documents Makefile x11/XFree86-4-libraries Makefile x11/XFree86-4-manuals Makefile x11/XFree86-contrib Makefile Log: Make life of maintainers of various XFree ports a bit easier by moving MASTER_SITES into bsd.sites.mk (MASTER_SITE_XFREE). Also add officially announced by xfree http mirror. Following is the announcement. [20 September 2000] XFree86 nows offers http download access! This is a big story for those who cannot download via ftp access because of proxy/firewall concerns. This has been generously donated by the Computing Center of the University of Applied Sciences in Esslingen, Germany. This is a full ftp mirror repository which is updated hourly with a connection speed of 20 MegaBit. Revision Changes Path 1.11 +9 -1 ports/Mk/bsd.sites.mk 1.82 +3 -6 ports/x11/XFree86/Makefile 1.86 +3 -6 ports/x11/XFree86-4/Makefile 1.86 +3 -6 ports/x11/XFree86-4-clients/Makefile 1.3 +3 -6 ports/x11/XFree86-4-documents/Makefile 1.87 +3 -6 ports/x11/XFree86-4-libraries/Makefile 1.3 +3 -6 ports/x11/XFree86-4-manuals/Makefile 1.19 +3 -5 ports/x11/XFree86-contrib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 1:46: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C43CF37B423; Thu, 21 Sep 2000 01:46:02 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA94188; Thu, 21 Sep 2000 01:46:02 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009210846.BAA94188@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 21 Sep 2000 01:46:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-servers/XFree86-4-FontServer Makefile ports/x11-servers/XFree86-4-NestServer Makefile ports/x11-servers/XFree86-4-PrintServer Makefile ports/x11-servers/XFree86-4-Server Makefile ports/x11-servers/XFree86-4-VirtualFramebufferServer Makefile ports/x11-servers/XttXF86srv-common Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/21 01:46:02 PDT Modified files: x11-servers/XFree86-4-FontServer Makefile x11-servers/XFree86-4-NestServer Makefile x11-servers/XFree86-4-PrintServer Makefile x11-servers/XFree86-4-Server Makefile x11-servers/XFree86-4-VirtualFramebufferServer Makefile x11-servers/XttXF86srv-common Makefile Log: Use MASTER_SITE_XFREE. Revision Changes Path 1.5 +3 -6 ports/x11-servers/XFree86-4-FontServer/Makefile 1.4 +3 -6 ports/x11-servers/XFree86-4-NestServer/Makefile 1.4 +3 -6 ports/x11-servers/XFree86-4-PrintServer/Makefile 1.86 +3 -6 ports/x11-servers/XFree86-4-Server/Makefile 1.4 +3 -6 ports/x11-servers/XFree86-4-VirtualFramebufferServer/Makefile 1.32 +3 -3 ports/x11-servers/XttXF86srv-common/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 2: 4:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BB4337B423; Thu, 21 Sep 2000 02:04:18 -0700 (PDT) Received: (from truckman@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA97292; Thu, 21 Sep 2000 02:04:18 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200009210904.CAA97292@freefall.freebsd.org> From: Don Lewis Date: Thu, 21 Sep 2000 02:04:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG truckman 2000/09/21 02:04:18 PDT Modified files: sys/kern kern_exec.c Log: Remove unneeded #include that was a remnant of an earlier version of my uidinfo patch. Found by: phk Revision Changes Path 1.116 +1 -2 src/sys/kern/kern_exec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 2: 6:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA1B637B424; Thu, 21 Sep 2000 02:06:43 -0700 (PDT) Received: (from truckman@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA99197; Thu, 21 Sep 2000 02:06:43 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200009210906.CAA99197@freefall.freebsd.org> From: Don Lewis Date: Thu, 21 Sep 2000 02:06:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exec.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG truckman 2000/09/21 02:06:43 PDT Modified files: (Branch: RELENG_4) sys/kern kern_exec.c Log: MFC: 1.116 Remove an unneeded #include. Found by: phk Revision Changes Path 1.107.2.5 +1 -2 src/sys/kern/kern_exec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 3:21: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 907FD37B42C; Thu, 21 Sep 2000 03:21:05 -0700 (PDT) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA13527; Thu, 21 Sep 2000 03:21:05 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Message-Id: <200009211021.DAA13527@freefall.freebsd.org> From: Sheldon Hearn Date: Thu, 21 Sep 2000 03:21:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa sio.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sheldonh 2000/09/21 03:21:05 PDT Modified files: (Branch: RELENG_4) sys/isa sio.c Log: MFC revs 1.306 and 1.307: Add Boca K56Flex PnP and Zoom Internal V90 Fax. Requested by: Glenn Johnson Revision Changes Path 1.291.2.12 +3 -1 src/sys/isa/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 4:12:12 2000 Delivered-To: cvs-all@freebsd.org Received: from flux.ptc.spbu.ru (flux.ptc.spbu.ru [195.19.225.195]) by hub.freebsd.org (Postfix) with ESMTP id E91B037B422; Thu, 21 Sep 2000 04:12:05 -0700 (PDT) Received: from snark.ptc.spbu.ru (snark.ptc.spbu.ru [195.19.225.131]) by flux.ptc.spbu.ru (8.9.3/8.9.3/cf-1.0.rbl) with ESMTP id PAA87957; Thu, 21 Sep 2000 15:11:58 +0400 (MSD) Received: (from uwe@localhost) by snark.ptc.spbu.ru (8.8.8+Sun/8.8.8) id PAA06395; Thu, 21 Sep 2000 15:11:57 +0400 (MSD) Date: Thu, 21 Sep 2000 15:11:56 +0400 From: "Valeriy E. Ushakov" To: cvs-committers@FreeBSD.ORG Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/contrib/groff/tmac hyphen.us-ru Message-ID: <20000921151156.A6380@snark.ptc.spbu.ru> Mail-Followup-To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200009201559.IAA60424@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.3i In-Reply-To: <200009201559.IAA60424@freefall.freebsd.org>; from "Ruslan Ermilov" on Wed, Sep 20, 2000 at 08:59:35 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Sep 20, 2000 at 08:59:35 -0700, Ruslan Ermilov wrote: > From: Ruslan Ermilov > Date: Wed, 20 Sep 2000 08:59:35 -0700 (PDT) > To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG > Subject: cvs commit: src/contrib/groff/tmac hyphen.us-ru > > ru 2000/09/20 08:59:35 PDT > > Removed files: (Branch: RELENG_4) > contrib/groff/tmac hyphen.us-ru > Log: > MFC: this file was repo-copied to the locale/ subdirectory. Is it good to lump them together in one file? I did Russian support for groff in mid 90s and I arranged Russian to be a separate language so you do: In troffrc: .\" Set the hyphenation language to `us'. .do hla us .\" Load hyphenation patterns from `hyphen.us' (in the tmac directory). .do hpf hyphen.us then I had a separate file for Russian that did: .\" ucase<->lcase mapping for Russian chars .do hcode ... .do hcode ... .do hla ru .do hpf hyphen.ru .\" Then you can use these to switch to/from Russian .\" .hla ru .\" .hla us What's the proper list to discuss this at? SY, Uwe -- uwe@ptc.spbu.ru | Zu Grunde kommen http://www.ptc.spbu.ru/~uwe/ | Ist zu Grunde gehen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 5: 1:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 482B237B423; Thu, 21 Sep 2000 05:01:42 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA33310; Thu, 21 Sep 2000 05:01:42 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <200009211201.FAA33310@freefall.freebsd.org> From: Thomas Gellekum Date: Thu, 21 Sep 2000 05:01:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gnustep Makefile ports/devel/gnustep/files GNUstep.sh gdomap_if ports/devel/gnustep/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2000/09/21 05:01:42 PDT Modified files: devel/gnustep Makefile devel/gnustep/pkg PLIST Added files: devel/gnustep/files GNUstep.sh gdomap_if Log: Install startup file to run the gdomap daemon. Revision Changes Path 1.14 +13 -1 ports/devel/gnustep/Makefile 1.6 +2 -2 ports/devel/gnustep/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 Sep 21 5: 2:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E91937B423; Thu, 21 Sep 2000 05:02:08 -0700 (PDT) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA33429; Thu, 21 Sep 2000 05:02:08 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200009211202.FAA33429@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Thu, 21 Sep 2000 05:02:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/cdif Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/09/21 05:02:08 PDT Modified files: textproc/cdif Makefile Log: use /usr/bin/perl, instead of ${LOCAL_BASE}/bin/perl Submitted by: Eivind Eklund Revision Changes Path 1.2 +2 -2 ports/textproc/cdif/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 5: 8:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27A9237B422; Thu, 21 Sep 2000 05:08:14 -0700 (PDT) Received: (from kjc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA36435; Thu, 21 Sep 2000 05:08:14 -0700 (PDT) (envelope-from kjc@FreeBSD.org) Message-Id: <200009211208.FAA36435@freefall.freebsd.org> From: Kenjiro Cho Date: Thu, 21 Sep 2000 05:08:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_mroute.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kjc 2000/09/21 05:08:13 PDT Modified files: (Branch: RELENG_4) sys/netinet ip_mroute.c Log: MFC: r1.60 change the evaluation order of the rsvp socket in rsvp_input() in favor of the new-style per-vif socket. Revision Changes Path 1.56.2.1 +20 -32 src/sys/netinet/ip_mroute.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 5:57:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2172E37B424; Thu, 21 Sep 2000 05:57:15 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA48149; Thu, 21 Sep 2000 05:57:15 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009211257.FAA48149@freefall.freebsd.org> From: Neil Blakey-Milner Date: Thu, 21 Sep 2000 05:57:14 -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 nbm 2000/09/21 05:57:14 PDT Modified files: en_US.ISO_8859-1/books/porters-handbook book.sgml Log: Reserve uid 89 (and I hope gid 89) for the vpopmail port. Revision Changes Path 1.123 +3 -2 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 Thu Sep 21 6: 1:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8455337B423; Thu, 21 Sep 2000 06:01:20 -0700 (PDT) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA49417; Thu, 21 Sep 2000 06:01:20 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Message-Id: <200009211301.GAA49417@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Thu, 21 Sep 2000 06:01:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpi/aml aml_common.c src/sys/i386/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iwasaki 2000/09/21 06:01:20 PDT Modified files: sys/dev/acpi/aml aml_common.c sys/i386/conf NOTES Log: Fix LINT breakage by options ACPI_NO_OSDFUNC_INLINE. Also space/tab-fix in NOTE. Grrr, my bad. Pointed-out by: eivind Revision Changes Path 1.3 +4 -1 src/sys/dev/acpi/aml/aml_common.c 1.823 +5 -5 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 Thu Sep 21 6: 1:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D792A37B423; Thu, 21 Sep 2000 06:01:40 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA49572; Thu, 21 Sep 2000 06:01:40 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009211301.GAA49572@freefall.freebsd.org> From: Neil Blakey-Milner Date: Thu, 21 Sep 2000 06:01:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/vpopmail Makefile ports/mail/vpopmail/files md5 ports/mail/vpopmail/pkg COMMENT DESCR INSTALL PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/09/21 06:01:40 PDT Modified files: mail Makefile Added files: mail/vpopmail Makefile mail/vpopmail/files md5 mail/vpopmail/pkg COMMENT DESCR INSTALL PLIST Log: Add vpopmail, a virtual host and virtual user manager for qmail, at version 4.9. This port reserves uid 89 and gid 89, as mentioned in the porters-handbook. Revision Changes Path 1.165 +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 Sep 21 6: 1:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 16D4D37B422; Thu, 21 Sep 2000 06:01:51 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA49671; Thu, 21 Sep 2000 06:01:51 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009211301.GAA49671@freefall.freebsd.org> From: Neil Blakey-Milner Date: Thu, 21 Sep 2000 06:01: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 nbm 2000/09/21 06:01:51 PDT Modified files: . modules Log: vpopmail --> ports/mail/vpopmail Revision Changes Path 1.1749 +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 Sep 21 6:13: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DF4E37B423; Thu, 21 Sep 2000 06:13:01 -0700 (PDT) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA54086; Thu, 21 Sep 2000 06:13:01 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200009211313.GAA54086@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Thu, 21 Sep 2000 06:13:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard/pccardd cardd.c cardd.h util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/09/21 06:13:01 PDT Modified files: usr.sbin/pccard/pccardd cardd.c cardd.h util.c Log: add ``check free resource rage code'' for PC-Card which has no address in cis. Revision Changes Path 1.59 +29 -7 src/usr.sbin/pccard/pccardd/cardd.c 1.26 +2 -2 src/usr.sbin/pccard/pccardd/cardd.h 1.16 +4 -4 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 Thu Sep 21 6:23: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from lavender.sanpei.org (ppp167.dialup.st.keio.ac.jp [131.113.27.167]) by hub.freebsd.org (Postfix) with ESMTP id 428BC37B42C; Thu, 21 Sep 2000 06:22:58 -0700 (PDT) Received: (from sanpei@localhost) by lavender.sanpei.org (8.11.0/3.7W) id e8LDLx006263; Thu, 21 Sep 2000 22:21:59 +0900 (JST) Message-Id: <200009211321.e8LDLx006263@lavender.sanpei.org> To: sheldonh@uunet.co.za Cc: sanpei@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/pccard/pccardc pccardc.8 In-Reply-To: Your message of "Tue, 19 Sep 2000 11:17:28 +0200" References: <39898.969355048@axl.fw.uunet.co.za> X-Mailer: Mew version 1.70 on Emacs 19.34.1 / Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 21 Sep 2000 22:21:58 +0900 From: MIHIRA Sanpei Yoshiro Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >On Sun, 17 Sep 2000 09:37:36 MST, MIHIRA Sanpei Yoshiro wrote: > >> Modified files: >> usr.sbin/pccard/pccardc pccardc.8 >> Log: >> pccard_beep parameter was already supported by rc.conf. >> (removed in Rev.1.3) > >To whom should I submit a patch that fixes the misuse of the Pa (path) >macro in this manual page? The Pa macro is used to mark up subcommands, >which should really be marked up with the Ic (internal command) macro. > >This new misuse of the Pa macro for marking up pccard_beep could be >fixed by marking up pccard_beep with the Va (variable) macro. > >Of course, that in turn raises the issue that all the shell variables >listed in the rc.conf(5) page are marked up with Ar (argument) instead >of Va (variable). But that's a different issue that I can sort out >myself. I have no objection that fixes the misuse of the macros in pccardc.8. It would be bug in PAO. Would you fix that misuse? --- MIHIRA, Sanpei Yoshiro Yokohama, Japan. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 6:57:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1217837B422; Thu, 21 Sep 2000 06:57:56 -0700 (PDT) Received: (from andy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA63732; Thu, 21 Sep 2000 06:57:56 -0700 (PDT) (envelope-from andy@FreeBSD.org) Message-Id: <200009211357.GAA63732@freefall.freebsd.org> From: Andrey Zakhvatov Date: Thu, 21 Sep 2000 06:57:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ru_RU.KOI8-R/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andy 2000/09/21 06:57:55 PDT Modified files: ru_RU.KOI8-R/books/faq book.sgml Log: Synchronize with English 1.92: Fix the entry for irc.FreeBSD.org. It's hybnet.net, not hybnet.com. Obtained from: The FreeBSD Russian Documentation Project Revision Changes Path 1.46 +3 -3 doc/ru_RU.KOI8-R/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 Sep 21 7:18:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7324F37B422; Thu, 21 Sep 2000 07:18:22 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA70732; Thu, 21 Sep 2000 07:18:22 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009211418.HAA70732@freefall.freebsd.org> From: Ade Lovett Date: Thu, 21 Sep 2000 07:18:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/sparc-rtems-gdb Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/21 07:18:22 PDT Modified files: devel/sparc-rtems-gdb Makefile Log: Forgot to add --enable-sim to CONFIGURE_ARGS. This target wants to build the simulator and needs that option PR: 21434 Submitted by: maintainer Revision Changes Path 1.2 +2 -1 ports/devel/sparc-rtems-gdb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 7:20:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C83F37B42C; Thu, 21 Sep 2000 07:20:49 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA71458; Thu, 21 Sep 2000 07:20:49 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009211420.HAA71458@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 21 Sep 2000 07:20:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/idle Makefile ports/devel/idle/files md5 ports/devel/idle/pkg COMMENT DESCR PLIST CVSROOT modules ports/devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/21 07:20:49 PDT Modified files: . modules devel Makefile Removed files: devel/idle Makefile devel/idle/files md5 devel/idle/pkg COMMENT DESCR PLIST Log: Say godbye to idle - newest version now bundled with Python1.6. Revision Changes Path 1.1750 +1 -2 CVSROOT/modules 1.348 +1 -2 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 Thu Sep 21 7:34:53 2000 Delivered-To: cvs-all@freebsd.org Received: from hub.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 62BDB37B424; Thu, 21 Sep 2000 07:34:41 -0700 (PDT) Received: from ade by hub.lovett.com with local (Exim 3.16 #1) id 13c7Qo-000Gs0-00; Thu, 21 Sep 2000 09:34:34 -0500 Date: Thu, 21 Sep 2000 09:34:34 -0500 From: Ade Lovett To: Satoshi Asami Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports INDEX Message-ID: <20000921093434.D61840@FreeBSD.org> References: <200009210226.TAA11548@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200009210226.TAA11548@freefall.freebsd.org>; from asami@FreeBSD.org on Wed, Sep 20, 2000 at 07:26:15PM -0700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Sep 20, 2000 at 07:26:15PM -0700, Satoshi Asami wrote: > asami 2000/09/20 19:26:15 PDT > > Modified files: > . INDEX > Log: > New index, with 3,918 (= 3! x 653) ports. We're almost at p4k! Just wait for all those zope plugins to turn up, followed by the magic glue for CPAN.. p40k easily :) -aDe -- Ade Lovett, Austin, TX. ade@FreeBSD.org FreeBSD: 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 Thu Sep 21 7:45:47 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 9F65C37B424; Thu, 21 Sep 2000 07:45:34 -0700 (PDT) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.109]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id RAA21110; Thu, 21 Sep 2000 17:45:24 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.0/8.9.3) with ESMTP id e8LEjOS61434; Thu, 21 Sep 2000 17:45:24 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39CA1EED.83AD3F2A@FreeBSD.org> Date: Thu, 21 Sep 2000 17:45:01 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Ade Lovett Cc: Satoshi Asami , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports INDEX References: <200009210226.TAA11548@freefall.freebsd.org> <20000921093434.D61840@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 Ade Lovett wrote: > On Wed, Sep 20, 2000 at 07:26:15PM -0700, Satoshi Asami wrote: > > asami 2000/09/20 19:26:15 PDT > > > > Modified files: > > . INDEX > > Log: > > New index, with 3,918 (= 3! x 653) ports. We're almost at p4k! > > Just wait for all those zope plugins to turn up, followed by the > magic glue for CPAN.. p40k easily :) p40k??? Are you sure? :-P -Maxim P.S. Seriously, I hope we will have 4200 at the time of 4.2-RELEASE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 7:51:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E15C037B42C; Thu, 21 Sep 2000 07:51:30 -0700 (PDT) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA76220; Thu, 21 Sep 2000 07:51:30 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200009211451.HAA76220@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Thu, 21 Sep 2000 07:51:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/xpbiff/patches patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/09/21 07:51:30 PDT Added files: mail/xpbiff/patches patch-ad Log: Fix X manpage problem Reviewed by: onigiri To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 7:57:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B526E37B422; Thu, 21 Sep 2000 07:57:20 -0700 (PDT) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA77093; Thu, 21 Sep 2000 07:57:20 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200009211457.HAA77093@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Thu, 21 Sep 2000 07:57:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/xgraph/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/09/21 07:57:20 PDT Modified files: math/xgraph/files md5 Log: update new tarball Submitted by: onigiri Revision Changes Path 1.5 +1 -1 ports/math/xgraph/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 8: 0: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 C930B37B422; Thu, 21 Sep 2000 08:00:38 -0700 (PDT) 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 AAA11235; Fri, 22 Sep 2000 00:00:33 +0900 (JST) Received: by daemon.local.idaemons.org (8.11.0/3.7W) id e8LExsW81706; Thu, 21 Sep 2000 23:59:55 +0900 (JST) Date: Thu, 21 Sep 2000 23:59:55 +0900 Message-ID: <86hf79rdsk.wl@archon.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: sanpei@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/textproc/cdif Makefile In-Reply-To: In your message of "Thu, 21 Sep 2000 05:02:08 -0700 (PDT)" <200009211202.FAA33429@freefall.freebsd.org> References: <200009211202.FAA33429@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 12) (Channel Islands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE X-PGP-Comment: I changed my key on 2000-08-10 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, 21 Sep 2000 05:02:08 -0700 (PDT), MIHIRA Sanpei Yoshiro wrote: > sanpei 2000/09/21 05:02:08 PDT > > Modified files: > textproc/cdif Makefile > Log: > use /usr/bin/perl, instead of ${LOCAL_BASE}/bin/perl > > Submitted by: Eivind Eklund You should use ${PERL} instead of embedding a hardcoded path. It's /usr/bin/perl anyway in this case as we support only up to 3.x, however, we'd better use a macro when it is available. -- / /__ __ / ) ) ) ) / 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 Sep 21 8: 0:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A03237B424; Thu, 21 Sep 2000 08:00:54 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA77795; Thu, 21 Sep 2000 08:00:54 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009211500.IAA77795@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 21 Sep 2000 08:00:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/pygmy Makefile ports/mail/pygmy/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/21 08:00:54 PDT Modified files: mail/pygmy Makefile mail/pygmy/patches patch-aa Log: Pythonize. Revision Changes Path 1.3 +6 -5 ports/mail/pygmy/Makefile 1.2 +7 -5 ports/mail/pygmy/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 Thu Sep 21 8: 9:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 661F137B424; Thu, 21 Sep 2000 08:09:37 -0700 (PDT) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA80956; Thu, 21 Sep 2000 08:09:37 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200009211509.IAA80956@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Thu, 21 Sep 2000 08:09:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/cdif Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/09/21 08:09:37 PDT Modified files: textproc/cdif Makefile Log: use ${PERL} Submitted by: knu Revision Changes Path 1.3 +2 -2 ports/textproc/cdif/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 8:20:43 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 9814A37B422; Thu, 21 Sep 2000 08:20:37 -0700 (PDT) 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 CAA02736; Fri, 22 Sep 2000 02:20:32 +1100 Date: Fri, 22 Sep 2000 02:20:28 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ep if_ep.c if_ep_isa.c if_ep_mca.c if_ep_pccard.c In-Reply-To: <200009201931.MAA22189@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 Wed, 20 Sep 2000, Warner Losh wrote: > imp 2000/09/20 12:31:37 PDT > > Modified files: > sys/dev/ep if_ep.c if_ep_isa.c if_ep_mca.c > if_ep_pccard.c > Log: > Remove 7 unnecessary includes frmo phk's script Batched log messages are usually wrong. This log message would only be correct if 7 includes were removed from each file. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 8:23:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2805737B42C; Thu, 21 Sep 2000 08:23:44 -0700 (PDT) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA84475; Thu, 21 Sep 2000 08:23:44 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200009211523.IAA84475@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Thu, 21 Sep 2000 08:23:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/cdif Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/09/21 08:23:43 PDT Modified files: textproc/cdif Makefile Log: sync $NetBSD: Makefile 1.3 $ Revision Changes Path 1.4 +2 -3 ports/textproc/cdif/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 8:33:13 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 CB6C337B43C; Thu, 21 Sep 2000 08:33:06 -0700 (PDT) Received: by gw.nectar.com (Postfix, from userid 1001) id 692731925D; Thu, 21 Sep 2000 10:33:06 -0500 (CDT) Date: Thu, 21 Sep 2000 10:33:06 -0500 From: "Jacques A. Vidrine" To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/idle Makefile ports/devel/idle/files md5 ports/devel/idle/pkg COMMENT DESCR PLIST CVSROOT modules ports/devel Makefile Message-ID: <20000921103306.B7509@spawn.nectar.com> Mail-Followup-To: "Jacques A. Vidrine" , Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200009211420.HAA71458@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: <200009211420.HAA71458@freefall.freebsd.org>; from sobomax@FreeBSD.org on Thu, Sep 21, 2000 at 07:20:49AM -0700 X-Url: http://www.nectar.com/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Sep 21, 2000 at 07:20:49AM -0700, Maxim Sobolev wrote: > sobomax 2000/09/21 07:20:49 PDT > > Modified files: > . modules > devel Makefile > Removed files: > devel/idle Makefile > devel/idle/files md5 > devel/idle/pkg COMMENT DESCR PLIST > Log: > Say godbye to idle - newest version now bundled with Python1.6. Didn't it work still with Python 1.5.2? Please don't nuke ports before their time has come. -- Jacques Vidrine / n@nectar.com / jvidrine@verio.net / 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 Thu Sep 21 8:54:13 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 3381537B42C; Thu, 21 Sep 2000 08:54:08 -0700 (PDT) Received: from billy-club.village.org (billy-club.village.org [10.0.0.3]) by rover.village.org (8.9.3/8.9.3) with ESMTP id JAA05375; Thu, 21 Sep 2000 09:54:07 -0600 (MDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (localhost [127.0.0.1]) by billy-club.village.org (8.11.0/8.8.3) with ESMTP id e8LFsSG20790; Thu, 21 Sep 2000 09:54:28 -0600 (MDT) Message-Id: <200009211554.e8LFsSG20790@billy-club.village.org> To: Bruce Evans Subject: Re: cvs commit: src/sys/dev/ep if_ep.c if_ep_isa.c if_ep_mca.c if_ep_pccard.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Fri, 22 Sep 2000 02:20:28 +1100." References: Date: Thu, 21 Sep 2000 09:54:28 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message Bruce Evans writes: : On Wed, 20 Sep 2000, Warner Losh wrote: : : > imp 2000/09/20 12:31:37 PDT : > : > Modified files: : > sys/dev/ep if_ep.c if_ep_isa.c if_ep_mca.c : > if_ep_pccard.c : > Log: : > Remove 7 unnecessary includes frmo phk's script : : Batched log messages are usually wrong. This log message would only be : correct if 7 includes were removed from each file. You are correct. It was 7 total from the 4 files. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 8:55:42 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 4C42F37B423; Thu, 21 Sep 2000 08:55:37 -0700 (PDT) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id LAA05211; Thu, 21 Sep 2000 11:55:19 -0400 (EDT) (envelope-from wollman) Date: Thu, 21 Sep 2000 11:55:19 -0400 (EDT) From: Garrett Wollman Message-Id: <200009211555.LAA05211@khavrinen.lcs.mit.edu> To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/telnet telnet.c In-Reply-To: <200009210610.e8L6APn03681@grimreaper.grondar.za> References: <200009202307.QAA62881@freefall.freebsd.org> <200009210610.e8L6APn03681@grimreaper.grondar.za> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > Crypto version also, please! Isn't it time to merge the two? -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 8:55:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BA1B437B423; Thu, 21 Sep 2000 08:55:55 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA91933; Thu, 21 Sep 2000 08:55:55 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Message-Id: <200009211555.IAA91933@freefall.freebsd.org> From: Alfred Perlstein Date: Thu, 21 Sep 2000 08:55: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: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/09/21 08:55:55 PDT Modified files: sys/kern vfs_subr.c Log: comment vfs_export functions, requested by: eivind Revision Changes Path 1.277 +13 -2 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 Thu Sep 21 9: 0:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F98A37B422; Thu, 21 Sep 2000 09:00:07 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA93524; Thu, 21 Sep 2000 09:00:07 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009211600.JAA93524@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 21 Sep 2000 09:00:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-gnome Makefile ports/x11-toolkits/py-gnome/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/21 09:00:07 PDT Modified files: x11-toolkits/py-gnome Makefile x11-toolkits/py-gnome/pkg PLIST Log: Pythonize. Approved by: maintainer Revision Changes Path 1.41 +9 -8 ports/x11-toolkits/py-gnome/Makefile 1.16 +64 -64 ports/x11-toolkits/py-gnome/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 Sep 21 9: 8: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA7FC37B422; Thu, 21 Sep 2000 09:08:03 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA97075; Thu, 21 Sep 2000 09:08:03 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009211608.JAA97075@freefall.freebsd.org> From: Ade Lovett Date: Thu, 21 Sep 2000 09:08:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libunicode Makefile ports/devel/libunicode/files md5 ports/devel/libunicode/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/21 09:08:03 PDT Modified files: devel/libunicode Makefile devel/libunicode/files md5 devel/libunicode/pkg PLIST Log: Update to an 0.4-gnome interim release for easier building with new gnome-print libraries (which have yet to be committed, since they break so much other stuff - sigh) Revision Changes Path 1.2 +4 -1 ports/devel/libunicode/Makefile 1.2 +1 -1 ports/devel/libunicode/files/md5 1.2 +1 -0 ports/devel/libunicode/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 Sep 21 9:18:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5171937B422; Thu, 21 Sep 2000 09:18:15 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA00857; Thu, 21 Sep 2000 09:18:15 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009211618.JAA00857@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 21 Sep 2000 09:18:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/devel Makefile ports/devel/idle Makefile ports/devel/idle/files md5 ports/devel/idle/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/21 09:18:15 PDT Modified files: . modules devel Makefile Added files: devel/idle Makefile devel/idle/files md5 devel/idle/pkg COMMENT DESCR PLIST Log: Revive idle it's not quite dead, so it was buried too early. Brought back to life by: nectar Revision Changes Path 1.1751 +2 -1 CVSROOT/modules 1.349 +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 Thu Sep 21 9:22:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 60C4A37B422; Thu, 21 Sep 2000 09:22:16 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA02447; Thu, 21 Sep 2000 09:22:16 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009211622.JAA02447@freefall.freebsd.org> From: Will Andrews Date: Thu, 21 Sep 2000 09:22:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/portlint/src portlint.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/09/21 09:22:16 PDT Modified files: devel/portlint/src portlint.pl Log: Fix portlint bug where it thinks that missing a files/md5 is fatal but the port actually does not have any DISTFILES variable. This *should* work with slave/master ports, but I'm not sure. Now the portlint port passes its own test. ;-> PR: 21380 Submitted by: des Approved by: mharo Revision Changes Path 1.20 +2 -2 ports/devel/portlint/src/portlint.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 9:26: 4 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 7264A37B424; Thu, 21 Sep 2000 09:25:56 -0700 (PDT) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.109]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id TAA22651; Thu, 21 Sep 2000 19:25:50 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.0/8.9.3) with ESMTP id e8LGPpS61948; Thu, 21 Sep 2000 19:25:51 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39CA3677.2F1DD80D@FreeBSD.org> Date: Thu, 21 Sep 2000 19:25:28 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: Will Andrews Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/portlint/src portlint.pl References: <200009211622.JAA02447@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 Will Andrews wrote: > will 2000/09/21 09:22:16 PDT > > Modified files: > devel/portlint/src portlint.pl > Log: > Fix portlint bug where it thinks that missing a files/md5 is fatal but the > port actually does not have any DISTFILES variable. This *should* work > with slave/master ports, but I'm not sure. > > Now the portlint port passes its own test. ;-> > > PR: 21380 > Submitted by: des > Approved by: mharo Can you as well add my INSTALLS_SHLIB-related changes, which I introduced a while ago? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 9:32:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E926637B42C; Thu, 21 Sep 2000 09:32:38 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA05706; Thu, 21 Sep 2000 09:32:38 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200009211632.JAA05706@freefall.freebsd.org> From: Matt Jacob Date: Thu, 21 Sep 2000 09:32:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ispfw ispfw.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/09/21 09:32:38 PDT Modified files: sys/dev/ispfw ispfw.c Log: remove unneeded includes (obtained from phk@freebsd.org) Revision Changes Path 1.3 +1 -5 src/sys/dev/ispfw/ispfw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 9:41:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A7CA337B42C; Thu, 21 Sep 2000 09:41:46 -0700 (PDT) Received: (from eivind@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA08729; Thu, 21 Sep 2000 09:41:46 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Message-Id: <200009211641.JAA08729@freefall.freebsd.org> From: Eivind Eklund Date: Thu, 21 Sep 2000 09:41:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio fopen.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG eivind 2000/09/21 09:41:46 PDT Modified files: (Branch: RELENG_4) lib/libc/stdio fopen.3 Log: More information around append mode Revision Changes Path 1.7.2.3 +5 -1 src/lib/libc/stdio/fopen.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 9:54:58 2000 Delivered-To: cvs-all@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-202-177-115.dsl.snfc21.pacbell.net [63.202.177.115]) by hub.freebsd.org (Postfix) with ESMTP id 8AC9437B443; Thu, 21 Sep 2000 09:54:27 -0700 (PDT) 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 VAA00733; Wed, 20 Sep 2000 21:35:18 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200009210435.VAA00733@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Mitsuru IWASAKI Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, acpi-jp@jp.FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpi/aml aml_evalobj.c aml_evalobj.h aml_obj.c aml_parse.c In-reply-to: Your message of "Thu, 21 Sep 2000 13:26:55 +0900." <20000921132655G.iwasaki@jp.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 20 Sep 2000 21:35:18 -0700 From: Mike Smith Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > # Cc acpi-jp because this is related with AML interpreter improvement. A related question - since you've mentioned that you've considered using the Intel ACPICA code (and I think this is a good idea unless there are other reasons not to do so), what interfaces does it provide for this sort of thing? Thanks! -- ... 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 Thu Sep 21 10: 2:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7494237B422; Thu, 21 Sep 2000 10:02:16 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA14766; Thu, 21 Sep 2000 10:02:16 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200009211702.KAA14766@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 21 Sep 2000 10:02:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/tmac doc-common doc-nroff tmac.doc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/09/21 10:02:16 PDT Modified files: contrib/groff/tmac doc-common doc-nroff tmac.doc Log: Fixed the `mysterious blank lines' problem. This was due to unconditional use of the .ne requests. groff(1) apparently inserts some virtual trap at the end of each page, and this was causing the .ne request to output extra lines. Solution is to only use them in troff mode. Also fixed a related bug in .It macros, where it would insert a page break in the middle of a sentence. Removed the end of page trap in nroff mode, as this causes .sp requests to sometimes eat the space due to the nearby trap. Removed blank line that appeared as the first line on each nroff-formatted manual page. Obtained from: NetBSD Revision Changes Path 1.33 +3 -3 src/contrib/groff/tmac/doc-common 1.2 +2 -2 src/contrib/groff/tmac/doc-nroff 1.5 +2 -2 src/contrib/groff/tmac/tmac.doc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 10: 2:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A40A137B505; Thu, 21 Sep 2000 10:02:21 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA14829; Thu, 21 Sep 2000 10:02:21 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009211702.KAA14829@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 21 Sep 2000 10:02:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ruby-opengl Makefile ports/graphics/ruby-opengl/patches patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/09/21 10:02:21 PDT Modified files: graphics/ruby-opengl Makefile Added files: graphics/ruby-opengl/patches patch-ab Log: Fix the build for Mesa 3.2.1. Revision Changes Path 1.3 +2 -1 ports/graphics/ruby-opengl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 10: 2:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 629F137B43C; Thu, 21 Sep 2000 10:02:27 -0700 (PDT) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA14865; Thu, 21 Sep 2000 10:02:27 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <200009211702.KAA14865@freefall.freebsd.org> From: Bill Fumerola Date: Thu, 21 Sep 2000 10:02:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/bb Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG billf 2000/09/21 10:02:27 PDT Modified files: net/bb Makefile Log: Give this port to ports@freebsd.org, I'm both too lazy and busy to maintain it effectivly, and I wish future maintainers luck. Revision Changes Path 1.42 +2 -2 ports/net/bb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 10: 5:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95BA237B423; Thu, 21 Sep 2000 10:05:32 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA16846; Thu, 21 Sep 2000 10:05:32 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200009211705.KAA16846@freefall.freebsd.org> From: Matt Jacob Date: Thu, 21 Sep 2000 10:05:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_ses.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/09/21 10:05:32 PDT Modified files: sys/cam/scsi scsi_ses.c Log: Remove unneeded include (from phk@freebsd.org) Revision Changes Path 1.13 +1 -3 src/sys/cam/scsi/scsi_ses.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 10: 6:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DFC337B424; Thu, 21 Sep 2000 10:06:46 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA17093; Thu, 21 Sep 2000 10:06:46 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200009211706.KAA17093@freefall.freebsd.org> From: Matt Jacob Date: Thu, 21 Sep 2000 10:06:46 -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/09/21 10:06:46 PDT Modified files: sys/dev/isp isp.c Log: Inintialize the queue index stuff from what the f/w sends back- just in case it's insane enough to not do what you tell it to. Print out (LOGINFO level) initiator ID. Revision Changes Path 1.51 +5 -4 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 Thu Sep 21 10: 7:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D242E37B424; Thu, 21 Sep 2000 10:07:27 -0700 (PDT) Received: (from bsd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA17177; Thu, 21 Sep 2000 10:07:27 -0700 (PDT) (envelope-from bsd@FreeBSD.org) Message-Id: <200009211707.KAA17177@freefall.freebsd.org> From: "Brian S. Dean" Date: Thu, 21 Sep 2000 10:07:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/i386/sys i386_clr_watch.c i386_set_watch.3 i386_set_watch.c Makefile.inc src/sys/i386/include reg.h sysarch.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bsd 2000/09/21 10:07:27 PDT Modified files: lib/libc/i386/sys Makefile.inc sys/i386/include reg.h sysarch.h Added files: lib/libc/i386/sys i386_clr_watch.c i386_set_watch.3 i386_set_watch.c Log: Add a couple of debug register helper functions to assist in setting and clearing watchpoints. Reviewed by: jwd@FreeBSD.org, -hackers@ Revision Changes Path 1.18 +5 -3 src/lib/libc/i386/sys/Makefile.inc 1.23 +7 -1 src/sys/i386/include/reg.h 1.14 +5 -1 src/sys/i386/include/sysarch.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 10: 8: 0 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 E0D2037B423; Thu, 21 Sep 2000 10:07:55 -0700 (PDT) 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 LAA05757; Thu, 21 Sep 2000 11:07: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 LAA59866; Thu, 21 Sep 2000 11:07:51 -0600 (MDT) Message-Id: <200009211707.LAA59866@harmony.village.org> To: Mark Murray Subject: Re: cvs commit: src/usr.bin/telnet telnet.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Thu, 21 Sep 2000 08:10:25 +0200." <200009210610.e8L6APn03681@grimreaper.grondar.za> References: <200009210610.e8L6APn03681@grimreaper.grondar.za> <200009202307.QAA62881@freefall.freebsd.org> Date: Thu, 21 Sep 2000 11:07:51 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200009210610.e8L6APn03681@grimreaper.grondar.za> Mark Murray writes: : Crypto version also, please! We still have a crypto version? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 10:14: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from smtp02.iafrica.com (smtp02.iafrica.com [196.7.0.140]) by hub.freebsd.org (Postfix) with ESMTP id 92AE837B42C; Thu, 21 Sep 2000 10:13:56 -0700 (PDT) Received: from [196.7.18.138] (helo=grimreaper.grondar.za ident=root) by smtp02.iafrica.com with esmtp (Exim 1.92 #1) id 13c9uq-0008Ss-00; Thu, 21 Sep 2000 19:13:45 +0200 Received: from grimreaper.grondar.za (mark@localhost [127.0.0.1]) by grimreaper.grondar.za (8.11.0/8.11.0) with ESMTP id e8LHD1n00630; Thu, 21 Sep 2000 19:13:16 +0200 (SAST) (envelope-from mark@grimreaper.grondar.za) Message-Id: <200009211713.e8LHD1n00630@grimreaper.grondar.za> To: Garrett Wollman Cc: Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/telnet telnet.c References: <200009211555.LAA05211@khavrinen.lcs.mit.edu> In-Reply-To: <200009211555.LAA05211@khavrinen.lcs.mit.edu> ; from Garrett Wollman "Thu, 21 Sep 2000 11:55:19 -0400." Date: Thu, 21 Sep 2000 19:12:59 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > < said: > > > Crypto version also, please! > > Isn't it time to merge the two? Yeah. :-) I'm working on that, but given my TODO list, it will take a while. 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 Thu Sep 21 10:14:20 2000 Delivered-To: cvs-all@freebsd.org Received: from smtp02.iafrica.com (smtp02.iafrica.com [196.7.0.140]) by hub.freebsd.org (Postfix) with ESMTP id 21B5F37B423; Thu, 21 Sep 2000 10:14:14 -0700 (PDT) Received: from [196.7.18.138] (helo=grimreaper.grondar.za ident=root) by smtp02.iafrica.com with esmtp (Exim 1.92 #1) id 13c9vA-0008TP-00; Thu, 21 Sep 2000 19:14:05 +0200 Received: from grimreaper.grondar.za (mark@localhost [127.0.0.1]) by grimreaper.grondar.za (8.11.0/8.11.0) with ESMTP id e8LHDvn00649; Thu, 21 Sep 2000 19:13:57 +0200 (SAST) (envelope-from mark@grimreaper.grondar.za) Message-Id: <200009211713.e8LHDvn00649@grimreaper.grondar.za> To: Warner Losh Cc: Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/telnet telnet.c References: <200009211707.LAA59866@harmony.village.org> In-Reply-To: <200009211707.LAA59866@harmony.village.org> ; from Warner Losh "Thu, 21 Sep 2000 11:07:51 CST." Date: Thu, 21 Sep 2000 19:13:57 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > In message <200009210610.e8L6APn03681@grimreaper.grondar.za> Mark > Murray writes: > : Crypto version also, please! > > We still have a crypto version? src/crypto/telnet/... :-) 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 Thu Sep 21 10:15:30 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 6694C37B422; Thu, 21 Sep 2000 10:15:23 -0700 (PDT) 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 LAA05812; Thu, 21 Sep 2000 11:15:22 -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 LAA59967; Thu, 21 Sep 2000 11:15:21 -0600 (MDT) Message-Id: <200009211715.LAA59967@harmony.village.org> To: Ade Lovett Subject: Re: cvs commit: ports INDEX Cc: Satoshi Asami , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Thu, 21 Sep 2000 09:34:34 CDT." <20000921093434.D61840@FreeBSD.org> References: <20000921093434.D61840@FreeBSD.org> <200009210226.TAA11548@freefall.freebsd.org> Date: Thu, 21 Sep 2000 11:15:21 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000921093434.D61840@FreeBSD.org> Ade Lovett writes: : On Wed, Sep 20, 2000 at 07:26:15PM -0700, Satoshi Asami wrote: : > asami 2000/09/20 19:26:15 PDT : > : > Modified files: : > . INDEX : > Log: : > New index, with 3,918 (= 3! x 653) ports. We're almost at p4k! : : : Just wait for all those zope plugins to turn up, followed by the : magic glue for CPAN.. p40k easily :) 7! is 5040 ports. We are now within striking distance. However, 6! * 5! is 86400, which also happens to be the number of seconds in a day. We're not within striking distance of that number. We passed 4! * 5! some time ago (it was only 2880). 6! * 6 is 4320. This is a particularlly perfect number. 6 is the smallest perfect number, so 6! * 6 must be momentous, no? We're only 400 ports away from 6!*6. That's just a long weekend for Steve Price, so we should see that before 4.2 :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 10:19:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F92837B424; Thu, 21 Sep 2000 10:19:17 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA19794; Thu, 21 Sep 2000 10:19:16 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200009211719.KAA19794@freefall.freebsd.org> From: Ruslan Ermilov Date: Thu, 21 Sep 2000 10:19:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridge.c src/sys/netinet ip_auth.c ip_fil.c ip_icmp.c ip_input.c ip_output.c udp_usrreq.c src/sys/netinet6 ah_input.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/09/21 10:19:16 PDT Modified files: (Branch: RELENG_4) sys/net bridge.c sys/netinet ip_auth.c ip_fil.c ip_icmp.c ip_input.c ip_output.c udp_usrreq.c sys/netinet6 ah_input.c Log: MFC: - Fixed broken ICMP error generation. - Keep the ip_id field in network byte order. Revision Changes Path 1.16.2.5 +1 -3 src/sys/net/bridge.c 1.14.2.4 +2 -2 src/sys/netinet/ip_auth.c 1.14.2.3 +3 -1 src/sys/netinet/ip_fil.c 1.39.2.2 +7 -2 src/sys/netinet/ip_icmp.c 1.130.2.7 +13 -14 src/sys/netinet/ip_input.c 1.99.2.7 +14 -13 src/sys/netinet/ip_output.c 1.64.2.4 +5 -5 src/sys/netinet/udp_usrreq.c 1.1.2.2 +1 -3 src/sys/netinet6/ah_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 10:19:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2300D37B422; Thu, 21 Sep 2000 10:19:36 -0700 (PDT) Received: (from joe@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA19871; Thu, 21 Sep 2000 10:19:36 -0700 (PDT) (envelope-from joe@FreeBSD.org) Message-Id: <200009211719.KAA19871@freefall.freebsd.org> From: Josef Karthauser Date: Thu, 21 Sep 2000 10:19:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/layer1 i4b_ipac.h i4b_isic.c i4b_l1.h pci_isic.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2000/09/21 10:19:36 PDT Modified files: (Branch: RELENG_4) sys/i4b/layer1 i4b_ipac.h i4b_isic.c i4b_l1.h pci_isic.c Log: The following patch is for newer ELSA Microlink PCI cards which have a new version of the Siemens/Infineon IPAC chip, it solves the following problem: isic0: port ..... isic0: Error, IPAC version 2 unknown Fatal trap 12 : page fault while in kernel mode ... Submitted by: hm Revision Changes Path 1.6.2.1 +3 -2 src/sys/i4b/layer1/i4b_ipac.h 1.6.2.1 +6 -5 src/sys/i4b/layer1/i4b_isic.c 1.7.2.1 +4 -3 src/sys/i4b/layer1/i4b_l1.h 1.5.2.1 +8 -5 src/sys/i4b/layer1/pci_isic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 10:27:15 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 5C08537B423; Thu, 21 Sep 2000 10:27:11 -0700 (PDT) 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 CAA10655; Fri, 22 Sep 2000 02:27:01 +0900 (JST) Received: by daemon.local.idaemons.org (8.11.0/3.7W) id e8LHQkW84467; Fri, 22 Sep 2000 02:26:47 +0900 (JST) Date: Fri, 22 Sep 2000 02:26:45 +0900 Message-ID: <863ditbqqy.wl@archon.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: imp@village.org Cc: ade@FreeBSD.org, asami@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports INDEX In-Reply-To: In your message of "Thu, 21 Sep 2000 11:15:21 -0600" <200009211715.LAA59967@harmony.village.org> References: <20000921093434.D61840@FreeBSD.org> <200009210226.TAA11548@freefall.freebsd.org> <200009211715.LAA59967@harmony.village.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 12) (Channel Islands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE X-PGP-Comment: I changed my key on 2000-08-10 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, 21 Sep 2000 11:15:21 -0600, Warner Losh wrote: > We're only 400 ports away from 6!*6. That's just a long weekend for > Steve Price, so we should see that before 4.2 :-) Okay, you can find me another language than Ruby! Err, just kidding. :-> -- / /__ __ / ) ) ) ) / 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 Sep 21 10:31:18 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 4AB5E37B43C; Thu, 21 Sep 2000 10:31:14 -0700 (PDT) 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 LAA05882; Thu, 21 Sep 2000 11:31: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 LAA60133; Thu, 21 Sep 2000 11:31:12 -0600 (MDT) Message-Id: <200009211731.LAA60133@harmony.village.org> To: "Akinori -Aki- MUSHA" Subject: Re: cvs commit: ports INDEX Cc: ade@FreeBSD.org, asami@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Fri, 22 Sep 2000 02:26:45 +0900." <863ditbqqy.wl@archon.local.idaemons.org> References: <863ditbqqy.wl@archon.local.idaemons.org> <20000921093434.D61840@FreeBSD.org> <200009210226.TAA11548@freefall.freebsd.org> <200009211715.LAA59967@harmony.village.org> Date: Thu, 21 Sep 2000 11:31:12 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <863ditbqqy.wl@archon.local.idaemons.org> "Akinori -Aki- MUSHA" writes: : At Thu, 21 Sep 2000 11:15:21 -0600, : Warner Losh wrote: : > We're only 400 ports away from 6!*6. That's just a long weekend for : > Steve Price, so we should see that before 4.2 :-) : : Okay, you can find me another language than Ruby! : : Err, just kidding. :-> Hmmm. I almost said that if we found another language that we could do this in under a day. I think both java and python are underrepresented in the tree right now. We've got boatloads of ruby things, a blue million P5- libraries, but very few from Java and Python. :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 10:33:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A108B37B422; Thu, 21 Sep 2000 10:33:33 -0700 (PDT) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA22677; Thu, 21 Sep 2000 10:33:33 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200009211733.KAA22677@freefall.freebsd.org> From: Archie Cobbs Date: Thu, 21 Sep 2000 10:33:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_mppc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/09/21 10:33:33 PDT Modified files: sys/netgraph ng_mppc.c Log: Allocate memory with M_NOWAIT instead of M_WAITOK because we could be called in an interrupt context. Revision Changes Path 1.4 +2 -2 src/sys/netgraph/ng_mppc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 10:34:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 456C737B423; Thu, 21 Sep 2000 10:34:12 -0700 (PDT) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA22806; Thu, 21 Sep 2000 10:34:12 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200009211734.KAA22806@freefall.freebsd.org> From: Archie Cobbs Date: Thu, 21 Sep 2000 10:34:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_mppc.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/09/21 10:34:12 PDT Modified files: (Branch: RELENG_4) sys/netgraph ng_mppc.c Log: MFC: allocate memory with M_NOWAIT instead of M_WAITOK Revision Changes Path 1.1.2.2 +2 -2 src/sys/netgraph/ng_mppc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 10:50:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20B7E37B424; Thu, 21 Sep 2000 10:50:32 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA25865; Thu, 21 Sep 2000 10:50:32 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <200009211750.KAA25865@freefall.freebsd.org> From: Jonathan Lemon Date: Thu, 21 Sep 2000 10:50:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 vm86.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/09/21 10:50:32 PDT Modified files: (Branch: RELENG_4) sys/i386/i386 vm86.c Log: MFC, r1.32: allow root to make BIOS interrupt calls. Revision Changes Path 1.31.2.1 +3 -3 src/sys/i386/i386/vm86.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 10:57:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B35937B423; Thu, 21 Sep 2000 10:57:29 -0700 (PDT) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA27409; Thu, 21 Sep 2000 10:57:29 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200009211757.KAA27409@freefall.freebsd.org> From: Archie Cobbs Date: Thu, 21 Sep 2000 10:57:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pppoe.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/09/21 10:57:29 PDT Modified files: (Branch: RELENG_4) sys/netgraph ng_pppoe.c Log: MFC: rename "struct session" to "struct sess_con" Revision Changes Path 1.23.2.2 +5 -5 src/sys/netgraph/ng_pppoe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 10:57:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8993E37B423; Thu, 21 Sep 2000 10:57:51 -0700 (PDT) Received: (from rnordier@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA27550; Thu, 21 Sep 2000 10:57:51 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Message-Id: <200009211757.KAA27550@freefall.freebsd.org> From: Robert Nordier Date: Thu, 21 Sep 2000 10:57:51 -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: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rnordier 2000/09/21 10:57:51 PDT Modified files: (Branch: RELENG_4) sys/boot/i386/boot0 boot0.s Log: MFC: typo and BSD/OS type. Revision Changes Path 1.14.2.5 +4 -4 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 Thu Sep 21 11: 1:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B42C637B43E; Thu, 21 Sep 2000 11:01:25 -0700 (PDT) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA28449; Thu, 21 Sep 2000 11:01:25 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200009211801.LAA28449@freefall.freebsd.org> From: Archie Cobbs Date: Thu, 21 Sep 2000 11:01:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_UI.c ng_async.c ng_bpf.c ng_cisco.c ng_iface.c ng_ksocket.c ng_lmi.c ng_mppc.c ng_ppp.c ng_pppoe.c ng_pptpgre.c ng_rfc1490.c ng_sample.c ng_tee.c ng_vjc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/09/21 11:01:25 PDT Modified files: sys/netgraph ng_UI.c ng_async.c ng_bpf.c ng_cisco.c ng_iface.c ng_ksocket.c ng_lmi.c ng_mppc.c ng_ppp.c ng_pppoe.c ng_pptpgre.c ng_rfc1490.c ng_sample.c ng_tee.c ng_vjc.c Log: Allocate all memory (including within node constructors) with M_NOWAIT instead of M_WAITOK, to allow for maximum flexibility. Revision Changes Path 1.8 +2 -2 src/sys/netgraph/ng_UI.c 1.8 +4 -4 src/sys/netgraph/ng_async.c 1.5 +3 -3 src/sys/netgraph/ng_bpf.c 1.8 +2 -2 src/sys/netgraph/ng_cisco.c 1.11 +4 -4 src/sys/netgraph/ng_iface.c 1.9 +2 -2 src/sys/netgraph/ng_ksocket.c 1.7 +2 -2 src/sys/netgraph/ng_lmi.c 1.5 +2 -2 src/sys/netgraph/ng_mppc.c 1.23 +2 -2 src/sys/netgraph/ng_ppp.c 1.28 +4 -4 src/sys/netgraph/ng_pppoe.c 1.10 +2 -2 src/sys/netgraph/ng_pptpgre.c 1.8 +2 -2 src/sys/netgraph/ng_rfc1490.c 1.9 +2 -2 src/sys/netgraph/ng_sample.c 1.10 +2 -2 src/sys/netgraph/ng_tee.c 1.13 +2 -2 src/sys/netgraph/ng_vjc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 11:23:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B70537B42C; Thu, 21 Sep 2000 11:23:44 -0700 (PDT) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA34145; Thu, 21 Sep 2000 11:23:44 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Message-Id: <200009211823.LAA34145@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Thu, 21 Sep 2000 11:23:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mbone/rat Makefile ports/mbone/rat/patches patch-aa patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2000/09/21 11:23:44 PDT Modified files: mbone/rat Makefile mbone/rat/patches patch-aa patch-ac Log: Enable IPv6. PR: 21445 Submitted by: maintainer Revision Changes Path 1.11 +11 -5 ports/mbone/rat/Makefile 1.3 +20 -26 ports/mbone/rat/patches/patch-aa 1.3 +41 -9 ports/mbone/rat/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 Thu Sep 21 11:35:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3540B37B443; Thu, 21 Sep 2000 11:35:48 -0700 (PDT) Received: (from rnordier@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA36707; Thu, 21 Sep 2000 11:35:48 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Message-Id: <200009211835.LAA36707@freefall.freebsd.org> From: Robert Nordier Date: Thu, 21 Sep 2000 11:35:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/boot0cfg boot0cfg.8 boot0cfg.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rnordier 2000/09/21 11:35:47 PDT Modified files: (Branch: RELENG_4) usr.sbin/boot0cfg boot0cfg.8 boot0cfg.c Log: MFC: -s option; correct info regarding packet mode; line-breaking style. Revision Changes Path 1.5.2.1 +34 -17 src/usr.sbin/boot0cfg/boot0cfg.8 1.7.2.2 +20 -5 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 Thu Sep 21 11:43:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4ADCC37B446; Thu, 21 Sep 2000 11:43:33 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA43299; Thu, 21 Sep 2000 11:43:33 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200009211843.LAA43299@freefall.freebsd.org> From: Robert Watson Date: Thu, 21 Sep 2000 11:43:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_acl.c vnode_if.src X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/09/21 11:43:32 PDT Modified files: sys/kern kern_acl.c vnode_if.src Log: o Change locking rules for VOP_GETACL() to indicate that vnode locks must be held when retrieving ACLs from vnodes. This is required for EA-based UFS ACL implementations. o Update vacl_get_acl() so that it does appropriate vnode locking. o Remove static from M_ACL malloc define so that it is accessible for consumers of ACLs other than in kern_acl.c Obtained from: TrustedBSD Project Revision Changes Path 1.4 +5 -2 src/sys/kern/kern_acl.c 1.34 +2 -2 src/sys/kern/vnode_if.src To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 11:51:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1667537B507; Thu, 21 Sep 2000 11:51:49 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA45303; Thu, 21 Sep 2000 11:51:49 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200009211851.LAA45303@freefall.freebsd.org> From: Robert Watson Date: Thu, 21 Sep 2000 11:51:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 VOP_GETACL.9 VOP_GETEXTATTR.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/09/21 11:51:48 PDT Modified files: share/man/man9 VOP_GETACL.9 VOP_GETEXTATTR.9 Log: o Bring VOP_GETACL(9) and VOP_GETEXTATTR(9) man page "LOCKS" sections in sync with the implementation. Vnode locks *are* required for these operations, as some underlying implementations will require them. Obtained from: TrustedBSD Project Revision Changes Path 1.2 +2 -3 src/share/man/man9/VOP_GETACL.9 1.2 +2 -3 src/share/man/man9/VOP_GETEXTATTR.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 12: 1:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CD8637B42C; Thu, 21 Sep 2000 12:01:34 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA47463; Thu, 21 Sep 2000 12:01:34 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <200009211901.MAA47463@freefall.freebsd.org> From: Jonathan Lemon Date: Thu, 21 Sep 2000 12:01:34 -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 jlemon 2000/09/21 12:01:34 PDT Modified files: . access Log: Please welcome Bosko Milekic to our happy house. His fingerprints have recently been seen on the mbuf code; he will be working on making it SMPng safe, as well as improving the code in general. Submitted by: jlemon & alfred Approved by: -core Revision Changes Path 1.182 +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 Thu Sep 21 12: 5:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EB8937B440; Thu, 21 Sep 2000 12:05:30 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA49742; Thu, 21 Sep 2000 12:05:30 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200009211905.MAA49742@freefall.freebsd.org> From: Robert Watson Date: Thu, 21 Sep 2000 12:05:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys acl.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/09/21 12:05:30 PDT Modified files: sys/sys acl.h Log: o Add two constants mapping ACLs into extended attribute names o Add '.'s in comments to style(9)-ify them. o Clean up whitespace a little. Obtained from: TrustedBSD Project Revision Changes Path 1.9 +10 -9 src/sys/sys/acl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 12: 6: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E89537B42C; Thu, 21 Sep 2000 12:06:03 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA49871; Thu, 21 Sep 2000 12:06:03 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200009211906.MAA49871@freefall.freebsd.org> From: Robert Watson Date: Thu, 21 Sep 2000 12:06:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/09/21 12:06:02 PDT Modified files: sys/ufs/ffs ffs_vnops.c Log: o Permit UFS Extended Attributes to be associated with special devices and FIFOs. Obtained from: TrustedBSD Project Revision Changes Path 1.70 +9 -1 src/sys/ufs/ffs/ffs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 12:58:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 596E637B422; Thu, 21 Sep 2000 12:58:48 -0700 (PDT) Received: (from fenner@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA58331; Thu, 21 Sep 2000 12:58:48 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Message-Id: <200009211958.MAA58331@freefall.freebsd.org> From: Bill Fenner Date: Thu, 21 Sep 2000 12:58:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/webstone Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG fenner 2000/09/21 12:58:48 PDT Modified files: www/webstone Makefile Log: Remove extra entries from MASTER_SITES Revision Changes Path 1.8 +2 -4 ports/www/webstone/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 13: 2: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D198537B422; Thu, 21 Sep 2000 13:01:57 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA58989; Thu, 21 Sep 2000 13:01:57 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200009212001.NAA58989@freefall.freebsd.org> From: Bill Paul Date: Thu, 21 Sep 2000 13:01:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_fxp.c if_fxpreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/09/21 13:01:57 PDT Modified files: sys/pci if_fxp.c if_fxpreg.h Log: Add the PCI device ID for the on-board ethernet controllers on the Intel 815E motherboard, which I believe is an i82562. Seems to work just fine with the fxp driver. Revision Changes Path 1.94 +4 -1 src/sys/pci/if_fxp.c 1.20 +2 -1 src/sys/pci/if_fxpreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 13: 8: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (Postfix) with ESMTP id 0B90F37B422; Thu, 21 Sep 2000 13:07:57 -0700 (PDT) Received: (from smap@localhost) by whistle.com (8.10.0/8.10.0) id e8LK72f13774; Thu, 21 Sep 2000 13:07:02 -0700 (PDT) Received: from bubba.whistle.com( 207.76.205.7) by whistle.com via smap (V2.0) id xma013769; Thu, 21 Sep 2000 13:06:36 -0700 Received: (from archie@localhost) by bubba.whistle.com (8.9.3/8.9.3) id NAA18943; Thu, 21 Sep 2000 13:06:36 -0700 (PDT) (envelope-from archie) From: Archie Cobbs Message-Id: <200009212006.NAA18943@bubba.whistle.com> Subject: Re: cvs commit: ports INDEX In-Reply-To: <200009211731.LAA60133@harmony.village.org> "from Warner Losh at Sep 21, 2000 11:31:12 am" To: Warner Losh Date: Thu, 21 Sep 2000 13:06:36 -0700 (PDT) Cc: Akinori -Aki- MUSHA , ade@FreeBSD.org, asami@FreeBSD.org, freebsd-java@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Warner Losh writes: > : > We're only 400 ports away from 6!*6. That's just a long weekend for > : > Steve Price, so we should see that before 4.2 :-) > : > : Okay, you can find me another language than Ruby! > : > : Err, just kidding. :-> > > Hmmm. I almost said that if we found another language that we could > do this in under a day. I think both java and python are > underrepresented in the tree right now. We've got boatloads of ruby > things, a blue million P5- libraries, but very few from Java and > Python. [ nb: moving this thread to freebsd-java@freebsd.org ] This brings up a semi-serious point. There is tons of Java code out there that is distributed as JAR files, or maybe JAR files plus a native shared library. Just taking one a random example, SableCC: http://www.sable.mcgill.ca/sablecc/ This is an application, but there are also various Java libraries. We need to have a standard way of installing this kind of software. Better yet, it should work for any of our Java runtimes (JDK, kaffe, ...?) For example, we could specify that: - All JAR files go into /usr/local/share/java/jars (replace /usr/local with your favorite ${PREFIX} of course). - All native shared libraries files go into /usr/local/lib/java - Ports of application code should install helper scripts, e.g.: #!/bin/sh # Note: this script is stored as /usr/local/bin/sablecc JARSDIR=/usr/local/share/java/jars CLASSPATH=${CLASSPATH}:${JARSDIR}/sablecc-2.13.jar export CLASSPATH java SableCC ${1+"$@"} If there was a shared library, it would be added to the LD_LIBRARY_PATH environment variable in this script as well. Etc. - Ports should install man pages as well This way you could install and run as easy as this: $ cd /usr/ports/java/sablecc $ make all install $ sablecc ... Thoughts? -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 Thu Sep 21 13:13:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 35F7737B42C; Thu, 21 Sep 2000 13:13:41 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA62303; Thu, 21 Sep 2000 13:13:41 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200009212013.NAA62303@freefall.freebsd.org> From: Matt Jacob Date: Thu, 21 Sep 2000 13:13:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_target.c isp_target.h ispmbox.h ispreg.h ispvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/09/21 13:13:41 PDT Modified files: sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_target.c isp_target.h ispmbox.h ispreg.h ispvar.h Log: some copyright cleanups Revision Changes Path 1.52 +4 -7 src/sys/dev/isp/isp.c 1.47 +3 -4 src/sys/dev/isp/isp_freebsd.c 1.36 +3 -4 src/sys/dev/isp/isp_freebsd.h 1.11 +3 -6 src/sys/dev/isp/isp_inline.h 1.11 +3 -6 src/sys/dev/isp/isp_target.c 1.8 +3 -6 src/sys/dev/isp/isp_target.h 1.25 +3 -9 src/sys/dev/isp/ispmbox.h 1.18 +3 -7 src/sys/dev/isp/ispreg.h 1.33 +3 -7 src/sys/dev/isp/ispvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 13:15:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BD0737B42C; Thu, 21 Sep 2000 13:15:41 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA62774; Thu, 21 Sep 2000 13:15:41 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200009212015.NAA62774@freefall.freebsd.org> From: Matt Jacob Date: Thu, 21 Sep 2000 13:15:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ispfw ispfw.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/09/21 13:15:40 PDT Modified files: sys/dev/ispfw ispfw.c Log: some copyright cleanups Revision Changes Path 1.4 +3 -6 src/sys/dev/ispfw/ispfw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 13:16: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0341637B43C; Thu, 21 Sep 2000 13:16:05 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA62869; Thu, 21 Sep 2000 13:16:04 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200009212016.NAA62869@freefall.freebsd.org> From: Matt Jacob Date: Thu, 21 Sep 2000 13:16:04 -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/09/21 13:16:04 PDT Modified files: sys/pci isp_pci.c Log: some copyright cleanups Revision Changes Path 1.53 +3 -4 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 Thu Sep 21 13:21:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8736737B440; Thu, 21 Sep 2000 13:21:31 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA63713; Thu, 21 Sep 2000 13:21:31 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200009212021.NAA63713@freefall.freebsd.org> From: Mike Smith Date: Thu, 21 Sep 2000 13:21:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/asr asr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/09/21 13:21:31 PDT Modified files: sys/dev/asr asr.c Log: Fix a race in ASR_ccbAdd and ASR_ccbRemove, which were both manipulating the ccb queue without masking interrupts. Submitted by: Petr Lampa Revision Changes Path 1.3 +12 -1 src/sys/dev/asr/asr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 13:24:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A57F37B43F; Thu, 21 Sep 2000 13:24:32 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA64210; Thu, 21 Sep 2000 13:24:32 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200009212024.NAA64210@freefall.freebsd.org> From: Matt Jacob Date: Thu, 21 Sep 2000 13:24:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ispfw ispfw.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/09/21 13:24:32 PDT Modified files: (Branch: RELENG_4) sys/dev/ispfw ispfw.c Log: MFC copyright cleanups Revision Changes Path 1.2.2.2 +3 -4 src/sys/dev/ispfw/ispfw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 13:33:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 359F437B440; Thu, 21 Sep 2000 13:33:43 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA66461; Thu, 21 Sep 2000 13:33:43 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200009212033.NAA66461@freefall.freebsd.org> From: Bill Paul Date: Thu, 21 Sep 2000 13:33:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/09/21 13:33:43 PDT Modified files: (Branch: RELENG_4) sys/pci if_dc.c Log: MFC: merge in HomePNA PHY fix. Revision Changes Path 1.9.2.10 +11 -6 src/sys/pci/if_dc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 13:33:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC41537B424; Thu, 21 Sep 2000 13:33:53 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA66559; Thu, 21 Sep 2000 13:33:53 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200009212033.NAA66559@freefall.freebsd.org> From: Mike Smith Date: Thu, 21 Sep 2000 13:33:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files options src/sys/dev/asr MAINTAINER asr.c dptalign.h dptsig.h i2oadptr.h i2obscsi.h i2odep.h i2odpt.h i2oexec.h i2omsg.h i2otypes.h i2outil.h osd_defs.h osd_unix.h osd_util.h sys_info.h src/sys/i386/conf GENERIC LINT ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/09/21 13:33:53 PDT Modified files: (Branch: RELENG_4) sys/conf files options sys/i386/conf GENERIC LINT sys/modules Makefile Added files: (Branch: RELENG_4) sys/dev/asr MAINTAINER asr.c dptalign.h dptsig.h i2oadptr.h i2obscsi.h i2odep.h i2odpt.h i2oexec.h i2omsg.h i2otypes.h i2outil.h osd_defs.h osd_unix.h osd_util.h sys_info.h sys/modules/asr Makefile Log: MFC: bring the 'asr' driver for current DPT RAID controllers back to -STABLE. Revision Changes Path 1.340.2.25 +2 -1 src/sys/conf/files 1.191.2.15 +4 -1 src/sys/conf/options 1.246.2.9 +5 -2 src/sys/i386/conf/GENERIC 1.749.2.25 +7 -1 src/sys/i386/conf/Attic/LINT 1.110.2.14 +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 Thu Sep 21 13:42:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF81C37B424; Thu, 21 Sep 2000 13:42:29 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA68823; Thu, 21 Sep 2000 13:42:29 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200009212042.NAA68823@freefall.freebsd.org> From: Mike Smith Date: Thu, 21 Sep 2000 13:42:29 -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/09/21 13:42:29 PDT Modified files: (Branch: RELENG_4) sys/i386/conf GENERIC Log: Disable the 'twe' driver for the 4.1.1 release; there are issues with current card firmware and the current driver which make it unadvisable to support installing. Doing this means that I can supply a fixed driver in a loadable module once we have resolved the issue. Revision Changes Path 1.246.2.10 +2 -2 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 Thu Sep 21 13:43:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DC3D37B440; Thu, 21 Sep 2000 13:43:16 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA69071; Thu, 21 Sep 2000 13:43:16 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200009212043.NAA69071@freefall.freebsd.org> From: Bill Paul Date: Thu, 21 Sep 2000 13:43:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 pcn.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/09/21 13:43:16 PDT Modified files: share/man/man4 pcn.4 Log: Make some small line-break tweaks. Submitted by: Sheldon Hearn Revision Changes Path 1.2 +5 -5 src/share/man/man4/pcn.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 13:48:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E2E137B42C; Thu, 21 Sep 2000 13:48:17 -0700 (PDT) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA70233; Thu, 21 Sep 2000 13:48:17 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200009212048.NAA70233@freefall.freebsd.org> From: Ben Smithurst Date: Thu, 21 Sep 2000 13:48:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ben 2000/09/21 13:48:17 PDT Modified files: . Makefile Log: Support ${SUPHOST} PR: 21430 Submitted by: Christian Weisgerber Revision Changes Path 1.20 +4 -1 doc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 13:51:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8787F37B423; Thu, 21 Sep 2000 13:51:08 -0700 (PDT) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA71091; Thu, 21 Sep 2000 13:51:08 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200009212051.NAA71091@freefall.freebsd.org> From: Ben Smithurst Date: Thu, 21 Sep 2000 13:51:08 -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 ben 2000/09/21 13:51:08 PDT Modified files: en_US.ISO_8859-1/books/porters-handbook book.sgml Log: Add more missing __FreeBSD_version descriptions. Revision Changes Path 1.124 +17 -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 Thu Sep 21 14: 8:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7119637B42C; Thu, 21 Sep 2000 14:08:24 -0700 (PDT) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA75465; Thu, 21 Sep 2000 14:08:24 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Message-Id: <200009212108.OAA75465@freefall.freebsd.org> From: Munechika SUMIKAWA Date: Thu, 21 Sep 2000 14:08:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mbone/rat Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sumikawa 2000/09/21 14:08:24 PDT Modified files: mbone/rat Makefile Log: Add PORTREVISION=1 to reflect the changed behaviour by the previous commiting. Noticed by: kris Revision Changes Path 1.12 +2 -1 ports/mbone/rat/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 14:19:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B193337B422; Thu, 21 Sep 2000 14:19:09 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA76771; Thu, 21 Sep 2000 14:19:09 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200009212119.OAA76771@freefall.freebsd.org> From: Matt Jacob Date: Thu, 21 Sep 2000 14:19:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci isp_pci.c src/sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_target.c isp_target.h ispmbox.h ispreg.h ispvar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/09/21 14:19:09 PDT Modified files: (Branch: RELENG_4) sys/pci isp_pci.c sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_target.c isp_target.h ispmbox.h ispreg.h ispvar.h Log: MFC the major rewrite of this driver (core version 2.0). MFC support for the non-attach of Qlogic 12160 with certain sub-vendorid. Revision Changes Path 1.45.2.3 +109 -113 src/sys/pci/isp_pci.c 1.41.2.5 +1245 -1099 src/sys/dev/isp/isp.c 1.32.2.5 +171 -152 src/sys/dev/isp/isp_freebsd.c 1.26.2.3 +250 -166 src/sys/dev/isp/isp_freebsd.h 1.6.2.3 +53 -123 src/sys/dev/isp/isp_inline.h 1.5.4.4 +122 -135 src/sys/dev/isp/isp_target.c 1.3.4.4 +6 -12 src/sys/dev/isp/isp_target.h 1.20.2.3 +41 -18 src/sys/dev/isp/ispmbox.h 1.13.2.3 +6 -6 src/sys/dev/isp/ispreg.h 1.25.2.3 +207 -50 src/sys/dev/isp/ispvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 15: 3:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3672837B424; Thu, 21 Sep 2000 15:03:27 -0700 (PDT) Received: (from rv@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA84719; Thu, 21 Sep 2000 15:03:27 -0700 (PDT) (envelope-from rv@FreeBSD.org) Message-Id: <200009212203.PAA84719@freefall.freebsd.org> From: Rajesh Vaidheeswarran Date: Thu, 21 Sep 2000 15:03:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cons Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rv 2000/09/21 15:03:27 PDT Modified files: devel/cons Makefile Log: Fix the FTP site URL with trailing slash. Revision Changes Path 1.19 +2 -2 ports/devel/cons/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 15:32:30 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 85B5337B43C; Thu, 21 Sep 2000 15:32:27 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA91262; Thu, 21 Sep 2000 15:32:27 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009212232.PAA91262@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 21 Sep 2000 15:32:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/uvscan Makefile ports/security/uvscan/files md5 uvscan.sh ports/security/uvscan/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/21 15:32:27 PDT Removed files: security/uvscan Makefile security/uvscan/files md5 uvscan.sh security/uvscan/pkg COMMENT DESCR PLIST Log: Remove uvscan for reimporting over the older version in vscan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 15:40:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4041237B422; Thu, 21 Sep 2000 15:40:22 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA92554; Thu, 21 Sep 2000 15:40:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009212240.PAA92554@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 21 Sep 2000 15:40:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/vscan Makefile ports/security/vscan/files md5 uvscan.sh ports/security/vscan/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/21 15:40:22 PDT Modified files: security Makefile Added files: security/vscan Makefile security/vscan/files md5 uvscan.sh security/vscan/pkg COMMENT DESCR PLIST Log: Move uvscan 4.07e from security/uvscan. This location held an older version of the software, so we do this to preserve history. It will be reimported to uvscan after the attic has been cleaned out in a few months. Requested by: asami Revision Changes Path 1.131 +2 -2 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 Thu Sep 21 15:47:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1050437B43C; Thu, 21 Sep 2000 15:47:47 -0700 (PDT) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA93671; Thu, 21 Sep 2000 15:47:47 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Message-Id: <200009212247.PAA93671@freefall.freebsd.org> From: Bosko Milekic Date: Thu, 21 Sep 2000 15:47:46 -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 bmilekic 2000/09/21 15:47:46 PDT Modified files: en_US.ISO_8859-1/books/handbook authors.ent Log: First commit: add myself to committers list Revision Changes Path 1.117 +3 -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 Thu Sep 21 15:48:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FFAF37B43C; Thu, 21 Sep 2000 15:48:56 -0700 (PDT) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA93859; Thu, 21 Sep 2000 15:48:56 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Message-Id: <200009212248.PAA93859@freefall.freebsd.org> From: Bosko Milekic Date: Thu, 21 Sep 2000 15:48:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: 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 bmilekic 2000/09/21 15:48:56 PDT Modified files: en_US.ISO_8859-1/books/handbook/staff chapter.sgml Log: Second part of first commit: make myself visible in the handbook (Committers section) Revision Changes Path 1.154 +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 Thu Sep 21 16:26:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CEF9237B424; Thu, 21 Sep 2000 16:26:16 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA00272; Thu, 21 Sep 2000 16:26:16 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009212326.QAA00272@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 21 Sep 2000 16:26:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/uvscan-dat Makefile ports/security/uvscan-dat/files md5 ports/security/uvscan-dat/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/21 16:26:16 PDT Modified files: security/uvscan-dat Makefile security/uvscan-dat/files md5 security/uvscan-dat/pkg DESCR Log: Upgrade to 4096 virus definitions and update WWW site Revision Changes Path 1.3 +2 -2 ports/security/uvscan-dat/Makefile 1.3 +1 -1 ports/security/uvscan-dat/files/md5 1.2 +1 -1 ports/security/uvscan-dat/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 16:29:59 2000 Delivered-To: cvs-all@freebsd.org Received: from mailgate.originative.co.uk (mailgate.originative.co.uk [194.217.50.228]) by hub.freebsd.org (Postfix) with ESMTP id 8DFF637B43C; Thu, 21 Sep 2000 16:29:53 -0700 (PDT) Received: from originative.co.uk (lobster.originative.co.uk [194.217.50.241]) by mailgate.originative.co.uk (Postfix) with ESMTP id 3C4251D140; Fri, 22 Sep 2000 00:29:45 +0100 (BST) Message-ID: <39CA99E8.45BFE772@originative.co.uk> Date: Fri, 22 Sep 2000 00:29:44 +0100 From: Paul Richards X-Mailer: Mozilla 4.74 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Bill Paul Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/man/man4 pcn.4 Makefile src/sys/alpha/confGENERIC src/sys/i386/conf GENERIC src/sys/modules Makefilesrc/sys/modules/pcn Makefile src/sys/conf files src/sys/pciif_pcn.c if_pcnreg.h src/release/sysinstall devices.c References: <200009201730.KAA91122@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 Bill Paul wrote: > > wpaul 2000/09/20 10:30:22 PDT > > Modified files: > share/man/man4 Makefile > sys/alpha/conf GENERIC > sys/i386/conf GENERIC > sys/modules Makefile > sys/conf files > release/sysinstall devices.c > Added files: > share/man/man4 pcn.4 > sys/modules/pcn Makefile > sys/pci if_pcn.c if_pcnreg.h > Log: > Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters. > Previously, these cards were supported by the lnc driver (and they > still are, but the pcn driver will claim them first), which is fine > except the lnc driver runs them in 16-bit LANCE compatibility mode. > The pcn driver runs these chips in 32-bit mode and uses the RX alignment > feature to achieve zero-copy receive. (Which puts it in the same > class as the xl, fxp and tl chipsets.) This driver is also MI, so it > will work on the x86 and alpha platforms. (The lnc driver is still > needed to support non-PCI cards. At some point, I'll need to newbusify > it so that it too will me MI.) > > The Am79c978 HomePNA adapter is also supported. I wish you'd mentioned you were doing this. I have a newbusified lnc driver and I was working on the 32 bit code. We know have 3 lance based drivers for i386 plus another for alpha :-( Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 16:37:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3080B37B422; Thu, 21 Sep 2000 16:37:30 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA02473; Thu, 21 Sep 2000 16:37:30 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009212337.QAA02473@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 21 Sep 2000 16:37:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/ssh Makefile ports/security/ssh/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/21 16:37:29 PDT Modified files: security/ssh Makefile security/ssh/pkg DESCR Log: Fennerize MASTER_SITES and replace with a fresh set which a) actually carry the distfile and b) are probably better sorted networkologically for the majority of users. Trim DESCR down to a sane length. Revision Changes Path 1.103 +8 -6 ports/security/ssh/Makefile 1.5 +0 -93 ports/security/ssh/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 16:40:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 84ABB37B424; Thu, 21 Sep 2000 16:40:37 -0700 (PDT) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA02881; Thu, 21 Sep 2000 16:40:37 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Message-Id: <200009212340.QAA02881@freefall.freebsd.org> From: Bosko Milekic Date: Thu, 21 Sep 2000 16:40:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news newsflash.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmilekic 2000/09/21 16:40:37 PDT Modified files: en/news newsflash.sgml Log: New newsflash: announce myself as new committer (This, as well as the addition to the Developer section of the handbook should really have been done in one commit). Revision Changes Path 1.203 +9 -2 www/en/news/newsflash.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 16:43:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CDDA37B422; Thu, 21 Sep 2000 16:43:46 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA03425; Thu, 21 Sep 2000 16:43:46 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009212343.QAA03425@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 21 Sep 2000 16:43:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/fakebo Makefile ports/security/fakebo/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/21 16:43:45 PDT Modified files: security/fakebo Makefile security/fakebo/pkg DESCR Log: Fennerize MASTER_SITES and WWW link Revision Changes Path 1.10 +5 -4 ports/security/fakebo/Makefile 1.3 +1 -1 ports/security/fakebo/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 16:47:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D59B37B424; Thu, 21 Sep 2000 16:47:18 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA03853; Thu, 21 Sep 2000 16:47:18 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009212347.QAA03853@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 21 Sep 2000 16:47:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/kbiff Makefile ports/mail/kbiff/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/21 16:47:18 PDT Modified files: mail/kbiff Makefile mail/kbiff/pkg DESCR Log: Fennerize MASTER_SITE and WWW Revision Changes Path 1.17 +2 -2 ports/mail/kbiff/Makefile 1.4 +1 -1 ports/mail/kbiff/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 16:49:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8811237B424; Thu, 21 Sep 2000 16:49:39 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA04218; Thu, 21 Sep 2000 16:49:39 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009212349.QAA04218@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 21 Sep 2000 16:49:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/povray Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/21 16:49:39 PDT Modified files: graphics/povray Makefile Log: Remove a dead MASTER_SITE Revision Changes Path 1.23 +2 -3 ports/graphics/povray/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 16:56:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 08E0F37B43E; Thu, 21 Sep 2000 16:56:39 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA05852; Thu, 21 Sep 2000 16:56:38 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009212356.QAA05852@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 21 Sep 2000 16:56:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.sites.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/21 16:56:38 PDT Modified files: Mk bsd.sites.mk Log: ftp.alpha1.net is not accepting anonftp Revision Changes Path 1.12 +1 -2 ports/Mk/bsd.sites.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 17:17:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AA98537B423; Thu, 21 Sep 2000 17:17:20 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA11100; Thu, 21 Sep 2000 17:17:20 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220017.RAA11100@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 21 Sep 2000 17:17:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/gv/patches patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/21 17:17:20 PDT Added files: print/gv/patches patch-ac Log: ComplexProgramTarget() -> ComplexProgramTargetNoMan() To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 18: 5: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1092A37B42C; Thu, 21 Sep 2000 18:05:00 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA19623; Thu, 21 Sep 2000 18:05:00 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Message-Id: <200009220105.SAA19623@freefall.freebsd.org> From: Garrett Wollman Date: Thu, 21 Sep 2000 18:04:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/finger finger.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wollman 2000/09/21 18:04:59 PDT Modified files: usr.bin/finger finger.1 Log: Delete a bogus reference to T/TCP -- the problem still exists on Standard TCP. Revision Changes Path 1.13 +2 -4 src/usr.bin/finger/finger.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 18: 6:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4373037B42C; Thu, 21 Sep 2000 18:06:41 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA21368; Thu, 21 Sep 2000 18:06:41 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Message-Id: <200009220106.SAA21368@freefall.freebsd.org> From: Garrett Wollman Date: Thu, 21 Sep 2000 18:06:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/finger net.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wollman 2000/09/21 18:06:41 PDT Modified files: usr.bin/finger net.c Log: Implement IPv6 support. Also restructure the way multi-homed hosts are treated, regardless of protocol. Revision Changes Path 1.13 +92 -58 src/usr.bin/finger/net.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 18: 7:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 05FCC37B446; Thu, 21 Sep 2000 18:07:31 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA21622; Thu, 21 Sep 2000 18:07:30 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009220107.SAA21622@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 21 Sep 2000 18:07:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/arla Makefile ports/net/arla/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/21 18:07:30 PDT Modified files: net/arla Makefile net/arla/pkg PLIST Log: Fix PLIST, and bump PORTREVISION accordingly. Revision Changes Path 1.16 +3 -1 ports/net/arla/Makefile 1.7 +19 -5 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 Thu Sep 21 18:14:28 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 D2A4637B423; Thu, 21 Sep 2000 18:14:24 -0700 (PDT) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id VAA09611; Thu, 21 Sep 2000 21:14:23 -0400 (EDT) (envelope-from wollman) Date: Thu, 21 Sep 2000 21:14:23 -0400 (EDT) From: Garrett Wollman Message-Id: <200009220114.VAA09611@khavrinen.lcs.mit.edu> To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/finger net.c In-Reply-To: <200009220106.SAA21368@freefall.freebsd.org> References: <200009220106.SAA21368@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > Implement IPv6 support. Also restructure the way multi-homed hosts > are treated, regardless of protocol. Perhaps I should have written: Actually deal with multi-homed hosts. ...since that's what the `restructure' amounts to. The old code would never try any address beyond than the first. This code was tested against LCS's IPv6-enabled `finger' pseudo-servers [1]; you an try it yourself by fingering me at mintaka.ipv6.lcs.mit.edu [2]. -GAWollman [1] Actually just a transparent proxy implemented with netcat. [2] Provided you have 6to4 configured and are using a 6to4 IP address. We haven't got our 6bone situation figured out yet. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 18:15:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A551837B42C; Thu, 21 Sep 2000 18:15:26 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA22837; Thu, 21 Sep 2000 18:15:26 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200009220115.SAA22837@freefall.freebsd.org> From: Warner Losh Date: Thu, 21 Sep 2000 18:15:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccard.c pccardvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/09/21 18:15:26 PDT Modified files: sys/dev/pccard pccard.c pccardvar.h Log: o Merge in changes to the NetBSD sources: pcmciavar.h 1.9->1.12 1.12, enami, minor coding nits 1.11, augustss, (pcmcia_devinfo NRFB) 1.10, cgd, add generic lookup routines pcmcia.c 1.14->1.23 1.23, drochner, (probe code printing, NRFB) 1.22, augustss, KNF 1.21, uch, (hpcmips tweaks NRFB) 1.20, chopps, remove bogus debug 1.19, enami, minor coding nits 1.18, augustss, (pcmcia_devinfo NRFB) 1.17, nathanw, LP64 printf fixes 1.16, cgd, add generic lookup routines 1.15, aymeric, printf fixes NRFB == not relevant to freebsd o Expand the pccard matching routines to include the ability to match against the CIS strings since our current driver database is based on that. o Add lots more ivars to get the information necessary to snag these values. Revision Changes Path 1.18 +55 -2 src/sys/dev/pccard/pccard.c 1.17 +40 -8 src/sys/dev/pccard/pccardvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 18:17:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61C5537B443; Thu, 21 Sep 2000 18:17:18 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA23177; Thu, 21 Sep 2000 18:17:18 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220117.SAA23177@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 21 Sep 2000 18:17:18 -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/09/21 18:17:18 PDT Modified files: Mk bsd.port.mk Log: (1) Deal with new world order with regards to RSAREF. Submitted by: kris (2) Include bsd.ruby.mk if USE_RUBY and USE_LIBRUBY are defined. Submitted by: ruby-czar knu (3) USE_QT2 now uses qt22 instead of qt21. Submitted by: will (4) Typo: RUN_DEPENDS= -> RUN_DEPENDS+= in USE_LINUX. Submitted by: Kazu TAKAMUNE (5) Add ${MTEE_FOLLOWS_SYMLINKS} to mtree arg. This is either "-L" or undefined, so it will only change the behavior when mtree actually has support for the flag. Submitted by: ache (6) Change nesting of .ifs around MOTIF_OPEN -- it used to be inside PARALLEL_PACKAGE_BUILD. I don't know what I was smoking. (7) Add new category french. Now the French have the same thing the Germans have had for a while. :) Requested by: Martin Blapp (8) Add new virtual category zope. Requested by: Neil Blakey-Milner Revision Changes Path 1.351 +16 -16 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 Sep 21 18:28:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 78EB437B422; Thu, 21 Sep 2000 18:28:20 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA25557; Thu, 21 Sep 2000 18:28:20 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009220128.SAA25557@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 21 Sep 2000 18:28:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netatalk/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/21 18:28:20 PDT Modified files: net/netatalk/pkg PLIST Log: Fix botched attempt to remove unchanged config files on deinstall Revision Changes Path 1.8 +2 -2 ports/net/netatalk/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 Sep 21 18:59:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C7BD37B43F; Thu, 21 Sep 2000 18:59:07 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA31999; Thu, 21 Sep 2000 18:59:06 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009220159.SAA31999@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 21 Sep 2000 18:59:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/hpack.non-usa.only Makefile ports/ftp/curl Makefile ports/ftp/pavuk Makefile ports/japanese/w3m-ssl Makefile ports/mail/mutt Makefile ports/mail/pine4-ssl Makefile ports/mail/zmailer Makefile ports/net/SSLtelnet Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/21 18:59:06 PDT Modified files: archivers/hpack.non-usa.only Makefile ftp/curl Makefile ftp/pavuk Makefile japanese/w3m-ssl Makefile mail/mutt Makefile mail/pine4-ssl Makefile mail/zmailer Makefile net/SSLtelnet Makefile net/gale Makefile net/pipsecd Makefile net/tund Makefile russian/apache13-modssl Makefile security/bjorb Makefile security/cyrus-sasl Makefile security/keynote Makefile security/openssh Makefile security/pgp Makefile security/racoon Makefile security/slush Makefile security/sslproxy Makefile security/sslwrap Makefile security/stunnel Makefile security/zebedee Makefile www/apache13-modssl Makefile www/apache13-ssl Makefile www/lynx-ssl Makefile www/w3m Makefile www/w3m-ssl Makefile Log: Update all ports using OpenSSL and RSA to work without rsaref since it is no longer required. Apologies to the various maintainers whom I did not yet hear back from, but the ports freeze is coming up in a few hours and I will be verifying all of these ports on a 4.1 machine myself to catch any problems. Revision Changes Path 1.15 +1 -2 ports/archivers/hpack.non-usa.only/Makefile 1.20 +3 -10 ports/ftp/curl/Makefile 1.19 +3 -10 ports/ftp/pavuk/Makefile 1.6 +2 -2 ports/japanese/w3m-ssl/Makefile 1.97 +2 -2 ports/mail/mutt/Makefile 1.18 +2 -9 ports/mail/pine4-ssl/Makefile 1.6 +2 -2 ports/mail/zmailer/Makefile 1.15 +2 -2 ports/net/SSLtelnet/Makefile 1.3 +1 -4 ports/net/gale/Makefile 1.9 +2 -2 ports/net/pipsecd/Makefile 1.6 +2 -2 ports/net/tund/Makefile 1.7 +2 -2 ports/russian/apache13-modssl/Makefile 1.14 +2 -2 ports/security/bjorb/Makefile 1.14 +2 -2 ports/security/cyrus-sasl/Makefile 1.7 +2 -2 ports/security/keynote/Makefile 1.54 +2 -5 ports/security/openssh/Makefile 1.37 +15 -50 ports/security/pgp/Makefile 1.4 +2 -2 ports/security/racoon/Makefile 1.10 +2 -2 ports/security/slush/Makefile 1.10 +2 -2 ports/security/sslproxy/Makefile 1.6 +2 -2 ports/security/sslwrap/Makefile 1.23 +2 -2 ports/security/stunnel/Makefile 1.6 +2 -2 ports/security/zebedee/Makefile 1.74 +2 -2 ports/www/apache13-modssl/Makefile 1.69 +2 -13 ports/www/apache13-ssl/Makefile 1.12 +2 -2 ports/www/lynx-ssl/Makefile 1.21 +1 -4 ports/www/w3m/Makefile 1.8 +2 -2 ports/www/w3m-ssl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 19: 9:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 31E4F37B423; Thu, 21 Sep 2000 19:09:17 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA35837; Thu, 21 Sep 2000 19:09:15 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200009220209.TAA35837@freefall.freebsd.org> From: John Polstra Date: Thu, 21 Sep 2000 19:09:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include link.h src/libexec/rtld-elf rtld.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/09/21 19:09:14 PDT Modified files: (Branch: RELENG_4) include link.h Log: MFC 1.20 -> 1.21: Fix prototype of r_brk to agree with change to dynamic linker. Revision Changes Path 1.20.2.1 +3 -2 src/include/link.h Modified files: (Branch: RELENG_4) libexec/rtld-elf rtld.c Log: MFC 1.47 -> 1.48: Pass useful info to r_debug_state(), to be used by debuggers and/or trace tools. Revision Changes Path 1.43.2.3 +19 -9 src/libexec/rtld-elf/rtld.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 19:14:20 2000 Delivered-To: cvs-all@freebsd.org Received: from po4.wam.umd.edu (po4.wam.umd.edu [128.8.10.166]) by hub.freebsd.org (Postfix) with ESMTP id 8FC2D37B424; Thu, 21 Sep 2000 19:14:13 -0700 (PDT) Received: from rac1.wam.umd.edu (IDENT:root@rac1.wam.umd.edu [128.8.10.141]) by po4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id WAA06092; Thu, 21 Sep 2000 22:14:11 -0400 (EDT) Received: from rac1.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by rac1.wam.umd.edu (8.9.3/8.9.3) with SMTP id WAA00240; Thu, 21 Sep 2000 22:14:10 -0400 (EDT) Received: from localhost (culverk@localhost) by rac1.wam.umd.edu (8.9.3/8.9.3) with ESMTP id WAA00221; Thu, 21 Sep 2000 22:14:10 -0400 (EDT) X-Authentication-Warning: rac1.wam.umd.edu: culverk owned process doing -bs Date: Thu, 21 Sep 2000 22:14:10 -0400 (EDT) From: Kenneth Wayne Culver To: Warner Losh Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/pccard pccard.c pccardvar.h In-Reply-To: <200009220115.SAA22837@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 This isn't cardbus is it? ================================================================= | Kenneth Culver | FreeBSD: The best NT upgrade | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: muythaibxr | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= On Thu, 21 Sep 2000, Warner Losh wrote: > imp 2000/09/21 18:15:26 PDT > > Modified files: > sys/dev/pccard pccard.c pccardvar.h > Log: > o Merge in changes to the NetBSD sources: > pcmciavar.h 1.9->1.12 > 1.12, enami, minor coding nits > 1.11, augustss, (pcmcia_devinfo NRFB) > 1.10, cgd, add generic lookup routines > pcmcia.c 1.14->1.23 > 1.23, drochner, (probe code printing, NRFB) > 1.22, augustss, KNF > 1.21, uch, (hpcmips tweaks NRFB) > 1.20, chopps, remove bogus debug > 1.19, enami, minor coding nits > 1.18, augustss, (pcmcia_devinfo NRFB) > 1.17, nathanw, LP64 printf fixes > 1.16, cgd, add generic lookup routines > 1.15, aymeric, printf fixes > NRFB == not relevant to freebsd > o Expand the pccard matching routines to include the ability to match > against the CIS strings since our current driver database is based on > that. > o Add lots more ivars to get the information necessary to snag these values. > > Revision Changes Path > 1.18 +55 -2 src/sys/dev/pccard/pccard.c > 1.17 +40 -8 src/sys/dev/pccard/pccardvar.h > > > > 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 Thu Sep 21 19:16:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B97637B423; Thu, 21 Sep 2000 19:16:22 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA37137; Thu, 21 Sep 2000 19:16:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009220216.TAA37137@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 21 Sep 2000 19:16:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netatalk-asun/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/21 19:16:19 PDT Modified files: net/netatalk-asun/pkg PLIST Log: Fix botched attempt to delete config files on deinstall if they were unchanged from the defaults. Revision Changes Path 1.4 +3 -1 ports/net/netatalk-asun/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 Sep 21 19:19:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61F2B37B424; Thu, 21 Sep 2000 19:19:27 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA37568; Thu, 21 Sep 2000 19:19:27 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009220219.TAA37568@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 21 Sep 2000 19:19:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/yabasic Makefile ports/lang/yabasic/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/21 19:19:27 PDT Modified files: lang/yabasic Makefile lang/yabasic/files md5 Log: Upgrade to yabasic 2.64 Submitted by: Satoshi's big ball of rice Revision Changes Path 1.7 +2 -2 ports/lang/yabasic/Makefile 1.8 +1 -1 ports/lang/yabasic/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 19:20:54 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 A92C037B422; Thu, 21 Sep 2000 19:20:50 -0700 (PDT) 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 UAA07930; Thu, 21 Sep 2000 20:20:48 -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 UAA64072; Thu, 21 Sep 2000 20:20:48 -0600 (MDT) Message-Id: <200009220220.UAA64072@harmony.village.org> To: Kenneth Wayne Culver Subject: Re: cvs commit: src/sys/dev/pccard pccard.c pccardvar.h Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: Your message of "Thu, 21 Sep 2000 22:14:10 EDT." References: Date: Thu, 21 Sep 2000 20:20:48 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message Kenneth Wayne Culver writes: : This isn't cardbus is it? That's right. It isn't :-) Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 19:22:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 07BFA37B422; Thu, 21 Sep 2000 19:22:56 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA38445; Thu, 21 Sep 2000 19:22:55 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200009220222.TAA38445@freefall.freebsd.org> From: John Polstra Date: Thu, 21 Sep 2000 19:22:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include dlfcn.h src/libexec/rtld-elf rtld.c rtld.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/09/21 19:22:55 PDT Modified files: (Branch: RELENG_4) include dlfcn.h libexec/rtld-elf rtld.c rtld.h Log: MFC: Add support for dlsym(RTLD_DEFAULT, ...). dlfcn.h: 1.10 -> 1.11 rtld.c: 1.48 -> 1.49 rtld.h: 1.19 -> 1.20 Revision Changes Path 1.10.2.1 +4 -5 src/include/dlfcn.h 1.43.2.4 +96 -68 src/libexec/rtld-elf/rtld.c 1.15.2.3 +3 -3 src/libexec/rtld-elf/rtld.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 19:25:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52EEC37B424; Thu, 21 Sep 2000 19:25:45 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA39170; Thu, 21 Sep 2000 19:25:45 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009220225.TAA39170@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 21 Sep 2000 19:25:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/xgraph Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/21 19:25:45 PDT Modified files: math/xgraph Makefile Log: Bump version number to note new vendor release (with the same "official" version) Revision Changes Path 1.19 +2 -2 ports/math/xgraph/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 19:26:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BD4CC37B422; Thu, 21 Sep 2000 19:26:21 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA39360; Thu, 21 Sep 2000 19:26:21 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200009220226.TAA39360@freefall.freebsd.org> From: John Polstra Date: Thu, 21 Sep 2000 19:26:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen dlopen.3 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/09/21 19:26:21 PDT Modified files: (Branch: RELENG_4) lib/libc/gen dlopen.3 Log: MFC 1.9 -> 1.11: Document RTLD_{DEFAULT,GLOBAL,LOCAL} and the symbol search algorithm. Revision Changes Path 1.8.2.2 +62 -8 src/lib/libc/gen/dlopen.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 19:54: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from guru.mired.org (zoom0-069.telepath.com [216.14.0.69]) by hub.freebsd.org (Postfix) with SMTP id ACB7D37B422 for ; Thu, 21 Sep 2000 19:54:01 -0700 (PDT) Received: (qmail 62766 invoked by uid 100); 22 Sep 2000 02:53:43 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14794.51639.676162.445187@guru.mired.org> Date: Thu, 21 Sep 2000 21:53:43 -0500 (CDT) To: Archie Cobbs Cc: cvs-all@freebsd.org Subject: Re: cvs commit: ports INDEX In-Reply-To: <112230153@toto.iv> 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 Archie Cobbs writes: > This brings up a semi-serious point. There is tons of Java code > out there that is distributed as JAR files, or maybe JAR files plus > a native shared library. Just taking one a random example, SableCC: > http://www.sable.mcgill.ca/sablecc/ > > This is an application, but there are also various Java libraries. > > We need to have a standard way of installing this kind of software. > Better yet, it should work for any of our Java runtimes (JDK, kaffe, ...?) > > Thoughts? Any language that supports externally-locatable modules has similar problems. That includes Python, probably Ruby, and I'm sure there are others. Perl is the most interesting, as it is in the system build, and has modules that are installed in /usr/lib instead of ${PREFIX}/lib. Last time I looked, it was broken with respect to ${PREFIX} because /usr/local was wired into the interpreter and module builder, so ports with Perl packages always installed them in /usr/local/lib, no matter what ${PREFIX} says. With that in mind, I'd propose the following version: - Ala Java, the default search path for external modules should be ${PREFIX}/share/. The interpreter should build to search ${LOCALBASE}/share/. - Stealing a page from Python & Perl, native libraries go in ${PREFIX}/share//. - If helper scripts are needed, they should be installed in ${PREFIX}/bin. A "wrapper port" that would let a port just do: ln -s ${PREFIX}/bin/java-wrapper ${PREFIX}/bin/MyName would probably help make sure the ports get things right (I see a lot of shell scripts that are PREFIX-deficient). As someone who has purposely separated ${LOCALBASE} from things that aren't ports, I would greatly appreciate a make.conf option "OTHER_MODULE_DIRS" (or some such) that can be set to a list of directories that will be added to the Perl (and Python, and Ruby, and Java) default search paths. Thanx, From: Mike Smith Date: Thu, 21 Sep 2000 20:17:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys eventhandler.h src/sys/kern subr_eventhandler.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/09/21 20:17:35 PDT Modified files: sys/sys eventhandler.h sys/kern subr_eventhandler.c Log: Make the EVENTHANDLER mechanism MP-safe. Events can now be invoked without holding the Giant lock. Revision Changes Path 1.8 +47 -28 src/sys/sys/eventhandler.h 1.6 +22 -4 src/sys/kern/subr_eventhandler.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 20:19:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 991E637B422; Thu, 21 Sep 2000 20:19:24 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA51501; Thu, 21 Sep 2000 20:19:24 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200009220319.UAA51501@freefall.freebsd.org> From: Mike Smith Date: Thu, 21 Sep 2000 20:19:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c swtch.s src/sys/kern kern_idle.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/09/21 20:19:24 PDT Modified files: sys/i386/i386 machdep.c swtch.s Log: Implement halt-on-idle in the !SMP case, which should significantly reduce power consumption on most systems. Revision Changes Path 1.410 +38 -1 src/sys/i386/i386/machdep.c 1.94 +1 -11 src/sys/i386/i386/swtch.s Modified files: sys/kern kern_idle.c Log: Create an event (idle_event) which is invoked every time around the idle loop. Machine-dependant code can elect to eg. take power-saving actions when this event is invoked. Revision Changes Path 1.5 +8 -1 src/sys/kern/kern_idle.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 20:31:29 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 AE83737B422; Thu, 21 Sep 2000 20:31:23 -0700 (PDT) Received: from bisdgw.bisd.hitachi.co.jp by hitpro.hitachi.co.jp (8.9.3/3.7W-hitpro) id MAA22192; Fri, 22 Sep 2000 12:31:18 +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 MAA17691; Fri, 22 Sep 2000 12:31:17 +0900 (JST) (envelope-from ume@bisd.hitachi.co.jp) Received: from localhost (IDENT:JRv1IVqxslr2tXcDWVQ3iR2CRp6rQStIbV43DjQnbpxBoTNHjUkQoqN5KvAaUjVj@localhost [::1]) by plum.ssr.bisd.hitachi.co.jp (8.11.0/8.11.0/plum) with ESMTP/inet6 id e8M3VH739806; Fri, 22 Sep 2000 12:31:17 +0900 (JST) (envelope-from ume@bisd.hitachi.co.jp) Message-Id: <200009220331.e8M3VH739806@plum.ssr.bisd.hitachi.co.jp> To: wollman@khavrinen.lcs.mit.edu Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/finger net.c From: Hajimu UMEMOTO In-Reply-To: <200009220114.VAA09611@khavrinen.lcs.mit.edu> References: <200009220106.SAA21368@freefall.freebsd.org> <200009220114.VAA09611@khavrinen.lcs.mit.edu> X-Mailer: xcite1.20> Mew version 1.94.2 on Emacs 20.6 / Mule 4.0 (HANANOEN) 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-RELEASE Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 22 Sep 2000 12:31:16 +0900 X-Dispatcher: imput version 20000414(IM141) Lines: 34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> On Thu, 21 Sep 2000 18:06:41 -0700 (PDT) >>>>> wollman@FreeBSD.org (Garrett Wollman) said: wollman> wollman 2000/09/21 18:06:41 PDT wollman> Modified files: wollman> usr.bin/finger net.c wollman> Log: wollman> Implement IPv6 support. Also restructure the way multi-homed hosts wollman> are treated, regardless of protocol. Fine! Please don't forget to initialize struct addrinfo. Index: net.c =================================================================== RCS file: /home/ncvs/src/usr.bin/finger/net.c,v retrieving revision 1.13 diff -u -r1.13 net.c --- net.c 2000/09/22 01:06:40 1.13 +++ net.c 2000/09/22 03:23:56 @@ -85,6 +85,7 @@ signal(SIGALRM, cleanup); alarm(TIME_LIMIT); + memset(&hint, 0, sizeof(hint)); hint.ai_flags = AI_CANONNAME; hint.ai_family = PF_UNSPEC; hint.ai_socktype = SOCK_STREAM; -- 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 Thu Sep 21 20:42:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A20737B422; Thu, 21 Sep 2000 20:42:36 -0700 (PDT) Received: (from chuckr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA55212; Thu, 21 Sep 2000 20:42:36 -0700 (PDT) (envelope-from chuckr@FreeBSD.org) Message-Id: <200009220342.UAA55212@freefall.freebsd.org> From: Chuck Robey Date: Thu, 21 Sep 2000 20:42:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/a2ps-letter Makefile ports/print/a2ps-letter/files md5 ports/print/a2ps-letter/patches patch-ae patch-aa patch-ab patch-ac patch-af ports/print/a2ps-letter/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG chuckr 2000/09/21 20:42:36 PDT Modified files: print/a2ps-letter Makefile print/a2ps-letter/files md5 print/a2ps-letter/patches patch-ae print/a2ps-letter/pkg PLIST Removed files: print/a2ps-letter/patches patch-aa patch-ab patch-ac patch-af Log: Update this to version 4.13. Revision Changes Path 1.38 +3 -3 ports/print/a2ps-letter/Makefile 1.12 +1 -1 ports/print/a2ps-letter/files/md5 1.5 +3 -3 ports/print/a2ps-letter/patches/patch-ae 1.21 +25 -35 ports/print/a2ps-letter/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 Sep 21 20:49:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A0E6E37B424; Thu, 21 Sep 2000 20:49:13 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA56054; Thu, 21 Sep 2000 20:49:13 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200009220349.UAA56054@freefall.freebsd.org> From: Bill Paul Date: Thu, 21 Sep 2000 20:49:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_pcn.c if_pcnreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/09/21 20:49:13 PDT Modified files: sys/pci if_pcn.c if_pcnreg.h Log: Make pcn_miibus_readreg() latch onto the first PHY that it finds (as a result of mii_phy_probe()) and use that rather than hardcoding a constant. The hardcoded way was too specific to the particular card I had and caused PHY probing to fail on at least one laptop with a built-in AMD chip. Reported by: rjk@grauel.com (Richard J Kuhns) Revision Changes Path 1.3 +6 -3 src/sys/pci/if_pcn.c 1.2 +2 -1 src/sys/pci/if_pcnreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 20:58:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F71937B423; Thu, 21 Sep 2000 20:58:36 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA57474; Thu, 21 Sep 2000 20:58:36 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009220358.UAA57474@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 21 Sep 2000 20:58:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gale Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/21 20:58:35 PDT Modified files: net/gale Makefile Log: Add back explicit dependency on rsaref since it doesn't build without it. Revision Changes Path 1.4 +2 -1 ports/net/gale/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 20:59:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 310C837B422; Thu, 21 Sep 2000 20:59:38 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA57587; Thu, 21 Sep 2000 20:59:38 -0700 (PDT) (envelope-from jdp@FreeBSD.org) Message-Id: <200009220359.UAA57587@freefall.freebsd.org> From: John Polstra Date: Thu, 21 Sep 2000 20:59:38 -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: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jdp 2000/09/21 20:59:38 PDT Modified files: (Branch: RELENG_4) lib/libc_r/uthread uthread_once.c Log: MFC 1.3 -> 1.4: Call _thread_init() from pthread_once() if it has not already been called. Revision Changes Path 1.3.2.1 +2 -0 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 Thu Sep 21 21: 3:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CACE37B422; Thu, 21 Sep 2000 21:03:10 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA58107; Thu, 21 Sep 2000 21:03:10 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200009220403.VAA58107@freefall.freebsd.org> From: Bill Paul Date: Thu, 21 Sep 2000 21:03:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_pcn.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/09/21 21:03:10 PDT Modified files: sys/pci if_pcn.c Log: Typo in comment (decent performances -> decent performance). Revision Changes Path 1.4 +3 -3 src/sys/pci/if_pcn.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 21:18:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FD8A37B424; Thu, 21 Sep 2000 21:18:53 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA61239; Thu, 21 Sep 2000 21:18:53 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009220418.VAA61239@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 21 Sep 2000 21:18:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/slush Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/21 21:18:53 PDT Modified files: security/slush Makefile Log: Host the distfile myself since the other two sites are non-fetchable right now Revision Changes Path 1.11 +3 -2 ports/security/slush/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 21:25: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C80F237B423; Thu, 21 Sep 2000 21:25:06 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA62006; Thu, 21 Sep 2000 21:25:06 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009220425.VAA62006@freefall.freebsd.org> From: Kris Kennaway Date: Thu, 21 Sep 2000 21:25:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/SSLtelnet Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/21 21:25:06 PDT Modified files: net/SSLtelnet Makefile Log: Host the distfile myself since the master site seems to no longer carry it. Revision Changes Path 1.16 +4 -2 ports/net/SSLtelnet/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 21:30:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AC23937B422; Thu, 21 Sep 2000 21:30:33 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA62797; Thu, 21 Sep 2000 21:30:33 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200009220430.VAA62797@freefall.freebsd.org> From: John Baldwin Date: Thu, 21 Sep 2000 21:30:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/09/21 21:30:33 PDT Modified files: sys/i386/include mutex.h Log: Teach MTX_EXIT_RECURSE that the recursion count is a 32-bit integer, not a 16-bit one. Revision Changes Path 1.6 +4 -4 src/sys/i386/include/mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 21:50:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E5BAC37B43E; Thu, 21 Sep 2000 21:50:44 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA66777; Thu, 21 Sep 2000 21:50:44 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009220450.VAA66777@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 21 Sep 2000 21:50:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/SWIG Makefile ports/devel/SWIG-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/09/21 21:50:44 PDT Modified files: devel/SWIG Makefile devel/SWIG-devel Makefile Log: Utilize bsd.{ruby,python}.mk. Revision Changes Path 1.31 +5 -2 ports/devel/SWIG/Makefile 1.32 +8 -4 ports/devel/SWIG-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 22: 4:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0B9237B422; Thu, 21 Sep 2000 22:04:30 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA69292; Thu, 21 Sep 2000 22:04:30 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009220504.WAA69292@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 21 Sep 2000 22:04:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/eruby Makefile ports/textproc/eruby/files md5 ports/textproc/eruby/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/09/21 22:04:30 PDT Modified files: textproc/eruby Makefile textproc/eruby/files md5 textproc/eruby/pkg PLIST Log: Update to 0.1.1. Add a DEFAULT_CHARSET knob. Now it builds static and dynamic libraries. Revision Changes Path 1.5 +8 -7 ports/textproc/eruby/Makefile 1.3 +1 -1 ports/textproc/eruby/files/md5 1.3 +4 -0 ports/textproc/eruby/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 Sep 21 22: 5:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7436C37B422; Thu, 21 Sep 2000 22:05:44 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA71020; Thu, 21 Sep 2000 22:05:44 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009220505.WAA71020@freefall.freebsd.org> From: Akinori MUSHA Date: Thu, 21 Sep 2000 22:05:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_ruby Makefile ports/www/mod_ruby/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/09/21 22:05:44 PDT Modified files: www/mod_ruby Makefile www/mod_ruby/files md5 Log: Update to 0.2.0. Now it uses textproc/eruby's shared library. Revision Changes Path 1.7 +8 -8 ports/www/mod_ruby/Makefile 1.3 +1 -1 ports/www/mod_ruby/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 22:11: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from po4.wam.umd.edu (po4.wam.umd.edu [128.8.10.166]) by hub.freebsd.org (Postfix) with ESMTP id 708FF37B422; Thu, 21 Sep 2000 22:10:57 -0700 (PDT) Received: from rac1.wam.umd.edu (IDENT:root@rac1.wam.umd.edu [128.8.10.141]) by po4.wam.umd.edu (8.9.3/8.9.3) with ESMTP id BAA18376; Fri, 22 Sep 2000 01:10:52 -0400 (EDT) Received: from rac1.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by rac1.wam.umd.edu (8.9.3/8.9.3) with SMTP id BAA15030; Fri, 22 Sep 2000 01:10:51 -0400 (EDT) Received: from localhost (culverk@localhost) by rac1.wam.umd.edu (8.9.3/8.9.3) with ESMTP id BAA15026; Fri, 22 Sep 2000 01:10:51 -0400 (EDT) X-Authentication-Warning: rac1.wam.umd.edu: culverk owned process doing -bs Date: Fri, 22 Sep 2000 01:10:51 -0400 (EDT) From: Kenneth Wayne Culver To: Warner Losh Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/pccard pccard.c pccardvar.h In-Reply-To: <200009220220.UAA64072@harmony.village.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 You can't tell I'm anxious to get linux off my laptop can you? :-) ================================================================= | Kenneth Culver | FreeBSD: The best NT upgrade | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: muythaibxr | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= On Thu, 21 Sep 2000, Warner Losh wrote: > In message Kenneth Wayne Culver writes: > : This isn't cardbus is it? > > That's right. It isn't :-) > > Warner > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 22:13: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 A147D37B422; Thu, 21 Sep 2000 22:13:17 -0700 (PDT) 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 XAA08344; Thu, 21 Sep 2000 23:13:15 -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 XAA65009; Thu, 21 Sep 2000 23:12:44 -0600 (MDT) Message-Id: <200009220512.XAA65009@harmony.village.org> To: Kenneth Wayne Culver Subject: Re: cvs commit: src/sys/dev/pccard pccard.c pccardvar.h Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: Your message of "Fri, 22 Sep 2000 01:10:51 EDT." References: Date: Thu, 21 Sep 2000 23:12:44 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message Kenneth Wayne Culver writes: : You can't tell I'm anxious to get linux off my laptop can you? :-) Yes. Soon. I thought I'd get NEWCARD probe/attaching tonight after the earlier changes, but there's a snag or two that need to be resolved. Every time I get close, I find a few more issues that I have to deal with. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 22:49:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8CA837B424; Thu, 21 Sep 2000 22:49:24 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA80366; Thu, 21 Sep 2000 22:49:24 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200009220549.WAA80366@freefall.freebsd.org> From: John Baldwin Date: Thu, 21 Sep 2000 22:49:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys kernel.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/09/21 22:49:24 PDT Modified files: sys/sys kernel.h Log: Fixing a sorting error in teh subsystem list. 7 < 8, not 8 < 7. Revision Changes Path 1.69 +2 -2 src/sys/sys/kernel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 23:21:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CFC937B42C; Thu, 21 Sep 2000 23:21:50 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA87771; Thu, 21 Sep 2000 23:21:50 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009220621.XAA87771@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 21 Sep 2000 23:21:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xmms Makefile ports/audio/xmms/files md5 ports/audio/xmms/patches patch-ad ports/audio/xmms/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/21 23:21:50 PDT Modified files: audio/xmms Makefile audio/xmms/files md5 audio/xmms/patches patch-ad audio/xmms/pkg PLIST Log: Update to 1.2.3. Approved by: maintainer Revision Changes Path 1.21 +6 -3 ports/audio/xmms/Makefile 1.8 +2 -2 ports/audio/xmms/files/md5 1.5 +6 -41 ports/audio/xmms/patches/patch-ad 1.12 +3 -1 ports/audio/xmms/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 Sep 21 23:25:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E5E537B422; Thu, 21 Sep 2000 23:25:46 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA88655; Thu, 21 Sep 2000 23:25:46 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220625.XAA88655@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 21 Sep 2000 23:25:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports Makefile ports/french Makefile Makefile.inc ports/french/pkg COMMENT X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/21 23:25:45 PDT Modified files: . modules . Makefile Added files: french Makefile Makefile.inc french/pkg COMMENT Log: New category french starts today! Revision Changes Path 1.1752 +2 -1 CVSROOT/modules 1.59 +2 -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 Thu Sep 21 23:29:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D8F0937B422; Thu, 21 Sep 2000 23:29:25 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA89276; Thu, 21 Sep 2000 23:29:25 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220629.XAA89276@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 21 Sep 2000 23:29:25 -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 asami 2000/09/21 23:29:25 PDT Modified files: en_US.ISO_8859-1/books/porters-handbook book.sgml Log: Add french (real) and zope (virtual). Revision Changes Path 1.125 +11 -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 Thu Sep 21 23:30:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE06637B422; Thu, 21 Sep 2000 23:30:38 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA89500; Thu, 21 Sep 2000 23:30:38 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220630.XAA89500@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 21 Sep 2000 23:30:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/cvsup cvs-supfile ports-supfile refuse X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/21 23:30:38 PDT Modified files: share/examples/cvsup cvs-supfile ports-supfile refuse Log: Add ports-french. Revision Changes Path 1.30 +2 -1 src/share/examples/cvsup/cvs-supfile 1.22 +2 -1 src/share/examples/cvsup/ports-supfile 1.5 +1 -0 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 Thu Sep 21 23:31:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 100C037B423; Thu, 21 Sep 2000 23:31:22 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA89628; Thu, 21 Sep 2000 23:31:22 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220631.XAA89628@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 21 Sep 2000 23:31:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/cvsup cvs-supfile ports-supfile refuse X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/21 23:31:21 PDT Modified files: (Branch: RELENG_4) share/examples/cvsup cvs-supfile ports-supfile refuse Log: MFC (ports-french). Revision Changes Path 1.26.2.3 +2 -1 src/share/examples/cvsup/cvs-supfile 1.19.2.3 +2 -1 src/share/examples/cvsup/ports-supfile 1.1.2.5 +1 -0 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 Thu Sep 21 23:31:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1DB137B423; Thu, 21 Sep 2000 23:31:43 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA89685; Thu, 21 Sep 2000 23:31:43 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220631.XAA89685@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 21 Sep 2000 23:31:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/cvsup cvs-supfile ports-supfile refuse X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/21 23:31:43 PDT Modified files: (Branch: RELENG_3) share/examples/cvsup cvs-supfile ports-supfile refuse Log: MFC (ports-french). Revision Changes Path 1.17.2.11 +2 -1 src/share/examples/cvsup/cvs-supfile 1.14.2.8 +2 -1 src/share/examples/cvsup/ports-supfile 1.1.4.4 +1 -0 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 Thu Sep 21 23:32:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D59BD37B42C; Thu, 21 Sep 2000 23:32:55 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA89912; Thu, 21 Sep 2000 23:32:55 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220632.XAA89912@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 21 Sep 2000 23:32:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall index.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/21 23:32:55 PDT Modified files: release/sysinstall index.c Log: Add french and zope. Revision Changes Path 1.84 +3 -1 src/release/sysinstall/index.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 23:33:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A650737B424; Thu, 21 Sep 2000 23:33:39 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA90041; Thu, 21 Sep 2000 23:33:39 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220633.XAA90041@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 21 Sep 2000 23:33:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall index.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/21 23:33:39 PDT Modified files: (Branch: RELENG_4) release/sysinstall index.c Log: MFC (french, zope). Revision Changes Path 1.80.2.4 +3 -1 src/release/sysinstall/index.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 23:34: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D4CD37B424; Thu, 21 Sep 2000 23:34:01 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA90140; Thu, 21 Sep 2000 23:34:01 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220634.XAA90140@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 21 Sep 2000 23:34:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall index.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/21 23:34:01 PDT Modified files: (Branch: RELENG_3) release/sysinstall index.c Log: MFC (french, zope). Revision Changes Path 1.60.2.18 +3 -1 src/release/sysinstall/index.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 23:34:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A29437B422; Thu, 21 Sep 2000 23:34:55 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA90313; Thu, 21 Sep 2000 23:34:55 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220634.XAA90313@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 21 Sep 2000 23:34:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/ports categories X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/21 23:34:55 PDT Modified files: en/ports categories Log: Add french and zope. Revision Changes Path 1.13 +3 -1 www/en/ports/categories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 23:36:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A960537B423; Thu, 21 Sep 2000 23:36:52 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA90692; Thu, 21 Sep 2000 23:36:52 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220636.XAA90692@freefall.freebsd.org> From: Satoshi Asami Date: Thu, 21 Sep 2000 23:36:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: distrib/cvsup/sup README distrib/cvsup/sup/ports-french list.cvs releases X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/21 23:36:52 PDT Modified files: cvsup/sup README Added files: cvsup/sup/ports-french list.cvs releases Log: Add ports-french. Revision Changes Path 1.27 +1 -0 distrib/cvsup/sup/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 23:47:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B3FD37B422; Thu, 21 Sep 2000 23:47:18 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA92542; Thu, 21 Sep 2000 23:47:18 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009220647.XAA92542@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 21 Sep 2000 23:47:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/ports categories X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/21 23:47:17 PDT Modified files: en/ports categories Log: "zope language" --> "zope platform". Requiested by: asami Revision Changes Path 1.14 +2 -2 www/en/ports/categories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 23:53:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 77EC337B422; Thu, 21 Sep 2000 23:53:44 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA94060; Thu, 21 Sep 2000 23:53:44 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009220653.XAA94060@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 21 Sep 2000 23:53:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall index.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/21 23:53:44 PDT Modified files: (Branch: RELENG_3) release/sysinstall index.c Log: "zope language" --> "zope platform". Requested by: asami Revision Changes Path 1.60.2.19 +2 -2 src/release/sysinstall/index.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 23:53:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E6FCB37B423; Thu, 21 Sep 2000 23:53:44 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA94074; Thu, 21 Sep 2000 23:53:44 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009220653.XAA94074@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 21 Sep 2000 23:53:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall index.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/21 23:53:44 PDT Modified files: (Branch: RELENG_4) release/sysinstall index.c Log: "zope language" --> "zope platform". Requested by: asami Revision Changes Path 1.80.2.5 +2 -2 src/release/sysinstall/index.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 23:53:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FA2E37B424; Thu, 21 Sep 2000 23:53:45 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA94092; Thu, 21 Sep 2000 23:53:45 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009220653.XAA94092@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 21 Sep 2000 23:53:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall index.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/21 23:53:45 PDT Modified files: release/sysinstall index.c Log: "zope language" --> "zope platform". Requested by: asami Revision Changes Path 1.85 +2 -2 src/release/sysinstall/index.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 23:54:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDDAE37B422; Thu, 21 Sep 2000 23:54:29 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA94280; Thu, 21 Sep 2000 23:54:29 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200009220654.XAA94280@freefall.freebsd.org> From: Brian Somers Date: Thu, 21 Sep 2000 23:54:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/periodic/daily 100.clean-disks X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/09/21 23:54:29 PDT Modified files: etc/periodic/daily 100.clean-disks Log: Remove a forgotten line Submitted by: Philipp Mergenthaler Revision Changes Path 1.7 +1 -2 src/etc/periodic/daily/100.clean-disks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 23:55:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B0AF37B423; Thu, 21 Sep 2000 23:55:24 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA94489; Thu, 21 Sep 2000 23:55:24 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200009220655.XAA94489@freefall.freebsd.org> From: Brian Somers Date: Thu, 21 Sep 2000 23:55:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/periodic/daily 100.clean-disks X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/09/21 23:55:24 PDT Modified files: (Branch: RELENG_4) etc/periodic/daily 100.clean-disks Log: MFC: Remove a forgotten line Revision Changes Path 1.3.2.4 +1 -2 src/etc/periodic/daily/100.clean-disks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Sep 21 23:58:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C7B137B422; Thu, 21 Sep 2000 23:58:23 -0700 (PDT) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA95081; Thu, 21 Sep 2000 23:58:23 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <200009220658.XAA95081@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Thu, 21 Sep 2000 23:58:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys chflags.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rse 2000/09/21 23:58:23 PDT Modified files: lib/libc/sys chflags.2 Log: Resurrect documentation of chflags(2)'s SF_ARCHIVED. PR: 21428 Reviewed by: ben Revision Changes Path 1.14 +3 -3 src/lib/libc/sys/chflags.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 0: 0:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 22F6237B422; Fri, 22 Sep 2000 00:00:34 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA95683; Fri, 22 Sep 2000 00:00:34 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009220700.AAA95683@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 22 Sep 2000 00:00:34 -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 sobomax 2000/09/22 00:00:33 PDT Modified files: en_US.ISO_8859-1/books/porters-handbook book.sgml Log: "zope support" --> "zope platform" Requested by: asami Revision Changes Path 1.126 +2 -2 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 Fri Sep 22 0: 2:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DA8D37B424; Fri, 22 Sep 2000 00:02:22 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA96088; Fri, 22 Sep 2000 00:02:22 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220702.AAA96088@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 22 Sep 2000 00:02:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/german Makefile ports/german/ispell Makefile ports/german/ispell-alt Makefile ports/german/ispell-neu Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/22 00:02:21 PDT Modified files: german Makefile german/ispell Makefile german/ispell-alt Makefile german/ispell-neu Makefile Log: Repo copy textproc/de{,alt,neu}-ispell to german/ispell{,-alt,-neu}. Approved by: maintainer Revision Changes Path 1.14 +4 -1 ports/german/Makefile 1.5 +2 -3 ports/german/ispell/Makefile 1.5 +3 -3 ports/german/ispell-alt/Makefile 1.5 +3 -3 ports/german/ispell-neu/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 0: 2:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CADFA37B505; Fri, 22 Sep 2000 00:02:27 -0700 (PDT) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA96124; Fri, 22 Sep 2000 00:02:27 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <200009220702.AAA96124@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Fri, 22 Sep 2000 00:02:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys chflags.2 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rse 2000/09/22 00:02:26 PDT Modified files: (Branch: RELENG_4) lib/libc/sys chflags.2 Log: MFC 1.14: Resurrect documentation of chflags(2)'s SF_ARCHIVED. Revision Changes Path 1.11.2.3 +3 -3 src/lib/libc/sys/chflags.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 0: 2:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF8A337B663; Fri, 22 Sep 2000 00:02:29 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA96176; Fri, 22 Sep 2000 00:02:29 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009220702.AAA96176@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 22 Sep 2000 00:02:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/glimmer Makefile ports/editors/glimmer/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/22 00:02:29 PDT Modified files: editors/glimmer Makefile editors/glimmer/files md5 Log: - Update to 0.9.19; - pythonize. Revision Changes Path 1.9 +4 -5 ports/editors/glimmer/Makefile 1.7 +1 -1 ports/editors/glimmer/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 Sep 22 0: 6: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C033937B423; Fri, 22 Sep 2000 00:06:04 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA98396; Fri, 22 Sep 2000 00:06:04 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009220706.AAA98396@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 22 Sep 2000 00:06:04 -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 sobomax 2000/09/22 00:06:04 PDT Modified files: en_US.ISO_8859-1/books/porters-handbook book.sgml Log: Revart back to "Zope support". Requiested by: asami Revision Changes Path 1.127 +2 -2 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 Fri Sep 22 0: 7:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5407637B424; Fri, 22 Sep 2000 00:07:14 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA98705; Fri, 22 Sep 2000 00:07:14 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220707.AAA98705@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 22 Sep 2000 00:07:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/de-ispell Makefile ports/textproc/dealt-ispell Makefile ports/textproc/deneu-ispell Makefile ports/textproc/fr-ispell Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/22 00:07:12 PDT Modified files: textproc Makefile Removed files: textproc/de-ispell Makefile textproc/dealt-ispell Makefile textproc/deneu-ispell Makefile textproc/fr-ispell Makefile Log: Remove French/German ispell ports, they have been moved to language-specific categories. Revision Changes Path 1.112 +1 -5 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 Fri Sep 22 0: 8:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 628C137B422; Fri, 22 Sep 2000 00:08:55 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA98997; Fri, 22 Sep 2000 00:08:55 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220708.AAA98997@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 22 Sep 2000 00:08: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 asami 2000/09/22 00:08:54 PDT Modified files: . modules Log: Move French/German ispell ports from textproc to french/german. Revision Changes Path 1.1753 +5 -5 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 Sep 22 0:12: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F1FD037B424; Fri, 22 Sep 2000 00:11:58 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA99826; Fri, 22 Sep 2000 00:11:58 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009220711.AAA99826@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 22 Sep 2000 00:11:57 -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-toolkits/rep-gtk/pkg PLIST ports/x11-wm/sawfish Makefile ports/x11-wm/sawfish/files md5 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/22 00:11:57 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-toolkits/rep-gtk/pkg PLIST x11-wm/sawfish Makefile x11-wm/sawfish/files md5 x11-wm/sawfish/patches patch-ac x11-wm/sawfish/pkg PLIST Added files: x11-wm/sawfish/patches patch-af patch-ag Removed files: x11-wm/sawfish/patches patch-ad Log: Update sawfish/librep/rep-gtk triplet to the latest versions. I'm doing this commit urgently, as there are -10 minutes left before ports freeze. OK'ed by: PW Revision Changes Path 1.18 +2 -2 ports/lang/librep/Makefile 1.11 +1 -1 ports/lang/librep/files/md5 1.14 +201 -83 ports/lang/librep/pkg/PLIST 1.18 +3 -3 ports/x11-toolkits/rep-gtk/Makefile 1.10 +1 -1 ports/x11-toolkits/rep-gtk/files/md5 1.8 +25 -0 ports/x11-toolkits/rep-gtk/pkg/PLIST 1.26 +13 -6 ports/x11-wm/sawfish/Makefile 1.18 +1 -1 ports/x11-wm/sawfish/files/md5 1.5 +4 -4 ports/x11-wm/sawfish/patches/patch-ac 1.20 +313 -201 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 Fri Sep 22 0:17: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E7AC37B423; Fri, 22 Sep 2000 00:17:02 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA01404; Fri, 22 Sep 2000 00:17:02 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220717.AAA01404@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 22 Sep 2000 00:17:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/french Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/22 00:17:02 PDT Modified files: french Makefile Log: Remove staroffice52, so addport can add it back. Revision Changes Path 1.2 +1 -2 ports/french/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 0:19:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CBE837B422; Fri, 22 Sep 2000 00:19:40 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA02304; Fri, 22 Sep 2000 00:19:40 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220719.AAA02304@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 22 Sep 2000 00:19:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/french Makefile ports/french/staroffice52 Makefile ports/french/staroffice52/files md5 setup.ins.patch setup.patch soffice.patch ports/french/staroffice52/pkg COMMENT DESCR MESSAGE PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/22 00:19:40 PDT Modified files: . modules french Makefile Added files: french/staroffice52 Makefile french/staroffice52/files md5 setup.ins.patch setup.patch soffice.patch french/staroffice52/pkg COMMENT DESCR MESSAGE PLIST Log: French version of staroffice (version 5.2). PR: 21129 Submitted by: Eric Masson originally Modified by: Martin Blapp Revision Changes Path 1.1754 +2 -1 CVSROOT/modules 1.3 +2 -1 ports/french/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 0:20:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 29F1C37B43C; Fri, 22 Sep 2000 00:20:22 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA02573; Fri, 22 Sep 2000 00:20:22 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220720.AAA02573@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 22 Sep 2000 00:20:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/french/ispell Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/22 00:20:21 PDT Modified files: french/ispell Makefile Log: Finish moving this port from textproc/fr-ispell to french/ispell. Revision Changes Path 1.4 +2 -3 ports/french/ispell/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 0:21:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 34CD837B423; Fri, 22 Sep 2000 00:21:25 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA02841; Fri, 22 Sep 2000 00:21:25 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220721.AAA02841@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 22 Sep 2000 00:21: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/09/22 00:21:25 PDT Modified files: Mk bsd.port.mk Log: Forther improvement of IDEA support. Submitted by: kris Revision Changes Path 1.352 +5 -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 Fri Sep 22 0:21:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53FE037B422; Fri, 22 Sep 2000 00:21:57 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA02924; Fri, 22 Sep 2000 00:21:57 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220721.AAA02924@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 22 Sep 2000 00:21:57 -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/09/22 00:21:57 PDT Modified files: . avail Log: The ports tree is now frozen in preparation for 4.1.1-release. Revision Changes Path 1.125 +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 Fri Sep 22 0:23: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB27C37B424; Fri, 22 Sep 2000 00:23:04 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA03095; Fri, 22 Sep 2000 00:23:04 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220723.AAA03095@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 22 Sep 2000 00:23:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gconf/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/22 00:23:04 PDT Modified files: devel/gconf/pkg PLIST Log: Remove a couple of generic-looking directories with @unexec rmdir. Approved by: maintainer Revision Changes Path 1.4 +2 -0 ports/devel/gconf/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 Sep 22 0:30: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB7BD37B424; Fri, 22 Sep 2000 00:29:58 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA04486; Fri, 22 Sep 2000 00:29:58 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220729.AAA04486@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 22 Sep 2000 00:29:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-servers/XttXF86srv-common/patches patch-z03 ports/x11-servers/XttXF86srv-common/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/22 00:29:58 PDT Modified files: x11-servers/XttXF86srv-common/pkg PLIST Added files: x11-servers/XttXF86srv-common/patches patch-z03 Log: Don't install imake config files which will overwrite XFree86 versions and will thus screw up XFree86 when you pkg_delete this port. Submitted by: reg Revision Changes Path 1.12 +1 -6 ports/x11-servers/XttXF86srv-common/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 Sep 22 0:49:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02BDD37B424; Fri, 22 Sep 2000 00:49:11 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA07508; Fri, 22 Sep 2000 00:49:10 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200009220749.AAA07508@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 22 Sep 2000 00:49:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/09/22 00:49:10 PDT Modified files: (Branch: RELENG_4) . Makefile.inc1 Log: MFC: include libfetch in 'includes' target. Revision Changes Path 1.141.2.11 +2 -1 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 Fri Sep 22 1: 1: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FC2337B422; Fri, 22 Sep 2000 01:01:01 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA09617; Fri, 22 Sep 2000 01:01:01 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200009220801.BAA09617@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 22 Sep 2000 01:01:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_clock.c src/sys/sys dkstat.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/09/22 01:01:01 PDT Modified files: (Branch: RELENG_4) sys/kern kern_clock.c sys/sys dkstat.h Log: MFC: externalize cp_time Revision Changes Path 1.105.2.3 +1 -5 src/sys/kern/kern_clock.c 1.12.2.1 +2 -1 src/sys/sys/dkstat.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 1: 1:45 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 72A9D37B42C; Fri, 22 Sep 2000 01:01:41 -0700 (PDT) Received: from silvia.hip.berkeley.edu (sji-ca1-01.ix.netcom.com [209.109.232.1]) by granger.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id EAA15932; Fri, 22 Sep 2000 04:01:38 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.11.0/8.11.0) id e8M81Zi93909; Fri, 22 Sep 2000 01:01:35 -0700 (PDT) (envelope-from asami) To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules ports/french Makefile ports/french/staroffice52 Makefile ports/french/staroffice52/files md5 setup.ins.patch setup.patch soffice.patch ports/french/staroffice52/pkg COMMENT DESCR MESSAGE PLIST References: <200009220719.AAA02304@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 22 Sep 2000 01:01:32 -0700 In-Reply-To: Satoshi Asami's message of "Fri, 22 Sep 2000 00:19:40 -0700 (PDT)" Message-ID: Lines: 15 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Modified files: * . modules * french Makefile * Added files: * french/staroffice52 Makefile * french/staroffice52/files md5 setup.ins.patch setup.patch * soffice.patch * french/staroffice52/pkg COMMENT DESCR MESSAGE PLIST * Log: * French version of staroffice (version 5.2). By the way, addport didn't like this port -- it wanted to import it into editors/staroffice52. I said no and it quit on me. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 1: 1:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47CFC37B50C; Fri, 22 Sep 2000 01:01:46 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA09808; Fri, 22 Sep 2000 01:01:46 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200009220801.BAA09808@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 22 Sep 2000 01:01:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux/linprocfs linprocfs.h linprocfs_misc.c linprocfs_subr.c linprocfs_vfsops.c linprocfs_vnops.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/09/22 01:01:46 PDT Modified files: (Branch: RELENG_4) sys/i386/linux/linprocfs linprocfs.h linprocfs_misc.c linprocfs_subr.c linprocfs_vfsops.c linprocfs_vnops.c Log: MFC: stat, uptime, version Revision Changes Path 1.2.2.2 +11 -3 src/sys/i386/linux/linprocfs/linprocfs.h 1.3.2.2 +106 -22 src/sys/i386/linux/linprocfs/linprocfs_misc.c 1.3.2.2 +15 -1 src/sys/i386/linux/linprocfs/linprocfs_subr.c 1.2.2.2 +3 -1 src/sys/i386/linux/linprocfs/linprocfs_vfsops.c 1.3.2.2 +37 -10 src/sys/i386/linux/linprocfs/linprocfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 1: 3: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 A37B237B422; Fri, 22 Sep 2000 01:03:37 -0700 (PDT) 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 RAA08112; Fri, 22 Sep 2000 17:03:36 +0900 (JST) Received: by daemon.local.idaemons.org (8.11.0/3.7W) id e8M82xW40180; Fri, 22 Sep 2000 17:02:59 +0900 (JST) Date: Fri, 22 Sep 2000 17:02:58 +0900 Message-ID: <86og1gam6l.wl@archon.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: taoka@FreeBSD.org, asami@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/japanese/Wnn6-lib Makefile ports/japanese/Wnn6-lib/pkg PLIST In-Reply-To: In your message of "Sun, 17 Sep 2000 08:59:10 -0700 (PDT)" <200009171559.IAA04881@freefall.freebsd.org> References: <200009171559.IAA04881@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 12) (Channel Islands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE X-PGP-Comment: I changed my key on 2000-08-10 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 Sun, 17 Sep 2000 08:59:10 -0700 (PDT), Satoshi Taoka wrote: > > taoka 2000/09/17 08:59:10 PDT > > Modified files: > japanese/Wnn6-lib Makefile > japanese/Wnn6-lib/pkg PLIST > Log: > Recently I updated from Wnn 4.2 to FreeWnn 1.1.1. Then include files > ${LOCALBASE}/include/wnn/*.h and a archive librarry libwnn.a of > FreeWnn conflict with ones of Wnn6-lib. So I move Wnn6-lib's include > files into ${LOCALBASE}/include/wnn6/wnn and remove libwnn.a of > Wnn6-lib. > Note that libwnn6.a can be used instead of libwnn.a for Wnn6-lib. Arrgh! I missed this update.. You ought to bump the PORTREVISION when you make any essential change over a port. My japanese/esecanna-module-wnn6 is broken due to this. :( Asami-san, would you please commit the following patch to fix the build? Index: Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/esecanna-module-wnn6/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 2000/09/09 10:25:11 1.12 +++ Makefile 2000/09/22 08:00:15 @@ -7,6 +7,7 @@ PORTNAME= esecanna-module-wnn6 PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= http://esecanna.netfort.gr.jp/ \ ${MASTER_SITE_LOCAL} @@ -20,7 +21,7 @@ USE_AUTOCONF= yes USE_GMAKE= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${PREFIX}/include" \ +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${PREFIX}/include/wnn6" \ LDFLAGS="${LDFLAGS} -L${PREFIX}/lib" DIST_SUBDIR= esecanna -- / /__ __ / ) ) ) ) / 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 Fri Sep 22 1: 6:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D3A0537B422; Fri, 22 Sep 2000 01:06:38 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA12258; Fri, 22 Sep 2000 01:06:38 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220806.BAA12258@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 22 Sep 2000 01:06:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/esecanna-module-wnn6 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/22 01:06:38 PDT Modified files: japanese/esecanna-module-wnn6 Makefile Log: Catch up with Wnn6-lib update. Submitted by: maintainer Revision Changes Path 1.13 +3 -2 ports/japanese/esecanna-module-wnn6/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 1: 6:57 2000 Delivered-To: cvs-all@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id 3C6F037B423; Fri, 22 Sep 2000 01:06:53 -0700 (PDT) Received: from silvia.hip.berkeley.edu (sji-ca1-01.ix.netcom.com [209.109.232.1]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id EAA05541; Fri, 22 Sep 2000 04:06:49 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.11.0/8.11.0) id e8M86kK93958; Fri, 22 Sep 2000 01:06:46 -0700 (PDT) (envelope-from asami) To: "Akinori -Aki- MUSHA" Cc: taoka@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/japanese/Wnn6-lib Makefile ports/japanese/Wnn6-lib/pkg PLIST References: <200009171559.IAA04881@freefall.freebsd.org> <86og1gam6l.wl@archon.local.idaemons.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 22 Sep 2000 01:06:43 -0700 In-Reply-To: "Akinori -Aki- MUSHA"'s message of "Fri, 22 Sep 2000 17:02:58 +0900" Message-ID: Lines: 6 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Asami-san, would you please commit the following patch to fix the * build? Ok, committed. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 1:13:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD29C37B422; Fri, 22 Sep 2000 01:13:36 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA13495; Fri, 22 Sep 2000 01:13:36 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009220813.BAA13495@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 22 Sep 2000 01:13:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall cdrom.c ftp.c options.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/22 01:13:36 PDT Modified files: release/sysinstall cdrom.c ftp.c options.c Log: Remove the bogus check against "none" for release names (which really doesn't make any sense, what was I smoking) and allow the more canonical usage of "any" for either side of the comparison for release name or architecture (meaning you can also set CD_VERSION=any in a cdrom.inf file to cause sysinstall to always match it and likewise with the architecture, if specified). Sensibly suggested by: Makoto MATSUSHITA Revision Changes Path 1.48 +8 -6 src/release/sysinstall/cdrom.c 1.41 +4 -4 src/release/sysinstall/ftp.c 1.73 +2 -2 src/release/sysinstall/options.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 1:14:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1612E37B422; Fri, 22 Sep 2000 01:14:54 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA13685; Fri, 22 Sep 2000 01:14:54 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009220814.BAA13685@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 22 Sep 2000 01:14:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall cdrom.c ftp.c options.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/22 01:14:54 PDT Modified files: (Branch: RELENG_4) release/sysinstall cdrom.c ftp.c options.c Log: MFC: more sanity in release/arch checking with regard to "any" value. Revision Changes Path 1.47.2.1 +8 -6 src/release/sysinstall/cdrom.c 1.37.2.4 +4 -4 src/release/sysinstall/ftp.c 1.70.2.3 +2 -2 src/release/sysinstall/options.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 1:21:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2822837B422; Fri, 22 Sep 2000 01:21:23 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA14843; Fri, 22 Sep 2000 01:21:23 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220821.BAA14843@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 22 Sep 2000 01:21:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/cmxterm Makefile ports/chinese/cmxterm/files md5 ports/chinese/cmxterm/patches patch-aa patch-ab patch-ac patch-ad patch-ae ports/chinese/cmxterm/pkg COMMENT DESCR PLIST ports/chinese/cmxterm/scripts pre-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/22 01:21:22 PDT Removed files: chinese/cmxterm Makefile chinese/cmxterm/files md5 chinese/cmxterm/patches patch-aa patch-ab patch-ac patch-ad patch-ae chinese/cmxterm/pkg COMMENT DESCR PLIST chinese/cmxterm/scripts pre-install Log: Remove this temporarily, it is an unupdated repo-copy and I don't want to tag it for the release. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 1:22:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D992637B423; Fri, 22 Sep 2000 01:22:29 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA15081; Fri, 22 Sep 2000 01:22:29 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220822.BAA15081@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 22 Sep 2000 01:22:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/Wnn Makefile ports/japanese/Wnn/files md5 ports/japanese/Wnn/patches patch-ab patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-an patch-ao patch-ap patch-aq patch-ba patch-bb patch-bc patch-bd patch-be ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/22 01:22:29 PDT Removed files: japanese/Wnn Makefile japanese/Wnn/files md5 japanese/Wnn/patches patch-ab patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-an patch-ao patch-ap patch-aq patch-ba patch-bb patch-bc patch-bd patch-be patch-bf patch-bg patch-bi patch-bj patch-bk patch-bl patch-ca patch-cb patch-cc patch-cd patch-ce patch-cf patch-cg patch-ch japanese/Wnn/pkg COMMENT DESCR INSTALL PLIST Log: Wnn has been replaced by FreeWnn-lib and FreeWnn-server. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 1:22:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 844C237B423; Fri, 22 Sep 2000 01:22:44 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA15137; Fri, 22 Sep 2000 01:22:44 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009220822.BAA15137@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 22 Sep 2000 01:22:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall cdrom.c ftp.c options.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/22 01:22:44 PDT Modified files: (Branch: RELENG_3) release/sysinstall cdrom.c ftp.c options.c Log: MFC: merge to this branch also just for the benefit of the Japanese "triple" release CD ISO image. Revision Changes Path 1.45.2.3 +8 -6 src/release/sysinstall/cdrom.c 1.36.2.2 +4 -4 src/release/sysinstall/ftp.c 1.56.2.12 +2 -2 src/release/sysinstall/options.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 1:26: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 346AE37B424; Fri, 22 Sep 2000 01:26:06 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA15611; Fri, 22 Sep 2000 01:26:06 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220826.BAA15611@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 22 Sep 2000 01:26: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 asami 2000/09/22 01:26:06 PDT Modified files: en_US.ISO_8859-1/books/porters-handbook book.sgml Log: Add 4.1.1R and 4-stable after that to the list of valid __FreeBSD_version variables. Revision Changes Path 1.128 +11 -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 Fri Sep 22 1:31: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A4B7837B423; Fri, 22 Sep 2000 01:30:59 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA16400; Fri, 22 Sep 2000 01:30:59 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <200009220830.BAA16400@freefall.freebsd.org> From: Doug Rabson Date: Fri, 22 Sep 2000 01:30:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha atomic.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dfr 2000/09/22 01:30:59 PDT Modified files: sys/alpha/alpha atomic.s Log: Remove atomic_*_{32,64} since they are now inline. If you haven't rebuilt modules since atomic.h was updated, now is the time. Revision Changes Path 1.4 +1 -82 src/sys/alpha/alpha/atomic.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 1:40: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E49337B422; Fri, 22 Sep 2000 01:40:06 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA18235; Fri, 22 Sep 2000 01:40:06 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200009220840.BAA18235@freefall.freebsd.org> From: John Baldwin Date: Fri, 22 Sep 2000 01:40:06 -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 jhb 2000/09/22 01:40:06 PDT Modified files: sys/isa psm.c Log: Fix several 64-bit-ism warnings due to sizeof(int) != sizeof(void *) on the alpha. Revision Changes Path 1.30 +7 -7 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 Sep 22 1:42:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EEF2A37B422; Fri, 22 Sep 2000 01:42:30 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA18602; Fri, 22 Sep 2000 01:42:30 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200009220842.BAA18602@freefall.freebsd.org> From: John Baldwin Date: Fri, 22 Sep 2000 01:42:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa sio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/09/22 01:42:30 PDT Modified files: sys/isa sio.c Log: - Wrap functions and variables that aren't used in the alpha console probe with #ifndef __alpha__/#endif - Add function prototypes for functions used during the alpha console probe and gdb port setup inside of #ifdef __alpha__/#endif. Revision Changes Path 1.315 +27 -8 src/sys/isa/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 1:47:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A5FB37B424; Fri, 22 Sep 2000 01:47:19 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA19529; Fri, 22 Sep 2000 01:47:19 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220847.BAA19529@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 22 Sep 2000 01:47:19 -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/09/22 01:47:19 PDT Modified files: . INDEX Log: This is (hopefully) the official index file for 4.1.1. There are 3,922 (= 2 x 37 x 53) ports. The tag is "RELEASE_4_1_1". Revision Changes Path 1.296 +594 -590 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 Sep 22 2:38: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E21837B423; Fri, 22 Sep 2000 02:38:06 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA48089; Fri, 22 Sep 2000 02:38:06 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009220938.CAA48089@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 22 Sep 2000 02:38:06 -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/09/22 02:38:06 PDT Modified files: . avail Log: The ports freeze is over. Thanks for your cooperation! :> Revision Changes Path 1.126 +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 Fri Sep 22 2:39:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2952D37B423; Fri, 22 Sep 2000 02:39:31 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA48315; Fri, 22 Sep 2000 02:39:31 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <200009220939.CAA48315@freefall.freebsd.org> From: Alan Cox Date: Fri, 22 Sep 2000 02:39:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alc 2000/09/22 02:39:31 PDT Modified files: (Branch: RELENG_4) sys/kern vfs_aio.c Log: MFC: [rev 1.79] Make filt_aio() check the jobstate for JOBST_JOBBFINISHED. Revision Changes Path 1.70.2.4 +3 -2 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 2:42: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E15C537B423; Fri, 22 Sep 2000 02:42:03 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA48769; Fri, 22 Sep 2000 02:42:03 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009220942.CAA48769@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 22 Sep 2000 02:42:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/usr.bin/bdes bdes.1 bdes.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/22 02:42:03 PDT Modified files: (Branch: RELENG_4) secure/usr.bin/bdes bdes.1 bdes.c Log: MFC: Add $FreeBSD$ tags Revision Changes Path 1.2.8.1 +1 -0 src/secure/usr.bin/bdes/bdes.1 1.3.2.1 +5 -0 src/secure/usr.bin/bdes/bdes.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 2:43:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 000FF37B422; Fri, 22 Sep 2000 02:43:38 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA49056; Fri, 22 Sep 2000 02:43:38 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009220943.CAA49056@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 22 Sep 2000 02:43:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc src/secure/lib/libssl Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/22 02:43:38 PDT Modified files: (Branch: RELENG_4) secure/lib/libcrypto Makefile Makefile.inc secure/lib/libssl Makefile Log: MFC: Clean up include file generation Revision Changes Path 1.15.2.5 +3 -29 src/secure/lib/libcrypto/Makefile 1.7.2.3 +27 -5 src/secure/lib/libcrypto/Makefile.inc 1.4.2.3 +5 -16 src/secure/lib/libssl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 2:44: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B3B137B422; Fri, 22 Sep 2000 02:44:05 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA49197; Fri, 22 Sep 2000 02:44:05 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009220944.CAA49197@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 22 Sep 2000 02:44:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/galeon Makefile ports/www/galeon/files md5 ports/www/galeon/patches patch-ad ports/www/galeon/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/22 02:44:04 PDT Modified files: www/galeon Makefile www/galeon/files md5 www/galeon/pkg PLIST Added files: www/galeon/patches patch-ad Log: Update to 0.7.5. Revision Changes Path 1.8 +12 -7 ports/www/galeon/Makefile 1.3 +1 -1 ports/www/galeon/files/md5 1.3 +7 -4 ports/www/galeon/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 Sep 22 2:44:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 48E1C37B424; Fri, 22 Sep 2000 02:44:18 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA49307; Fri, 22 Sep 2000 02:44:18 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009220944.CAA49307@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 22 Sep 2000 02:44:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh auth-skey.c auth1.c authfd.c canohost.c includes.h servconf.c session.c ssh.1 ssh.c ssh.h sshd.8 sshd.c sshd_config src/secure/usr.bin/ssh Makefile src/secure/usr.sbin/sshd Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/22 02:44:18 PDT Modified files: (Branch: RELENG_4) crypto/openssh auth-skey.c auth1.c authfd.c canohost.c includes.h servconf.c session.c ssh.1 ssh.c ssh.h sshd.8 sshd.c sshd_config secure/usr.bin/ssh Makefile secure/usr.sbin/sshd Makefile Log: MFC: Sync with recent bugfixes and changes in -current. Revision Changes Path 1.1.1.1.2.2 +4 -3 src/crypto/openssh/auth-skey.c 1.3.2.2 +26 -24 src/crypto/openssh/auth1.c 1.2.2.2 +4 -3 src/crypto/openssh/authfd.c 1.1.1.1.2.2 +31 -1 src/crypto/openssh/canohost.c 1.2.2.3 +3 -1 src/crypto/openssh/includes.h 1.3.2.4 +3 -3 src/crypto/openssh/servconf.c 1.4.2.4 +4 -5 src/crypto/openssh/session.c 1.4.2.4 +2 -2 src/crypto/openssh/ssh.1 1.4.2.2 +4 -1 src/crypto/openssh/ssh.c 1.6.2.2 +6 -1 src/crypto/openssh/ssh.h 1.5.2.3 +2 -2 src/crypto/openssh/sshd.8 1.6.2.2 +39 -34 src/crypto/openssh/sshd.c 1.4.2.2 +3 -3 src/crypto/openssh/sshd_config 1.4.2.2 +5 -1 src/secure/usr.bin/ssh/Makefile 1.5.2.3 +2 -2 src/secure/usr.sbin/sshd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 2:45: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B05137B42C; Fri, 22 Sep 2000 02:45:01 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA49473; Fri, 22 Sep 2000 02:45:01 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009220945.CAA49473@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 22 Sep 2000 02:45:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvs2html Makefile ports/devel/cvs2html/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/22 02:45:01 PDT Modified files: devel/cvs2html Makefile devel/cvs2html/files md5 Log: Upgrade to cvs2html 1.68 Revision Changes Path 1.3 +2 -2 ports/devel/cvs2html/Makefile 1.3 +1 -1 ports/devel/cvs2html/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 Sep 22 2:51:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1460437B422; Fri, 22 Sep 2000 02:51:34 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA50775; Fri, 22 Sep 2000 02:51:33 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009220951.CAA50775@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 22 Sep 2000 02:51:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cdk Makefile ports/devel/cdk/files md5 ports/devel/cdk/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/22 02:51:33 PDT Modified files: devel/cdk Makefile devel/cdk/files md5 devel/cdk/pkg PLIST Log: Chase the checksum (configure/makefile changes), and add two missing files to the PLIST. Bump PORTREVISION. Revision Changes Path 1.12 +2 -1 ports/devel/cdk/Makefile 1.4 +1 -1 ports/devel/cdk/files/md5 1.5 +2 -0 ports/devel/cdk/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 Sep 22 2:59:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BE32F37B423; Fri, 22 Sep 2000 02:59:24 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA52061; Fri, 22 Sep 2000 02:59:24 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Message-Id: <200009220959.CAA52061@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 22 Sep 2000 02:59:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fe if_fe.c if_fe_cbus.c if_fe_isa.c if_fe_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2000/09/22 02:59:24 PDT Modified files: sys/dev/fe if_fe.c if_fe_cbus.c if_fe_isa.c if_fe_pccard.c Log: Removed unneeded include files. Submitted by: phk Revision Changes Path 1.65 +1 -4 src/sys/dev/fe/if_fe.c 1.2 +1 -9 src/sys/dev/fe/if_fe_cbus.c 1.2 +1 -8 src/sys/dev/fe/if_fe_isa.c 1.2 +1 -11 src/sys/dev/fe/if_fe_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 3: 1:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2505E37B43C; Fri, 22 Sep 2000 03:01:52 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA52628; Fri, 22 Sep 2000 03:01:51 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Message-Id: <200009221001.DAA52628@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 22 Sep 2000 03:01:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files files.i386 files.pc98 src/sys/dev/fe if_fe.c if_fe_cbus.c if_fe_isa.c if_fe_pccard.c if_fereg.h if_fevar.h src/sys/i386/conf GENERIC src/sys/i386/isa isa_compat.h if_fe.c if_fereg.h src/sys/pc98/pc98 isa_compat.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2000/09/22 03:01:51 PDT Modified files: (Branch: RELENG_4) sys/conf files files.i386 files.pc98 sys/i386/conf GENERIC sys/i386/isa isa_compat.h sys/pc98/pc98 isa_compat.h Added files: (Branch: RELENG_4) sys/dev/fe if_fe.c if_fe_cbus.c if_fe_isa.c if_fe_pccard.c if_fereg.h if_fevar.h Removed files: (Branch: RELENG_4) sys/i386/isa if_fe.c if_fereg.h Log: MFC: Newbus'ify and bus_space'ify. Revision Changes Path 1.340.2.26 +3 -1 src/sys/conf/files 1.307.2.6 +2 -2 src/sys/conf/files.i386 1.140.2.8 +2 -2 src/sys/conf/files.pc98 1.246.2.11 +2 -2 src/sys/i386/conf/GENERIC 1.27.2.6 +1 -6 src/sys/i386/isa/Attic/isa_compat.h 1.13.2.6 +1 -6 src/sys/pc98/pc98/Attic/isa_compat.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 3: 5:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC67437B422; Fri, 22 Sep 2000 03:05:18 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA54284; Fri, 22 Sep 2000 03:05:18 -0700 (PDT) (envelope-from ru@FreeBSD.org) Message-Id: <200009221005.DAA54284@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 22 Sep 2000 03:05:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/groff/tmac Makefile src/contrib/groff/tmac me.man msafer.man src/contrib/groff/xditview Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2000/09/22 03:05:18 PDT Modified files: gnu/usr.bin/groff/tmac Makefile Removed files: contrib/groff/tmac me.man msafer.man contrib/groff/xditview Makefile Log: Removed files not present in v1_15 import. Revision Changes Path 1.22 +3 -3 src/gnu/usr.bin/groff/tmac/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 3:11:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D2A737B43E; Fri, 22 Sep 2000 03:11:24 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA55990; Fri, 22 Sep 2000 03:11:24 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009221011.DAA55990@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 22 Sep 2000 03:11:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/twinlib Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/22 03:11:24 PDT Modified files: graphics/twinlib Makefile Log: Mark BROKEN: port requires QT headers which are not installed. Revision Changes Path 1.10 +3 -1 ports/graphics/twinlib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 3:12:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EBA437B423; Fri, 22 Sep 2000 03:12:10 -0700 (PDT) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA56148; Fri, 22 Sep 2000 03:12:10 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200009221012.DAA56148@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Fri, 22 Sep 2000 03:12:10 -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/09/22 03:12:10 PDT Modified files: (Branch: RELENG_4) etc/defaults pccard.conf Log: Merge pccard.conf from current. 1.127 -> 1.128 comment-in "XXX NOT SUPPORTED YET" cards which was supported by "fe" driver. Revision Changes Path 1.98.2.5 +61 -71 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 Fri Sep 22 3:16:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D61537B422; Fri, 22 Sep 2000 03:16:29 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA56600; Fri, 22 Sep 2000 03:16:29 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009221016.DAA56600@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 22 Sep 2000 03:16:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/cgiparse Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/22 03:16:29 PDT Modified files: www/cgiparse Makefile Log: Mark BROKEN: Install script does not work Submitted by: onigiri Revision Changes Path 1.14 +3 -1 ports/www/cgiparse/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 3:23:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C14E637B422; Fri, 22 Sep 2000 03:23:24 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA57738; Fri, 22 Sep 2000 03:23:24 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009221023.DAA57738@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 22 Sep 2000 03:23:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/camlp4 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/22 03:23:24 PDT Modified files: devel/camlp4 Makefile Log: Mark BROKEN: does not compile Submitted by: onigiri Revision Changes Path 1.3 +3 -1 ports/devel/camlp4/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 3:24:55 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C08E637B422; Fri, 22 Sep 2000 03:24:52 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA58136; Fri, 22 Sep 2000 03:24:52 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009221024.DAA58136@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 22 Sep 2000 03:24:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/emboss Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/22 03:24:52 PDT Modified files: biology/emboss Makefile Log: Add USE_XLIB Revision Changes Path 1.6 +2 -1 ports/biology/emboss/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 3:25:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53BFE37B423; Fri, 22 Sep 2000 03:25:33 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA58299; Fri, 22 Sep 2000 03:25:33 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009221025.DAA58299@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 22 Sep 2000 03:25:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/chinput Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/22 03:25:33 PDT Modified files: chinese/chinput Makefile Log: Mark BROKEN: patch fails Submitted by: onigiri Revision Changes Path 1.4 +3 -1 ports/chinese/chinput/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 3:30:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E2C0B37B423; Fri, 22 Sep 2000 03:30:31 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA59293; Fri, 22 Sep 2000 03:30:31 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009221030.DAA59293@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 22 Sep 2000 03:30:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ElectricFence Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/22 03:30:31 PDT Modified files: devel/ElectricFence Makefile Log: Correct PLIST Submitted by: onigiri Revision Changes Path 1.13 +3 -3 ports/devel/ElectricFence/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 3:37:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D80237B423; Fri, 22 Sep 2000 03:37:51 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA60819; Fri, 22 Sep 2000 03:37:51 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009221037.DAA60819@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 22 Sep 2000 03:37:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/pygmy Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/22 03:37:51 PDT Modified files: mail/pygmy Makefile Log: Use PYTHON_LIBDIR. Revision Changes Path 1.4 +3 -3 ports/mail/pygmy/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 3:40:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 73DC337B423; Fri, 22 Sep 2000 03:40:52 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA61186; Fri, 22 Sep 2000 03:40:52 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009221040.DAA61186@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 22 Sep 2000 03:40:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/pmail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/22 03:40:52 PDT Modified files: mail/pmail Makefile Log: Pythonize. Revision Changes Path 1.3 +4 -5 ports/mail/pmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 3:52: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D096437B422; Fri, 22 Sep 2000 03:52:00 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA63229; Fri, 22 Sep 2000 03:52:00 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Message-Id: <200009221052.DAA63229@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Fri, 22 Sep 2000 03:52:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys socket.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/09/22 03:52:00 PDT Modified files: sys/sys socket.h Log: Fix comment about the bsd-api-new-02a draft. This has been superceded by RFC 2553. Revision Changes Path 1.43 +2 -2 src/sys/sys/socket.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 3:52:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B893A37B422; Fri, 22 Sep 2000 03:52:40 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA63527; Fri, 22 Sep 2000 03:52:40 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200009221052.DAA63527@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 22 Sep 2000 03:52:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/porteasy/src porteasy.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/09/22 03:52:40 PDT Modified files: misc/porteasy/src porteasy.8 Log: Fix cut'n'paste bogon. Submitted by: Dmitry Sivachenko Revision Changes Path 1.3 +2 -2 ports/misc/porteasy/src/porteasy.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 3:53: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFEA237B423; Fri, 22 Sep 2000 03:52:58 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA63616; Fri, 22 Sep 2000 03:52:58 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Message-Id: <200009221052.DAA63616@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Fri, 22 Sep 2000 03:52:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys socket.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/09/22 03:52:58 PDT Modified files: (Branch: RELENG_4) sys/sys socket.h Log: MFC: Fix bsd-api-new-02a comment to reflect reality. Revision Changes Path 1.39.2.2 +2 -2 src/sys/sys/socket.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 4: 7: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF8F237B422; Fri, 22 Sep 2000 04:07:01 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA70519; Fri, 22 Sep 2000 04:07:01 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009221107.EAA70519@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 22 Sep 2000 04:07:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/linuxdoom Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/22 04:07:01 PDT Modified files: games/linuxdoom Makefile Log: Mark BROKEN: errors during install - probably a linux binary issue. Revision Changes Path 1.16 +3 -1 ports/games/linuxdoom/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 4: 8:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2264C37B422; Fri, 22 Sep 2000 04:08:23 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA70871; Fri, 22 Sep 2000 04:08:23 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009221108.EAA70871@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 22 Sep 2000 04:08:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/rtc Makefile ports/emulators/rtc/files rtc.c rtc.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/09/22 04:08:23 PDT Modified files: emulators/rtc Makefile emulators/rtc/files rtc.c rtc.sh Log: Update for the latest current. (lminor() -> dev2unit()) Correct the startup script to unload rtc.ko module properly. Revision Changes Path 1.7 +11 -4 ports/emulators/rtc/Makefile 1.3 +1 -1 ports/emulators/rtc/files/rtc.c 1.3 +4 -3 ports/emulators/rtc/files/rtc.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 4:37:21 2000 Delivered-To: cvs-all@freebsd.org Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (Postfix) with ESMTP id 6CDDE37B423; Fri, 22 Sep 2000 04:37:18 -0700 (PDT) Received: from rac1.wam.umd.edu (IDENT:root@rac1.wam.umd.edu [128.8.10.141]) by po3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id HAA02727; Fri, 22 Sep 2000 07:37:14 -0400 (EDT) Received: from rac1.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by rac1.wam.umd.edu (8.9.3/8.9.3) with SMTP id HAA10170; Fri, 22 Sep 2000 07:37:14 -0400 (EDT) Received: from localhost (culverk@localhost) by rac1.wam.umd.edu (8.9.3/8.9.3) with ESMTP id HAA10166; Fri, 22 Sep 2000 07:37:13 -0400 (EDT) X-Authentication-Warning: rac1.wam.umd.edu: culverk owned process doing -bs Date: Fri, 22 Sep 2000 07:37:13 -0400 (EDT) From: Kenneth Wayne Culver To: Warner Losh Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/pccard pccard.c pccardvar.h In-Reply-To: <200009220512.XAA65009@harmony.village.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 I know that feeling. ================================================================= | Kenneth Culver | FreeBSD: The best NT upgrade | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: muythaibxr | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= On Thu, 21 Sep 2000, Warner Losh wrote: > In message Kenneth Wayne Culver writes: > : You can't tell I'm anxious to get linux off my laptop can you? :-) > > Yes. Soon. I thought I'd get NEWCARD probe/attaching tonight after > the earlier changes, but there's a snag or two that need to be > resolved. Every time I get close, I find a few more issues that I > have to deal with. > > Warner > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 4:39:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F6B637B43F; Fri, 22 Sep 2000 04:39:15 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA77652; Fri, 22 Sep 2000 04:39:15 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009221139.EAA77652@freefall.freebsd.org> From: Neil Blakey-Milner Date: Fri, 22 Sep 2000 04:39:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/vpopmail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/09/22 04:39:15 PDT Modified files: mail/vpopmail Makefile Log: As clever as makeport.pl is, I made this port. (change Whom:) Change ~vpopmail to ${PREFIX}/vpopmail. Revision Changes Path 1.2 +3 -3 ports/mail/vpopmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 4:40: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A544D37B423; Fri, 22 Sep 2000 04:40:06 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA77831; Fri, 22 Sep 2000 04:40:06 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <200009221140.EAA77831@freefall.freebsd.org> From: Thomas Gellekum Date: Fri, 22 Sep 2000 04:40:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/lapack Makefile ports/math/lapack/scripts configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2000/09/22 04:40:06 PDT Modified files: math/lapack Makefile math/lapack/scripts configure Log: Add LDADD=g2c (f2c for -stale) to the makefiles. Reviewed by: Paul Magwene Approved by: jmz Revision Changes Path 1.22 +3 -1 ports/math/lapack/Makefile 1.3 +17 -3 ports/math/lapack/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 4:41:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D7CB37B423; Fri, 22 Sep 2000 04:41:37 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA78188; Fri, 22 Sep 2000 04:41:37 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009221141.EAA78188@freefall.freebsd.org> From: Neil Blakey-Milner Date: Fri, 22 Sep 2000 04:41:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/squishdot Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/09/22 04:41:37 PDT Modified files: www/squishdot Makefile Log: Change Whom:, since I made the port, not makeport.pl. Change "for Squishdot-version" to just "Squishdot" Revision Changes Path 1.3 +3 -3 ports/www/squishdot/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 4:43: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BC16137B42C; Fri, 22 Sep 2000 04:43:04 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA78536; Fri, 22 Sep 2000 04:43:04 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009221143.EAA78536@freefall.freebsd.org> From: Neil Blakey-Milner Date: Fri, 22 Sep 2000 04:43:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/zpygresqlda Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/09/22 04:43:04 PDT Modified files: databases/zpygresqlda Makefile Log: Change Whom:, so people know who made the port, not what silly script that didn't help at all was used to generate the skeleton. Revision Changes Path 1.2 +2 -2 ports/databases/zpygresqlda/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 4:43:27 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF47437B424; Fri, 22 Sep 2000 04:43:23 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA78648; Fri, 22 Sep 2000 04:43:23 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <200009221143.EAA78648@freefall.freebsd.org> From: Thomas Gellekum Date: Fri, 22 Sep 2000 04:43:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/numpy Makefile ports/math/numpy/files md5 ports/math/numpy/patches patch-setup.py patch-Packages:MA:setup.py ports/math/numpy/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2000/09/22 04:43:23 PDT Modified files: math/numpy Makefile math/numpy/files md5 math/numpy/patches patch-setup.py math/numpy/pkg PLIST Removed files: math/numpy/patches patch-Packages:MA:setup.py Log: Upgrade to 16.1.1. PR: 21446 Submitted by: Johann Visagie Revision Changes Path 1.29 +3 -5 ports/math/numpy/Makefile 1.12 +1 -1 ports/math/numpy/files/md5 1.3 +8 -28 ports/math/numpy/patches/patch-setup.py 1.17 +2 -0 ports/math/numpy/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 Sep 22 4:54:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C08C37B422; Fri, 22 Sep 2000 04:54:49 -0700 (PDT) Received: (from eivind@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA80328; Fri, 22 Sep 2000 04:54:49 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Message-Id: <200009221154.EAA80328@freefall.freebsd.org> From: Eivind Eklund Date: Fri, 22 Sep 2000 04:54:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG eivind 2000/09/22 04:54:49 PDT Modified files: sys/kern vfs_subr.c Log: Staticize addalias() Revision Changes Path 1.278 +3 -2 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 Fri Sep 22 4:55: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BDAF237B422; Fri, 22 Sep 2000 04:54:58 -0700 (PDT) Received: (from eivind@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA80364; Fri, 22 Sep 2000 04:54:58 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Message-Id: <200009221154.EAA80364@freefall.freebsd.org> From: Eivind Eklund Date: Fri, 22 Sep 2000 04:54:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys vnode.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG eivind 2000/09/22 04:54:58 PDT Modified files: sys/sys vnode.h Log: Remove addalias() prototype (staticized in kern/vfs_subr.c) Revision Changes Path 1.127 +1 -2 src/sys/sys/vnode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 4:56:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E68237B422; Fri, 22 Sep 2000 04:56:23 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA80676; Fri, 22 Sep 2000 04:56:23 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009221156.EAA80676@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 22 Sep 2000 04:56:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/idle Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/22 04:56:23 PDT Modified files: devel/idle Makefile Log: Pythonize. Revision Changes Path 1.6 +7 -6 ports/devel/idle/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 4:57:41 2000 Delivered-To: cvs-all@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id 4D9FC37B423; Fri, 22 Sep 2000 04:57:38 -0700 (PDT) Received: by puck.firepipe.net (Postfix, from userid 1000) id 4D25618A2; Fri, 22 Sep 2000 06:53:22 -0500 (EST) Date: Fri, 22 Sep 2000 06:53:22 -0500 From: Will Andrews To: Satoshi - Ports Wraith - Asami Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules ports/french Makefile ports/french/staroffice52 Makefile ports/french/staroffice52/files md5 setup.ins.patch setup.patch soffice.patch ports/french/staroffice52/pkg COMMENT DESCR MESSAGE PLIST Message-ID: <20000922065322.B3094@puck.firepipe.net> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Satoshi - Ports Wraith - Asami , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200009220719.AAA02304@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from asami@FreeBSD.org on Fri, Sep 22, 2000 at 01:01:32AM -0700 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Sep 22, 2000 at 01:01:32AM -0700, Satoshi - Ports Wraith - Asami wrote: > By the way, addport didn't like this port -- it wanted to import it > into editors/staroffice52. I said no and it quit on me. You are supposed to read the usage() output when there are no args to addport. See -i (interactive), which allows overriding the defaults that addport generates by reading the Makefile. People make mistakes with CATEGORIES, but if you know what you are doing, you can use the -i option. That is why it is there (well, that and sometimes special module names are required, a la port_truncate). -- 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 Fri Sep 22 5: 1:41 2000 Delivered-To: cvs-all@freebsd.org Received: from puck.firepipe.net (mcut-b-167.resnet.purdue.edu [128.211.209.167]) by hub.freebsd.org (Postfix) with ESMTP id 7D9D637B42C; Fri, 22 Sep 2000 05:01:37 -0700 (PDT) Received: by puck.firepipe.net (Postfix, from userid 1000) id BBE8E18A2; Fri, 22 Sep 2000 06:57:21 -0500 (EST) Date: Fri, 22 Sep 2000 06:57:21 -0500 From: Will Andrews To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/graphics/twinlib Makefile Message-ID: <20000922065721.C3094@puck.firepipe.net> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200009221011.DAA55990@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200009221011.DAA55990@freefall.freebsd.org>; from kris@FreeBSD.org on Fri, Sep 22, 2000 at 03:11:24AM -0700 X-Operating-System: FreeBSD 4.1-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Sep 22, 2000 at 03:11:24AM -0700, Kris Kennaway wrote: > Modified files: > graphics/twinlib Makefile > Log: > Mark BROKEN: port requires QT headers which are not installed. Should be removed anyway since the author doesn't seem to have a clue about how to program decent QT*-based libraries. And there are better graphics libraries based on Qt. *sigh* Guy who made the twinlib port a *long* time ago... -- 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 Fri Sep 22 5: 5:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 66BCC37B423; Fri, 22 Sep 2000 05:05:12 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA82746; Fri, 22 Sep 2000 05:05:12 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <200009221205.FAA82746@freefall.freebsd.org> From: Thomas Gellekum Date: Fri, 22 Sep 2000 05:05:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/pysol Makefile ports/games/pysol/files md5 ports/games/pysol/pkg DESCR PLIST PLIST.cardsets PLIST.music X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2000/09/22 05:05:12 PDT Modified files: games/pysol Makefile games/pysol/files md5 games/pysol/pkg DESCR PLIST Removed files: games/pysol/pkg PLIST.cardsets PLIST.music Log: Upgrade to 4.60. Additional music files and cardsets are moved from an option to separate ports (to be imported shortly). Partly submitted by: sobomax Revision Changes Path 1.34 +19 -53 ports/games/pysol/Makefile 1.27 +2 -3 ports/games/pysol/files/md5 1.8 +1 -1 ports/games/pysol/pkg/DESCR 1.25 +158 -172 ports/games/pysol/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 Sep 22 5:10:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E559337B422; Fri, 22 Sep 2000 05:10:15 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA84488; Fri, 22 Sep 2000 05:10:15 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009221210.FAA84488@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 22 Sep 2000 05:10:15 -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/09/22 05:10:15 PDT Modified files: . modules Log: Add db3 --> ports/databases/db3 after a repo-copy from ports/databases/db. Revision Changes Path 1.1755 +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 Sep 22 5:13:10 2000 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E991637B42C; Fri, 22 Sep 2000 05:13:06 -0700 (PDT) Received: from blizzard.sabbo.net (blizzard.sabbo.net [193.193.218.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id C37566E29BB; Fri, 22 Sep 2000 05:13:01 -0700 (PDT) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.109]) by blizzard.sabbo.net (8.9.1/8.9.3) with ESMTP id PAA04099; Fri, 22 Sep 2000 15:11:31 +0300 (EEST) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.0/8.9.3) with ESMTP id e8MCBTS65461; Fri, 22 Sep 2000 15:11:29 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <39CB4C6E.79126398@FreeBSD.org> Date: Fri, 22 Sep 2000 15:11:27 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules References: <200009221210.FAA84488@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 Maxim Sobolev wrote: > sobomax 2000/09/22 05:10:15 PDT > > Modified files: > . modules > Log: > Add db3 --> ports/databases/db3 after a repo-copy from ports/databases/db. Forgotten by: will To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 5:21: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C02C37B423; Fri, 22 Sep 2000 05:21:00 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA86374; Fri, 22 Sep 2000 05:21:00 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009221221.FAA86374@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 22 Sep 2000 05:21:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ispell Makefile ports/french/ispell Makefile ports/french/staroffice52 Makefile ports/german/ispell Makefile ports/german/ispell-alt Makefile ports/german/ispell-neu Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/22 05:21:00 PDT Modified files: textproc/ispell Makefile french/ispell Makefile french/staroffice52 Makefile german/ispell Makefile german/ispell-alt Makefile german/ispell-neu Makefile Log: Add category "french" and "german" as appropriate. Revision Changes Path 1.39 +2 -2 ports/textproc/ispell/Makefile 1.5 +2 -1 ports/french/ispell/Makefile 1.2 +2 -2 ports/french/staroffice52/Makefile 1.6 +2 -1 ports/german/ispell/Makefile 1.6 +2 -1 ports/german/ispell-alt/Makefile 1.6 +2 -1 ports/german/ispell-neu/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 5:22:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 06B6A37B423; Fri, 22 Sep 2000 05:22:37 -0700 (PDT) Received: (from eivind@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA86734; Fri, 22 Sep 2000 05:22:37 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Message-Id: <200009221222.FAA86734@freefall.freebsd.org> From: Eivind Eklund Date: Fri, 22 Sep 2000 05:22:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG eivind 2000/09/22 05:22:36 PDT Modified files: sys/kern vfs_subr.c Log: Style fixes: * Add lots of comments * Convert a couple of assertions to KASSERT() * Minimal whitespace & misapplied {} fixes * Convert #if 0 to #if COMPILING_LINT for code we presently do not support, but want to keep available. Reviewed by: adrian, markm Revision Changes Path 1.279 +108 -53 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 Fri Sep 22 5:25:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E5E3F37B422; Fri, 22 Sep 2000 05:25:44 -0700 (PDT) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id FAA87856; Fri, 22 Sep 2000 05:25:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Fri, 22 Sep 2000 05:25:44 -0700 (PDT) From: Kris Kennaway To: Will Andrews Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/graphics/twinlib Makefile In-Reply-To: <20000922065721.C3094@puck.firepipe.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 Fri, 22 Sep 2000, Will Andrews wrote: > On Fri, Sep 22, 2000 at 03:11:24AM -0700, Kris Kennaway wrote: > > Modified files: > > graphics/twinlib Makefile > > Log: > > Mark BROKEN: port requires QT headers which are not installed. > > Should be removed anyway since the author doesn't seem to have a clue > about how to program decent QT*-based libraries. And there are better > graphics libraries based on Qt. *sigh* Feel free :-) 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 Fri Sep 22 5:25:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EAA5A37B423; Fri, 22 Sep 2000 05:25:44 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA87855; Fri, 22 Sep 2000 05:25:44 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <200009221225.FAA87855@freefall.freebsd.org> From: Thomas Gellekum Date: Fri, 22 Sep 2000 05:25:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/games Makefile ports/games/pysol-cardsets Makefile ports/games/pysol-cardsets/files md5 ports/games/pysol-cardsets/pkg COMMENT DESCR PLIST ports/games/pysol-music Makefile ports/games/pysol-music/files md5 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2000/09/22 05:25:44 PDT Modified files: . modules games Makefile Added files: games/pysol-cardsets Makefile games/pysol-cardsets/files md5 games/pysol-cardsets/pkg COMMENT DESCR PLIST games/pysol-music Makefile games/pysol-music/files md5 games/pysol-music/pkg COMMENT DESCR PLIST Log: Add ports pysol-cardsets and pysol-music. The names should be self-explanatory. Revision Changes Path 1.1756 +3 -1 CVSROOT/modules 1.299 +3 -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 Sep 22 5:31: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from cip1.melaten.rwth-aachen.de (cip1.melaten.RWTH-Aachen.DE [134.130.92.100]) by hub.freebsd.org (Postfix) with ESMTP id 0E87C37B422; Fri, 22 Sep 2000 05:30:57 -0700 (PDT) Received: from cip12.melaten.rwth-aachen.de (cip12.melaten.rwth-aachen.de [134.130.92.12]) by cip1.melaten.rwth-aachen.de (8.9.3/8.8.8) with ESMTP id OAA06747; Fri, 22 Sep 2000 14:38:46 +0200 Received: (from tg@localhost) by cip12.melaten.rwth-aachen.de (8.9.3/8.9.3) id OAA27386; Fri, 22 Sep 2000 14:35:30 +0200 (CEST) (envelope-from tg@melaten.rwth-aachen.de) X-Authentication-Warning: cip12.melaten.rwth-aachen.de: tg set sender to tg@melaten.rwth-aachen.de using -f To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules ports/games Makefile ports/games/pysol-cardsets Makefile ports/games/pysol-cardsets/files md5 ports/games/pysol-cardsets/pkg COMMENT DESCR PLIST ports/games/pysol-music Makefile ports/games/pysol-music/files md5 ... References: <200009221225.FAA87855@freefall.freebsd.org> From: Thomas Gellekum In-Reply-To: Thomas Gellekum's message of "Fri, 22 Sep 2000 05:25:44 -0700 (PDT)" Date: 22 Sep 2000 14:35:29 +0200 Message-ID: Lines: 10 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Canyonlands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thomas Gellekum writes: > games/pysol-music Makefile If anyone has strong feelings this should be in audio/, drop me a line (or move it yourself; I'll be away over the weekend). I did prefer the location in games/, along with the main port, but it's no big deal for me. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 5:36:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 54B4C37B423; Fri, 22 Sep 2000 05:36:08 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA90213; Fri, 22 Sep 2000 05:36:08 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <200009221236.FAA90213@freefall.freebsd.org> From: Thomas Gellekum Date: Fri, 22 Sep 2000 05:36:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/games Makefile ports/games/gomoku.app Makefile ports/games/gomoku.app/files md5 ports/games/gomoku.app/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2000/09/22 05:36:08 PDT Modified files: . modules games Makefile Added files: games/gomoku.app Makefile games/gomoku.app/files md5 games/gomoku.app/pkg COMMENT DESCR PLIST Log: New ports gomoku.app, a five-in-a-row game for GNUstep. Revision Changes Path 1.1757 +2 -1 CVSROOT/modules 1.300 +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 Sep 22 5:44:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 442DA37B423; Fri, 22 Sep 2000 05:44:29 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA91806; Fri, 22 Sep 2000 05:44:29 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009221244.FAA91806@freefall.freebsd.org> From: Neil Blakey-Milner Date: Fri, 22 Sep 2000 05:44:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/courier-imap Makefile 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/09/22 05:44:29 PDT Modified files: mail/courier-imap Makefile mail/courier-imap/pkg PLIST Log: Move courier-imap's libexec files into its own tree, to prevent conflict with other ports using authlib. Bump PORTREVISION. Revision Changes Path 1.10 +3 -1 ports/mail/courier-imap/Makefile 1.8 +10 -9 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 Fri Sep 22 5:49:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DF4F37B422; Fri, 22 Sep 2000 05:49:15 -0700 (PDT) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA92713; Fri, 22 Sep 2000 05:49:15 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <200009221249.FAA92713@freefall.freebsd.org> From: KATO Takenori Date: Fri, 22 Sep 2000 05:49:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/pc98/libpc98 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kato 2000/09/22 05:49:15 PDT Modified files: sys/boot/pc98/libpc98 Makefile Log: Merged from sys/boot/i386/libi386/Makefile revision 1.19. Revision Changes Path 1.5 +4 -2 src/sys/boot/pc98/libpc98/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 5:51:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DA9A037B423; Fri, 22 Sep 2000 05:51:22 -0700 (PDT) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA93260; Fri, 22 Sep 2000 05:51:22 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <200009221251.FAA93260@freefall.freebsd.org> From: KATO Takenori Date: Fri, 22 Sep 2000 05:51:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/pc98/loader main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kato 2000/09/22 05:51:22 PDT Modified files: sys/boot/pc98/loader main.c Log: Merged from sys/boot/i386/loader/main.c revision 1.23. Revision Changes Path 1.11 +3 -1 src/sys/boot/pc98/loader/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 5:53:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EEFA337B422; Fri, 22 Sep 2000 05:53:49 -0700 (PDT) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA93799; Fri, 22 Sep 2000 05:53:49 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <200009221253.FAA93799@freefall.freebsd.org> From: KATO Takenori Date: Fri, 22 Sep 2000 05:53:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kato 2000/09/22 05:53:49 PDT Modified files: sys/pc98/conf GENERIC Log: Merged from sys/i386/conf/GENERIC revision 1.278. Revision Changes Path 1.158 +2 -1 src/sys/pc98/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 5:54:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E62E437B422; Fri, 22 Sep 2000 05:54:50 -0700 (PDT) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA93980; Fri, 22 Sep 2000 05:54:50 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <200009221254.FAA93980@freefall.freebsd.org> From: KATO Takenori Date: Fri, 22 Sep 2000 05:54:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kato 2000/09/22 05:54:50 PDT Modified files: sys/pc98/i386 machdep.c Log: Merged from sys/i386/i386/machdep.c revision 1.410. Revision Changes Path 1.178 +38 -1 src/sys/pc98/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 5:55:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EB85937B424; Fri, 22 Sep 2000 05:55:36 -0700 (PDT) Received: (from eivind@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA94165; Fri, 22 Sep 2000 05:55:36 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Message-Id: <200009221255.FAA94165@freefall.freebsd.org> From: Eivind Eklund Date: Fri, 22 Sep 2000 05:55:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio fopen.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG eivind 2000/09/22 05:55:36 PDT Modified files: lib/libc/stdio fopen.3 Log: Better documentation of append mode. This should have gone in -current directly. Now also .Xr fseek reference. Prodded by: sheldonh Revision Changes Path 1.10 +9 -1 src/lib/libc/stdio/fopen.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 5:56:38 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8757837B424; Fri, 22 Sep 2000 05:56:35 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA94373; Fri, 22 Sep 2000 05:56:35 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <200009221256.FAA94373@freefall.freebsd.org> From: Thomas Gellekum Date: Fri, 22 Sep 2000 05:56: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 tg 2000/09/22 05:56:35 PDT Modified files: . modules Log: Fix entries for pysol-cardsets and pysol-music. Sorry. Revision Changes Path 1.1758 +3 -3 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 Sep 22 5:56:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C7BB437B422; Fri, 22 Sep 2000 05:56:55 -0700 (PDT) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA94429; Fri, 22 Sep 2000 05:56:55 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <200009221256.FAA94429@freefall.freebsd.org> From: KATO Takenori Date: Fri, 22 Sep 2000 05:56:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 sio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kato 2000/09/22 05:56:55 PDT Modified files: sys/pc98/pc98 sio.c Log: Merged from sys/isa/sio.c revision 1.315. Revision Changes Path 1.136 +27 -8 src/sys/pc98/pc98/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 6:15:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A55F837B422; Fri, 22 Sep 2000 06:15:20 -0700 (PDT) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA98929; Fri, 22 Sep 2000 06:15:20 -0700 (PDT) (envelope-from tg@FreeBSD.org) Message-Id: <200009221315.GAA98929@freefall.freebsd.org> From: Thomas Gellekum Date: Fri, 22 Sep 2000 06:15:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/devel Makefile ports/devel/projectcenter.app Makefile ports/devel/projectcenter.app/files md5 ports/devel/projectcenter.app/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tg 2000/09/22 06:15:20 PDT Modified files: . modules devel Makefile Added files: devel/projectcenter.app Makefile devel/projectcenter.app/files md5 devel/projectcenter.app/pkg COMMENT DESCR PLIST Log: New port projectcenter.app, a development environment that will become the GNUstep counterpart to Apple/NeXT's ProjectBuilder. Revision Changes Path 1.1759 +2 -1 CVSROOT/modules 1.350 +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 Fri Sep 22 6:46: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BEAF37B42C; Fri, 22 Sep 2000 06:46:06 -0700 (PDT) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA03939; Fri, 22 Sep 2000 06:46:06 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200009221346.GAA03939@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Fri, 22 Sep 2000 06:46:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/oleo Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/09/22 06:46:06 PDT Modified files: japanese/oleo Makefile Log: Add BUILD_DEPENDS to xmkmf:imake-4. Submitted by: bento Revision Changes Path 1.11 +4 -1 ports/japanese/oleo/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 7:30:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D53837B424; Fri, 22 Sep 2000 07:30:46 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA14895; Fri, 22 Sep 2000 07:30:46 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009221430.HAA14895@freefall.freebsd.org> From: Ade Lovett Date: Fri, 22 Sep 2000 07:30:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libunicode Makefile ports/devel/libunicode/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/22 07:30:46 PDT Modified files: devel/libunicode Makefile Added files: devel/libunicode/patches patch-aa Log: Actually add a patch to put unicodeConf.sh in the right place. *sigh* Submitted by: onigiri Revision Changes Path 1.3 +2 -2 ports/devel/libunicode/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 7:32:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CEE8D37B423; Fri, 22 Sep 2000 07:32:11 -0700 (PDT) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA15299; Fri, 22 Sep 2000 07:32:11 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <200009221432.HAA15299@freefall.freebsd.org> From: Alexey Zelkin Date: Fri, 22 Sep 2000 07:32:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/nvi/catalog uk_UA.KOI8-U uk_UA.KOI8-U.base uk_UA.KOI8-U.owner X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/09/22 07:32:11 PDT Added files: (Branch: RELENG_4) contrib/nvi/catalog uk_UA.KOI8-U uk_UA.KOI8-U.base uk_UA.KOI8-U.owner Log: MFC: add Ukrainian catalogs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 7:33:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A23E37B424; Fri, 22 Sep 2000 07:33:18 -0700 (PDT) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA15602; Fri, 22 Sep 2000 07:33:18 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <200009221433.HAA15602@freefall.freebsd.org> From: Alexey Zelkin Date: Fri, 22 Sep 2000 07:33:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vi Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/09/22 07:33:18 PDT Modified files: (Branch: RELENG_4) usr.bin/vi Makefile Log: Activate Ukrainian catalog for vi Revision Changes Path 1.27.2.1 +3 -2 src/usr.bin/vi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 7:36: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 90FC337B422; Fri, 22 Sep 2000 07:36:06 -0700 (PDT) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA16406; Fri, 22 Sep 2000 07:36:06 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <200009221436.HAA16406@freefall.freebsd.org> From: Alexey Zelkin Date: Fri, 22 Sep 2000 07:36:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 mdoc.samples.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/09/22 07:36:06 PDT Modified files: share/man/man7 mdoc.samples.7 Log: Document 'libusb' option for .Lb macro Revision Changes Path 1.33 +3 -1 src/share/man/man7/mdoc.samples.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 7:37:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E549737B423; Fri, 22 Sep 2000 07:37:16 -0700 (PDT) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA16747; Fri, 22 Sep 2000 07:37:16 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Message-Id: <200009221437.HAA16747@freefall.freebsd.org> From: Alexey Zelkin Date: Fri, 22 Sep 2000 07:37:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 mdoc.samples.7 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG phantom 2000/09/22 07:37:16 PDT Modified files: (Branch: RELENG_4) share/man/man7 mdoc.samples.7 Log: MFC: document libusb as .Lb macro option Revision Changes Path 1.28.2.5 +3 -1 src/share/man/man7/mdoc.samples.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 7:43:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 95ECF37B424; Fri, 22 Sep 2000 07:43:08 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA18452; Fri, 22 Sep 2000 07:43:08 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Message-Id: <200009221443.HAA18452@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Fri, 22 Sep 2000 07:43:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys socket.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/09/22 07:43:08 PDT Modified files: sys/sys socket.h Log: Document which RFC introduced CMSG_SPACE() and CMSG_LEN(). Revision Changes Path 1.44 +3 -1 src/sys/sys/socket.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 7:44:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A442037B422; Fri, 22 Sep 2000 07:44:16 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA18755; Fri, 22 Sep 2000 07:44:16 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Message-Id: <200009221444.HAA18755@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Fri, 22 Sep 2000 07:44:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys socket.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/09/22 07:44:16 PDT Modified files: (Branch: RELENG_4) sys/sys socket.h Log: MFC: Document where CMSG_[SPACE|LEN] came from. Revision Changes Path 1.39.2.3 +3 -1 src/sys/sys/socket.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 7:49:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C777137B423; Fri, 22 Sep 2000 07:49:39 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA20016; Fri, 22 Sep 2000 07:49:39 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009221449.HAA20016@freefall.freebsd.org> From: Will Andrews Date: Fri, 22 Sep 2000 07:49:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/ipsc/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/09/22 07:49:39 PDT Modified files: sysutils/ipsc/pkg DESCR Log: Update WWW for IPSC. PR: 21407 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/sysutils/ipsc/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 Sep 22 7:52:32 2000 Delivered-To: cvs-all@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 7C57B37B422; Fri, 22 Sep 2000 07:52:27 -0700 (PDT) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id IAA14065; Fri, 22 Sep 2000 08:52:26 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id IAA17288; Fri, 22 Sep 2000 08:52:25 -0600 (MDT) (envelope-from nate) Date: Fri, 22 Sep 2000 08:52:25 -0600 (MDT) Message-Id: <200009221452.IAA17288@nomad.yogotech.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Mike Smith Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 machdep.c swtch.s src/sys/kern kern_idle.c In-Reply-To: <200009220319.UAA51501@freefall.freebsd.org> References: <200009220319.UAA51501@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > msmith 2000/09/21 20:19:24 PDT > > Modified files: > sys/i386/i386 machdep.c swtch.s > Log: > Implement halt-on-idle in the !SMP case, which should significantly > reduce power consumption on most systems. > ... > > Modified files: > sys/kern kern_idle.c > Log: > Create an event (idle_event) which is invoked every time around the > idle loop. Machine-dependant code can elect to eg. take power-saving > actions when this event is invoked. Thanks Mike!! Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 7:54:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5999D37B424; Fri, 22 Sep 2000 07:54:32 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA21170; Fri, 22 Sep 2000 07:54:32 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009221454.HAA21170@freefall.freebsd.org> From: Will Andrews Date: Fri, 22 Sep 2000 07:54:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/prips/pkg DESCR X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/09/22 07:54:32 PDT Modified files: sysutils/prips/pkg DESCR Log: Update WWW for prips. PR: 21408 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/sysutils/prips/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 Sep 22 8: 5: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 64A4E37B423; Fri, 22 Sep 2000 08:05:05 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA24722; Fri, 22 Sep 2000 08:05:04 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Message-Id: <200009221505.IAA24722@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Fri, 22 Sep 2000 08:05:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/worm burncd.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/09/22 08:05:04 PDT Removed files: share/examples/worm burncd.sh Log: This is a very obsolete example file for wormcontrol, which is no longer present in the tree. PR: 21005 Submitted by: Michael Harnois To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 8: 8: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F15A37B42C; Fri, 22 Sep 2000 08:08:04 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA27551; Fri, 22 Sep 2000 08:08:04 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Message-Id: <200009221508.IAA27551@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Fri, 22 Sep 2000 08:08:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/worm burncd.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/09/22 08:08:04 PDT Removed files: (Branch: RELENG_4) share/examples/worm burncd.sh Log: MFC: wormcontrol is not present in 4-STABLE anymore as well. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 8:14:25 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 A0EA437B422; Fri, 22 Sep 2000 08:14:21 -0700 (PDT) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id LAA16233; Fri, 22 Sep 2000 11:14:20 -0400 (EDT) (envelope-from wollman) Date: Fri, 22 Sep 2000 11:14:20 -0400 (EDT) From: Garrett Wollman Message-Id: <200009221514.LAA16233@khavrinen.lcs.mit.edu> To: Hajimu UMEMOTO Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/finger net.c In-Reply-To: <200009220331.e8M3VH739806@plum.ssr.bisd.hitachi.co.jp> References: <200009220106.SAA21368@freefall.freebsd.org> <200009220114.VAA09611@khavrinen.lcs.mit.edu> <200009220331.e8M3VH739806@plum.ssr.bisd.hitachi.co.jp> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG < said: > Fine! > Please don't forget to initialize struct addrinfo. It's static and doesn't need to be explicitly initialized. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 9:11:14 2000 Delivered-To: cvs-all@freebsd.org Received: from privatecube.privatelabs.com (ppp164.max-01.intercom.com [198.143.0.164]) by hub.freebsd.org (Postfix) with ESMTP id 73E7537B424; Fri, 22 Sep 2000 09:10:30 -0700 (PDT) Received: from misha.privatelabs.com (root@misha.privatelabs.com [198.143.31.6]) by privatecube.privatelabs.com (8.9.3/8.9.2) with ESMTP id LAA04582; Fri, 22 Sep 2000 11:28:57 -0400 Received: from virtual-estates.net (mi@localhost [127.0.0.1]) by misha.privatelabs.com (8.9.3/8.9.3) with ESMTP id MAA57346; Fri, 22 Sep 2000 12:09:21 -0400 (EDT) (envelope-from mi@virtual-estates.net) Message-Id: <200009221609.MAA57346@misha.privatelabs.com> Date: Fri, 22 Sep 2000 12:09:20 -0400 (EDT) From: mi@aldan.algebra.com Subject: Re: cvs commit: src/contrib/nvi/catalog uk_UA.KOI8-U uk_UA.KOI8-U.b ase uk_UA.KOI8-U.owner To: Alexey Zelkin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200009221432.HAA15299@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=koi8-u Content-Transfer-Encoding: 8BIT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 22 Sep, Alexey Zelkin wrote: = phantom 2000/09/22 07:32:11 PDT = = Added files: (Branch: RELENG_4) = contrib/nvi/catalog uk_UA.KOI8-U uk_UA.KOI8-U.base = uk_UA.KOI8-U.owner = Log: = MFC: add Ukrainian catalogs Wow! Thanks a lot. ýÉÒÏ ÄÑËÕÀ, ÐÁÎÅ! -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 9:11:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39DB137B440; Fri, 22 Sep 2000 09:11:15 -0700 (PDT) Received: (from imura@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA49067; Fri, 22 Sep 2000 09:11:15 -0700 (PDT) (envelope-from imura@FreeBSD.org) Message-Id: <200009221611.JAA49067@freefall.freebsd.org> From: "R. Imura" Date: Fri, 22 Sep 2000 09:11:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/qt21 Makefile ports/x11-toolkits/qt21/files manpages md5 ports/x11-toolkits/qt21/patches patch-aa patch-ab patch-ac patch-ad ports/x11-toolkits/qt21/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imura 2000/09/22 09:11:14 PDT Removed files: x11-toolkits/qt21 Makefile x11-toolkits/qt21/files manpages md5 x11-toolkits/qt21/patches patch-aa patch-ab patch-ac patch-ad x11-toolkits/qt21/pkg COMMENT DESCR PLIST Log: Remove qt21, because qt22 goes through the main street now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 9:17:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D24A37B423; Fri, 22 Sep 2000 09:17:43 -0700 (PDT) Received: (from imura@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA51066; Fri, 22 Sep 2000 09:17:43 -0700 (PDT) (envelope-from imura@FreeBSD.org) Message-Id: <200009221617.JAA51066@freefall.freebsd.org> From: "R. Imura" Date: Fri, 22 Sep 2000 09:17:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/x11-toolkits Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imura 2000/09/22 09:17:42 PDT Modified files: . modules x11-toolkits Makefile Log: Remove ports/x11-toolkits/qt21 Revision Changes Path 1.1760 +1 -2 CVSROOT/modules 1.96 +1 -2 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 Fri Sep 22 9:30:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF56637B424; Fri, 22 Sep 2000 09:30:29 -0700 (PDT) Received: (from ade@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA54313; Fri, 22 Sep 2000 09:30:29 -0700 (PDT) (envelope-from ade@FreeBSD.org) Message-Id: <200009221630.JAA54313@freefall.freebsd.org> From: Ade Lovett Date: Fri, 22 Sep 2000 09:30:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mathopd Makefile ports/www/mathopd/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ade 2000/09/22 09:30:29 PDT Modified files: www/mathopd Makefile www/mathopd/files md5 Log: Update to version 1.3p6 PR: 20200 Submitted by: mikko@dynas.se Approved by: maintainer Revision Changes Path 1.9 +2 -2 ports/www/mathopd/Makefile 1.5 +1 -1 ports/www/mathopd/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 Sep 22 9:36: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C6DB37B422; Fri, 22 Sep 2000 09:36:05 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA55778; Fri, 22 Sep 2000 09:36:05 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200009221636.JAA55778@freefall.freebsd.org> From: Robert Watson Date: Fri, 22 Sep 2000 09:36:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libposix1e acl_from_text.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/09/22 09:36:05 PDT Modified files: lib/libposix1e acl_from_text.c Log: o Minor whitespace, comment cleanups o Removal of unneeded enum o Removal of commented out debugging printf()'s. Obtained from: TrustedBSD Project Revision Changes Path 1.2 +14 -27 src/lib/libposix1e/acl_from_text.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 9:48:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6518637B422; Fri, 22 Sep 2000 09:48:52 -0700 (PDT) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA59314; Fri, 22 Sep 2000 09:48:52 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200009221648.JAA59314@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 22 Sep 2000 09:48:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/db3 Makefile ports/databases/db3/patches patch-ab patch-aa ports/databases/db3/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/09/22 09:48:52 PDT Modified files: databases/db3 Makefile databases/db3/patches patch-aa databases/db3/pkg PLIST Added files: databases/db3/patches patch-ab Log: Several cleanups: - properly install shared library (still needs more work); - use pthreads; - use libtool. PR: 21470 (partially) Submitted by: maintainer Revision Changes Path 1.24 +8 -4 ports/databases/db3/Makefile 1.5 +7 -7 ports/databases/db3/patches/patch-aa 1.13 +2 -4 ports/databases/db3/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 Sep 22 9:49:47 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 A036E37B422; Fri, 22 Sep 2000 09:49:41 -0700 (PDT) Received: (from uucp@localhost) by light.imasy.or.jp (8.11.0+3.3W/3.7W-light) with UUCP id e8MGkg927141; Sat, 23 Sep 2000 01:46:42 +0900 (JST) (envelope-from ume@mahoroba.org) Received: from localhost (peace.mahoroba.org [2001:200:301:0:200:f8ff:fe05:3eae]) by mail.mahoroba.org (8.11.0/8.11.0/chaos) with ESMTP/inet6 id e8MGjbX26463; Sat, 23 Sep 2000 01:45:37 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Sat, 23 Sep 2000 01:45:37 +0900 (JST) Message-Id: <20000923.014537.63112629.ume@mahoroba.org> To: wollman@khavrinen.lcs.mit.edu Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/finger net.c From: Hajimu UMEMOTO In-Reply-To: <200009221514.LAA16233@khavrinen.lcs.mit.edu> References: <200009220114.VAA09611@khavrinen.lcs.mit.edu> <200009220331.e8M3VH739806@plum.ssr.bisd.hitachi.co.jp> <200009221514.LAA16233@khavrinen.lcs.mit.edu> X-Mailer: xcite1.20> Mew version 1.95b38 on Emacs 20.7 / 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 Fri, 22 Sep 2000 11:14:20 -0400 (EDT) >>>>> Garrett Wollman said: wollman> It's static and doesn't need to be explicitly initialized. Oops, I see. I didn't see the declaration. -- 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 Fri Sep 22 9:51:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A33637B422; Fri, 22 Sep 2000 09:51:15 -0700 (PDT) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA60067; Fri, 22 Sep 2000 09:51:15 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200009221651.JAA60067@freefall.freebsd.org> From: Archie Cobbs Date: Fri, 22 Sep 2000 09:51:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_async.c ng_mppc.c ng_ppp.c ng_pptpgre.c ng_tty.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/09/22 09:51:14 PDT Modified files: sys/netgraph ng_async.c ng_mppc.c ng_ppp.c ng_pptpgre.c ng_tty.c Log: Remove unnecessary #include's as reported by phk's script. Revision Changes Path 1.9 +1 -3 src/sys/netgraph/ng_async.c 1.6 +1 -2 src/sys/netgraph/ng_mppc.c 1.24 +1 -2 src/sys/netgraph/ng_ppp.c 1.11 +1 -4 src/sys/netgraph/ng_pptpgre.c 1.11 +1 -2 src/sys/netgraph/ng_tty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 9:55: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0ADE337B422; Fri, 22 Sep 2000 09:55:02 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA61744; Fri, 22 Sep 2000 09:55:01 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009221655.JAA61744@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 22 Sep 2000 09:55:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/vmware2 Makefile ports/emulators/vmware2/patches patch-bd X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/09/22 09:55:01 PDT Modified files: emulators/vmware2 Makefile emulators/vmware2/patches patch-bd Log: Fix for the latest -current. (another tiny ad hoc fix here..) Noted by: kuriyama Use LINUXBASE and USE_LINUX. Revision Changes Path 1.24 +8 -9 ports/emulators/vmware2/Makefile 1.2 +4 -2 ports/emulators/vmware2/patches/patch-bd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 10: 4:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F3F8A37B422; Fri, 22 Sep 2000 10:04:47 -0700 (PDT) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA64433; Fri, 22 Sep 2000 10:04:47 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200009221704.KAA64433@freefall.freebsd.org> From: Archie Cobbs Date: Fri, 22 Sep 2000 10:04:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/libi386 nullconsole.c Makefile bootinfo.c src/sys/boot/i386/loader conf.c main.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/09/22 10:04:47 PDT Modified files: (Branch: RELENG_4) sys/boot/i386/libi386 Makefile bootinfo.c sys/boot/i386/loader conf.c main.c Added files: (Branch: RELENG_4) sys/boot/i386/libi386 nullconsole.c Log: MFC: add support for the "nullconsole" console type. Revision Changes Path 1.15.2.2 +3 -2 src/sys/boot/i386/libi386/Makefile 1.23.2.2 +6 -1 src/sys/boot/i386/libi386/bootinfo.c 1.11.2.3 +3 -1 src/sys/boot/i386/loader/conf.c 1.17.2.4 +3 -1 src/sys/boot/i386/loader/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 10: 6:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 188F537B424; Fri, 22 Sep 2000 10:06:18 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA66231; Fri, 22 Sep 2000 10:06:17 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200009221706.KAA66231@freefall.freebsd.org> From: Alexander Langer Date: Fri, 22 Sep 2000 10:06:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/mindterm-binary Makefile ports/security/mindterm-binary/files md5 ports/security/mindterm-binary/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/09/22 10:06:17 PDT Modified files: security Makefile Added files: security/mindterm-binary Makefile security/mindterm-binary/files md5 security/mindterm-binary/pkg COMMENT DESCR PLIST Log: Add mindterm-binary, a binary-only port of mindterm, a featureful SSH client (full VT220/xterm compatible!!) This is the binary-only version without a dependency to JDK but including a sample HTML-file instead (for use in webbrowsers). Revision Changes Path 1.132 +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 Fri Sep 22 10: 6:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B48237B443; Fri, 22 Sep 2000 10:06:22 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA66275; Fri, 22 Sep 2000 10:06:22 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200009221706.KAA66275@freefall.freebsd.org> From: Alexander Langer Date: Fri, 22 Sep 2000 10:06: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 alex 2000/09/22 10:06:22 PDT Modified files: . modules Log: mindterm-binary --> ports/security/mindterm-binary Revision Changes Path 1.1761 +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 Sep 22 10:10:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D3C4D37B423; Fri, 22 Sep 2000 10:10:43 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA67508; Fri, 22 Sep 2000 10:10:43 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200009221710.KAA67508@freefall.freebsd.org> From: Alexander Langer Date: Fri, 22 Sep 2000 10:10:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/mindterm-binary Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/09/22 10:10:43 PDT Modified files: security/mindterm-binary Makefile Log: (null-commit) Reviewed by: jedgar (before his lunch break, HA! :-)) Revision Changes Path 1.2 +1 -1 ports/security/mindterm-binary/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 10:22:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2966C37B424; Fri, 22 Sep 2000 10:22:29 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA70663; Fri, 22 Sep 2000 10:22:29 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009221722.KAA70663@freefall.freebsd.org> From: Akinori MUSHA Date: Fri, 22 Sep 2000 10:22:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/rtc Makefile ports/emulators/vmware2 Makefile ports/emulators/vmware2/files vmware vmware.sh ports/emulators/vmware2/pkg PLIST ports/emulators/vmware2/scripts pre-install ports/palm/hdconv Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/09/22 10:22:24 PDT Modified files: emulators/rtc Makefile emulators/vmware2 Makefile emulators/vmware2/files vmware vmware.sh emulators/vmware2/pkg PLIST emulators/vmware2/scripts pre-install palm/hdconv Makefile Log: Use LINUXBASE/USE_LINUX variables. This is only a cosmetic change, so there's no need to reinstall your installation(s). Revision Changes Path 1.8 +2 -3 ports/emulators/rtc/Makefile 1.25 +5 -4 ports/emulators/vmware2/Makefile 1.5 +3 -3 ports/emulators/vmware2/files/vmware 1.7 +2 -2 ports/emulators/vmware2/files/vmware.sh 1.8 +10 -10 ports/emulators/vmware2/pkg/PLIST 1.5 +1 -1 ports/emulators/vmware2/scripts/pre-install 1.6 +3 -3 ports/palm/hdconv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 10:40:32 2000 Delivered-To: cvs-all@freebsd.org Received: from neutron.cichlids.com (p3E9C110C.dip.t-dialin.net [62.156.17.12]) by hub.freebsd.org (Postfix) with ESMTP id 98FF437B423; Fri, 22 Sep 2000 10:40:26 -0700 (PDT) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id B93A5AB91; Fri, 22 Sep 2000 19:40:42 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id CCC9614A69; Fri, 22 Sep 2000 19:40:26 +0200 (CEST) Date: Fri, 22 Sep 2000 19:40:26 +0200 From: Alexander Langer To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/security Makefile ports/security/mindterm-binary Makefile ports/security/mindterm-binary/files md5 ports/security/mindterm-binary/pkg COMMENT DESCR PLIST Message-ID: <20000922194026.A18550@cichlids.cichlids.com> References: <200009221706.KAA66231@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200009221706.KAA66231@freefall.freebsd.org>; from alex@FreeBSD.org on Fri, Sep 22, 2000 at 10:06:17AM -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 mindterm-binary, a binary-only port of mindterm, a featureful > SSH client (full VT220/xterm compatible!!) It's a java ssh-client, 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 Fri Sep 22 11:15:24 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 20CAD37B423; Fri, 22 Sep 2000 11:15:18 -0700 (PDT) Received: from [212.238.54.101] (helo=freebie.demon.nl) by post.mail.nl.demon.net with smtp (Exim 3.14 #4) id 13cXLw-0002hK-00; Fri, 22 Sep 2000 18:15:16 +0000 Received: (from wkb@localhost) by freebie.demon.nl (8.11.0/8.11.0) id e8MIGWs02612; Fri, 22 Sep 2000 20:16:32 +0200 (CEST) (envelope-from wkb) Date: Fri, 22 Sep 2000 20:16:32 +0200 From: Wilko Bulte To: Paul Richards Cc: Bill Paul , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/share/man/man4 pcn.4 Makefile src/sys/alpha/confGENERIC src/sys/i386/conf GENERIC src/sys/modules Makefilesrc/sys/modules/pcn Makefile src/sys/conf files src/sys/pciif_pcn.c if_pcnreg.h src/release/sysinstall devices.c Message-ID: <20000922201632.A2421@freebie.demon.nl> References: <200009201730.KAA91122@freefall.freebsd.org> <39CA99E8.45BFE772@originative.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <39CA99E8.45BFE772@originative.co.uk>; from paul@originative.co.uk on Fri, Sep 22, 2000 at 12:29:44AM +0100 X-OS: FreeBSD 4.1-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Sep 22, 2000 at 12:29:44AM +0100, Paul Richards wrote: > Bill Paul wrote: > > > > wpaul 2000/09/20 10:30:22 PDT > > > > Modified files: > > share/man/man4 Makefile > > sys/alpha/conf GENERIC > > sys/i386/conf GENERIC > > sys/modules Makefile > > sys/conf files > > release/sysinstall devices.c > > Added files: > > share/man/man4 pcn.4 > > sys/modules/pcn Makefile > > sys/pci if_pcn.c if_pcnreg.h > > Log: > > Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters. > > Previously, these cards were supported by the lnc driver (and they > > still are, but the pcn driver will claim them first), which is fine > > except the lnc driver runs them in 16-bit LANCE compatibility mode. > > The pcn driver runs these chips in 32-bit mode and uses the RX alignment > > feature to achieve zero-copy receive. (Which puts it in the same > > class as the xl, fxp and tl chipsets.) This driver is also MI, so it > > will work on the x86 and alpha platforms. (The lnc driver is still > > needed to support non-PCI cards. At some point, I'll need to newbusify > > it so that it too will me MI.) > > > > The Am79c978 HomePNA adapter is also supported. > > I wish you'd mentioned you were doing this. I have a newbusified lnc > driver and I was working on the 32 bit code. > > We know have 3 lance based drivers for i386 plus another for alpha :-( Of which if_le panics the system on ifconfig. See kern/19219. I got myself a DEC DE204 and indeed current does it's trap12 like the PR says. This is as far as I got looking at it. -- Wilko Bulte wilko@freebsd.org Arnhem, the Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 11:35:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 27ED737B422; Fri, 22 Sep 2000 11:35:39 -0700 (PDT) Received: (from marko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA91456; Fri, 22 Sep 2000 11:35:39 -0700 (PDT) (envelope-from marko@FreeBSD.org) Message-Id: <200009221835.LAA91456@freefall.freebsd.org> From: Mark Ovens Date: Fri, 22 Sep 2000 11:35:38 -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 marko 2000/09/22 11:35:38 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Re-wrote the SIG 11 section of the FAQ Submitted by: A cast of thousands Revision Changes Path 1.93 +103 -17 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 Fri Sep 22 11:40: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2353537B423; Fri, 22 Sep 2000 11:40:02 -0700 (PDT) Received: (from marko@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA92678; Fri, 22 Sep 2000 11:40:02 -0700 (PDT) (envelope-from marko@FreeBSD.org) Message-Id: <200009221840.LAA92678@freefall.freebsd.org> From: Mark Ovens Date: Fri, 22 Sep 2000 11:40:01 -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 marko 2000/09/22 11:40:01 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Add new question (and answer) "How do I move my system over to my huge new disk?" to the Miscellaneous Questions section. I added the reference to cpio etc. that Oliver Fromme approved, but the submitter missed out of the diff (bad dog, no biscuit). PR: 21443 Submitted by: Mike Meyer Revision Changes Path 1.94 +98 -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 Fri Sep 22 11:47:37 2000 Delivered-To: cvs-all@freebsd.org Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by hub.freebsd.org (Postfix) with ESMTP id 43DA137B422; Fri, 22 Sep 2000 11:47:33 -0700 (PDT) Received: from parish ([62.253.84.33]) by mta03-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20000922184731.THWN13676.mta03-svc.ntlworld.com@parish>; Fri, 22 Sep 2000 19:47:31 +0100 Received: (from mark@localhost) by parish (8.11.0/8.11.0) id e8MIlGU02810; Fri, 22 Sep 2000 19:47:16 +0100 (BST) (envelope-from mark) Date: Fri, 22 Sep 2000 19:47:15 +0100 From: Mark Ovens To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: doc/en_US.ISO_8859-1/books/faq book.sgml Message-ID: <20000922194715.G258@parish> References: <200009221840.LAA92678@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <200009221840.LAA92678@freefall.freebsd.org>; from marko@freebsd.org on Fri, Sep 22, 2000 at 11:40:01AM -0700 Organization: Total lack of Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Sep 22, 2000 at 11:40:01AM -0700, Mark Ovens wrote: > marko 2000/09/22 11:40:01 PDT > > Modified files: > en_US.ISO_8859-1/books/faq book.sgml > Log: > Add new question (and answer) "How do I move my system over to my huge new disk?" to the Miscellaneous Questions section. I added the reference to cpio etc. that Oliver Fromme approved, but the submitter missed out of the diff (bad dog, no biscuit). > > Before everyone flames me for not using the RETURN key; I'm sorry, OK? I thought the commit messages got formatted automatically. Won't do it again, promise. -- 4.4 - The number of the Beastie ________________________________________________________________ 51.44°N FreeBSD - The Power To Serve http://www.freebsd.org 2.057°W My Webpage http://ukug.uk.freebsd.org/~mark mailto:marko@freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 11:53: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 137EA37B42C; Fri, 22 Sep 2000 11:53:07 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA96296; Fri, 22 Sep 2000 11:53:06 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200009221853.LAA96296@freefall.freebsd.org> From: Bill Paul Date: Fri, 22 Sep 2000 11:53:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb if_aue.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/09/22 11:53:06 PDT Modified files: sys/dev/usb if_aue.c Log: Tweak the aue driver so that the homePNA PHYs will be detected and attached by the pnaphy driver. This seems to work fine with my sample ADMtek adapter (which has both 10/100 ethernet and homePNA connectors and hardware). Revision Changes Path 1.27 +4 -2 src/sys/dev/usb/if_aue.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 12: 1:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 642F137B43C; Fri, 22 Sep 2000 12:01:23 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA97925; Fri, 22 Sep 2000 12:01:23 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200009221901.MAA97925@freefall.freebsd.org> From: Alexander Langer Date: Fri, 22 Sep 2000 12:01:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects projects.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/09/22 12:01:22 PDT Modified files: en/projects projects.sgml Log: Add libh Project. Short description of libh is a modified version of John Baldwin's version in <200009072145.OAA19186@pike.osd.bsdi.com> to freebsd-libh@FreeBSD.org in September 2000. Requested by: many Revision Changes Path 1.86 +10 -1 www/en/projects/projects.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 12:12:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B3EA37B423; Fri, 22 Sep 2000 12:12:43 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA02122; Fri, 22 Sep 2000 12:12:43 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009221912.MAA02122@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 22 Sep 2000 12:12:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall config.c dispatch.c dist.c install.c menus.c sysinstall.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/22 12:12:43 PDT Modified files: release/sysinstall config.c dispatch.c dist.c install.c menus.c sysinstall.h Log: One whack at the idea of having "security profiles" which select the appropriate(?) defaults for "low", "medium" and "high" security environments. Medium is basically what we currently have with a little seat-belt tightening where it made sense. Low is the same as medium but without the tightening. High is positively fascist with nothing turned on by default and an automatic call to 911 if it can find a modem. Revision Changes Path 1.165 +90 -5 src/release/sysinstall/config.c 1.36 +1 -2 src/release/sysinstall/dispatch.c 1.183 +9 -43 src/release/sysinstall/dist.c 1.280 +16 -1 src/release/sysinstall/install.c 1.276 +115 -131 src/release/sysinstall/menus.c 1.195 +6 -3 src/release/sysinstall/sysinstall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 14: 7:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AE8BB37B422; Fri, 22 Sep 2000 14:07:26 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA26479; Fri, 22 Sep 2000 14:07:26 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200009222107.OAA26479@freefall.freebsd.org> From: Mike Smith Date: Fri, 22 Sep 2000 14:07:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mptable mptable.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/09/22 14:07:25 PDT Modified files: usr.sbin/mptable mptable.c Log: Stop printing out the Nfoo options help, since these tunables are about to go away. Revision Changes Path 1.14 +1 -27 src/usr.sbin/mptable/mptable.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 14:10:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 87F3B37B422; Fri, 22 Sep 2000 14:10:42 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA26858; Fri, 22 Sep 2000 14:10:42 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200009222110.OAA26858@freefall.freebsd.org> From: Mike Smith Date: Fri, 22 Sep 2000 14:10:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mptable mptable.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/09/22 14:10:42 PDT Modified files: usr.sbin/mptable mptable.1 Log: Update the mptable manpage to remove mention of kernel options (which there aren't going to be shortly). Revision Changes Path 1.7 +4 -3 src/usr.sbin/mptable/mptable.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 14:33:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47F4B37B43C; Fri, 22 Sep 2000 14:33:39 -0700 (PDT) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA30200; Fri, 22 Sep 2000 14:33:39 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <200009222133.OAA30200@freefall.freebsd.org> From: Chris Piazza Date: Fri, 22 Sep 2000 14:33:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/smpeg Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cpiazza 2000/09/22 14:33:38 PDT Modified files: graphics/smpeg Makefile Log: Add some additional master sites PR: 21483 Submitted by: Mario Sergio Fujikawa Ferreira Revision Changes Path 1.11 +6 -2 ports/graphics/smpeg/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 15: 2:55 2000 Delivered-To: cvs-all@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 8546D37B423; Fri, 22 Sep 2000 15:02:50 -0700 (PDT) Received: from newsguy.com (p56-dn01kiryunisiki.gunma.ocn.ne.jp [211.0.245.57]) by peach.ocn.ne.jp (8.9.1a/OCN/) with ESMTP id HAA00859; Sat, 23 Sep 2000 07:02:48 +0900 (JST) Message-ID: <39CBD6D4.FDD5F78D@newsguy.com> Date: Sat, 23 Sep 2000 07:01:56 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR MIME-Version: 1.0 To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/sysinstall config.c dispatch.c dist.cinstall.c menus.c sysinstall.h References: <200009221912.MAA02122@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 "Jordan K. Hubbard" wrote: > > jkh 2000/09/22 12:12:43 PDT > > Modified files: > release/sysinstall config.c dispatch.c dist.c install.c > menus.c sysinstall.h > Log: > One whack at the idea of having "security profiles" which select the > appropriate(?) defaults for "low", "medium" and "high" security > environments. Medium is basically what we currently have with a little > seat-belt tightening where it made sense. Low is the same as medium but > without the tightening. High is positively fascist with nothing turned > on by default and an automatic call to 911 if it can find a modem. This commit is awfully inadequate. You don't take l10n or i18n into account. You should read the telephone number from a database with per country entries. Moreover, you should ask the user for special requirements, like dialing 0 to get an outside line. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@the.secret.bsdconspiracy.net "I demand that my picture show a handsome face, even if it doesn't look like me." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 15: 4:24 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C4E1037B422; Fri, 22 Sep 2000 15:04:17 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA35905; Fri, 22 Sep 2000 15:04:17 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <200009222204.PAA35905@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 22 Sep 2000 15:04:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_message.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2000/09/22 15:04:17 PDT Modified files: sys/cam/scsi scsi_message.h Log: Remove duplicate FreeBSD RCSID. Revision Changes Path 1.4 +1 -3 src/sys/cam/scsi/scsi_message.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 15: 6:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BA8437B42C; Fri, 22 Sep 2000 15:06:46 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA37888; Fri, 22 Sep 2000 15:06:45 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <200009222206.PAA37888@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 22 Sep 2000 15:06:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/aic7xxx aic7xxx.seq X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2000/09/22 15:06:45 PDT Modified files: sys/conf files Log: Use quoted includes instead of full path references inside the aic7xxx sequencer files. Different platforms place the included files in different locations and it is easier to modify the include path passed as arguments to the assembler than adding #ifdef support to the assembler. Revision Changes Path 1.414 +2 -2 src/sys/conf/files Modified files: sys/dev/aic7xxx aic7xxx.seq Log: Use quoted includes instead of full path references inside the aic7xxx sequencer files. Different platforms place the included files in different locations and it is easier to modify the include path passed as arguments to the assembler than adding #ifdef support to the assembler. Remove a spurious 'nop' instruction. Revision Changes Path 1.100 +4 -5 src/sys/dev/aic7xxx/aic7xxx.seq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 15:11:26 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 2A31437B423; Fri, 22 Sep 2000 15:11:20 -0700 (PDT) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.0/8.9.3) with ESMTP id e8MMBEN05154; Sat, 23 Sep 2000 00:11:14 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "Daniel C. Sobral" Cc: "Jordan K. Hubbard" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/sysinstall config.c dispatch.c dist.cinstall.c menus.c sysinstall.h In-Reply-To: Your message of "Sat, 23 Sep 2000 07:01:56 +0900." <39CBD6D4.FDD5F78D@newsguy.com> Date: Sat, 23 Sep 2000 00:11:14 +0200 Message-ID: <5152.969660674@critter> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <39CBD6D4.FDD5F78D@newsguy.com>, "Daniel C. Sobral" writes: >"Jordan K. Hubbard" wrote: >> >> jkh 2000/09/22 12:12:43 PDT >> >> Modified files: >> release/sysinstall config.c dispatch.c dist.c install.c >> menus.c sysinstall.h >> Log: >> One whack at the idea of having "security profiles" which select the >> appropriate(?) defaults for "low", "medium" and "high" security >> environments. Medium is basically what we currently have with a little >> seat-belt tightening where it made sense. Low is the same as medium but >> without the tightening. High is positively fascist with nothing turned >> on by default and an automatic call to 911 if it can find a modem. > >This commit is awfully inadequate. You don't take l10n or i18n into >account. You should read the telephone number from a database with per >country entries. Moreover, you should ask the user for special >requirements, like dialing 0 to get an outside line. I actually think Jordan is way ahead of you. It seems that here in Denmark all of sudden 911 is routed to some remote pacific island which charges $100 per call and $50 per minute... :-) -- 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 Fri Sep 22 15:20: 5 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FE3437B423; Fri, 22 Sep 2000 15:19:56 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA40369; Fri, 22 Sep 2000 15:19:56 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <200009222219.PAA40369@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 22 Sep 2000 15:19:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx ahc_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx_93cx6.c aic7xxx_93cx6.h aic7xxx_freebsd.c aic7xxx_freebsd.h aic7xxx_inline.h aic7xxx_pci.c src/sys/dev/aic7xxx/aicasm 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/09/22 15:19:55 PDT Modified files: sys/dev/aic7xxx ahc_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx_93cx6.c aic7xxx_93cx6.h aic7xxx_freebsd.c aic7xxx_freebsd.h aic7xxx_inline.h aic7xxx_pci.c Log: Add Perforce RCSIDs for easy revision correlation to my local tree. ahc_pci.c: Bring back the AHC_ALLOW_MEMIO option at least until the memory mapped I/O problem on the SuperMicro 370DR3 is better understood. aic7xxx.c: If we see a spurious SCSI interrupt, attempt to clear it and continue by unpausing the sequencer. Change the interface to ahc_send_async(). Some async messages need to be broadcast to all the luns of a target or all the targets of a bus. This is easier to achieve by passing explicit channel, target, and lun parameters instead of attempting to construct a device info struct to match. Filter the sync parameters for the PPR message in exactly the same way we do for an old fashioned SDTR message. Correct some typos and correct a panic message. Handle rejected PPR messages. In ahc_handle_msg_reject(), let ahc_build_transfer_msg() build any additional transfer messages instead of doing this inline. aic7xxx.h: Increase the size of both msgout_buf and msgin_buf to better accomodate PPR messages. aic7xxx_freebsd.c: Update for change in ahc_send_async() parameters. aic7xxx_freebsd.h Update for change in ahc_send_async() parameters. Honor AHC_ALLOW_MEMIO. aic7xxx_pci.c: Check the error register before going into full blown PCI interrupt handling. This avoids a few costly PCI configuration space reads when we run our PCI interrupt handler because another device sharing our interrupt line is more active than we are. Also unpause the sequencer after processing a PCI interrupt. Revision Changes Path 1.37 +3 -1 src/sys/dev/aic7xxx/ahc_pci.c 1.50 +53 -28 src/sys/dev/aic7xxx/aic7xxx.c 1.24 +4 -4 src/sys/dev/aic7xxx/aic7xxx.h 1.27 +2 -2 src/sys/dev/aic7xxx/aic7xxx.reg 1.8 +2 -2 src/sys/dev/aic7xxx/aic7xxx_93cx6.c 1.7 +2 -2 src/sys/dev/aic7xxx/aic7xxx_93cx6.h 1.3 +14 -16 src/sys/dev/aic7xxx/aic7xxx_freebsd.c 1.2 +5 -2 src/sys/dev/aic7xxx/aic7xxx_freebsd.h 1.2 +2 -2 src/sys/dev/aic7xxx/aic7xxx_inline.h 1.2 +16 -10 src/sys/dev/aic7xxx/aic7xxx_pci.c Modified files: sys/dev/aic7xxx/aicasm aicasm.c aicasm.h aicasm_gram.y aicasm_insformat.h aicasm_scan.l aicasm_symbol.c aicasm_symbol.h Log: Add Perforce RCSIDs for easy revision correlation to my local tree. Add support for constructing a table of critical section regions in the firmware image. The kernel driver will soon have support for single stepping the sequencer outside of a critical region prior to starting exception handling. Revision Changes Path 1.28 +35 -2 src/sys/dev/aic7xxx/aicasm/aicasm.c 1.11 +4 -2 src/sys/dev/aic7xxx/aicasm/aicasm.h 1.11 +41 -2 src/sys/dev/aic7xxx/aicasm/aicasm_gram.y 1.3 +2 -2 src/sys/dev/aic7xxx/aicasm/aicasm_insformat.h 1.13 +4 -2 src/sys/dev/aic7xxx/aicasm/aicasm_scan.l 1.11 +2 -2 src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c 1.11 +10 -3 src/sys/dev/aic7xxx/aicasm/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 Fri Sep 22 15:24:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C05A137B43E; Fri, 22 Sep 2000 15:24:44 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA41461; Fri, 22 Sep 2000 15:24:44 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009222224.PAA41461@freefall.freebsd.org> From: Neil Blakey-Milner Date: Fri, 22 Sep 2000 15:24:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/sqwebmail Makefile ports/mail/sqwebmail/files md5 ports/mail/sqwebmail/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/09/22 15:24:44 PDT Modified files: mail Makefile Added files: mail/sqwebmail Makefile mail/sqwebmail/files md5 mail/sqwebmail/pkg COMMENT DESCR PLIST Log: Add sqwebmail, a web-based mail reader for use with compatible setups like courier-imap and vpopmail (and both). Revision Changes Path 1.166 +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 Sep 22 15:25:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 407B037B424; Fri, 22 Sep 2000 15:25:24 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA41617; Fri, 22 Sep 2000 15:25:24 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009222225.PAA41617@freefall.freebsd.org> From: Neil Blakey-Milner Date: Fri, 22 Sep 2000 15:25:24 -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/09/22 15:25:24 PDT Modified files: . modules Log: sqwebmail --> ports/mail/sqwebmail Revision Changes Path 1.1762 +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 Sep 22 15:25:48 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F30037B424; Fri, 22 Sep 2000 15:25:45 -0700 (PDT) Received: (from rse@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA41720; Fri, 22 Sep 2000 15:25:45 -0700 (PDT) (envelope-from rse@FreeBSD.org) Message-Id: <200009222225.PAA41720@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Fri, 22 Sep 2000 15:25:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/wml/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rse 2000/09/22 15:25:45 PDT Modified files: www/wml/files md5 Log: distfile has changed Revision Changes Path 1.28 +1 -1 ports/www/wml/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 Sep 22 15:28: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 58E1A37B422; Fri, 22 Sep 2000 15:28:02 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA41987; Fri, 22 Sep 2000 15:28:02 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009222228.PAA41987@freefall.freebsd.org> From: Neil Blakey-Milner Date: Fri, 22 Sep 2000 15:28:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/sqwebmail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/09/22 15:28:02 PDT Modified files: mail/sqwebmail Makefile Log: Change 'Date created:' and 'Whom:' to reflect reality. Revision Changes Path 1.2 +3 -3 ports/mail/sqwebmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 15:33:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D8AFF37B424; Fri, 22 Sep 2000 15:33:13 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA42808; Fri, 22 Sep 2000 15:33:13 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Message-Id: <200009222233.PAA42808@freefall.freebsd.org> From: Robert Watson Date: Fri, 22 Sep 2000 15:33:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_vnops.c src/sys/sys vnode.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2000/09/22 15:33:13 PDT Modified files: sys/kern vfs_vnops.c sys/sys vnode.h Log: o Introduce vn_extattr_rm(), a helper function in the style of vn_extattr_get() and vn_extattr_set(). vn_extattr_rm() removes the specified extended attribute from a vnode, authorizing the change as the kernel (NULL cred). Obtained from: TrustedBSD Project Revision Changes Path 1.102 +24 -1 src/sys/kern/vfs_vnops.c 1.128 +3 -1 src/sys/sys/vnode.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 15:51:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1A7037B424; Fri, 22 Sep 2000 15:51:56 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA46121; Fri, 22 Sep 2000 15:51:56 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009222251.PAA46121@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 22 Sep 2000 15:51:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/german/webalizer2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/22 15:51:56 PDT Modified files: german/webalizer2 Makefile Log: Use pre.port.mk to pick up PKGNAMPREFIX and install the correct files. Submitted by: onigiri Reviewed by: Maintainer Revision Changes Path 1.16 +4 -2 ports/german/webalizer2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 16: 9:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E065637B422; Fri, 22 Sep 2000 16:09:19 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA50645; Fri, 22 Sep 2000 16:09:19 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <200009222309.QAA50645@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 22 Sep 2000 16:09:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_ccb.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2000/09/22 16:09:19 PDT Modified files: (Branch: RELENG_4) sys/cam cam_ccb.h Log: MFC: Add the CAM_NEGOTIATE flag. Revision Changes Path 1.15.2.2 +5 -1 src/sys/cam/cam_ccb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 16:10:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9771F37B422; Fri, 22 Sep 2000 16:10:06 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA50806; Fri, 22 Sep 2000 16:10:06 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <200009222310.QAA50806@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 22 Sep 2000 16:10:06 -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 gibbs 2000/09/22 16:10:06 PDT Modified files: (Branch: RELENG_4) sys/cam cam_xpt.c Log: MFC: Don't attempt to negotiate DT transfers on devices that don't support them. Revision Changes Path 1.80.2.7 +10 -1 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 Fri Sep 22 16:10:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB08937B42C; Fri, 22 Sep 2000 16:10:10 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA50851; Fri, 22 Sep 2000 16:10:10 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009222310.QAA50851@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 22 Sep 2000 16:10:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/tkrat Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/22 16:10:10 PDT Modified files: mail/tkrat Makefile Log: Switch to some MASTER_SITES that actually carry the distfile. Submitted by: onigiri Revision Changes Path 1.22 +5 -3 ports/mail/tkrat/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 16:10:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 06ACF37B424; Fri, 22 Sep 2000 16:10:54 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA50976; Fri, 22 Sep 2000 16:10:54 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <200009222310.QAA50976@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 22 Sep 2000 16:10:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_all.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2000/09/22 16:10:54 PDT Modified files: (Branch: RELENG_4) sys/cam/scsi scsi_all.c Log: MFC: Cleanup the SCSI syncrate table. No functional change. Revision Changes Path 1.14.2.2 +7 -8 src/sys/cam/scsi/scsi_all.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 16:12: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2ECDB37B424; Fri, 22 Sep 2000 16:11:42 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA51067; Fri, 22 Sep 2000 16:11:42 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <200009222311.QAA51067@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 22 Sep 2000 16:11:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_message.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2000/09/22 16:11:42 PDT Modified files: (Branch: RELENG_4) sys/cam/scsi scsi_message.h Log: MFC: Add SPI-3 messages and message terms. Revision Changes Path 1.1.6.2 +24 -8 src/sys/cam/scsi/scsi_message.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 16:13:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A011F37B422; Fri, 22 Sep 2000 16:13:32 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA51364; Fri, 22 Sep 2000 16:13:32 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009222313.QAA51364@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 22 Sep 2000 16:13:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pscan Makefile ports/security/pscan/files md5 ports/security/pscan/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/22 16:13:32 PDT Modified files: security/pscan Makefile security/pscan/files md5 security/pscan/pkg PLIST Log: Upgrade to pscan 1.3 Submitted by: onigiri Revision Changes Path 1.2 +3 -2 ports/security/pscan/Makefile 1.2 +1 -1 ports/security/pscan/files/md5 1.2 +1 -0 ports/security/pscan/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 Sep 22 16:40:20 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EC3F37B422; Fri, 22 Sep 2000 16:40:16 -0700 (PDT) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA55806; Fri, 22 Sep 2000 16:40:16 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200009222340.QAA55806@freefall.freebsd.org> From: Paul Saab Date: Fri, 22 Sep 2000 16:40:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha genassym.c src/sys/conf options options.i386 src/sys/i386/conf GENERIC NOTES src/sys/i386/i386 i686_mem.c machdep.c mp_clock.c mp_machdep.c mpapic.c nexus.c pmap.c support.s sys_machdep.c src/sys/i386/include mpapic.h smp.h ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/09/22 16:40:15 PDT Modified files: sys/alpha/alpha genassym.c sys/conf options options.i386 sys/i386/conf GENERIC NOTES sys/i386/i386 i686_mem.c machdep.c mp_clock.c mp_machdep.c mpapic.c nexus.c pmap.c support.s sys_machdep.c sys/i386/include mpapic.h smp.h sys/i386/isa apic_ipl.s sys/modules/agp Makefile sys/pci pcisupport.c Log: Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, NBUS, NINTR dynamic and set NCPU to a maximum of 16 under SMP. Reviewed by: peter Revision Changes Path 1.19 +1 -3 src/sys/alpha/alpha/genassym.c 1.228 +1 -3 src/sys/conf/options 1.139 +1 -3 src/sys/conf/options.i386 1.279 +1 -6 src/sys/i386/conf/GENERIC 1.824 +1 -11 src/sys/i386/conf/NOTES 1.9 +1 -3 src/sys/i386/i386/i686_mem.c 1.411 +2 -7 src/sys/i386/i386/machdep.c 1.8 +1 -2 src/sys/i386/i386/mp_clock.c 1.126 +55 -37 src/sys/i386/i386/mp_machdep.c 1.42 +2 -4 src/sys/i386/i386/mpapic.c 1.33 +1 -2 src/sys/i386/i386/nexus.c 1.261 +2 -25 src/sys/i386/i386/pmap.c 1.72 +1 -2 src/sys/i386/i386/support.s 1.50 +1 -2 src/sys/i386/i386/sys_machdep.c 1.16 +1 -12 src/sys/i386/include/mpapic.h 1.58 +12 -13 src/sys/i386/include/smp.h 1.30 +7 -4 src/sys/i386/isa/apic_ipl.s 1.4 +2 -2 src/sys/modules/agp/Makefile 1.172 +1 -2 src/sys/pci/pcisupport.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 16:41:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D90737B423; Fri, 22 Sep 2000 16:41:30 -0700 (PDT) Received: (from ben@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA56140; Fri, 22 Sep 2000 16:41:30 -0700 (PDT) (envelope-from ben@FreeBSD.org) Message-Id: <200009222341.QAA56140@freefall.freebsd.org> From: Ben Smithurst Date: Fri, 22 Sep 2000 16:41: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/09/22 16:41:27 PDT Modified files: en_US.ISO_8859-1/books/faq book.sgml Log: Make the FAQ buildable again. Submitted by: Szilveszter Adam Revision Changes Path 1.95 +2 -2 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 Fri Sep 22 16:48:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 948BA37B422; Fri, 22 Sep 2000 16:48:29 -0700 (PDT) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA57658; Fri, 22 Sep 2000 16:48:29 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200009222348.QAA57658@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Fri, 22 Sep 2000 16:48:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall devices.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sanpei 2000/09/22 16:48:28 PDT Modified files: release/sysinstall devices.c Log: add ``xe'' driver Approved by: jkh Revision Changes Path 1.128 +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 Fri Sep 22 16:49: 6 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 136AD37B422; Fri, 22 Sep 2000 16:49:03 -0700 (PDT) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.0/8.9.3) with ESMTP id e8MNmni73178; Fri, 22 Sep 2000 16:48:49 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.0/8.11.0) id e8MNlKM06397; Fri, 22 Sep 2000 16:47:20 -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: <200009222340.QAA55806@freefall.freebsd.org> Date: Fri, 22 Sep 2000 16:47:20 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Paul Saab Subject: RE: cvs commit: src/sys/alpha/alpha genassym.c src/sys/conf opti Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 22-Sep-00 Paul Saab wrote: > ps 2000/09/22 16:40:15 PDT > > Modified files: > sys/alpha/alpha genassym.c > sys/conf options options.i386 > sys/i386/conf GENERIC NOTES > sys/i386/i386 i686_mem.c machdep.c mp_clock.c > mp_machdep.c mpapic.c nexus.c pmap.c > support.s sys_machdep.c > sys/i386/include mpapic.h smp.h > sys/i386/isa apic_ipl.s > sys/modules/agp Makefile > sys/pci pcisupport.c > Log: > Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, > NBUS, NINTR dynamic and set NCPU to a maximum of 16 under SMP. Yay! -- 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 Fri Sep 22 16:50:58 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A32B37B424; Fri, 22 Sep 2000 16:50:56 -0700 (PDT) Received: (from sanpei@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA58268; Fri, 22 Sep 2000 16:50:56 -0700 (PDT) (envelope-from sanpei@FreeBSD.org) Message-Id: <200009222350.QAA58268@freefall.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Fri, 22 Sep 2000 16:50:55 -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 sanpei 2000/09/22 16:50:55 PDT Modified files: (Branch: RELENG_4) release/sysinstall devices.c Log: MFC: add ``xe'' driver Approved by: jkh Revision Changes Path 1.117.2.5 +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 Fri Sep 22 16:52:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 83D2137B422; Fri, 22 Sep 2000 16:52:41 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA58636; Fri, 22 Sep 2000 16:52:41 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009222352.QAA58636@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 22 Sep 2000 16:52:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnome Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/22 16:52:41 PDT Modified files: x11/gnome Makefile Log: Depend on right file for py-gnome (version change). Submitted by: bento Revision Changes Path 1.25 +2 -2 ports/x11/gnome/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 17: 0:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 10E4E37B423; Fri, 22 Sep 2000 17:00:51 -0700 (PDT) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA60223; Fri, 22 Sep 2000 17:00:51 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <200009230000.RAA60223@freefall.freebsd.org> From: Jason Evans Date: Fri, 22 Sep 2000 17:00:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include mutex.h src/sys/alpha/include mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2000/09/22 17:00:50 PDT Modified files: sys/i386/include mutex.h sys/alpha/include mutex.h Log: #include in order to get curproc. This seems to be the lesser of two evils; the greater evil is requiring sys/proc.h to be included before including machine/mutex.h. Revision Changes Path 1.7 +3 -4 src/sys/i386/include/mutex.h 1.10 +2 -3 src/sys/alpha/include/mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 17: 1:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF80E37B43C; Fri, 22 Sep 2000 17:01:38 -0700 (PDT) Received: (from jasone@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA60433; Fri, 22 Sep 2000 17:01:38 -0700 (PDT) (envelope-from jasone@FreeBSD.org) Message-Id: <200009230001.RAA60433@freefall.freebsd.org> From: Jason Evans Date: Fri, 22 Sep 2000 17:01:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_malloc.c src/sys/pci if_fxp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jasone 2000/09/22 17:01:38 PDT Modified files: sys/kern kern_malloc.c sys/pci if_fxp.c Log: Don't #include , since machine/mutex.h does it now. Revision Changes Path 1.73 +2 -2 src/sys/kern/kern_malloc.c 1.95 +1 -2 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 Fri Sep 22 17: 7:59 2000 Delivered-To: cvs-all@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 25F7337B423; Fri, 22 Sep 2000 17:07:55 -0700 (PDT) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id SAA23222; Fri, 22 Sep 2000 18:07:54 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id SAA20414; Fri, 22 Sep 2000 18:07:49 -0600 (MDT) (envelope-from nate) Date: Fri, 22 Sep 2000 18:07:49 -0600 (MDT) Message-Id: <200009230007.SAA20414@nomad.yogotech.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Paul Saab Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha genassym.c src/sys/conf options options.i386 src/sys/i386/conf GENERIC NOTES src/sys/i386/i386 i686_mem.c machdep.c mp_clock.c mp_machdep.c mpapic.c nexus.c pmap.c support.s sys_machdep.c src/sys/i386/include mpapic.h smp.h ... In-Reply-To: <200009222340.QAA55806@freefall.freebsd.org> References: <200009222340.QAA55806@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > ps 2000/09/22 16:40:15 PDT > > Modified files: > sys/alpha/alpha genassym.c > sys/conf options options.i386 > sys/i386/conf GENERIC NOTES > sys/i386/i386 i686_mem.c machdep.c mp_clock.c > mp_machdep.c mpapic.c nexus.c pmap.c > support.s sys_machdep.c > sys/i386/include mpapic.h smp.h > sys/i386/isa apic_ipl.s > sys/modules/agp Makefile > sys/pci pcisupport.c > Log: > Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, > NBUS, NINTR dynamic and set NCPU to a maximum of 16 under SMP. Cool!!!! Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 17: 8:18 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CB77337B423; Fri, 22 Sep 2000 17:08:15 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA65138; Fri, 22 Sep 2000 17:08:15 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <200009230008.RAA65138@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 22 Sep 2000 17:08:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pcireg.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2000/09/22 17:08:15 PDT Modified files: (Branch: RELENG_4) sys/pci pcireg.h Log: MFC: Add PCIM_CMD_MWRICEN. Revision Changes Path 1.24.2.1 +2 -1 src/sys/pci/pcireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 17:12:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4363B37B42C; Fri, 22 Sep 2000 17:12:32 -0700 (PDT) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA67167; Fri, 22 Sep 2000 17:12:32 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200009230012.RAA67167@freefall.freebsd.org> From: Mike Smith Date: Fri, 22 Sep 2000 17:12:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys eventhandler.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG msmith 2000/09/22 17:12:31 PDT Modified files: sys/sys eventhandler.h Log: Don't include proc.h now that mutex.h does it for us. Revision Changes Path 1.9 +1 -2 src/sys/sys/eventhandler.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 17:18:36 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE3E137B42C; Fri, 22 Sep 2000 17:18:32 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA69688; Fri, 22 Sep 2000 17:18:32 -0700 (PDT) (envelope-from grog@FreeBSD.org) Message-Id: <200009230018.RAA69688@freefall.freebsd.org> From: Greg Lehey Date: Fri, 22 Sep 2000 17:18:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/vinum vinum.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG grog 2000/09/22 17:18:32 PDT Modified files: sbin/vinum vinum.8 Log: Add 'setupstate' to RAID-10 example. Tripped-over-by: Nicole Harrington Revision Changes Path 1.38 +7 -2 src/sbin/vinum/vinum.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 17:24:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2142037B423; Fri, 22 Sep 2000 17:24:26 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA72173; Fri, 22 Sep 2000 17:24:25 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <200009230024.RAA72173@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 22 Sep 2000 17:24:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 src/sys/conf files src/sys/dev/aic7xxx aic7770.c aic7xxx_93cx6.c aic7xxx_93cx6.h aic7xxx_freebsd.c aic7xxx_freebsd.h aic7xxx_inline.h aic7xxx_pci.c ahc_eisa.c ahc_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gibbs 2000/09/22 17:24:23 PDT Modified files: (Branch: RELENG_4) . Makefile.inc1 Log: MFC: Update buildkernel target for new aicasm location. Revision Changes Path 1.141.2.12 +3 -3 src/Makefile.inc1 Modified files: (Branch: RELENG_4) sys/conf files Log: MFC: Update for new arrangement of the aic7xxx driver. Revision Changes Path 1.340.2.27 +11 -10 src/sys/conf/files Modified files: (Branch: RELENG_4) sys/dev/aic7xxx ahc_eisa.c ahc_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq Added files: (Branch: RELENG_4) sys/dev/aic7xxx aic7770.c aic7xxx_93cx6.c aic7xxx_93cx6.h aic7xxx_freebsd.c aic7xxx_freebsd.h aic7xxx_inline.h aic7xxx_pci.c Removed files: (Branch: RELENG_4) sys/dev/aic7xxx 93cx6.c 93cx6.h aicasm.c aicasm.h aicasm_gram.y aicasm_scan.l aicasm_symbol.c aicasm_symbol.h sequencer.h Log: MFC: U160 support plus numerous bug fixes. Code is now identical to -current. Revision Changes Path 1.15.2.1 +113 -376 src/sys/dev/aic7xxx/ahc_eisa.c 1.29.2.3 +88 -1755 src/sys/dev/aic7xxx/ahc_pci.c 1.41.2.2 +4451 -5497 src/sys/dev/aic7xxx/aic7xxx.c 1.16.2.1 +781 -315 src/sys/dev/aic7xxx/aic7xxx.h 1.20.2.2 +114 -101 src/sys/dev/aic7xxx/aic7xxx.reg 1.94.2.2 +839 -608 src/sys/dev/aic7xxx/aic7xxx.seq Added files: (Branch: RELENG_4) sys/dev/aic7xxx/aicasm Makefile aicasm.c aicasm.h aicasm_gram.y aicasm_insformat.h aicasm_scan.l aicasm_symbol.c aicasm_symbol.h Log: MFC: Move aicasm to its own subdir. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 17:38:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D9B5437B424; Fri, 22 Sep 2000 17:38:51 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA76033; Fri, 22 Sep 2000 17:38:51 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009230038.RAA76033@freefall.freebsd.org> From: Will Andrews Date: Fri, 22 Sep 2000 17:38:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdebase2/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/09/22 17:38:51 PDT Modified files: x11/kdebase2/pkg PLIST Log: Fix PLIST bogons. Submitted by: onigiri Revision Changes Path 1.25 +0 -5 ports/x11/kdebase2/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 Sep 22 18:19:22 2000 Delivered-To: cvs-all@freebsd.org Received: from mail.webmonster.de (datasink.webmonster.de [194.162.162.209]) by hub.freebsd.org (Postfix) with SMTP id A5DB637B43E for ; Fri, 22 Sep 2000 18:19:07 -0700 (PDT) Received: (qmail 8622 invoked by uid 1000); 23 Sep 2000 01:19:01 -0000 Date: Sat, 23 Sep 2000 03:19:01 +0200 From: "Karsten W. Rohrbach" To: Kris Kennaway Cc: Warner Losh , Jordan Hubbard , "Jordan K. Hubbard" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, current@FreeBSD.org Subject: Re: HEADS UP: sshd (Re: cvs commit: src/release/sysinstall config.c) Message-ID: <20000923031901.A6957@rohrbach.de> Reply-To: karsten@rohrbach.de References: <200009050259.UAA39943@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from kris@FreeBSD.org on Mon, Sep 04, 2000 at 08:09:59PM -0700 X-Arbitrary-Number-Of-The-Day: 42 X-Sender: karsten@rohrbach.de Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kris Kennaway(kris@FreeBSD.org)@Mon, Sep 04, 2000 at 08:09:59PM -0700: > On Mon, 4 Sep 2000, Warner Losh wrote: > > > In message <17806.968122706@winston.osd.bsdi.com> Jordan Hubbard writes: > > : Well, it's at least one step closer - all they have to do now (the US > > : people) is install the rsaref port to have the already-running sshd > > : work correctly post-install, correct? > > > > Unless they want to use idea for anything... > > I'm pretty sure OpenSSH doesnt support IDEA > damn right (excerpt from the faq): --- In SSH1 mode, only 3DES and Blowfish can be selected. In SSH2 mode, only 3DES, Blowfish, CAST128 or Arcfour can be selected at the current time. The patented and dated IDEA algorithm is not supported. --- /k -- > "I think pop music has done more for oral intercourse than anything else > that has ever happened, and vice versa." -- Frank Zappa KR433/KR11-RIPE -- http://www.webmonster.de -- ftp://ftp.webmonster.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 18:37: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8770037B42C; Fri, 22 Sep 2000 18:36:58 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA86393; Fri, 22 Sep 2000 18:36:58 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009230136.SAA86393@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 22 Sep 2000 18:36:58 -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/09/22 18:36:58 PDT Modified files: . INDEX Log: A small commit to fix a screwup of mine yesterday (forgot to change the categories of ports repo-copied into french and german). However, I have something else to say: the package build just ended, and we have 3,422 (= 2 x 29 x 59) packages for 2,478 (= 2 x 3 x 7 x 59) MB and 3,054 (= 2 x 3 x 509) MB of distfiles for 4.1.1R! Hmm, that's a lot of 2's and 5[0]9's. Maybe imp will tell you what those mean. Revision Changes Path 1.297 +5 -5 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 Sep 22 18:43: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D860237B424; Fri, 22 Sep 2000 18:42:58 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA87632; Fri, 22 Sep 2000 18:42:58 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Message-Id: <200009230142.SAA87632@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 22 Sep 2000 18:42:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/pc98/libpc98 Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2000/09/22 18:42:58 PDT Modified files: (Branch: RELENG_4) sys/boot/pc98/libpc98 Makefile Log: Merged from sys/boot/i386/libi386/Makefile revision 1.15.2.2. Revision Changes Path 1.3.2.2 +4 -2 src/sys/boot/pc98/libpc98/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 18:43:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 79E2037B423; Fri, 22 Sep 2000 18:43:32 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA87794; Fri, 22 Sep 2000 18:43:32 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Message-Id: <200009230143.SAA87794@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 22 Sep 2000 18:43:32 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/pc98/loader main.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2000/09/22 18:43:32 PDT Modified files: (Branch: RELENG_4) sys/boot/pc98/loader main.c Log: Merged from sys/boot/i386/loader/main.c revision 1.17.2.4. Revision Changes Path 1.7.2.3 +3 -1 src/sys/boot/pc98/loader/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 18:58:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B301637B424; Fri, 22 Sep 2000 18:58:46 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA90644; Fri, 22 Sep 2000 18:58:46 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009230158.SAA90644@freefall.freebsd.org> From: Will Andrews Date: Fri, 22 Sep 2000 18:58:46 -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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/09/22 18:58:46 PDT Modified files: en_US.ISO_8859-1/books/handbook/mirrors chapter.sgml Log: Add ftp7.FreeBSD.org, ftp8.FreeBSD.org, and ftp9.FreeBSD.org to our lovely list of FTP mirrors. ftp7 is hosted by the U.S. Army Research Laboratory on an OC12. ftp8 is hosted by Alternative-PC. ftp9 is hosted by CERIAS at Purdue University on several T3s. Deed done by: ps Thanks to: Brian Poole for putting up a local mirror (to me :-). Revision Changes Path 1.86 +17 -1 doc/en_US.ISO_8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 21:32:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C190A37B422; Fri, 22 Sep 2000 21:32:13 -0700 (PDT) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA18304; Fri, 22 Sep 2000 21:32:13 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200009230432.VAA18304@freefall.freebsd.org> From: Daniel Harris Date: Fri, 22 Sep 2000 21:32:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/icqlib Makefile ports/net/kicq Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/09/22 21:32:13 PDT Modified files: net/icqlib Makefile net/kicq Makefile Log: Change MAINTAINER e-mail address. PR: 21453 Submitted by: MAINTAINER Revision Changes Path 1.11 +2 -2 ports/net/icqlib/Makefile 1.9 +2 -2 ports/net/kicq/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 23:21: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 52FD837B423; Fri, 22 Sep 2000 23:21:00 -0700 (PDT) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA40102; Fri, 22 Sep 2000 23:21:00 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <200009230621.XAA40102@freefall.freebsd.org> From: KATO Takenori Date: Fri, 22 Sep 2000 23:21:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts dokern.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kato 2000/09/22 23:21:00 PDT Modified files: release/scripts dokern.sh Log: Added the pcn device into the list for SMALL kernel. Revision Changes Path 1.32 +2 -1 src/release/scripts/dokern.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 23:36:50 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A3AEA37B423; Fri, 22 Sep 2000 23:36:47 -0700 (PDT) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA42729; Fri, 22 Sep 2000 23:36:47 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <200009230636.XAA42729@freefall.freebsd.org> From: KATO Takenori Date: Fri, 22 Sep 2000 23:36:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options.pc98 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kato 2000/09/22 23:36:47 PDT Modified files: sys/conf options.pc98 Log: Merged from sys/conf/options.i386 revision 1.139. Revision Changes Path 1.111 +1 -3 src/sys/conf/options.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 23:38: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C7AB37B422; Fri, 22 Sep 2000 23:38:05 -0700 (PDT) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA42989; Fri, 22 Sep 2000 23:38:05 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <200009230638.XAA42989@freefall.freebsd.org> From: KATO Takenori Date: Fri, 22 Sep 2000 23:38:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kato 2000/09/22 23:38:04 PDT Modified files: sys/pc98/conf GENERIC Log: Merged from sys/i386/conf/GENERIC revision 1.279. Revision Changes Path 1.159 +1 -5 src/sys/pc98/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Sep 22 23:39: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 00B2237B422; Fri, 22 Sep 2000 23:39:00 -0700 (PDT) Received: (from kato@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA43168; Fri, 22 Sep 2000 23:38:59 -0700 (PDT) (envelope-from kato@FreeBSD.org) Message-Id: <200009230638.XAA43168@freefall.freebsd.org> From: KATO Takenori Date: Fri, 22 Sep 2000 23:38:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kato 2000/09/22 23:38:59 PDT Modified files: sys/pc98/i386 machdep.c Log: Merged from sys/i386/i386/machdep.c revision 1.411. Revision Changes Path 1.179 +2 -7 src/sys/pc98/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 0:52:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CED9237B422; Sat, 23 Sep 2000 00:52:54 -0700 (PDT) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA55591; Sat, 23 Sep 2000 00:52:54 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Message-Id: <200009230752.AAA55591@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 23 Sep 2000 00:52:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/chinput Makefile ports/chinese/chinput/patches patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2000/09/23 00:52:53 PDT Modified files: chinese/chinput Makefile Removed files: chinese/chinput/patches patch-aa Log: Remove BROKEN, patches/patch-aa. It's my fault, I forgot to remove patch-aa before back to military :( Approved by: kris, onigiri Revision Changes Path 1.5 +2 -3 ports/chinese/chinput/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 0:53:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46D6F37B422; Sat, 23 Sep 2000 00:53:02 -0700 (PDT) Received: (from nyan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA55640; Sat, 23 Sep 2000 00:53:02 -0700 (PDT) (envelope-from nyan@FreeBSD.org) Message-Id: <200009230753.AAA55640@freefall.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 23 Sep 2000 00:53:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts dokern.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nyan 2000/09/23 00:53:02 PDT Modified files: release/scripts dokern.sh Log: The 'pci' device is not needed for SMALL floppy, but the 'pcic' device is needed. Revision Changes Path 1.33 +2 -2 src/release/scripts/dokern.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 1: 6: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 21BF137B423; Sat, 23 Sep 2000 01:06:00 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA59431; Sat, 23 Sep 2000 01:06:00 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009230806.BAA59431@freefall.freebsd.org> From: Satoshi Asami Date: Sat, 23 Sep 2000 01:05:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/licq Makefile ports/irc/kvirc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/23 01:05:59 PDT Modified files: net/licq Makefile irc/kvirc Makefile Log: You don't want to depend on qt21 -- it's dead. Change them to USE_QT2. (Of course, they shouldn't have been writing "qt21" explicitly in the first place....) Revision Changes Path 1.23 +2 -2 ports/net/licq/Makefile 1.14 +3 -3 ports/irc/kvirc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 1:21:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D647837B424; Sat, 23 Sep 2000 01:21:23 -0700 (PDT) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA62394; Sat, 23 Sep 2000 01:21:23 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Message-Id: <200009230821.BAA62394@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 23 Sep 2000 01:21:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/esound/patches patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2000/09/23 01:21:23 PDT Modified files: audio/esound/patches patch-ac Log: Add a patch that fixes the vulnerability. Submitted by: ade Revision Changes Path 1.6 +9 -10 ports/audio/esound/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 Sep 23 1:45:17 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 104DD37B423; Sat, 23 Sep 2000 01:45:14 -0700 (PDT) Received: from silvia.hip.berkeley.edu (sji-ca1-01.ix.netcom.com [209.109.232.1]) by tisch.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id EAA22276; Sat, 23 Sep 2000 04:44:38 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.11.0/8.11.0) id e8N8hZK03107; Sat, 23 Sep 2000 01:43:35 -0700 (PDT) (envelope-from asami) To: "Vanilla I. Shu" , kris@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/chinese/chinput Makefile ports/chinese/chinput/patches patch-aa References: <200009230752.AAA55591@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 23 Sep 2000 01:43:00 -0700 In-Reply-To: "Vanilla I. Shu"'s message of "Sat, 23 Sep 2000 00:52:54 -0700 (PDT)" Message-ID: Lines: 15 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Remove BROKEN, patches/patch-aa. * * It's my fault, I forgot to remove patch-aa before back to military :( * * Approved by: kris, onigiri Um, people, PEOPLE! onigiri is not *that* smart. It doesn't submit updates (although it might point out that the checksum doesn't match or the distfile went missing), it doesn't approve anything for you to do, ok? I know I've been doing my share of marginal "Submitted by: (bento|onigiri)" commits, but geeze, I wouldn't got this far! ;) P-W (onigiri's stepmom) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 2:11:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B84E37B422; Sat, 23 Sep 2000 02:11:47 -0700 (PDT) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id CAA70562; Sat, 23 Sep 2000 02:11:47 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Sat, 23 Sep 2000 02:11:46 -0700 (PDT) From: Kris Kennaway To: "Vanilla I. Shu" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/audio/esound/patches patch-ac In-Reply-To: <200009230821.BAA62394@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 Sat, 23 Sep 2000, Vanilla I. Shu wrote: > vanilla 2000/09/23 01:21:23 PDT > > Modified files: > audio/esound/patches patch-ac > Log: > Add a patch that fixes the vulnerability. > > Submitted by: ade What vulnerability? 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 Sat Sep 23 3:11: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E170D37B424; Sat, 23 Sep 2000 03:11:05 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA78897; Sat, 23 Sep 2000 03:11:05 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200009231011.DAA78897@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sat, 23 Sep 2000 03:11:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/dnetc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/09/23 03:11:05 PDT Modified files: misc/dnetc Makefile Log: Correct perms for installed files (7700 -> 0700) No response from: Maintainer Revision Changes Path 1.18 +2 -2 ports/misc/dnetc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 3:32:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 780D837B422; Sat, 23 Sep 2000 03:32:31 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA80502; Sat, 23 Sep 2000 03:32:31 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200009231032.DAA80502@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sat, 23 Sep 2000 03:32:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/staroffice52 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/09/23 03:32:31 PDT Modified files: editors/staroffice52 Makefile Log: - Fix ${LINUXBASE} for /compat/linux - Fix some warning text Submitted by: Maintainer Revision Changes Path 1.20 +8 -9 ports/editors/staroffice52/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 3:32:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD35337B443; Sat, 23 Sep 2000 03:32:44 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA80565; Sat, 23 Sep 2000 03:32:44 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200009231032.DAA80565@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sat, 23 Sep 2000 03:32:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/french/staroffice52 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/09/23 03:32:44 PDT Modified files: french/staroffice52 Makefile Log: - Fix ${LINUXBASE} for /compat/linux - Fix some warning text PR: Maintainer Revision Changes Path 1.3 +8 -9 ports/french/staroffice52/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 3:33:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25EBF37B424; Sat, 23 Sep 2000 03:33:15 -0700 (PDT) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA80620; Sat, 23 Sep 2000 03:33:14 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Message-Id: <200009231033.DAA80620@freefall.freebsd.org> From: "Chris D. Faulhaber" Date: Sat, 23 Sep 2000 03:33:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/german/staroffice52 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jedgar 2000/09/23 03:33:14 PDT Modified files: german/staroffice52 Makefile Log: - Fix ${LINUXBASE} for /compat/linux - Fix some warning text - Fix ${CATEGORIES} and add german Submitted by: Maintainer Revision Changes Path 1.14 +7 -8 ports/german/staroffice52/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 5:18:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 285E637B422; Sat, 23 Sep 2000 05:18:07 -0700 (PDT) Received: (from ps@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA00951; Sat, 23 Sep 2000 05:18:07 -0700 (PDT) (envelope-from ps@FreeBSD.org) Message-Id: <200009231218.FAA00951@freefall.freebsd.org> From: Paul Saab Date: Sat, 23 Sep 2000 05:18:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha mp_machdep.c pmap.c src/sys/alpha/include lock.h param.h pmap.h src/sys/i386/include lock.h param.h smp.h src/sys/kern kern_lock.c src/sys/sys lock.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps 2000/09/23 05:18:06 PDT Modified files: sys/alpha/alpha mp_machdep.c pmap.c sys/alpha/include lock.h param.h pmap.h sys/i386/include lock.h param.h smp.h sys/kern kern_lock.c sys/sys lock.h Log: Move MAXCPU from machine/smp.h to machine/param.h to fix breakage with !SMP kernels. Also, replace NCPUS with MAXCPU since they are redundant. Revision Changes Path 1.3 +5 -5 src/sys/alpha/alpha/mp_machdep.c 1.43 +4 -4 src/sys/alpha/alpha/pmap.c 1.7 +3 -3 src/sys/alpha/include/lock.h 1.20 +3 -3 src/sys/alpha/include/param.h 1.11 +2 -2 src/sys/alpha/include/pmap.h 1.14 +3 -3 src/sys/i386/include/lock.h 1.56 +4 -4 src/sys/i386/include/param.h 1.59 +1 -11 src/sys/i386/include/smp.h 1.34 +3 -3 src/sys/kern/kern_lock.c 1.18 +3 -3 src/sys/sys/lock.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 6:14:16 2000 Delivered-To: cvs-all@freebsd.org Received: from green.dyndns.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id CB50137B422; Sat, 23 Sep 2000 06:14:10 -0700 (PDT) Received: from localhost (1ttbrx@localhost [127.0.0.1] (may be forged)) by green.dyndns.org (8.11.0/8.11.0) with ESMTP id e8NDE8537221; Sat, 23 Sep 2000 09:14:09 -0400 (EDT) (envelope-from green@FreeBSD.org) Message-Id: <200009231314.e8NDE8537221@green.dyndns.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Kris Kennaway Cc: "Vanilla I. Shu" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/audio/esound/patches patch-ac In-Reply-To: Message from Kris Kennaway of "Sat, 23 Sep 2000 02:11:46 PDT." From: "Brian F. Feldman" Date: Sat, 23 Sep 2000 09:14:08 -0400 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Sat, 23 Sep 2000, Vanilla I. Shu wrote: > > > vanilla 2000/09/23 01:21:23 PDT > > > > Modified files: > > audio/esound/patches patch-ac > > Log: > > Add a patch that fixes the vulnerability. > > > > Submitted by: ade > > What vulnerability? The one I fixed already, of course. More importantly, this change is a reversion to more insecure behavior (new hole: mode 777 directory in a user's home directory) and should be backed out immediately. Needless to say, the BugTraq poster was a complete idiot and did not actually fix things with the posted "patch". I've been tempted to say so; misinformation is just about as bad as not knowing about a vulnerability since you can be fooled into THINKING you've fixed the issues. -- 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 Sep 23 6:50:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A65B37B424; Sat, 23 Sep 2000 06:50:48 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA26722; Sat, 23 Sep 2000 06:50:48 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009231350.GAA26722@freefall.freebsd.org> From: Will Andrews Date: Sat, 23 Sep 2000 06:50:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi ftp.mirrors doc/en_US.ISO_8859-1/books/handbook/mirrors chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/09/23 06:50:48 PDT Modified files: en/cgi ftp.mirrors Log: Update list of FTP mirrors in WWW: Add ftp[7-9].FreeBSD.org, and introduce new Lithuanian FTP mirror category. Submitted by: phantom Revision Changes Path 1.9 +6 -1 www/en/cgi/ftp.mirrors Modified files: en_US.ISO_8859-1/books/handbook/mirrors chapter.sgml Log: Introduce ftp.lt.FreeBSD.org, the new Lithuanian FTP mirror. Brought to you by Domas Mituzas , Delfi's Chief Unix Admin, on 52mbit/s satellite + 6mbit fiberoptic to the world, and 100mbit in peers. Delfi runs the Lithuania Network Exchange. Neat! Revision Changes Path 1.87 +17 -1 doc/en_US.ISO_8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 7:40:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D1C137B424; Sat, 23 Sep 2000 07:40:35 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA44326; Sat, 23 Sep 2000 07:40:35 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009231440.HAA44326@freefall.freebsd.org> From: Neil Blakey-Milner Date: Sat, 23 Sep 2000 07:40:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/qmailadmin Makefile ports/mail/qmailadmin/files md5 ports/mail/qmailadmin/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/09/23 07:40:35 PDT Modified files: mail Makefile Added files: mail/qmailadmin Makefile mail/qmailadmin/files md5 mail/qmailadmin/pkg COMMENT DESCR PLIST Log: Add qmailadmin, a web-based vpopmail mail server administrator, which allows you to set up POP accounts, forwarders, mailing lists, and such from the web. Revision Changes Path 1.167 +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 Sat Sep 23 7:40:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B4B1737B424; Sat, 23 Sep 2000 07:40:53 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA44476; Sat, 23 Sep 2000 07:40:53 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009231440.HAA44476@freefall.freebsd.org> From: Neil Blakey-Milner Date: Sat, 23 Sep 2000 07:40: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 nbm 2000/09/23 07:40:53 PDT Modified files: . modules Log: qmailadmin --> ports/mail/qmailadmin Revision Changes Path 1.1763 +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 Sep 23 7:59:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BC0A37B42C; Sat, 23 Sep 2000 07:59:11 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA50738; Sat, 23 Sep 2000 07:59:11 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009231459.HAA50738@freefall.freebsd.org> From: Neil Blakey-Milner Date: Sat, 23 Sep 2000 07:59:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/iplog Makefile ports/net/iplog/files md5 ports/net/iplog/patches patch-aa patch-ab patch-ac patch-ad ports/net/iplog/pkg DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/09/23 07:59:10 PDT Modified files: net/iplog Makefile net/iplog/files md5 net/iplog/patches patch-aa patch-ab patch-ac patch-ad net/iplog/pkg DESCR PLIST Log: Update to iplog 2.2.1. PR: ports/21432 Submitted by: KATO Tsuguru via maintainer Approved by: Udo Schweigert Revision Changes Path 1.9 +18 -20 ports/net/iplog/Makefile 1.6 +1 -1 ports/net/iplog/files/md5 1.2 +1 -1 ports/net/iplog/patches/patch-aa 1.2 +1 -1 ports/net/iplog/patches/patch-ab 1.2 +1 -1 ports/net/iplog/patches/patch-ac 1.2 +1 -1 ports/net/iplog/patches/patch-ad 1.2 +2 -0 ports/net/iplog/pkg/DESCR 1.3 +2 -0 ports/net/iplog/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 Sep 23 8:40:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B59B737B422; Sat, 23 Sep 2000 08:40:12 -0700 (PDT) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA60107; Sat, 23 Sep 2000 08:40:12 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200009231540.IAA60107@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 23 Sep 2000 08:40:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tcp_wrappers socket.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/09/23 08:40:12 PDT Modified files: contrib/tcp_wrappers socket.c Log: Don't touch ai_canonname without checking NULL. Current implementation of getaddrinfo() may return NULL ai_canonname. There is no consensus how getaddrinfo() should fill ai_canonname when numeric hostname is given. Reported by: kris Revision Changes Path 1.4 +7 -4 src/contrib/tcp_wrappers/socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 9:14: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D13637B43E; Sat, 23 Sep 2000 09:13:57 -0700 (PDT) Received: (from andreas@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA71700; Sat, 23 Sep 2000 09:13:57 -0700 (PDT) (envelope-from andreas@FreeBSD.org) Message-Id: <200009231613.JAA71700@freefall.freebsd.org> From: Andreas Klemm Date: Sat, 23 Sep 2000 09:13:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/postgresql7 Makefile ports/databases/postgresql7/pkg PLIST.odbc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG andreas 2000/09/23 09:13:57 PDT Modified files: databases/postgresql7 Makefile Added files: databases/postgresql7/pkg PLIST.odbc Log: pl/Perl and ODBC support Submitted by: Nadav Eiron Revision Changes Path 1.64 +26 -1 ports/databases/postgresql7/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 10: 9: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 879D437B42C; Sat, 23 Sep 2000 10:09:05 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA87390; Sat, 23 Sep 2000 10:09:05 -0700 (PDT) (envelope-from alex@FreeBSD.org) Message-Id: <200009231709.KAA87390@freefall.freebsd.org> From: Alexander Langer Date: Sat, 23 Sep 2000 10:09:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.pccard X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alex 2000/09/23 10:09:05 PDT Modified files: etc rc.pccard Log: Print "Enable PC-card." before anything else is done with PC-card stuff. Also print a NEWLINE (!!) after that. I'm driving mad each time when I see messages related to pccard before "Enable PC-card." and particulary when I see "Doing initial network setup". on the same line w/o a break. Revision Changes Path 1.21 +3 -2 src/etc/rc.pccard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 10:10:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2425E37B424; Sat, 23 Sep 2000 10:10:41 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA87768; Sat, 23 Sep 2000 10:10:41 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200009231710.KAA87768@freefall.freebsd.org> From: John Baldwin Date: Sat, 23 Sep 2000 10:10:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/09/23 10:10:40 PDT Modified files: sys/conf files Log: Enable the ESS Maesto driver. Approved by: cg Revision Changes Path 1.415 +2 -2 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 Sat Sep 23 10:14:22 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E295737B424; Sat, 23 Sep 2000 10:14:19 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA88649; Sat, 23 Sep 2000 10:14:19 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009231714.KAA88649@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sat, 23 Sep 2000 10:14:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/tftpd tftpd.8 tftpd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/23 10:14:19 PDT Modified files: (Branch: RELENG_4) libexec/tftpd tftpd.8 tftpd.c Log: MFC: add -u flag to tftpd which sets username tftpd runs as Revision Changes Path 1.6.2.1 +62 -31 src/libexec/tftpd/tftpd.8 1.15.2.1 +8 -4 src/libexec/tftpd/tftpd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 10:15:21 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2517237B424; Sat, 23 Sep 2000 10:15:18 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA88883; Sat, 23 Sep 2000 10:15:18 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009231715.KAA88883@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sat, 23 Sep 2000 10:15:18 -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/09/23 10:15:17 PDT Modified files: (Branch: RELENG_4) release Makefile Log: MFC: style changes, touch ftp/cdrom passes on completion Revision Changes Path 1.536.2.23 +7 -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 Sep 23 10:26:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BABC537B422; Sat, 23 Sep 2000 10:26:39 -0700 (PDT) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA92572; Sat, 23 Sep 2000 10:26:39 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Message-Id: <200009231726.KAA92572@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 23 Sep 2000 10:26:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/esound/patches patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2000/09/23 10:26:39 PDT Modified files: audio/esound/patches patch-ac Log: patch-ac back to version 1.5 :( Approved by: green Revision Changes Path 1.7 +10 -9 ports/audio/esound/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 Sep 23 10:35:40 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41ACC37B422; Sat, 23 Sep 2000 10:35:38 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA95214; Sat, 23 Sep 2000 10:35:38 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200009231735.KAA95214@freefall.freebsd.org> From: John Baldwin Date: Sat, 23 Sep 2000 10:35:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound driver.c src/sys/modules/sound/driver Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/09/23 10:35:37 PDT Modified files: sys/dev/sound driver.c sys/modules/sound/driver Makefile Log: Enable the snd_maestro module and have the snd_driver module depend on it. Approved by: cg Revision Changes Path 1.4 +2 -1 src/sys/dev/sound/driver.c 1.5 +2 -2 src/sys/modules/sound/driver/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 11:10:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9027837B43C; Sat, 23 Sep 2000 11:10:50 -0700 (PDT) Received: (from dannyboy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA07435; Sat, 23 Sep 2000 11:10:50 -0700 (PDT) (envelope-from dannyboy@FreeBSD.org) Message-Id: <200009231810.LAA07435@freefall.freebsd.org> From: Daniel Harris Date: Sat, 23 Sep 2000 11:10:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/bbmail Makefile ports/mail/bbmail/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dannyboy 2000/09/23 11:10:50 PDT Modified files: mail/bbmail Makefile mail/bbmail/files md5 Log: Update to version 0.6.9. PR: 21492 Submitted by: MAINTAINER Revision Changes Path 1.13 +2 -2 ports/mail/bbmail/Makefile 1.8 +1 -1 ports/mail/bbmail/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 Sep 23 11:25:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E6C037B424; Sat, 23 Sep 2000 11:25:23 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA12009; Sat, 23 Sep 2000 11:25:23 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009231825.LAA12009@freefall.freebsd.org> From: Neil Blakey-Milner Date: Sat, 23 Sep 2000 11:25:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pad Makefile ports/security/pad/files md5 ports/security/pad/patches patch-README patch-pad_c ports/security/pad/pkg COMMENT PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/09/23 11:25:23 PDT Modified files: security/pad Makefile security/pad/files md5 security/pad/pkg COMMENT PLIST Removed files: security/pad/patches patch-README patch-pad_c Log: Update to 0.7. PR: 21503 Submitted by: Trevor Johnson (maintainer) Revision Changes Path 1.2 +9 -13 ports/security/pad/Makefile 1.2 +1 -1 ports/security/pad/files/md5 1.2 +1 -1 ports/security/pad/pkg/COMMENT 1.2 +2 -0 ports/security/pad/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 Sep 23 11:28:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D02B37B424; Sat, 23 Sep 2000 11:28:14 -0700 (PDT) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA13022; Sat, 23 Sep 2000 11:28:13 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Message-Id: <200009231828.LAA13022@freefall.freebsd.org> From: Neil Blakey-Milner Date: Sat, 23 Sep 2000 11:28:13 -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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG nbm 2000/09/23 11:28:13 PDT Modified files: security/p5-GnuPG-Interface Makefile security/p5-GnuPG-Interface/files md5 Log: Update to 0.11. PR: ports/21501 Submitted by: Trevor Johnson (maintainer) Revision Changes Path 1.3 +2 -2 ports/security/p5-GnuPG-Interface/Makefile 1.3 +1 -1 ports/security/p5-GnuPG-Interface/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 Sep 23 11:43:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 503B737B42C; Sat, 23 Sep 2000 11:43:38 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA17218; Sat, 23 Sep 2000 11:43:38 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Message-Id: <200009231843.LAA17218@freefall.freebsd.org> From: Wolfram Schneider Date: Sat, 23 Sep 2000 11:43:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news qnewsletter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wosch 2000/09/23 11:43:38 PDT Modified files: en/news qnewsletter.sgml Log: Added FreeBSD Real-Quick(TM) News Letter September 2000 Revision Changes Path 1.24 +3 -2 www/en/news/qnewsletter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 11:47:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D4FD237B424; Sat, 23 Sep 2000 11:47:29 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA18602; Sat, 23 Sep 2000 11:47:29 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009231847.LAA18602@freefall.freebsd.org> From: Will Andrews Date: Sat, 23 Sep 2000 11:47:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/9e Makefile ports/devel/libgetline Makefile ports/devel/p5-Parse-RecDescent Makefile ports/devel/tkcon Makefile ports/lang/wamcc Makefile ports/devel/binutils-m68k Makefile ports/devel/crossm68k Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/09/23 11:47:29 PDT Modified files: archivers/9e Makefile devel/libgetline Makefile devel/p5-Parse-RecDescent Makefile devel/tkcon Makefile lang/wamcc Makefile devel/binutils-m68k Makefile devel/crossm68k Makefile devel/gcc-m68k Makefile devel/gdb-m68k Makefile Log: Update maintainer address. Submitted by: maintainer Revision Changes Path 1.2 +2 -2 ports/archivers/9e/Makefile 1.9 +2 -2 ports/devel/libgetline/Makefile 1.7 +2 -2 ports/devel/p5-Parse-RecDescent/Makefile 1.7 +2 -2 ports/devel/tkcon/Makefile 1.5 +2 -2 ports/lang/wamcc/Makefile 1.8 +2 -2 ports/devel/binutils-m68k/Makefile 1.8 +2 -2 ports/devel/crossm68k/Makefile 1.11 +2 -2 ports/devel/gcc-m68k/Makefile 1.11 +2 -2 ports/devel/gdb-m68k/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 11:51: 3 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D906C37B43C; Sat, 23 Sep 2000 11:50:59 -0700 (PDT) Received: (from ume@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA19780; Sat, 23 Sep 2000 11:50:59 -0700 (PDT) (envelope-from ume@FreeBSD.org) Message-Id: <200009231850.LAA19780@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 23 Sep 2000 11:50:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile src/sys/modules/ip6fw Makefile src/sys/netinet6 ip6_forward.c ip6_fw.c ip6_fw.h ip6_input.c ip6_output.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2000/09/23 11:50:59 PDT Modified files: sys/modules Makefile sys/netinet6 ip6_forward.c ip6_fw.c ip6_fw.h ip6_input.c ip6_output.c Added files: sys/modules/ip6fw Makefile Log: Make ip6fw as loadable module. Revision Changes Path 1.140 +2 -2 src/sys/modules/Makefile 1.10 +2 -6 src/sys/netinet6/ip6_forward.c 1.7 +50 -1 src/sys/netinet6/ip6_fw.c 1.7 +2 -1 src/sys/netinet6/ip6_fw.h 1.16 +3 -11 src/sys/netinet6/ip6_input.c 1.18 +2 -10 src/sys/netinet6/ip6_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 11:54:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D5EA437B42C; Sat, 23 Sep 2000 11:54:09 -0700 (PDT) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA20391; Sat, 23 Sep 2000 11:54:09 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Message-Id: <200009231854.LAA20391@freefall.freebsd.org> From: Chris Piazza Date: Sat, 23 Sep 2000 11:54:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gnapster Makefile ports/audio/gnapster/files md5 ports/audio/gnapster/patches patch-ae patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cpiazza 2000/09/23 11:54:09 PDT Modified files: audio/gnapster Makefile audio/gnapster/files md5 Removed files: audio/gnapster/patches patch-ae patch-af Log: Update to 1.3.12 so it actually works with napster servers again. Submitted by: dburr Revision Changes Path 1.17 +2 -2 ports/audio/gnapster/Makefile 1.8 +1 -1 ports/audio/gnapster/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 Sep 23 11:57:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51D6B37B424; Sat, 23 Sep 2000 11:57:12 -0700 (PDT) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA21159; Sat, 23 Sep 2000 11:57:12 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Message-Id: <200009231857.LAA21159@freefall.freebsd.org> From: Dirk Froemberg Date: Sat, 23 Sep 2000 11:57:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql322-server Makefile ports/databases/mysql322-server/pkg PLIST.client X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dirk 2000/09/23 11:57:11 PDT Modified files: databases/mysql322-server Makefile databases/mysql322-server/pkg PLIST.client Log: Set INSTALLS_SHLIB (instead of calling ldconfig). Revision Changes Path 1.79 +4 -3 ports/databases/mysql322-server/Makefile 1.4 +0 -2 ports/databases/mysql322-server/pkg/PLIST.client To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 12:15:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 74DDD37B43E; Sat, 23 Sep 2000 12:15:10 -0700 (PDT) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA26654; Sat, 23 Sep 2000 12:15:10 -0700 (PDT) (envelope-from cg@FreeBSD.org) Message-Id: <200009231915.MAA26654@freefall.freebsd.org> From: Cameron Grant Date: Sat, 23 Sep 2000 12:15:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/sound Makefile Makefile.inc src/sys/modules/sound/driver Makefile Makefile.inc src/sys/modules/sound/driver/ad1816 Makefile src/sys/modules/sound/driver/csa Makefile src/sys/modules/sound/driver/csapcm Makefile ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2000/09/23 12:15:10 PDT Added files: (Branch: RELENG_4) sys/modules/sound Makefile Makefile.inc sys/modules/sound/driver Makefile Makefile.inc sys/modules/sound/driver/ad1816 Makefile sys/modules/sound/driver/csa Makefile sys/modules/sound/driver/csapcm Makefile sys/modules/sound/driver/ds1 Makefile sys/modules/sound/driver/emu10k1 Makefile sys/modules/sound/driver/es137x Makefile sys/modules/sound/driver/es1888 Makefile sys/modules/sound/driver/ess Makefile sys/modules/sound/driver/gusc Makefile sys/modules/sound/driver/mss Makefile sys/modules/sound/driver/neomagic Makefile sys/modules/sound/driver/sb Makefile sys/modules/sound/driver/sbc Makefile sys/modules/sound/driver/solo Makefile sys/modules/sound/driver/t4dwave Makefile sys/modules/sound/pcm Makefile Log: add newpcm module makefiles. not enabled yet. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 12:27:35 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D36937B424; Sat, 23 Sep 2000 12:27:32 -0700 (PDT) Received: (from gj@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA29389; Sat, 23 Sep 2000 12:27:32 -0700 (PDT) (envelope-from gj@FreeBSD.org) Message-Id: <200009231927.MAA29389@freefall.freebsd.org> From: Gary Jennejohn Date: Sat, 23 Sep 2000 12:27:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/xemacs21 Makefile ports/editors/xemacs21-mule Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gj 2000/09/23 12:27:31 PDT Modified files: editors/xemacs21 Makefile editors/xemacs21-mule Makefile Log: Specify --with-database=berkdb in the CONFIGURE_ARGS to avoid confusion when databases/gdbm is installed. This change assures that the Berkeley db in libc is used. Since this is such a trivial change I also just went ahead and did it for xemacs21-mule also. PR: 21172 Submitted by: OGAWA Takaya Revision Changes Path 1.52 +2 -1 ports/editors/xemacs21/Makefile 1.32 +2 -1 ports/editors/xemacs21-mule/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 13:21: 6 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 D566937B422; Sat, 23 Sep 2000 13:20:59 -0700 (PDT) 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 HAA09927; Sun, 24 Sep 2000 07:20:55 +1100 Date: Sun, 24 Sep 2000 07:20:51 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Jason Evans Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/include mutex.h src/sys/alpha/include mutex.h In-Reply-To: <200009230000.RAA60223@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 Fri, 22 Sep 2000, Jason Evans wrote: > jasone 2000/09/22 17:00:50 PDT > > Modified files: > sys/i386/include mutex.h > sys/alpha/include mutex.h > Log: > #include in order to get curproc. This seems to be the lesser > of two evils; the greater evil is requiring sys/proc.h to be included > before including machine/mutex.h. The correct implementation is none of the above: #ifndef SMP extern struct proc *curproc; #endif Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 13:23:39 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B44A137B422; Sat, 23 Sep 2000 13:23:35 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA43736; Sat, 23 Sep 2000 13:23:35 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009232023.NAA43736@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 23 Sep 2000 13:23:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi - Imported sources X-FreeBSD-CVS-Branch: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/09/23 13:23:35 PDT www/en/cgi - Imported sources Update of /home/ncvs/www/en/cgi In directory freefall.freebsd.org:/d/home/knu/work/cvsweb Log Message: Import knu-cvsweb 1.103.1.26, which is based on cvsweb-zeller 1.103. Status: Vendor Tag: KNU Release Tags: v1_103_1_26 C www/en/cgi/cvsweb.cgi C www/en/cgi/cvsweb.conf 2 conflicts created by this import. Use the following command to help the merge: cvs checkout -jKNU:yesterday -jKNU www/en/cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 13:38: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 069CC37B424; Sat, 23 Sep 2000 13:37:59 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA46181; Sat, 23 Sep 2000 13:37:58 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009232037.NAA46181@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 23 Sep 2000 13:37:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/cgi cvsweb.cgi cvsweb.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG knu 2000/09/23 13:37:58 PDT Modified files: en/cgi cvsweb.cgi cvsweb.conf Log: Add the Portuguese server back to the mirror list, which was mistakenly lost when I upgraded cvsweb. Noticed by: Joao Pedras Merge from knu-cvsweb 1.103.1.26. 2000-09-22 20:13 knu * cvsweb.cgi, cvsweb.conf: Remove $backcolor and introduce $body_tag_for_src to allow to set the foreground color. Noticed by: dcs@FreeBSD.org 2000-09-22 00:30 knu * cvsweb.cgi: MFZ: 1.103. Revision Changes Path 1.52 +32 -18 www/en/cgi/cvsweb.cgi 1.6 +7 -7 www/en/cgi/cvsweb.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 13:48:51 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 39BD037B422; Sat, 23 Sep 2000 13:48:47 -0700 (PDT) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA48366; Sat, 23 Sep 2000 13:48:47 -0700 (PDT) (envelope-from knu@FreeBSD.org) Message-Id: <200009232048.NAA48366@freefall.freebsd.org> From: Akinori MUSHA Date: Sat, 23 Sep 2000 13:48:46 -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/09/23 13:48:46 PDT Modified files: devel/cvsweb Makefile devel/cvsweb/files md5 Log: Update to knu-cvsweb 1.103.1.26. 2000-09-22 20:13 knu * cvsweb.cgi, cvsweb.conf: Remove $backcolor and introduce $body_tag_for_src to allow to set the foreground color. Noticed by: dcs@FreeBSD.org 2000-09-22 00:30 knu * cvsweb.cgi: MFZ: 1.103. Revision Changes Path 1.28 +3 -3 ports/devel/cvsweb/Makefile 1.15 +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 Sat Sep 23 14: 0: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C687237B42C; Sat, 23 Sep 2000 14:00:04 -0700 (PDT) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA51018; Sat, 23 Sep 2000 14:00:04 -0700 (PDT) (envelope-from brian@FreeBSD.org) Message-Id: <200009232100.OAA51018@freefall.freebsd.org> From: Brian Somers Date: Sat, 23 Sep 2000 14:00:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bpf.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2000/09/23 14:00:04 PDT Modified files: (Branch: RELENG_4) sys/net bpf.c Log: MFC: Add DLT_PPP Revision Changes Path 1.59.2.4 +5 -1 src/sys/net/bpf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 14:25:26 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CC6537B422; Sat, 23 Sep 2000 14:25:24 -0700 (PDT) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA57994; Sat, 23 Sep 2000 14:25:24 -0700 (PDT) (envelope-from will@FreeBSD.org) Message-Id: <200009232125.OAA57994@freefall.freebsd.org> From: Will Andrews Date: Sat, 23 Sep 2000 14:25:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/zimg Makefile ports/graphics/zimg/files md5 ports/graphics/zimg/patches patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG will 2000/09/23 14:25:24 PDT Modified files: graphics/zimg Makefile graphics/zimg/files md5 Removed files: graphics/zimg/patches patch-aa patch-ab Log: Update to 4.2.2. The patches are no longer necessary (actually, never were necessary in the first place, or so it seems), obsoleted by the configure option --with-gd-includes. Requested by: Johannes Zellner Revision Changes Path 1.7 +3 -3 ports/graphics/zimg/Makefile 1.3 +1 -1 ports/graphics/zimg/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 Sep 23 14:33:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 00B9637B422; Sat, 23 Sep 2000 14:33:17 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA59372; Sat, 23 Sep 2000 14:33:16 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009232133.OAA59372@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 23 Sep 2000 14:33:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/afterstep/patches patch-ac ports/x11-wm/afterstep/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/23 14:33:16 PDT Modified files: x11-wm/afterstep/pkg PLIST Added files: x11-wm/afterstep/patches patch-ac Log: Add a patch to make this port compile (PR), add some missing files to the PLIST and sort it. Submitted by: Toru YANO PR: ports/21499 Revision Changes Path 1.14 +29 -21 ports/x11-wm/afterstep/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 Sep 23 15: 0:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA4B037B42C; Sat, 23 Sep 2000 15:00:10 -0700 (PDT) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA65830; Sat, 23 Sep 2000 15:00:10 -0700 (PDT) (envelope-from cg@FreeBSD.org) Message-Id: <200009232200.PAA65830@freefall.freebsd.org> From: Cameron Grant Date: Sat, 23 Sep 2000 15:00:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm ac97.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2000/09/23 15:00:10 PDT Modified files: sys/dev/sound/pcm ac97.c Log: only probe mandatory channels on known bad codecs Revision Changes Path 1.13 +3 -2 src/sys/dev/sound/pcm/ac97.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 15:11:37 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3191F37B424; Sat, 23 Sep 2000 15:11:34 -0700 (PDT) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA69670; Sat, 23 Sep 2000 15:11:34 -0700 (PDT) (envelope-from cg@FreeBSD.org) Message-Id: <200009232211.PAA69670@freefall.freebsd.org> From: Cameron Grant Date: Sat, 23 Sep 2000 15:11:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sound/pcm feeder_fmt.c channel.c datatypes.h feeder.c feeder.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2000/09/23 15:11:33 PDT Modified files: sys/dev/sound/pcm channel.c datatypes.h feeder.c feeder.h Added files: sys/dev/sound/pcm feeder_fmt.c Log: prepare for adding a rate conversion feeder. move format conversion feeders to feeder_fmt.c - no pertinent history so no repo-copy. Revision Changes Path 1.40 +123 -27 src/sys/dev/sound/pcm/channel.c 1.17 +5 -9 src/sys/dev/sound/pcm/datatypes.h 1.12 +91 -411 src/sys/dev/sound/pcm/feeder.c 1.2 +17 -2 src/sys/dev/sound/pcm/feeder.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 15:21:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 53B0937B424; Sat, 23 Sep 2000 15:21:40 -0700 (PDT) Received: (from cg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA71658; Sat, 23 Sep 2000 15:21:40 -0700 (PDT) (envelope-from cg@FreeBSD.org) Message-Id: <200009232221.PAA71658@freefall.freebsd.org> From: Cameron Grant Date: Sat, 23 Sep 2000 15:21:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/modules/sound/pcm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cg 2000/09/23 15:21:40 PDT Modified files: sys/conf files sys/modules/sound/pcm Makefile Log: add feeder_fmt.c Revision Changes Path 1.416 +4 -2 src/sys/conf/files 1.4 +4 -2 src/sys/modules/sound/pcm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 15:38:59 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 515EA37B422; Sat, 23 Sep 2000 15:38:57 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA75382; Sat, 23 Sep 2000 15:38:57 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Message-Id: <200009232238.PAA75382@freefall.freebsd.org> From: Alfred Perlstein Date: Sat, 23 Sep 2000 15:38:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd syslogd.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/09/23 15:38:57 PDT Modified files: usr.sbin/syslogd syslogd.8 Log: Add forgotten -n option to SYNOPSIS section Submitted by: Reinier Bezuidenhout Revision Changes Path 1.25 +2 -2 src/usr.sbin/syslogd/syslogd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 15:39:57 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6541337B422; Sat, 23 Sep 2000 15:39:55 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA75728; Sat, 23 Sep 2000 15:39:55 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Message-Id: <200009232239.PAA75728@freefall.freebsd.org> From: Alfred Perlstein Date: Sat, 23 Sep 2000 15:39:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd syslogd.8 X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/09/23 15:39:55 PDT Modified files: (Branch: RELENG_4) usr.sbin/syslogd syslogd.8 Log: MFC: forgotten -n to SYNOPSIS Revision Changes Path 1.22.2.2 +2 -2 src/usr.sbin/syslogd/syslogd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 15:44:32 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 2047F37B42C; Sat, 23 Sep 2000 15:44:28 -0700 (PDT) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.11.0/8.9.3) with ESMTP id e8NMiBi97585; Sat, 23 Sep 2000 15:44:11 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.11.0/8.11.0) id e8NMged18449; Sat, 23 Sep 2000 15:42:40 -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: Date: Sat, 23 Sep 2000 15:42:40 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Bruce Evans Subject: Re: cvs commit: src/sys/i386/include mutex.h src/sys/alpha/inclu Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, Jason Evans Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 23-Sep-00 Bruce Evans wrote: > On Fri, 22 Sep 2000, Jason Evans wrote: > >> jasone 2000/09/22 17:00:50 PDT >> >> Modified files: >> sys/i386/include mutex.h >> sys/alpha/include mutex.h >> Log: >> #include in order to get curproc. This seems to be the >> #lesser >> of two evils; the greater evil is requiring sys/proc.h to be included >> before including machine/mutex.h. > > The correct implementation is none of the above: > >#ifndef SMP > extern struct proc *curproc; >#endif curproc is no longer a variable like that. It is now a #define to a function to extract per-cpu data. On UP systems, this is simplfied by having it just reference gd_curproc. This change would be a bug. Especially if you #include both proc.h and mutex.h in some other header. > Bruce -- 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 Sat Sep 23 15:48:49 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D0D5C37B42C; Sat, 23 Sep 2000 15:48:46 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA77811; Sat, 23 Sep 2000 15:48:46 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Message-Id: <200009232248.PAA77811@freefall.freebsd.org> From: Alfred Perlstein Date: Sat, 23 Sep 2000 15:48:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/net res_send.c src/usr.sbin/syslogd syslogd.8 syslogd.c X-FreeBSD-CVS-Branch: RELENG_3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/09/23 15:48:46 PDT Modified files: (Branch: RELENG_3) lib/libc/net res_send.c usr.sbin/syslogd syslogd.8 syslogd.c Log: MFC: 1.32 of res_send.c, don't get stuck in an infinite loop if a signal interrupts the poll operation 1.65 of syslogd.c which begins a clusterf**k of commits that span over versions 1.65, 1.66, 1.69 to provide an option for syslogd not to perform dns lookups. 1.23, 1.24, 1.25 of syslogd.8 document changes to syslogd.c Submitted and tested by: Reinier Bezuidenhout Revision Changes Path 1.25.2.2 +23 -6 src/lib/libc/net/res_send.c 1.16.2.4 +4 -2 src/usr.sbin/syslogd/syslogd.8 1.46.2.9 +11 -4 src/usr.sbin/syslogd/syslogd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 16:22:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 03DE337B424; Sat, 23 Sep 2000 16:22:28 -0700 (PDT) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA85203; Sat, 23 Sep 2000 16:22:27 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200009232322.QAA85203@freefall.freebsd.org> From: Archie Cobbs Date: Sat, 23 Sep 2000 16:22:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_bridge.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/09/23 16:22:27 PDT Modified files: sys/netgraph ng_bridge.c Log: Use m_dup() instead of m_copypacket() for the time being. Not all of the code in the kernel properly checks for read-onlyness before writing into an mbuf data area. When that code is fixed, the m_dup() can go back to being m_copypacket(). Requested by: nsayer Revision Changes Path 1.2 +2 -2 src/sys/netgraph/ng_bridge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 16:39:47 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F120A37B43C; Sat, 23 Sep 2000 16:39:44 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA88081; Sat, 23 Sep 2000 16:39:44 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009232339.QAA88081@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 23 Sep 2000 16:39:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/curl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/23 16:39:43 PDT Modified files: ftp/curl Makefile Log: Oops, I forgot to commit this patch to make WITH_SSL compile again. Revision Changes Path 1.21 +2 -4 ports/ftp/curl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 17:25: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 09CA437B422; Sat, 23 Sep 2000 17:24:59 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA96061; Sat, 23 Sep 2000 17:24:58 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Message-Id: <200009240024.RAA96061@freefall.freebsd.org> From: Kazuo Horikawa Date: Sat, 23 Sep 2000 17:24:58 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 less.1 lesskey.1 Makefile more.1 doc/ja_JP.eucJP/man/man5 linprocfs.5 Makefile doc/ja_JP.eucJP/man/man8 faithd.8 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/09/23 17:24:58 PDT Modified files: ja_JP.eucJP/man/man1 Makefile ja_JP.eucJP/man/man5 Makefile ja_JP.eucJP/man/man8 Makefile Added files: ja_JP.eucJP/man/man1 less.1 lesskey.1 ja_JP.eucJP/man/man5 linprocfs.5 ja_JP.eucJP/man/man8 faithd.8 Removed files: ja_JP.eucJP/man/man1 more.1 Log: Add newly translated Japanese manuals. Submitted by:Jpman Project Revision Changes Path 1.26 +3 -1 doc/ja_JP.eucJP/man/man1/Makefile 1.10 +1 -0 doc/ja_JP.eucJP/man/man5/Makefile 1.25 +1 -0 doc/ja_JP.eucJP/man/man8/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 17:33:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4587F37B43C; Sat, 23 Sep 2000 17:33:52 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA97191; Sat, 23 Sep 2000 17:33:52 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200009240033.RAA97191@freefall.freebsd.org> From: John Baldwin Date: Sat, 23 Sep 2000 17:33:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_synch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/09/23 17:33:51 PDT Modified files: sys/kern kern_synch.c Log: Add a KASSERT() to catch instances where the mutex that we pass in to msleep() are recursed. Suggested by: cp Revision Changes Path 1.100 +3 -1 src/sys/kern/kern_synch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 17:58:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 65A1737B42C; Sat, 23 Sep 2000 17:58:12 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA99945; Sat, 23 Sep 2000 17:58:12 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Message-Id: <200009240058.RAA99945@freefall.freebsd.org> From: Kazuo Horikawa Date: Sat, 23 Sep 2000 17:58:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man8 wicontrol.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/09/23 17:58:11 PDT Modified files: ja_JP.eucJP/man/man8 wicontrol.8 Log: Fix typo. Submitted by:susumu@wakabaya.net Revision Changes Path 1.10 +1 -1 doc/ja_JP.eucJP/man/man8/wicontrol.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 18:54:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AD19B37B424; Sat, 23 Sep 2000 18:54:50 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA11810; Sat, 23 Sep 2000 18:54:50 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Message-Id: <200009240154.SAA11810@freefall.freebsd.org> From: Garrett Wollman Date: Sat, 23 Sep 2000 18:54:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/finger net.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wollman 2000/09/23 18:54:50 PDT Modified files: usr.bin/finger net.c Log: Don't assume ai0->ai_canonname will always be filled in. Print the user-supplied host name if we can't get a canonical name. Obtained from: contrib/tcp_wrappers/socket.c rev. 1.4 (in spirit) Revision Changes Path 1.14 +7 -2 src/usr.bin/finger/net.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 19:58:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0564637B43C; Sat, 23 Sep 2000 19:58:51 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA22748; Sat, 23 Sep 2000 19:58:51 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009240258.TAA22748@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 23 Sep 2000 19:58:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/surfraw/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/23 19:58:51 PDT Modified files: www/surfraw/pkg PLIST Log: Remove config file on deinstall if unchanged from the default. Revision Changes Path 1.3 +1 -0 ports/www/surfraw/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 Sep 23 20: 8:23 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F25D737B422; Sat, 23 Sep 2000 20:08:21 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA26302; Sat, 23 Sep 2000 20:08:21 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009240308.UAA26302@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 23 Sep 2000 20:08:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/swish-e/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/23 20:08:21 PDT Modified files: www/swish-e/pkg PLIST Log: Don't try and remove a directory which is used by other ports. Revision Changes Path 1.3 +0 -1 ports/www/swish-e/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 Sep 23 20:15:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EBF4837B422; Sat, 23 Sep 2000 20:15:30 -0700 (PDT) Received: (from horikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA27424; Sat, 23 Sep 2000 20:15:30 -0700 (PDT) (envelope-from horikawa@FreeBSD.org) Message-Id: <200009240315.UAA27424@freefall.freebsd.org> From: Kazuo Horikawa Date: Sat, 23 Sep 2000 20:15:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man5 crontab.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG horikawa 2000/09/23 20:15:30 PDT Modified files: ja_JP.eucJP/man/man5 crontab.5 Log: Fix Japanese wording. Submitted by:Mori Kouji Revision Changes Path 1.8 +2 -2 doc/ja_JP.eucJP/man/man5/crontab.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 20:38:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BAA5937B422; Sat, 23 Sep 2000 20:38:07 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA31003; Sat, 23 Sep 2000 20:38:07 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009240338.UAA31003@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 23 Sep 2000 20:38:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/pari Makefile ports/math/pari/pkg PLIST PLIST.emacs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/23 20:38:07 PDT Modified files: math/pari Makefile math/pari/pkg PLIST PLIST.emacs Log: Correct PLIST and bump PORTREVISION. Revision Changes Path 1.18 +2 -1 ports/math/pari/Makefile 1.13 +3 -2 ports/math/pari/pkg/PLIST 1.3 +3 -2 ports/math/pari/pkg/PLIST.emacs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 21: 6:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 914A037B424; Sat, 23 Sep 2000 21:06:29 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA37486; Sat, 23 Sep 2000 21:06:29 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200009240406.VAA37486@freefall.freebsd.org> From: Kris Kennaway Date: Sat, 23 Sep 2000 21:06:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnut Makefile ports/net/gnut/files md5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/09/23 21:06:29 PDT Modified files: net/gnut Makefile net/gnut/files md5 Log: Upgrade to gnut 0.4.14 Revision Changes Path 1.5 +2 -2 ports/net/gnut/Makefile 1.5 +1 -1 ports/net/gnut/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 Sep 23 21: 8:42 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B213037B424; Sat, 23 Sep 2000 21:08:39 -0700 (PDT) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA37834; Sat, 23 Sep 2000 21:08:39 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Message-Id: <200009240408.VAA37834@freefall.freebsd.org> From: Bosko Milekic Date: Sat, 23 Sep 2000 21:08:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridge.c if_ethersubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmilekic 2000/09/23 21:08:39 PDT Modified files: sys/net bridge.c if_ethersubr.c Log: Get rid of a panic that occurs in ether_demux() by dereferencing a NULL mbuf pointer, when bridging and bridge_ipfw are enabled, and when bdg_forward() happens to free the packet and make our pointer NULL. There may be more similar problems like this one with calls to bdg_forward(). PR: Related to kern/19551 Reviewed by: jlemon Revision Changes Path 1.25 +4 -1 src/sys/net/bridge.c 1.82 +10 -2 src/sys/net/if_ethersubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 21:36:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD64C37B424; Sat, 23 Sep 2000 21:36:24 -0700 (PDT) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA43405; Sat, 23 Sep 2000 21:36:24 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Message-Id: <200009240436.VAA43405@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 23 Sep 2000 21:36:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/tin Makefile ports/chinese/tin/files md5 ports/chinese/tin/patches patch-aa patch-ab ports/chinese/tin/pkg COMMENT DESCR PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2000/09/23 21:36:24 PDT Modified files: chinese/tin Makefile Removed files: chinese/tin/files md5 chinese/tin/patches patch-aa patch-ab chinese/tin/pkg COMMENT DESCR PLIST Log: Update and enslave zh-tin. PR: ports/21496 Submitted by: clive@CirX.ORG Revision Changes Path 1.21 +11 -54 ports/chinese/tin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 21:37: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FD7737B424; Sat, 23 Sep 2000 21:37:06 -0700 (PDT) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA43510; Sat, 23 Sep 2000 21:37:06 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Message-Id: <200009240437.VAA43510@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 23 Sep 2000 21:37:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/tin/patches patch-charset.c patch-cook.c patch-init.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2000/09/23 21:37:05 PDT Added files: chinese/tin/patches patch-charset.c patch-cook.c patch-init.c Log: Forgot to add patch files :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 21:45: 7 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DCD9937B424; Sat, 23 Sep 2000 21:45:04 -0700 (PDT) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA44892; Sat, 23 Sep 2000 21:45:04 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Message-Id: <200009240445.VAA44892@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 23 Sep 2000 21:45:04 -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 vanilla 2000/09/23 21:45:04 PDT Modified files: . modules Log: Add zh-xmms. Revision Changes Path 1.1764 +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 Sep 23 21:52:29 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E52437B422; Sat, 23 Sep 2000 21:52:27 -0700 (PDT) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA46665; Sat, 23 Sep 2000 21:52:27 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Message-Id: <200009240452.VAA46665@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 23 Sep 2000 21:52:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/xmms/patches xmms-1.2.x-xfont.diff X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2000/09/23 21:52:26 PDT Modified files: chinese/xmms/patches xmms-1.2.x-xfont.diff Log: Update the patches, otherwise it's completely broken. PR: ports/21490 Submitted by: clive@CirX.ORG Revision Changes Path 1.2 +133 -109 ports/chinese/xmms/patches/xmms-1.2.x-xfont.diff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 22: 8:43 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 66F2D37B424; Sat, 23 Sep 2000 22:08:40 -0700 (PDT) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA51401; Sat, 23 Sep 2000 22:08:40 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Message-Id: <200009240508.WAA51401@freefall.freebsd.org> From: "Vanilla I. Shu" Date: Sat, 23 Sep 2000 22:08:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Storable Makefile ports/devel/p5-Storable/files md5 ports/devel/p5-Storable/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG vanilla 2000/09/23 22:08:40 PDT Modified files: devel/p5-Storable Makefile devel/p5-Storable/files md5 devel/p5-Storable/pkg PLIST Log: Upgrade to 1.0. PR: ports/21295 Submitted by: Patrick Bihan-Faou Revision Changes Path 1.21 +2 -2 ports/devel/p5-Storable/Makefile 1.13 +1 -1 ports/devel/p5-Storable/files/md5 1.4 +4 -4 ports/devel/p5-Storable/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 Sep 23 23:17:44 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8194137B422; Sat, 23 Sep 2000 23:17:42 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA65463; Sat, 23 Sep 2000 23:17:42 -0700 (PDT) (envelope-from asami@FreeBSD.org) Message-Id: <200009240617.XAA65463@freefall.freebsd.org> From: Satoshi Asami Date: Sat, 23 Sep 2000 23:17:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-servers/XttXF86srv-common/pkg PLIST X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asami 2000/09/23 23:17:42 PDT Modified files: x11-servers/XttXF86srv-common/pkg PLIST Log: Take out @dirrm of lib/modules/codeconv -- this directory exists in BSD.x11-4.dist. Submitted by: onigiri Revision Changes Path 1.13 +0 -1 ports/x11-servers/XttXF86srv-common/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 Sep 23 23:44: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A387A37B422; Sat, 23 Sep 2000 23:44:03 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA70219; Sat, 23 Sep 2000 23:44:03 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009240644.XAA70219@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sat, 23 Sep 2000 23:44:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall config.c install.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/23 23:44:03 PDT Modified files: release/sysinstall config.c install.c Log: One small tweak on the security profile code; don't be verbose if setting up default values for an express/custom install. It would be confusing to see the informational popup completely out of context. Revision Changes Path 1.166 +28 -25 src/release/sysinstall/config.c 1.281 +3 -3 src/release/sysinstall/install.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Sep 23 23:53: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 875E837B422; Sat, 23 Sep 2000 23:53:06 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA72764; Sat, 23 Sep 2000 23:53:06 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009240653.XAA72764@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sat, 23 Sep 2000 23:53:05 -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/09/23 23:53:05 PDT Modified files: release/sysinstall menus.c Log: Add Lithuania. Submitted by: Domas Mituzas Revision Changes Path 1.277 +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 Sat Sep 23 23:56: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EF8237B422; Sat, 23 Sep 2000 23:55:57 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA73401; Sat, 23 Sep 2000 23:55:57 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Message-Id: <200009240655.XAA73401@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sat, 23 Sep 2000 23:55:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall Makefile config.c devices.c dispatch.c dist.c install.c installUpgrade.c menus.c sysinstall.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jkh 2000/09/23 23:55:57 PDT Modified files: (Branch: RELENG_4) release/sysinstall Makefile config.c devices.c dispatch.c dist.c install.c installUpgrade.c menus.c sysinstall.h Log: MFC: Add security profiles (nobody's squawked about it) and Lithuania. Revision Changes Path 1.92.2.8 +2 -3 src/release/sysinstall/Makefile 1.156.2.6 +93 -5 src/release/sysinstall/config.c 1.117.2.6 +35 -50 src/release/sysinstall/devices.c 1.35.2.1 +1 -2 src/release/sysinstall/dispatch.c 1.175.2.8 +9 -43 src/release/sysinstall/dist.c 1.268.2.12 +16 -1 src/release/sysinstall/install.c 1.71.2.1 +2 -2 src/release/sysinstall/installUpgrade.c 1.252.2.19 +117 -131 src/release/sysinstall/menus.c 1.186.2.9 +6 -3 src/release/sysinstall/sysinstall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message