From owner-cvs-all Sun Mar 14 0:31:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F6871501A; Sun, 14 Mar 1999 00:30:37 -0800 (PST) (envelope-from semenu@FreeBSD.org) Received: (from semenu@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA40586; Sun, 14 Mar 1999 00:30:24 -0800 (PST) (envelope-from semenu@FreeBSD.org) Message-Id: <199903140830.AAA40586@freefall.freebsd.org> From: Ustimenko Semen Date: Sun, 14 Mar 1999 00:30:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_tx.c if_txvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk semenu 1999/03/14 00:30:23 PST Modified files: sys/pci if_tx.c if_txvar.h Log: Implemented workaround for EPIC's Application Note 7-15 (concerning chip int. and ext. clock synchronisation). Fixed workaround for transmit threshold underrun. Added volatile keyword to CSR_READ_* and CSR_WRITE_* macroses. Added DELAYs to eliminate randomness caused by processor speed. Fixed all TXCON and RXCON registers to be accessed only when chip is idle, as manual told. Changed epic_init_phy to drop link by isolating and going loopback, should should force link partner to restart autonegotiation. PR: kern/10535, kern/9742, kern/10575 Submitted by: Peter Jeremy, David Greenman Revision Changes Path 1.22 +225 -96 src/sys/pci/if_tx.c 1.2 +16 -7 src/sys/pci/if_txvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 0:33: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA99814F46; Sun, 14 Mar 1999 00:33:06 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA40647; Sun, 14 Mar 1999 00:32:54 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <199903140832.AAA40647@freefall.freebsd.org> From: Peter Wemm Date: Sun, 14 Mar 1999 00:32:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_de.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/03/14 00:32:53 PST Modified files: sys/pci if_de.c Log: Merge NetBSD 1.80->1.82 changes from vendor branch into mainline. Revision Changes Path 1.101 +20 -18 src/sys/pci/if_de.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 1:20:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FBB714F3B; Sun, 14 Mar 1999 01:20:14 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA42987; Sun, 14 Mar 1999 01:20:02 -0800 (PST) (envelope-from julian@FreeBSD.org) Message-Id: <199903140920.BAA42987@freefall.freebsd.org> From: Julian Elischer Date: Sun, 14 Mar 1999 01:20:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm swap_pager.c vm_pager.c vm_pager.h src/sys/dev/vn vn.c src/sys/modules Makefile src/usr.sbin/vnconfig vnconfig.8 vnconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/03/14 01:20:01 PST Modified files: sys/vm swap_pager.c vm_pager.c vm_pager.h sys/dev/vn vn.c sys/modules Makefile usr.sbin/vnconfig vnconfig.8 vnconfig.c Log: Submitted by: Matt Dillon The old VN device broke in -4.x when the definition of B_PAGING changed. This patch fixes this plus implements additional capabilities. The new VN device can be backed by a file ( as per normal ), or it can be directly backed by swap. Due to dependencies in VM include files (on opt_xxx options) the new vn device cannot be a module yet. This will be fixed in a later commit. This commit delimitted by tags {PRE,POST}_MATT_VNDEV Revision Changes Path 1.117 +242 -17 src/sys/vm/swap_pager.c 1.44 +155 -1 src/sys/vm/vm_pager.c 1.21 +9 -2 src/sys/vm/vm_pager.h 1.75 +310 -214 src/sys/dev/vn/vn.c 1.52 +3 -3 src/sys/modules/Makefile 1.7 +11 -2 src/usr.sbin/vnconfig/vnconfig.8 1.9 +90 -7 src/usr.sbin/vnconfig/vnconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 1:41: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 444AE14D76; Sun, 14 Mar 1999 01:41:01 -0800 (PST) (envelope-from semenu@FreeBSD.org) Received: (from semenu@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA43905; Sun, 14 Mar 1999 01:40:48 -0800 (PST) (envelope-from semenu@FreeBSD.org) Message-Id: <199903140940.BAA43905@freefall.freebsd.org> From: Ustimenko Semen Date: Sun, 14 Mar 1999 01:40:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount_ntfs Makefile mount_ntfs.8 mount_ntfs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk semenu 1999/03/14 01:40:48 PST Added files: (Branch: RELENG_3) sbin/mount_ntfs Makefile mount_ntfs.8 mount_ntfs.c Log: MFC: Going to backport to RELENG_3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 1:47:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BFC815037; Sun, 14 Mar 1999 01:47:19 -0800 (PST) (envelope-from semenu@FreeBSD.org) Received: (from semenu@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA44055; Sun, 14 Mar 1999 01:47:06 -0800 (PST) (envelope-from semenu@FreeBSD.org) Message-Id: <199903140947.BAA44055@freefall.freebsd.org> From: Ustimenko Semen Date: Sun, 14 Mar 1999 01:47:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ntfs ntfs.h ntfs_compr.c ntfs_compr.h ntfs_extern.h ntfs_ihash.c ntfs_ihash.h ntfs_inode.h ntfs_subr.c ntfs_subr.h ntfs_vfsops.c ntfs_vfsops.h ntfs_vnops.c ntfsmount.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk semenu 1999/03/14 01:47:05 PST Added files: (Branch: RELENG_3) sys/ntfs ntfs.h ntfs_compr.c ntfs_compr.h ntfs_extern.h ntfs_ihash.c ntfs_ihash.h ntfs_inode.h ntfs_subr.c ntfs_subr.h ntfs_vfsops.c ntfs_vfsops.h ntfs_vnops.c ntfsmount.h Log: MFC: Going to packport to RELENG_3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 2: 1:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FD3B14F66; Sun, 14 Mar 1999 02:00:07 -0800 (PST) (envelope-from semenu@FreeBSD.org) Received: (from semenu@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA44304; Sun, 14 Mar 1999 01:59:54 -0800 (PST) (envelope-from semenu@FreeBSD.org) Message-Id: <199903140959.BAA44304@freefall.freebsd.org> From: Ustimenko Semen Date: Sun, 14 Mar 1999 01:59:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/ntfs Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk semenu 1999/03/14 01:59:54 PST Added files: (Branch: RELENG_3) sys/modules/ntfs Makefile Log: MFC: Going to backport to RELENG_3, rest things: include mount_ntfs dir into src/sbin/Makefile, ntfs dir into src/sys/modules/Makefile, merge 1.83 -> 1.84 change from current to src/sys/sys/vnode.h, 1.200 -> 1.201 to src/sys/conf/files, 1.128 -> 1.129 to src/sys/conf/options. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 3:36:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F3B6D14EB9; Sun, 14 Mar 1999 03:36:26 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA47462; Sun, 14 Mar 1999 03:36:13 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <199903141136.DAA47462@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 14 Mar 1999 03:36:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/03/14 03:36:13 PST Modified files: . modules Log: wmmoonclock --> ports/astro/wmmoonclock Revision Changes Path 1.2821 +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 Mar 14 3:38:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 88A2614BFF; Sun, 14 Mar 1999 03:38:34 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA47509; Sun, 14 Mar 1999 03:38:21 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <199903141138.DAA47509@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 14 Mar 1999 03:38:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/wmmoonclock - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/03/14 03:38:21 PST ports/astro/wmmoonclock - Imported sources Update of /home/ncvs/ports/astro/wmmoonclock In directory freefall.freebsd.org:/c/users/kris/wmmoonclock Log Message: This is a WindowMaker dockapp which displays the phase of the moon, plus assorted astronomical data (rise/set times, orbital elements, etc). PR: 9906 Status: Vendor Tag: KENNAWAY Release Tags: r1_24 N ports/astro/wmmoonclock/Makefile I ports/astro/wmmoonclock/CVS N ports/astro/wmmoonclock/files/md5 N ports/astro/wmmoonclock/pkg/PLIST N ports/astro/wmmoonclock/pkg/COMMENT N ports/astro/wmmoonclock/pkg/DESCR N ports/astro/wmmoonclock/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 3:40:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E1E54152FC; Sun, 14 Mar 1999 03:40:37 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA47633; Sun, 14 Mar 1999 03:40:25 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <199903141140.DAA47633@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 14 Mar 1999 03:40:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/03/14 03:40:24 PST Modified files: astro Makefile Log: Activate wmmoonclock Revision Changes Path 1.9 +2 -1 ports/astro/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 4:29:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 01C2714D7E; Sun, 14 Mar 1999 04:29:14 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA50683; Sun, 14 Mar 1999 04:29:02 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <199903141229.EAA50683@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 14 Mar 1999 04:29:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/03/14 04:29:01 PST Modified files: . modules Log: dejasearch --> ports/news/dejasearch Revision Changes Path 1.2822 +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 Mar 14 4:31:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B1F0E14BFF; Sun, 14 Mar 1999 04:31:40 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA50807; Sun, 14 Mar 1999 04:31:27 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <199903141231.EAA50807@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 14 Mar 1999 04:31:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/dejasearch - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/03/14 04:31:27 PST ports/news/dejasearch - Imported sources Update of /home/ncvs/ports/news/dejasearch In directory freefall.freebsd.org:/c/users/kris/dejasearch Log Message: DejaSearch is a frontend script to the DejaNews service which allows you to submit search queries and collates the returned articles. PR: 9992 Status: Vendor Tag: KENNAWAY Release Tags: r1_1 N ports/news/dejasearch/Makefile I ports/news/dejasearch/CVS N ports/news/dejasearch/files/md5 N ports/news/dejasearch/pkg/PLIST N ports/news/dejasearch/pkg/COMMENT N ports/news/dejasearch/pkg/DESCR No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 4:34:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E130114F44; Sun, 14 Mar 1999 04:34:09 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA50999; Sun, 14 Mar 1999 04:33:56 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <199903141233.EAA50999@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 14 Mar 1999 04:33:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/dejasearch Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/03/14 04:33:56 PST Modified files: news/dejasearch Makefile Log: Oops, use USE_PERL5. Revision Changes Path 1.2 +1 -0 ports/news/dejasearch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 4:36:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D68FC15366; Sun, 14 Mar 1999 04:36:12 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA51123; Sun, 14 Mar 1999 04:35:59 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <199903141235.EAA51123@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 14 Mar 1999 04:35:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/03/14 04:35:59 PST Modified files: news Makefile Log: Activate dejasearch. Revision Changes Path 1.47 +2 -1 ports/news/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 5: 9:24 1999 Delivered-To: cvs-all@freebsd.org Received: from goliath.camtech.net.au (goliath.camtech.net.au [203.5.73.2]) by hub.freebsd.org (Postfix) with ESMTP id B34C614BFF; Sun, 14 Mar 1999 05:09:18 -0800 (PST) (envelope-from matt@camtech.com.au) Received: from dialup-ad-13-11.camtech.net.au (dialup-ad-13-11.camtech.net.au [203.55.243.139]) by goliath.camtech.net.au (8.8.5/8.8.2) with ESMTP id XAA13813; Sun, 14 Mar 1999 23:37:20 +1030 (CST) Date: Sun, 14 Mar 1999 23:39:30 +1030 (CST) From: Matthew Thyer X-Sender: matt@localhost Reply-To: thyerm@camtech.com.au To: Garrett Wollman Cc: Kazutaka YOKOTA , Gary Palmer , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/moused moused.c In-Reply-To: <199903031534.KAA24498@khavrinen.lcs.mit.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk You people must have old Alpha based systems. We have quite a lot with USB where I work (none that I will be allowed to run FBSD on though). And they most certainly do have USB. There are 2 USB ports standard on them..... These are 600au machines I think. (I know they are 600 MHz, I'm just not sure about the letters after their name). These machines would be about 6 months old. On Wed, 3 Mar 1999, Garrett Wollman wrote: > < said: > > > True that alpha doesn't have USB. But, USB itself is not dependent on > > any platform. Reserving it in all platform makes sense to me. > > Certainly alpha has USB. Just go to Micro Center/CompUSA/whatever and > get a USB-on-a-PCI-card card, and plug it in to the PCI bus. > > -GAWollman > > -- > Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same > wollman@lcs.mit.edu | O Siem / The fires of freedom > Opinions not those of| Dance in the burning flame > MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > > /=====================================================================\ |Work: Matthew.Thyer@dsto.defence.gov.au | Home: thyerm@camtech.net.au| \=====================================================================/ "If it is true that our Universe has a zero net value for all conserved quantities, then it may simply be a fluctuation of the vacuum of some larger space in which our Universe is imbedded. In answer to the question of why it happened, I offer the modest proposal that our Universe is simply one of those things which happen from time to time." E. P. Tryon from "Nature" Vol.246 Dec.14, 1973 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 5:26:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF47714DB0; Sun, 14 Mar 1999 05:26:57 -0800 (PST) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA53251; Sun, 14 Mar 1999 05:26:44 -0800 (PST) (envelope-from wosch@FreeBSD.org) Message-Id: <199903141326.FAA53251@freefall.freebsd.org> From: Wolfram Schneider Date: Sun, 14 Mar 1999 05:26:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects projects.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/03/14 05:26:44 PST Modified files: en/projects projects.sgml Log: Added to section Advocacy The Open Directory Project FreeBSD vs. Linux vs. Windows NT The Internet Operating System Counter Revision Changes Path 1.52 +19 -2 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 Sun Mar 14 6: 0:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 20A6F14BFF; Sun, 14 Mar 1999 06:00:20 -0800 (PST) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA54420; Sun, 14 Mar 1999 06:00:07 -0800 (PST) (envelope-from jdp@FreeBSD.org) Message-Id: <199903141400.GAA54420@freefall.freebsd.org> From: John Polstra Date: Sun, 14 Mar 1999 06:00:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/modula-3-lib/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/03/14 06:00:07 PST Modified files: lang/modula-3-lib/patches patch-ab Log: Update the wrapper for quotactl() to reflect a change in its prototype in 4.0-current on 5 March 1999. The value of __FreeBSD_version wasn't bumped until 13 March, so the port is broken for versions of -current between those dates. Revision Changes Path 1.12 +34 -17 ports/lang/modula-3-lib/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 Mar 14 6: 8:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E78EB15037; Sun, 14 Mar 1999 06:08:51 -0800 (PST) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA54787; Sun, 14 Mar 1999 06:08:39 -0800 (PST) (envelope-from wosch@FreeBSD.org) Message-Id: <199903141408.GAA54787@freefall.freebsd.org> From: Wolfram Schneider Date: Sun, 14 Mar 1999 06:08:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news press.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/03/14 06:08:38 PST Modified files: en/news press.sgml Log: Added: Whence the Source: Untangling the Open Source/Free Software Debate, By Thomas Scoville Revision Changes Path 1.45 +13 -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 Sun Mar 14 6: 9:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D67F4151BE; Sun, 14 Mar 1999 06:09:38 -0800 (PST) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA54829; Sun, 14 Mar 1999 06:09:25 -0800 (PST) (envelope-from wosch@FreeBSD.org) Message-Id: <199903141409.GAA54829@freefall.freebsd.org> From: Wolfram Schneider Date: Sun, 14 Mar 1999 06:09:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news webchanges.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/03/14 06:09:25 PST Modified files: en/news webchanges.sgml Log: Added: The Open Directory Project FreeBSD vs. Linux vs. Windows NT The Internet Operating System Counter O'Reilly Open Source - Whence the Source Revision Changes Path 1.27 +17 -2 www/en/news/webchanges.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 6:10:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 604D914CE1; Sun, 14 Mar 1999 06:10:54 -0800 (PST) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA54901; Sun, 14 Mar 1999 06:10:41 -0800 (PST) (envelope-from wosch@FreeBSD.org) Message-Id: <199903141410.GAA54901@freefall.freebsd.org> From: Wolfram Schneider Date: Sun, 14 Mar 1999 06:10:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects projects.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/03/14 06:10:41 PST Modified files: en/projects projects.sgml Log: Added name tag for 'FreeBSD vs. Linux vs. Windows NT' Revision Changes Path 1.53 +3 -3 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 Sun Mar 14 6:17: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E954154DF; Sun, 14 Mar 1999 06:17:02 -0800 (PST) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA55176; Sun, 14 Mar 1999 06:16:49 -0800 (PST) (envelope-from wosch@FreeBSD.org) Message-Id: <199903141416.GAA55176@freefall.freebsd.org> From: Wolfram Schneider Date: Sun, 14 Mar 1999 06:16:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases index.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/03/14 06:16:49 PST Modified files: en/releases index.sgml Log: Update URL for FreeBSD release usage statistic. Revision Changes Path 1.27 +4 -4 www/en/releases/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 7:24: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id 9011D14CE1; Sun, 14 Mar 1999 07:23:57 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id PAA44731; Sun, 14 Mar 1999 15:23:57 GMT (envelope-from dfr@nlsystems.com) Date: Sun, 14 Mar 1999 15:23:56 +0000 (GMT) From: Doug Rabson To: thyerm@camtech.com.au Cc: Garrett Wollman , Kazutaka YOKOTA , Gary Palmer , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/moused moused.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 On Sun, 14 Mar 1999, Matthew Thyer wrote: > You people must have old Alpha based systems. > > We have quite a lot with USB where I work (none that I will be allowed > to run FBSD on though). And they most certainly do have USB. There are > 2 USB ports standard on them..... These are 600au machines I think. > > (I know they are 600 MHz, I'm just not sure about the letters after > their name). > > These machines would be about 6 months old. I went out to PC-World yesterday and came back with a whole load of USB peripherals and an ohci card. I will be making sure this stuff works at least as well on alpha as i386 over the next few weeks. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 9:12:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BC4414E7E; Sun, 14 Mar 1999 09:12:48 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA04290; Sun, 14 Mar 1999 09:12:35 -0800 (PST) (envelope-from markm@FreeBSD.org) Message-Id: <199903141712.JAA04290@freefall.freebsd.org> From: Mark Murray Date: Sun, 14 Mar 1999 09:12:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk markm 1999/03/14 09:12:35 PST Modified files: . modules Log: tcp_wrappers --> src/contrib/tcp_wrappers Revision Changes Path 1.2823 +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 Mar 14 9:13:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 62DC61523D; Sun, 14 Mar 1999 09:13:32 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA04309; Sun, 14 Mar 1999 09:13:19 -0800 (PST) (envelope-from markm@FreeBSD.org) Message-Id: <199903141713.JAA04309@freefall.freebsd.org> From: Mark Murray Date: Sun, 14 Mar 1999 09:13:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tcp_wrappers - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk markm 1999/03/14 09:13:19 PST src/contrib/tcp_wrappers - Imported sources Update of /home/ncvs/src/contrib/tcp_wrappers In directory freefall.freebsd.org:/d/users/markm/import/tcp_wrappers_7.6 Log Message: Clean import of TCP-wrappers by Wietse Venema. Rest of build to follow. Status: Vendor Tag: WVENEMA Release Tags: v_7_6 N src/contrib/tcp_wrappers/README N src/contrib/tcp_wrappers/miscd.c N src/contrib/tcp_wrappers/tcpd.c N src/contrib/tcp_wrappers/fromhost.c N src/contrib/tcp_wrappers/hosts_access.c N src/contrib/tcp_wrappers/shell_cmd.c N src/contrib/tcp_wrappers/tcpd.h N src/contrib/tcp_wrappers/tcpdmatch.c N src/contrib/tcp_wrappers/Makefile N src/contrib/tcp_wrappers/hosts_access.5 N src/contrib/tcp_wrappers/strcasecmp.c N src/contrib/tcp_wrappers/BLURB N src/contrib/tcp_wrappers/rfc931.c N src/contrib/tcp_wrappers/tcpd.8 N src/contrib/tcp_wrappers/eval.c N src/contrib/tcp_wrappers/hosts_access.3 N src/contrib/tcp_wrappers/hosts_ctl.c N src/contrib/tcp_wrappers/percent_x.c N src/contrib/tcp_wrappers/options.c N src/contrib/tcp_wrappers/clean_exit.c N src/contrib/tcp_wrappers/environ.c N src/contrib/tcp_wrappers/patchlevel.h N src/contrib/tcp_wrappers/fix_options.c N src/contrib/tcp_wrappers/workarounds.c N src/contrib/tcp_wrappers/socket.c N src/contrib/tcp_wrappers/tli.c N src/contrib/tcp_wrappers/DISCLAIMER N src/contrib/tcp_wrappers/fakelog.c N src/contrib/tcp_wrappers/safe_finger.c N src/contrib/tcp_wrappers/hosts_options.5 N src/contrib/tcp_wrappers/CHANGES N src/contrib/tcp_wrappers/try-from.c N src/contrib/tcp_wrappers/update.c N src/contrib/tcp_wrappers/ptx.c N src/contrib/tcp_wrappers/vfprintf.c N src/contrib/tcp_wrappers/tli-sequent.c N src/contrib/tcp_wrappers/tli-sequent.h N src/contrib/tcp_wrappers/misc.c N src/contrib/tcp_wrappers/diag.c N src/contrib/tcp_wrappers/ncr.c N src/contrib/tcp_wrappers/tcpdchk.c N src/contrib/tcp_wrappers/percent_m.c N src/contrib/tcp_wrappers/myvsyslog.c N src/contrib/tcp_wrappers/mystdarg.h N src/contrib/tcp_wrappers/printf.ck N src/contrib/tcp_wrappers/README.IRIX N src/contrib/tcp_wrappers/Banners.Makefile N src/contrib/tcp_wrappers/refuse.c N src/contrib/tcp_wrappers/tcpdchk.8 I src/contrib/tcp_wrappers/CVS N src/contrib/tcp_wrappers/setenv.c N src/contrib/tcp_wrappers/inetcf.c N src/contrib/tcp_wrappers/inetcf.h N src/contrib/tcp_wrappers/scaffold.c N src/contrib/tcp_wrappers/scaffold.h N src/contrib/tcp_wrappers/tcpdmatch.8 N src/contrib/tcp_wrappers/README.NIS No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 9:19:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CCAB14DFB; Sun, 14 Mar 1999 09:19:35 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA04981; Sun, 14 Mar 1999 09:19:22 -0800 (PST) (envelope-from markm@FreeBSD.org) Message-Id: <199903141719.JAA04981@freefall.freebsd.org> From: Mark Murray Date: Sun, 14 Mar 1999 09:19:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk markm 1999/03/14 09:19:22 PST Modified files: . modules Log: Correct name for tcp_wrappers module Revision Changes Path 1.2824 +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 Mar 14 9:34:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F97A14E08; Sun, 14 Mar 1999 09:34:33 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA05952; Sun, 14 Mar 1999 09:34:10 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903141734.JAA05952@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 14 Mar 1999 09:34:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/lynx/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/14 09:34:09 PST Added files: www/lynx/patches patch-ab Log: Do not overwrite lynx.cfg when one already exists. PR: ports/10120 Submitted by: Sheldon Hearn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 9:47:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B69A814C3F; Sun, 14 Mar 1999 09:47:44 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA06590; Sun, 14 Mar 1999 09:47:31 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903141747.JAA06590@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 14 Mar 1999 09:47:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/xzx Makefile ports/emulators/xzx/files md5 ports/emulators/xzx/patches patch-ab patch-aa ports/emulators/xzx/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/14 09:47:31 PST Modified files: emulators/xzx Makefile emulators/xzx/files md5 emulators/xzx/patches patch-aa emulators/xzx/pkg PLIST Added files: emulators/xzx/patches patch-ab Log: 1. Upgrade to 2.8.0, associated changes. 2. Change MASTER_SITES to MASTER_SITE_SUNSITE PR: ports/10246 Submitted by: sheldonh (maintainer) Revision Changes Path 1.9 +6 -6 ports/emulators/xzx/Makefile 1.4 +1 -1 ports/emulators/xzx/files/md5 1.5 +1 -1 ports/emulators/xzx/patches/patch-aa 1.5 +3 -8 ports/emulators/xzx/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 Mar 14 9:56:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 958CC14C3F; Sun, 14 Mar 1999 09:56:24 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA07080; Sun, 14 Mar 1999 09:56:11 -0800 (PST) (envelope-from markm@FreeBSD.org) Message-Id: <199903141756.JAA07080@freefall.freebsd.org> From: Mark Murray Date: Sun, 14 Mar 1999 09:56:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib Makefile src/lib/libwrap Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk markm 1999/03/14 09:56:11 PST Modified files: lib Makefile Added files: lib/libwrap Makefile Log: Build libwrap - the core to tcp_wrappers. Revision Changes Path 1.88 +2 -2 src/lib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 10: 2:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B13E14BFF; Sun, 14 Mar 1999 10:02:28 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA07677; Sun, 14 Mar 1999 10:02:15 -0800 (PST) (envelope-from markm@FreeBSD.org) Message-Id: <199903141802.KAA07677@freefall.freebsd.org> From: Mark Murray Date: Sun, 14 Mar 1999 10:02:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin Makefile src/usr.sbin/tcpdchk Makefile src/usr.sbin/tcpdmatch Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk markm 1999/03/14 10:02:14 PST Modified files: usr.sbin Makefile Added files: usr.sbin/tcpdchk Makefile usr.sbin/tcpdmatch Makefile Log: Build tcp_wrappers' userland. I am not building tcpd, because in a day or two, inetd will gain the necessary functionality. At that stage, I'll make wrapping the default for sendmail and portmapper as well. Revision Changes Path 1.150 +3 -1 src/usr.sbin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 10:12:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 30EFA14C93; Sun, 14 Mar 1999 10:12:39 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA08501; Sun, 14 Mar 1999 10:12:26 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903141812.KAA08501@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 14 Mar 1999 10:12:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/xosview Makefile ports/sysutils/xosview/files md5 ports/sysutils/xosview/patches patch-ac patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/14 10:12:26 PST Modified files: sysutils/xosview Makefile sysutils/xosview/files md5 sysutils/xosview/patches patch-ac Removed files: sysutils/xosview/patches patch-ab Log: Original PR upgraded to 1.7.0, 1.7.1 was released, so I upgraded it one step further. patch-ac had to be modified because of some line differences in the configure script, but it is functionally the same. MAINTAINERship of this port changed, with the approval of both the former and new MAINTAINER. I also added MASTER_SITE_SUNSITE and removed the former maintainer's personal distsite. PR: ports/10260 Submitted by: sheldonh (new maintainer) Revision Changes Path 1.14 +6 -5 ports/sysutils/xosview/Makefile 1.7 +1 -1 ports/sysutils/xosview/files/md5 1.2 +4 -4 ports/sysutils/xosview/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 Mar 14 10:23:57 1999 Delivered-To: cvs-all@freebsd.org Received: from helios.dnttm.ru (dnttm-gw.rssi.ru [193.232.0.205]) by hub.freebsd.org (Postfix) with ESMTP id 1701914C93; Sun, 14 Mar 1999 10:21:43 -0800 (PST) (envelope-from dima@tejblum.dnttm.rssi.ru) Received: (from uucp@localhost) by helios.dnttm.ru (8.9.1/8.9.1/IP-3) with UUCP id VAA16823; Sun, 14 Mar 1999 21:12:55 +0300 Received: from tejblum.dnttm.rssi.ru (localhost [127.0.0.1]) by tejblum.dnttm.rssi.ru (8.9.3/8.9.1) with ESMTP id VAA16244; Sun, 14 Mar 1999 21:15:58 +0300 (MSK) (envelope-from dima@tejblum.dnttm.rssi.ru) Message-Id: <199903141815.VAA16244@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: John Polstra Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/csu/i386-elf Makefile crtbegin.c crtend.c In-reply-to: Your message of "Fri, 12 Mar 1999 09:33:31 PST." <199903121733.JAA65139@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain Date: Sun, 14 Mar 1999 21:15:57 +0300 From: Dmitrij Tejblum Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John Polstra wrote: > Modified files: > lib/csu/i386-elf Makefile crtbegin.c crtend.c > > Remove "-Wno-unused" from the Makefile. Replace it with "__unused" > on particular function and variable declarations. Ah! This is the thing that breaks world (namely, groff) with -O3. gcc eliminate the "unused" code completely, and you cannot fix it by -Wno-unused or by __unused. Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 10:26:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E69A714D5A; Sun, 14 Mar 1999 10:26:21 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA09636; Sun, 14 Mar 1999 10:26:09 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903141826.KAA09636@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 14 Mar 1999 10:26:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/beroftpd Makefile ports/net/beroftpd/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/14 10:26:08 PST Modified files: net/beroftpd Makefile net/beroftpd/files md5 Log: Upgrade to 1.3.4 PR: ports/10504 Submitted by: Michael Haro Revision Changes Path 1.5 +3 -3 ports/net/beroftpd/Makefile 1.4 +1 -1 ports/net/beroftpd/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 Mar 14 11: 5:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ABD0114FEA; Sun, 14 Mar 1999 11:05:29 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA11955; Sun, 14 Mar 1999 11:05:16 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903141905.LAA11955@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 14 Mar 1999 11:05:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc make.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/14 11:05:16 PST Modified files: etc make.conf Log: Bring in some MASTER_SITE_{AFTERSTEP,WINDOWMAKER} from bsd.port.mk Revision Changes Path 1.75 +3 -1 src/etc/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 Mar 14 11: 6:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 886C314CC7; Sun, 14 Mar 1999 11:06:52 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA12042; Sun, 14 Mar 1999 11:06:39 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903141906.LAA12042@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 14 Mar 1999 11:06:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc make.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/14 11:06:39 PST Modified files: (Branch: RELENG_3) etc make.conf Log: MFC: Sync MASTER_SITE_* from bsd.port.mk Revision Changes Path 1.73.2.2 +3 -1 src/etc/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 Mar 14 11:34:38 1999 Delivered-To: cvs-all@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 0D50B14C82; Sun, 14 Mar 1999 11:34:34 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.1/8.9.1) with ESMTP id LAA04497; Sun, 14 Mar 1999 11:34:16 -0800 (PST) (envelope-from jdp@polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.9.2/8.9.1) id LAA15771; Sun, 14 Mar 1999 11:34:15 -0800 (PST) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199903141815.VAA16244@tejblum.dnttm.rssi.ru> Date: Sun, 14 Mar 1999 11:34:15 -0800 (PST) Organization: Polstra & Co., Inc. From: John Polstra To: Dmitrij Tejblum Subject: Re: cvs commit: src/lib/csu/i386-elf Makefile crtbegin.c crtend. Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, John Polstra Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Dmitrij Tejblum wrote: > John Polstra wrote: >> Modified files: >> lib/csu/i386-elf Makefile crtbegin.c crtend.c >> >> Remove "-Wno-unused" from the Makefile. Replace it with "__unused" >> on particular function and variable declarations. > > Ah! This is the thing that breaks world (namely, groff) with -O3. gcc > eliminate the "unused" code completely, and you cannot fix it by > -Wno-unused or by __unused. Ouch! That's no good. Let me make sure I understand what you're saying. The change above didn't cause the breakage, it only helped you to figure out what was wrong. Is that correct? Could you please send me the make world output from where the build dies? I want to be sure about the details. Once I'm sure I understand it, I'll add some stuff to make sure that the compiler can't be quite so smart. John --- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-interest is the aphrodisiac of belief." -- James V. DeLong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 11:55:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE31C150C4; Sun, 14 Mar 1999 11:55:14 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA14842; Sun, 14 Mar 1999 11:55:01 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <199903141955.LAA14842@freefall.freebsd.org> From: Mike Smith Date: Sun, 14 Mar 1999 11:55:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common help.common Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/03/14 11:55:01 PST Modified files: sys/boot/common help.common Log: Fix syntax for boot command Noticed by: Ruslan Ermilov Revision Changes Path 1.11 +1 -1 src/sys/boot/common/help.common To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 11:56:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D2B314C3D; Sun, 14 Mar 1999 11:56:34 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA14900; Sun, 14 Mar 1999 11:56:21 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <199903141956.LAA14900@freefall.freebsd.org> From: Mike Smith Date: Sun, 14 Mar 1999 11:56:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common help.common Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/03/14 11:56:21 PST Modified files: (Branch: RELENG_3) sys/boot/common help.common Log: MFC: fix syntax description for boot command. Revision Changes Path 1.4.2.3 +1 -1 src/sys/boot/common/help.common To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 12:26:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9471D1501E; Sun, 14 Mar 1999 12:26:53 -0800 (PST) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA16354; Sun, 14 Mar 1999 12:26:40 -0800 (PST) (envelope-from des@FreeBSD.org) Message-Id: <199903142026.MAA16354@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 14 Mar 1999 12:26:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1999/03/14 12:26:40 PST Modified files: etc rc Log: Fix bogons in previous commit. Revision Changes Path 1.182 +2 -2 src/etc/rc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 12:31:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F2C96153DE; Sun, 14 Mar 1999 12:30:22 -0800 (PST) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA16471; Sun, 14 Mar 1999 12:30:09 -0800 (PST) (envelope-from des@FreeBSD.org) Message-Id: <199903142030.MAA16471@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 14 Mar 1999 12:30:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1999/03/14 12:30:09 PST Modified files: (Branch: RELENG_3) etc rc Log: MFC: Fix bogons in previous commit. Revision Changes Path 1.169.2.8 +2 -2 src/etc/rc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 12:40:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA316154BF; Sun, 14 Mar 1999 12:40:28 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA17147; Sun, 14 Mar 1999 12:40:15 -0800 (PST) (envelope-from julian@FreeBSD.org) Message-Id: <199903142040.MAA17147@freefall.freebsd.org> From: Julian Elischer Date: Sun, 14 Mar 1999 12:40:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile src/sys/vm vm_page.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/03/14 12:40:15 PST Modified files: sys/modules Makefile sys/vm vm_page.h Log: A bit of a hack, but allows the vn device to be a module again. Submitted by: Matt Dillon Revision Changes Path 1.53 +3 -3 src/sys/modules/Makefile 1.57 +15 -1 src/sys/vm/vm_page.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 12:41:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 51F9B1552B; Sun, 14 Mar 1999 12:41:27 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA17214; Sun, 14 Mar 1999 12:41:14 -0800 (PST) (envelope-from markm@FreeBSD.org) Message-Id: <199903142041.MAA17214@freefall.freebsd.org> From: Mark Murray Date: Sun, 14 Mar 1999 12:41:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc make.conf src/release Makefile src/share/mk bsd.obj.mk bsd.subdir.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk markm 1999/03/14 12:41:14 PST Modified files: etc make.conf release Makefile share/mk bsd.obj.mk bsd.subdir.mk Log: Bitrot. Remove objlink as it is not pleasant to be downwind. PR: 8071 Reviewed by: Sheldon Hearn Revision Changes Path 1.76 +1 -5 src/etc/make.conf 1.474 +1 -2 src/release/Makefile 1.27 +2 -30 src/share/mk/bsd.obj.mk 1.26 +3 -3 src/share/mk/bsd.subdir.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 12:43:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EABD155FB; Sun, 14 Mar 1999 12:43:22 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA17289; Sun, 14 Mar 1999 12:43:09 -0800 (PST) (envelope-from julian@FreeBSD.org) Message-Id: <199903142043.MAA17289@freefall.freebsd.org> From: Julian Elischer Date: Sun, 14 Mar 1999 12:43:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/03/14 12:43:09 PST Modified files: sys/modules Makefile Log: quick BDE premption Revision Changes Path 1.54 +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 Sun Mar 14 12:46: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E7101541A; Sun, 14 Mar 1999 12:45:19 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA17380; Sun, 14 Mar 1999 12:45:06 -0800 (PST) (envelope-from markm@FreeBSD.org) Message-Id: <199903142045.MAA17380@freefall.freebsd.org> From: Mark Murray Date: Sun, 14 Mar 1999 12:45:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.libnames.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk markm 1999/03/14 12:45:06 PST Modified files: share/mk bsd.libnames.mk Log: New names for the list; the DES crypt and libwrap for tcp_wrappers. Revision Changes Path 1.21 +3 -1 src/share/mk/bsd.libnames.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 13:51:11 1999 Delivered-To: cvs-all@freebsd.org Received: from helios.dnttm.ru (dnttm-gw.rssi.ru [193.232.0.205]) by hub.freebsd.org (Postfix) with ESMTP id EF8DC157CA; Sun, 14 Mar 1999 13:51:00 -0800 (PST) (envelope-from dima@tejblum.dnttm.rssi.ru) Received: (from uucp@localhost) by helios.dnttm.ru (8.9.1/8.9.1/IP-3) with UUCP id AAA19983; Mon, 15 Mar 1999 00:42:05 +0300 Received: from tejblum.dnttm.rssi.ru (localhost [127.0.0.1]) by tejblum.dnttm.rssi.ru (8.9.3/8.9.1) with ESMTP id AAA03550; Mon, 15 Mar 1999 00:45:45 +0300 (MSK) (envelope-from dima@tejblum.dnttm.rssi.ru) Message-Id: <199903142145.AAA03550@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: John Polstra Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, John Polstra Subject: Re: cvs commit: src/lib/csu/i386-elf Makefile crtbegin.c crtend. In-reply-to: Your message of "Sun, 14 Mar 1999 11:34:15 PST." Mime-Version: 1.0 Content-Type: text/plain Date: Mon, 15 Mar 1999 00:45:45 +0300 From: Dmitrij Tejblum Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John Polstra wrote: > Dmitrij Tejblum wrote: > > John Polstra wrote: > >> Modified files: > >> lib/csu/i386-elf Makefile crtbegin.c crtend.c > >> > >> Remove "-Wno-unused" from the Makefile. Replace it with "__unused" > >> on particular function and variable declarations. > > > > Ah! This is the thing that breaks world (namely, groff) with -O3. gcc > > eliminate the "unused" code completely, and you cannot fix it by > > -Wno-unused or by __unused. > > Ouch! That's no good. > > Let me make sure I understand what you're saying. The change above > didn't cause the breakage, it only helped you to figure out what was > wrong. Is that correct? Yes, exactly. > Could you please send me the make world output from where the > build dies? I want to be sure about the details. Once I'm sure I > understand it, I'll add some stuff to make sure that the compiler > can't be quite so smart. Well, I never did that personally, but it is really known failure. It usually looks like this: ===> share/doc/psd ===> share/doc/psd/title touch _stamp.extraobjs (cd /usr/src/share/doc/psd/title; groff -mtty-char -Tascii -ms -o1- /usr/src/share/doc/psd/title/Title) | gzip -cn > Title.ascii.gz groff: can't find `DESC' file groff:fatal error: invalid device `ascii' Example mail: Message-ID: <36B812EC.9D2279A5@tpgi.com.au> Date: Wed, 03 Feb 1999 20:12:12 +1100 From: Eddie Irvine (Then usually Mike Smith explain that everything other than -O is broken because gcc is buggy) Some people go further and run groff's configure script. The configure script tell that static constructors/destructors are not called. Examples: Message-ID: <19980918190509.A2708@radio-do.de> Date: Fri, 18 Sep 1998 19:05:09 +0200 From: Frank Nobis Message-ID: Date: Wed, 14 Oct 1998 21:23:48 -0400 (EDT) From: Luke I attach one of them to the end of my message. Dima ----------------------------------------------------------------- From owner-freebsd-current@FreeBSD.ORG Sat Sep 19 01:47:33 1998 Message-ID: <19980918190509.A2708@radio-do.de> Date: Fri, 18 Sep 1998 19:05:09 +0200 From: Frank Nobis To: freebsd-current@FreeBSD.ORG Subject: Bug in elf c++ Content-Type: text/plain; charset=us-ascii Taken from the configure script of groff, I found a bug in the elf version of c++. Here is the example: #ifdef __cplusplus extern "C" void exit(int); #endif extern "C" { void _exit(int); } int i; struct A { char dummy; A() { i = 1; } ~A() { if (i == 1) _exit(0); } }; volatile A a; int main() { return 1; } Compile it with 'c++ -aout' and the exit value is 0. Compile it just with 'c++' and the exit value is 1! This leads to a bug in the groff package. Since the constructors for some global class instances are not called, the default value for font_path is not set and therefore groff fails to format any man page. Regards Frank -- Frank Nobis Email: PGP AVAILABLE Landgrafenstr. 130 dg3dcn http://www.radio-do.de/~fn/ 44139 Dortmund Powered by FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" 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 Sun Mar 14 13:56:41 1999 Delivered-To: cvs-all@freebsd.org Received: from picalon.gun.de (picalon.gun.de [192.109.159.1]) by hub.freebsd.org (Postfix) with ESMTP id 88E8015329; Sun, 14 Mar 1999 13:56:37 -0800 (PST) (envelope-from andreas@klemm.gtn.com) Received: from klemm.gtn.com (pppak04.gtn.com [194.231.123.169]) by picalon.gun.de (8.8.6/8.8.6) with ESMTP id WAA00162; Sun, 14 Mar 1999 22:56:16 +0100 (MET) Received: (from andreas@localhost) by klemm.gtn.com (8.9.2/8.9.2) id WAA17349; Sun, 14 Mar 1999 22:32:38 +0100 (CET) (envelope-from andreas) Date: Sun, 14 Mar 1999 22:32:38 +0100 From: Andreas Klemm To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin Makefile src/usr.sbin/tcpdchk Makefile src/usr.sbin/tcpdmatch Makefile Message-ID: <19990314223237.A17335@titan.klemm.gtn.com> References: <199903141802.KAA07677@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199903141802.KAA07677@freefall.freebsd.org>; from Mark Murray on Sun, Mar 14, 1999 at 10:02:14AM -0800 X-Operating-System: FreeBSD 3.1-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, Mar 14, 1999 at 10:02:14AM -0800, Mark Murray wrote: > markm 1999/03/14 10:02:14 PST > > Modified files: > usr.sbin Makefile > Added files: > usr.sbin/tcpdchk Makefile > usr.sbin/tcpdmatch Makefile > Log: > Build tcp_wrappers' userland. I am not building tcpd, because in a day > or two, inetd will gain the necessary functionality. At that stage, > I'll make wrapping the default for sendmail and portmapper as well. Ok, thanks ! -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 13:58:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 841C61589A; Sun, 14 Mar 1999 13:58:08 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA01320; Sun, 14 Mar 1999 13:57:50 -0800 (PST) (envelope-from dcs@FreeBSD.org) Message-Id: <199903142157.NAA01320@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Sun, 14 Mar 1999 13:57:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/forth loader.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/03/14 13:57:50 PST Modified files: sys/boot/forth loader.conf Log: Replace /kernel.config with /boot/kernel.conf. Revision Changes Path 1.2 +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 Mar 14 14: 3:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9775E15590; Sun, 14 Mar 1999 14:03:31 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA01729; Sun, 14 Mar 1999 14:03:13 -0800 (PST) (envelope-from dcs@FreeBSD.org) Message-Id: <199903142203.OAA01729@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Sun, 14 Mar 1999 14:03:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common interp_forth.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/03/14 14:03:13 PST Modified files: (Branch: RELENG_3) sys/boot/common interp_forth.c Log: MFC. r1.13, increase FICL dictionary size. Revision Changes Path 1.9.2.2 +2 -2 src/sys/boot/common/interp_forth.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 15:19: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 95D8C14EC8; Sun, 14 Mar 1999 15:18:57 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.1/8.9.1) with ESMTP id PAA05363; Sun, 14 Mar 1999 15:18:38 -0800 (PST) (envelope-from jdp@polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.9.2/8.9.1) id PAA16048; Sun, 14 Mar 1999 15:18:37 -0800 (PST) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199903142145.AAA03550@tejblum.dnttm.rssi.ru> Date: Sun, 14 Mar 1999 15:18:37 -0800 (PST) Organization: Polstra & Co., Inc. From: John Polstra To: Dmitrij Tejblum Subject: Re: cvs commit: src/lib/csu/i386-elf Makefile crtbegin.c crtend. Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Thanks for the additional information. I'll commit a fix. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 16: 2:43 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 4C6D814CC2; Sun, 14 Mar 1999 16:02:39 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id RAA06952; Sun, 14 Mar 1999 17:02:21 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id RAA27307; Sun, 14 Mar 1999 17:02:08 -0700 Date: Sun, 14 Mar 1999 17:02:08 -0700 Message-Id: <199903150002.RAA27307@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Bill Fumerola Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc make.conf In-Reply-To: <199903141905.LAA11955@freefall.freebsd.org> References: <199903141905.LAA11955@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > billf 1999/03/14 11:05:16 PST > > Modified files: > etc make.conf > Log: > Bring in some MASTER_SITE_{AFTERSTEP,WINDOWMAKER} from bsd.port.mk Why is the ports system defines brought into /etc/make.conf, which is for the OS? Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 16:14:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 35AF815310; Sun, 14 Mar 1999 16:14:36 -0800 (PST) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA07379; Sun, 14 Mar 1999 16:14:18 -0800 (PST) (envelope-from alex@FreeBSD.org) Message-Id: <199903150014.QAA07379@freefall.freebsd.org> From: Alex Nash Date: Sun, 14 Mar 1999 16:14:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ip.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alex 1999/03/14 16:14:17 PST Modified files: share/man/man4 ip.4 Log: EACESS -> EACCES Submitted by: garath@code.ridgefield.org via OpenBSD Revision Changes Path 1.10 +2 -2 src/share/man/man4/ip.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 16:15:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF7B615426; Sun, 14 Mar 1999 16:15:15 -0800 (PST) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA07471; Sun, 14 Mar 1999 16:14:57 -0800 (PST) (envelope-from alex@FreeBSD.org) Message-Id: <199903150014.QAA07471@freefall.freebsd.org> From: Alex Nash Date: Sun, 14 Mar 1999 16:14:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen msgget.3 src/lib/libc/i386/sys i386_get_ldt.2 src/lib/libc/sys minherit.2 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alex 1999/03/14 16:14:57 PST Modified files: lib/libc/gen msgget.3 lib/libc/i386/sys i386_get_ldt.2 lib/libc/sys minherit.2 Log: EACESS -> EACCES Revision Changes Path 1.4 +1 -1 src/lib/libc/gen/msgget.3 1.5 +2 -2 src/lib/libc/i386/sys/i386_get_ldt.2 1.6 +2 -2 src/lib/libc/sys/minherit.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 16:20:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 00FD2150AC; Sun, 14 Mar 1999 16:20:02 -0800 (PST) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA07654; Sun, 14 Mar 1999 16:19:44 -0800 (PST) (envelope-from yokota@FreeBSD.org) Message-Id: <199903150019.QAA07654@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Sun, 14 Mar 1999 16:19:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa vga_isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/03/14 16:19:44 PST Modified files: sys/i386/isa vga_isa.c Log: This is a temporary workaround for kernel panic occurring when switching video modes. People typically see the panic when the screen saver has been running and is being stopped. WARNING: this is not a real fix. Something really funny must be happening in the page table entries for the physical memory 0x0-0xa0000, which is mapped to the beginning of the kernel region. Revision Changes Path 1.5 +3 -1 src/sys/i386/isa/vga_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 16:21:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8425B15120; Sun, 14 Mar 1999 16:21:16 -0800 (PST) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA07789; Sun, 14 Mar 1999 16:20:58 -0800 (PST) (envelope-from yokota@FreeBSD.org) Message-Id: <199903150020.QAA07789@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Sun, 14 Mar 1999 16:20:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa vga_isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/03/14 16:20:57 PST Modified files: (Branch: RELENG_3) sys/i386/isa vga_isa.c Log: This is a temporary workaround for kernel panic occurring when switching video modes. People typically see the panic when the screen saver has been running and is being stopped. WARNING: this is not a real fix. Something really funny must be happening in the page table entries for the physical memory 0x0-0xa0000, which is mapped to the beginning of the kernel region. Revision Changes Path 1.1.2.2 +3 -1 src/sys/i386/isa/vga_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 17:12:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 339DF14FFE; Sun, 14 Mar 1999 17:12:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA11763; Sun, 14 Mar 1999 17:12:26 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150112.RAA11763@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:12:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xpilot Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:12:25 PST Modified files: games/xpilot Makefile Log: Add new maintainer, Sheldon Hearn . Revision Changes Path 1.14 +2 -2 ports/games/xpilot/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 17:13: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF23F15512; Sun, 14 Mar 1999 17:13:07 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA11814; Sun, 14 Mar 1999 17:12:49 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903150112.RAA11814@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 14 Mar 1999 17:12:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/14 17:12:49 PST Modified files: . modules Log: flwm --> ports/x11-wm/flwm Revision Changes Path 1.2825 +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 Mar 14 17:13:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2227115577; Sun, 14 Mar 1999 17:13:36 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA11919; Sun, 14 Mar 1999 17:13:17 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150113.RAA11919@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:13:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/yodl/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:13:17 PST Modified files: textproc/yodl/pkg PLIST Log: Cleanup pkg/PLIST. Revision Changes Path 1.3 +10 -1 ports/textproc/yodl/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 Mar 14 17:15:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D7245155BF; Sun, 14 Mar 1999 17:14:29 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA12063; Sun, 14 Mar 1999 17:14:11 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150114.RAA12063@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:14:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ripetools Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:14:11 PST Modified files: net/ripetools Makefile Log: Set 'version required:' comment to 2.4. Revision Changes Path 1.5 +2 -2 ports/net/ripetools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 17:16: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 341B0155CD; Sun, 14 Mar 1999 17:14:55 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA12096; Sun, 14 Mar 1999 17:14:37 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903150114.RAA12096@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 14 Mar 1999 17:14:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/flwm - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/14 17:14:36 PST ports/x11-wm/flwm - Imported sources Update of /home/ncvs/ports/x11-wm/flwm In directory freefall.freebsd.org:/x/tmp/cvs-serv11942 Log Message: Flwm is a very small and fast X window manager. It's main features are the lack of icons and the "sideways" title-bars. http://www.cinenet.net/users/spitzak/flwm/ PR: ports/10067 Submitted By: Dima Sivachenko Status: Vendor Tag: DIMA Release Tags: r0_19 N ports/x11-wm/flwm/Makefile N ports/x11-wm/flwm/files/md5 N ports/x11-wm/flwm/pkg/PLIST N ports/x11-wm/flwm/pkg/COMMENT N ports/x11-wm/flwm/pkg/DESCR No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 17:16:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 18D9B156AC; Sun, 14 Mar 1999 17:16:24 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA12259; Sun, 14 Mar 1999 17:16:06 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150116.RAA12259@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:16:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/wmmail Makefile ports/mail/wmmail/files md5 ports/mail/wmmail/patches patch-aa ports/mail/wmmail/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:16:05 PST Modified files: mail/wmmail Makefile mail/wmmail/files md5 mail/wmmail/pkg DESCR PLIST Added files: mail/wmmail/patches patch-aa Log: Update to version 0.62. PR: 9831 Submitted by: maintainer Revision Changes Path 1.8 +22 -7 ports/mail/wmmail/Makefile 1.2 +1 -1 ports/mail/wmmail/files/md5 1.2 +14 -6 ports/mail/wmmail/pkg/DESCR 1.3 +1 -1 ports/mail/wmmail/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 Mar 14 17:16:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A1F1156A7; Sun, 14 Mar 1999 17:16:27 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA12286; Sun, 14 Mar 1999 17:16:09 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903150116.RAA12286@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 14 Mar 1999 17:16:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/14 17:16:08 PST Modified files: x11-wm Makefile Log: Activate flwm, The Fast Light Window Manager Revision Changes Path 1.11 +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 Sun Mar 14 17:19:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B49E415846; Sun, 14 Mar 1999 17:19:08 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA12616; Sun, 14 Mar 1999 17:18:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150118.RAA12616@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:18:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/ssh2 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:18:49 PST Modified files: security/ssh2 Makefile Log: Re-order definition of a couple of variables so the ssh1 dependency is picked up correctly. PR: 10577 Submitted by: maintainer Revision Changes Path 1.79 +11 -10 ports/security/ssh2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 17:20:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B5313158FD; Sun, 14 Mar 1999 17:20:41 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA12916; Sun, 14 Mar 1999 17:20:23 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150120.RAA12916@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:20:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/asfiles Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:20:23 PST Modified files: x11-fm/asfiles Makefile Log: New master sites. PR: 10487 Submitted by: maintainer Revision Changes Path 1.9 +3 -2 ports/x11-fm/asfiles/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 17:22:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E9C83159EE; Sun, 14 Mar 1999 17:22:19 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA13265; Sun, 14 Mar 1999 17:22:01 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Message-Id: <199903150122.RAA13265@freefall.freebsd.org> From: Bill Paul Date: Sun, 14 Mar 1999 17:22:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_vlan.c if_vlan_var.h src/sbin/ifconfig ifvlan.c Makefile ifconfig.8 ifconfig.c ifconfig.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/03/14 17:22:01 PST Modified files: sys/net if_vlan.c if_vlan_var.h sbin/ifconfig Makefile ifconfig.8 ifconfig.c ifconfig.h Added files: sbin/ifconfig ifvlan.c Log: Grrr... botched remote commit. Let's try this again: vlan updates, take two. Revision Changes Path 1.6 +2 -1 src/sys/net/if_vlan.c 1.2 +9 -1 src/sys/net/if_vlan_var.h 1.11 +6 -2 src/sbin/ifconfig/Makefile 1.19 +44 -1 src/sbin/ifconfig/ifconfig.8 1.39 +34 -7 src/sbin/ifconfig/ifconfig.c 1.4 +6 -1 src/sbin/ifconfig/ifconfig.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 17:23:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 34B6B15A4C; Sun, 14 Mar 1999 17:23:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA13359; Sun, 14 Mar 1999 17:23:02 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150123.RAA13359@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:23:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/cim Makefile ports/lang/cim/files md5 ports/lang/cim/patches patch-ab patch-aa ports/lang/cim/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:23:02 PST Modified files: lang/cim Makefile lang/cim/files md5 lang/cim/patches patch-aa lang/cim/pkg PLIST Added files: lang/cim/patches patch-ab Log: Update to version 3.29. PR: 10409 Submitted by: Pedro F. Giffuni Revision Changes Path 1.8 +2 -5 ports/lang/cim/Makefile 1.4 +1 -1 ports/lang/cim/files/md5 1.3 +13 -7 ports/lang/cim/patches/patch-aa 1.6 +5 -4 ports/lang/cim/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 Mar 14 17:25:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 571AD15A7E; Sun, 14 Mar 1999 17:25:30 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA13617; Sun, 14 Mar 1999 17:25:12 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150125.RAA13617@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:25:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/rxvt Makefile ports/chinese/rxvt/files md5 ports/chinese/rxvt/patches patch-aa patch-ab patch-ac patch-ad patch-ae Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:25:11 PST Modified files: chinese/rxvt Makefile chinese/rxvt/files md5 chinese/rxvt/patches patch-aa patch-ab Removed files: chinese/rxvt/patches patch-ac patch-ad patch-ae Log: Update to version 2.6PRE2. PR: 10394 Submitted by: maintainer Revision Changes Path 1.10 +6 -6 ports/chinese/rxvt/Makefile 1.5 +1 -1 ports/chinese/rxvt/files/md5 1.6 +22 -13 ports/chinese/rxvt/patches/patch-aa 1.4 +171 -69 ports/chinese/rxvt/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 Mar 14 17:27:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 10E7415A24; Sun, 14 Mar 1999 17:27:46 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA13960; Sun, 14 Mar 1999 17:27:27 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150127.RAA13960@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:27:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/freewais-sf Makefile ports/net/freewais-sf/files configure.ans md5 ports/net/freewais-sf/patches patch-aa patch-ab ports/net/freewais-sf/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:27:27 PST Modified files: net/freewais-sf Makefile net/freewais-sf/files configure.ans md5 net/freewais-sf/patches patch-aa net/freewais-sf/pkg PLIST Removed files: net/freewais-sf/patches patch-ab Log: Update to version 2.2.11. PR: 10374 Submitted by: Pedro F. Giffuni Revision Changes Path 1.8 +16 -11 ports/net/freewais-sf/Makefile 1.2 +37 -1 ports/net/freewais-sf/files/configure.ans 1.2 +1 -1 ports/net/freewais-sf/files/md5 1.2 +19 -18 ports/net/freewais-sf/patches/patch-aa 1.3 +10 -8 ports/net/freewais-sf/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 17:29:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B1B42154C6; Sun, 14 Mar 1999 17:29:36 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA14156; Sun, 14 Mar 1999 17:29:18 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903150129.RAA14156@freefall.freebsd.org> From: Jacques Vidrine Date: Sun, 14 Mar 1999 17:29:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/tkrat Makefile ports/mail/tkrat/files md5 ports/mail/tkrat/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/14 17:29:18 PST Modified files: mail/tkrat Makefile mail/tkrat/files md5 mail/tkrat/pkg PLIST Log: Update 1.1 -> 1.2. Submitted by: Stephen J. Roznowski PR: ports/10238 Revision Changes Path 1.15 +2 -2 ports/mail/tkrat/Makefile 1.3 +1 -1 ports/mail/tkrat/files/md5 1.3 +4 -0 ports/mail/tkrat/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 Mar 14 17:29:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F39515BE8; Sun, 14 Mar 1999 17:29:49 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA14222; Sun, 14 Mar 1999 17:29:31 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150129.RAA14222@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:29:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ircd-hybrid-5 Makefile ports/net/ircd-hybrid-5/files md5 ports/net/ircd-hybrid-5/patches patch-ae ports/net/ircd-hybrid-5/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:29:31 PST Modified files: net/ircd-hybrid-5 Makefile net/ircd-hybrid-5/files md5 net/ircd-hybrid-5/pkg PLIST Added files: net/ircd-hybrid-5/patches patch-ae Log: Update to version 5.3p6. PR: 10359 Submitted by: maintainer Revision Changes Path 1.10 +4 -4 ports/net/ircd-hybrid-5/Makefile 1.6 +1 -1 ports/net/ircd-hybrid-5/files/md5 1.6 +1 -1 ports/net/ircd-hybrid-5/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 Mar 14 17:32:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 292C915899; Sun, 14 Mar 1999 17:32:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA14552; Sun, 14 Mar 1999 17:32:33 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150132.RAA14552@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:32:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/maildrop Makefile ports/mail/maildrop/files md5 ports/mail/maildrop/pkg PLIST.docs PLIST.gdbm DESCR PLIST PLIST.nodocs Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:32:32 PST Modified files: mail/maildrop Makefile mail/maildrop/files md5 mail/maildrop/pkg DESCR PLIST Added files: mail/maildrop/pkg PLIST.docs PLIST.gdbm Removed files: mail/maildrop/pkg PLIST.nodocs Log: Update to version 0.62. PR: 10305 Submitted by: maintainer Revision Changes Path 1.2 +32 -18 ports/mail/maildrop/Makefile 1.2 +1 -1 ports/mail/maildrop/files/md5 1.2 +1 -1 ports/mail/maildrop/pkg/DESCR 1.2 +1 -7 ports/mail/maildrop/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 Mar 14 17:35:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A035B15472; Sun, 14 Mar 1999 17:35:24 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA14816; Sun, 14 Mar 1999 17:35:06 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150135.RAA14816@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:35:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/qstat Makefile ports/games/qstat/files md5 ports/games/qstat/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:35:06 PST Modified files: games/qstat Makefile games/qstat/files md5 games/qstat/pkg COMMENT DESCR PLIST Log: Update to version 2.2b. PR: 10292 Submitted by: Gianmarco Giovannelli Reviewed by: maintainer Revision Changes Path 1.2 +12 -4 ports/games/qstat/Makefile 1.2 +1 -1 ports/games/qstat/files/md5 1.2 +1 -1 ports/games/qstat/pkg/COMMENT 1.2 +15 -1 ports/games/qstat/pkg/DESCR 1.2 +3 -0 ports/games/qstat/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 Mar 14 17:37:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 021D915D12; Sun, 14 Mar 1999 17:37:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA15021; Sun, 14 Mar 1999 17:37:10 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150137.RAA15021@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:37:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/xfsm Makefile ports/sysutils/xfsm/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:37:10 PST Modified files: sysutils/xfsm Makefile sysutils/xfsm/files md5 Log: Update to version 1.99. PR: 10289 Submitted by: Michael Haro Revision Changes Path 1.6 +2 -2 ports/sysutils/xfsm/Makefile 1.4 +1 -1 ports/sysutils/xfsm/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 Mar 14 17:39: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 39902150CE; Sun, 14 Mar 1999 17:38:58 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA15121; Sun, 14 Mar 1999 17:38:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150138.RAA15121@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:38:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/imap-uw Makefile ports/mail/imap-uw/files md5 ports/mail/imap-uw/patches patch-ab patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:38:40 PST Modified files: mail/imap-uw Makefile mail/imap-uw/files md5 mail/imap-uw/patches patch-ab patch-ac Log: Update to version 4.5. PR: 10288 Submitted by: maintainer Revision Changes Path 1.27 +6 -6 ports/mail/imap-uw/Makefile 1.19 +2 -2 ports/mail/imap-uw/files/md5 1.17 +11 -11 ports/mail/imap-uw/patches/patch-ab 1.5 +8 -7 ports/mail/imap-uw/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 Mar 14 17:41:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B58315118; Sun, 14 Mar 1999 17:41:38 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA15325; Sun, 14 Mar 1999 17:41:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150141.RAA15325@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:41:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/pine4 Makefile ports/mail/pine4/files md5 ports/mail/pine4/patches patch-aa patch-ab patch-ac patch-af patch-ai patch-ak patch-al patch-am patch-ar patch-as patch-at patch-au patch-av Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:41:20 PST Modified files: mail/pine4 Makefile mail/pine4/files md5 mail/pine4/patches patch-ac patch-af patch-ai patch-ak patch-al patch-am patch-ar patch-as patch-at patch-au patch-av Added files: mail/pine4/patches patch-aa patch-ab Log: Update to version 4.10. PR: 10286 Submitted by: maintainer Revision Changes Path 1.30 +4 -8 ports/mail/pine4/Makefile 1.11 +2 -2 ports/mail/pine4/files/md5 1.10 +7 -7 ports/mail/pine4/patches/patch-ac 1.9 +6 -6 ports/mail/pine4/patches/patch-af 1.10 +8 -8 ports/mail/pine4/patches/patch-ai 1.5 +6 -6 ports/mail/pine4/patches/patch-ak 1.6 +8 -8 ports/mail/pine4/patches/patch-al 1.5 +4 -4 ports/mail/pine4/patches/patch-am 1.4 +4 -4 ports/mail/pine4/patches/patch-ar 1.5 +13 -25 ports/mail/pine4/patches/patch-as 1.4 +12 -12 ports/mail/pine4/patches/patch-at 1.3 +4 -4 ports/mail/pine4/patches/patch-au 1.2 +2 -2 ports/mail/pine4/patches/patch-av To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 17:44:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C8681551E; Sun, 14 Mar 1999 17:44:10 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA15571; Sun, 14 Mar 1999 17:43:52 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150143.RAA15571@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:43:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/chimera Makefile ports/japanese/chimera/files md5 ports/japanese/chimera/patches patch-aa patch-ab patch-ac patch-ad ports/japanese/chimera/pkg COMMENT DESCR PLIST ports/japanese/chimera/scripts configure Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:43:52 PST Modified files: japanese/chimera Makefile japanese/chimera/files md5 japanese/chimera/patches patch-aa patch-ab patch-ac japanese/chimera/pkg COMMENT DESCR PLIST Removed files: japanese/chimera/patches patch-ad japanese/chimera/scripts configure Log: Update to version 1.70p1. PR: 10251 Submitted by: Takeshi WATANABE Revision Changes Path 1.11 +14 -10 ports/japanese/chimera/Makefile 1.2 +3 -2 ports/japanese/chimera/files/md5 1.3 +39 -13 ports/japanese/chimera/patches/patch-aa 1.2 +34 -7 ports/japanese/chimera/patches/patch-ab 1.2 +214 -9 ports/japanese/chimera/patches/patch-ac 1.3 +1 -1 ports/japanese/chimera/pkg/COMMENT 1.2 +1 -7 ports/japanese/chimera/pkg/DESCR 1.4 +14 -12 ports/japanese/chimera/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 Mar 14 17:46: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A365315679; Sun, 14 Mar 1999 17:46:02 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA15918; Sun, 14 Mar 1999 17:45:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150145.RAA15918@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:45:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/pine4 Makefile ports/chinese/pine4/files md5 ports/chinese/pine4/patches patch-aj patch-ao patch-au patch-av patch-aw patch-ax patch-ay patch-ba patch-bc patch-bd patch-bf patch-bg patch-bi patch-bj patch-bk ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:45:44 PST Modified files: chinese/pine4 Makefile chinese/pine4/files md5 chinese/pine4/patches patch-aj patch-ao patch-au patch-av patch-aw patch-ax patch-ay patch-ba patch-bc patch-bd patch-bf patch-bg patch-bi patch-bj patch-bk chinese/pine4/pkg DESCR Log: Update to version 4.10. PR: 10245 Submitted by: maintainer Revision Changes Path 1.10 +4 -4 ports/chinese/pine4/Makefile 1.7 +1 -1 ports/chinese/pine4/files/md5 1.6 +54 -37 ports/chinese/pine4/patches/patch-aj 1.7 +37 -32 ports/chinese/pine4/patches/patch-ao 1.7 +7 -7 ports/chinese/pine4/patches/patch-au 1.5 +337 -235 ports/chinese/pine4/patches/patch-av 1.6 +90 -87 ports/chinese/pine4/patches/patch-aw 1.6 +463 -530 ports/chinese/pine4/patches/patch-ax 1.5 +80 -16 ports/chinese/pine4/patches/patch-ay 1.6 +113 -81 ports/chinese/pine4/patches/patch-ba 1.7 +65 -47 ports/chinese/pine4/patches/patch-bc 1.7 +120 -100 ports/chinese/pine4/patches/patch-bd 1.5 +582 -234 ports/chinese/pine4/patches/patch-bf 1.5 +28 -24 ports/chinese/pine4/patches/patch-bg 1.5 +53 -26 ports/chinese/pine4/patches/patch-bi 1.5 +28 -28 ports/chinese/pine4/patches/patch-bj 1.5 +231 -172 ports/chinese/pine4/patches/patch-bk 1.5 +4 -4 ports/chinese/pine4/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 Mar 14 17:48:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D322F1549A; Sun, 14 Mar 1999 17:48:44 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA16137; Sun, 14 Mar 1999 17:48:26 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150148.RAA16137@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:48:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/pgaccess Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:48:26 PST Modified files: databases/pgaccess Makefile Log: Add RUN_DEPENDS on wish8.0. PR: 10237 Submitted by: Sheldon Hearn Revision Changes Path 1.15 +3 -2 ports/databases/pgaccess/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 17:50:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 46C2B1542F; Sun, 14 Mar 1999 17:50:36 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA16428; Sun, 14 Mar 1999 17:50:18 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150150.RAA16428@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:50:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/pavuk Makefile ports/net/pavuk/files md5 ports/net/pavuk/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:50:18 PST Modified files: net/pavuk Makefile net/pavuk/files md5 net/pavuk/pkg DESCR Log: Update to version 0.9pl5. PR: 10222 Submitted by: Michael Haro Revision Changes Path 1.3 +3 -3 ports/net/pavuk/Makefile 1.2 +1 -1 ports/net/pavuk/files/md5 1.2 +3 -3 ports/net/pavuk/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 Mar 14 17:52:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D20C1554A; Sun, 14 Mar 1999 17:52:20 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA16577; Sun, 14 Mar 1999 17:52:02 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150152.RAA16577@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:52:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/pente Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:52:02 PST Modified files: games/pente Makefile Log: Mark broken because distfile is no longer available. PR: 10221 Submitted by: Michael Haro Revision Changes Path 1.4 +3 -1 ports/games/pente/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 17:54:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4496215021; Sun, 14 Mar 1999 17:54:08 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA16858; Sun, 14 Mar 1999 17:53:50 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150153.RAA16858@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:53:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/freefem Makefile ports/math/freefem/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:53:50 PST Modified files: math/freefem Makefile math/freefem/files md5 Log: The distfile is zip'd instead of a gzip'd tarball. PR: 10219 Submitted by: Michael Haro Revision Changes Path 1.7 +8 -1 ports/math/freefem/Makefile 1.3 +1 -1 ports/math/freefem/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 Mar 14 17:56:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CF8E1578C; Sun, 14 Mar 1999 17:55:33 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA17042; Sun, 14 Mar 1999 17:55:15 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150155.RAA17042@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:55:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/lftp Makefile ports/net/lftp/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:55:15 PST Modified files: net/lftp Makefile net/lftp/files md5 Log: Update to version 1.2.4. PR: 10217 Submitted by: Michael Haro Revision Changes Path 1.14 +3 -3 ports/net/lftp/Makefile 1.10 +1 -1 ports/net/lftp/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 Mar 14 17:57:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 160B214DDF; Sun, 14 Mar 1999 17:57:32 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA17338; Sun, 14 Mar 1999 17:57:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150157.RAA17338@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:57:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/mastergear Makefile ports/emulators/mastergear/files md5 ports/emulators/mastergear/patches patch-aa ports/emulators/mastergear/pkg PLIST ports/emulators/mastergear/scripts configure Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:57:13 PST Modified files: emulators/mastergear Makefile emulators/mastergear/files md5 emulators/mastergear/pkg PLIST Removed files: emulators/mastergear/patches patch-aa emulators/mastergear/scripts configure Log: Update to version 1.2. PR: 10213 Submitted by: Michael Haro Revision Changes Path 1.8 +9 -5 ports/emulators/mastergear/Makefile 1.3 +1 -1 ports/emulators/mastergear/files/md5 1.2 +1 -1 ports/emulators/mastergear/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 Mar 14 17:59: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DCADC15507; Sun, 14 Mar 1999 17:58:57 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA17486; Sun, 14 Mar 1999 17:58:39 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150158.RAA17486@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 17:58:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/kwatch Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 17:58:39 PST Modified files: misc/kwatch Makefile Log: New location on MASTER_SITE. PR: 10212 Submitted by: Michael Haro Revision Changes Path 1.10 +2 -2 ports/misc/kwatch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 18: 0:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 62588155A3; Sun, 14 Mar 1999 18:00:23 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA17691; Sun, 14 Mar 1999 18:00:05 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150200.SAA17691@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 18:00:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-MIME-Tools Makefile ports/mail/p5-MIME-Tools/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 18:00:05 PST Modified files: mail/p5-MIME-Tools Makefile mail/p5-MIME-Tools/files md5 Log: Update to version 4.122. PR: 10207 Submitted by: Tom Hukins Revision Changes Path 1.6 +7 -7 ports/mail/p5-MIME-Tools/Makefile 1.4 +1 -1 ports/mail/p5-MIME-Tools/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 Mar 14 18: 1:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 16FD3154FC; Sun, 14 Mar 1999 18:01:46 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA17968; Sun, 14 Mar 1999 18:01:28 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150201.SAA17968@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 18:01:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/analog Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 18:01:27 PST Modified files: www/analog Makefile Log: Update MASTER_SITES. PR: 10206 Submitted by: Michael Haro Revision Changes Path 1.15 +6 -4 ports/www/analog/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 18: 3:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CCB6F15576; Sun, 14 Mar 1999 18:03:56 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA18174; Sun, 14 Mar 1999 18:03:38 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150203.SAA18174@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 18:03:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/cnet Makefile ports/net/cnet/files md5 ports/net/cnet/patches patch-ad patch-aa patch-ab patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 18:03:38 PST Modified files: net/cnet Makefile net/cnet/files md5 net/cnet/patches patch-aa patch-ab Added files: net/cnet/patches patch-ad Removed files: net/cnet/patches patch-ac Log: Update to version 1.4p4. PR: 10205 Submitted by: Michael Haro Revision Changes Path 1.7 +5 -3 ports/net/cnet/Makefile 1.2 +1 -1 ports/net/cnet/files/md5 1.3 +0 -32 ports/net/cnet/patches/patch-aa 1.2 +0 -9 ports/net/cnet/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 Mar 14 18: 4:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7936A15044; Sun, 14 Mar 1999 18:04:37 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA18410; Sun, 14 Mar 1999 18:04:19 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903150204.SAA18410@freefall.freebsd.org> From: Jacques Vidrine Date: Sun, 14 Mar 1999 18:04:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomelibs Makefile ports/x11/gnomelibs/files md5 ports/x11/gnomelibs/patches patch-ba patch-bb patch-bc patch-bd patch-be patch-bf patch-bg patch-bh patch-bi patch-ae patch-ab ports/x11/gnomelibs/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/14 18:04:19 PST Modified files: x11/gnomelibs Makefile x11/gnomelibs/files md5 x11/gnomelibs/patches patch-ae x11/gnomelibs/pkg PLIST Added files: x11/gnomelibs/patches patch-ba patch-bb patch-bc patch-bd patch-be patch-bf patch-bg patch-bh patch-bi Removed files: x11/gnomelibs/patches patch-ab Log: * Update 1.0.1 -> 1.0.3. * One file modified per patch in ${PATCHDIR}. Revision Changes Path 1.34 +3 -3 ports/x11/gnomelibs/Makefile 1.11 +1 -1 ports/x11/gnomelibs/files/md5 1.8 +3 -3 ports/x11/gnomelibs/patches/patch-ae 1.12 +17 -15 ports/x11/gnomelibs/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 Mar 14 18: 5:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 32BE214CED; Sun, 14 Mar 1999 18:05:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA18708; Sun, 14 Mar 1999 18:04:56 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150204.SAA18708@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 18:04:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pidentd Makefile ports/security/pidentd/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 18:04:55 PST Modified files: security/pidentd Makefile security/pidentd/files md5 Log: Update to version 2.8.5. PR: 10201 Submitted by: Michael Haro Revision Changes Path 1.25 +2 -2 ports/security/pidentd/Makefile 1.14 +1 -1 ports/security/pidentd/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 Mar 14 18: 7: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA32B15512; Sun, 14 Mar 1999 18:06:13 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA18863; Sun, 14 Mar 1999 18:05:55 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903150205.SAA18863@freefall.freebsd.org> From: Jacques Vidrine Date: Sun, 14 Mar 1999 18:05:55 -0800 (PST) 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-ae patch-af patch-ba patch-bb patch-bc patch-bd patch-be patch-bf patch-bg patch-bh patch-bi patch-bj patch-bk patch-bl patch-bm patch-bn ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/14 18:05:55 PST Modified files: sysutils/gnomecontrolcenter Makefile sysutils/gnomecontrolcenter/files md5 sysutils/gnomecontrolcenter/patches patch-aa patch-ab sysutils/gnomecontrolcenter/pkg PLIST Added files: sysutils/gnomecontrolcenter/patches patch-ae patch-af patch-ba patch-bb patch-bc patch-bd patch-be patch-bf patch-bg patch-bh patch-bi patch-bj patch-bk patch-bl patch-bm patch-bn patch-ca patch-cb Removed files: sysutils/gnomecontrolcenter/patches patch-ac Log: * Update 1.0.1 -> 1.0.2 * One file modified per patch in ${PATCHDIR} Revision Changes Path 1.7 +3 -3 ports/sysutils/gnomecontrolcenter/Makefile 1.5 +1 -1 ports/sysutils/gnomecontrolcenter/files/md5 1.5 +11 -11 ports/sysutils/gnomecontrolcenter/patches/patch-aa 1.7 +699 -9 ports/sysutils/gnomecontrolcenter/patches/patch-ab 1.4 +36 -20 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 Sun Mar 14 18: 8:31 1999 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 C533515665; Sun, 14 Mar 1999 18:08:22 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.1/8.9.1) id VAA23954; Sun, 14 Mar 1999 21:08:03 -0500 (EST) (envelope-from wollman) Date: Sun, 14 Mar 1999 21:08:03 -0500 (EST) From: Garrett Wollman Message-Id: <199903150208.VAA23954@khavrinen.lcs.mit.edu> To: Bill Paul Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_vlan.c if_vlan_var.h src/sbin/ifconfig ifvlan.c Makefile ifconfig.8 ifconfig.c ifconfig.h In-Reply-To: <199903150122.RAA13265@freefall.freebsd.org> References: <199903150122.RAA13265@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk < said: > Grrr... botched remote commit. Let's try this again: vlan updates, > take two. Please `ci -f' a new revision to log a description of the actual changes. > Revision Changes Path > 1.6 +2 -1 src/sys/net/if_vlan.c > 1.2 +9 -1 src/sys/net/if_vlan_var.h > 1.11 +6 -2 src/sbin/ifconfig/Makefile > 1.19 +44 -1 src/sbin/ifconfig/ifconfig.8 > 1.39 +34 -7 src/sbin/ifconfig/ifconfig.c > 1.4 +6 -1 src/sbin/ifconfig/ifconfig.h -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 18: 9:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4448D157DB; Sun, 14 Mar 1999 18:09:43 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA19220; Sun, 14 Mar 1999 18:09:25 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150209.SAA19220@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 18:09:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/fetchmail Makefile ports/mail/fetchmail/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 18:09:24 PST Modified files: mail/fetchmail Makefile mail/fetchmail/files md5 Log: Update to version 4.7.8. PR: 10198 Submitted by: Dom Mitchell Revision Changes Path 1.72 +2 -2 ports/mail/fetchmail/Makefile 1.64 +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 Mar 14 18:12:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A0BCF1546F; Sun, 14 Mar 1999 18:11:58 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA19426; Sun, 14 Mar 1999 18:11:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150211.SAA19426@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 18:11:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/nwrite Makefile ports/misc/nwrite/files md5 ports/misc/nwrite/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 18:11:40 PST Modified files: misc/nwrite Makefile misc/nwrite/files md5 misc/nwrite/patches patch-aa Log: Update to version 1.9.2. PR: 10194 Submitted by: Michael Haro Revision Changes Path 1.3 +6 -4 ports/misc/nwrite/Makefile 1.2 +1 -1 ports/misc/nwrite/files/md5 1.2 +27 -9 ports/misc/nwrite/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 Mar 14 18:15: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A5FBD15546; Sun, 14 Mar 1999 18:13:55 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA19687; Sun, 14 Mar 1999 18:13:37 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150213.SAA19687@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 18:13:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/proftpd Makefile ports/net/proftpd/files md5 ports/net/proftpd/patches patch-af Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 18:13:36 PST Modified files: net/proftpd Makefile net/proftpd/files md5 net/proftpd/patches patch-af Log: Update to version 1.2.0pre2. PR: 10186 Submitted by: Michael Haro Revision Changes Path 1.8 +2 -6 ports/net/proftpd/Makefile 1.5 +1 -2 ports/net/proftpd/files/md5 1.3 +6 -6 ports/net/proftpd/patches/patch-af To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 18:15:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CECD15813; Sun, 14 Mar 1999 18:15:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA19948; Sun, 14 Mar 1999 18:15:16 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150215.SAA19948@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 18:15:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/cbb Makefile ports/deskutils/cbb/files md5 ports/deskutils/cbb/patches patch-01 ports/deskutils/cbb/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 18:15:16 PST Modified files: deskutils/cbb Makefile deskutils/cbb/files md5 deskutils/cbb/patches patch-01 deskutils/cbb/pkg PLIST Log: Update to version 0.77. PR: 10183 Submitted by: maintainer Revision Changes Path 1.11 +5 -5 ports/deskutils/cbb/Makefile 1.3 +1 -1 ports/deskutils/cbb/files/md5 1.6 +1 -1 ports/deskutils/cbb/patches/patch-01 1.3 +5 -0 ports/deskutils/cbb/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 Mar 14 18:17:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CE8015247; Sun, 14 Mar 1999 18:17:17 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA20357; Sun, 14 Mar 1999 18:16:59 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150216.SAA20357@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 18:16:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/GIFgraph Makefile ports/graphics/GIFgraph/files md5 ports/graphics/GIFgraph/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 18:16:59 PST Modified files: graphics/GIFgraph Makefile graphics/GIFgraph/files md5 graphics/GIFgraph/pkg PLIST Log: Update to version 1.10. PR: 10181 Submitted by: Gianmarco Giovannelli Revision Changes Path 1.2 +5 -4 ports/graphics/GIFgraph/Makefile 1.2 +1 -1 ports/graphics/GIFgraph/files/md5 1.3 +1 -0 ports/graphics/GIFgraph/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 Mar 14 18:18:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B872156CD; Sun, 14 Mar 1999 18:18:42 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA20505; Sun, 14 Mar 1999 18:18:24 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150218.SAA20505@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 18:18:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-Mail-Tools Makefile ports/mail/p5-Mail-Tools/files md5 ports/mail/p5-Mail-Tools/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 18:18:24 PST Modified files: mail/p5-Mail-Tools Makefile mail/p5-Mail-Tools/files md5 mail/p5-Mail-Tools/pkg COMMENT DESCR PLIST Log: Update to version 1.12. PR: 10177 Submitted by: Gianmarco Giovannelli Revision Changes Path 1.12 +8 -6 ports/mail/p5-Mail-Tools/Makefile 1.4 +1 -1 ports/mail/p5-Mail-Tools/files/md5 1.2 +1 -1 ports/mail/p5-Mail-Tools/pkg/COMMENT 1.3 +7 -17 ports/mail/p5-Mail-Tools/pkg/DESCR 1.9 +12 -1 ports/mail/p5-Mail-Tools/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 Mar 14 18:20:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BB1014F2A; Sun, 14 Mar 1999 18:20:40 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA20804; Sun, 14 Mar 1999 18:20:22 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150220.SAA20804@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 18:20:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gnuls Makefile ports/misc/gnuls/files md5 ports/misc/gnuls/patches patch-af patch-ag patch-ah patch-aa patch-ab patch-ac patch-ad patch-ae ports/misc/gnuls/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 18:20:22 PST Modified files: misc/gnuls Makefile misc/gnuls/files md5 misc/gnuls/patches patch-aa patch-ab patch-ac patch-ad patch-ae misc/gnuls/pkg COMMENT DESCR PLIST Added files: misc/gnuls/patches patch-af patch-ag patch-ah Log: Update to version 4.0. PR: 10173 Submitted by: maintainer Revision Changes Path 1.9 +6 -6 ports/misc/gnuls/Makefile 1.3 +1 -1 ports/misc/gnuls/files/md5 1.3 +12 -12 ports/misc/gnuls/patches/patch-aa 1.2 +5 -5 ports/misc/gnuls/patches/patch-ab 1.3 +29 -166 ports/misc/gnuls/patches/patch-ac 1.2 +47 -178 ports/misc/gnuls/patches/patch-ad 1.2 +37 -78 ports/misc/gnuls/patches/patch-ae 1.3 +1 -1 ports/misc/gnuls/pkg/COMMENT 1.3 +13 -15 ports/misc/gnuls/pkg/DESCR 1.4 +0 -1 ports/misc/gnuls/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 Mar 14 18:24:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 190A114F2A; Sun, 14 Mar 1999 18:24:11 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA21028; Sun, 14 Mar 1999 18:23:53 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150223.SAA21028@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 18:23:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/zephyr/patches patch-ab patch-ac patch-aa ports/net/zephyr/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 18:23:52 PST Modified files: net/zephyr/patches patch-aa net/zephyr/pkg PLIST Added files: net/zephyr/patches patch-ab patch-ac Log: Fix the following problems: Move files in share/* to share/zephyr/ Fix bogus path to xzwrite.bitmap in XZwrite Remove appropriate directories in PLIST PR: 10139 Submitted by: Sheldon Hearn Revision Changes Path 1.2 +21 -4 ports/net/zephyr/patches/patch-aa 1.7 +9 -4 ports/net/zephyr/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 Mar 14 18:33:59 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 8C47914F74; Sun, 14 Mar 1999 18:33:48 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id VAA03255; Sun, 14 Mar 1999 21:34:32 -0500 (EST) (envelope-from billf@jade.chc-chimes.com) Date: Sun, 14 Mar 1999 21:34:32 -0500 (EST) From: Bill Fumerola To: Nate Williams Cc: Bill Fumerola , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc make.conf In-Reply-To: <199903150002.RAA27307@mt.sri.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, 14 Mar 1999, Nate Williams wrote: > > billf 1999/03/14 11:05:16 PST > > > > Modified files: > > etc make.conf > > Log: > > Bring in some MASTER_SITE_{AFTERSTEP,WINDOWMAKER} from bsd.port.mk > > Why is the ports system defines brought into /etc/make.conf, which is > for the OS? It allows for local overrides if you have a close mirror. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 18:35: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 34DE615538; Sun, 14 Mar 1999 18:34:59 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA22112; Sun, 14 Mar 1999 18:34:41 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903150234.SAA22112@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 14 Mar 1999 18:34:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 intro.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/14 18:34:40 PST Modified files: share/man/man4 intro.4 Log: Typo - latter -> letter PR: docs/10591 Submitted by: Kanenda Revision Changes Path 1.12 +2 -2 src/share/man/man4/intro.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 18:37:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6732C15081; Sun, 14 Mar 1999 18:37:24 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA22487; Sun, 14 Mar 1999 18:37:06 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903150237.SAA22487@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 14 Mar 1999 18:37:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 intro.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/14 18:37:06 PST Modified files: (Branch: RELENG_3) share/man/man4 intro.4 Log: MFC: Typo Revision Changes Path 1.11.2.1 +2 -2 src/share/man/man4/intro.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 18:45:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99EFF1511B; Sun, 14 Mar 1999 18:45:13 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA23674; Sun, 14 Mar 1999 18:44:55 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903150244.SAA23674@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 14 Mar 1999 18:44:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/FAQ misc.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/14 18:44:55 PST Modified files: FAQ misc.sgml Log: grammar error "uses" -> "use" PR: docs/10539 Submitted by: Tony Harverson Revision Changes Path 1.14 +2 -2 doc/FAQ/misc.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 18:49:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 97874154DB; Sun, 14 Mar 1999 18:49:32 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA24370; Sun, 14 Mar 1999 18:49:14 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903150249.SAA24370@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 14 Mar 1999 18:49:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 xl.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/14 18:49:14 PST Modified files: share/man/man4/man4.i386 xl.4 Log: 1) line 76: "fine" should be "file" 2) line 80: "abso" should be "also" PR: docs/10496 Submitted by: Osamu Mihara Revision Changes Path 1.4 +3 -3 src/share/man/man4/man4.i386/xl.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 18:51: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8670214BEF; Sun, 14 Mar 1999 18:51:02 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA24568; Sun, 14 Mar 1999 18:50:44 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903150250.SAA24568@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 14 Mar 1999 18:50:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 xl.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/14 18:50:44 PST Modified files: (Branch: RELENG_3) share/man/man4/man4.i386 xl.4 Log: MFC: typos Revision Changes Path 1.3.2.1 +3 -3 src/share/man/man4/man4.i386/xl.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 18:58:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C9EB152CE; Sun, 14 Mar 1999 18:57:47 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA25147; Sun, 14 Mar 1999 18:57:29 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903150257.SAA25147@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 14 Mar 1999 18:57:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uniq uniq.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/14 18:57:29 PST Modified files: usr.bin/uniq uniq.1 Log: Grammar nits, double negatives PR: docs/10491 Submitted By: Tom Hukins Revision Changes Path 1.4 +4 -4 src/usr.bin/uniq/uniq.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 18:58:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF5C4157EE; Sun, 14 Mar 1999 18:58:42 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA25217; Sun, 14 Mar 1999 18:58:24 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903150258.SAA25217@freefall.freebsd.org> From: Bill Fumerola Date: Sun, 14 Mar 1999 18:58:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/uniq uniq.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/14 18:58:24 PST Modified files: (Branch: RELENG_3) usr.bin/uniq uniq.1 Log: MFC: grammar nits Revision Changes Path 1.3.2.1 +4 -4 src/usr.bin/uniq/uniq.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 19:18:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7545D15387; Sun, 14 Mar 1999 19:17:30 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA27399; Sun, 14 Mar 1999 19:17:12 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903150317.TAA27399@freefall.freebsd.org> From: Jacques Vidrine Date: Sun, 14 Mar 1999 19:17:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-gtk Makefile ports/x11-toolkits/py-gtk/files md5 ports/x11-toolkits/py-gtk/patches patch-aa ports/x11-toolkits/py-gtk/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/14 19:17:10 PST Modified files: x11-toolkits/py-gtk Makefile x11-toolkits/py-gtk/files md5 x11-toolkits/py-gtk/pkg PLIST Added files: x11-toolkits/py-gtk/patches patch-aa Log: Update 0.5.11 -> 0.5.12 Revision Changes Path 1.22 +51 -12 ports/x11-toolkits/py-gtk/Makefile 1.8 +1 -1 ports/x11-toolkits/py-gtk/files/md5 1.7 +1 -54 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 Sun Mar 14 20:24:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6459D14D4E; Sun, 14 Mar 1999 20:24:12 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA32967; Sun, 14 Mar 1999 20:23:54 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150423.UAA32967@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 20:23:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/rxvt Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 20:23:52 PST Modified files: x11/rxvt Makefile Log: New location on MASTER_SITE. PR: 9769 Submitted by: Chris Piazza Revision Changes Path 1.20 +2 -3 ports/x11/rxvt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 20:31:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA0DF14E02; Sun, 14 Mar 1999 20:31:53 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA33496; Sun, 14 Mar 1999 20:31:34 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150431.UAA33496@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 20:31:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/libident Makefile ports/security/libident/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 20:31:34 PST Modified files: security/libident Makefile security/libident/files md5 Log: Update to version 0.22. PR: 10200 Submitted by: Michael Haro Revision Changes Path 1.7 +2 -2 ports/security/libident/Makefile 1.5 +1 -1 ports/security/libident/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 Mar 14 20:34:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 06F2A14EE0; Sun, 14 Mar 1999 20:34:37 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA33707; Sun, 14 Mar 1999 20:34:18 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903150434.UAA33707@freefall.freebsd.org> From: Steve Price Date: Sun, 14 Mar 1999 20:34:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/shells/rc Makefile ports/shells/rc/files md5 ports/shells/rc/patches patch-aa ports/shells/rc/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/14 20:34:18 PST Modified files: shells/rc Makefile shells/rc/files md5 shells/rc/patches patch-aa shells/rc/pkg PLIST Log: Update to version 1.5b2. PR: 9882 Submitted by: Scott A. Kenney Revision Changes Path 1.7 +4 -5 ports/shells/rc/Makefile 1.2 +1 -1 ports/shells/rc/files/md5 1.2 +20 -93 ports/shells/rc/patches/patch-aa 1.3 +0 -1 ports/shells/rc/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 Mar 14 20:39:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F262E14F04; Sun, 14 Mar 1999 20:39:29 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA34071; Sun, 14 Mar 1999 20:39:11 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903150439.UAA34071@freefall.freebsd.org> From: Jacques Vidrine Date: Sun, 14 Mar 1999 20:39:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/mc Makefile ports/misc/mc/files md5 ports/misc/mc/patches patch-ac patch-af patch-ak patch-al ports/misc/mc/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/14 20:39:11 PST Modified files: misc/mc Makefile misc/mc/files md5 misc/mc/patches patch-ac patch-af misc/mc/pkg PLIST Removed files: misc/mc/patches patch-ak patch-al Log: Update 4.5.10 -> 4.5.23 Submitted by: Jeremy Lea PR: ports/10449 Revision Changes Path 1.29 +6 -6 ports/misc/mc/Makefile 1.15 +1 -1 ports/misc/mc/files/md5 1.7 +5 -5 ports/misc/mc/patches/patch-ac 1.8 +17 -17 ports/misc/mc/patches/patch-af 1.17 +6 -3 ports/misc/mc/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 Mar 14 20:56:28 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 64ED814F74; Sun, 14 Mar 1999 20:55:12 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id VAA09031; Sun, 14 Mar 1999 21:54:53 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id VAA28547; Sun, 14 Mar 1999 21:54:40 -0700 Date: Sun, 14 Mar 1999 21:54:40 -0700 Message-Id: <199903150454.VAA28547@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Bill Fumerola Cc: Nate Williams , Bill Fumerola , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc make.conf In-Reply-To: References: <199903150002.RAA27307@mt.sri.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > > billf 1999/03/14 11:05:16 PST > > > > > > Modified files: > > > etc make.conf > > > Log: > > > Bring in some MASTER_SITE_{AFTERSTEP,WINDOWMAKER} from bsd.port.mk > > > > Why is the ports system defines brought into /etc/make.conf, which is > > for the OS? > > It allows for local overrides if you have a close mirror. I don't think this belong in the OS make.conf file. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 21: 6:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9791814EFB; Sun, 14 Mar 1999 21:06:44 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA52015; Sun, 14 Mar 1999 21:06:26 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <199903150506.VAA52015@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 14 Mar 1999 21:06:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/figlet Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/03/14 21:06:26 PST Modified files: misc/figlet Makefile Log: Add more master sites. Revision Changes Path 1.8 +6 -4 ports/misc/figlet/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 21:10:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C7F5714D4E; Sun, 14 Mar 1999 21:10:06 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA52180; Sun, 14 Mar 1999 21:09:48 -0800 (PST) (envelope-from julian@FreeBSD.org) Message-Id: <199903150509.VAA52180@freefall.freebsd.org> From: Julian Elischer Date: Sun, 14 Mar 1999 21:09:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_page.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/03/14 21:09:48 PST Modified files: sys/vm vm_page.h Log: Fix breakage in last commit Submitted by: Brian Feldman Revision Changes Path 1.58 +3 -3 src/sys/vm/vm_page.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 21:11:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D904C15093; Sun, 14 Mar 1999 21:11:45 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA52311; Sun, 14 Mar 1999 21:11:27 -0800 (PST) (envelope-from julian@FreeBSD.org) Message-Id: <199903150511.VAA52311@freefall.freebsd.org> From: Julian Elischer Date: Sun, 14 Mar 1999 21:11:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_lock.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/03/14 21:11:27 PST Modified files: sys/kern kern_lock.c Log: fix breakage for alphas. Submitted by: Andrew Gallatin Revision Changes Path 1.25 +2 -2 src/sys/kern/kern_lock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Mar 14 21:59:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F02D514DC7; Sun, 14 Mar 1999 21:59:34 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA55416; Sun, 14 Mar 1999 21:59:16 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903150559.VAA55416@freefall.freebsd.org> From: Jacques Vidrine Date: Sun, 14 Mar 1999 21:59:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gqview Makefile ports/graphics/gqview/files md5 ports/graphics/gqview/patches patch-aa ports/graphics/gqview/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/14 21:59:16 PST Modified files: graphics/gqview Makefile graphics/gqview/files md5 graphics/gqview/patches patch-aa graphics/gqview/pkg PLIST Log: Update 0.5.1 -> 0.6.0 Revision Changes Path 1.10 +16 -10 ports/graphics/gqview/Makefile 1.4 +1 -1 ports/graphics/gqview/files/md5 1.5 +64 -7 ports/graphics/gqview/patches/patch-aa 1.2 +2 -0 ports/graphics/gqview/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 Mar 14 22:25:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D9D3614FDC; Sun, 14 Mar 1999 22:25:14 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA57148; Sun, 14 Mar 1999 22:24:56 -0800 (PST) (envelope-from alc@FreeBSD.org) Message-Id: <199903150624.WAA57148@freefall.freebsd.org> From: Alan Cox Date: Sun, 14 Mar 1999 22:24:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/03/14 22:24:56 PST Modified files: sys/vm vm_map.c Log: Two changes: In general, vm_map_simplify_entry should be performed INSIDE the loop that traverses the map, not outside. (Changed: vm_map_inherit, vm_map_pageable.) vm_fault_unwire doesn't acquire the map lock (or block holding it). Thus, vm_map_set/clear_recursive shouldn't be called. (Changed: vm_map_user_pageable, vm_map_pageable.) Revision Changes Path 1.157 +5 -10 src/sys/vm/vm_map.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 0:12:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A9E3C15026; Mon, 15 Mar 1999 00:08:38 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA66823; Mon, 15 Mar 1999 00:08:20 -0800 (PST) (envelope-from dcs@FreeBSD.org) Message-Id: <199903150808.AAA66823@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Mon, 15 Mar 1999 00:08:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ficl/softwords freebsd.fr Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/03/15 00:08:20 PST Modified files: sys/boot/ficl/softwords freebsd.fr Log: Remove redundant code. Revision Changes Path 1.3 +2 -2 src/sys/boot/ficl/softwords/freebsd.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 0:16:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5453014F52; Mon, 15 Mar 1999 00:16:19 -0800 (PST) (envelope-from davidn@FreeBSD.org) Received: (from davidn@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA67543; Mon, 15 Mar 1999 00:16:01 -0800 (PST) (envelope-from davidn@FreeBSD.org) Message-Id: <199903150816.AAA67543@freefall.freebsd.org> From: David Nugent Date: Mon, 15 Mar 1999 00:16:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pw psdate.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk davidn 1999/03/15 00:16:01 PST Modified files: usr.sbin/pw psdate.c Log: Fix date parsing to allow '0' (none) date value. Revision Changes Path 1.5 +2 -3 src/usr.sbin/pw/psdate.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 0:36: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BB2C15418; Mon, 15 Mar 1999 00:35:59 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA69120; Mon, 15 Mar 1999 00:35:40 -0800 (PST) (envelope-from phk@FreeBSD.org) Message-Id: <199903150835.AAA69120@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 15 Mar 1999 00:35:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_ntptime.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/03/15 00:35:40 PST Modified files: sys/kern kern_ntptime.c Log: Allow !suser() R/O access to ntp_adjtime() Noticed by: Reg Clemens Revision Changes Path 1.21 +2 -1 src/sys/kern/kern_ntptime.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 0:36:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB30215564; Mon, 15 Mar 1999 00:36:35 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA69136; Mon, 15 Mar 1999 00:36:17 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <199903150836.AAA69136@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 15 Mar 1999 00:36:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/03/15 00:36:17 PST src/contrib/groff - Imported sources Update of /home/ncvs/src/contrib/groff In directory freefall.freebsd.org:/d/users/obrien/groff/groff-1.11a Log Message: Virgin import of FSF groff v1.11 Status: Vendor Tag: FSF Release Tags: v1_11 U src/contrib/groff/Makefile U src/contrib/groff/BUG-REPORT U src/contrib/groff/COPYING U src/contrib/groff/ChangeLog U src/contrib/groff/INSTALL U src/contrib/groff/INSTALL.gen U src/contrib/groff/Makefile.ccpg U src/contrib/groff/Makefile.comm U src/contrib/groff/Makefile.cpg U src/contrib/groff/Makefile.dev U src/contrib/groff/Makefile.in U src/contrib/groff/Makefile.init U src/contrib/groff/Makefile.lib U src/contrib/groff/NEWS U src/contrib/groff/Makefile.man U src/contrib/groff/PROBLEMS U src/contrib/groff/Makefile.sub U src/contrib/groff/PROJECTS U src/contrib/groff/README U src/contrib/groff/TODO U src/contrib/groff/VERSION U src/contrib/groff/aclocal.m4 U src/contrib/groff/configure U src/contrib/groff/configure.in U src/contrib/groff/gendef.sh U src/contrib/groff/install-sh U src/contrib/groff/mdate.sh U src/contrib/groff/test-groff U src/contrib/groff/include/Makefile.sub U src/contrib/groff/include/assert.h U src/contrib/groff/include/cmap.h U src/contrib/groff/include/cset.h U src/contrib/groff/include/device.h U src/contrib/groff/include/driver.h U src/contrib/groff/include/errarg.h U src/contrib/groff/include/error.h U src/contrib/groff/include/font.h U src/contrib/groff/include/index.h U src/contrib/groff/include/lib.h U src/contrib/groff/include/macropath.h U src/contrib/groff/include/posix.h U src/contrib/groff/include/printer.h U src/contrib/groff/include/ptable.h U src/contrib/groff/include/refid.h U src/contrib/groff/include/search.h U src/contrib/groff/include/searchpath.h U src/contrib/groff/include/stringclass.h U src/contrib/groff/include/unix.h U src/contrib/groff/libgroff/Makefile.dep U src/contrib/groff/libgroff/Makefile.sub U src/contrib/groff/libgroff/assert.cc U src/contrib/groff/libgroff/change_lf.cc U src/contrib/groff/libgroff/cmap.cc U src/contrib/groff/libgroff/cset.cc U src/contrib/groff/libgroff/device.cc U src/contrib/groff/libgroff/errarg.cc U src/contrib/groff/libgroff/error.cc U src/contrib/groff/libgroff/fatal.cc U src/contrib/groff/libgroff/filename.cc U src/contrib/groff/libgroff/fmod.c U src/contrib/groff/libgroff/font.cc U src/contrib/groff/libgroff/fontfile.cc U src/contrib/groff/libgroff/getcwd.c U src/contrib/groff/libgroff/iftoa.c U src/contrib/groff/libgroff/illegal.cc U src/contrib/groff/libgroff/itoa.c U src/contrib/groff/libgroff/lf.cc U src/contrib/groff/libgroff/lineno.cc U src/contrib/groff/libgroff/macropath.cc U src/contrib/groff/libgroff/matherr.c U src/contrib/groff/libgroff/nametoindex.cc U src/contrib/groff/libgroff/new.cc U src/contrib/groff/libgroff/prime.cc U src/contrib/groff/libgroff/progname.cc U src/contrib/groff/libgroff/ptable.cc U src/contrib/groff/libgroff/putenv.c U src/contrib/groff/libgroff/searchpath.cc U src/contrib/groff/libgroff/strerror.c U src/contrib/groff/libgroff/string.cc U src/contrib/groff/libgroff/strsave.cc U src/contrib/groff/libgroff/strtol.c U src/contrib/groff/libgroff/tmpfile.cc U src/contrib/groff/libdriver/Makefile.dep U src/contrib/groff/libdriver/Makefile.sub U src/contrib/groff/libdriver/input.cc U src/contrib/groff/libdriver/printer.cc U src/contrib/groff/libbib/Makefile.dep U src/contrib/groff/libbib/Makefile.sub U src/contrib/groff/libbib/common.cc U src/contrib/groff/libbib/index.cc U src/contrib/groff/libbib/linear.cc U src/contrib/groff/libbib/map.c U src/contrib/groff/libbib/search.cc U src/contrib/groff/groff/Makefile.dep U src/contrib/groff/groff/Makefile.sub U src/contrib/groff/groff/groff.cc C src/contrib/groff/groff/groff.man U src/contrib/groff/groff/pipeline.c U src/contrib/groff/groff/pipeline.h U src/contrib/groff/troff/Makefile.dep U src/contrib/groff/troff/Makefile.sub U src/contrib/groff/troff/TODO U src/contrib/groff/troff/charinfo.h U src/contrib/groff/troff/column.cc U src/contrib/groff/troff/dictionary.cc U src/contrib/groff/troff/dictionary.h U src/contrib/groff/troff/div.cc U src/contrib/groff/troff/div.h U src/contrib/groff/troff/env.cc U src/contrib/groff/troff/env.h U src/contrib/groff/troff/hvunits.h U src/contrib/groff/troff/hyphen.us U src/contrib/groff/troff/input.cc U src/contrib/groff/troff/node.cc U src/contrib/groff/troff/node.h U src/contrib/groff/troff/number.cc U src/contrib/groff/troff/reg.cc U src/contrib/groff/troff/reg.h U src/contrib/groff/troff/request.h U src/contrib/groff/troff/symbol.cc U src/contrib/groff/troff/symbol.h U src/contrib/groff/troff/token.h U src/contrib/groff/troff/troff.h U src/contrib/groff/troff/troff.man U src/contrib/groff/tbl/Makefile.dep U src/contrib/groff/tbl/Makefile.sub U src/contrib/groff/tbl/main.cc U src/contrib/groff/tbl/table.cc U src/contrib/groff/tbl/table.h U src/contrib/groff/tbl/tbl.man U src/contrib/groff/pic/Makefile.dep U src/contrib/groff/pic/Makefile.sub U src/contrib/groff/pic/TODO U src/contrib/groff/pic/common.cc U src/contrib/groff/pic/common.h U src/contrib/groff/pic/depend U src/contrib/groff/pic/lex.cc U src/contrib/groff/pic/main.cc U src/contrib/groff/pic/object.cc U src/contrib/groff/pic/object.h U src/contrib/groff/pic/output.h U src/contrib/groff/pic/pic.cc U src/contrib/groff/pic/pic.h U src/contrib/groff/pic/pic.man U src/contrib/groff/pic/pic.tab.h U src/contrib/groff/pic/pic.y U src/contrib/groff/pic/position.h U src/contrib/groff/pic/tex.cc U src/contrib/groff/pic/text.h U src/contrib/groff/pic/troff.cc U src/contrib/groff/eqn/Makefile.dep U src/contrib/groff/eqn/Makefile.sub U src/contrib/groff/eqn/TODO U src/contrib/groff/eqn/box.cc U src/contrib/groff/eqn/box.h U src/contrib/groff/eqn/delim.cc U src/contrib/groff/eqn/eqn.cc U src/contrib/groff/eqn/eqn.h U src/contrib/groff/eqn/eqn.man U src/contrib/groff/eqn/eqn.tab.h U src/contrib/groff/eqn/eqn.y U src/contrib/groff/eqn/lex.cc U src/contrib/groff/eqn/limit.cc U src/contrib/groff/eqn/list.cc U src/contrib/groff/eqn/main.cc U src/contrib/groff/eqn/mark.cc U src/contrib/groff/eqn/neqn.sh U src/contrib/groff/eqn/other.cc U src/contrib/groff/eqn/over.cc U src/contrib/groff/eqn/pbox.h U src/contrib/groff/eqn/pile.cc U src/contrib/groff/eqn/script.cc U src/contrib/groff/eqn/special.cc U src/contrib/groff/eqn/sqrt.cc U src/contrib/groff/eqn/text.cc U src/contrib/groff/grops/Makefile.dep U src/contrib/groff/grops/Makefile.sub U src/contrib/groff/grops/TODO U src/contrib/groff/grops/grops.man U src/contrib/groff/grops/ps.cc U src/contrib/groff/grops/ps.h U src/contrib/groff/grops/psfig.diff U src/contrib/groff/grops/psrm.cc U src/contrib/groff/grotty/Makefile.dep U src/contrib/groff/grotty/Makefile.sub U src/contrib/groff/grotty/TODO U src/contrib/groff/grotty/grotty.man U src/contrib/groff/grotty/tty.cc U src/contrib/groff/grodvi/Makefile.dep U src/contrib/groff/grodvi/Makefile.sub U src/contrib/groff/grodvi/dvi.cc U src/contrib/groff/grodvi/grodvi.man U src/contrib/groff/tfmtodit/Makefile.dep U src/contrib/groff/tfmtodit/Makefile.sub U src/contrib/groff/tfmtodit/tfmtodit.cc U src/contrib/groff/tfmtodit/tfmtodit.man U src/contrib/groff/grolj4/Makefile.dep U src/contrib/groff/grolj4/Makefile.sub U src/contrib/groff/grolj4/grolj4.man U src/contrib/groff/grolj4/lj4.cc U src/contrib/groff/hpftodit/Makefile.dep U src/contrib/groff/hpftodit/Makefile.sub U src/contrib/groff/hpftodit/hpftodit.cc U src/contrib/groff/hpftodit/hpftodit.man U src/contrib/groff/refer/Makefile.dep U src/contrib/groff/refer/Makefile.sub U src/contrib/groff/refer/TODO U src/contrib/groff/refer/command.cc U src/contrib/groff/refer/command.h U src/contrib/groff/refer/label.cc U src/contrib/groff/refer/label.y U src/contrib/groff/refer/ref.cc U src/contrib/groff/refer/ref.h U src/contrib/groff/refer/refer.cc U src/contrib/groff/refer/refer.h U src/contrib/groff/refer/refer.man U src/contrib/groff/refer/token.cc U src/contrib/groff/refer/token.h U src/contrib/groff/lookbib/Makefile.dep U src/contrib/groff/lookbib/Makefile.sub U src/contrib/groff/lookbib/lookbib.cc U src/contrib/groff/lookbib/lookbib.man U src/contrib/groff/indxbib/Makefile.dep U src/contrib/groff/indxbib/Makefile.sub U src/contrib/groff/indxbib/dirnamemax.c U src/contrib/groff/indxbib/eign U src/contrib/groff/indxbib/indxbib.cc U src/contrib/groff/indxbib/indxbib.man U src/contrib/groff/indxbib/signal.c U src/contrib/groff/lkbib/Makefile.dep U src/contrib/groff/lkbib/Makefile.sub U src/contrib/groff/lkbib/lkbib.cc U src/contrib/groff/lkbib/lkbib.man U src/contrib/groff/soelim/Makefile.dep U src/contrib/groff/soelim/Makefile.sub U src/contrib/groff/soelim/TODO U src/contrib/groff/soelim/soelim.cc U src/contrib/groff/soelim/soelim.man U src/contrib/groff/addftinfo/Makefile.dep U src/contrib/groff/addftinfo/Makefile.sub U src/contrib/groff/addftinfo/addftinfo.cc U src/contrib/groff/addftinfo/addftinfo.man U src/contrib/groff/addftinfo/guess.cc U src/contrib/groff/addftinfo/guess.h U src/contrib/groff/pfbtops/Makefile.dep U src/contrib/groff/pfbtops/Makefile.sub U src/contrib/groff/pfbtops/pfbtops.c U src/contrib/groff/pfbtops/pfbtops.man U src/contrib/groff/psbb/Makefile.dep U src/contrib/groff/psbb/Makefile.sub U src/contrib/groff/psbb/psbb.c U src/contrib/groff/psbb/psbb.man U src/contrib/groff/devps/AB U src/contrib/groff/devps/ABI U src/contrib/groff/devps/AI U src/contrib/groff/devps/AR U src/contrib/groff/devps/BMB U src/contrib/groff/devps/BMBI U src/contrib/groff/devps/BMI U src/contrib/groff/devps/BMR U src/contrib/groff/devps/CB U src/contrib/groff/devps/CBI U src/contrib/groff/devps/CI U src/contrib/groff/devps/CR U src/contrib/groff/devps/DESC.in U src/contrib/groff/devps/HB U src/contrib/groff/devps/HBI U src/contrib/groff/devps/HI U src/contrib/groff/devps/HNB U src/contrib/groff/devps/HNBI U src/contrib/groff/devps/HNI U src/contrib/groff/devps/HNR U src/contrib/groff/devps/HR U src/contrib/groff/devps/Makefile.sub U src/contrib/groff/devps/NB U src/contrib/groff/devps/NBI U src/contrib/groff/devps/NI U src/contrib/groff/devps/NR U src/contrib/groff/devps/PB U src/contrib/groff/devps/PBI U src/contrib/groff/devps/PI U src/contrib/groff/devps/PR U src/contrib/groff/devps/S U src/contrib/groff/devps/SS U src/contrib/groff/devps/TB U src/contrib/groff/devps/TBI U src/contrib/groff/devps/TI U src/contrib/groff/devps/TR U src/contrib/groff/devps/ZD U src/contrib/groff/devps/ZCMI U src/contrib/groff/devps/ZDR U src/contrib/groff/devps/download U src/contrib/groff/devps/prologue.ps U src/contrib/groff/devps/psstrip.sed U src/contrib/groff/devps/symbol.afm U src/contrib/groff/devps/symbolmap U src/contrib/groff/devps/symbolsl.ps U src/contrib/groff/devps/text.enc U src/contrib/groff/devps/zapfdr.afm U src/contrib/groff/devps/zapfdr.ps U src/contrib/groff/devps/generate/Makefile U src/contrib/groff/devps/generate/afmname U src/contrib/groff/devps/generate/dingbatsmap U src/contrib/groff/devps/generate/dingbatsrmap U src/contrib/groff/devps/generate/lgreekmap U src/contrib/groff/devps/generate/symbol.sed U src/contrib/groff/devps/generate/symbolchars U src/contrib/groff/devps/generate/symbolsl.afm U src/contrib/groff/devps/generate/textmap U src/contrib/groff/devdvi/B U src/contrib/groff/devdvi/BI U src/contrib/groff/devdvi/CW U src/contrib/groff/devdvi/DESC.in U src/contrib/groff/devdvi/EX U src/contrib/groff/devdvi/H U src/contrib/groff/devdvi/HB U src/contrib/groff/devdvi/HI U src/contrib/groff/devdvi/I U src/contrib/groff/devdvi/MI U src/contrib/groff/devdvi/Makefile.sub U src/contrib/groff/devdvi/R U src/contrib/groff/devdvi/S U src/contrib/groff/devdvi/SA U src/contrib/groff/devdvi/SB U src/contrib/groff/devdvi/generate/CompileFonts U src/contrib/groff/devdvi/generate/Makefile U src/contrib/groff/devdvi/generate/cork.map U src/contrib/groff/devdvi/generate/msam.map U src/contrib/groff/devdvi/generate/msbm.map U src/contrib/groff/devdvi/generate/texb.map U src/contrib/groff/devdvi/generate/texex.map U src/contrib/groff/devdvi/generate/texi.map U src/contrib/groff/devdvi/generate/texmi.map U src/contrib/groff/devdvi/generate/texr.map U src/contrib/groff/devdvi/generate/texsy.map U src/contrib/groff/devdvi/generate/textt.map U src/contrib/groff/devascii/DESC.proto U src/contrib/groff/devascii/Makefile.sub U src/contrib/groff/devascii/R.proto U src/contrib/groff/devlatin1/DESC.proto U src/contrib/groff/devlatin1/Makefile.sub U src/contrib/groff/devlatin1/R.proto U src/contrib/groff/devX75/CB U src/contrib/groff/devX75/CBI U src/contrib/groff/devX75/CI U src/contrib/groff/devX75/CR U src/contrib/groff/devX75/DESC U src/contrib/groff/devX75/HB U src/contrib/groff/devX75/HBI U src/contrib/groff/devX75/HI U src/contrib/groff/devX75/HR U src/contrib/groff/devX75/Makefile.sub U src/contrib/groff/devX75/NB U src/contrib/groff/devX75/NBI U src/contrib/groff/devX75/NI U src/contrib/groff/devX75/NR U src/contrib/groff/devX75/S U src/contrib/groff/devX75/TB U src/contrib/groff/devX75/TBI U src/contrib/groff/devX75/TI U src/contrib/groff/devX75/TR U src/contrib/groff/devX75-12/CB U src/contrib/groff/devX75-12/CBI U src/contrib/groff/devX75-12/CI U src/contrib/groff/devX75-12/CR U src/contrib/groff/devX75-12/DESC U src/contrib/groff/devX75-12/HB U src/contrib/groff/devX75-12/HBI U src/contrib/groff/devX75-12/HI U src/contrib/groff/devX75-12/HR U src/contrib/groff/devX75-12/Makefile.sub U src/contrib/groff/devX75-12/NB U src/contrib/groff/devX75-12/NBI U src/contrib/groff/devX75-12/NI U src/contrib/groff/devX75-12/NR U src/contrib/groff/devX75-12/S U src/contrib/groff/devX75-12/TB U src/contrib/groff/devX75-12/TBI U src/contrib/groff/devX75-12/TI U src/contrib/groff/devX75-12/TR U src/contrib/groff/devX100/CB U src/contrib/groff/devX100/CBI U src/contrib/groff/devX100/CI U src/contrib/groff/devX100/CR U src/contrib/groff/devX100/DESC U src/contrib/groff/devX100/HB U src/contrib/groff/devX100/HBI U src/contrib/groff/devX100/HI U src/contrib/groff/devX100/HR U src/contrib/groff/devX100/Makefile.sub U src/contrib/groff/devX100/NB U src/contrib/groff/devX100/NBI U src/contrib/groff/devX100/NI U src/contrib/groff/devX100/NR U src/contrib/groff/devX100/S U src/contrib/groff/devX100/TB U src/contrib/groff/devX100/TBI U src/contrib/groff/devX100/TI U src/contrib/groff/devX100/TR U src/contrib/groff/devX100-12/CB U src/contrib/groff/devX100-12/CBI U src/contrib/groff/devX100-12/CI U src/contrib/groff/devX100-12/CR U src/contrib/groff/devX100-12/DESC U src/contrib/groff/devX100-12/HB U src/contrib/groff/devX100-12/HBI U src/contrib/groff/devX100-12/HI U src/contrib/groff/devX100-12/HR U src/contrib/groff/devX100-12/Makefile.sub U src/contrib/groff/devX100-12/NB U src/contrib/groff/devX100-12/NBI U src/contrib/groff/devX100-12/NI U src/contrib/groff/devX100-12/NR U src/contrib/groff/devX100-12/S U src/contrib/groff/devX100-12/TB U src/contrib/groff/devX100-12/TBI U src/contrib/groff/devX100-12/TI U src/contrib/groff/devX100-12/TR U src/contrib/groff/devlj4/ALBB U src/contrib/groff/devlj4/ALBR U src/contrib/groff/devlj4/AOB U src/contrib/groff/devlj4/AOI U src/contrib/groff/devlj4/AOR U src/contrib/groff/devlj4/CB U src/contrib/groff/devlj4/CBI U src/contrib/groff/devlj4/CI U src/contrib/groff/devlj4/CLARENDON U src/contrib/groff/devlj4/CORONET U src/contrib/groff/devlj4/CR U src/contrib/groff/devlj4/DESC.in U src/contrib/groff/devlj4/GB U src/contrib/groff/devlj4/GBI U src/contrib/groff/devlj4/GI U src/contrib/groff/devlj4/GR U src/contrib/groff/devlj4/LGB U src/contrib/groff/devlj4/LGI U src/contrib/groff/devlj4/LGR U src/contrib/groff/devlj4/MARIGOLD U src/contrib/groff/devlj4/Makefile.sub U src/contrib/groff/devlj4/OB U src/contrib/groff/devlj4/OBI U src/contrib/groff/devlj4/OI U src/contrib/groff/devlj4/OR U src/contrib/groff/devlj4/S U src/contrib/groff/devlj4/TB U src/contrib/groff/devlj4/TBI U src/contrib/groff/devlj4/TI U src/contrib/groff/devlj4/TR U src/contrib/groff/devlj4/UB U src/contrib/groff/devlj4/UBI U src/contrib/groff/devlj4/UCB U src/contrib/groff/devlj4/UCBI U src/contrib/groff/devlj4/UCI U src/contrib/groff/devlj4/UCR U src/contrib/groff/devlj4/UI U src/contrib/groff/devlj4/UR U src/contrib/groff/devlj4/generate/text.map U src/contrib/groff/devlj4/generate/special.map U src/contrib/groff/devlj4/generate/Makefile U src/contrib/groff/man/Makefile.sub U src/contrib/groff/man/groff_char.man U src/contrib/groff/man/groff_font.man U src/contrib/groff/man/groff_out.man U src/contrib/groff/tmac/Makefile.sub U src/contrib/groff/tmac/TODO U src/contrib/groff/tmac/doc-common U src/contrib/groff/tmac/doc-ditroff U src/contrib/groff/tmac/doc-nroff U src/contrib/groff/tmac/doc-syms U src/contrib/groff/tmac/eqnrc U src/contrib/groff/tmac/fixmacros.sed U src/contrib/groff/tmac/groff_ms.man U src/contrib/groff/tmac/man.local U src/contrib/groff/tmac/man.ultrix U src/contrib/groff/tmac/me.man U src/contrib/groff/tmac/mm.diff U src/contrib/groff/tmac/msafer.man U src/contrib/groff/tmac/strip.sed U src/contrib/groff/tmac/tmac.X U src/contrib/groff/tmac/tmac.Xps U src/contrib/groff/tmac/tmac.a4 U src/contrib/groff/tmac/tmac.an U src/contrib/groff/tmac/tmac.andoc U src/contrib/groff/tmac/tmac.doc U src/contrib/groff/tmac/tmac.dvi U src/contrib/groff/tmac/tmac.e U src/contrib/groff/tmac/tmac.latin1 U src/contrib/groff/tmac/tmac.lj4 U src/contrib/groff/tmac/tmac.pic U src/contrib/groff/tmac/tmac.ps U src/contrib/groff/tmac/tmac.psatk U src/contrib/groff/tmac/tmac.psfig U src/contrib/groff/tmac/tmac.psnew U src/contrib/groff/tmac/tmac.psold U src/contrib/groff/tmac/tmac.pspic U src/contrib/groff/tmac/tmac.s U src/contrib/groff/tmac/tmac.safer U src/contrib/groff/tmac/tmac.trace U src/contrib/groff/tmac/tmac.tty U src/contrib/groff/tmac/tmac.tty-char U src/contrib/groff/tmac/troffrc U src/contrib/groff/afmtodit/Makefile.sub U src/contrib/groff/afmtodit/afmtodit.man U src/contrib/groff/afmtodit/afmtodit.pl U src/contrib/groff/grog/Makefile.sub U src/contrib/groff/grog/grog.man U src/contrib/groff/grog/grog.pl U src/contrib/groff/grog/grog.sh U src/contrib/groff/nroff/Makefile.sub U src/contrib/groff/nroff/nroff.man U src/contrib/groff/nroff/nroff.sh U src/contrib/groff/mm/ChangeLog U src/contrib/groff/mm/Makefile.sub U src/contrib/groff/mm/NOTES U src/contrib/groff/mm/README U src/contrib/groff/mm/groff_mm.man U src/contrib/groff/mm/groff_mmse.man U src/contrib/groff/mm/tmac.m U src/contrib/groff/mm/tmac.mse U src/contrib/groff/mm/mm/0.MT U src/contrib/groff/mm/mm/4.MT U src/contrib/groff/mm/mm/5.MT U src/contrib/groff/mm/mm/ms.cov U src/contrib/groff/mm/mm/se_ms.cov U src/contrib/groff/xditview/ChangeLog U src/contrib/groff/xditview/DESC U src/contrib/groff/xditview/Dvi.c U src/contrib/groff/xditview/Dvi.h U src/contrib/groff/xditview/DviChar.c U src/contrib/groff/xditview/DviChar.h U src/contrib/groff/xditview/DviP.h U src/contrib/groff/xditview/FontMap U src/contrib/groff/xditview/GXditview.ad U src/contrib/groff/xditview/INSTALL U src/contrib/groff/xditview/Imakefile U src/contrib/groff/xditview/Makefile U src/contrib/groff/xditview/Menu.h U src/contrib/groff/xditview/README U src/contrib/groff/xditview/TODO U src/contrib/groff/xditview/XFontName.c U src/contrib/groff/xditview/XFontName.h U src/contrib/groff/xditview/device.c U src/contrib/groff/xditview/device.h U src/contrib/groff/xditview/draw.c U src/contrib/groff/xditview/font.c U src/contrib/groff/xditview/gxditview.man U src/contrib/groff/xditview/lex.c U src/contrib/groff/xditview/page.c U src/contrib/groff/xditview/parse.c U src/contrib/groff/xditview/xdit.bm U src/contrib/groff/xditview/xditview.c U src/contrib/groff/xditview/xdit_mask.bm U src/contrib/groff/xditview/xtotroff.c U src/contrib/groff/doc/Makefile U src/contrib/groff/doc/meintro.me U src/contrib/groff/doc/meref.me N src/contrib/groff/doc/pic.ms 1 conflicts created by this import. Use the following command to help the merge: cvs checkout -jFSF:yesterday -jFSF src/contrib/groff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 0:52:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 05BF614DDB; Mon, 15 Mar 1999 00:52:41 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA70344; Mon, 15 Mar 1999 00:52:23 -0800 (PST) (envelope-from dcs@FreeBSD.org) Message-Id: <199903150852.AAA70344@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Mon, 15 Mar 1999 00:52:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/loader loader.8 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/03/15 00:52:23 PST Modified files: sys/boot/i386/loader Makefile Added files: sys/boot/i386/loader loader.8 Log: The man page, version 0.1. Revision Changes Path 1.31 +3 -2 src/sys/boot/i386/loader/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 0:58: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 47A1C14ECB; Mon, 15 Mar 1999 00:58:07 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA70638; Mon, 15 Mar 1999 00:57:49 -0800 (PST) (envelope-from dcs@FreeBSD.org) Message-Id: <199903150857.AAA70638@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Mon, 15 Mar 1999 00:57:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/loader loader.8 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/03/15 00:57:49 PST Modified files: (Branch: RELENG_3) sys/boot/i386/loader Makefile Added files: (Branch: RELENG_3) sys/boot/i386/loader loader.8 Log: The man page, version 0.1. Revision Changes Path 1.28.2.2 +3 -2 src/sys/boot/i386/loader/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 0:59:59 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 92B3D15148; Mon, 15 Mar 1999 00:59:57 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca6-71.ix.netcom.com [205.186.213.71]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id AAA05889; Mon, 15 Mar 1999 00:59:37 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id AAA02111; Mon, 15 Mar 1999 00:59:35 -0800 (PST) Date: Mon, 15 Mar 1999 00:59:35 -0800 (PST) Message-Id: <199903150859.AAA02111@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: ache@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <199903121017.CAA91424@freefall.freebsd.org> (ache@FreeBSD.org) Subject: Re: cvs commit: ports/www/sitecopy/pkg DESCR From: asami@FreeBSD.org (Satoshi Asami) References: <199903121017.CAA91424@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * note that WebDAV can be used too * remove personal info, not applicable in DESCR files I certainly don't know what Joe Orton's home page is doing there (you need do dig in a couple of levels to get to sitecopy's page) but having the name and e-mail address of the maintainer is common practice. Please put them back. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 1:18:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB9E114E1E; Mon, 15 Mar 1999 01:18:46 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA72255; Mon, 15 Mar 1999 01:18:28 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <199903150918.BAA72255@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 15 Mar 1999 01:18:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff/groff groff.man Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/03/15 01:18:28 PST Modified files: contrib/groff/groff groff.man Log: Fix conflicts. Revision Changes Path 1.3 +3 -0 src/contrib/groff/groff/groff.man To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 1:26:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 983C514DE4; Mon, 15 Mar 1999 01:26:00 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA72786; Mon, 15 Mar 1999 01:25:42 -0800 (PST) (envelope-from ache@FreeBSD.org) Message-Id: <199903150925.BAA72786@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 15 Mar 1999 01:25:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/sitecopy/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/03/15 01:25:42 PST Modified files: www/sitecopy/pkg DESCR Log: put back maintainer address per Satoshi request Revision Changes Path 1.3 +3 -0 ports/www/sitecopy/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 Mar 15 1:28: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE5EA14EEE; Mon, 15 Mar 1999 01:27:44 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA72911; Mon, 15 Mar 1999 01:27:26 -0800 (PST) (envelope-from dirk@FreeBSD.org) Message-Id: <199903150927.BAA72911@freefall.freebsd.org> From: Dirk Froemberg Date: Mon, 15 Mar 1999 01:27:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/lyx Makefile ports/print/lyx/files md5 ports/print/lyx/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/03/15 01:27:26 PST Modified files: print/lyx Makefile print/lyx/files md5 print/lyx/pkg PLIST Log: Upgrade to 1.0.1. OK'ed by: Andreas Klemm (maintainer) Revision Changes Path 1.27 +3 -2 ports/print/lyx/Makefile 1.9 +1 -1 ports/print/lyx/files/md5 1.12 +14 -0 ports/print/lyx/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 Mar 15 1:41:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 920D814DF7; Mon, 15 Mar 1999 01:41:41 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA73865; Mon, 15 Mar 1999 01:41:23 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <199903150941.BAA73865@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 15 Mar 1999 01:41:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts RELNOTES.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/03/15 01:41:22 PST Modified files: release/texts RELNOTES.TXT Log: Add import of ISC's DHCP client & the upgrade of Groff. Revision Changes Path 1.20 +5 -0 src/release/texts/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 1:46:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 98FDC14E8F; Mon, 15 Mar 1999 01:45:41 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA74200; Mon, 15 Mar 1999 01:45:23 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <199903150945.BAA74200@freefall.freebsd.org> From: Satoshi Asami Date: Mon, 15 Mar 1999 01:45:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports INDEX Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/03/15 01:45:23 PST Modified files: . INDEX Log: 2,115 ports in this INDEX. That number is divisible by 3, 3, 5 and 47. ("factor 2115") Revision Changes Path 1.212 +171 -156 ports/INDEX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 1:47:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F148714CFE; Mon, 15 Mar 1999 01:47:35 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA74302; Mon, 15 Mar 1999 01:47:17 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <199903150947.BAA74302@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 15 Mar 1999 01:47:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts RELNOTES.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/03/15 01:47:17 PST Modified files: (Branch: RELENG_3) release/texts RELNOTES.TXT Log: Most 3.1->3.2 & 3.0->3.1 Add NTFS driver. Add ISC dhclient. Revision Changes Path 1.12.2.6 +13 -9 src/release/texts/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 2:24:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DBA0C1507F; Mon, 15 Mar 1999 02:24:44 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA77335; Mon, 15 Mar 1999 02:24:26 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <199903151024.CAA77335@freefall.freebsd.org> From: "David E. O'Brien" Date: Mon, 15 Mar 1999 02:24:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim5 Makefile ports/editors/vim5/patches patch-01 ports/editors/vim5/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/03/15 02:24:26 PST Modified files: editors/vim5 Makefile editors/vim5/patches patch-01 editors/vim5/pkg PLIST Log: Use "MLINK"s rather than let Vim's Makefile do the manpage linking. This fixes the problem that many of Vim's manpages pointed to nowhere. Revision Changes Path 1.35 +3 -1 ports/editors/vim5/Makefile 1.11 +40 -4 ports/editors/vim5/patches/patch-01 1.17 +0 -1 ports/editors/vim5/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 Mar 15 2:29: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 1C90E1502B; Mon, 15 Mar 1999 02:28:53 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10MUYk-000CG5-00; Mon, 15 Mar 1999 12:25:22 +0200 From: Sheldon Hearn To: Dmitrij Tejblum Cc: John Polstra , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/csu/i386-elf Makefile crtbegin.c crtend.c In-reply-to: Your message of "Sun, 14 Mar 1999 21:15:57 +0300." <199903141815.VAA16244@tejblum.dnttm.rssi.ru> Date: Mon, 15 Mar 1999 12:25:22 +0200 Message-ID: <47124.921493522@axl.noc.iafrica.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, 14 Mar 1999 21:15:57 +0300, Dmitrij Tejblum wrote: > Ah! This is the thing that breaks world (namely, groff) with -O3. gcc > eliminate the "unused" code completely, and you cannot fix it by > -Wno-unused or by __unused. Does this relate at all to PR bin/10522? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 2:52: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from helios.dnttm.ru (dnttm-gw.rssi.ru [193.232.0.205]) by hub.freebsd.org (Postfix) with ESMTP id A393914F74; Mon, 15 Mar 1999 02:51:47 -0800 (PST) (envelope-from dima@tejblum.dnttm.rssi.ru) Received: (from uucp@localhost) by helios.dnttm.ru (8.9.1/8.9.1/IP-3) with UUCP id NAA29503; Mon, 15 Mar 1999 13:40:09 +0300 Received: from tejblum.dnttm.rssi.ru (localhost [127.0.0.1]) by tejblum.dnttm.rssi.ru (8.9.3/8.9.1) with ESMTP id NAA00665; Mon, 15 Mar 1999 13:43:11 +0300 (MSK) (envelope-from dima@tejblum.dnttm.rssi.ru) Message-Id: <199903151043.NAA00665@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: Sheldon Hearn Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/csu/i386-elf Makefile crtbegin.c crtend.c In-reply-to: Your message of "Mon, 15 Mar 1999 12:25:22 +0200." <47124.921493522@axl.noc.iafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 15 Mar 1999 13:43:11 +0300 From: Dmitrij Tejblum Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Sheldon Hearn wrote: > > Does this relate at all to PR bin/10522? Nope, bin/10522 is completely different problem, well understood for a long time. Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 4:38:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E3E2915025; Mon, 15 Mar 1999 04:38:04 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA88379; Mon, 15 Mar 1999 04:37:46 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903151237.EAA88379@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 15 Mar 1999 04:37:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/vfghostscript55 Makefile ports/japanese/vfghostscript55/files gdevepag.mak.patch md5 ports/japanese/vfghostscript55/pkg PLIST ports/japanese/vfghostscript55/scripts configure Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/15 04:37:44 PST Modified files: japanese/vfghostscript55 Makefile japanese/vfghostscript55/files gdevepag.mak.patch md5 japanese/vfghostscript55/pkg PLIST japanese/vfghostscript55/scripts configure Log: added and updated printer drivers. PR: ports/10498 Submitted by: Maintainer = MITA Yoshio Revision Changes Path 1.30 +21 -15 ports/japanese/vfghostscript55/Makefile 1.2 +12 -21 ports/japanese/vfghostscript55/files/gdevepag.mak.patch 1.17 +3 -1 ports/japanese/vfghostscript55/files/md5 1.9 +7 -7 ports/japanese/vfghostscript55/pkg/PLIST 1.11 +2 -1 ports/japanese/vfghostscript55/scripts/configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 4:45:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D004A14EC8; Mon, 15 Mar 1999 04:44:24 -0800 (PST) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA88975; Mon, 15 Mar 1999 04:44:06 -0800 (PST) (envelope-from wosch@FreeBSD.org) Message-Id: <199903151244.EAA88975@freefall.freebsd.org> From: Wolfram Schneider Date: Mon, 15 Mar 1999 04:44:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en support.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/03/15 04:44:06 PST Modified files: en support.sgml Log: Added The Windsor Unix Users Group (Windsor, Ontario, Canada) Submitted by: Alan Revision Changes Path 1.122 +12 -2 www/en/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 4:46:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F89614CFE; Mon, 15 Mar 1999 04:44:10 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA88946; Mon, 15 Mar 1999 04:43:51 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903151243.EAA88946@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 15 Mar 1999 04:43:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/vfghostscript55/files gdevalps.mak.patch Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/15 04:43:50 PST Added files: japanese/vfghostscript55/files gdevalps.mak.patch Log: I forgot to cvs add files/gdevalps.mak.patch before previous committing. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 5: 0:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C6AC14D74; Mon, 15 Mar 1999 05:00:55 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA90487; Mon, 15 Mar 1999 05:00:37 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903151300.FAA90487@freefall.freebsd.org> From: Satoshi Taoka Date: Mon, 15 Mar 1999 05:00:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/ndtpd Makefile ports/japanese/ndtpd/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/15 05:00:37 PST Modified files: japanese/ndtpd Makefile japanese/ndtpd/files md5 Log: Update to ndtpd-2.2.2 PR: ports/10526 Submitted by: Kazutoki TAKAMUNE takamune@avrl.mei.co.jp Revision Changes Path 1.7 +4 -4 ports/japanese/ndtpd/Makefile 1.5 +1 -1 ports/japanese/ndtpd/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 Mar 15 7:39:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3308614E20; Mon, 15 Mar 1999 07:37:15 -0800 (PST) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA43460; Mon, 15 Mar 1999 07:36:57 -0800 (PST) (envelope-from ghelmer@FreeBSD.org) Message-Id: <199903151536.HAA43460@freefall.freebsd.org> From: Guy Helmer Date: Mon, 15 Mar 1999 07:36:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/limits limits.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ghelmer 1999/03/15 07:36:56 PST Modified files: usr.bin/limits limits.1 Log: Reference the sysctl variables related to various limits. PR: docs/6764 Revision Changes Path 1.10 +13 -4 src/usr.bin/limits/limits.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 7:43:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8284E14D97; Mon, 15 Mar 1999 07:43:30 -0800 (PST) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA44738; Mon, 15 Mar 1999 07:43:12 -0800 (PST) (envelope-from ghelmer@FreeBSD.org) Message-Id: <199903151543.HAA44738@freefall.freebsd.org> From: Guy Helmer Date: Mon, 15 Mar 1999 07:43:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 security.7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ghelmer 1999/03/15 07:43:11 PST Modified files: share/man/man7 security.7 Log: Fix reference (FreeBSD 3.0.1 -> FreeBSD 3.1), remove apparent typo, and fix reference to sysctl(8). PR: docs/10428 docs/10482 Revision Changes Path 1.7 +5 -4 src/share/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 Mon Mar 15 8: 1:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B28F14FA9; Mon, 15 Mar 1999 08:01:40 -0800 (PST) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA48145; Mon, 15 Mar 1999 08:01:22 -0800 (PST) (envelope-from ghelmer@FreeBSD.org) Message-Id: <199903151601.IAA48145@freefall.freebsd.org> From: Guy Helmer Date: Mon, 15 Mar 1999 08:01:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 ppbus.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ghelmer 1999/03/15 08:01:22 PST Modified files: share/man/man4 ppbus.4 Log: Spelling and grammar fixes. PR: docs/10401 Revision Changes Path 1.5 +23 -23 src/share/man/man4/ppbus.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 9:33: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8428314D77; Mon, 15 Mar 1999 09:33:03 -0800 (PST) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA57551; Mon, 15 Mar 1999 09:32:45 -0800 (PST) (envelope-from wosch@FreeBSD.org) Message-Id: <199903151732.JAA57551@freefall.freebsd.org> From: Wolfram Schneider Date: Mon, 15 Mar 1999 09:32:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cons/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/03/15 09:32:44 PST Modified files: devel/cons/pkg DESCR Log: New homepage. Revision Changes Path 1.2 +1 -1 ports/devel/cons/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 Mar 15 10: 9:54 1999 Delivered-To: cvs-all@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 01A1014C3C; Mon, 15 Mar 1999 10:09:45 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.1/8.9.1) with ESMTP id KAA10163; Mon, 15 Mar 1999 10:08:56 -0800 (PST) (envelope-from jdp@polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.9.2/8.9.1) id KAA17211; Mon, 15 Mar 1999 10:08:55 -0800 (PST) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <47124.921493522@axl.noc.iafrica.com> Date: Mon, 15 Mar 1999 10:08:55 -0800 (PST) Organization: Polstra & Co., Inc. From: John Polstra To: Sheldon Hearn Subject: Re: cvs commit: src/lib/csu/i386-elf Makefile crtbegin.c crtend. Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, John Polstra , Dmitrij Tejblum Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Sheldon Hearn wrote: > On Sun, 14 Mar 1999 21:15:57 +0300, Dmitrij Tejblum wrote: > >> Ah! This is the thing that breaks world (namely, groff) with -O3. gcc >> eliminate the "unused" code completely, and you cannot fix it by >> -Wno-unused or by __unused. > > Does this relate at all to PR bin/10522? No, that's something different. It's a known limitation of gcc that some spurious warnings can come out when no optimization is used. (And some constructs that should cause valid warnings can be missed.) That's why it's a bad idea to use -Werror anywhere, any time. I see several possible solutions: 1. Outlaw the use of -Werror in any makefiles under /usr/src, and add a comment warning about its use in /etc/make.conf. 2. Add some magic to the /usr/share/mk/files to silently remove -Werror from CFLAGS if no optimization is used. I'm pretty sure this is feasible, modulo bugs in make. Here's a barely tested possibility: _OFLAG:=-O0 .for i in ${CFLAGS:M-O*} _OFLAG:=${i} .endfor .if ${_OFLAG} == "-O0" CFLAGS:=${CFLAGS:N-Werror} .endif 3. Like #2, but backwards: silently add -O if -Werror is used and no optimization was specified. 4. Modify the compiler to do #2 or #3. I'd personally prefer #1 (because -Werror is a misguided idea IMHO) or #2 (because it solves the problem without police). I don't like #3, because it changes the code that's emitted. I don't like #4, because any divergence from standard compilers is a maintenance hassle. John --- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-interest is the aphrodisiac of belief." -- James V. DeLong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 10:30:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 790CB14D74; Mon, 15 Mar 1999 10:30:25 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA62929; Mon, 15 Mar 1999 10:30:07 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903151830.KAA62929@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 15 Mar 1999 10:30:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gqmpeg Makefile ports/graphics/fnlib Makefile ports/graphics/gqview Makefile ports/graphics/imlib/patches patch-ac ports/graphics/imlib/pkg PLIST ports/japanese/eterm Makefile ports/net/yagirc Makefile ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/15 10:30:07 PST Modified files: audio/gqmpeg Makefile graphics/fnlib Makefile graphics/gqview Makefile graphics/imlib/patches patch-ac graphics/imlib/pkg PLIST japanese/eterm Makefile net/yagirc Makefile x11/eterm Makefile x11/gnomelibs Makefile x11-toolkits/gtk-engines Makefile x11-toolkits/gtkstep Makefile x11-toolkits/p5-Gtk Makefile x11-toolkits/py-gtk Makefile x11-wm/enlightenment Makefile Log: Bump imlib library version since it now depends upon GTK 1.2 instead of 1.1. libgdk_imlib.so.2 -> libgdk_imlib.so.3 libImlib.so.2 -> libImlib.so.3 Revision Changes Path 1.11 +2 -2 ports/audio/gqmpeg/Makefile 1.9 +2 -2 ports/graphics/fnlib/Makefile 1.11 +2 -2 ports/graphics/gqview/Makefile 1.16 +2 -2 ports/graphics/imlib/patches/patch-ac 1.19 +2 -2 ports/graphics/imlib/pkg/PLIST 1.4 +2 -2 ports/japanese/eterm/Makefile 1.14 +2 -2 ports/net/yagirc/Makefile 1.16 +2 -2 ports/x11/eterm/Makefile 1.35 +2 -2 ports/x11/gnomelibs/Makefile 1.9 +2 -2 ports/x11-toolkits/gtk-engines/Makefile 1.4 +2 -2 ports/x11-toolkits/gtkstep/Makefile 1.22 +2 -2 ports/x11-toolkits/p5-Gtk/Makefile 1.23 +2 -2 ports/x11-toolkits/py-gtk/Makefile 1.34 +2 -2 ports/x11-wm/enlightenment/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 11: 1:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B27CA1547A; Mon, 15 Mar 1999 11:00:57 -0800 (PST) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA65121; Mon, 15 Mar 1999 11:00:39 -0800 (PST) (envelope-from jdp@FreeBSD.org) Message-Id: <199903151900.LAA65121@freefall.freebsd.org> From: John Polstra Date: Mon, 15 Mar 1999 11:00:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/m3gdb/patches patch-ac patch-ad Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/03/15 11:00:39 PST Added files: lang/m3gdb/patches patch-ac patch-ad Log: Fix the "switch" command so that one can switch between threads from the debugger. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 11:59:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B89115130; Mon, 15 Mar 1999 11:59:42 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA70442; Mon, 15 Mar 1999 11:59:24 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903151959.LAA70442@freefall.freebsd.org> From: Jacques Vidrine Date: Mon, 15 Mar 1999 11:59:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libicq Makefile ports/devel/libicq/files md5 ports/devel/libicq/patches patch-ab patch-ac patch-aa ports/devel/libicq/pkg DESCR PLIST ports/net/gicq Makefile ports/net/gicq/files md5 ports/net/gicq/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/15 11:59:24 PST Modified files: devel/libicq Makefile devel/libicq/files md5 devel/libicq/patches patch-aa devel/libicq/pkg DESCR PLIST net/gicq Makefile net/gicq/files md5 net/gicq/pkg DESCR PLIST Added files: devel/libicq/patches patch-ab patch-ac Log: Update of libicq and gicq. libicq: 0.20 -> 0.33 gicq: 0.22 -> 0.33 Revision Changes Path 1.3 +11 -10 ports/devel/libicq/Makefile 1.2 +1 -1 ports/devel/libicq/files/md5 1.3 +701 -37 ports/devel/libicq/patches/patch-aa 1.2 +1 -1 ports/devel/libicq/pkg/DESCR 1.4 +1 -1 ports/devel/libicq/pkg/PLIST 1.5 +9 -10 ports/net/gicq/Makefile 1.2 +1 -1 ports/net/gicq/files/md5 1.2 +2 -0 ports/net/gicq/pkg/DESCR 1.2 +5 -0 ports/net/gicq/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 Mar 15 12:20:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9926F15209; Mon, 15 Mar 1999 12:20:38 -0800 (PST) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA71882; Mon, 15 Mar 1999 12:20:20 -0800 (PST) (envelope-from dt@FreeBSD.org) Message-Id: <199903152020.MAA71882@freefall.freebsd.org> From: Dmitrij Tejblum Date: Mon, 15 Mar 1999 12:20:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ru/FAQ admin.sgml hackers.sgml preface.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1999/03/15 12:20:20 PST Modified files: ru/FAQ admin.sgml hackers.sgml preface.sgml Log: Synchronize with the following revisions of the English version: admin.sgml 1.20 hackers.sgml 1.12 preface.sgml 1.28 PR: 10583, 10584, 10585 Submitted by: Andrey Zakhvatov Revision Changes Path 1.3 +103 -49 doc/ru/FAQ/admin.sgml 1.3 +24 -7 doc/ru/FAQ/hackers.sgml 1.5 +27 -21 doc/ru/FAQ/preface.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 13:21:47 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 1E25E151EE; Mon, 15 Mar 1999 13:21:36 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id QAA13319; Mon, 15 Mar 1999 16:22:21 -0500 (EST) (envelope-from billf@jade.chc-chimes.com) Date: Mon, 15 Mar 1999 16:22:21 -0500 (EST) From: Bill Fumerola Reply-To: Bill Fumerola To: Nate Williams Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc make.conf In-Reply-To: <199903150454.VAA28547@mt.sri.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, 14 Mar 1999, Nate Williams wrote: > > It allows for local overrides if you have a close mirror. > > I don't think this belong in the OS make.conf file. Take that up with Satoshi or -core, I guess. I was merely trying to keep them in sync. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 13:23:16 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 6CE7515146; Mon, 15 Mar 1999 13:23:14 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id OAA15975; Mon, 15 Mar 1999 14:22:55 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id OAA01568; Mon, 15 Mar 1999 14:22:41 -0700 Date: Mon, 15 Mar 1999 14:22:41 -0700 Message-Id: <199903152122.OAA01568@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Bill Fumerola Cc: Nate Williams , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc make.conf In-Reply-To: References: <199903150454.VAA28547@mt.sri.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > > It allows for local overrides if you have a close mirror. > > > > I don't think this belong in the OS make.conf file. > > Take that up with Satoshi or -core, I guess. I was merely trying to keep > them in sync. Huh? You committed the change to both branches, so it didn't exist until you made the commit. (In other words, there was nothing to sync. up). Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 13:26:36 1999 Delivered-To: cvs-all@freebsd.org Received: from hschpt06.hou.ucarb.com (unknown [144.68.7.99]) by hub.freebsd.org (Postfix) with ESMTP id BE03815390; Mon, 15 Mar 1999 13:25:36 -0800 (PST) (envelope-from miker@hschpt06.hou.ucarb.com) Received: (from miker@localhost) by hschpt06.hou.ucarb.com (8.8.8/8.8.8) id PAA11530; Mon, 15 Mar 1999 15:21:55 -0600 (CST) (envelope-from mikenguyen@sprintmail.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199903121944.MAA21382@harmony.village.org> Date: Mon, 15 Mar 1999 15:21:55 -0600 (CST) From: Mike Nguyen To: Warner Losh Subject: Re: BSD/OS compatibility (was: cvs commit: src/sys/i386/conf .. Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, "Andrey A. Chernov" , Marc Slemko Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 12-Mar-99 Warner Losh uttered: > In message Marc > Slemko writes: >: 2. It isn't anyone's job to decree that BSD/OS compatibility isn't >: important because some of the applications that people do use it >: for have security issues. > > Does anybody have a good selection of bsd/os binaries that worked > before this change handy? Well, I use the "real" Kornshell93 everyday. Statically linked and all, so I can also use it as root's shell. Seems to work fine. Mike. ------------------------------------------------------------------------------- Mike Nguyen - UNIX Sysadmin and Geek Pager (800) SKY-8888 pin# 1138368 or 1138368@skytel.com Sex without love is an empty experience, but, as empty experiences go, it's one of the best. -- Woody Allen ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 13:27: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4848915571; Mon, 15 Mar 1999 13:26:58 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA76938; Mon, 15 Mar 1999 13:26:40 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903152126.NAA76938@freefall.freebsd.org> From: Bill Fumerola Date: Mon, 15 Mar 1999 13:26:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/fltk Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/15 13:26:39 PST Modified files: x11-toolkits/fltk Makefile Log: Add a LIB_DEPEND for mesa Revision Changes Path 1.2 +3 -1 ports/x11-toolkits/fltk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 13:37:25 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 0874114FC0; Mon, 15 Mar 1999 13:37:08 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id QAA19154; Mon, 15 Mar 1999 16:37:32 -0500 (EST) (envelope-from billf@jade.chc-chimes.com) Date: Mon, 15 Mar 1999 16:37:32 -0500 (EST) From: Bill Fumerola To: Nate Williams Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc make.conf In-Reply-To: <199903152122.OAA01568@mt.sri.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 15 Mar 1999, Nate Williams wrote: > > Take that up with Satoshi or -core, I guess. I was merely trying to keep > > them in sync. > > Huh? You committed the change to both branches, so it didn't exist > until you made the commit. (In other words, there was nothing to > sync. up). Wrong. Index: make.conf =================================================================== RCS file: /home/ncvs/src/etc/make.conf,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- make.conf 1999/02/03 22:25:41 1.74 +++ make.conf 1999/03/14 19:05:16 1.75 @@ -1,4 +1,4 @@ -# $Id: make.conf,v 1.74 1999/02/03 22:25:41 asami Exp $ +# $Id: make.conf,v 1.75 1999/03/14 19:05:16 billf Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing @@ -155,6 +155,8 @@ #MASTER_SITE_KDE= ftp://ftp.kde.org/pub/kde/%SUBDIR%/ #MASTER_SITE_COMP_SOURCES= ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/ #MASTER_SITE_GNOME= ftp://ftp.gnome.org/pub/GNOME/sources/%SUBDIR%/ +#MASTER_SITE_AFTERSTEP= ftp://ftp.afterstep.org/%SUBDIR%/ +#MASTER_SITE_WINDOWMAKER= ftp://ftp.windowmaker.org/pub/%SUBDIR%/ # # # Kerberos IV I merely updated the existing definitions. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 13:39:18 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 9771815100; Mon, 15 Mar 1999 13:39:15 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id OAA16091; Mon, 15 Mar 1999 14:38:56 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id OAA01707; Mon, 15 Mar 1999 14:38:42 -0700 Date: Mon, 15 Mar 1999 14:38:42 -0700 Message-Id: <199903152138.OAA01707@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Bill Fumerola Cc: Nate Williams , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc make.conf In-Reply-To: References: <199903152122.OAA01568@mt.sri.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > > Take that up with Satoshi or -core, I guess. I was merely trying to keep > > > them in sync. > > > > Huh? You committed the change to both branches, so it didn't exist > > until you made the commit. (In other words, there was nothing to > > sync. up). > > Wrong. > > Index: make.conf > =================================================================== > RCS file: /home/ncvs/src/etc/make.conf,v > retrieving revision 1.74 > retrieving revision 1.75 > diff -u -r1.74 -r1.75 > --- make.conf 1999/02/03 22:25:41 1.74 > +++ make.conf 1999/03/14 19:05:16 1.75 > @@ -1,4 +1,4 @@ > -# $Id: make.conf,v 1.74 1999/02/03 22:25:41 asami Exp $ > +# $Id: make.conf,v 1.75 1999/03/14 19:05:16 billf Exp $ > # > # This file, if present, will be read by make (see /usr/share/mk/sys.mk). > # It allows you to override macro definitions to make without changing > @@ -155,6 +155,8 @@ > #MASTER_SITE_KDE= ftp://ftp.kde.org/pub/kde/%SUBDIR%/ > #MASTER_SITE_COMP_SOURCES= ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/ > #MASTER_SITE_GNOME= ftp://ftp.gnome.org/pub/GNOME/sources/%SUBDIR%/ > +#MASTER_SITE_AFTERSTEP= ftp://ftp.afterstep.org/%SUBDIR%/ > +#MASTER_SITE_WINDOWMAKER= ftp://ftp.windowmaker.org/pub/%SUBDIR%/ > # > # > # Kerberos IV > > I merely updated the existing definitions. Ahh, sorry. I mis-read the commit message. I think these files should go in /etc/ports.conf instead of make.conf to separate them out from the base system. Even more so now that the ports tree is even more separated from the base system with the removal /usr/share/mk/*ports*mk stuff. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 13:49:43 1999 Delivered-To: cvs-all@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 738601502A; Mon, 15 Mar 1999 13:49:30 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10MfE5-000Aju-00; Mon, 15 Mar 1999 23:48:45 +0200 From: Sheldon Hearn To: Nate Williams Cc: Bill Fumerola , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc make.conf In-reply-to: Your message of "Mon, 15 Mar 1999 14:38:42 MST." <199903152138.OAA01707@mt.sri.com> Date: Mon, 15 Mar 1999 23:48:45 +0200 Message-ID: <41285.921534525@axl.noc.iafrica.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 15 Mar 1999 14:38:42 MST, Nate Williams wrote: > Ahh, sorry. I mis-read the commit message. I think these files should > go in /etc/ports.conf instead of make.conf to separate them out from the > base system. Given that you want to "separate them out from the base system", /usr/ports/ports.conf might be more appropriate. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 13:51: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 7362E151C8; Mon, 15 Mar 1999 13:51:04 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id OAA16189; Mon, 15 Mar 1999 14:50:40 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id OAA01768; Mon, 15 Mar 1999 14:50:26 -0700 Date: Mon, 15 Mar 1999 14:50:26 -0700 Message-Id: <199903152150.OAA01768@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Sheldon Hearn Cc: Nate Williams , Bill Fumerola , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc make.conf In-Reply-To: <41285.921534525@axl.noc.iafrica.com> References: <199903152138.OAA01707@mt.sri.com> <41285.921534525@axl.noc.iafrica.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > > Ahh, sorry. I mis-read the commit message. I think these files should > > go in /etc/ports.conf instead of make.conf to separate them out from the > > base system. > > Given that you want to "separate them out from the base system", > /usr/ports/ports.conf might be more appropriate. Works for me. /etc is not the best place to stick them anyway. Now, if we could only get Satoshi to buy off on this. :) :) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 13:56:39 1999 Delivered-To: cvs-all@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 299C615517; Mon, 15 Mar 1999 13:56:16 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10MfKY-000AlT-00; Mon, 15 Mar 1999 23:55:26 +0200 From: Sheldon Hearn To: Nate Williams Cc: Bill Fumerola , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc make.conf In-reply-to: Your message of "Mon, 15 Mar 1999 14:50:26 MST." <199903152150.OAA01768@mt.sri.com> Date: Mon, 15 Mar 1999 23:55:26 +0200 Message-ID: <41382.921534926@axl.noc.iafrica.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 15 Mar 1999 14:50:26 MST, Nate Williams wrote: > Now, if we could only get Satoshi to buy off on this. :) :) Wait! There's more. If you dial now, you get /usr/ports/ports.conf.defaults Updated during sup /usr/ports/ports.conf Not part of ports tree, added by local admin. Commented and parsed a'la /etc/defaults/rc.conf and /etc/rc.conf . *pull.pin.piss.off.n.pray* Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 13:57:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 456D41574A; Mon, 15 Mar 1999 13:57:12 -0800 (PST) (envelope-from jdp@FreeBSD.org) Received: (from jdp@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA79281; Mon, 15 Mar 1999 13:56:54 -0800 (PST) (envelope-from jdp@FreeBSD.org) Message-Id: <199903152156.NAA79281@freefall.freebsd.org> From: John Polstra Date: Mon, 15 Mar 1999 13:56:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/csu/i386-elf Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jdp 1999/03/15 13:56:54 PST Modified files: lib/csu/i386-elf Makefile Log: Add "-fkeep-inline-functions" to CFLAGS so that higher optimization levels (-O3 and above) won't remove essential code. Many thanks to Dmitrij Tejblum for pointing out that it was the optimizer's removal of this code that caused make world with -O3 to break. With this change, make buildworld now completes. Revision Changes Path 1.5 +2 -3 src/lib/csu/i386-elf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 13:58:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CCF7155AD; Mon, 15 Mar 1999 13:56:33 -0800 (PST) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA79195; Mon, 15 Mar 1999 13:56:15 -0800 (PST) (envelope-from wosch@FreeBSD.org) Message-Id: <199903152156.NAA79195@freefall.freebsd.org> From: Wolfram Schneider Date: Mon, 15 Mar 1999 13:56:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en y2kbug.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/03/15 13:56:14 PST Modified files: en y2kbug.sgml Log: Typo: millenium -> millennium Submitted by: Chris Holden Revision Changes Path 1.19 +4 -4 www/en/y2kbug.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 13:59:51 1999 Delivered-To: cvs-all@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 4B03C157FA; Mon, 15 Mar 1999 13:59:05 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.1/8.9.1) with ESMTP id NAA11144; Mon, 15 Mar 1999 13:58:47 -0800 (PST) (envelope-from jdp@polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.9.2/8.9.1) id NAA72416; Mon, 15 Mar 1999 13:58:46 -0800 (PST) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199903142145.AAA03550@tejblum.dnttm.rssi.ru> Date: Mon, 15 Mar 1999 13:58:46 -0800 (PST) Organization: Polstra & Co., Inc. From: John Polstra To: Dmitrij Tejblum Subject: Re: cvs commit: src/lib/csu/i386-elf Makefile crtbegin.c crtend. Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk I've just committed a change to the Makefile, adding "-fkeep-inline-functions" to CFLAGS. With that, make buildworld finished OK with -O3. Thanks a lot for sleuthing out this problem. Was there an open PR on this? John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 14: 0:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 218CB15740; Mon, 15 Mar 1999 13:57:09 -0800 (PST) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA79264; Mon, 15 Mar 1999 13:56:51 -0800 (PST) (envelope-from wosch@FreeBSD.org) Message-Id: <199903152156.NAA79264@freefall.freebsd.org> From: Wolfram Schneider Date: Mon, 15 Mar 1999 13:56:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects projects.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/03/15 13:56:51 PST Modified files: en/projects projects.sgml Log: Added to section Advocacy: BSD cellphone covers. Revision Changes Path 1.54 +7 -2 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 Mon Mar 15 14: 0:28 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 3092F15864; Mon, 15 Mar 1999 14:00:21 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id RAA27855; Mon, 15 Mar 1999 17:00:59 -0500 (EST) (envelope-from billf@jade.chc-chimes.com) Date: Mon, 15 Mar 1999 17:00:59 -0500 (EST) From: Bill Fumerola To: committers@FreeBSD.org Cc: cvs-all@FreeBSD.org, veers@disturbed.net Subject: patches (fwd) Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-514290963-921534090=:745" Content-ID: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-514290963-921534090=:745 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: After a conversation with the submitter I was sent this patch, and I think it has value. It is a reasonable assumption that if a system has been running quotaon previous to boot, that the quotas should be in check, and the system should be able to pick up where it left off. This can save a lot of time on boot. Any objections to the following patch? - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - ---------- Forwarded message ---------- Date: Mon, 15 Mar 1999 16:41:30 -0500 (EST) From: Alex Perel To: billf@jade.chc-chimes.com Subject: patches Index: rc =================================================================== RCS file: /cvs/src/etc/rc,v retrieving revision 1.182 diff -u -r1.182 rc --- rc 1999/03/14 20:26:39 1.182 +++ rc 1999/03/15 21:04:28 @@ -233,13 +233,22 @@ network_pass2 fi -# Check the quotas (must be after ypbind if using NIS) -if [ "X${check_quotas}" = X"YES" ]; then - echo -n 'checking quotas:' - quotacheck -a - echo ' done.' - quotaon -a +# Enable/Check the quotas (must be after ypbind if using NIS) +if [ "X${enable_quotas}" = X"YES" ]; then + + # Only check quotas if they have been previously enabled, and requested + if [ "X${check_quotas}" = X"YES" ]; then + echo -n 'checking quotas:' + quotacheck -a + echo ' done.' + fi + + echo -n 'enabling quotas:' + quotaon -a + echo ' done.' fi + + if [ -n "$network_pass2_done" ]; then network_pass3 Index: defaults/rc.conf =================================================================== RCS file: /cvs/src/etc/defaults/rc.conf,v retrieving revision 1.3 diff -u -r1.3 rc.conf --- rc.conf 1999/03/11 16:17:24 1.3 +++ rc.conf 1999/03/15 21:04:32 @@ -186,6 +186,7 @@ sendmail_enable="YES" # Run the sendmail daemon (or NO). sendmail_flags="-bd -q30m" # Flags to sendmail (if enabled) dumpdev="NO" # Device name to crashdump to (if enabled). +enable_quotas="NO" # turn on quotas on startup (or NO). check_quotas="NO" # Check quotas (or NO). accounting_enable="NO" # Turn on process accounting (or NO). ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO). --0-514290963-921534090=:745-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 14:15:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DDC414E50; Mon, 15 Mar 1999 14:15:12 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA81259; Mon, 15 Mar 1999 14:14:54 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903152214.OAA81259@freefall.freebsd.org> From: Steve Price Date: Mon, 15 Mar 1999 14:14:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/maildrop/patches patch-aa patch-ab patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/15 14:14:54 PST Removed files: mail/maildrop/patches patch-aa patch-ab patch-ac Log: Forgot to 'cvs remove -f' the patches directory in the previous commit. Mea culpa. 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 Mon Mar 15 14:32:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0161154F9; Mon, 15 Mar 1999 14:31:35 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA82587; Mon, 15 Mar 1999 14:31:17 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903152231.OAA82587@freefall.freebsd.org> From: Steve Price Date: Mon, 15 Mar 1999 14:31:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/pente Makefile ports/games/pente/files md5 ports/games/pente/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/15 14:31:17 PST Modified files: games Makefile Removed files: games/pente Makefile games/pente/files md5 games/pente/pkg COMMENT DESCR PLIST Log: Removing the pente port. If and when this port's distfile re-surfaces, we'll resurrect it. Suggested by: Satoshi Revision Changes Path 1.189 +1 -2 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 Mon Mar 15 14:33:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 34A4A15926; Mon, 15 Mar 1999 14:32:31 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA82725; Mon, 15 Mar 1999 14:32:13 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903152232.OAA82725@freefall.freebsd.org> From: Steve Price Date: Mon, 15 Mar 1999 14:32:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/15 14:32:13 PST Modified files: . modules Log: Removing ports/games/pente. Revision Changes Path 1.2826 +1 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 14:36:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C0F314F85; Mon, 15 Mar 1999 14:36:44 -0800 (PST) (envelope-from dburr@FreeBSD.org) Received: (from dburr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA83052; Mon, 15 Mar 1999 14:36:26 -0800 (PST) (envelope-from dburr@FreeBSD.org) Message-Id: <199903152236.OAA83052@freefall.freebsd.org> From: Donald Burr Date: Mon, 15 Mar 1999 14:36:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1999/03/15 14:36:26 PST Modified files: . modules Log: netrek-BRMH-bin --> ports/games/netrek-BRMH-bin Revision Changes Path 1.2827 +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 Mar 15 14:38: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BCC31502B; Mon, 15 Mar 1999 14:38:02 -0800 (PST) (envelope-from dburr@FreeBSD.org) Received: (from dburr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA83177; Mon, 15 Mar 1999 14:37:44 -0800 (PST) (envelope-from dburr@FreeBSD.org) Message-Id: <199903152237.OAA83177@freefall.freebsd.org> From: Donald Burr Date: Mon, 15 Mar 1999 14:37:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/netrek-BRMH-bin - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1999/03/15 14:37:44 PST ports/games/netrek-BRMH-bin - Imported sources Update of /home/ncvs/ports/games/netrek-BRMH-bin In directory freefall.freebsd.org:/d/users/dburr/netrek-BRMH-bin Log Message: Submitted by: Donald Burr Obtained from: the net Import of new port games/netrek-BRMH-bin, a multi-player space battle/ warfare/conquest type game, with a Star Trek theme. This is the "BRMH" version of the client, which is optimized for speed and will perform better on sluggish machines. Status: Vendor Tag: DBURR Release Tags: brmh_2_2p2 N ports/games/netrek-BRMH-bin/Makefile I ports/games/netrek-BRMH-bin/CVS N ports/games/netrek-BRMH-bin/pkg/PLIST N ports/games/netrek-BRMH-bin/pkg/MESSAGE N ports/games/netrek-BRMH-bin/pkg/COMMENT N ports/games/netrek-BRMH-bin/pkg/DESCR N ports/games/netrek-BRMH-bin/files/md5 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 14:39: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AD6C714C44; Mon, 15 Mar 1999 14:39:06 -0800 (PST) (envelope-from dburr@FreeBSD.org) Received: (from dburr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA83275; Mon, 15 Mar 1999 14:38:48 -0800 (PST) (envelope-from dburr@FreeBSD.org) Message-Id: <199903152238.OAA83275@freefall.freebsd.org> From: Donald Burr Date: Mon, 15 Mar 1999 14:38:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1999/03/15 14:38:48 PST Modified files: . modules Log: netrek-COW3-bin --> ports/games/netrek-COW3-bin Revision Changes Path 1.2828 +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 Mar 15 14:40:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E7B0D14BE4; Mon, 15 Mar 1999 14:40:45 -0800 (PST) (envelope-from dburr@FreeBSD.org) Received: (from dburr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA83405; Mon, 15 Mar 1999 14:40:27 -0800 (PST) (envelope-from dburr@FreeBSD.org) Message-Id: <199903152240.OAA83405@freefall.freebsd.org> From: Donald Burr Date: Mon, 15 Mar 1999 14:40:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/netrek-COW3-bin - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1999/03/15 14:40:27 PST ports/games/netrek-COW3-bin - Imported sources Update of /home/ncvs/ports/games/netrek-COW3-bin In directory freefall.freebsd.org:/d/users/dburr/netrek-COW3-bin Log Message: Submitted by: Donald Burr Obtained from: the net Import of new port games/netrek-COW3-bin, a multiplayer space battle type game with a Star Trek theme. This is the 'COW3' client, which has all the whiz-bang features that everyone seems to want nowadays, like a nifty 256-color mode, sound, etc. It's probably not a wise choice if you have a slower machine; use the BRMH client instead. Status: Vendor Tag: DBURR Release Tags: cow_3_00pl0 N ports/games/netrek-COW3-bin/Makefile I ports/games/netrek-COW3-bin/CVS N ports/games/netrek-COW3-bin/pkg/PLIST N ports/games/netrek-COW3-bin/pkg/MESSAGE N ports/games/netrek-COW3-bin/pkg/COMMENT N ports/games/netrek-COW3-bin/pkg/DESCR N ports/games/netrek-COW3-bin/files/md5 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 14:42:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 06FEB14F65; Mon, 15 Mar 1999 14:42:10 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA83567; Mon, 15 Mar 1999 14:41:52 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903152241.OAA83567@freefall.freebsd.org> From: Steve Price Date: Mon, 15 Mar 1999 14:41:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/ircd-hybrid-5 Makefile ports/net/ircd-hybrid-5/files ircd.sh md5 ports/net/ircd-hybrid-5/patches patch-aa patch-ab patch-ac patch-ad patch-ae ports/net/ircd-hybrid-5/pkg COMMENT DESCR ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/15 14:41:52 PST Modified files: net Makefile Removed files: net/ircd-hybrid-5 Makefile net/ircd-hybrid-5/files ircd.sh md5 net/ircd-hybrid-5/patches patch-aa patch-ab patch-ac patch-ad patch-ae net/ircd-hybrid-5/pkg COMMENT DESCR INSTALL PLIST Log: Repository copy from ircd-hybrid-5 to ircd-hybrid. Revision Changes Path 1.230 +2 -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 Mon Mar 15 14:46:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BA5314FD0; Mon, 15 Mar 1999 14:46:03 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA83797; Mon, 15 Mar 1999 14:45:45 -0800 (PST) (envelope-from steve@FreeBSD.org) Message-Id: <199903152245.OAA83797@freefall.freebsd.org> From: Steve Price Date: Mon, 15 Mar 1999 14:45:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk steve 1999/03/15 14:45:44 PST Modified files: . modules Log: Move ircd-hybrid-5 to ircd-hybrid after repository copy. Revision Changes Path 1.2829 +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 Mon Mar 15 15: 2:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 36CA214E73; Mon, 15 Mar 1999 15:02:29 -0800 (PST) (envelope-from dburr@FreeBSD.org) Received: (from dburr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA85130; Mon, 15 Mar 1999 15:02:11 -0800 (PST) (envelope-from dburr@FreeBSD.org) Message-Id: <199903152302.PAA85130@freefall.freebsd.org> From: Donald Burr Date: Mon, 15 Mar 1999 15:02:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1999/03/15 15:02:10 PST Modified files: games Makefile Log: Enable the two netrek ports. Revision Changes Path 1.190 +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 Mon Mar 15 15:40:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B651014CD1; Mon, 15 Mar 1999 15:40:46 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA86986; Mon, 15 Mar 1999 15:40:28 -0800 (PST) (envelope-from dirk@FreeBSD.org) Message-Id: <199903152340.PAA86986@freefall.freebsd.org> From: Dirk Froemberg Date: Mon, 15 Mar 1999 15:40:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/bladeenc Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/03/15 15:40:27 PST Modified files: audio/bladeenc Makefile Log: FreeBSD-current isn't able to execute BSDI executables any longer. So set BROKEN if OSVERSION is greater or equal 400002. Pointed out by: Michael Reifenberger Revision Changes Path 1.3 +7 -2 ports/audio/bladeenc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 16: 6:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 640EC15082; Mon, 15 Mar 1999 16:05:10 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA88111; Mon, 15 Mar 1999 16:04:52 -0800 (PST) (envelope-from julian@FreeBSD.org) Message-Id: <199903160004.QAA88111@freefall.freebsd.org> From: Julian Elischer Date: Mon, 15 Mar 1999 16:04:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/mfs mfs_vfsops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/03/15 16:04:51 PST Modified files: (Branch: RELENG_3) sys/ufs/mfs mfs_vfsops.c Log: Protect a list operatio behind splbio() MFC: 1.53->1.54 (partial) Submitted by: Matt Dillon Revision Changes Path 1.53.2.2 +8 -1 src/sys/ufs/mfs/mfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 16:15:10 1999 Delivered-To: cvs-all@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id A6DAF14D53; Mon, 15 Mar 1999 16:14:21 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.1/8.9.1) with ESMTP id QAA11696; Mon, 15 Mar 1999 16:14:02 -0800 (PST) (envelope-from jdp@polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.9.2/8.9.1) id QAA72608; Mon, 15 Mar 1999 16:14:02 -0800 (PST) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199903160004.DAA01746@tejblum.dnttm.rssi.ru> Date: Mon, 15 Mar 1999 16:14:02 -0800 (PST) Organization: Polstra & Co., Inc. From: John Polstra To: Dmitrij Tejblum Subject: Re: cvs commit: src/lib/csu/i386-elf Makefile crtbegin.c crtend. Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Dmitrij Tejblum wrote: > John Polstra wrote: >> I've just committed a change to the Makefile, adding >> "-fkeep-inline-functions" to CFLAGS. With that, make buildworld >> finished OK with -O3. > > How about make installworld? :-) Heh. :-) I didn't try to install or run any of it. I just built it. I have to make an unexpected trip tomorrow, so that's all I can do for now. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 16:19:24 1999 Delivered-To: cvs-all@freebsd.org Received: from helios.dnttm.ru (dnttm-gw.rssi.ru [193.232.0.205]) by hub.freebsd.org (Postfix) with ESMTP id EA137150F0; Mon, 15 Mar 1999 16:10:53 -0800 (PST) (envelope-from dima@tejblum.dnttm.rssi.ru) Received: (from uucp@localhost) by helios.dnttm.ru (8.9.1/8.9.1/IP-3) with UUCP id DAA11116; Tue, 16 Mar 1999 03:01:00 +0300 Received: from tejblum.dnttm.rssi.ru (localhost [127.0.0.1]) by tejblum.dnttm.rssi.ru (8.9.3/8.9.1) with ESMTP id DAA01746; Tue, 16 Mar 1999 03:04:49 +0300 (MSK) (envelope-from dima@tejblum.dnttm.rssi.ru) Message-Id: <199903160004.DAA01746@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: John Polstra Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/csu/i386-elf Makefile crtbegin.c crtend. In-reply-to: Your message of "Mon, 15 Mar 1999 13:58:46 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 16 Mar 1999 03:04:49 +0300 From: Dmitrij Tejblum Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk John Polstra wrote: > I've just committed a change to the Makefile, adding > "-fkeep-inline-functions" to CFLAGS. With that, make buildworld > finished OK with -O3. How about make installworld? :-) > Was there an open PR on this? I am not remeber of any. Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 16:29:45 1999 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 8D4A9151AB; Mon, 15 Mar 1999 16:29:42 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id JAA06850; Tue, 16 Mar 1999 09:29:12 +0900 (JST) Message-ID: <36ED9DAC.632E554E@newsguy.com> Date: Tue, 16 Mar 1999 08:54:20 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: Nate Williams Cc: Bill Fumerola , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc make.conf References: <199903152122.OAA01568@mt.sri.com> <199903152138.OAA01707@mt.sri.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Nate Williams wrote: > > Ahh, sorry. I mis-read the commit message. I think these files should > go in /etc/ports.conf instead of make.conf to separate them out from the > base system. Even more so now that the ports tree is even more > separated from the base system with the removal /usr/share/mk/*ports*mk > stuff. /etc/defaults/ports.conf, even. (That's why defaults is there) -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "What happened?" "It moved, sir!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 17:23:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C56041525A; Mon, 15 Mar 1999 17:23:28 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA92405; Mon, 15 Mar 1999 17:23:10 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <199903160123.RAA92405@freefall.freebsd.org> From: Brian Somers Date: Mon, 15 Mar 1999 17:23:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rpc.yppasswdd yppasswdd_main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/03/15 17:23:10 PST Modified files: usr.sbin/rpc.yppasswdd yppasswdd_main.c Log: Host names are case-insensitive. Revision Changes Path 1.13 +2 -2 src/usr.sbin/rpc.yppasswdd/yppasswdd_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 Mar 15 17:25:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 84E64154CF; Mon, 15 Mar 1999 17:24:41 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA92473; Mon, 15 Mar 1999 17:24:23 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <199903160124.RAA92473@freefall.freebsd.org> From: Brian Somers Date: Mon, 15 Mar 1999 17:24:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp pred.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/03/15 17:24:23 PST Modified files: usr.sbin/ppp pred.c Log: Detect pred1 packets where the length != the packet length Use a maximum of MAX_MRU + 2 bytes for incoming packets, not MAX_MTU + 2. Tidy up some diagnostics. Revision Changes Path 1.24 +17 -12 src/usr.sbin/ppp/pred.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Mar 15 23:39:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 59E3114DE5; Mon, 15 Mar 1999 23:39:27 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA17747; Mon, 15 Mar 1999 23:39:09 -0800 (PST) (envelope-from alc@FreeBSD.org) Message-Id: <199903160739.XAA17747@freefall.freebsd.org> From: Alan Cox Date: Mon, 15 Mar 1999 23:39:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_kern.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/03/15 23:39:08 PST Modified files: sys/vm vm_kern.c Log: Correct a problem in kmem_malloc: A kmem_malloc allowing "wait" may block (VM_WAIT) holding the map lock. This is bad. For example, a subsequent kmem_malloc by an interrupt handler on the same map may find the lock held and panic in the lockmgr. Revision Changes Path 1.54 +5 -3 src/sys/vm/vm_kern.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 0:39:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 78AA714CAB; Tue, 16 Mar 1999 00:39:55 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA22031; Tue, 16 Mar 1999 00:39:37 -0800 (PST) (envelope-from phk@FreeBSD.org) Message-Id: <199903160839.AAA22031@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 16 Mar 1999 00:39:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_ntptime.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/03/16 00:39:37 PST Modified files: sys/kern kern_ntptime.c Log: Don't run FLL fodder through the median-filter. Reduce max integration time to 128sec and use 50% exponential decay rather than 256sec/25%. Revision Changes Path 1.22 +10 -16 src/sys/kern/kern_ntptime.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 0:59: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 533E914F21; Tue, 16 Mar 1999 00:59:06 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA23970; Tue, 16 Mar 1999 00:58:48 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903160858.AAA23970@freefall.freebsd.org> From: Jacques Vidrine Date: Tue, 16 Mar 1999 00:58:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/16 00:58:48 PST Modified files: . modules Log: gnomeicu --> ports/net/gnomeicu Revision Changes Path 1.2830 +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 Mar 16 1: 0:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E44A214DA7; Tue, 16 Mar 1999 01:00:15 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA24091; Tue, 16 Mar 1999 00:59:57 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903160859.AAA24091@freefall.freebsd.org> From: Jacques Vidrine Date: Tue, 16 Mar 1999 00:59:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnomeicu - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/16 00:59:57 PST ports/net/gnomeicu - Imported sources Update of /home/ncvs/ports/net/gnomeicu In directory freefall.freebsd.org:/d/users/nectar/devel/gnomeicu Log Message: GNOME ICQ client from http://gnomeicu.gdev.net/ Status: Vendor Tag: VIDRINE Release Tags: gnomeicu_62a N ports/net/gnomeicu/Makefile I ports/net/gnomeicu/CVS N ports/net/gnomeicu/pkg/PLIST N ports/net/gnomeicu/pkg/COMMENT N ports/net/gnomeicu/pkg/DESCR N ports/net/gnomeicu/files/md5 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 1: 1:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EB6D1523A; Tue, 16 Mar 1999 01:01:36 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA24313; Tue, 16 Mar 1999 01:01:18 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903160901.BAA24313@freefall.freebsd.org> From: Jacques Vidrine Date: Tue, 16 Mar 1999 01:01:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/16 01:01:17 PST Modified files: net Makefile Log: Activate gnomeicu Revision Changes Path 1.231 +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 Tue Mar 16 1:46:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FB7114E27; Tue, 16 Mar 1999 01:44:30 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA28862; Tue, 16 Mar 1999 01:44:12 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <199903160944.BAA28862@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 16 Mar 1999 01:44:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/03/16 01:44:12 PST Modified files: . modules Log: wmitime --> ports/x11-clocks/wmitime Revision Changes Path 1.2831 +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 Mar 16 1:47:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7637F1524C; Tue, 16 Mar 1999 01:46:33 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA29132; Tue, 16 Mar 1999 01:46:15 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <199903160946.BAA29132@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 16 Mar 1999 01:46:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks/wmitime - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/03/16 01:46:15 PST ports/x11-clocks/wmitime - Imported sources Update of /home/ncvs/ports/x11-clocks/wmitime In directory freefall.freebsd.org:/c/users/kris/wmitime Log Message: WMitime is yet another clock dockapp (and quite overglorified at that) it shows standard time, date, as well as the new internet time. For more info on internet time, see http://www.swatch.com/ PR: 9999 Submitted by: Jim Mock Status: Vendor Tag: J_MOCK Release Tags: r0_2 N ports/x11-clocks/wmitime/Makefile I ports/x11-clocks/wmitime/CVS N ports/x11-clocks/wmitime/pkg/DESCR N ports/x11-clocks/wmitime/pkg/PLIST N ports/x11-clocks/wmitime/pkg/COMMENT N ports/x11-clocks/wmitime/patches/patch-aa N ports/x11-clocks/wmitime/files/md5 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 1:49:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7D7814E5F; Tue, 16 Mar 1999 01:49:23 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA29313; Tue, 16 Mar 1999 01:49:05 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <199903160949.BAA29313@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 16 Mar 1999 01:49:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/03/16 01:49:05 PST Modified files: x11-clocks Makefile Log: Activate wmitime. Revision Changes Path 1.4 +2 -1 ports/x11-clocks/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 2: 6:23 1999 Delivered-To: cvs-all@freebsd.org Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (Postfix) with ESMTP id E64BA15092; Tue, 16 Mar 1999 02:06:14 -0800 (PST) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id UAA18554; Tue, 16 Mar 1999 20:36:59 +0930 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA25141; Tue, 16 Mar 1999 20:35:42 +0930 Date: Tue, 16 Mar 1999 20:35:42 +0930 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Jacques Vidrine Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/gnomeicu - Imported sources In-Reply-To: <199903160859.AAA24091@freefall.freebsd.org> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 16 Mar 1999, Jacques Vidrine wrote: > Log Message: > GNOME ICQ client from http://gnomeicu.gdev.net/ This is the renamed version of /usr/ports/net/gtkicq, not a new application in its own right. Kris ----- (ASP) Microsoft Corporation (MSFT) announced today that the release of its productivity suite, Office 2000, will be delayed until the first quarter of 1901. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 2:13:16 1999 Delivered-To: cvs-all@freebsd.org Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (Postfix) with ESMTP id B7EBA14C24; Tue, 16 Mar 1999 02:13:09 -0800 (PST) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id UAA18001; Tue, 16 Mar 1999 20:43:54 +0930 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA02277; Tue, 16 Mar 1999 20:42:44 +0930 Date: Tue, 16 Mar 1999 20:42:44 +0930 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Jacques Vidrine Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/gnomeicu - Imported sources In-Reply-To: <199903160859.AAA24091@freefall.freebsd.org> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 16 Mar 1999, Jacques Vidrine wrote: > GNOME ICQ client from http://gnomeicu.gdev.net/ Another comment - they have a .tar.bz2 distfile available which is slightly smaller (though not by much, since it's a small package anyway). The next time you go into this makefile you might consider changing to that one in the interest of conservation of bandwidth :-) Kris ----- (ASP) Microsoft Corporation (MSFT) announced today that the release of its productivity suite, Office 2000, will be delayed until the first quarter of 1901. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 2:47: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D217514F45; Tue, 16 Mar 1999 02:47:05 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA33286; Tue, 16 Mar 1999 02:46:47 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <199903161046.CAA33286@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 16 Mar 1999 02:46:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/03/16 02:46:47 PST Modified files: . modules Log: wmcalclock --> ports/x11-clocks/wmcalclock Revision Changes Path 1.2832 +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 Mar 16 2:47:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C785B15275; Tue, 16 Mar 1999 02:47:30 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA33308; Tue, 16 Mar 1999 02:47:12 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <199903161047.CAA33308@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 16 Mar 1999 02:47:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks/wmcalclock - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/03/16 02:47:12 PST ports/x11-clocks/wmcalclock - Imported sources Update of /home/ncvs/ports/x11-clocks/wmcalclock In directory freefall.freebsd.org:/c/users/kris/wmcalclock Log Message: Yet another WM calendar/clock dockapp. Status: Vendor Tag: KENNAWAY Release Tags: r1_22 N ports/x11-clocks/wmcalclock/Makefile I ports/x11-clocks/wmcalclock/CVS N ports/x11-clocks/wmcalclock/pkg/PLIST N ports/x11-clocks/wmcalclock/pkg/COMMENT N ports/x11-clocks/wmcalclock/pkg/DESCR N ports/x11-clocks/wmcalclock/files/md5 N ports/x11-clocks/wmcalclock/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 2:48:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D66B5154E6; Tue, 16 Mar 1999 02:48:50 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA33397; Tue, 16 Mar 1999 02:48:32 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <199903161048.CAA33397@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 16 Mar 1999 02:48:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/03/16 02:48:32 PST Modified files: x11-clocks Makefile Log: Activate wmcalclock Revision Changes Path 1.5 +2 -1 ports/x11-clocks/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 3: 7:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 05CEE151BA; Tue, 16 Mar 1999 03:07:23 -0800 (PST) (envelope-from hm@FreeBSD.org) Received: (from hm@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA34286; Tue, 16 Mar 1999 03:07:05 -0800 (PST) (envelope-from hm@FreeBSD.org) Message-Id: <199903161107.DAA34286@freefall.freebsd.org> From: Hellmuth Michaelis Date: Tue, 16 Mar 1999 03:07:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i4b/layer1 i4b_avm_fritz_pcmcia.c i4b_isic_isa.c i4b_isic_pcmcia.c i4b_l1.h i4b_tel_s0P.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hm 1999/03/16 03:07:05 PST Modified files: sys/i4b/layer1 i4b_avm_fritz_pcmcia.c i4b_isic_isa.c i4b_isic_pcmcia.c i4b_l1.h i4b_tel_s0P.c Log: Minor adjustments to make LINT compile again (thanks to phk for reminding me). Because the Fritz!Card PCMCIA stuff is also affected, this includes the fix from PR kern/10278 submitted by Udo Schweigert (udo.schweigert@mchp.siemens.de). PR: kern/10278 Revision Changes Path 1.3 +6 -10 src/sys/i4b/layer1/i4b_avm_fritz_pcmcia.c 1.3 +4 -4 src/sys/i4b/layer1/i4b_isic_isa.c 1.5 +18 -7 src/sys/i4b/layer1/i4b_isic_pcmcia.c 1.3 +5 -5 src/sys/i4b/layer1/i4b_l1.h 1.3 +4 -8 src/sys/i4b/layer1/i4b_tel_s0P.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 3:15:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D966E151C8; Tue, 16 Mar 1999 03:15:30 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA35057; Tue, 16 Mar 1999 03:15:12 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <199903161115.DAA35057@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 16 Mar 1999 03:15:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/03/16 03:15:12 PST Modified files: . modules Log: fakebo --> ports/security/fakebo Revision Changes Path 1.2833 +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 Mar 16 3:19:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C1C13150EE; Tue, 16 Mar 1999 03:18:36 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA35328; Tue, 16 Mar 1999 03:18:18 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <199903161118.DAA35328@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 16 Mar 1999 03:18:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/fakebo - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/03/16 03:18:18 PST ports/security/fakebo - Imported sources Update of /home/ncvs/ports/security/fakebo In directory freefall.freebsd.org:/c/users/kris/fakebo Log Message: FakeBO is an emulator for the BackOrifice/NetBus trojans/"remote administration tools". It is able to "play along" with an incoming request to get the user to reveal their intentions. PR: 9261 Status: Vendor Tag: KENNAWAY Release Tags: r0_3_3 N ports/security/fakebo/Makefile I ports/security/fakebo/CVS N ports/security/fakebo/files/md5 N ports/security/fakebo/patches/patch-aa N ports/security/fakebo/pkg/DESCR N ports/security/fakebo/pkg/PLIST N ports/security/fakebo/pkg/COMMENT No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 3:20:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AC05D14E22; Tue, 16 Mar 1999 03:20:46 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA35471; Tue, 16 Mar 1999 03:20:28 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <199903161120.DAA35471@freefall.freebsd.org> From: Kris Kennaway Date: Tue, 16 Mar 1999 03:20:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/03/16 03:20:28 PST Modified files: security Makefile Log: Activate fakebo Revision Changes Path 1.46 +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 Mar 16 3:54:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 65C6B15161; Tue, 16 Mar 1999 03:54:21 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA37851; Tue, 16 Mar 1999 03:54:03 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <199903161154.DAA37851@freefall.freebsd.org> From: Brian Somers Date: Tue, 16 Mar 1999 03:54:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp README.changes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/03/16 03:54:02 PST Modified files: usr.sbin/ppp README.changes Log: Mention changes to the default authentication behaviour. Revision Changes Path 1.7 +2 -0 src/usr.sbin/ppp/README.changes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 4: 6:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 140B91539B; Tue, 16 Mar 1999 04:06:29 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA39739; Tue, 16 Mar 1999 04:06:11 -0800 (PST) (envelope-from luigi@FreeBSD.org) Message-Id: <199903161206.EAA39739@freefall.freebsd.org> From: Luigi Rizzo Date: Tue, 16 Mar 1999 04:06:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_output.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luigi 1999/03/16 04:06:11 PST Modified files: sys/netinet ip_output.c Log: Fix a dummynet bug caused by passing a bad next hop address (the symptom was the msg "arp failure -- host is not on local network" that some user have seen on multihomed machines. Bug tracked down by Emmanuel Duros Revision Changes Path 1.87 +5 -5 src/sys/netinet/ip_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 4:50:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 01FDF151E8; Tue, 16 Mar 1999 04:50:21 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA42269; Tue, 16 Mar 1999 04:50:03 -0800 (PST) (envelope-from sos@FreeBSD.org) Message-Id: <199903161250.EAA42269@freefall.freebsd.org> From: Søren Schmidt Date: Tue, 16 Mar 1999 04:50:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf majors.i386 devices.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sos 1999/03/16 04:50:03 PST Modified files: sys/i386/conf majors.i386 devices.i386 Log: Add majors for new ATA/ATAPI driver. Revision Changes Path 1.67 +16 -7 src/sys/i386/conf/majors.i386 1.16 +2 -1 src/sys/i386/conf/devices.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 4:58: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FF611512B; Tue, 16 Mar 1999 04:58:02 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA42952; Tue, 16 Mar 1999 04:57:43 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <199903161257.EAA42952@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 16 Mar 1999 04:57:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts RELNOTES.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/03/16 04:57:43 PST Modified files: (Branch: RELENG_3) release/texts RELNOTES.TXT Log: Use the date for 3.1-R instead of 3.0-R. Submitted by: Tony Finch Revision Changes Path 1.12.2.7 +1 -1 src/release/texts/RELNOTES.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 5:16:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 369DA15157; Tue, 16 Mar 1999 05:16:31 -0800 (PST) (envelope-from rnordier@FreeBSD.org) Received: (from rnordier@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA44569; Tue, 16 Mar 1999 05:16:13 -0800 (PST) (envelope-from rnordier@FreeBSD.org) Message-Id: <199903161316.FAA44569@freefall.freebsd.org> From: Robert Nordier Date: Tue, 16 Mar 1999 05:16:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/reboot boot_i386.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rnordier 1999/03/16 05:16:12 PST Modified files: sbin/reboot boot_i386.8 Log: Add cross-reference to loader man page, plus various minor improvements. Revision Changes Path 1.17 +12 -9 src/sbin/reboot/boot_i386.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 5:35:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A3C9415161; Tue, 16 Mar 1999 05:34:22 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA46485; Tue, 16 Mar 1999 05:34:04 -0800 (PST) (envelope-from sos@FreeBSD.org) Message-Id: <199903161334.FAA46485@freefall.freebsd.org> From: Søren Schmidt Date: Tue, 16 Mar 1999 05:34:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/etc.i386 MAKEDEV src/sys/i386/conf GENERIC LINT files.i386 majors.i386 src/sys/i386/isa atapi-cd.c atapi.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sos 1999/03/16 05:34:04 PST Modified files: etc/etc.i386 MAKEDEV sys/i386/conf GENERIC LINT files.i386 majors.i386 sys/i386/isa atapi-cd.c atapi.c Log: Rewert the atapi CDROM driver's name to wcd. This is to avoid confusion with the new system. Also provide real entires in MAKEDEV for the new system. Revision Changes Path 1.193 +36 -18 src/etc/etc.i386/MAKEDEV 1.155 +2 -2 src/sys/i386/conf/GENERIC 1.568 +2 -2 src/sys/i386/conf/LINT 1.229 +2 -2 src/sys/i386/conf/files.i386 1.68 +3 -3 src/sys/i386/conf/majors.i386 1.12 +36 -36 src/sys/i386/isa/atapi-cd.c 1.31 +2 -2 src/sys/i386/isa/atapi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 6: 7:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A9B614D1E; Tue, 16 Mar 1999 06:07:43 -0800 (PST) (envelope-from roger@FreeBSD.org) Received: (from roger@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA49615; Tue, 16 Mar 1999 06:07:25 -0800 (PST) (envelope-from roger@FreeBSD.org) Message-Id: <199903161407.GAA49615@freefall.freebsd.org> From: Roger Hardiman Date: Tue, 16 Mar 1999 06:07:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/fxtv Makefile ports/graphics/fxtv/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk roger 1999/03/16 06:07:24 PST Modified files: graphics/fxtv Makefile Log: Updated Randall's email address, the FXTV homepage and the Master Site location. Revision Changes Path 1.17 +4 -4 ports/graphics/fxtv/Makefile Modified files: graphics/fxtv/pkg DESCR Log: Updated with new FXTV Homepage location Revision Changes Path 1.3 +6 -6 ports/graphics/fxtv/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 Mar 16 6:44: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 357B115121; Tue, 16 Mar 1999 06:43:59 -0800 (PST) (envelope-from nsj@FreeBSD.org) Received: (from nsj@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA01991; Tue, 16 Mar 1999 06:43:41 -0800 (PST) (envelope-from nsj@FreeBSD.org) Message-Id: <199903161443.GAA01991@freefall.freebsd.org> From: Nate Johnson Date: Tue, 16 Mar 1999 06:43:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news newsflash.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nsj 1999/03/16 06:43:40 PST Modified files: en/news newsflash.sgml Log: Added entry for the FreeBSD WebBoard. Revision Changes Path 1.123 +8 -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 Tue Mar 16 6:58:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2597815218; Tue, 16 Mar 1999 06:58:45 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA93327; Tue, 16 Mar 1999 06:58:26 -0800 (PST) (envelope-from dcs@FreeBSD.org) Message-Id: <199903161458.GAA93327@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Tue, 16 Mar 1999 06:58:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/libi386 biosdisk.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/03/16 06:58:26 PST Modified files: (Branch: RELENG_3) sys/boot/i386/libi386 biosdisk.c Log: Fix disk unit assignment bug. PR: i386/9668 Submitted by: Stefan Eggers Revision Changes Path 1.20.2.4 +3 -2 src/sys/boot/i386/libi386/biosdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 8:28: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BA031505C; Tue, 16 Mar 1999 08:28:06 -0800 (PST) (envelope-from eivind@FreeBSD.org) Received: (from eivind@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA02995; Tue, 16 Mar 1999 08:27:48 -0800 (PST) (envelope-from eivind@FreeBSD.org) Message-Id: <199903161627.IAA02995@freefall.freebsd.org> From: Eivind Eklund Date: Tue, 16 Mar 1999 08:27:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk eivind 1999/03/16 08:27:47 PST Modified files: sys/i386/conf LINT Log: Remove old reference to needing 'make clean' for QUOTAS - that is no longer correct. Revision Changes Path 1.569 +2 -5 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 10: 4:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 88CEE150FB; Tue, 16 Mar 1999 10:03:47 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA10826; Tue, 16 Mar 1999 10:03:29 -0800 (PST) (envelope-from luigi@FreeBSD.org) Message-Id: <199903161803.KAA10826@freefall.freebsd.org> From: Luigi Rizzo Date: Tue, 16 Mar 1999 10:03:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_output.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luigi 1999/03/16 10:03:29 PST Modified files: (Branch: RELENG_3) sys/netinet ip_output.c Log: MFC: fix "arp: host is not local" problem with dummynet Revision Changes Path 1.85.2.2 +5 -5 src/sys/netinet/ip_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 10:11: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 23B8D14BED; Tue, 16 Mar 1999 10:11:04 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA11430; Tue, 16 Mar 1999 10:10:46 -0800 (PST) (envelope-from luigi@FreeBSD.org) Message-Id: <199903161810.KAA11430@freefall.freebsd.org> From: Luigi Rizzo Date: Tue, 16 Mar 1999 10:10:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridge.c src/sys/netinet ip_fw.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luigi 1999/03/16 10:10:46 PST Modified files: (Branch: RELENG_2_2) sys/net bridge.c sys/netinet ip_fw.c Log: MFC: fix "arp- host is not on local net" problem with dummynet, plus cleanup interaction between bridge and ipfw: now bridged pkts are passed to the ipfw code with same field in host order, same as it is done with the ordinary path through ip_input. Revision Changes Path 1.1.2.3 +27 -3 src/sys/net/bridge.c 1.51.2.23 +16 -12 src/sys/netinet/ip_fw.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 11:42:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D20F515518; Tue, 16 Mar 1999 11:42:55 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA19515; Tue, 16 Mar 1999 11:42:37 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903161942.LAA19515@freefall.freebsd.org> From: Jacques Vidrine Date: Tue, 16 Mar 1999 11:42:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/x11-toolkits Makefile ports/x11-toolkits/py-gnome Makefile ports/x11-toolkits/py-gnome/files md5 ports/x11-toolkits/py-gnome/patches patch-aa ports/x11-toolkits/py-gnome/pkg COMMENT DESCR PLIST ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/16 11:42:36 PST Modified files: . modules x11-toolkits Makefile x11-toolkits/py-gnome Makefile x11-toolkits/py-gnome/files md5 x11-toolkits/py-gnome/patches patch-aa x11-toolkits/py-gnome/pkg COMMENT DESCR PLIST Removed files: x11-toolkits/py-gtk Makefile x11-toolkits/py-gtk/files md5 x11-toolkits/py-gtk/patches patch-aa x11-toolkits/py-gtk/pkg COMMENT DESCR PLIST Log: New port py-gnome created from repository copy of py-gtk. py-gnome-1.0.1 replaces py-gtk-0.5.12 (the latter is fully incorporated into the former). Revision Changes Path 1.2834 +2 -2 CVSROOT/modules 1.23 +2 -2 ports/x11-toolkits/Makefile 1.24 +42 -34 ports/x11-toolkits/py-gnome/Makefile 1.9 +1 -1 ports/x11-toolkits/py-gnome/files/md5 1.2 +3 -3 ports/x11-toolkits/py-gnome/patches/patch-aa 1.2 +1 -1 ports/x11-toolkits/py-gnome/pkg/COMMENT 1.3 +10 -10 ports/x11-toolkits/py-gnome/pkg/DESCR 1.8 +53 -0 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 Tue Mar 16 11:44:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E3211558A; Tue, 16 Mar 1999 11:44:26 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA19598; Tue, 16 Mar 1999 11:44:08 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903161944.LAA19598@freefall.freebsd.org> From: Jacques Vidrine Date: Tue, 16 Mar 1999 11:44:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-gnome/patches patch-ab Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/16 11:44:08 PST Added files: x11-toolkits/py-gnome/patches patch-ab Log: New port py-gnome created from repository copy of py-gtk. py-gnome-1.0.1 replaces py-gtk-0.5.12 (the latter is fully incorporated into the former). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 12: 0:36 1999 Delivered-To: cvs-all@freebsd.org Received: from cerebus.nectar.com (nectar-gw.nectar.com [204.0.249.101]) by hub.freebsd.org (Postfix) with ESMTP id 1B2CA15307; Tue, 16 Mar 1999 12:00:33 -0800 (PST) (envelope-from nectar@nectar.com) Received: (from smap@localhost) by cerebus.nectar.com (8.9.1/8.9.1) id OAA31599; Tue, 16 Mar 1999 14:00:08 -0600 (CST) (envelope-from nectar@nectar.com) Received: from spawn.nectar.com(10.0.0.101) by cerebus.nectar.com via smap (V2.1) id xma031597; Tue, 16 Mar 99 14:00:06 -0600 Received: from spawn.nectar.com (localhost [127.0.0.1]) by spawn.nectar.com (8.9.2/8.9.1) with ESMTP id OAA15607; Tue, 16 Mar 1999 14:00:06 -0600 (CST) (envelope-from nectar@spawn.nectar.com) Message-Id: <199903162000.OAA15607@spawn.nectar.com> X-Mailer: exmh version 2.0.2 2/24/98 X-Exmh-Isig-CompType: repl X-Exmh-Isig-Folder: lists/freebsd/cvs-committers X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-pgp262.txt From: Jacques Vidrine In-reply-to: References: Subject: Re: cvs commit: ports/net/gnomeicu - Imported sources Mime-Version: 1.0 Content-Type: text/plain To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, asami@FreeBSD.org Date: Tue, 16 Mar 1999 14:00:06 -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 16 March 1999 at 20:35, Kris Kennaway wrote: > This is the renamed version of /usr/ports/net/gtkicq, not a new > application i n its own right. I see that you are correct. Thanks for catching it. Satoshi, can you repo-copy ports/net/gtkicq over ports/net/gnomeicu? Afterwards I will re-commit the gnomeicu port and remove gtkicq. Jacques Vidrine / n@nectar.com / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 12: 7:46 1999 Delivered-To: cvs-all@freebsd.org Received: from cerebus.nectar.com (nectar-gw.nectar.com [204.0.249.101]) by hub.freebsd.org (Postfix) with ESMTP id 62E3815080; Tue, 16 Mar 1999 12:07:37 -0800 (PST) (envelope-from nectar@nectar.com) Received: (from smap@localhost) by cerebus.nectar.com (8.9.1/8.9.1) id OAA31631; Tue, 16 Mar 1999 14:07:08 -0600 (CST) (envelope-from nectar@nectar.com) Received: from spawn.nectar.com(10.0.0.101) by cerebus.nectar.com via smap (V2.1) id xma031629; Tue, 16 Mar 99 14:06:59 -0600 Received: from spawn.nectar.com (localhost [127.0.0.1]) by spawn.nectar.com (8.9.2/8.9.1) with ESMTP id OAA16251; Tue, 16 Mar 1999 14:06:58 -0600 (CST) (envelope-from nectar@spawn.nectar.com) Message-Id: <199903162006.OAA16251@spawn.nectar.com> X-Mailer: exmh version 2.0.2 2/24/98 X-Exmh-Isig-CompType: repl X-Exmh-Isig-Folder: lists/freebsd/cvs-committers X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-pgp262.txt From: Jacques Vidrine In-reply-to: References: Subject: Re: cvs commit: ports/net/gnomeicu - Imported sources Mime-Version: 1.0 Content-Type: text/plain To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Date: Tue, 16 Mar 1999 14:06:58 -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 16 March 1999 at 20:42, Kris Kennaway wrote: > Another comment - they have a .tar.bz2 distfile available which is > slightly smaller (though not by much, since it's a small package > anyway). The next tim e you go into this makefile you might consider > changing to that one in the interest of conservation of bandwidth > :-) Yes, I noticed. I don't like to USE_BZIP2, however, because it adds another dependency. For such cases, it would be nice to have something such as BZIP2_OK for use in port Makefiles, and HAVE_BZIP2 that can be put in /etc/make.conf or (the lately proposed) ports.conf. Jacques Vidrine / n@nectar.com / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 12:57:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E78C414BD5; Tue, 16 Mar 1999 12:57:37 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA24124; Tue, 16 Mar 1999 12:57:19 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <199903162057.MAA24124@freefall.freebsd.org> From: Warner Losh Date: Tue, 16 Mar 1999 12:57:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/doscmd Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/03/16 12:57:19 PST Modified files: usr.bin/doscmd Makefile Log: Disable setgid kmem for now. Revision Changes Path 1.18 +2 -2 src/usr.bin/doscmd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 13:12:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A616152AB; Tue, 16 Mar 1999 13:12:32 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA25129; Tue, 16 Mar 1999 13:12:14 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <199903162112.NAA25129@freefall.freebsd.org> From: Mike Smith Date: Tue, 16 Mar 1999 13:12:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 bios.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/03/16 13:12:14 PST Modified files: (Branch: RELENG_3) sys/i386/i386 bios.c Log: MFC, search for correct ACPI tag PR: i386/10587 Submitted by: Takanori Watanabe Revision Changes Path 1.11.2.1 +2 -2 src/sys/i386/i386/bios.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 13:13:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 492D615177; Tue, 16 Mar 1999 13:11:47 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA25009; Tue, 16 Mar 1999 13:11:29 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <199903162111.NAA25009@freefall.freebsd.org> From: Mike Smith Date: Tue, 16 Mar 1999 13:11:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 bios.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/03/16 13:11:29 PST Modified files: sys/i386/i386 bios.c Log: Look for the right ACPI table signature. PR: i386/10587 Submitted by: Takanori Watanabe Revision Changes Path 1.12 +2 -2 src/sys/i386/i386/bios.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 13:22:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1649814E3D; Tue, 16 Mar 1999 13:22:42 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA25976; Tue, 16 Mar 1999 13:22:25 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <199903162122.NAA25976@freefall.freebsd.org> From: Mike Smith Date: Tue, 16 Mar 1999 13:22:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 vm86.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/03/16 13:22:24 PST Modified files: sys/i386/i386 vm86.c Log: Don't call int15:820, it's not allowed to be called from vm86 mode. PR: i386/10485 Submitted by: takawata@shidahara1.planet.sci.kobe-u.ac.jp Revision Changes Path 1.21 +1 -30 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 Tue Mar 16 13:23:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 69A7F15584; Tue, 16 Mar 1999 13:23:33 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA26158; Tue, 16 Mar 1999 13:23:15 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <199903162123.NAA26158@freefall.freebsd.org> From: Mike Smith Date: Tue, 16 Mar 1999 13:23:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 vm86.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/03/16 13:23:15 PST Modified files: (Branch: RELENG_3) sys/i386/i386 vm86.c Log: MFC, don't call int15:820 PR: i386/10485 Submitted by: takawata@shidahara1.planet.sci.kobe-u.ac.jp Revision Changes Path 1.19.2.1 +1 -30 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 Tue Mar 16 14:27:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 169F815261; Tue, 16 Mar 1999 14:27:10 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA29890; Tue, 16 Mar 1999 14:26:52 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <199903162226.OAA29890@freefall.freebsd.org> From: Bruce Evans Date: Tue, 16 Mar 1999 14:26:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount mount.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/03/16 14:26:51 PST Modified files: sbin/mount mount.c Log: Fixed `mount -a -u ...'. Rev.1.19 broke this by trying too hard to avoid mounting filesystems multiple times. PR: 10572 Submitted by: Cy Schubert Revision Changes Path 1.29 +3 -2 src/sbin/mount/mount.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 14:31: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 739821546E; Tue, 16 Mar 1999 14:31:04 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA30116; Tue, 16 Mar 1999 14:30:46 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <199903162230.OAA30116@freefall.freebsd.org> From: Bruce Evans Date: Tue, 16 Mar 1999 14:30:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount mount.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/03/16 14:30:46 PST Modified files: (Branch: RELENG_3) sbin/mount mount.c Log: MFC (1.29: fixed `mount -a -u ...'). Revision Changes Path 1.28.2.1 +3 -2 src/sbin/mount/mount.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 16:26: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DC1F14D0F; Tue, 16 Mar 1999 16:26:03 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA37149; Tue, 16 Mar 1999 16:25:45 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <199903170025.QAA37149@freefall.freebsd.org> From: Brian Somers Date: Tue, 16 Mar 1999 16:25:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ppp.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/03/16 16:25:45 PST Modified files: usr.sbin/ppp ppp.8 Log: Remove all hardcoded [...] syntax. With help from: Daniel C. Sobral Revision Changes Path 1.159 +201 -72 src/usr.sbin/ppp/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 16:40:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 799B9151F3; Tue, 16 Mar 1999 16:40:45 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA38280; Tue, 16 Mar 1999 16:40:27 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <199903170040.QAA38280@freefall.freebsd.org> From: "David E. O'Brien" Date: Tue, 16 Mar 1999 16:40:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/egcs Makefile ports/lang/egcs/files md5 ports/lang/egcs/patches patch-bc patch-ad patch-af patch-aj patch-ak patch-al Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/03/16 16:40:26 PST Modified files: lang/egcs Makefile lang/egcs/files md5 lang/egcs/patches patch-ad patch-af patch-aj patch-ak patch-al Added files: lang/egcs/patches patch-bc Log: Upgrade to 1.1.2 release. Revision Changes Path 1.50 +30 -26 ports/lang/egcs/Makefile 1.22 +4 -1 ports/lang/egcs/files/md5 1.11 +6 -17 ports/lang/egcs/patches/patch-ad 1.8 +6 -21 ports/lang/egcs/patches/patch-af 1.3 +8 -9 ports/lang/egcs/patches/patch-aj 1.3 +21 -4 ports/lang/egcs/patches/patch-ak 1.2 +22 -4 ports/lang/egcs/patches/patch-al To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 17:48:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AC37514CFC; Tue, 16 Mar 1999 17:48:53 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA42985; Tue, 16 Mar 1999 17:48:35 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Message-Id: <199903170148.RAA42985@freefall.freebsd.org> From: Matt Jacob Date: Tue, 16 Mar 1999 17:48:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/03/16 17:48:34 PST Modified files: sys/conf options Log: Add options to turn off support for Qlogic 1020/1040, Qlogic 1080/1240, or Qlogic 2100 cards. This to save substantial f/w code space if you really care. Add in options to enable expanded lun or fabric f/w downloads for Qlogic 2100. Revision Changes Path 1.130 +6 -1 src/sys/conf/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 17:50:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50AC5152D2; Tue, 16 Mar 1999 17:50:40 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA43189; Tue, 16 Mar 1999 17:50:22 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Message-Id: <199903170150.RAA43189@freefall.freebsd.org> From: Matt Jacob Date: Tue, 16 Mar 1999 17:50:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/03/16 17:50:22 PST Modified files: sys/i386/conf LINT Log: describe new ISP options Revision Changes Path 1.570 +11 -1 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 19:21: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C06FE14E7A; Tue, 16 Mar 1999 19:21:06 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA49843; Tue, 16 Mar 1999 19:20:48 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903170320.TAA49843@freefall.freebsd.org> From: Bill Fumerola Date: Tue, 16 Mar 1999 19:20:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/whois whois.1 whois.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/16 19:20:47 PST Modified files: (Branch: RELENG_3) usr.bin/whois whois.1 whois.c Log: MFC: whois.c 1.6 -> 1.8 (Russian NIC, gov/mil updates) MFC: whois.1 1.4 -> 1.6 (Russian NIC, gov/mil updates, formating) PR: bin/9802(gov/mil updates), bin/10627(request for merge) Submitted by: Thomas Stromberg (request for merge) ache, wollman Revision Changes Path 1.4.2.1 +21 -6 src/usr.bin/whois/whois.1 1.6.2.1 +12 -4 src/usr.bin/whois/whois.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 19:24:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A8DE1535E; Tue, 16 Mar 1999 19:24:56 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA50101; Tue, 16 Mar 1999 19:24:38 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903170324.TAA50101@freefall.freebsd.org> From: Bill Fumerola Date: Tue, 16 Mar 1999 19:24:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/whois whois.1 whois.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/16 19:24:38 PST Modified files: (Branch: RELENG_2_2) usr.bin/whois whois.1 whois.c Log: MFC: Russian RIPN, man references, gov/mil updates Revision Changes Path 1.1.1.1.8.4 +21 -6 src/usr.bin/whois/whois.1 1.2.2.5 +12 -4 src/usr.bin/whois/whois.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 20: 0:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 11E1114C4B; Tue, 16 Mar 1999 20:00:23 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA52461; Tue, 16 Mar 1999 20:00:05 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903170400.UAA52461@freefall.freebsd.org> From: Bill Fumerola Date: Tue, 16 Mar 1999 20:00:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc src/etc/defaults rc.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/16 20:00:04 PST Modified files: etc rc etc/defaults rc.conf Log: Split check_quotas into check_quotas and enable_quotas enable_quotas - use quotas on your system check_quotas - check for violations on startup By assuming that a system was neat and without violation before it booted we can skip a long (and at that point needless) process. Submitted by: Alex Perel Revision Changes Path 1.183 +14 -7 src/etc/rc 1.4 +3 -2 src/etc/defaults/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 21: 5:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF7A515356; Tue, 16 Mar 1999 21:04:58 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA56730; Tue, 16 Mar 1999 21:04:41 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Message-Id: <199903170504.VAA56730@freefall.freebsd.org> From: Matt Jacob Date: Tue, 16 Mar 1999 21:04:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp asm_pci.h asm_sbus.h isp.c isp_freebsd.c isp_freebsd.h isp_freebsd_cam.h ispmbox.h ispreg.h ispvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/03/16 21:04:40 PST Modified files: sys/dev/isp asm_pci.h asm_sbus.h isp.c isp_freebsd.c isp_freebsd.h isp_freebsd_cam.h ispmbox.h ispreg.h ispvar.h Log: A wad of changes- prepping for 1080/1240 support (which caused a massive thwank in register layout goop). A different mboxcmd approach. Some PDB change infrastructure. Some better management of loopdown/loopup events (keep them distinct from resource starvation for simq freeze/unfreeze actions). Revision Changes Path 1.7 +1899 -2 src/sys/dev/isp/asm_pci.h 1.6 +2 -2 src/sys/dev/isp/asm_sbus.h 1.14 +497 -221 src/sys/dev/isp/isp.c 1.13 +211 -40 src/sys/dev/isp/isp_freebsd.c 1.12 +121 -18 src/sys/dev/isp/isp_freebsd.h 1.15 +12 -22 src/sys/dev/isp/isp_freebsd_cam.h 1.7 +96 -4 src/sys/dev/isp/ispmbox.h 1.7 +54 -34 src/sys/dev/isp/ispreg.h 1.11 +26 -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 Tue Mar 16 21: 7:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 78AED14F2E; Tue, 16 Mar 1999 21:07:36 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA57061; Tue, 16 Mar 1999 21:07:18 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Message-Id: <199903170507.VAA57061@freefall.freebsd.org> From: Matt Jacob Date: Tue, 16 Mar 1999 21:07:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci isp_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/03/16 21:07:18 PST Modified files: sys/pci isp_pci.c Log: Prep for 1080/1240 support. Those fine h/w engineers at Qlogic gave yet another internal register layout model for what is *still* the same architecture. I hope they saved billyuns of gates 'coz otherwise this is *really* annoying. Revision Changes Path 1.16 +184 -79 src/sys/pci/isp_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 21: 9:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 54127152BE; Tue, 16 Mar 1999 21:09:20 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA57149; Tue, 16 Mar 1999 21:09:02 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903170509.VAA57149@freefall.freebsd.org> From: Jacques Vidrine Date: Tue, 16 Mar 1999 21:09:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/flwm Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/16 21:09:02 PST Modified files: x11-wm/flwm Makefile Log: No need to build all of x11-toolkits just for this port :-) LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk ^^^^^ was missing Revision Changes Path 1.2 +2 -2 ports/x11-wm/flwm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 21:33:13 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 587E8151C9; Tue, 16 Mar 1999 21:33:09 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from bubble.didi.com (sdx-ca44-44.ix.netcom.com [199.182.40.44]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id VAA08767; Tue, 16 Mar 1999 21:31:59 -0800 (PST) Received: (from asami@localhost) by bubble.didi.com (8.9.2/8.8.8) id VAA24602; Tue, 16 Mar 1999 21:31:54 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Date: Tue, 16 Mar 1999 21:31:54 -0800 (PST) Message-Id: <199903170531.VAA24602@bubble.didi.com> X-Authentication-Warning: bubble.didi.com: asami set sender to asami@cs.berkeley.edu using -f To: n@nectar.com Cc: kkennawa@physics.adelaide.edu.au, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <199903162000.OAA15607@spawn.nectar.com> (message from Jacques Vidrine on Tue, 16 Mar 1999 14:00:06 -0600) Subject: Re: cvs commit: ports/net/gnomeicu - Imported sources From: asami@FreeBSD.org (Satoshi Asami) References: <199903162000.OAA15607@spawn.nectar.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * From: Jacques Vidrine * I see that you are correct. Thanks for catching it. * * Satoshi, can you repo-copy ports/net/gtkicq over ports/net/gnomeicu? * Afterwards I will re-commit the gnomeicu port and remove gtkicq. Sorry, I can't. CVS doesn't allow that. :< I can copy it to gnome-icu or something, and after a few months, we can nuke gnomeicu from the repository and then copy gnome-icu over. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 21:33:36 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id B7749152E4; Tue, 16 Mar 1999 21:33:34 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from bubble.didi.com (sdx-ca44-44.ix.netcom.com [199.182.40.44]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id VAA08772; Tue, 16 Mar 1999 21:33:04 -0800 (PST) Received: (from asami@localhost) by bubble.didi.com (8.9.2/8.8.8) id VAA24606; Tue, 16 Mar 1999 21:32:58 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Date: Tue, 16 Mar 1999 21:32:58 -0800 (PST) Message-Id: <199903170532.VAA24606@bubble.didi.com> X-Authentication-Warning: bubble.didi.com: asami set sender to asami@cs.berkeley.edu using -f To: n@nectar.com Cc: kkennawa@physics.adelaide.edu.au, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <199903162006.OAA16251@spawn.nectar.com> (message from Jacques Vidrine on Tue, 16 Mar 1999 14:06:58 -0600) Subject: Re: cvs commit: ports/net/gnomeicu - Imported sources From: asami@FreeBSD.org (Satoshi Asami) References: <199903162006.OAA16251@spawn.nectar.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * Yes, I noticed. I don't like to USE_BZIP2, however, because it adds * another dependency. Don't worry about that. Depedencies (especially build dependencies, since they won't be pulled into a package) that are used by many other ports are well worth including. * For such cases, it would be nice to have something such as BZIP2_OK * for use in port Makefiles, and HAVE_BZIP2 that can be put in * /etc/make.conf or (the lately proposed) ports.conf. No, please. ;) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 22: 3:11 1999 Delivered-To: cvs-all@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 9F4AA14F50; Tue, 16 Mar 1999 22:03:06 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id WAA12362; Tue, 16 Mar 1999 22:03:22 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) To: "Daniel C. Sobral" Cc: Nate Williams , Bill Fumerola , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc make.conf In-reply-to: Your message of "Tue, 16 Mar 1999 08:54:20 +0900." <36ED9DAC.632E554E@newsguy.com> Date: Tue, 16 Mar 1999 22:03:22 -0800 Message-ID: <12360.921650602@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > /etc/defaults/ports.conf, even. > > (That's why defaults is there) Erm, not quite. /etc/defaults is for things that have nothing to do with ports - ports should have its own defaults/ if it wants to have similar functionality. We just got rid of the bogus "coupling" of /usr/ports and /usr/src by moving the mk files for ports and should continue that trend in other areas unless we want our old syncronization problems back again. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 22:44: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D30815285; Tue, 16 Mar 1999 22:44:00 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA63545; Tue, 16 Mar 1999 22:43:42 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903170643.WAA63545@freefall.freebsd.org> From: Satoshi Taoka Date: Tue, 16 Mar 1999 22:43:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/yatex Makefile ports/japanese/yatex/pkg PLIST ports/japanese/yatex-xemacs Makefile ports/japanese/yatex-xemacs/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/16 22:43:42 PST Removed files: japanese/yatex Makefile japanese/yatex/pkg PLIST japanese/yatex-xemacs Makefile japanese/yatex-xemacs/pkg PLIST Log: moved japanese/yatex to print/yatex-mule moved japanese/yatex-xemacs to print/yatex-xemacs-mule To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Mar 16 22:51: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED7931505F; Tue, 16 Mar 1999 22:50:54 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA64374; Tue, 16 Mar 1999 22:50:36 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903170650.WAA64374@freefall.freebsd.org> From: Satoshi Taoka Date: Tue, 16 Mar 1999 22:50:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/16 22:50:36 PST Modified files: . modules Log: moved japanese/yatex to print/yatex-mule (for Mule 2.3) moved japanese/yatex-xemacs to print/yatex-xemacs-mule (for XEmacs20-mule) added print/yatex-xemacs (for XEmacs19 XEmacs20) Revision Changes Path 1.2835 +4 -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 Tue Mar 16 22:55:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DF17150A3; Tue, 16 Mar 1999 22:55:19 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA64916; Tue, 16 Mar 1999 22:55:01 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903170655.WAA64916@freefall.freebsd.org> From: Jacques Vidrine Date: Tue, 16 Mar 1999 22:55:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/icewm/pkg PLIST ports/x11-wm/icewm/patches patch-af Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/16 22:55:01 PST Modified files: x11-wm/icewm/pkg PLIST Added files: x11-wm/icewm/patches patch-af Log: * Update 0.9.29 -> 0.9.34 * Move data files from lib/X11/icewm -> share/icewm Revision Changes Path 1.16 +175 -165 ports/x11-wm/icewm/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 Mar 16 22:57:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 94863150B8; Tue, 16 Mar 1999 22:57:56 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA65221; Tue, 16 Mar 1999 22:57:38 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903170657.WAA65221@freefall.freebsd.org> From: Satoshi Taoka Date: Tue, 16 Mar 1999 22:57:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/yatex Makefile ports/print/yatex/files MESSAGE.tmpl yatex-startup.el.tmpl DEINSTALL.tmpl INSTALL.tmpl user-install.tmpl ports/print/yatex/pkg COMMENT DESCR PLIST MESSAGE ports/japanese/yatex Makefile ports/japanese/yatex/pkg ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/16 22:57:38 PST Modified files: print/yatex Makefile print/yatex/files DEINSTALL.tmpl INSTALL.tmpl print/yatex/pkg COMMENT DESCR PLIST japanese/yatex Makefile japanese/yatex/pkg PLIST print/yatex-xemacs Makefile print/yatex-xemacs/pkg PLIST print/yatex-xemacs-mule Makefile print/yatex-xemacs-mule/pkg PLIST Added files: print/yatex/files MESSAGE.tmpl yatex-startup.el.tmpl japanese/yatex/pkg COMMENT print/yatex-xemacs/pkg COMMENT print/yatex-xemacs-mule/pkg COMMENT Removed files: print/yatex/files user-install.tmpl print/yatex/pkg MESSAGE Log: moved japanese/yatex to print/yatex-mule (for Mule 2.3) moved japanese/yatex-xemacs to print/yatex-xemacs-mule (for XEmacs20-mule) added a new port: print/yatex-xemacs (for XEmacs19 XEmacs20) Revision Changes Path 1.8 +39 -53 ports/print/yatex/Makefile 1.4 +7 -20 ports/print/yatex/files/DEINSTALL.tmpl 1.6 +39 -56 ports/print/yatex/files/INSTALL.tmpl 1.2 +1 -1 ports/print/yatex/pkg/COMMENT 1.2 +5 -12 ports/print/yatex/pkg/DESCR 1.2 +9 -1 ports/print/yatex/pkg/PLIST 1.7 +5 -4 ports/japanese/yatex/Attic/Makefile 1.4 +1 -1 ports/japanese/yatex/pkg/Attic/PLIST 1.6 +5 -5 ports/print/yatex-xemacs/Makefile 1.3 +20 -28 ports/print/yatex-xemacs/pkg/PLIST 1.6 +4 -4 ports/print/yatex-xemacs-mule/Makefile 1.2 +1 -1 ports/print/yatex-xemacs-mule/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 Mar 16 23: 1:20 1999 Delivered-To: cvs-all@freebsd.org Received: from cerebus.nectar.com (nectar-gw.nectar.com [204.0.249.101]) by hub.freebsd.org (Postfix) with ESMTP id 9044315007; Tue, 16 Mar 1999 23:01:17 -0800 (PST) (envelope-from nectar@nectar.com) Received: (from smap@localhost) by cerebus.nectar.com (8.9.1/8.9.1) id BAA33396; Wed, 17 Mar 1999 01:00:53 -0600 (CST) (envelope-from nectar@nectar.com) Received: from spawn.nectar.com(10.0.0.101) by cerebus.nectar.com via smap (V2.1) id xma033394; Wed, 17 Mar 99 01:00:23 -0600 Received: from spawn.nectar.com (localhost [127.0.0.1]) by spawn.nectar.com (8.9.2/8.9.1) with ESMTP id BAA42117; Wed, 17 Mar 1999 01:00:23 -0600 (CST) (envelope-from nectar@spawn.nectar.com) Message-Id: <199903170700.BAA42117@spawn.nectar.com> X-Mailer: exmh version 2.0.2 2/24/98 X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-pgp262.txt From: Jacques Vidrine In-reply-to: <199903170531.VAA24602@bubble.didi.com> References: <199903162000.OAA15607@spawn.nectar.com> <199903170531.VAA24602@bubble.didi.com> Subject: Re: cvs commit: ports/net/gnomeicu - Imported sources Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: asami@FreeBSD.org (Satoshi Asami) Cc: kkennawa@physics.adelaide.edu.au, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Date: Wed, 17 Mar 1999 01:00:23 -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 16 March 1999 at 21:31, asami@FreeBSD.org (Satoshi Asami) wrote: > Sorry, I can't. CVS doesn't allow that. :< Drat! How about # cd /home/ncvs/ports/net # rm -fr gnomeicu && echo "Dead men don't talk" # cp -r gtkicq gnomeicu :-) I'll be more careful about checking for renamed applications in the future. > I can copy it to gnome-icu or something, and after a few months, we > can nuke gnomeicu from the repository and then copy gnome-icu over. Your call... how important is the history of gtkicq anyway? Jacques Vidrine / n@nectar.com / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 0: 9: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 093B715397; Wed, 17 Mar 1999 00:08:57 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA70325; Wed, 17 Mar 1999 00:08:39 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903170808.AAA70325@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 17 Mar 1999 00:08:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/yatex/pkg COMMENT ports/print/yatex-mule Makefile ports/print/yatex-mule/pkg COMMENT PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/17 00:08:38 PST Modified files: print/yatex-mule Makefile print/yatex-mule/pkg PLIST Added files: print/yatex-mule/pkg COMMENT Removed files: japanese/yatex/pkg COMMENT Log: I made a mistake in previous committing. This modification gets correct. Revision Changes Path 1.6 +4 -4 ports/print/yatex-mule/Makefile 1.3 +1 -1 ports/print/yatex-mule/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 Mar 17 0:26:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7E3415518; Wed, 17 Mar 1999 00:24:52 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA72548; Wed, 17 Mar 1999 00:24:34 -0800 (PST) (envelope-from jkh@FreeBSD.org) Message-Id: <199903170824.AAA72548@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 17 Mar 1999 00:24:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/3.1R errata.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/03/17 00:24:34 PST Modified files: en/releases/3.1R errata.sgml Log: New entry on DOS installation problem. Revision Changes Path 1.5 +12 -2 www/en/releases/3.1R/errata.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 0:30:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 101E815255; Wed, 17 Mar 1999 00:30:44 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA73243; Wed, 17 Mar 1999 00:30:26 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903170830.AAA73243@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 17 Mar 1999 00:30:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/17 00:30:26 PST Modified files: . modules Log: gwget --> ports/net/gwget Revision Changes Path 1.2836 +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 Mar 17 0:30:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BB8B15443; Wed, 17 Mar 1999 00:30:56 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA73282; Wed, 17 Mar 1999 00:30:38 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903170830.AAA73282@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 17 Mar 1999 00:30:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gwget - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/17 00:30:38 PST ports/net/gwget - Imported sources Update of /home/ncvs/ports/net/gwget In directory freefall.freebsd.org:/d/users/nectar/devel/gwget Log Message: A GNOME front end to wget. Status: Vendor Tag: VIDRINE Release Tags: gwget_0_2_0 N ports/net/gwget/Makefile I ports/net/gwget/CVS N ports/net/gwget/pkg/COMMENT N ports/net/gwget/pkg/DESCR N ports/net/gwget/pkg/PLIST N ports/net/gwget/files/md5 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 0:32:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E16DC15621; Wed, 17 Mar 1999 00:31:38 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA73324; Wed, 17 Mar 1999 00:31:20 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903170831.AAA73324@freefall.freebsd.org> From: Jacques Vidrine Date: Wed, 17 Mar 1999 00:31:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/17 00:31:20 PST Modified files: net Makefile Log: activate gwget Revision Changes Path 1.232 +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 Mar 17 0:40:27 1999 Delivered-To: cvs-all@freebsd.org Received: from relay.nuxi.com (nuxi.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id C0D23153CC; Wed, 17 Mar 1999 00:39:17 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (d60-077.leach.ucdavis.edu [169.237.60.77]) by relay.nuxi.com (8.9.2/8.9.1) with ESMTP id AAA12662; Wed, 17 Mar 1999 00:38:58 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id IAA01588; Wed, 17 Mar 1999 08:38:58 GMT (envelope-from obrien) Date: Wed, 17 Mar 1999 00:38:58 -0800 From: "David O'Brien" To: "Justin M. Seger" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net Makefile ports/net/isc-dhcp Makefile ports/net/isc-dhcp/files md5 ports/net/isc-dhcp/patches patch-aa patch-ab patch-ac ports/net/isc-dhcp/pkg COMMENT DESCR PLIST Message-ID: <19990317003858.C1240@dragon.nuxi.com> Reply-To: obrien@NUXI.com References: <199903080022.QAA20665@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199903080022.QAA20665@freefall.freebsd.org>; from Justin M. Seger on Sun, Mar 07, 1999 at 04:22:39PM -0800 X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Nuke isc-dhcp v1. Version 2 will be out of beta in a few days. At which point, we might want to repository this port to isc-dhcpd or something. dhclient is in the base system, so no reason to have the port install it. -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 0:56:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 263FF14C94; Wed, 17 Mar 1999 00:56:47 -0800 (PST) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA75266; Wed, 17 Mar 1999 00:56:29 -0800 (PST) (envelope-from kato@FreeBSD.org) Message-Id: <199903170856.AAA75266@freefall.freebsd.org> From: KATO Takenori Date: Wed, 17 Mar 1999 00:56:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf GENERIC98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/03/17 00:56:28 PST Modified files: sys/pc98/conf GENERIC98 Log: Sync with sys/i386/conf/GENERIC revision 1.155. Revision Changes Path 1.69 +2 -2 src/sys/pc98/conf/GENERIC98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 0:58:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E92D1529A; Wed, 17 Mar 1999 00:57:50 -0800 (PST) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA75453; Wed, 17 Mar 1999 00:57:32 -0800 (PST) (envelope-from kato@FreeBSD.org) Message-Id: <199903170857.AAA75453@freefall.freebsd.org> From: KATO Takenori Date: Wed, 17 Mar 1999 00:57:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf devices.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/03/17 00:57:32 PST Modified files: sys/pc98/conf devices.pc98 Log: Sync with sys/i386/conf/devices.i386 revision 1.16. Revision Changes Path 1.8 +2 -1 src/sys/pc98/conf/devices.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 0:59: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA77215423; Wed, 17 Mar 1999 00:59:00 -0800 (PST) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA75722; Wed, 17 Mar 1999 00:58:42 -0800 (PST) (envelope-from kato@FreeBSD.org) Message-Id: <199903170858.AAA75722@freefall.freebsd.org> From: KATO Takenori Date: Wed, 17 Mar 1999 00:58:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf files.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/03/17 00:58:42 PST Modified files: sys/pc98/conf files.pc98 Log: Sync with sys/i386/conf/files.i386 revision 1.229. Revision Changes Path 1.86 +2 -2 src/sys/pc98/conf/files.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 1: 2: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D8851558D; Wed, 17 Mar 1999 00:59:49 -0800 (PST) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA75775; Wed, 17 Mar 1999 00:59:31 -0800 (PST) (envelope-from kato@FreeBSD.org) Message-Id: <199903170859.AAA75775@freefall.freebsd.org> From: KATO Takenori Date: Wed, 17 Mar 1999 00:59:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf majors.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/03/17 00:59:31 PST Modified files: sys/pc98/conf majors.pc98 Log: Sync with sys/i386/conf/majors.i386 revision up to 1.68. Revision Changes Path 1.51 +16 -7 src/sys/pc98/conf/majors.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 1: 2:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F50B15631; Wed, 17 Mar 1999 01:00:51 -0800 (PST) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA75978; Wed, 17 Mar 1999 01:00:33 -0800 (PST) (envelope-from kato@FreeBSD.org) Message-Id: <199903170900.BAA75978@freefall.freebsd.org> From: KATO Takenori Date: Wed, 17 Mar 1999 01:00:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf options.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/03/17 01:00:33 PST Modified files: sys/pc98/conf options.pc98 Log: Sync with sys/i386/conf/options.i386 revision 1.110. Revision Changes Path 1.83 +6 -1 src/sys/pc98/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 Wed Mar 17 3:11:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E846D1509C; Wed, 17 Mar 1999 03:11:08 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA85875; Wed, 17 Mar 1999 03:10:50 -0800 (PST) (envelope-from jkh@FreeBSD.org) Message-Id: <199903171110.DAA85875@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 17 Mar 1999 03:10:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/03/17 03:10:50 PST Modified files: (Branch: RELENG_3) release Makefile Log: don't use objlink Revision Changes Path 1.460.2.10 +2 -2 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 3:22:25 1999 Delivered-To: cvs-all@freebsd.org Received: from goliath.camtech.net.au (goliath.camtech.net.au [203.5.73.2]) by hub.freebsd.org (Postfix) with ESMTP id 2D102151C6; Wed, 17 Mar 1999 03:20:54 -0800 (PST) (envelope-from matt@camtech.com.au) Received: from dialup-ad-14-28.camtech.net.au (dialup-ad-14-28.camtech.net.au [203.55.242.156]) by goliath.camtech.net.au (8.8.5/8.8.2) with ESMTP id VAA19028; Wed, 17 Mar 1999 21:48:54 +1030 (CST) Date: Wed, 17 Mar 1999 21:50:49 +1030 (CST) From: Matthew Thyer X-Sender: matt@localhost Reply-To: thyerm@camtech.com.au To: "Matthew N. Dodd" Cc: James FitzGibbon , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: CVSROOT modules In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Why have that silly .signature if no-one can look at your web page anyway? Forbidden. On Thu, 11 Mar 1999, Matthew N. Dodd wrote: | Matthew N. Dodd | 78 280Z | 75 164E | 84 245DL | FreeBSD/NetBSD/Sprite/VMS | | winter@jurai.net | This Space For Rent | ix86,sparc,m68k,pmax,vax | | http://www.jurai.net/~winter | Are you k-rad elite enough for my webpage? | /=====================================================================\ |Work: Matthew.Thyer@dsto.defence.gov.au | Home: thyerm@camtech.net.au| \=====================================================================/ "If it is true that our Universe has a zero net value for all conserved quantities, then it may simply be a fluctuation of the vacuum of some larger space in which our Universe is imbedded. In answer to the question of why it happened, I offer the modest proposal that our Universe is simply one of those things which happen from time to time." E. P. Tryon from "Nature" Vol.246 Dec.14, 1973 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 3:42:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3030A14BF2; Wed, 17 Mar 1999 03:42:37 -0800 (PST) (envelope-from gpalmer@FreeBSD.org) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA88117; Wed, 17 Mar 1999 03:42:19 -0800 (PST) (envelope-from gpalmer@FreeBSD.org) Message-Id: <199903171142.DAA88117@freefall.freebsd.org> From: Gary Palmer Date: Wed, 17 Mar 1999 03:42:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/kbdcontrol kbdcontrol.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gpalmer 1999/03/17 03:42:18 PST Modified files: usr.sbin/kbdcontrol kbdcontrol.c Log: Fix builds for the AXP Submitted by: Kazutaka YOKOTA Revision Changes Path 1.24 +1 -6 src/usr.sbin/kbdcontrol/kbdcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 3:53: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A6C414E39; Wed, 17 Mar 1999 03:53:05 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA88802; Wed, 17 Mar 1999 03:52:47 -0800 (PST) (envelope-from markm@FreeBSD.org) Message-Id: <199903171152.DAA88802@freefall.freebsd.org> From: Mark Murray Date: Wed, 17 Mar 1999 03:52:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/pgp5 Makefile ports/security/pgp5/patches patch-ab patch-ac patch-ad ports/security/pgp5/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk markm 1999/03/17 03:52:46 PST Modified files: security/pgp5 Makefile security/pgp5/pkg PLIST Added files: security/pgp5/patches patch-ab patch-ac patch-ad Log: Fix filenames so that this can co-exist with PGP 2.* Revision Changes Path 1.27 +2 -2 ports/security/pgp5/Makefile 1.6 +9 -9 ports/security/pgp5/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 Mar 17 4: 9:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B4DD14FD5; Wed, 17 Mar 1999 04:09:50 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA91137; Wed, 17 Mar 1999 04:09:32 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <199903171209.EAA91137@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 17 Mar 1999 04:09:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/tar tar.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/03/17 04:09:31 PST Modified files: gnu/usr.bin/tar tar.c Log: Add new -y/--bzip2/--bunzip2 flag. With all the ports that are going to bzip2 as the compression mechanism, this makes life easier. Obtained from: bzip2 website Revision Changes Path 1.16 +13 -1 src/gnu/usr.bin/tar/tar.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 4:56:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D06D3152B4; Wed, 17 Mar 1999 04:56:17 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA94927; Wed, 17 Mar 1999 04:55:59 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <199903171255.EAA94927@freefall.freebsd.org> From: Kris Kennaway Date: Wed, 17 Mar 1999 04:55:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/wxftp Makefile ports/net/wxftp/files md5 ports/net/wxftp/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/03/17 04:55:59 PST Modified files: net/wxftp Makefile net/wxftp/files md5 net/wxftp/patches patch-aa Log: Upgrade to v0.4.4, set myself as maintainer. Agreed-to by: Previous maintainer Revision Changes Path 1.4 +5 -5 ports/net/wxftp/Makefile 1.3 +1 -1 ports/net/wxftp/files/md5 1.4 +29 -2 ports/net/wxftp/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 Mar 17 7:12: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BEC714E84; Wed, 17 Mar 1999 07:12:02 -0800 (PST) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA44364; Wed, 17 Mar 1999 07:11:44 -0800 (PST) (envelope-from flathill@FreeBSD.org) Message-Id: <199903171511.HAA44364@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Wed, 17 Mar 1999 07:11:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/fd Makefile ports/misc/fd/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/03/17 07:11:43 PST Modified files: misc/fd Makefile misc/fd/files md5 Log: Update to 1.03j PR: ports/10635 Submitted by: nobu@psrc.isac.co.jp Revision Changes Path 1.13 +3 -3 ports/misc/fd/Makefile 1.8 +1 -1 ports/misc/fd/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 Mar 17 7:43:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B52414CA9; Wed, 17 Mar 1999 07:43:17 -0800 (PST) (envelope-from rvb@FreeBSD.org) Received: (from rvb@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA47142; Wed, 17 Mar 1999 07:42:59 -0800 (PST) (envelope-from rvb@FreeBSD.org) Message-Id: <199903171542.HAA47142@freefall.freebsd.org> From: "Robert V. Baron" Date: Wed, 17 Mar 1999 07:42:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/coda5_client Makefile ports/net/coda5_client/files md5 ports/net/coda5_server Makefile ports/net/coda5_server/files md5 ports/net/coda5_server/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rvb 1999/03/17 07:42:59 PST Modified files: net/coda5_client Makefile net/coda5_client/files md5 net/coda5_server Makefile net/coda5_server/files md5 net/coda5_server/pkg PLIST Log: Upgrade to 5.2.0 Revision Changes Path 1.6 +4 -4 ports/net/coda5_client/Makefile 1.6 +1 -1 ports/net/coda5_client/files/md5 1.6 +4 -4 ports/net/coda5_server/Makefile 1.6 +1 -1 ports/net/coda5_server/files/md5 1.2 +2 -3 ports/net/coda5_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 Wed Mar 17 8:45:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 93C4D1520E; Wed, 17 Mar 1999 08:45:12 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA51765; Wed, 17 Mar 1999 08:44:54 -0800 (PST) (envelope-from luigi@FreeBSD.org) Message-Id: <199903171644.IAA51765@freefall.freebsd.org> From: Luigi Rizzo Date: Wed, 17 Mar 1999 08:44:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa if_ed.c if_lnc.c src/sys/pci if_de.c if_fxp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luigi 1999/03/17 08:44:53 PST Modified files: sys/i386/isa if_ed.c if_lnc.c sys/pci if_de.c if_fxp.c Log: MF22... add bridging support to the device drivers. Without this bridging cannot work on -current/releng3! Revision Changes Path 1.150 +59 -14 src/sys/i386/isa/if_ed.c 1.54 +29 -4 src/sys/i386/isa/if_lnc.c 1.102 +22 -1 src/sys/pci/if_de.c 1.65 +43 -18 src/sys/pci/if_fxp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 9:40:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F05B15255; Wed, 17 Mar 1999 09:40:09 -0800 (PST) (envelope-from nate@FreeBSD.org) Received: (from nate@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA55335; Wed, 17 Mar 1999 09:39:51 -0800 (PST) (envelope-from nate@FreeBSD.org) Message-Id: <199903171739.JAA55335@freefall.freebsd.org> From: Nate Williams Date: Wed, 17 Mar 1999 09:39:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.pccard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nate 1999/03/17 09:39:50 PST Modified files: etc rc.pccard Log: Add a Q&D test before loading the pcic module to make sure there isn't a compiled in one. Submitted by: "Sean O'Connell" Revision Changes Path 1.8 +8 -3 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 Wed Mar 17 9:41:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B938A15353; Wed, 17 Mar 1999 09:41:53 -0800 (PST) (envelope-from nate@FreeBSD.org) Received: (from nate@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA55435; Wed, 17 Mar 1999 09:41:35 -0800 (PST) (envelope-from nate@FreeBSD.org) Message-Id: <199903171741.JAA55435@freefall.freebsd.org> From: Nate Williams Date: Wed, 17 Mar 1999 09:41:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.pccard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nate 1999/03/17 09:41:35 PST Modified files: (Branch: RELENG_3) etc rc.pccard Log: MFC: Add a Q&D test before loading the pcic module to make sure there isn't a compiled in one. Revision Changes Path 1.6.2.2 +8 -3 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 Wed Mar 17 11:12:56 1999 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 0859415260; Wed, 17 Mar 1999 11:12:50 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.2/8.9.1) id UAA43729; Wed, 17 Mar 1999 20:12:16 +0100 (CET) (envelope-from des) To: thyerm@camtech.com.au Cc: "Matthew N. Dodd" , James FitzGibbon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules References: From: Dag-Erling Smorgrav Date: 17 Mar 1999 20:12:15 +0100 In-Reply-To: Matthew Thyer's message of "Wed, 17 Mar 1999 21:50:49 +1030 (CST)" Message-ID: Lines: 20 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Matthew Thyer writes: > Why have that silly .signature if no-one can look at your web page anyway? Well, at least his signature is regulation-length and preceded by the appropriate separator. The straw in your brother's eye and the beam in your own, etc. > /=====================================================================\ > |Work: Matthew.Thyer@dsto.defence.gov.au | Home: thyerm@camtech.net.au| > \=====================================================================/ > "If it is true that our Universe has a zero net value for all conserved > quantities, then it may simply be a fluctuation of the vacuum of some > larger space in which our Universe is imbedded. In answer to the > question of why it happened, I offer the modest proposal that our > Universe is simply one of those things which happen from time to time." > E. P. Tryon from "Nature" Vol.246 Dec.14, 1973 DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 11:21:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FC9614D3A; Wed, 17 Mar 1999 11:21:10 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA62390; Wed, 17 Mar 1999 11:20:51 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Message-Id: <199903171920.LAA62390@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Wed, 17 Mar 1999 11:20:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/ports ports.inc Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/03/17 11:20:51 PST Modified files: es/ports ports.inc Log: Update to revision 1.33 Revision Changes Path 1.3 +51 -26 www/es/ports/ports.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 11:41: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 34EDF1536E; Wed, 17 Mar 1999 11:40:25 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id OAA22501; Wed, 17 Mar 1999 14:41:18 -0500 (EST) (envelope-from billf@jade.chc-chimes.com) Date: Wed, 17 Mar 1999 14:41:18 -0500 (EST) From: Bill Fumerola To: Jacques Vidrine Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11-wm/flwm Makefile In-Reply-To: <199903170509.VAA57149@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 16 Mar 1999, Jacques Vidrine wrote: > nectar 1999/03/16 21:09:02 PST > > Modified files: > x11-wm/flwm Makefile > Log: > No need to build all of x11-toolkits just for this port :-) > > LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk > ^^^^^ was missing Oh how silly I feel right now. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 11:43: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 44462154CD; Wed, 17 Mar 1999 11:42:51 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id OAA23412; Wed, 17 Mar 1999 14:43:26 -0500 (EST) (envelope-from billf@jade.chc-chimes.com) Date: Wed, 17 Mar 1999 14:43:26 -0500 (EST) From: Bill Fumerola To: Jacques Vidrine Cc: Satoshi Asami , kkennawa@physics.adelaide.edu.au, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/gnomeicu - Imported sources In-Reply-To: <199903170700.BAA42117@spawn.nectar.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, 17 Mar 1999, Jacques Vidrine wrote: > # cd /home/ncvs/ports/net > # rm -fr gnomeicu && echo "Dead men don't talk" > # cp -r gtkicq gnomeicu Trouble is, anyone who already has gnomeicu is going to get some funky stuff when they try to do things to their local repository. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 11:56:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B97B14BCF; Wed, 17 Mar 1999 11:56:11 -0800 (PST) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA64179; Wed, 17 Mar 1999 11:55:53 -0800 (PST) (envelope-from wosch@FreeBSD.org) Message-Id: <199903171955.LAA64179@freefall.freebsd.org> From: Wolfram Schneider Date: Wed, 17 Mar 1999 11:55:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys copyright.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/03/17 11:55:52 PST Modified files: sys/sys copyright.h Log: Change copyright in kernel output at booting time from "FreeBSD Inc." to "The FreeBSD Project". Revision Changes Path 1.7 +5 -5 src/sys/sys/copyright.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 12: 5:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DAC41530F; Wed, 17 Mar 1999 12:05:15 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA64693; Wed, 17 Mar 1999 12:04:57 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903172004.MAA64693@freefall.freebsd.org> From: Bill Fumerola Date: Wed, 17 Mar 1999 12:04:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc rc.network src/etc/defaults rc.conf Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/17 12:04:57 PST Modified files: (Branch: RELENG_3) etc rc rc.network etc/defaults rc.conf Log: MFC: portmap_program, lpd_program, sendmail comments, check_quota, enable_quotas rc.conf 1.1 -> 1.4 rc.network 1.39 -> 1.40 rc 1.179 -> 1.180 1.182 -> 1.183 Revision Changes Path 1.169.2.9 +15 -8 src/etc/rc 1.39.2.1 +2 -2 src/etc/rc.network 1.1.2.1 +6 -3 src/etc/defaults/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 12:15:49 1999 Delivered-To: cvs-all@freebsd.org Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (Postfix) with ESMTP id 4F9EC1533B; Wed, 17 Mar 1999 12:15:44 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id NAA06014; Wed, 17 Mar 1999 13:15:25 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id NAA11471; Wed, 17 Mar 1999 13:15:11 -0700 Date: Wed, 17 Mar 1999 13:15:11 -0700 Message-Id: <199903172015.NAA11471@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Wolfram Schneider Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys copyright.h In-Reply-To: <199903171955.LAA64179@freefall.freebsd.org> References: <199903171955.LAA64179@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sys/sys copyright.h > Log: > Change copyright in kernel output at booting time > from "FreeBSD Inc." to "The FreeBSD Project". Thanks Wolfram! Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 12:18:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E5631532C; Wed, 17 Mar 1999 12:17:52 -0800 (PST) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA65343; Wed, 17 Mar 1999 12:17:34 -0800 (PST) (envelope-from ghelmer@FreeBSD.org) Message-Id: <199903172017.MAA65343@freefall.freebsd.org> From: Guy Helmer Date: Wed, 17 Mar 1999 12:17:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 Makefile VOP_LOCK.9 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ghelmer 1999/03/17 12:17:33 PST Modified files: share/man/man9 Makefile VOP_LOCK.9 Log: Document the flags and p parameters to VOP_LOCK and VOP_UNLOCK. Also, at Doug Rabson's suggestion, add vn_lock(9) as an alternative name for this manpage and note its calling convention. PR: docs/9338 Revision Changes Path 1.47 +2 -1 src/share/man/man9/Makefile 1.5 +50 -6 src/share/man/man9/VOP_LOCK.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 12:41:19 1999 Delivered-To: cvs-all@freebsd.org Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (Postfix) with ESMTP id 35AE0152B0; Wed, 17 Mar 1999 12:40:40 -0800 (PST) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.8.8/8.8.8) id UAA21507; Wed, 17 Mar 1999 20:11:45 GMT (envelope-from nik) Date: Wed, 17 Mar 1999 20:11:44 +0000 From: Nik Clayton To: "Jordan K. Hubbard" Cc: "Daniel C. Sobral" , Nate Williams , Bill Fumerola , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc make.conf Message-ID: <19990317201143.A21180@catkin.nothing-going-on.org> References: <36ED9DAC.632E554E@newsguy.com> <12360.921650602@zippy.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <12360.921650602@zippy.cdrom.com>; from Jordan K. Hubbard on Tue, Mar 16, 1999 at 10:03:22PM -0800 Organization: Nik at home, where there's nothing going on Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, Mar 16, 1999 at 10:03:22PM -0800, Jordan K. Hubbard wrote: > Erm, not quite. /etc/defaults is for things that have nothing to do > with ports - ports should have its own defaults/ if it wants to have > similar functionality. We just got rid of the bogus "coupling" of > /usr/ports and /usr/src by moving the mk files for ports and should > continue that trend in other areas unless we want our old > syncronization problems back again. Which reminds me; Just so it's on record somewhere, my long term plan is to move share/mk/bsd.doc.mk and share/mk/bsd.sgml.mk under the docs repository. N -- Bagel: The carbohydrate with the hole To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 12:58: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 681C614C0A; Wed, 17 Mar 1999 12:57:59 -0800 (PST) (envelope-from nate@FreeBSD.org) Received: (from nate@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA67570; Wed, 17 Mar 1999 12:57:41 -0800 (PST) (envelope-from nate@FreeBSD.org) Message-Id: <199903172057.MAA67570@freefall.freebsd.org> From: Nate Williams Date: Wed, 17 Mar 1999 12:57:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.pccard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nate 1999/03/17 12:57:41 PST Modified files: etc rc.pccard Log: Whoops, fixed typos in PCIC loading command when I modified Sean's original patch. Submitted by: "Sean O'Connell" Revision Changes Path 1.9 +2 -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 Wed Mar 17 12:58:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 436FA15276; Wed, 17 Mar 1999 12:58:51 -0800 (PST) (envelope-from nate@FreeBSD.org) Received: (from nate@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA67627; Wed, 17 Mar 1999 12:58:33 -0800 (PST) (envelope-from nate@FreeBSD.org) Message-Id: <199903172058.MAA67627@freefall.freebsd.org> From: Nate Williams Date: Wed, 17 Mar 1999 12:58:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.pccard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nate 1999/03/17 12:58:33 PST Modified files: (Branch: RELENG_3) etc rc.pccard Log: MFC: Fix typos in PCIC load check. Revision Changes Path 1.6.2.3 +2 -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 Wed Mar 17 13:14:55 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 09F4D14D2A; Wed, 17 Mar 1999 13:13:06 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from bubble.didi.com (sdx-ca48-42.ix.netcom.com [199.182.42.106]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id NAA09831; Wed, 17 Mar 1999 13:10:11 -0800 (PST) Received: (from asami@localhost) by bubble.didi.com (8.9.2/8.8.8) id LAA29107; Wed, 17 Mar 1999 11:43:36 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Date: Wed, 17 Mar 1999 11:43:36 -0800 (PST) Message-Id: <199903171943.LAA29107@bubble.didi.com> X-Authentication-Warning: bubble.didi.com: asami set sender to asami@cs.berkeley.edu using -f To: n@nectar.com Cc: kkennawa@physics.adelaide.edu.au, cvs-committers@freebsd.org, cvs-all@freebsd.org In-reply-to: <199903170700.BAA42117@spawn.nectar.com> (message from Jacques Vidrine on Wed, 17 Mar 1999 01:00:23 -0600) Subject: Re: cvs commit: ports/net/gnomeicu - Imported sources From: asami@freebsd.org (Satoshi Asami) References: <199903162000.OAA15607@spawn.nectar.com> <199903170531.VAA24602@bubble.didi.com> <199903170700.BAA42117@spawn.nectar.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * From: Jacques Vidrine * How about * * # cd /home/ncvs/ports/net * # rm -fr gnomeicu && echo "Dead men don't talk" * # cp -r gtkicq gnomeicu * * :-) You know this is exactly what CVS doesn't let us do, right? :) * I'll be more careful about checking for renamed applications in * the future. Thanks.... * Your call... how important is the history of gtkicq anyway? Quite. Is the directory name "gnome-icq" ok for you? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 13:47:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E98515264; Wed, 17 Mar 1999 13:47:37 -0800 (PST) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA71268; Wed, 17 Mar 1999 13:47:19 -0800 (PST) (envelope-from shige@FreeBSD.org) Message-Id: <199903172147.NAA71268@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Wed, 17 Mar 1999 13:47:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/emacs20-dl-canna Makefile ports/japanese/emacs20-dl-canna/files md5 ports/japanese/emacs20-dl-canna/patches patch-aa ports/japanese/emacs20-dl-canna/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/03/17 13:47:19 PST Modified files: japanese/emacs20-dl-canna Makefile japanese/emacs20-dl-canna/files md5 japanese/emacs20-dl-canna/pkg DESCR PLIST Removed files: japanese/emacs20-dl-canna/patches patch-aa Log: Update to 1.2. Revision Changes Path 1.4 +20 -16 ports/japanese/emacs20-dl-canna/Makefile 1.2 +1 -1 ports/japanese/emacs20-dl-canna/files/md5 1.4 +9 -0 ports/japanese/emacs20-dl-canna/pkg/DESCR 1.2 +4 -0 ports/japanese/emacs20-dl-canna/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 Mar 17 13:48:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A214C1561A; Wed, 17 Mar 1999 13:48:20 -0800 (PST) (envelope-from shige@FreeBSD.org) Received: (from shige@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA71309; Wed, 17 Mar 1999 13:48:02 -0800 (PST) (envelope-from shige@FreeBSD.org) Message-Id: <199903172148.NAA71309@freefall.freebsd.org> From: Shigeyuki Fukushima Date: Wed, 17 Mar 1999 13:48:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/emacs20-dl-canna/patches patch-ab patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk shige 1999/03/17 13:48:02 PST Added files: japanese/emacs20-dl-canna/patches patch-ab patch-ac Log: Update to 1.2. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 13:52:37 1999 Delivered-To: cvs-all@freebsd.org Received: from cerebus.nectar.com (nectar-gw.nectar.com [204.0.249.101]) by hub.freebsd.org (Postfix) with ESMTP id 3763E1547C; Wed, 17 Mar 1999 13:52:33 -0800 (PST) (envelope-from nectar@nectar.com) Received: (from smap@localhost) by cerebus.nectar.com (8.9.1/8.9.1) id PAA35719; Wed, 17 Mar 1999 15:52:14 -0600 (CST) (envelope-from nectar@nectar.com) Received: from spawn.nectar.com(10.0.0.101) by cerebus.nectar.com via smap (V2.1) id xma035717; Wed, 17 Mar 99 15:51:59 -0600 Received: from spawn.nectar.com (localhost [127.0.0.1]) by spawn.nectar.com (8.9.2/8.9.1) with ESMTP id PAA26492; Wed, 17 Mar 1999 15:51:58 -0600 (CST) (envelope-from nectar@spawn.nectar.com) Message-Id: <199903172151.PAA26492@spawn.nectar.com> X-Mailer: exmh version 2.0.2 2/24/98 X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-pgp262.txt From: Jacques Vidrine In-reply-to: <199903171943.LAA29107@bubble.didi.com> References: <199903162000.OAA15607@spawn.nectar.com> <199903170531.VAA24602@bubble.didi.com> <199903170700.BAA42117@spawn.nectar.com> <199903171943.LAA29107@bubble.didi.com> Subject: Re: cvs commit: ports/net/gnomeicu - Imported sources Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: asami@freebsd.org (Satoshi Asami) Cc: kkennawa@physics.adelaide.edu.au, cvs-committers@freebsd.org, cvs-all@freebsd.org Date: Wed, 17 Mar 1999 15:51:58 -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 17 March 1999 at 11:43, asami@freebsd.org (Satoshi Asami) wrote: > You know this is exactly what CVS doesn't let us do, right? :) Yes, I was being facetious. Trying to, anyway ;-) > Quite. Is the directory name "gnome-icq" ok for you? gnome-icq is fine, thanks. Jacques Vidrine / n@nectar.com / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 13:57:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6817515681; Wed, 17 Mar 1999 13:57:19 -0800 (PST) (envelope-from nate@FreeBSD.org) Received: (from nate@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA71618; Wed, 17 Mar 1999 13:57:01 -0800 (PST) (envelope-from nate@FreeBSD.org) Message-Id: <199903172157.NAA71618@freefall.freebsd.org> From: Nate Williams Date: Wed, 17 Mar 1999 13:57:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.pccard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nate 1999/03/17 13:57:01 PST Modified files: etc rc.pccard Log: - Mixup of kldstat arguments. Use '-i 1' instead of '-n 1' when checking for the PCIC module in the kernel. { I promise this is the last commit! } Submitted by: "Sean O'Connell" Revision Changes Path 1.10 +2 -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 Wed Mar 17 13:58:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 786A8156A6; Wed, 17 Mar 1999 13:58:11 -0800 (PST) (envelope-from nate@FreeBSD.org) Received: (from nate@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA71678; Wed, 17 Mar 1999 13:57:53 -0800 (PST) (envelope-from nate@FreeBSD.org) Message-Id: <199903172157.NAA71678@freefall.freebsd.org> From: Nate Williams Date: Wed, 17 Mar 1999 13:57:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.pccard Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nate 1999/03/17 13:57:53 PST Modified files: (Branch: RELENG_3) etc rc.pccard Log: MFC: Use the correct arguments to kldstat. Revision Changes Path 1.6.2.4 +2 -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 Wed Mar 17 14: 6:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC65315489; Wed, 17 Mar 1999 14:06:32 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA72545; Wed, 17 Mar 1999 14:06:14 -0800 (PST) (envelope-from dirk@FreeBSD.org) Message-Id: <199903172206.OAA72545@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 17 Mar 1999 14:06:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/03/17 14:06:14 PST Modified files: . modules Log: mysqltutor --> ports/databases/mysqltutor Revision Changes Path 1.2837 +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 Mar 17 14: 9:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C020F1541E; Wed, 17 Mar 1999 14:09:33 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA72825; Wed, 17 Mar 1999 14:09:15 -0800 (PST) (envelope-from dirk@FreeBSD.org) Message-Id: <199903172209.OAA72825@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 17 Mar 1999 14:09:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysqltutor - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/03/17 14:09:15 PST ports/databases/mysqltutor - Imported sources Update of /home/ncvs/ports/databases/mysqltutor In directory freefall.freebsd.org:/c/users/dirk/ports/databases/mysqltutor Log Message: Import mysqltutor 1.2b2: A graphical tutorial on using the MySQL database package. PR: ports/9426 Submitted by: Scott Barron Status: Vendor Tag: SBARRON Release Tags: v1_2b2 N ports/databases/mysqltutor/Makefile I ports/databases/mysqltutor/CVS N ports/databases/mysqltutor/files/md5 N ports/databases/mysqltutor/pkg/COMMENT N ports/databases/mysqltutor/pkg/DESCR N ports/databases/mysqltutor/pkg/PLIST N ports/databases/mysqltutor/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 14:10:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 44B11157F0; Wed, 17 Mar 1999 14:10:51 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA73032; Wed, 17 Mar 1999 14:10:33 -0800 (PST) (envelope-from dirk@FreeBSD.org) Message-Id: <199903172210.OAA73032@freefall.freebsd.org> From: Dirk Froemberg Date: Wed, 17 Mar 1999 14:10:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/03/17 14:10:33 PST Modified files: databases Makefile Log: Add mysqltutor. Revision Changes Path 1.34 +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 Wed Mar 17 14:56:12 1999 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 AC82215297; Wed, 17 Mar 1999 14:56:06 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id HAA10833; Thu, 18 Mar 1999 07:55:48 +0900 (JST) Message-ID: <36F03211.E03AFA1E@newsguy.com> Date: Thu, 18 Mar 1999 07:52:01 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: Bill Fumerola Cc: Jacques Vidrine , Satoshi Asami , kkennawa@physics.adelaide.edu.au, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net/gnomeicu - Imported sources References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Bill Fumerola wrote: > > On Wed, 17 Mar 1999, Jacques Vidrine wrote: > > > # cd /home/ncvs/ports/net > > # rm -fr gnomeicu && echo "Dead men don't talk" > > # cp -r gtkicq gnomeicu > > Trouble is, anyone who already has gnomeicu is going to get some funky > stuff when they try to do things to their local repository. How about leaving it to the CVS meisters? -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "What happened?" "It moved, sir!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 14:59: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 1C6C9153AD; Wed, 17 Mar 1999 14:58:55 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id RAA08043; Wed, 17 Mar 1999 17:59:19 -0500 (EST) (envelope-from billf@jade.chc-chimes.com) Date: Wed, 17 Mar 1999 17:59:19 -0500 (EST) From: Bill Fumerola To: "Daniel C. Sobral" Cc: Jacques Vidrine , Satoshi Asami , kkennawa@physics.adelaide.edu.au, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net/gnomeicu - Imported sources In-Reply-To: <36F03211.E03AFA1E@newsguy.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 18 Mar 1999, Daniel C. Sobral wrote: > > > # cd /home/ncvs/ports/net > > > # rm -fr gnomeicu && echo "Dead men don't talk" > > > # cp -r gtkicq gnomeicu > > > > Trouble is, anyone who already has gnomeicu is going to get some funky > > stuff when they try to do things to their local repository. > > How about leaving it to the CVS meisters? .... who will tell you the exact same thing. The funky stuff I mentioned would be the clients inability to match what it's getting with whats expected. (revision numbers not matching, etc) Copying over a directory is a bad idea. Even delaying the copy is going to affact some people, it's just a very small amount. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 15: 3:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AE94153CA; Wed, 17 Mar 1999 15:03:55 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA76897; Wed, 17 Mar 1999 15:03:37 -0800 (PST) (envelope-from dcs@FreeBSD.org) Message-Id: <199903172303.PAA76897@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Wed, 17 Mar 1999 15:03:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ficl Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/03/17 15:03:37 PST Modified files: sys/boot/ficl Makefile Log: Disable trace! until it gets fixed. Revision Changes Path 1.9 +2 -2 src/sys/boot/ficl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 15: 6: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 61E47154B6; Wed, 17 Mar 1999 15:06:04 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA76955; Wed, 17 Mar 1999 15:05:46 -0800 (PST) (envelope-from dcs@FreeBSD.org) Message-Id: <199903172305.PAA76955@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Wed, 17 Mar 1999 15:05:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/loader version Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/03/17 15:05:46 PST Modified files: sys/boot/i386/loader version Log: Version bump: kvm & dictionary size. Revision Changes Path 1.4 +3 -1 src/sys/boot/i386/loader/version To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 15: 9:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA6721574D; Wed, 17 Mar 1999 15:07:41 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA77108; Wed, 17 Mar 1999 15:07:24 -0800 (PST) (envelope-from dcs@FreeBSD.org) Message-Id: <199903172307.PAA77108@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Wed, 17 Mar 1999 15:07:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/loader version Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/03/17 15:07:23 PST Modified files: (Branch: RELENG_3) sys/boot/i386/loader version Log: Bump version: increased dictionary size. Revision Changes Path 1.2.2.2 +2 -1 src/sys/boot/i386/loader/version To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 15:44:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DC9714D41; Wed, 17 Mar 1999 15:44:39 -0800 (PST) (envelope-from chuckr@FreeBSD.org) Received: (from chuckr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA78850; Wed, 17 Mar 1999 15:44:21 -0800 (PST) (envelope-from chuckr@FreeBSD.org) Message-Id: <199903172344.PAA78850@freefall.freebsd.org> From: Chuck Robey Date: Wed, 17 Mar 1999 15:44:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot README Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk chuckr 1999/03/17 15:44:20 PST Added files: sys/boot README Log: This is a temporary README file, to help those trying to experiment with the new boot loader configuration process. I got a lot of help from Daniel Sobral, and both Dan and I got help from Mike Smith. This really belongs in Warner's UPDATING, but he's not been answering his email recently, so that will wait a little. Robert Nordier also gave me a lot of help, but he hasn't seen the last version, and can't be blamed for my errors. Approved by: jkh Reviewed by: Mike Smith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 16: 4:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 52CEB150AB; Wed, 17 Mar 1999 16:04:16 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA79746; Wed, 17 Mar 1999 16:03:58 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <199903180003.QAA79746@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 17 Mar 1999 16:03:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/groff ChangeLog INSTALL NEWS PROJECTS README VERSION src/contrib/groff/doc Makefile src/contrib/groff/groff groff.man src/contrib/groff/tmac doc-common doc-syms Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/03/17 16:03:57 PST Modified files: (Branch: RELENG_3) contrib/groff ChangeLog INSTALL NEWS PROJECTS README VERSION contrib/groff/doc Makefile contrib/groff/groff groff.man contrib/groff/tmac doc-common doc-syms Log: MFC: upgrade to ver 1.11. Revision Changes Path 1.1.1.1.4.1 +7 -0 src/contrib/groff/ChangeLog 1.1.1.1.4.1 +1 -1 src/contrib/groff/INSTALL 1.1.1.1.4.1 +17 -0 src/contrib/groff/NEWS 1.1.1.1.4.1 +6 -3 src/contrib/groff/PROJECTS 1.1.1.1.4.1 +3 -4 src/contrib/groff/README 1.1.1.1.4.1 +1 -1 src/contrib/groff/VERSION 1.1.1.1.4.1 +8 -3 src/contrib/groff/doc/Makefile 1.2.4.1 +3 -0 src/contrib/groff/groff/groff.man 1.10.2.2 +23 -25 src/contrib/groff/tmac/doc-common 1.17.2.2 +40 -89 src/contrib/groff/tmac/doc-syms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 20:24:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B21DE152B4; Wed, 17 Mar 1999 20:22:43 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA01479; Wed, 17 Mar 1999 20:22:25 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Message-Id: <199903180422.UAA01479@freefall.freebsd.org> From: Jonathan Lemon Date: Wed, 17 Mar 1999 20:22:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 swtch.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jlemon 1999/03/17 20:22:24 PST Modified files: sys/i386/i386 swtch.s Log: Change btrl/btsl to cmpl/movl, since each cpu now has their own copy of private_tss, and there's no need to use a bit array. Also fixes the problem of using `je' after btrl, since cmpl sets ZF. Noticed by: Luoqi, on -current Revision Changes Path 1.76 +5 -5 src/sys/i386/i386/swtch.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 20:39: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 749E015350; Wed, 17 Mar 1999 20:38:36 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA02591; Wed, 17 Mar 1999 20:38:17 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Message-Id: <199903180438.UAA02591@freefall.freebsd.org> From: Jonathan Lemon Date: Wed, 17 Mar 1999 20:38:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 vm86.c vm86bios.s src/sys/i386/include vm86.h src/sys/i386/isa vesa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jlemon 1999/03/17 20:38:17 PST Modified files: sys/i386/i386 vm86.c vm86bios.s sys/i386/include vm86.h Log: Change the vm86_datacall interface so that callers are now responsible for passing in their own data space and associated page table information. Update the support files so that any pages in the vm86 page table are mapped, rather than just one page. Restore the E820 memory probe, and have it use the new interface. Revision Changes Path 1.22 +134 -47 src/sys/i386/i386/vm86.c 1.8 +1 -15 src/sys/i386/i386/vm86bios.s 1.9 +21 -3 src/sys/i386/include/vm86.h Modified files: sys/i386/isa vesa.c Log: Update to use the modified vm86_datacall interface. Revision Changes Path 1.19 +27 -21 src/sys/i386/isa/vesa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 20:44:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FBD614D2C; Wed, 17 Mar 1999 20:42:40 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA02918; Wed, 17 Mar 1999 20:42:21 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Message-Id: <199903180442.UAA02918@freefall.freebsd.org> From: Jonathan Lemon Date: Wed, 17 Mar 1999 20:42:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 swtch.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jlemon 1999/03/17 20:42:21 PST Modified files: (Branch: RELENG_3) sys/i386/i386 swtch.s Log: MFC; revision 1.76 Fix for _private_tss handling Revision Changes Path 1.75.2.1 +5 -5 src/sys/i386/i386/swtch.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 20:44:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A71015491; Wed, 17 Mar 1999 20:43:08 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA02955; Wed, 17 Mar 1999 20:42:49 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903180442.UAA02955@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 17 Mar 1999 20:42:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/17 20:42:49 PST Modified files: . modules Log: wmicons --> ports/graphics/wmicons Revision Changes Path 1.2838 +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 Mar 17 20:50:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A8AD14DAD; Wed, 17 Mar 1999 20:48:37 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA03480; Wed, 17 Mar 1999 20:48:18 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903180448.UAA03480@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 17 Mar 1999 20:48:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/wmicons - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/17 20:48:18 PST ports/graphics/wmicons - Imported sources Update of /home/ncvs/ports/graphics/wmicons In directory freefall.freebsd.org:/c/users/taoka/ports/wmicons Log Message: Icon collection (for WindowMaker in particular) PR: ports/10303 Submitted by: KIRIYAMA Kazuhiko kiri@pis.toba-cmt.ac.jp Status: Vendor Tag: KIRIYAMA Release Tags: v1 N ports/graphics/wmicons/Makefile I ports/graphics/wmicons/CVS N ports/graphics/wmicons/files/md5 N ports/graphics/wmicons/pkg/PLIST N ports/graphics/wmicons/pkg/COMMENT N ports/graphics/wmicons/pkg/DESCR No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 21:15:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D9B114CE9; Wed, 17 Mar 1999 21:15:13 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA10925; Wed, 17 Mar 1999 21:14:54 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903180514.VAA10925@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 17 Mar 1999 21:14:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/17 21:14:54 PST Modified files: . modules Log: jdk-doc --> ports/lang/jdk-doc Revision Changes Path 1.2839 +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 Mar 17 21:17: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E0D2715431; Wed, 17 Mar 1999 21:17:04 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA17502; Wed, 17 Mar 1999 21:16:46 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903180516.VAA17502@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 17 Mar 1999 21:16:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/jdk-doc - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/17 21:16:46 PST ports/lang/jdk-doc - Imported sources Update of /home/ncvs/ports/lang/jdk-doc In directory freefall.freebsd.org:/c/users/taoka/ports/jdk-doc Log Message: Sun's Java Developers Kit documentation PR: ports/10483 Submitted by: Martti Kuparinen martti.kuparinen@ericsson.com Status: Vendor Tag: KUPARINEN Release Tags: v117 N ports/lang/jdk-doc/Makefile I ports/lang/jdk-doc/CVS N ports/lang/jdk-doc/files/md5 N ports/lang/jdk-doc/pkg/COMMENT N ports/lang/jdk-doc/pkg/DESCR N ports/lang/jdk-doc/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 21:28: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 35A9415347; Wed, 17 Mar 1999 21:28:07 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA34763; Wed, 17 Mar 1999 21:27:47 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903180527.VAA34763@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 17 Mar 1999 21:27:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/17 21:27:47 PST Modified files: . modules Log: cmail --> ports/mail/cmail Revision Changes Path 1.2840 +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 Mar 17 21:29:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E79C714C36; Wed, 17 Mar 1999 21:29:33 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA36068; Wed, 17 Mar 1999 21:29:14 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903180529.VAA36068@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 17 Mar 1999 21:29:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/cmail - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/17 21:29:14 PST ports/mail/cmail - Imported sources Update of /home/ncvs/ports/mail/cmail In directory freefall.freebsd.org:/c/users/taoka/ports/cmail Log Message: A simple mail counter, useful for multiple mailfiles PR: ports/9256 Submitted by: Chip Marshall chip@eboai.org Status: Vendor Tag: MARSHALL Release Tags: v25 N ports/mail/cmail/Makefile I ports/mail/cmail/CVS N ports/mail/cmail/pkg/COMMENT N ports/mail/cmail/pkg/DESCR N ports/mail/cmail/pkg/PLIST N ports/mail/cmail/files/md5 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 21:37:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2612A14D7C; Wed, 17 Mar 1999 21:37:16 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA42883; Wed, 17 Mar 1999 21:36:57 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903180536.VAA42883@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 17 Mar 1999 21:36:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/17 21:36:56 PST Modified files: . LEGAL Log: Add jdk-doc due to licensing problem PR: ports/10483 Submitted by: martti.kuparinen@ericsson.com Revision Changes Path 1.130 +2 -1 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 21:40: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6548D14E59; Wed, 17 Mar 1999 21:40:05 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA47991; Wed, 17 Mar 1999 21:39:46 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <199903180539.VAA47991@freefall.freebsd.org> From: Warner Losh Date: Wed, 17 Mar 1999 21:39:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/03/17 21:39:46 PST Modified files: . UPDATING Log: Add pointer sys/boot/README for new boot system (this should be in a man page, but I take what I can get) Submitted by: chuckr Add warning that vn can't be a loadable module for a while Submitted by: dillon Add name change for old atapi cd driver Submitted by: sos Revision Changes Path 1.23 +14 -3 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 21:46:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F9E415264; Wed, 17 Mar 1999 21:46:53 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA56860; Wed, 17 Mar 1999 21:46:34 -0800 (PST) (envelope-from alc@FreeBSD.org) Message-Id: <199903180546.VAA56860@freefall.freebsd.org> From: Alan Cox Date: Wed, 17 Mar 1999 21:46:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_kern.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/03/17 21:46:34 PST Modified files: (Branch: RELENG_3) sys/vm vm_kern.c Log: MFC: 1.53 and 1.54 Revision Changes Path 1.50.2.2 +5 -9 src/sys/vm/vm_kern.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 21:50:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2359815222; Wed, 17 Mar 1999 21:50:11 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA64806; Wed, 17 Mar 1999 21:49:52 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903180549.VAA64806@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 17 Mar 1999 21:49:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/17 21:49:52 PST Modified files: . modules Log: asmodem --> ports/comms/asmodem Revision Changes Path 1.2841 +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 Mar 17 21:52: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A465B1533A; Wed, 17 Mar 1999 21:52:05 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA69468; Wed, 17 Mar 1999 21:51:47 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903180551.VAA69468@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 17 Mar 1999 21:51:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/asmodem - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/17 21:51:46 PST ports/comms/asmodem - Imported sources Update of /home/ncvs/ports/comms/asmodem In directory freefall.freebsd.org:/c/users/taoka/ports/asmodem Log Message: Displays the modem status, , designed to match AfterStep PR: ports/6598 Submitted by: Sean Cole scole@aracnet.com Status: Vendor Tag: COLE Release Tags: v06 N ports/comms/asmodem/Makefile I ports/comms/asmodem/CVS N ports/comms/asmodem/pkg/COMMENT N ports/comms/asmodem/pkg/DESCR N ports/comms/asmodem/pkg/PLIST N ports/comms/asmodem/patches/patch-ab N ports/comms/asmodem/patches/patch-aa N ports/comms/asmodem/files/md5 No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 21:52:20 1999 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 CD54B154AB; Wed, 17 Mar 1999 21:52:17 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id OAA26845; Thu, 18 Mar 1999 14:52:14 +0900 (JST) Message-ID: <36F0941E.FFB90A55@newsguy.com> Date: Thu, 18 Mar 1999 14:50:22 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: Warner Losh Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src UPDATING References: <199903180539.VAA47991@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Warner Losh wrote: > > imp 1999/03/17 21:39:46 PST > > Modified files: > . UPDATING > Log: > Add pointer sys/boot/README for new boot system (this should be in a > man page, but I take what I can get) It's rather handbook material, both in form and content. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "What happened?" "It moved, sir!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 21:55:35 1999 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 8CDE1155E2; Wed, 17 Mar 1999 21:55:25 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony [10.0.0.6]) by rover.village.org (8.9.3/8.6.6) with ESMTP id FAA84858; Thu, 18 Mar 1999 05:55:05 GMT 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 WAA00310; Wed, 17 Mar 1999 22:54:38 -0700 (MST) Message-Id: <199903180554.WAA00310@harmony.village.org> To: "Daniel C. Sobral" Subject: Re: cvs commit: src UPDATING Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: Your message of "Thu, 18 Mar 1999 14:50:22 +0900." <36F0941E.FFB90A55@newsguy.com> References: <36F0941E.FFB90A55@newsguy.com> <199903180539.VAA47991@freefall.freebsd.org> Date: Wed, 17 Mar 1999 22:54:38 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk In message <36F0941E.FFB90A55@newsguy.com> "Daniel C. Sobral" writes: : It's rather handbook material, both in form and content. At least the raw functionality needs to be documented in a man page. If there is stuff in the handbook, so much the better. To be honest, I've not even looked at sys/boot/README yet. It doesn't belong in UPDATING, other than by reference. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 22: 2:53 1999 Delivered-To: cvs-all@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id A20A114CA3; Wed, 17 Mar 1999 22:02:51 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id WAA00715; Wed, 17 Mar 1999 22:03:12 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) To: "Daniel C. Sobral" Cc: Warner Losh , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src UPDATING In-reply-to: Your message of "Thu, 18 Mar 1999 14:50:22 +0900." <36F0941E.FFB90A55@newsguy.com> Date: Wed, 17 Mar 1999 22:03:12 -0800 Message-ID: <713.921736992@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Handbook's frozen right now in any case. ;) > Warner Losh wrote: > > > > imp 1999/03/17 21:39:46 PST > > > > Modified files: > > . UPDATING > > Log: > > Add pointer sys/boot/README for new boot system (this should be in a > > man page, but I take what I can get) > > It's rather handbook material, both in form and content. > > -- > Daniel C. Sobral (8-DCS) > dcs@newsguy.com > dcs@freebsd.org > > "What happened?" > "It moved, sir!" > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 22:18:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5255F14CA3; Wed, 17 Mar 1999 22:18:33 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA05230; Wed, 17 Mar 1999 22:18:12 -0800 (PST) (envelope-from jkh@FreeBSD.org) Message-Id: <199903180618.WAA05230@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 17 Mar 1999 22:18:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/03/17 22:18:12 PST Modified files: (Branch: RELENG_3) sbin Makefile Log: MFC: add kget Revision Changes Path 1.62.2.2 +2 -1 src/sbin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 22:43:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 23E5914C95; Wed, 17 Mar 1999 22:43:21 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA28867; Wed, 17 Mar 1999 22:43:02 -0800 (PST) (envelope-from jkh@FreeBSD.org) Message-Id: <199903180643.WAA28867@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Wed, 17 Mar 1999 22:43:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/texts TROUBLE.TXT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/03/17 22:43:01 PST Modified files: release/texts TROUBLE.TXT Log: This apparently works now, excise it from TROUBLE.TXT Revision Changes Path 1.4 +0 -7 src/release/texts/TROUBLE.TXT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Mar 17 22:53:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A8A3114C95; Wed, 17 Mar 1999 22:53:19 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA49168; Wed, 17 Mar 1999 22:53:01 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903180653.WAA49168@freefall.freebsd.org> From: Satoshi Taoka Date: Wed, 17 Mar 1999 22:53:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/netpipes Makefile ports/net/netpipes/files md5 ports/net/netpipes/patches patch-aa ports/net/netpipes/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/17 22:53:00 PST Modified files: net/netpipes Makefile net/netpipes/files md5 net/netpipes/patches patch-aa net/netpipes/pkg PLIST Log: Updated to netpipes-4.2 PR: ports/10506 Submitted by: Michael Haro mharo@area51.fremont.ca.us Revision Changes Path 1.7 +6 -5 ports/net/netpipes/Makefile 1.3 +1 -1 ports/net/netpipes/files/md5 1.4 +27 -16 ports/net/netpipes/patches/patch-aa 1.4 +3 -2 ports/net/netpipes/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 Mar 17 23: 7:56 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 7948E14D15; Wed, 17 Mar 1999 23:07:54 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from bubble.didi.com (tfx-us2-13.ix.netcom.com [204.30.67.77]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id XAA10424; Wed, 17 Mar 1999 23:07:25 -0800 (PST) Received: (from asami@localhost) by bubble.didi.com (8.9.2/8.8.8) id XAA30660; Wed, 17 Mar 1999 23:07:19 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Date: Wed, 17 Mar 1999 23:07:19 -0800 (PST) Message-Id: <199903180707.XAA30660@bubble.didi.com> X-Authentication-Warning: bubble.didi.com: asami set sender to asami@cs.berkeley.edu using -f To: n@nectar.com Cc: kkennawa@physics.adelaide.edu.au, cvs-committers@freebsd.org, cvs-all@freebsd.org In-reply-to: <199903172151.PAA26492@spawn.nectar.com> (message from Jacques Vidrine on Wed, 17 Mar 1999 15:51:58 -0600) Subject: Re: cvs commit: ports/net/gnomeicu - Imported sources From: asami@freebsd.org (Satoshi Asami) References: <199903162000.OAA15607@spawn.nectar.com> <199903170531.VAA24602@bubble.didi.com> <199903170700.BAA42117@spawn.nectar.com> <199903171943.LAA29107@bubble.didi.com> <199903172151.PAA26492@spawn.nectar.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * From: Jacques Vidrine * > Quite. Is the directory name "gnome-icq" ok for you? * * gnome-icq is fine, thanks. Ok, I did it, but I copied it to "gnome-icu", since I assumed it was my own typo that you agreed to. :) Please let me know if it's not right. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 0:37:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 13B0114C19; Thu, 18 Mar 1999 00:37:16 -0800 (PST) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA77412; Thu, 18 Mar 1999 00:36:57 -0800 (PST) (envelope-from wosch@FreeBSD.org) Message-Id: <199903180836.AAA77412@freefall.freebsd.org> From: Wolfram Schneider Date: Thu, 18 Mar 1999 00:36:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news newsflash.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/03/18 00:36:57 PST Modified files: en/news newsflash.sgml Log: Comment out The FreeBSD WebBoard until the difficulties are over. Revision Changes Path 1.124 +4 -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 Mar 18 0:38:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1942815402; Thu, 18 Mar 1999 00:38:00 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA77479; Thu, 18 Mar 1999 00:37:41 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903180837.AAA77479@freefall.freebsd.org> From: Satoshi Taoka Date: Thu, 18 Mar 1999 00:37:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/18 00:37:41 PST Modified files: . modules Log: fftw --> ports/math/fftw Revision Changes Path 1.2842 +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 Mar 18 0:38:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EB9A15561; Thu, 18 Mar 1999 00:38:52 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA77590; Thu, 18 Mar 1999 00:38:33 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903180838.AAA77590@freefall.freebsd.org> From: Satoshi Taoka Date: Thu, 18 Mar 1999 00:38:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/fftw - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/18 00:38:33 PST ports/math/fftw - Imported sources Update of /home/ncvs/ports/math/fftw In directory freefall.freebsd.org:/c/users/taoka/ports/fftw Log Message: Fast C routines library to compute the Discrete Fourier Transform PR: ports/9222 Submitted by: Lars Koeller lkoeller@cc.fh-lippe.de Status: Vendor Tag: KOELLER Release Tags: v201 N ports/math/fftw/Makefile I ports/math/fftw/CVS N ports/math/fftw/patches/patch-aa N ports/math/fftw/patches/patch-ab N ports/math/fftw/files/md5 N ports/math/fftw/pkg/COMMENT N ports/math/fftw/pkg/PLIST N ports/math/fftw/pkg/DESCR No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 0:41:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FAFB15385; Thu, 18 Mar 1999 00:41:13 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA77719; Thu, 18 Mar 1999 00:40:55 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903180840.AAA77719@freefall.freebsd.org> From: Satoshi Taoka Date: Thu, 18 Mar 1999 00:40:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/18 00:40:54 PST Modified files: . modules Log: grace --> ports/math/grace Revision Changes Path 1.2843 +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 Mar 18 0:42: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 89EEB1569E; Thu, 18 Mar 1999 00:41:59 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA77764; Thu, 18 Mar 1999 00:41:41 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903180841.AAA77764@freefall.freebsd.org> From: Satoshi Taoka Date: Thu, 18 Mar 1999 00:41:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/grace - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/18 00:41:40 PST ports/math/grace - Imported sources Update of /home/ncvs/ports/math/grace In directory freefall.freebsd.org:/c/users/taoka/ports/grace Log Message: A powerful plotting tool (successor of xmgr) PR: ports/9222 Submitted by: Lars Koeller lkoeller@cc.fh-lippe.de Status: Vendor Tag: KOELLER Release Tags: v501 N ports/math/grace/Makefile I ports/math/grace/CVS N ports/math/grace/pkg/COMMENT N ports/math/grace/pkg/DESCR N ports/math/grace/pkg/PLIST N ports/math/grace/patches/patch-aa N ports/math/grace/patches/patch-ab N ports/math/grace/patches/patch-ac N ports/math/grace/patches/patch-ad N ports/math/grace/files/md5 N ports/math/grace/files/mini-xmgr3.xpm N ports/math/grace/files/freebsd N ports/math/grace/scripts/configure No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 0:52:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BD95D15132; Thu, 18 Mar 1999 00:52:26 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA78720; Thu, 18 Mar 1999 00:52:08 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903180852.AAA78720@freefall.freebsd.org> From: Satoshi Taoka Date: Thu, 18 Mar 1999 00:52:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/18 00:52:08 PST Modified files: . modules Log: gtkportscan --> ports/security/gtkportscan Revision Changes Path 1.2844 +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 Mar 18 0:53:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 05C76153C8; Thu, 18 Mar 1999 00:53:42 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA78792; Thu, 18 Mar 1999 00:53:23 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903180853.AAA78792@freefall.freebsd.org> From: Satoshi Taoka Date: Thu, 18 Mar 1999 00:53:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/gtkportscan - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/18 00:53:23 PST ports/security/gtkportscan - Imported sources Update of /home/ncvs/ports/security/gtkportscan In directory freefall.freebsd.org:/c/users/taoka/ports/gtkportscan Log Message: a simple portscanner PR: ports/10551 Submitted by: Chris Piazza cpiazza@home.net Status: Vendor Tag: PIAZZA Release Tags: v11 N ports/security/gtkportscan/Makefile I ports/security/gtkportscan/CVS N ports/security/gtkportscan/files/md5 N ports/security/gtkportscan/patches/patch-aa N ports/security/gtkportscan/pkg/COMMENT N ports/security/gtkportscan/pkg/DESCR N ports/security/gtkportscan/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 1: 4:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CCF914C2E; Thu, 18 Mar 1999 01:04:43 -0800 (PST) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA79489; Thu, 18 Mar 1999 01:04:24 -0800 (PST) (envelope-from foxfair@FreeBSD.org) Message-Id: <199903180904.BAA79489@freefall.freebsd.org> From: "Howard F. Hu" Date: Thu, 18 Mar 1999 01:04:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/docproj translations.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk foxfair 1999/03/18 01:04:24 PST Modified files: en/docproj translations.sgml Log: Add the location of FreeBSD Chinese Documentation Project's mailing list. Revision Changes Path 1.18 +12 -4 www/en/docproj/translations.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 1:24:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9AF915385; Thu, 18 Mar 1999 01:22:02 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA80836; Thu, 18 Mar 1999 01:21:44 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <199903180921.BAA80836@freefall.freebsd.org> From: Peter Wemm Date: Thu, 18 Mar 1999 01:21:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/03/18 01:21:43 PST src/contrib/cvs - Imported sources Update of /home/ncvs/src/contrib/cvs In directory freefall.freebsd.org:/c/users/peter/cvs-imp Log Message: Import cvs-1.10 onto vendor branch. Merge to follow shortly. Obtained from: cyclic.com Status: Vendor Tag: CYCLIC Release Tags: v1_10 U src/contrib/cvs/COPYING U src/contrib/cvs/COPYING.LIB U src/contrib/cvs/INSTALL U src/contrib/cvs/README U src/contrib/cvs/TODO U src/contrib/cvs/PROJECTS U src/contrib/cvs/BUGS U src/contrib/cvs/MINOR-BUGS U src/contrib/cvs/FAQ U src/contrib/cvs/HACKING U src/contrib/cvs/DEVEL-CVS U src/contrib/cvs/TESTS U src/contrib/cvs/ChangeLog U src/contrib/cvs/NEWS U src/contrib/cvs/configure U src/contrib/cvs/ChangeLog.zoo U src/contrib/cvs/configure.in U src/contrib/cvs/config.h.in U src/contrib/cvs/stamp-h.in U src/contrib/cvs/Makefile.in U src/contrib/cvs/acconfig.h U src/contrib/cvs/cvs-format.el U src/contrib/cvs/mkinstalldirs U src/contrib/cvs/install-sh U src/contrib/cvs/.cvsignore U src/contrib/cvs/lib/.cvsignore U src/contrib/cvs/lib/ChangeLog U src/contrib/cvs/lib/ChangeLog.fsf U src/contrib/cvs/lib/Makefile.in U src/contrib/cvs/lib/argmatch.c U src/contrib/cvs/lib/dup2.c U src/contrib/cvs/lib/fncase.c U src/contrib/cvs/lib/fnmatch.c U src/contrib/cvs/lib/ftruncate.c U src/contrib/cvs/lib/getdate.y U src/contrib/cvs/lib/getline.c U src/contrib/cvs/lib/getopt.c U src/contrib/cvs/lib/getopt1.c U src/contrib/cvs/lib/hostname.c U src/contrib/cvs/lib/md5.c U src/contrib/cvs/lib/memmove.c U src/contrib/cvs/lib/mkdir.c U src/contrib/cvs/lib/regex.c U src/contrib/cvs/lib/rename.c U src/contrib/cvs/lib/savecwd.c U src/contrib/cvs/lib/sighandle.c U src/contrib/cvs/lib/strstr.c U src/contrib/cvs/lib/strerror.c U src/contrib/cvs/lib/strtoul.c U src/contrib/cvs/lib/valloc.c U src/contrib/cvs/lib/stripslash.c U src/contrib/cvs/lib/vasprintf.c U src/contrib/cvs/lib/waitpid.c U src/contrib/cvs/lib/xgetwd.c U src/contrib/cvs/lib/yesno.c U src/contrib/cvs/lib/getline.h U src/contrib/cvs/lib/getopt.h U src/contrib/cvs/lib/fnmatch.h U src/contrib/cvs/lib/regex.h U src/contrib/cvs/lib/system.h U src/contrib/cvs/lib/wait.h U src/contrib/cvs/lib/md5.h U src/contrib/cvs/lib/savecwd.h U src/contrib/cvs/diff/diff.c U src/contrib/cvs/diff/diff3.c U src/contrib/cvs/diff/analyze.c U src/contrib/cvs/diff/cmpbuf.c U src/contrib/cvs/diff/cmpbuf.h U src/contrib/cvs/diff/io.c U src/contrib/cvs/diff/context.c U src/contrib/cvs/diff/ed.c U src/contrib/cvs/diff/normal.c U src/contrib/cvs/diff/ifdef.c U src/contrib/cvs/diff/util.c U src/contrib/cvs/diff/dir.c U src/contrib/cvs/diff/version.c U src/contrib/cvs/diff/diff.h U src/contrib/cvs/diff/side.c U src/contrib/cvs/diff/system.h N src/contrib/cvs/diff/diffrun.h U src/contrib/cvs/diff/ChangeLog U src/contrib/cvs/diff/Makefile.in U src/contrib/cvs/src/.cvsignore U src/contrib/cvs/src/Makefile.in U src/contrib/cvs/src/ChangeLog U src/contrib/cvs/src/ChangeLog-97 U src/contrib/cvs/src/ChangeLog-96 U src/contrib/cvs/src/ChangeLog-9395 U src/contrib/cvs/src/ChangeLog-9194 U src/contrib/cvs/src/sanity.sh U src/contrib/cvs/src/cvsbug.sh U src/contrib/cvs/src/buffer.h C src/contrib/cvs/src/cvs.h C src/contrib/cvs/src/rcs.h U src/contrib/cvs/src/hardlink.h U src/contrib/cvs/src/hash.h U src/contrib/cvs/src/myndbm.h U src/contrib/cvs/src/update.h U src/contrib/cvs/src/server.h U src/contrib/cvs/src/client.h U src/contrib/cvs/src/error.h U src/contrib/cvs/src/fileattr.h U src/contrib/cvs/src/edit.h U src/contrib/cvs/src/watch.h U src/contrib/cvs/src/options.h.in U src/contrib/cvs/src/add.c U src/contrib/cvs/src/admin.c U src/contrib/cvs/src/buffer.c U src/contrib/cvs/src/checkin.c U src/contrib/cvs/src/checkout.c U src/contrib/cvs/src/classify.c U src/contrib/cvs/src/client.c C src/contrib/cvs/src/commit.c U src/contrib/cvs/src/create_adm.c U src/contrib/cvs/src/cvsrc.c C src/contrib/cvs/src/diff.c U src/contrib/cvs/src/edit.c U src/contrib/cvs/src/entries.c U src/contrib/cvs/src/error.c U src/contrib/cvs/src/expand_path.c U src/contrib/cvs/src/fileattr.c U src/contrib/cvs/src/find_names.c U src/contrib/cvs/src/hardlink.c U src/contrib/cvs/src/hash.c U src/contrib/cvs/src/history.c U src/contrib/cvs/src/ignore.c C src/contrib/cvs/src/import.c U src/contrib/cvs/src/lock.c U src/contrib/cvs/src/log.c U src/contrib/cvs/src/login.c U src/contrib/cvs/src/logmsg.c C src/contrib/cvs/src/main.c C src/contrib/cvs/src/mkmodules.c U src/contrib/cvs/src/patch.c U src/contrib/cvs/src/modules.c U src/contrib/cvs/src/myndbm.c U src/contrib/cvs/src/no_diff.c U src/contrib/cvs/src/parseinfo.c C src/contrib/cvs/src/rcs.c C src/contrib/cvs/src/rcscmds.c C src/contrib/cvs/src/recurse.c U src/contrib/cvs/src/release.c U src/contrib/cvs/src/remove.c U src/contrib/cvs/src/repos.c U src/contrib/cvs/src/root.c U src/contrib/cvs/src/rtag.c U src/contrib/cvs/src/scramble.c C src/contrib/cvs/src/server.c U src/contrib/cvs/src/status.c U src/contrib/cvs/src/subr.c C src/contrib/cvs/src/filesubr.c U src/contrib/cvs/src/run.c U src/contrib/cvs/src/tag.c C src/contrib/cvs/src/update.c U src/contrib/cvs/src/watch.c U src/contrib/cvs/src/wrapper.c U src/contrib/cvs/src/vers_ts.c U src/contrib/cvs/src/version.c U src/contrib/cvs/src/zlib.c U src/contrib/cvs/man/.cvsignore U src/contrib/cvs/man/ChangeLog U src/contrib/cvs/man/Makefile.in C src/contrib/cvs/man/cvs.1 U src/contrib/cvs/man/cvs.5 U src/contrib/cvs/man/cvsbug.8 U src/contrib/cvs/doc/.cvsignore U src/contrib/cvs/doc/ChangeLog U src/contrib/cvs/doc/ChangeLog.fsf U src/contrib/cvs/doc/Makefile.in U src/contrib/cvs/doc/RCSFILES U src/contrib/cvs/doc/cvs-paper.ms U src/contrib/cvs/doc/cvs.texinfo U src/contrib/cvs/doc/cvsclient.texi U src/contrib/cvs/contrib/ChangeLog U src/contrib/cvs/contrib/README U src/contrib/cvs/contrib/.cvsignore U src/contrib/cvs/contrib/intro.doc U src/contrib/cvs/contrib/Makefile.in U src/contrib/cvs/contrib/clmerge.pl U src/contrib/cvs/contrib/cln_hist.pl U src/contrib/cvs/contrib/commit_prep.pl U src/contrib/cvs/contrib/cvs2vendor.sh U src/contrib/cvs/contrib/cvs_acls.pl U src/contrib/cvs/contrib/cvscheck.sh U src/contrib/cvs/contrib/cvscheck.man U src/contrib/cvs/contrib/cvshelp.man U src/contrib/cvs/contrib/descend.sh U src/contrib/cvs/contrib/descend.man U src/contrib/cvs/contrib/dirfns.shar C src/contrib/cvs/contrib/log.pl U src/contrib/cvs/contrib/log_accum.pl U src/contrib/cvs/contrib/mfpipe.pl U src/contrib/cvs/contrib/rcs-to-cvs.sh U src/contrib/cvs/contrib/rcs2log.sh U src/contrib/cvs/contrib/rcslock.pl U src/contrib/cvs/contrib/sccs2rcs.csh U src/contrib/cvs/contrib/rcs2sccs.sh U src/contrib/cvs/contrib/listen2.c U src/contrib/cvs/contrib/listen2.mak U src/contrib/cvs/tools/ChangeLog U src/contrib/cvs/tools/README U src/contrib/cvs/tools/.cvsignore U src/contrib/cvs/tools/Makefile.in U src/contrib/cvs/tools/pcl-cvs/.cvsignore U src/contrib/cvs/tools/pcl-cvs/ChangeLog U src/contrib/cvs/tools/pcl-cvs/INSTALL U src/contrib/cvs/tools/pcl-cvs/Makefile.in U src/contrib/cvs/tools/pcl-cvs/NEWS U src/contrib/cvs/tools/pcl-cvs/README U src/contrib/cvs/tools/pcl-cvs/pcl-cvs.el U src/contrib/cvs/tools/pcl-cvs/pcl-cvs-lucid.el U src/contrib/cvs/tools/pcl-cvs/pcl-cvs-startup.el U src/contrib/cvs/tools/pcl-cvs/pcl-cvs.texinfo 15 conflicts created by this import. Use the following command to help the merge: cvs checkout -jCYCLIC:yesterday -jCYCLIC src/contrib/cvs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 1:31:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F0F6614D67; Thu, 18 Mar 1999 01:31:44 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA81628; Thu, 18 Mar 1999 01:31:26 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <199903180931.BAA81628@freefall.freebsd.org> From: Peter Wemm Date: Thu, 18 Mar 1999 01:31:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/src diff.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/03/18 01:31:26 PST Modified files: contrib/cvs/src diff.c Log: Merge cvs-1.9.xx -> 1.10 changes onto mainline. The merge turned up a long-standing bug in local additions. I'm not quite sure it's right yet. (the code in question is dealing with diffs relative to "HEAD" and dead revisions). Revision Changes Path 1.11 +17 -6 src/contrib/cvs/src/diff.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 1:33:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ACC5415264; Thu, 18 Mar 1999 01:33:06 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA81763; Thu, 18 Mar 1999 01:32:48 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <199903180932.BAA81763@freefall.freebsd.org> From: Peter Wemm Date: Thu, 18 Mar 1999 01:32:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/cvs/contrib log.pl src/contrib/cvs/man cvs.1 src/contrib/cvs/src commit.c cvs.h filesubr.c import.c main.c mkmodules.c rcs.c rcs.h rcscmds.c recurse.c server.c update.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/03/18 01:32:48 PST Modified files: contrib/cvs/contrib log.pl contrib/cvs/man cvs.1 contrib/cvs/src commit.c cvs.h filesubr.c import.c main.c mkmodules.c rcs.c rcs.h rcscmds.c recurse.c server.c update.c Log: Merge cvs-1.9.xx -> 1.10 changes onto mainline. Changes of significance include the top level CVS directory being optional and defaulting to off.. Revision Changes Path 1.3 +10 -1 src/contrib/cvs/contrib/log.pl 1.12 +29 -82 src/contrib/cvs/man/cvs.1 1.6 +95 -89 src/contrib/cvs/src/commit.c 1.10 +5 -2 src/contrib/cvs/src/cvs.h 1.3 +5 -25 src/contrib/cvs/src/filesubr.c 1.6 +3 -29 src/contrib/cvs/src/import.c 1.16 +35 -6 src/contrib/cvs/src/main.c 1.8 +5 -0 src/contrib/cvs/src/mkmodules.c 1.17 +958 -103 src/contrib/cvs/src/rcs.c 1.6 +9 -0 src/contrib/cvs/src/rcs.h 1.6 +78 -38 src/contrib/cvs/src/rcscmds.c 1.5 +34 -18 src/contrib/cvs/src/recurse.c 1.12 +76 -20 src/contrib/cvs/src/server.c 1.5 +43 -39 src/contrib/cvs/src/update.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 1:38:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C9D1151DB; Thu, 18 Mar 1999 01:38:16 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA82152; Thu, 18 Mar 1999 01:37:57 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <199903180937.BAA82152@freefall.freebsd.org> From: Peter Wemm Date: Thu, 18 Mar 1999 01:37:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cvs/cvs Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/03/18 01:37:57 PST Modified files: gnu/usr.bin/cvs/cvs Makefile Log: Update bmake glue for cvs-1.10 Revision Changes Path 1.25 +3 -2 src/gnu/usr.bin/cvs/cvs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 1:56:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 74A7E1539B; Thu, 18 Mar 1999 01:56:30 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA83795; Thu, 18 Mar 1999 01:56:11 -0800 (PST) (envelope-from ache@FreeBSD.org) Message-Id: <199903180956.BAA83795@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 18 Mar 1999 01:56:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/sar Makefile ports/textproc/sar/patches patch-aa Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/03/18 01:56:11 PST Modified files: textproc/sar Makefile Added files: textproc/sar/patches patch-aa Log: allow empty replacement string Revision Changes Path 1.5 +7 -3 ports/textproc/sar/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 3: 3:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B46B153D9; Thu, 18 Mar 1999 03:01:07 -0800 (PST) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA88539; Thu, 18 Mar 1999 03:00:48 -0800 (PST) (envelope-from dfr@FreeBSD.org) Message-Id: <199903181100.DAA88539@freefall.freebsd.org> From: Doug Rabson Date: Thu, 18 Mar 1999 03:00:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha/libalpha bootinfo.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/03/18 03:00:48 PST Modified files: sys/boot/alpha/libalpha bootinfo.c Log: Don't choke in MOD_ARGS() if mp->m_args is NULL. Revision Changes Path 1.5 +5 -4 src/sys/boot/alpha/libalpha/bootinfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 3:29:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA52A152B0; Thu, 18 Mar 1999 03:29:10 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA89947; Thu, 18 Mar 1999 03:28:52 -0800 (PST) (envelope-from ache@FreeBSD.org) Message-Id: <199903181128.DAA89947@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Thu, 18 Mar 1999 03:28:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/sitecopy Makefile ports/www/sitecopy/files md5 ports/www/sitecopy/patches patch-aa ports/www/sitecopy/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/03/18 03:28:51 PST Modified files: www/sitecopy Makefile www/sitecopy/files md5 www/sitecopy/patches patch-aa www/sitecopy/pkg PLIST Log: upgrade to 0.4.8 OK'ed by maintainer nik@FreeBSD.ORG Revision Changes Path 1.6 +2 -2 ports/www/sitecopy/Makefile 1.4 +1 -1 ports/www/sitecopy/files/md5 1.4 +12 -4 ports/www/sitecopy/patches/patch-aa 1.3 +1 -0 ports/www/sitecopy/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 Mar 18 5:42:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FE1B14C2A; Thu, 18 Mar 1999 05:42:40 -0800 (PST) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA02535; Thu, 18 Mar 1999 05:42:21 -0800 (PST) (envelope-from kato@FreeBSD.org) Message-Id: <199903181342.FAA02535@freefall.freebsd.org> From: KATO Takenori Date: Thu, 18 Mar 1999 05:42:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/pc98/loader Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/03/18 05:42:21 PST Modified files: sys/boot/pc98/loader Makefile Log: Install the manual page in sys/boot/i386/loader. Sumbmitted by: Takahashi Yoshihiro Revision Changes Path 1.4 +3 -2 src/sys/boot/pc98/loader/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 5:43:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 128C3153A5; Thu, 18 Mar 1999 05:43:25 -0800 (PST) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA02586; Thu, 18 Mar 1999 05:43:06 -0800 (PST) (envelope-from kato@FreeBSD.org) Message-Id: <199903181343.FAA02586@freefall.freebsd.org> From: KATO Takenori Date: Thu, 18 Mar 1999 05:43:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/pc98/loader Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/03/18 05:43:06 PST Modified files: (Branch: RELENG_3) sys/boot/pc98/loader Makefile Log: MFC: install the manual page. Sumbitted by: Takahashi Yoshihiro Revision Changes Path 1.1.2.3 +3 -2 src/sys/boot/pc98/loader/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 5:55:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E486F15443; Thu, 18 Mar 1999 05:55:28 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA03689; Thu, 18 Mar 1999 05:55:10 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Message-Id: <199903181355.FAA03689@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Thu, 18 Mar 1999 05:55:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/ports portindex Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/03/18 05:55:10 PST Modified files: es/ports portindex Makefile Log: Update to revisions: Makefile: 1.20 portindex: 1.24 Revision Changes Path 1.2 +41 -4 www/es/ports/portindex 1.2 +19 -7 www/es/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 Mar 18 6: 8: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A5A4314DF9; Thu, 18 Mar 1999 06:08:03 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA04605; Thu, 18 Mar 1999 06:07:45 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Message-Id: <199903181407.GAA04605@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Thu, 18 Mar 1999 06:07:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/news newsflash.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/03/18 06:07:44 PST Modified files: es/news newsflash.sgml Log: Update to 1.124 Revision Changes Path 1.10 +11 -2 www/es/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 Mar 18 6:17: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0675414E1F; Thu, 18 Mar 1999 06:17:01 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA05680; Thu, 18 Mar 1999 06:16:43 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Message-Id: <199903181416.GAA05680@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Thu, 18 Mar 1999 06:16:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es docs.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/03/18 06:16:43 PST Modified files: es docs.sgml Log: Update to 1.66 Fix a typo with man 3.0-current; really is 4.0-current Revision Changes Path 1.7 +4 -3 www/es/docs.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 6:22: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8799D14E2A; Thu, 18 Mar 1999 06:20:10 -0800 (PST) (envelope-from rse@FreeBSD.org) Received: (from rse@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA06237; Thu, 18 Mar 1999 06:19:52 -0800 (PST) (envelope-from rse@FreeBSD.org) Message-Id: <199903181419.GAA06237@freefall.freebsd.org> From: "Ralf S. Engelschall" Date: Thu, 18 Mar 1999 06:19:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-modssl Makefile ports/www/apache13-modssl/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rse 1999/03/18 06:19:51 PST Modified files: www/apache13-modssl Makefile www/apache13-modssl/files md5 Log: Upgrade to Apache 1.3.4 + mod_ssl 2.2.5 This fixes two really nasty bugs, so users are encouraged to upgrade. Additionally a little bit more portlint cleanups were done and switched to HAS_CONFIGURE from GNU_CONFIGURE now that we've the CONFIG_TARGET stuff... Revision Changes Path 1.25 +7 -6 ports/www/apache13-modssl/Makefile 1.22 +1 -1 ports/www/apache13-modssl/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 Mar 18 6:34:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 73AF914D15; Thu, 18 Mar 1999 06:34:24 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA07612; Thu, 18 Mar 1999 06:34:05 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Message-Id: <199903181434.GAA07612@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Thu, 18 Mar 1999 06:34:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/projects projects.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/03/18 06:34:05 PST Modified files: es/projects projects.sgml Log: Update to 1.54 Revision Changes Path 1.5 +31 -5 www/es/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 Thu Mar 18 6:36:43 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 060FC154D2; Thu, 18 Mar 1999 06:36:42 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA07830; Thu, 18 Mar 1999 06:36:23 -0800 (PST) (envelope-from dcs@FreeBSD.org) Message-Id: <199903181436.GAA07830@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Thu, 18 Mar 1999 06:36:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/libi386 bootinfo.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/03/18 06:36:23 PST Modified files: sys/boot/i386/libi386 bootinfo.c Log: Avoid copying m_args if none exists. (Perhaps this is a better solution, Doug?) Revision Changes Path 1.18 +3 -2 src/sys/boot/i386/libi386/bootinfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 6:57:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E38714CA3; Thu, 18 Mar 1999 06:57:13 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA49234; Thu, 18 Mar 1999 06:56:55 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Message-Id: <199903181456.GAA49234@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Thu, 18 Mar 1999 06:56:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/news press.sgml qnewsletter-1-3.sgml webchanges.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/03/18 06:56:55 PST Modified files: es/news press.sgml qnewsletter-1-3.sgml webchanges.sgml Log: Update press.sgml to 1.45 Update qnewsletter-1-3.sgml to 1.6 Update webchanges.sgml to 1.27 Revision Changes Path 1.5 +4 -2 www/es/news/press.sgml 1.2 +2 -3 www/es/news/qnewsletter-1-3.sgml 1.4 +31 -2 www/es/news/webchanges.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 7: 7:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB8B214E57; Thu, 18 Mar 1999 07:07:19 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA50025; Thu, 18 Mar 1999 07:07:00 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Message-Id: <199903181507.HAA50025@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Thu, 18 Mar 1999 07:07:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/releases index.sgml www/es/releases/2.2.8R errata.sgml www/es/releases/3.1R errata.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/03/18 07:07:00 PST Modified files: es/releases index.sgml Log: Update to 1.27 Revision Changes Path 1.5 +4 -4 www/es/releases/index.sgml Modified files: es/releases/2.2.8R errata.sgml Log: Update to 1.27 Update to 1.9 Revision Changes Path 1.2 +21 -3 www/es/releases/2.2.8R/errata.sgml Modified files: es/releases/3.1R errata.sgml Log: Update to 1.27 Update to 1.9 Update to 1.5 Revision Changes Path 1.2 +31 -3 www/es/releases/3.1R/errata.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 7:15:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CAE7F1539D; Thu, 18 Mar 1999 07:15:20 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA50748; Thu, 18 Mar 1999 07:15:01 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Message-Id: <199903181515.HAA50748@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Thu, 18 Mar 1999 07:15:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/docproj current.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/03/18 07:15:01 PST Modified files: es/docproj current.sgml Log: Update to 1.9 Revision Changes Path 1.4 +6 -7 www/es/docproj/current.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 9:48: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from cerebus.nectar.com (nectar-gw.nectar.com [204.0.249.101]) by hub.freebsd.org (Postfix) with ESMTP id 0356214BDD; Thu, 18 Mar 1999 09:48:02 -0800 (PST) (envelope-from nectar@nectar.com) Received: (from smap@localhost) by cerebus.nectar.com (8.9.1/8.9.1) id LAA38583; Thu, 18 Mar 1999 11:47:43 -0600 (CST) (envelope-from nectar@nectar.com) Received: from spawn.nectar.com(10.0.0.101) by cerebus.nectar.com via smap (V2.1) id xma038581; Thu, 18 Mar 99 11:47:23 -0600 Received: from spawn.nectar.com (localhost [127.0.0.1]) by spawn.nectar.com (8.9.2/8.9.1) with ESMTP id LAA02571; Thu, 18 Mar 1999 11:47:20 -0600 (CST) (envelope-from nectar@spawn.nectar.com) Message-Id: <199903181747.LAA02571@spawn.nectar.com> X-Mailer: exmh version 2.0.2 2/24/98 X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-pgp262.txt From: Jacques Vidrine In-reply-to: <199903180707.XAA30660@bubble.didi.com> References: <199903162000.OAA15607@spawn.nectar.com> <199903170531.VAA24602@bubble.didi.com> <199903170700.BAA42117@spawn.nectar.com> <199903171943.LAA29107@bubble.didi.com> <199903172151.PAA26492@spawn.nectar.com> <199903180707.XAA30660@bubble.didi.com> Subject: Re: cvs commit: ports/net/gnomeicu - Imported sources Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: asami@FreeBSD.org (Satoshi Asami) Cc: n@nectar.com, kkennawa@physics.adelaide.edu.au, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Date: Thu, 18 Mar 1999 11:47:20 -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 17 March 1999 at 23:07, asami@FreeBSD.org (Satoshi Asami) wrote: > Ok, I did it, but I copied it to "gnome-icu", since I assumed it was > my own typo that you agreed to. :) > > Please let me know if it's not right. It's right :-) However, it looks like some the permissions need to be fixed up? i.e. chgrp -R ncvs /home/ncvs/ports/net/gnome-icu? freefall[/d/users/nectar/devel]$ cvs co ports/net/gnomeicu ports/net/gnome-icu ports/net/gtkicq ports/net/Makefile CVSROOT/modules cvs checkout: Updating ports/net/gnomeicu U ports/net/gnomeicu/Makefile cvs checkout: Updating ports/net/gnomeicu/files U ports/net/gnomeicu/files/md5 cvs checkout: Updating ports/net/gnomeicu/patches cvs checkout: Updating ports/net/gnomeicu/pkg U ports/net/gnomeicu/pkg/COMMENT U ports/net/gnomeicu/pkg/DESCR U ports/net/gnomeicu/pkg/PLIST cvs checkout: Updating ports/net/gnome-icu cvs checkout: failed to create lock directory in repository `/home/ncvs/ports/net/gnome-icu': Permission denied cvs checkout: failed to obtain dir lock in repository `/home/ncvs/ports/net/gnome-icu' cvs [checkout aborted]: read lock failed - giving up Jacques Vidrine / n@nectar.com / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 9:54:52 1999 Delivered-To: cvs-all@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 3E6C114CCB; Thu, 18 Mar 1999 09:54:43 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10Ngzf-000MC6-00; Thu, 18 Mar 1999 19:54:07 +0200 From: Sheldon Hearn To: Jacques Vidrine Cc: asami@FreeBSD.org (Satoshi Asami), kkennawa@physics.adelaide.edu.au, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/gnomeicu - Imported sources In-reply-to: Your message of "Thu, 18 Mar 1999 11:47:20 CST." <199903181747.LAA02571@spawn.nectar.com> Date: Thu, 18 Mar 1999 19:54:07 +0200 Message-ID: <85317.921779647@axl.noc.iafrica.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 18 Mar 1999 11:47:20 CST, Jacques Vidrine wrote: > However, it looks like some the permissions need to be fixed up? > i.e. chgrp -R ncvs /home/ncvs/ports/net/gnome-icu? Maybe, but why aren't you doing read-only checkouts (cvs -R)? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 10: 8:17 1999 Delivered-To: cvs-all@freebsd.org Received: from cerebus.nectar.com (nectar-gw.nectar.com [204.0.249.101]) by hub.freebsd.org (Postfix) with ESMTP id 3D297153A5; Thu, 18 Mar 1999 10:08:13 -0800 (PST) (envelope-from nectar@nectar.com) Received: (from smap@localhost) by cerebus.nectar.com (8.9.1/8.9.1) id MAA38635; Thu, 18 Mar 1999 12:07:13 -0600 (CST) (envelope-from nectar@nectar.com) Received: from spawn.nectar.com(10.0.0.101) by cerebus.nectar.com via smap (V2.1) id xma038633; Thu, 18 Mar 99 12:07:09 -0600 Received: from spawn.nectar.com (localhost [127.0.0.1]) by spawn.nectar.com (8.9.2/8.9.1) with ESMTP id MAA03366; Thu, 18 Mar 1999 12:07:06 -0600 (CST) (envelope-from nectar@spawn.nectar.com) Message-Id: <199903181807.MAA03366@spawn.nectar.com> X-Mailer: exmh version 2.0.2 2/24/98 X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-pgp262.txt From: Jacques Vidrine In-reply-to: <85317.921779647@axl.noc.iafrica.com> References: <85317.921779647@axl.noc.iafrica.com> Subject: Re: cvs commit: ports/net/gnomeicu - Imported sources Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: Sheldon Hearn Cc: Jacques Vidrine , asami@FreeBSD.org (Satoshi Asami), kkennawa@physics.adelaide.edu.au, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Date: Thu, 18 Mar 1999 12:07:06 -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 18 March 1999 at 19:54, Sheldon Hearn wrote: > > However, it looks like some the permissions need to be fixed up? > > i.e. chgrp -R ncvs /home/ncvs/ports/net/gnome-icu? > > Maybe, but why aren't you doing read-only checkouts (cvs -R)? Huh? Do you mean `cvs -r'? Why would I want to do that? Jacques Vidrine / n@nectar.com / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 10:26:10 1999 Delivered-To: cvs-all@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 357F715462; Thu, 18 Mar 1999 10:25:39 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10NhTF-000MFj-00; Thu, 18 Mar 1999 20:24:41 +0200 From: Sheldon Hearn To: Jacques Vidrine Cc: asami@FreeBSD.org (Satoshi Asami), kkennawa@physics.adelaide.edu.au, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/gnomeicu - Imported sources In-reply-to: Your message of "Thu, 18 Mar 1999 12:07:06 CST." <199903181807.MAA03366@spawn.nectar.com> Date: Thu, 18 Mar 1999 20:24:41 +0200 Message-ID: <85542.921781481@axl.noc.iafrica.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 18 Mar 1999 12:07:06 CST, Jacques Vidrine wrote: > Huh? Do you mean `cvs -r'? Why would I want to do that? Um, I'm confused. I've always thought -R meant that cvs should operate in read-only mode. I've just consulted the info page. *blush* Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 10:28:24 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 81A5314ECE; Thu, 18 Mar 1999 10:28:21 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from bubble.didi.com (tfx-us5-26.ix.netcom.com [204.30.67.186]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id KAA21248; Thu, 18 Mar 1999 10:27:53 -0800 (PST) Received: (from asami@localhost) by bubble.didi.com (8.9.2/8.8.8) id KAA31522; Thu, 18 Mar 1999 10:27:47 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Date: Thu, 18 Mar 1999 10:27:47 -0800 (PST) Message-Id: <199903181827.KAA31522@bubble.didi.com> X-Authentication-Warning: bubble.didi.com: asami set sender to asami@cs.berkeley.edu using -f To: n@nectar.com Cc: n@nectar.com, kkennawa@physics.adelaide.edu.au, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <199903181747.LAA02571@spawn.nectar.com> (message from Jacques Vidrine on Thu, 18 Mar 1999 11:47:20 -0600) Subject: Re: cvs commit: ports/net/gnomeicu - Imported sources From: asami@FreeBSD.org (Satoshi Asami) References: <199903162000.OAA15607@spawn.nectar.com> <199903170531.VAA24602@bubble.didi.com> <199903170700.BAA42117@spawn.nectar.com> <199903171943.LAA29107@bubble.didi.com> <199903172151.PAA26492@spawn.nectar.com> <199903180707.XAA30660@bubble.didi.com> <199903181747.LAA02571@spawn.nectar.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * From: Jacques Vidrine * However, it looks like some the permissions need to be fixed up? * i.e. chgrp -R ncvs /home/ncvs/ports/net/gnome-icu? Yikes. Sorry, fixed. (Hmm, I thought I fixed the ownerships of my directories, how did it happen?) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 10:34:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7363E14CCE; Thu, 18 Mar 1999 10:34:40 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA67311; Thu, 18 Mar 1999 10:34:21 -0800 (PST) (envelope-from luigi@FreeBSD.org) Message-Id: <199903181834.KAA67311@freefall.freebsd.org> From: Luigi Rizzo Date: Thu, 18 Mar 1999 10:34:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_output.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luigi 1999/03/18 10:34:21 PST Modified files: (Branch: RELENG_2_2) sys/netinet ip_output.c Log: MFC: 1.86->1.87, "arp: host is not local" problem with dummynet Revision Changes Path 1.44.2.14 +5 -5 src/sys/netinet/ip_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 10:43:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B37C14BF4; Thu, 18 Mar 1999 10:43:22 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA67741; Thu, 18 Mar 1999 10:43:03 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Message-Id: <199903181843.KAA67741@freefall.freebsd.org> From: Jonathan Lemon Date: Thu, 18 Mar 1999 10:43:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 vm86.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jlemon 1999/03/18 10:43:03 PST Modified files: sys/i386/i386 vm86.c Log: Remove debugging printf that I overlooked. Revision Changes Path 1.23 +1 -2 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 Mar 18 10:47:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 02737154AB; Thu, 18 Mar 1999 10:47:48 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA68246; Thu, 18 Mar 1999 10:47:30 -0800 (PST) (envelope-from luigi@FreeBSD.org) Message-Id: <199903181847.KAA68246@freefall.freebsd.org> From: Luigi Rizzo Date: Thu, 18 Mar 1999 10:47:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa if_ed.c if_lnc.c src/sys/pci if_de.c if_fxp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk luigi 1999/03/18 10:47:30 PST Modified files: (Branch: RELENG_3) sys/i386/isa if_ed.c if_lnc.c sys/pci if_de.c if_fxp.c Log: MFC: add bridging support for the following net drivers: ed, lnc, de, fxp Revision Changes Path 1.148.2.1 +59 -14 src/sys/i386/isa/if_ed.c 1.51.2.2 +29 -4 src/sys/i386/isa/if_lnc.c 1.93.2.2 +22 -1 src/sys/pci/if_de.c 1.59.2.2 +43 -18 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 Thu Mar 18 10:51:19 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 617CC1550A; Thu, 18 Mar 1999 10:51:17 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from bubble.didi.com (tfx-us5-26.ix.netcom.com [204.30.67.186]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id KAA21280; Thu, 18 Mar 1999 10:50:49 -0800 (PST) Received: (from asami@localhost) by bubble.didi.com (8.9.2/8.8.8) id KAA31611; Thu, 18 Mar 1999 10:50:42 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Date: Thu, 18 Mar 1999 10:50:42 -0800 (PST) Message-Id: <199903181850.KAA31611@bubble.didi.com> X-Authentication-Warning: bubble.didi.com: asami set sender to asami@cs.berkeley.edu using -f To: billf@jade.chc-chimes.com Cc: dcs@newsguy.com, n@nectar.com, kkennawa@physics.adelaide.edu.au, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-reply-to: (message from Bill Fumerola on Wed, 17 Mar 1999 17:59:19 -0500 (EST)) Subject: Re: cvs commit: ports/net/gnomeicu - Imported sources From: asami@FreeBSD.ORG (Satoshi Asami) References: Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * From: Bill Fumerola * On Thu, 18 Mar 1999, Daniel C. Sobral wrote: * > How about leaving it to the CVS meisters? * * .... who will tell you the exact same thing. I don't mind people helping explain stuff on the lists as long as you don't actually try to frob the repository directly. :) * The funky stuff I mentioned would be the clients inability to match what * it's getting with whats expected. (revision numbers not matching, etc) Yes. * Copying over a directory is a bad idea. Even delaying the copy is going to * affact some people, it's just a very small amount. Well, we already delete directories, which affect the same number of people. So I don't think copying is that bad, as long as we have a sufficient interval. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 11:36:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 100F115519; Thu, 18 Mar 1999 11:35:33 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA71101; Thu, 18 Mar 1999 11:35:14 -0800 (PST) (envelope-from julian@FreeBSD.org) Message-Id: <199903181935.LAA71101@freefall.freebsd.org> From: Julian Elischer Date: Thu, 18 Mar 1999 11:35:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/perl/utils/h2ph Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/03/18 11:35:14 PST Modified files: (Branch: RELENG_3) gnu/usr.bin/perl/utils/h2ph Makefile Log: Need to translate more .h to .ph then just /usr/include & /usr/include/sys. Specifically we need /usr/include/machine since "syslog.h" includes "machine/ansi.h". To be safe we translate all of /usr/include/* and /usr/include/*/*. sample error case: echo "require 'syslog.ph';" | /usr/bin/perl will fail when syslog.ph tries to include machine/ansi.ph Submitted by: Doug Ambrisko Revision Changes Path 1.2.2.1 +2 -2 src/gnu/usr.bin/perl/utils/h2ph/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 11:39:59 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 03E3B154D7; Thu, 18 Mar 1999 11:39:25 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA71274; Thu, 18 Mar 1999 11:39:07 -0800 (PST) (envelope-from julian@FreeBSD.org) Message-Id: <199903181939.LAA71274@freefall.freebsd.org> From: Julian Elischer Date: Thu, 18 Mar 1999 11:39:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/perl/utils/h2ph Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/03/18 11:39:07 PST Modified files: gnu/usr.bin/perl/utils/h2ph Makefile Log: Need to translate more .h to .ph then just /usr/include & /usr/include/sys. Specifically we need /usr/include/machine since "syslog.h" includes "machine/ansi.h". To be safe we translate all of /usr/include/* and /usr/include/*/*. sample error case: echo "require 'syslog.ph';" | /usr/bin/perl will fail when syslog.ph tries to include machine/ansi.ph Submitted by: Doug Ambrisko Revision Changes Path 1.3 +2 -2 src/gnu/usr.bin/perl/utils/h2ph/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 11:47:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A1DDD14CB8; Thu, 18 Mar 1999 11:47:42 -0800 (PST) (envelope-from mph@FreeBSD.org) Received: (from mph@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA72026; Thu, 18 Mar 1999 11:47:24 -0800 (PST) (envelope-from mph@FreeBSD.org) Message-Id: <199903181947.LAA72026@freefall.freebsd.org> From: Matthew Hunt Date: Thu, 18 Mar 1999 11:47:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/cbb Makefile ports/deskutils/cbb/files md5 ports/deskutils/cbb/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mph 1999/03/18 11:47:23 PST Modified files: deskutils/cbb Makefile deskutils/cbb/files md5 deskutils/cbb/pkg PLIST Log: Upgrade to 0.78. Approved by: Gary Kline Revision Changes Path 1.12 +3 -3 ports/deskutils/cbb/Makefile 1.4 +1 -1 ports/deskutils/cbb/files/md5 1.4 +1 -0 ports/deskutils/cbb/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 Mar 18 12: 3:29 1999 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id E9B3014BDD; Thu, 18 Mar 1999 12:01:06 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id PAA09492; Thu, 18 Mar 1999 15:01:42 -0500 (EST) (envelope-from billf@jade.chc-chimes.com) Date: Thu, 18 Mar 1999 15:01:42 -0500 (EST) From: Bill Fumerola To: Satoshi Asami Cc: dcs@newsguy.com, n@nectar.com, kkennawa@physics.adelaide.edu.au, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net/gnomeicu - Imported sources In-Reply-To: <199903181850.KAA31611@bubble.didi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 18 Mar 1999, Satoshi Asami wrote: > * .... who will tell you the exact same thing. > > I don't mind people helping explain stuff on the lists as long as you > don't actually try to frob the repository directly. :) I never suggested that. I don't know why dcs got all ticked, all I said was "we can't do that". - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 12:13:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 28F63154E7; Thu, 18 Mar 1999 12:13:39 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA74951; Thu, 18 Mar 1999 12:13:20 -0800 (PST) (envelope-from jlemon@FreeBSD.org) Message-Id: <199903182013.MAA74951@freefall.freebsd.org> From: Jonathan Lemon Date: Thu, 18 Mar 1999 12:13:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa vesa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jlemon 1999/03/18 12:13:20 PST Modified files: sys/i386/isa vesa.c Log: Cast (u_char *) to (vm_offset_t) to silence compiler warnings. Revision Changes Path 1.20 +6 -6 src/sys/i386/isa/vesa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 12:14:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA054154B0; Thu, 18 Mar 1999 12:14:43 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA75062; Thu, 18 Mar 1999 12:14:25 -0800 (PST) (envelope-from julian@FreeBSD.org) Message-Id: <199903182014.MAA75062@freefall.freebsd.org> From: Julian Elischer Date: Thu, 18 Mar 1999 12:14:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_pageout.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/03/18 12:14:25 PST Modified files: (Branch: RELENG_3) sys/vm vm_pageout.c Log: MFC: Merge to include upto 1.133 and include 1.137-1.138-1.139. (plus a manual tweek) 1.138 and 1.139 were already ,merged but I re merged them into 1.133 to get this version. This resolves a low memory hang here in testing at Whistle. Revision Changes Path 1.129.2.4 +198 -74 src/sys/vm/vm_pageout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 12:37:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 31EA214D02; Thu, 18 Mar 1999 12:37:31 -0800 (PST) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA76819; Thu, 18 Mar 1999 12:37:12 -0800 (PST) (envelope-from nik@FreeBSD.org) Message-Id: <199903182037.MAA76819@freefall.freebsd.org> From: Nik Clayton Date: Thu, 18 Mar 1999 12:37:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en/handbook Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/03/18 12:37:12 PST Modified files: en/handbook Makefile Log: Changes to support a new installation option. If "html-split" is one of the formats to build then "make install" can install a tar file of all the HTML files. Functionality required for the website. Revision Changes Path 1.15 +15 -9 doc/en/handbook/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 13:12:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B3D8154A0; Thu, 18 Mar 1999 13:12:33 -0800 (PST) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA78955; Thu, 18 Mar 1999 13:12:14 -0800 (PST) (envelope-from des@FreeBSD.org) Message-Id: <199903182112.NAA78955@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 18 Mar 1999 13:12:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/FAQ preface.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1999/03/18 13:12:14 PST Modified files: FAQ preface.sgml Log: The latest -stable release is 3.1, not 2.2.8. Revision Changes Path 1.29 +6 -15 doc/FAQ/preface.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 13:29:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 088BD154E7; Thu, 18 Mar 1999 13:29:22 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA80104; Thu, 18 Mar 1999 13:29:03 -0800 (PST) (envelope-from julian@FreeBSD.org) Message-Id: <199903182129.NAA80104@freefall.freebsd.org> From: Julian Elischer Date: Thu, 18 Mar 1999 13:29:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_pageout.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/03/18 13:29:03 PST Modified files: (Branch: RELENG_3) sys/vm vm_pageout.c Log: p->p_vmspace->vm_pmap.pm_stats.resident_count is in pages now.. Revision Changes Path 1.129.2.5 +2 -2 src/sys/vm/vm_pageout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 13:51:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DCFD01507D; Thu, 18 Mar 1999 13:51:12 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA81504; Thu, 18 Mar 1999 13:50:54 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <199903182150.NAA81504@freefall.freebsd.org> From: Brian Somers Date: Thu, 18 Mar 1999 13:50:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ppp.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/03/18 13:50:54 PST Modified files: usr.sbin/ppp ppp.8 Log: Remove all remaining [ and ] characters (and do things properly). Revision Changes Path 1.160 +53 -12 src/usr.sbin/ppp/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 13:54:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AFA91559D; Thu, 18 Mar 1999 13:54:15 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA81589; Thu, 18 Mar 1999 13:53:56 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <199903182153.NAA81589@freefall.freebsd.org> From: Brian Somers Date: Thu, 18 Mar 1999 13:53:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ppp.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/03/18 13:53:56 PST Modified files: usr.sbin/ppp ppp.8 Log: Use ``Sx'' when xref'ing sections. Revision Changes Path 1.161 +8 -6 src/usr.sbin/ppp/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 14:28: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C9E9714E19; Thu, 18 Mar 1999 14:27:58 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA84741; Thu, 18 Mar 1999 14:27:40 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903182227.OAA84741@freefall.freebsd.org> From: Jacques Vidrine Date: Thu, 18 Mar 1999 14:27:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/net/gnomeicu Makefile ports/net/gnomeicu/files md5 ports/net/gnomeicu/pkg COMMENT DESCR PLIST ports/net/gtkicq Makefile ports/net/gtkicq/files md5 ports/net/gtkicq/patches patch-aa patch-ab patch-ac patch-ad ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/18 14:27:39 PST Modified files: . modules Removed files: net/gnomeicu Makefile net/gnomeicu/files md5 net/gnomeicu/pkg COMMENT DESCR PLIST net/gtkicq Makefile net/gtkicq/files md5 net/gtkicq/patches patch-aa patch-ab patch-ac patch-ad net/gtkicq/pkg COMMENT DESCR PLIST Log: gnomeicu is actually the new name for gtkicq. Fix mistake of importing gnomeicu as a new port: * repository copy of ports/net/gtkicq to ports/net/gnome-icu [asami] * update ports/net/gnome-icu to 0.62a * remove ports/net/gtkicq * remove ports/net/gnomeicu PKGNAME remains gnomeicu-0.62a. It is expected that after some time has passed, that we can rename the port directory from gnome-icu to gnomeicu. Revision Changes Path 1.2845 +2 -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 Thu Mar 18 14:33: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F274B14CAE; Thu, 18 Mar 1999 14:33:02 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA85793; Thu, 18 Mar 1999 14:32:44 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903182232.OAA85793@freefall.freebsd.org> From: Jacques Vidrine Date: Thu, 18 Mar 1999 14:32:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnome-icu Makefile ports/net/gnome-icu/files md5 ports/net/gnome-icu/patches patch-aa patch-ab patch-ac patch-ad ports/net/gnome-icu/pkg COMMENT DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/18 14:32:44 PST Modified files: net/gnome-icu Makefile net/gnome-icu/files md5 net/gnome-icu/pkg COMMENT DESCR PLIST Removed files: net/gnome-icu/patches patch-aa patch-ab patch-ac patch-ad Log: gnomeicu is actually the new name for gtkicq. Fix mistake of importing gnomeicu as a new port: * repository copy of ports/net/gtkicq to ports/net/gnome-icu [asami] * update ports/net/gnome-icu to 0.62a * remove ports/net/gtkicq * remove ports/net/gnomeicu PKGNAME remains gnomeicu-0.62a. It is expected that after some time has passed, that we can rename the port directory from gnome-icu to gnomeicu. Revision Changes Path 1.7 +16 -24 ports/net/gnome-icu/Makefile 1.3 +1 -1 ports/net/gnome-icu/files/md5 1.2 +1 -1 ports/net/gnome-icu/pkg/COMMENT 1.2 +7 -9 ports/net/gnome-icu/pkg/DESCR 1.3 +19 -11 ports/net/gnome-icu/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 Mar 18 15:17:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D54F514DAD; Thu, 18 Mar 1999 15:17:24 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA88170; Thu, 18 Mar 1999 15:17:06 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <199903182317.PAA88170@freefall.freebsd.org> From: Greg Lehey Date: Thu, 18 Mar 1999 15:17:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/vinum vinum.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/03/18 15:17:06 PST Modified files: sbin/vinum vinum.8 Log: Clarify the synchronization options in additional plexes to a volume. Revision Changes Path 1.11 +11 -3 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 Thu Mar 18 15:27:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8426814E59; Thu, 18 Mar 1999 15:26:45 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA88438; Thu, 18 Mar 1999 15:26:26 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <199903182326.PAA88438@freefall.freebsd.org> From: Greg Lehey Date: Thu, 18 Mar 1999 15:26:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum request.h vinum.c vinumdaemon.c vinumext.h vinuminterrupt.c vinumio.c vinummemory.c vinumrequest.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/03/18 15:26:26 PST Modified files: sys/dev/vinum request.h vinum.c vinumdaemon.c vinumext.h vinuminterrupt.c vinumio.c vinummemory.c vinumrequest.c Log: Modify to compile with egcs. Prodded-by: obrien Revision Changes Path 1.8 +1 -0 src/sys/dev/vinum/request.h 1.11 +3 -9 src/sys/dev/vinum/vinum.c 1.6 +1 -1 src/sys/dev/vinum/vinumdaemon.c 1.10 +1 -1 src/sys/dev/vinum/vinumext.h 1.10 +2 -2 src/sys/dev/vinum/vinuminterrupt.c 1.15 +2 -3 src/sys/dev/vinum/vinumio.c 1.10 +2 -2 src/sys/dev/vinum/vinummemory.c 1.15 +3 -3 src/sys/dev/vinum/vinumrequest.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 15:29: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BEE915409; Thu, 18 Mar 1999 15:28:59 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA88521; Thu, 18 Mar 1999 15:28:40 -0800 (PST) (envelope-from julian@FreeBSD.org) Message-Id: <199903182328.PAA88521@freefall.freebsd.org> From: Julian Elischer Date: Thu, 18 Mar 1999 15:28:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_pageout.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/03/18 15:28:40 PST Modified files: (Branch: RELENG_3) sys/vm vm_pageout.c Log: re-enable a code segment that is needed until another 4.x merge is made. Revision Changes Path 1.129.2.6 +1 -1 src/sys/vm/vm_pageout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 16: 5:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 66BF914D32; Thu, 18 Mar 1999 16:05:52 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA90384; Thu, 18 Mar 1999 16:05:33 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <199903190005.QAA90384@freefall.freebsd.org> From: Brian Somers Date: Thu, 18 Mar 1999 16:05:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp command.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/03/18 16:05:33 PST Modified files: usr.sbin/ppp command.c Log: Don't forget to fully initialise the configured values for MYADDR and HISADDR in ``set ifaddr'' so that unspecified values don't end up retaining their `width'. Revision Changes Path 1.189 +4 -4 src/usr.sbin/ppp/command.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 16: 7:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4600D15583; Thu, 18 Mar 1999 16:07:44 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA90696; Thu, 18 Mar 1999 16:07:25 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <199903190007.QAA90696@freefall.freebsd.org> From: Brian Somers Date: Thu, 18 Mar 1999 16:07:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/rpc.yppasswdd yppasswdd_main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/03/18 16:07:25 PST Modified files: (Branch: RELENG_3) usr.sbin/rpc.yppasswdd yppasswdd_main.c Log: MFC: Host names are case-insensitive. Revision Changes Path 1.12.2.1 +2 -2 src/usr.sbin/rpc.yppasswdd/yppasswdd_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 16:33:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AE2F14F75; Thu, 18 Mar 1999 16:33:51 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA92218; Thu, 18 Mar 1999 16:33:32 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <199903190033.QAA92218@freefall.freebsd.org> From: Mike Smith Date: Thu, 18 Mar 1999 16:33:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/drivers make_device_driver.sh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/03/18 16:33:32 PST Modified files: share/examples/drivers make_device_driver.sh Log: Fix some $d -> %d mistakes. Submitted by: crb@crbowman.erols.com Revision Changes Path 1.5 +5 -5 src/share/examples/drivers/make_device_driver.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 16:37:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 29B2B15519; Thu, 18 Mar 1999 16:35:26 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA92358; Thu, 18 Mar 1999 16:35:07 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <199903190035.QAA92358@freefall.freebsd.org> From: Mike Smith Date: Thu, 18 Mar 1999 16:35:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/drivers make_pseudo_driver.sh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/03/18 16:35:07 PST Modified files: share/examples/drivers make_pseudo_driver.sh Log: more $d -> %d fixes Revision Changes Path 1.4 +4 -4 src/share/examples/drivers/make_pseudo_driver.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 16:38: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 15BDE15632; Thu, 18 Mar 1999 16:36:05 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id LAA29087; Fri, 19 Mar 1999 11:05:45 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id LAA79308; Fri, 19 Mar 1999 11:05:44 +1030 (CST) Message-ID: <19990319110544.C429@lemis.com> Date: Fri, 19 Mar 1999 11:05:44 +1030 From: Greg Lehey To: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs add bug (was: cvs commit: src/contrib/cvs/src diff.c) References: <199903180931.BAA81628@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199903180931.BAA81628@freefall.freebsd.org>; from Peter Wemm on Thu, Mar 18, 1999 at 01:31:26AM -0800 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thursday, 18 March 1999 at 1:31:26 -0800, Peter Wemm wrote: > peter 1999/03/18 01:31:26 PST > > Modified files: > contrib/cvs/src diff.c > Log: > Merge cvs-1.9.xx -> 1.10 changes onto mainline. > > The merge turned up a long-standing bug in local additions. I'm not > quite sure it's right yet. (the code in question is dealing with > diffs relative to "HEAD" and dead revisions). Does this mean it could bite us? What are the symptoms? Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 16:38:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BBE1B1563A; Thu, 18 Mar 1999 16:38:19 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA92595; Thu, 18 Mar 1999 16:38:01 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <199903190038.QAA92595@freefall.freebsd.org> From: Mike Smith Date: Thu, 18 Mar 1999 16:38:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/drivers make_device_driver.sh make_pseudo_driver.sh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/03/18 16:38:01 PST Modified files: (Branch: RELENG_3) share/examples/drivers make_device_driver.sh make_pseudo_driver.sh Log: MFC: $d -> %d fixes Revision Changes Path 1.4.2.1 +5 -5 src/share/examples/drivers/make_device_driver.sh 1.3.2.1 +4 -4 src/share/examples/drivers/make_pseudo_driver.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 17:17: 7 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB9F714C94; Thu, 18 Mar 1999 17:15:29 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA94418; Thu, 18 Mar 1999 17:15:11 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903190115.RAA94418@freefall.freebsd.org> From: Satoshi Taoka Date: Thu, 18 Mar 1999 17:15:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/hanterm-xf86 Makefile ports/korean/hanterm-xf86/files md5 ports/korean/hanterm-xf86/patches patch-aa ports/korean/hanterm-xf86/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/18 17:15:11 PST Modified files: korean/hanterm-xf86 Makefile korean/hanterm-xf86/files md5 korean/hanterm-xf86/patches patch-aa korean/hanterm-xf86/pkg DESCR Log: Update to hanterm-xf-p16 PR: ports/10631 Submitted by: CHOI Junho, maintainer Revision Changes Path 1.13 +4 -4 ports/korean/hanterm-xf86/Makefile 1.7 +1 -1 ports/korean/hanterm-xf86/files/md5 1.5 +4 -4 ports/korean/hanterm-xf86/patches/patch-aa 1.3 +1 -1 ports/korean/hanterm-xf86/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 Mar 18 17:32: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (Postfix) with ESMTP id D417814F1B; Thu, 18 Mar 1999 17:31:52 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.9.2/8.9.2/Netplex) with ESMTP id JAA35913; Fri, 19 Mar 1999 09:31:16 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199903190131.JAA35913@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Greg Lehey Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs add bug (was: cvs commit: src/contrib/cvs/src diff.c) In-reply-to: Your message of "Fri, 19 Mar 1999 11:05:44 +1030." <19990319110544.C429@lemis.com> Date: Fri, 19 Mar 1999 09:31:16 +0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Greg Lehey wrote: > On Thursday, 18 March 1999 at 1:31:26 -0800, Peter Wemm wrote: > > peter 1999/03/18 01:31:26 PST > > > > Modified files: > > contrib/cvs/src diff.c > > Log: > > Merge cvs-1.9.xx -> 1.10 changes onto mainline. > > > > The merge turned up a long-standing bug in local additions. I'm not > > quite sure it's right yet. (the code in question is dealing with > > diffs relative to "HEAD" and dead revisions). > > Does this mean it could bite us? What are the symptoms? I'm not 100% sure what it's effects were, but spot the mistake: old code: xvers = Version_TS(.....); exists = xvers->vn_rcs != NULL; FreeBSD version: xvers = Version_TS(.....); exists = (vers->vn_rcs != NULL && !RCS_isdead(vers->.......)); I've changed it in the new merge to: xvers = Version_TS(.....); exists = (xvers->vn_rcs != NULL && !RCS_isdead(xvers->......)); I'm pretty sure it only affected things like: "cvs diff -r RELENG_3" and would have done strange things like report diff hits with zero chunks or claim files were dead when in fact they were not. I'm not 100% sure about the RCS_isdead() stuff that we added any more. It looks like the Version_TS() calls are replacing the functionality, but I have not investigated too closely yet. > Greg Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 17:43:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 01C3114DF2; Thu, 18 Mar 1999 17:43:04 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA95768; Thu, 18 Mar 1999 17:42:46 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <199903190142.RAA95768@freefall.freebsd.org> From: Brian Somers Date: Thu, 18 Mar 1999 17:42:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ppp.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/03/18 17:42:46 PST Modified files: usr.sbin/ppp ppp.8 Log: Replace hardcoded quoting with Sq or Dq. Revision Changes Path 1.162 +35 -19 src/usr.sbin/ppp/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 18: 0:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 879DA14E48; Thu, 18 Mar 1999 18:00:47 -0800 (PST) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA97208; Thu, 18 Mar 1999 18:00:29 -0800 (PST) (envelope-from foxfair@FreeBSD.org) Message-Id: <199903190200.SAA97208@freefall.freebsd.org> From: "Howard F. Hu" Date: Thu, 18 Mar 1999 18:00:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/docproj translations.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk foxfair 1999/03/18 18:00:28 PST Modified files: en/docproj translations.sgml Log: Kick out the error message when updating this file. Submitted by : Wolfram Schneider , thanks! Revision Changes Path 1.19 +3 -3 www/en/docproj/translations.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 20:41:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DE093155CC; Thu, 18 Mar 1999 20:40:29 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA06632; Thu, 18 Mar 1999 20:40:11 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903190440.UAA06632@freefall.freebsd.org> From: Jacques Vidrine Date: Thu, 18 Mar 1999 20:40:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/glade Makefile ports/graphics/gimp1 Makefile ports/graphics/gimp1-i18n Makefile ports/mail/kbiff Makefile ports/misc/mc Makefile ports/x11/kdebase11 Makefile ports/x11-toolkits/gtk11-devel Makefile ports/x11-toolkits/gtk12 ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/18 20:40:11 PST Modified files: devel/glade Makefile graphics/gimp1 Makefile graphics/gimp1-i18n Makefile mail/kbiff Makefile misc/mc Makefile x11/kdebase11 Makefile x11-toolkits/gtk11-devel Makefile x11-toolkits/gtk12 Makefile x11-wm/icewm Makefile x11-wm/windowmaker-i18n Makefile Log: Now that gettext includes a shared library, dependencies should use it in LIB_DEPENDS. PR: ports/10647 Submitted by: Jeremy Lea Revision Changes Path 1.11 +3 -3 ports/devel/glade/Makefile 1.54 +3 -5 ports/graphics/gimp1/Makefile 1.55 +3 -5 ports/graphics/gimp1-i18n/Makefile 1.9 +2 -3 ports/mail/kbiff/Makefile 1.30 +3 -4 ports/misc/mc/Makefile 1.34 +3 -4 ports/x11/kdebase11/Makefile 1.46 +3 -4 ports/x11-toolkits/gtk11-devel/Makefile 1.47 +3 -4 ports/x11-toolkits/gtk12/Makefile 1.53 +4 -4 ports/x11-wm/windowmaker-i18n/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 21:21:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 29A8E153DC; Thu, 18 Mar 1999 21:21:24 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA08393; Thu, 18 Mar 1999 21:21:05 -0800 (PST) (envelope-from alc@FreeBSD.org) Message-Id: <199903190521.VAA08393@freefall.freebsd.org> From: Alan Cox Date: Thu, 18 Mar 1999 21:21:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_page.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/03/18 21:21:04 PST Modified files: sys/vm vm_page.c Log: Construct the free queue(s) in descending order (by physical address) so that the first 16MB of physical memory is allocated last rather than first. On large-memory machines, this avoids the exhaustion of low physical memory before isa_dmainit has run. Revision Changes Path 1.128 +8 -2 src/sys/vm/vm_page.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 23: 6:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A74A14F1A; Thu, 18 Mar 1999 23:06:51 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA26854; Thu, 18 Mar 1999 23:06:32 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903190706.XAA26854@freefall.freebsd.org> From: Satoshi Taoka Date: Thu, 18 Mar 1999 23:06:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/18 23:06:32 PST Modified files: . modules Log: ftpmirror --> ports/net/ftpmirror Revision Changes Path 1.2846 +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 Mar 18 23: 8:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A36914DEE; Thu, 18 Mar 1999 23:08:49 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA27182; Thu, 18 Mar 1999 23:08:30 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903190708.XAA27182@freefall.freebsd.org> From: Satoshi Taoka Date: Thu, 18 Mar 1999 23:08:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ftpmirror - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/18 23:08:30 PST ports/net/ftpmirror - Imported sources Update of /home/ncvs/ports/net/ftpmirror In directory freefall.freebsd.org:/c/users/taoka/ports/ftpmirror Log Message: Ftpmirror is an utility to mirror with FTP PR: ports/10640 Submitted by: Yasuhiro Fukuma yasuf@big.or.jp Status: Vendor Tag: FUKUMA Release Tags: v195 N ports/net/ftpmirror/Makefile I ports/net/ftpmirror/CVS N ports/net/ftpmirror/pkg/PLIST N ports/net/ftpmirror/pkg/COMMENT N ports/net/ftpmirror/pkg/DESCR N ports/net/ftpmirror/files/md5 N ports/net/ftpmirror/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 23:10: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A866415005; Thu, 18 Mar 1999 23:08:59 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA27274; Thu, 18 Mar 1999 23:08:41 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <199903190708.XAA27274@freefall.freebsd.org> From: Greg Lehey Date: Thu, 18 Mar 1999 23:08:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinum.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/03/18 23:08:41 PST Modified files: sys/dev/vinum vinum.c Log: free_vinum: don't change loop bounds for deleting drives while in the loop. This solved a problem where 'vinum resetconfig' only reset half the drives. Reported-by: Brad Knowles Karl Pielorz Change the super device. We now have three super devices: 1. The normal superdevice used by vinum(8). 2. The superdevice used by vinum(8) when compiled with debug support. 3. The superdevice used by the daemon. This method allows vinum(8) to determine debug mismatches. Also check correctly for the device type. The old code did not check all bits of the minor number. Reported-by: a cast of thousands, most recently by Brad Knowles . Revision Changes Path 1.12 +14 -11 src/sys/dev/vinum/vinum.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 23:10:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 270D515578; Thu, 18 Mar 1999 23:10:38 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA27630; Thu, 18 Mar 1999 23:10:19 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <199903190710.XAA27630@freefall.freebsd.org> From: Greg Lehey Date: Thu, 18 Mar 1999 23:10:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumconfig.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/03/18 23:10:19 PST Modified files: sys/dev/vinum vinumconfig.c Log: Coalesce flags VINUM_DISKCONFIG and VINUM_READING_CONFIG. They did essentially the same thing. Reset flags at the right point at the end of configuration. The previous code disabled configuration saving at the end. Revision Changes Path 1.13 +6 -6 src/sys/dev/vinum/vinumconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 23:13:51 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FE7615294; Thu, 18 Mar 1999 23:13:50 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA28120; Thu, 18 Mar 1999 23:13:31 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <199903190713.XAA28120@freefall.freebsd.org> From: Greg Lehey Date: Thu, 18 Mar 1999 23:13:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/03/18 23:13:31 PST Modified files: sys/dev/vinum vinumio.c Log: Add debug flags DEBUG_BIGDRIVE, designed for testing only. It pretends that each drive is 100 times as large as it really is. Not for use at home. Coalesce flags VINUM_DISKCONFIG and VINUM_READING_CONFIG. They did essentially the same thing. Revision Changes Path 1.16 +7 -3 src/sys/dev/vinum/vinumio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 23:14:39 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 977F4156D8; Thu, 18 Mar 1999 23:14:37 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA28298; Thu, 18 Mar 1999 23:14:19 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <199903190714.XAA28298@freefall.freebsd.org> From: Greg Lehey Date: Thu, 18 Mar 1999 23:14:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinummemory.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/03/18 23:14:19 PST Modified files: sys/dev/vinum vinummemory.c Log: Use microtime, not getmicrotime, to note the times in the malloc and free histories. Revision Changes Path 1.11 +2 -2 src/sys/dev/vinum/vinummemory.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 23:15:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FA8814E5E; Thu, 18 Mar 1999 23:15:43 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA28526; Thu, 18 Mar 1999 23:15:25 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <199903190715.XAA28526@freefall.freebsd.org> From: Greg Lehey Date: Thu, 18 Mar 1999 23:15:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumrequest.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/03/18 23:15:25 PST Modified files: sys/dev/vinum vinumrequest.c Log: Perform all of vinumstrategy at splbio. This doesn't appear necessary, but might explain some weird problems that some people have been getting. Revision Changes Path 1.16 +4 -6 src/sys/dev/vinum/vinumrequest.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 23:18:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50673154C2; Thu, 18 Mar 1999 23:17:24 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA28817; Thu, 18 Mar 1999 23:17:05 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <199903190717.XAA28817@freefall.freebsd.org> From: Greg Lehey Date: Thu, 18 Mar 1999 23:17:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumutil.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/03/18 23:17:05 PST Modified files: sys/dev/vinum vinumutil.c Log: VolState: return an enum volumestate, not a (non-existent) enum volstate. Strangely, neither gcc nor EGCS noticed this bug. Eagle-eyed by: arno@heho.snv.jussieu.fr (Arno J. Klaassen) Revision Changes Path 1.8 +1 -1 src/sys/dev/vinum/vinumutil.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 23:20:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EC3711559B; Thu, 18 Mar 1999 23:20:10 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA29243; Thu, 18 Mar 1999 23:19:52 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <199903190719.XAA29243@freefall.freebsd.org> From: Greg Lehey Date: Thu, 18 Mar 1999 23:19:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumvar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/03/18 23:19:52 PST Modified files: sys/dev/vinum vinumvar.h Log: Define two superdevices for vinum(8), depending on whether they are compiled with or without debugging support. This enables us to catch (fatal) mismatches between the kernel and userland. Coalesce flags VINUM_DISKCONFIG and VINUM_READING_CONFIG. They did essentially the same thing. Add VINUM_BIGDRIVE for pretending we have macho hardware. Revision Changes Path 1.11 +27 -3 src/sys/dev/vinum/vinumvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 23:21:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D51114DB3; Thu, 18 Mar 1999 23:21:46 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA29523; Thu, 18 Mar 1999 23:21:27 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <199903190721.XAA29523@freefall.freebsd.org> From: Greg Lehey Date: Thu, 18 Mar 1999 23:21:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/vinum v.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/03/18 23:21:27 PST Modified files: sbin/vinum v.c Log: If we fail to open the super device, open the "wrong" device (that is, the debug superdevice when we're compiled without debug, or the normal superdevice when we're compiled with debug. If this succeeds, print an informative comment and exit. make_devices: Create both debug and normal superdevices. Revision Changes Path 1.7 +32 -1 src/sbin/vinum/v.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Mar 18 23:28: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 288971505D; Thu, 18 Mar 1999 23:27:52 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA30590; Thu, 18 Mar 1999 23:27:33 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <199903190727.XAA30590@freefall.freebsd.org> From: Greg Lehey Date: Thu, 18 Mar 1999 23:27:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 vinum.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/03/18 23:27:32 PST Modified files: share/man/man4 vinum.4 Log: Clarify yet again that we need to synchronize the debug state of kernel and userland modules. Describe the superdevice method of ensuring that people at least recognize the problem if they run into a debug synchronization problem. Revision Changes Path 1.14 +36 -19 src/share/man/man4/vinum.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 0:14:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 54C9414CBE; Fri, 19 Mar 1999 00:14:52 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA38328; Fri, 19 Mar 1999 00:14:33 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903190814.AAA38328@freefall.freebsd.org> From: Satoshi Taoka Date: Fri, 19 Mar 1999 00:14:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/19 00:14:33 PST Modified files: . modules Log: kvidtune --> ports/x11/kvidtune Revision Changes Path 1.2847 +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 Mar 19 0:16: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9F7F14D02; Fri, 19 Mar 1999 00:15:58 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA38500; Fri, 19 Mar 1999 00:15:40 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903190815.AAA38500@freefall.freebsd.org> From: Satoshi Taoka Date: Fri, 19 Mar 1999 00:15:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kvidtune - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/19 00:15:40 PST ports/x11/kvidtune - Imported sources Update of /home/ncvs/ports/x11/kvidtune In directory freefall.freebsd.org:/c/users/taoka/ports/kvidtune Log Message: KDE X-server video setup utility PR: ports/8692 Submitted by: Josh Gilliam josh@quick.net Status: Vendor Tag: GILLIAM Release Tags: v041 N ports/x11/kvidtune/Makefile I ports/x11/kvidtune/CVS N ports/x11/kvidtune/files/md5 N ports/x11/kvidtune/pkg/DESCR N ports/x11/kvidtune/pkg/COMMENT N ports/x11/kvidtune/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 0:22:33 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C79E5155A4; Fri, 19 Mar 1999 00:22:31 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA39423; Fri, 19 Mar 1999 00:22:13 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903190822.AAA39423@freefall.freebsd.org> From: Satoshi Taoka Date: Fri, 19 Mar 1999 00:22:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/19 00:22:13 PST Modified files: . modules Log: ktranslator --> ports/x11/ktranslator Revision Changes Path 1.2848 +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 Mar 19 0:22:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 16F3815638; Fri, 19 Mar 1999 00:22:50 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA39549; Fri, 19 Mar 1999 00:22:31 -0800 (PST) (envelope-from jkh@FreeBSD.org) Message-Id: <199903190822.AAA39549@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 19 Mar 1999 00:22:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall installUpgrade.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/03/19 00:22:31 PST Modified files: release/sysinstall installUpgrade.c Log: Add /etc/rc.firewall to list of "save after upgrade" targets. Revision Changes Path 1.65 +2 -1 src/release/sysinstall/installUpgrade.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 0:23:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7FA315690; Fri, 19 Mar 1999 00:23:08 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA39588; Fri, 19 Mar 1999 00:22:50 -0800 (PST) (envelope-from jkh@FreeBSD.org) Message-Id: <199903190822.AAA39588@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 19 Mar 1999 00:22:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall installUpgrade.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/03/19 00:22:50 PST Modified files: (Branch: RELENG_3) release/sysinstall installUpgrade.c Log: MFC: preserve rc.firewall Revision Changes Path 1.61.2.4 +2 -1 src/release/sysinstall/installUpgrade.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 0:23:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C03BC156EE; Fri, 19 Mar 1999 00:23:43 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA39686; Fri, 19 Mar 1999 00:23:25 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903190823.AAA39686@freefall.freebsd.org> From: Satoshi Taoka Date: Fri, 19 Mar 1999 00:23:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/ktranslator - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/19 00:23:25 PST ports/x11/ktranslator - Imported sources Update of /home/ncvs/ports/x11/ktranslator In directory freefall.freebsd.org:/c/users/taoka/ports/ktranslator Log Message: A powerful utility for kde translators PR: ports/6728 Submitted by: Hans Petter Bieker zerium@webindex.no Status: Vendor Tag: BIEKER Release Tags: v040 N ports/x11/ktranslator/Makefile I ports/x11/ktranslator/CVS N ports/x11/ktranslator/files/md5 N ports/x11/ktranslator/pkg/COMMENT N ports/x11/ktranslator/pkg/DESCR N ports/x11/ktranslator/pkg/PLIST N ports/x11/ktranslator/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 1: 0:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C82C014FD7; Fri, 19 Mar 1999 01:00:27 -0800 (PST) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA45691; Fri, 19 Mar 1999 01:00:09 -0800 (PST) (envelope-from brian@FreeBSD.org) Message-Id: <199903190900.BAA45691@freefall.freebsd.org> From: Brian Somers Date: Fri, 19 Mar 1999 01:00:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp ppp.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1999/03/19 01:00:09 PST Modified files: usr.sbin/ppp ppp.8 Log: Do away with some literal text that is never switched off - I *think* these were groff bugs. Revision Changes Path 1.163 +6 -7 src/usr.sbin/ppp/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 2: 1:36 1999 Delivered-To: cvs-all@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id 55F4014C15; Fri, 19 Mar 1999 02:01:31 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id KAA63216; Fri, 19 Mar 1999 10:04:03 GMT (envelope-from dfr@nlsystems.com) Date: Fri, 19 Mar 1999 10:04:03 +0000 (GMT) From: Doug Rabson To: "Daniel C. Sobral" Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/libi386 bootinfo.c In-Reply-To: <199903181436.GAA07830@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Thu, 18 Mar 1999, Daniel C. Sobral wrote: > dcs 1999/03/18 06:36:23 PST > > Modified files: > sys/boot/i386/libi386 bootinfo.c > Log: > Avoid copying m_args if none exists. (Perhaps this is a better solution, > Doug?) Probably. I just wanted to stop the thing faulting :-). If this is the right thing to do, the alpha port should change to do the same thing. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 2:18: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C198614CBE; Fri, 19 Mar 1999 02:18:03 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA01361; Fri, 19 Mar 1999 02:17:45 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <199903191017.CAA01361@freefall.freebsd.org> From: Bruce Evans Date: Fri, 19 Mar 1999 02:17:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/03/19 02:17:44 PST Modified files: sys/kern vfs_bio.c Log: Fixed a serious bug in rev.1.202. getnewbuf() sometimes didn't initialise bp->b_data. This tended to cause panics for file systems whose block size is smaller than one page. Revision Changes Path 1.203 +2 -2 src/sys/kern/vfs_bio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 2:55:52 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E84EC15292; Fri, 19 Mar 1999 02:54:57 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA06352; Fri, 19 Mar 1999 02:54:39 -0800 (PST) (envelope-from jkh@FreeBSD.org) Message-Id: <199903191054.CAA06352@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 19 Mar 1999 02:54:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall dist.c menus.c sysinstall.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/03/19 02:54:39 PST Modified files: release/sysinstall dist.c menus.c sysinstall.h Log: Offer an X Kern Developer collection, by user request (it's also more orthogonal to the other entries). Clean up X selection code a bit. Choose proper architecture subdirectories on mirror sites now that we've gone fully to the new multi-arch directory scheme. Revision Changes Path 1.137 +24 -11 src/release/sysinstall/dist.c 1.193 +95 -86 src/release/sysinstall/menus.c 1.159 +2 -1 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 Mar 19 2:56:49 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BEB9014F3C; Fri, 19 Mar 1999 02:56:47 -0800 (PST) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA06833; Fri, 19 Mar 1999 02:56:29 -0800 (PST) (envelope-from dfr@FreeBSD.org) Message-Id: <199903191056.CAA06833@freefall.freebsd.org> From: Doug Rabson Date: Fri, 19 Mar 1999 02:56:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha ipl_funcs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/03/19 02:56:29 PST Modified files: sys/alpha/alpha ipl_funcs.c Log: Don't lower the ipl for splsoftcam, splsoftvm and splsoftnet. Revision Changes Path 1.10 +6 -5 src/sys/alpha/alpha/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 Fri Mar 19 4:21:13 1999 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 30BD1155DE; Fri, 19 Mar 1999 04:20:37 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com by peach.ocn.ne.jp (8.9.1a/OCN) id VAA08189; Fri, 19 Mar 1999 21:20:12 +0900 (JST) Message-ID: <36F23ECA.1C802692@newsguy.com> Date: Fri, 19 Mar 1999 21:10:50 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: pt-BR,ja MIME-Version: 1.0 To: Peter Wemm Cc: Greg Lehey , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs add bug (was: cvs commit: src/contrib/cvs/src diff.c) References: <199903190131.JAA35913@spinner.netplex.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Peter Wemm wrote: > > I'm pretty sure it only affected things like: "cvs diff -r RELENG_3" and > would have done strange things like report diff hits with zero chunks or > claim files were dead when in fact they were not. Mmmm... I noticed that if I have RELENG_3 checked out and try a diff against HEAD, it won't show anything. Could this be related (or is just a case of me having to do my homework)? -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "What happened?" "It moved, sir!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 6: 7:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 33D1714F73; Fri, 19 Mar 1999 06:07:39 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA32883; Fri, 19 Mar 1999 06:07:20 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199903191407.GAA32883@freefall.freebsd.org> From: Jun Kuriyama Date: Fri, 19 Mar 1999 06:07:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja/man/man1 at.1 cpio.1 domainname.1 fetch.1 find.1 fstat.1 ls.1 ps.1 split.1 doc/ja/man/man5 forward.5 fstab.5 doc/ja/man/man6 fortune.6 doc/ja/man/man7 hier.7 doc/ja/man/man8 MAKEDEV.8 atrun.8 dev_mkdb.8 getty.8 ibcs2.8 mknod.8 mount.8 ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/03/19 06:07:20 PST Modified files: ja/man/man1 at.1 cpio.1 domainname.1 fetch.1 find.1 fstat.1 ls.1 ps.1 split.1 ja/man/man5 forward.5 fstab.5 ja/man/man6 fortune.6 ja/man/man7 hier.7 ja/man/man8 MAKEDEV.8 atrun.8 dev_mkdb.8 getty.8 ibcs2.8 mknod.8 mount.8 mtree.8 newfs.8 newsyslog.8 pccardd.8 ppp.8 restore.8 sendmail.8 syslogd.8 umount.8 vnconfig.8 xtend.8 Log: Catching up to 3.1-19990311-STABLE. (without dhcp-related) Reviewed by: Japanese Online Manual Project Submitted by: Kazuo Horikawa Revision Changes Path 1.5 +2 -2 doc/ja/man/man1/at.1 1.3 +58 -59 doc/ja/man/man1/cpio.1 1.3 +4 -5 doc/ja/man/man1/domainname.1 1.8 +43 -10 doc/ja/man/man1/fetch.1 1.9 +23 -20 doc/ja/man/man1/find.1 1.3 +27 -61 doc/ja/man/man1/fstat.1 1.7 +27 -27 doc/ja/man/man1/ls.1 1.6 +66 -66 doc/ja/man/man1/ps.1 1.2 +18 -2 doc/ja/man/man1/split.1 1.4 +19 -1 doc/ja/man/man5/forward.5 1.4 +21 -23 doc/ja/man/man5/fstab.5 1.2 +6 -2 doc/ja/man/man6/fortune.6 1.3 +3 -5 doc/ja/man/man7/hier.7 1.4 +7 -7 doc/ja/man/man8/MAKEDEV.8 1.5 +11 -9 doc/ja/man/man8/atrun.8 1.2 +2 -2 doc/ja/man/man8/dev_mkdb.8 1.6 +4 -4 doc/ja/man/man8/getty.8 1.6 +2 -2 doc/ja/man/man8/ibcs2.8 1.4 +7 -7 doc/ja/man/man8/mknod.8 1.7 +7 -7 doc/ja/man/man8/mount.8 1.4 +1 -1 doc/ja/man/man8/mtree.8 1.7 +10 -9 doc/ja/man/man8/newfs.8 1.10 +116 -26 doc/ja/man/man8/newsyslog.8 1.7 +2 -2 doc/ja/man/man8/pccardd.8 1.18 +3 -3 doc/ja/man/man8/ppp.8 1.7 +10 -10 doc/ja/man/man8/restore.8 1.9 +2 -3 doc/ja/man/man8/sendmail.8 1.10 +8 -8 doc/ja/man/man8/syslogd.8 1.3 +3 -3 doc/ja/man/man8/umount.8 1.6 +5 -5 doc/ja/man/man8/vnconfig.8 1.7 +5 -5 doc/ja/man/man8/xtend.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 6:47:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3058614EDD; Fri, 19 Mar 1999 06:47:19 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA81528; Fri, 19 Mar 1999 06:47:00 -0800 (PST) (envelope-from kris@FreeBSD.org) Message-Id: <199903191447.GAA81528@freefall.freebsd.org> From: Kris Kennaway Date: Fri, 19 Mar 1999 06:47:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/wxftp/patches patch-ac Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kris 1999/03/19 06:47:00 PST Removed files: net/wxftp/patches patch-ac Log: Oops, forgot to remove a dead patch. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 7:58:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 01C8F15613; Fri, 19 Mar 1999 07:58:24 -0800 (PST) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA84272; Fri, 19 Mar 1999 07:58:06 -0800 (PST) (envelope-from kato@FreeBSD.org) Message-Id: <199903191558.HAA84272@freefall.freebsd.org> From: KATO Takenori Date: Fri, 19 Mar 1999 07:58:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/pc98/libpc98 bootinfo.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/03/19 07:58:05 PST Modified files: sys/boot/pc98/libpc98 bootinfo.c Log: Sync with sys/boot/i386/libi386/bootinfo.c revision 1.18. Revision Changes Path 1.3 +3 -2 src/sys/boot/pc98/libpc98/bootinfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 8: 0:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E675C14FF8; Fri, 19 Mar 1999 08:00:17 -0800 (PST) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA84586; Fri, 19 Mar 1999 07:59:58 -0800 (PST) (envelope-from kato@FreeBSD.org) Message-Id: <199903191559.HAA84586@freefall.freebsd.org> From: KATO Takenori Date: Fri, 19 Mar 1999 07:59:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/pc98/loader version Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/03/19 07:59:57 PST Modified files: sys/boot/pc98/loader version Log: Sync with sys/boot/i386/loader/version revision 1.4. Revision Changes Path 1.3 +3 -1 src/sys/boot/pc98/loader/version To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 8: 1:55 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C2A3C15711; Fri, 19 Mar 1999 08:01:53 -0800 (PST) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA84816; Fri, 19 Mar 1999 08:01:35 -0800 (PST) (envelope-from kato@FreeBSD.org) Message-Id: <199903191601.IAA84816@freefall.freebsd.org> From: KATO Takenori Date: Fri, 19 Mar 1999 08:01:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 if_ed.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/03/19 08:01:35 PST Modified files: sys/pc98/pc98 if_ed.c Log: Sync with sys/i386/isa/if_ed.c revision 1.150. Revision Changes Path 1.61 +59 -14 src/sys/pc98/pc98/if_ed.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 8: 8:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DD5714E90; Fri, 19 Mar 1999 08:08:32 -0800 (PST) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA85527; Fri, 19 Mar 1999 08:08:13 -0800 (PST) (envelope-from flathill@FreeBSD.org) Message-Id: <199903191608.IAA85527@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Fri, 19 Mar 1999 08:08:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/diction Makefile ports/misc/diction/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/03/19 08:08:13 PST Modified files: misc/diction Makefile misc/diction/files md5 Log: Update to 0.8 PR: ports/10656 Submitted by: mharo@area51.fremont.ca.us Revision Changes Path 1.3 +3 -3 ports/misc/diction/Makefile 1.2 +1 -1 ports/misc/diction/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 Mar 19 8:12:25 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5029915706; Fri, 19 Mar 1999 08:12:23 -0800 (PST) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA86018; Fri, 19 Mar 1999 08:12:04 -0800 (PST) (envelope-from flathill@FreeBSD.org) Message-Id: <199903191612.IAA86018@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Fri, 19 Mar 1999 08:12:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/windowmaker-i18n Makefile ports/x11-wm/windowmaker-i18n/files md5 ports/x11-wm/windowmaker-i18n/patches patch-ba patch-ad ports/x11-wm/windowmaker-i18n/pkg DESCR PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/03/19 08:12:04 PST Modified files: x11-wm/windowmaker-i18n Makefile x11-wm/windowmaker-i18n/files md5 x11-wm/windowmaker-i18n/patches patch-ad x11-wm/windowmaker-i18n/pkg DESCR PLIST Added files: x11-wm/windowmaker-i18n/patches patch-ba Log: Update to 0.51.2 - use libintl.so instead of libintl.a, so add RUN_DEPEND devel/gettext - Japanese Catalog file PR: ports/10668 Submitted by: mac@jp.freebsd.org Revision Changes Path 1.54 +11 -8 ports/x11-wm/windowmaker-i18n/Makefile 1.24 +2 -2 ports/x11-wm/windowmaker-i18n/files/md5 1.17 +7 -7 ports/x11-wm/windowmaker-i18n/patches/patch-ad 1.5 +2 -0 ports/x11-wm/windowmaker-i18n/pkg/DESCR 1.22 +25 -7 ports/x11-wm/windowmaker-i18n/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 Mar 19 10:53:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6541F14EF0; Fri, 19 Mar 1999 10:53:39 -0800 (PST) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA06159; Fri, 19 Mar 1999 10:53:20 -0800 (PST) (envelope-from flathill@FreeBSD.org) Message-Id: <199903191853.KAA06159@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Fri, 19 Mar 1999 10:53:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/lout Makefile ports/print/lout/files md5 ports/print/lout/patches patch-01 ports/print/lout/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/03/19 10:53:20 PST Modified files: print/lout Makefile print/lout/files md5 print/lout/patches patch-01 print/lout/pkg PLIST Log: Update to 3.13 PR: ports/10643 Submitted by: jose@nobody.org Revision Changes Path 1.5 +3 -4 ports/print/lout/Makefile 1.4 +1 -1 ports/print/lout/files/md5 1.5 +222 -127 ports/print/lout/patches/patch-01 1.6 +52 -38 ports/print/lout/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 Mar 19 11:43:48 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 299C714EF2; Fri, 19 Mar 1999 11:43:46 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca43-247.ix.netcom.com [209.111.209.247]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id LAA22690; Fri, 19 Mar 1999 11:43:25 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id LAA14402; Fri, 19 Mar 1999 11:43:21 -0800 (PST) Date: Fri, 19 Mar 1999 11:43:21 -0800 (PST) Message-Id: <199903191943.LAA14402@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: flathill@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <199903191612.IAA86018@freefall.freebsd.org> (message from Seiichirou Hiraoka on Fri, 19 Mar 1999 08:12:04 -0800 (PST)) Subject: Re: cvs commit: ports/x11-wm/windowmaker-i18n Makefile ports/x11-wm/windowmaker-i18n/files md5 ports/x11-wm/windowmaker-i18n/patches patch-ba patch-ad ports/x11-wm/windowmaker-i18n/pkg DESCR PLIST From: asami@FreeBSD.org (Satoshi Asami) References: <199903191612.IAA86018@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * From: Seiichirou Hiraoka * - use libintl.so instead of libintl.a, so add RUN_DEPEND devel/gettext Just in case anyone else is wondering, he meant LIB_DEPENDS here. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 12:47:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D9DC515186; Fri, 19 Mar 1999 12:47:16 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA28304; Fri, 19 Mar 1999 12:46:58 -0800 (PST) (envelope-from dirk@FreeBSD.org) Message-Id: <199903192046.MAA28304@freefall.freebsd.org> From: Dirk Froemberg Date: Fri, 19 Mar 1999 12:46:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-php3/files md5 ports/www/apache13-php3/scripts configure.php Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dirk 1999/03/19 12:46:58 PST Modified files: www/apache13-php3/files md5 www/apache13-php3/scripts configure.php Log: Upgrade to mod_ssl 2.2.5. Revision Changes Path 1.44 +1 -1 ports/www/apache13-php3/files/md5 1.24 +1 -1 ports/www/apache13-php3/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 Fri Mar 19 13:21:58 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 04C2014EF6; Fri, 19 Mar 1999 13:21:51 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id IAA30328; Sat, 20 Mar 1999 08:21:28 +1100 Date: Sat, 20 Mar 1999 08:21:28 +1100 From: Bruce Evans Message-Id: <199903192121.IAA30328@godzilla.zeta.org.au> To: dcs@newsguy.com, peter@netplex.com.au Subject: Re: cvs add bug (was: cvs commit: src/contrib/cvs/src diff.c) Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, grog@lemis.com Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >> I'm pretty sure it only affected things like: "cvs diff -r RELENG_3" and >> would have done strange things like report diff hits with zero chunks or >> claim files were dead when in fact they were not. > >Mmmm... I noticed that if I have RELENG_3 checked out and try a diff >against HEAD, it won't show anything. Could this be related (or is >just a case of me having to do my homework)? That seems to be fixed, but diffing HEAD against a checked out HEAD was horribly broken by the new (distribution) cvs code. I use the following "fix" (the second hunk is just a style fix for our previous "fix"). Bruce diff -c2 diff.c~ diff.c *** diff.c~ Fri Mar 19 09:34:59 1999 --- diff.c Fri Mar 19 20:34:47 1999 *************** *** 439,443 **** (vers->vn_rcs == NULL ? NULL ! : RCS_branch_head (vers->srcfile, vers->vn_rcs)); exists = head != NULL; if (head != NULL) --- 439,444 ---- (vers->vn_rcs == NULL ? NULL ! : RCS_branch_head (vers->srcfile, vers->vn_rcs) ! && !RCS_isdead (vers->srcfile, vers->vn_rcs)); exists = head != NULL; if (head != NULL) *************** *** 450,455 **** xvers = Version_TS (finfo, NULL, diff_rev1, diff_date1, 1, 0); ! exists = (xvers->vn_rcs != NULL && ! !RCS_isdead (xvers->srcfile, xvers->vn_rcs)); /*XXX*/ freevers_ts (&xvers); } --- 451,456 ---- xvers = Version_TS (finfo, NULL, diff_rev1, diff_date1, 1, 0); ! exists = (xvers->vn_rcs != NULL ! && !RCS_isdead (xvers->srcfile, xvers->vn_rcs)); freevers_ts (&xvers); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 13:32:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5765015186; Fri, 19 Mar 1999 13:32:07 -0800 (PST) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA34125; Fri, 19 Mar 1999 13:31:49 -0800 (PST) (envelope-from dt@FreeBSD.org) Message-Id: <199903192131.NAA34125@freefall.freebsd.org> From: Dmitrij Tejblum Date: Fri, 19 Mar 1999 13:31:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ru/FAQ FAQ.sgml applications.sgml hardware.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1999/03/19 13:31:49 PST Modified files: ru/FAQ FAQ.sgml applications.sgml hardware.sgml Log: Synchronize with the following revisions of the English version: FAQ.sgml 1.102 applications.sgml 1.9 hardware.sgml 1.15 PR: 10619, 10620, 10621 Submitted by: Andrey Zakhvatov Revision Changes Path 1.2 +4 -4 doc/ru/FAQ/FAQ.sgml 1.2 +11 -11 doc/ru/FAQ/applications.sgml 1.2 +5 -6 doc/ru/FAQ/hardware.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 13:49: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CC5B14E95; Fri, 19 Mar 1999 13:49:02 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA36250; Fri, 19 Mar 1999 13:48:43 -0800 (PST) (envelope-from jkh@FreeBSD.org) Message-Id: <199903192148.NAA36250@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 19 Mar 1999 13:48:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall dist.c menus.c sysinstall.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/03/19 13:48:43 PST Modified files: (Branch: RELENG_3) release/sysinstall dist.c menus.c sysinstall.h Log: MFC: X-Kern-Developer dist, changes to mirror site layout. Revision Changes Path 1.132.2.4 +24 -11 src/release/sysinstall/dist.c 1.180.2.12 +95 -86 src/release/sysinstall/menus.c 1.153.2.6 +2 -1 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 Mar 19 14:15: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 7714C157BF; Fri, 19 Mar 1999 14:15:02 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca43-247.ix.netcom.com [209.111.209.247]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id OAA22824; Fri, 19 Mar 1999 14:13:52 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id OAA15054; Fri, 19 Mar 1999 14:12:36 -0800 (PST) Date: Fri, 19 Mar 1999 14:12:36 -0800 (PST) Message-Id: <199903192212.OAA15054@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: dcs@newsguy.com Cc: peter@netplex.com.au, grog@lemis.com, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <36F23ECA.1C802692@newsguy.com> (dcs@newsguy.com) Subject: Re: cvs add bug (was: cvs commit: src/contrib/cvs/src diff.c) From: asami@FreeBSD.org (Satoshi Asami) References: <199903190131.JAA35913@spinner.netplex.com.au> <36F23ECA.1C802692@newsguy.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * From: "Daniel C. Sobral" * Mmmm... I noticed that if I have RELENG_3 checked out and try a diff * against HEAD, it won't show anything. Could this be related (or is * just a case of me having to do my homework)? This never worked on CVS. "HEAD" could mean quite a few different things depending on context (for instance, if you have RELENG_3 checked out, then HEAD means the head of RELENG_3, not the real "head"). I attempted to fix it a long time ago in src/contrib/cvs/src/diff.c (rev 1.2) but had to back it out after realizing what a quagmire it's down there. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 14:20:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 874C01562C; Fri, 19 Mar 1999 14:18:09 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA38973; Fri, 19 Mar 1999 14:17:51 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <199903192217.OAA38973@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 19 Mar 1999 14:17:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/rxvt Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/03/19 14:17:50 PST Modified files: chinese/rxvt Makefile Log: Change PRE to pre in PKGNAME -- it's a little less hurting to the eye. Revision Changes Path 1.11 +2 -2 ports/chinese/rxvt/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 14:22:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE8D21585D; Fri, 19 Mar 1999 14:18:58 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA39115; Fri, 19 Mar 1999 14:18:40 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <199903192218.OAA39115@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 19 Mar 1999 14:18:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/asmodem Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/03/19 14:18:40 PST Modified files: comms/asmodem Makefile Log: X applications are not allowed to use "x11" as a category. Revision Changes Path 1.2 +2 -2 ports/comms/asmodem/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 14:23:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ABBC2158D0; Fri, 19 Mar 1999 14:20:34 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA39510; Fri, 19 Mar 1999 14:20:16 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <199903192220.OAA39510@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 19 Mar 1999 14:20:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/03/19 14:20:16 PST Modified files: comms Makefile Log: I believe asmodem wants to be here. Revision Changes Path 1.35 +2 -1 ports/comms/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 14:26:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EB19215931; Fri, 19 Mar 1999 14:22:01 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA39676; Fri, 19 Mar 1999 14:21:43 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <199903192221.OAA39676@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 19 Mar 1999 14:21:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/03/19 14:21:43 PST Modified files: japanese Makefile Log: Add epwutil, remove vje-trial. Revision Changes Path 1.190 +2 -2 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 14:28:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DCF1F15A7D; Fri, 19 Mar 1999 14:26:41 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA40217; Fri, 19 Mar 1999 14:26:23 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <199903192226.OAA40217@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 19 Mar 1999 14:26:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/03/19 14:26:22 PST Modified files: security Makefile Log: Add gtkportscan. Revision Changes Path 1.47 +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 Mar 19 14:30: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C3B5015A6E; Fri, 19 Mar 1999 14:26:14 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA40162; Fri, 19 Mar 1999 14:25:56 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <199903192225.OAA40162@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 19 Mar 1999 14:25:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/03/19 14:25:55 PST Modified files: net Makefile Log: Add ftpmirror and gnome-icu, delete gnomeicu. Revision Changes Path 1.233 +3 -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 Fri Mar 19 14:31:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AAAF515B9B; Fri, 19 Mar 1999 14:30:55 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA40703; Fri, 19 Mar 1999 14:30:37 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <199903192230.OAA40703@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 19 Mar 1999 14:30:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/03/19 14:30:36 PST Modified files: x11 Makefile Log: Add ktranslator and kvidtune. Revision Changes Path 1.254 +3 -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 Fri Mar 19 14:33:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 12808159D4; Fri, 19 Mar 1999 14:23:40 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA39830; Fri, 19 Mar 1999 14:23:22 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <199903192223.OAA39830@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 19 Mar 1999 14:23:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/03/19 14:23:22 PST Modified files: graphics Makefile Log: Add wmicons. Revision Changes Path 1.115 +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 Fri Mar 19 14:34:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50878159E6; Fri, 19 Mar 1999 14:23:58 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA39870; Fri, 19 Mar 1999 14:23:39 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <199903192223.OAA39870@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 19 Mar 1999 14:23:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/03/19 14:23:39 PST Modified files: lang Makefile Log: Add jdk-doc. Revision Changes Path 1.126 +2 -1 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 Fri Mar 19 14:35:32 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CDB2715B55; Fri, 19 Mar 1999 14:30:13 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA40651; Fri, 19 Mar 1999 14:29:55 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <199903192229.OAA40651@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 19 Mar 1999 14:29:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnome-icu Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/03/19 14:29:55 PST Modified files: net/gnome-icu Makefile Log: Portlint. Revision Changes Path 1.8 +3 -3 ports/net/gnome-icu/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 14:36:37 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A59315D19; Fri, 19 Mar 1999 14:35:47 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA41409; Fri, 19 Mar 1999 14:35:29 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <199903192235.OAA41409@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 19 Mar 1999 14:35:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/XFree86 Makefile ports/x11/XFree86/scripts configure Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/03/19 14:35:28 PST Modified files: x11/XFree86 Makefile x11/XFree86/scripts configure Log: Back out two patches that were not intended for commit. Revision Changes Path 1.54 +1 -4 ports/x11/XFree86/Makefile 1.41 +1 -1 ports/x11/XFree86/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 Mar 19 14:37:15 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0593B159F0; Fri, 19 Mar 1999 14:24:17 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA39912; Fri, 19 Mar 1999 14:23:58 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <199903192223.OAA39912@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 19 Mar 1999 14:23:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/03/19 14:23:58 PST Modified files: mail Makefile Log: Add cmail. Revision Changes Path 1.86 +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 Mar 19 14:37:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 668AB15A24; Fri, 19 Mar 1999 14:25:02 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA39978; Fri, 19 Mar 1999 14:24:43 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <199903192224.OAA39978@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 19 Mar 1999 14:24:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/03/19 14:24:43 PST Modified files: math Makefile Log: Add fftw and grace. Revision Changes Path 1.58 +3 -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 Fri Mar 19 14:39:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B6E4515A07; Fri, 19 Mar 1999 14:39:14 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA41662; Fri, 19 Mar 1999 14:38:56 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <199903192238.OAA41662@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 19 Mar 1999 14:38:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/netscape4-communicator/pkg REQ ports/x11/XttXF86srv-common Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/03/19 14:38:55 PST Modified files: www/netscape4-communicator/pkg REQ x11/XttXF86srv-common Makefile Log: Two more patches that were not intended for commit. Revision Changes Path 1.3 +1 -1 ports/www/netscape4-communicator/pkg/REQ 1.17 +3 -3 ports/x11/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 Fri Mar 19 14:41: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 854F815650; Fri, 19 Mar 1999 14:41:04 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca43-247.ix.netcom.com [209.111.209.247]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id OAA22851; Fri, 19 Mar 1999 14:40:44 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id OAA15144; Fri, 19 Mar 1999 14:40:41 -0800 (PST) Date: Fri, 19 Mar 1999 14:40:41 -0800 (PST) Message-Id: <199903192240.OAA15144@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: taoka@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <199903190823.AAA39686@freefall.freebsd.org> (message from Satoshi Taoka on Fri, 19 Mar 1999 00:23:25 -0800 (PST)) Subject: Re: cvs commit: ports/x11/ktranslator - Imported sources From: asami@FreeBSD.org (Satoshi Asami) References: <199903190823.AAA39686@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * A powerful utility for kde translators What does this port do? (Does it belong in x11?) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 14:41:57 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B24D15EF4; Fri, 19 Mar 1999 14:41:54 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA41974; Fri, 19 Mar 1999 14:41:35 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <199903192241.OAA41974@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 19 Mar 1999 14:41:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-clocks/wmcalclock/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/03/19 14:41:35 PST Modified files: x11-clocks/wmcalclock/pkg DESCR Log: Add newline at end of file. Revision Changes Path 1.2 +1 -1 ports/x11-clocks/wmcalclock/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 Mar 19 14:44:36 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4523215E90; Fri, 19 Mar 1999 14:43:28 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA42128; Fri, 19 Mar 1999 14:43:09 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <199903192243.OAA42128@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 19 Mar 1999 14:43:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/windowmaker-i18n Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/03/19 14:43:09 PST Modified files: x11-wm/windowmaker-i18n Makefile Log: Make portlint less unhappy. Revision Changes Path 1.55 +1 -2 ports/x11-wm/windowmaker-i18n/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 15:31:26 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 4F69D14C94; Fri, 19 Mar 1999 15:31:20 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id KAA07299; Sat, 20 Mar 1999 10:31:00 +1100 Date: Sat, 20 Mar 1999 10:31:00 +1100 From: Bruce Evans Message-Id: <199903192331.KAA07299@godzilla.zeta.org.au> To: asami@FreeBSD.org, dcs@newsguy.com Subject: Re: cvs add bug (was: cvs commit: src/contrib/cvs/src diff.c) Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, grog@lemis.com, peter@netplex.com.au Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > * Mmmm... I noticed that if I have RELENG_3 checked out and try a diff > * against HEAD, it won't show anything. Could this be related (or is > * just a case of me having to do my homework)? > >This never worked on CVS. "HEAD" could mean quite a few different >things depending on context (for instance, if you have RELENG_3 >checked out, then HEAD means the head of RELENG_3, not the real >"head"). It seems to work now. HEAD now means the head of everything, at least for `cvs diff -r HEAD'. I think it always meant that in other contexts. >I attempted to fix it a long time ago in src/contrib/cvs/src/diff.c >(rev 1.2) but had to back it out after realizing what a quagmire it's >down there. The cvs maintainers ventured into this quagmire in rev.1.11 (and got it wrong by considering dead files to be on the HEAD). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 16:46:23 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 785AF14ECA; Fri, 19 Mar 1999 16:46:16 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA09383; Fri, 19 Mar 1999 16:45:57 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <199903200045.QAA09383@freefall.freebsd.org> From: Warner Losh Date: Fri, 19 Mar 1999 16:45:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf Makefile.alpha src/sys/i386/conf Makefile.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/03/19 16:45:56 PST Modified files: (Branch: RELENG_3) sys/alpha/conf Makefile.alpha sys/i386/conf Makefile.i386 Log: Merge fix from current that adds vnode_if.h to the list of those files which are created when .depend doesn't exist. Revision Changes Path 1.16.2.2 +2 -2 src/sys/alpha/conf/Makefile.alpha 1.136.2.4 +2 -2 src/sys/i386/conf/Makefile.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 17:16:26 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CC3214F20; Fri, 19 Mar 1999 17:16:17 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id RAA12734; Fri, 19 Mar 1999 17:15:58 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <199903200115.RAA12734@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 19 Mar 1999 17:15:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/03/19 17:15:58 PST Modified files: japanese Makefile Log: Remove yatex and yatex-xemacs. Revision Changes Path 1.191 +1 -3 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 17:26:41 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id B16BF152ED; Fri, 19 Mar 1999 17:26:38 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca43-247.ix.netcom.com [209.111.209.247]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id RAA23053; Fri, 19 Mar 1999 17:26:17 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id RAA15634; Fri, 19 Mar 1999 17:26:12 -0800 (PST) Date: Fri, 19 Mar 1999 17:26:12 -0800 (PST) Message-Id: <199903200126.RAA15634@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: bde@zeta.org.au Cc: dcs@newsguy.com, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, grog@lemis.com, peter@netplex.com.au In-reply-to: <199903192331.KAA07299@godzilla.zeta.org.au> (message from Bruce Evans on Sat, 20 Mar 1999 10:31:00 +1100) Subject: Re: cvs add bug (was: cvs commit: src/contrib/cvs/src diff.c) From: asami@FreeBSD.org (Satoshi Asami) References: <199903192331.KAA07299@godzilla.zeta.org.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * From: Bruce Evans * It seems to work now. HEAD now means the head of everything, at least * for `cvs diff -r HEAD'. I think it always meant that in other contexts. Really? It doesn't seem to work here.... === >> cvs --version Concurrent Versions System (CVS) 1.9.26 (client/server) Copyright (c) 1989-1998 Brian Berliner, david d `zoo' zuhn, Jeff Polk, and other authors CVS may be copied only under the terms of the GNU General Public License, a copy of which can be found with the CVS distribution kit. Specify the --help option for further information about CVS >> cvs log -h swap_pager.c | grep head head: 1.116 >> cvs status swap_pager.c =================================================================== File: swap_pager.c Status: Up-to-date Working revision: 1.107 Mon Jan 11 07:14:39 1999 Repository revision: 1.107 /usr/cvs/src/sys/vm/swap_pager.c,v Sticky Tag: RELENG_3 (branch: 1.107.2) Sticky Date: (none) Sticky Options: (none) >> cvs diff -u -rHEAD swap_pager.c | wc 0 0 0 >> cvs diff -u -r1.116 swap_pager.c | wc 3029 13347 81047 === * The cvs maintainers ventured into this quagmire in rev.1.11 (and got it * wrong by considering dead files to be on the HEAD). Dead head? Kinda rhymes, huh? :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 18: 1:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E78911523B; Fri, 19 Mar 1999 18:01:18 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA17909; Fri, 19 Mar 1999 18:01:00 -0800 (PST) (envelope-from asami@FreeBSD.org) Message-Id: <199903200201.SAA17909@freefall.freebsd.org> From: Satoshi Asami Date: Fri, 19 Mar 1999 18:01:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/03/19 18:00:59 PST Modified files: print Makefile Log: Add yatex-mule, yatex-xemacs and yatex-xemacs-mule. Revision Changes Path 1.84 +4 -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 Fri Mar 19 18:56:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B72D153DE; Fri, 19 Mar 1999 18:56:32 -0800 (PST) (envelope-from chuckr@FreeBSD.org) Received: (from chuckr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA23061; Fri, 19 Mar 1999 18:56:13 -0800 (PST) (envelope-from chuckr@FreeBSD.org) Message-Id: <199903200256.SAA23061@freefall.freebsd.org> From: Chuck Robey Date: Fri, 19 Mar 1999 18:56:13 -0800 (PST) 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-aa patch-ab patch-ac patch-ae patch-af Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk chuckr 1999/03/19 18:56:13 PST Modified files: print/a2ps-letter Makefile print/a2ps-letter/files md5 Added files: print/a2ps-letter/patches patch-aa patch-ab patch-ac Removed files: print/a2ps-letter/patches patch-ae patch-af Log: update to version 4.12. Revision Changes Path 1.25 +4 -5 ports/print/a2ps-letter/Makefile 1.10 +1 -1 ports/print/a2ps-letter/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 Mar 19 20: 4:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E810214F9D; Fri, 19 Mar 1999 20:04:16 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA30229; Fri, 19 Mar 1999 20:03:58 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903200403.UAA30229@freefall.freebsd.org> From: Bill Fumerola Date: Fri, 19 Mar 1999 20:03:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man1 intro.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/19 20:03:58 PST Modified files: share/man/man1 intro.1 Log: security(1) doesn't exist, but security(7) does. PR: docs/10478 Submitted by: Oliver Fromme Revision Changes Path 1.13 +2 -2 src/share/man/man1/intro.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 20: 7: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DE2B15186; Fri, 19 Mar 1999 20:07:07 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA30736; Fri, 19 Mar 1999 20:06:48 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903200406.UAA30736@freefall.freebsd.org> From: Bill Fumerola Date: Fri, 19 Mar 1999 20:06:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man1 intro.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/19 20:06:48 PST Modified files: (Branch: RELENG_3) share/man/man1 intro.1 Log: MFC: security(1) -> security(7) Revision Changes Path 1.12.2.1 +2 -2 src/share/man/man1/intro.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 20:16: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C0721556F; Fri, 19 Mar 1999 20:14:56 -0800 (PST) (envelope-from thepish@FreeBSD.org) Received: (from thepish@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA31497; Fri, 19 Mar 1999 20:14:37 -0800 (PST) (envelope-from thepish@FreeBSD.org) Message-Id: <199903200414.UAA31497@freefall.freebsd.org> From: Peter Hawkins Date: Fri, 19 Mar 1999 20:14:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fm/explorer Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk thepish 1999/03/19 20:14:37 PST Modified files: x11-fm/explorer Makefile Log: PR: 10666 Fix broken configure - use c++ as we require libstdc++. Also add -lXext. Revision Changes Path 1.8 +2 -1 ports/x11-fm/explorer/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 20:28:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E42515502; Fri, 19 Mar 1999 20:27:17 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA33397; Fri, 19 Mar 1999 20:26:58 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903200426.UAA33397@freefall.freebsd.org> From: Bill Fumerola Date: Fri, 19 Mar 1999 20:26:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mrouted mrouted.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/19 20:26:58 PST Modified files: usr.sbin/mrouted mrouted.8 Log: Use the proper mdoc macro PR: docs/9892 Submitted by: Kazuo Horikawa Revision Changes Path 1.13 +2 -2 src/usr.sbin/mrouted/mrouted.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 20:30:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C354A1556F; Fri, 19 Mar 1999 20:30:15 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA33687; Fri, 19 Mar 1999 20:29:57 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903200429.UAA33687@freefall.freebsd.org> From: Bill Fumerola Date: Fri, 19 Mar 1999 20:29:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mrouted mrouted.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/19 20:29:57 PST Modified files: (Branch: RELENG_3) usr.sbin/mrouted mrouted.8 Log: MFC: mdoc fix Revision Changes Path 1.12.2.1 +2 -2 src/usr.sbin/mrouted/mrouted.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 20:47:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C80F314EF0; Fri, 19 Mar 1999 20:47:17 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA34901; Fri, 19 Mar 1999 20:46:58 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903200446.UAA34901@freefall.freebsd.org> From: Bill Fumerola Date: Fri, 19 Mar 1999 20:46:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/bind/doc/man nslookup.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/19 20:46:58 PST Modified files: contrib/bind/doc/man nslookup.8 Log: mdoc fixes PR: docs/7864 Submitted by: Yoshihiko OHTA Revision Changes Path 1.2 +3 -2 src/contrib/bind/doc/man/nslookup.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 20:50:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 784EE15540; Fri, 19 Mar 1999 20:50:32 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA35335; Fri, 19 Mar 1999 20:50:13 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903200450.UAA35335@freefall.freebsd.org> From: Bill Fumerola Date: Fri, 19 Mar 1999 20:50:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/bind/doc/man nslookup.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/19 20:50:13 PST Modified files: (Branch: RELENG_3) contrib/bind/doc/man nslookup.8 Log: MFC: mdoc fixes Revision Changes Path 1.1.1.1.2.1 +3 -2 src/contrib/bind/doc/man/nslookup.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 20:51:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 97C0F15683; Fri, 19 Mar 1999 20:51:44 -0800 (PST) (envelope-from wes@FreeBSD.org) Received: (from wes@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id UAA35536; Fri, 19 Mar 1999 20:51:26 -0800 (PST) (envelope-from wes@FreeBSD.org) Message-Id: <199903200451.UAA35536@freefall.freebsd.org> From: & Peters Date: Fri, 19 Mar 1999 20:51:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_fxp.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wes 1999/03/19 20:51:25 PST Modified files: sys/pci if_fxp.c Log: Turn on PCI bus mastering in driver attach routine to avoid hanging the system if the BIOS has not initialized the interface. PR: 10150 Reviewed by: dg Revision Changes Path 1.66 +10 -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 Fri Mar 19 20:56:55 1999 Delivered-To: cvs-all@freebsd.org Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (Postfix) with ESMTP id F2821155AB; Fri, 19 Mar 1999 20:56:23 -0800 (PST) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id PAA28912; Sat, 20 Mar 1999 15:27:10 +0930 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA10831; Sat, 20 Mar 1999 15:26:01 +0930 Date: Sat, 20 Mar 1999 15:26:01 +0930 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Jacques Vidrine Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/x11-toolkits/gtk11-devel Makefile ports/x11-toolkits/gtk11-devel/pkg MESSAGE In-Reply-To: <199903061819.KAA76785@freefall.freebsd.org> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sat, 6 Mar 1999, Jacques Vidrine wrote: > Install ${LOCALBASE}/share/aclocal/gtk11d.m4 by default so that > other ports that use GTK and autoconf may depend upon it. Could you do this for the other ports as well? Kris ----- The Feynman problem-solving algorithm: 1. Write down the problem 2. Think real hard 3. Write down the solution To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 21:21:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E9450150CE; Fri, 19 Mar 1999 21:21:06 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA38471; Fri, 19 Mar 1999 21:20:48 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903200520.VAA38471@freefall.freebsd.org> From: Satoshi Taoka Date: Fri, 19 Mar 1999 21:20:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/19 21:20:48 PST Modified files: . modules Log: ja-lesw --> ports/japanese/lesw Revision Changes Path 1.2849 +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 Mar 19 21:22: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 131BA14BCD; Fri, 19 Mar 1999 21:22:02 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA38629; Fri, 19 Mar 1999 21:21:43 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903200521.VAA38629@freefall.freebsd.org> From: Satoshi Taoka Date: Fri, 19 Mar 1999 21:21:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/lesw - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/19 21:21:43 PST ports/japanese/lesw - Imported sources Update of /home/ncvs/ports/japanese/lesw In directory freefall.freebsd.org:/c/users/taoka/ports/lesw Log Message: less + zcat + ISO-2022 + wide PR: ports/8740 Submitted by: Toshihiko Kodama Status: Vendor Tag: KODAMA Release Tags: v332 N ports/japanese/lesw/Makefile I ports/japanese/lesw/CVS N ports/japanese/lesw/files/md5 N ports/japanese/lesw/patches/patch-aa N ports/japanese/lesw/pkg/COMMENT N ports/japanese/lesw/pkg/DESCR N ports/japanese/lesw/pkg/PLIST No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 21:28: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C967A14C18; Fri, 19 Mar 1999 21:28:04 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA39357; Fri, 19 Mar 1999 21:27:46 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903200527.VAA39357@freefall.freebsd.org> From: Satoshi Taoka Date: Fri, 19 Mar 1999 21:27:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/19 21:27:45 PST Modified files: . modules Log: gtksql --> ports/databases/gtksql Revision Changes Path 1.2850 +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 Mar 19 21:29:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA0B71557B; Fri, 19 Mar 1999 21:28:57 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA39451; Fri, 19 Mar 1999 21:28:39 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903200528.VAA39451@freefall.freebsd.org> From: Satoshi Taoka Date: Fri, 19 Mar 1999 21:28:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/gtksql - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/19 21:28:39 PST ports/databases/gtksql - Imported sources Update of /home/ncvs/ports/databases/gtksql In directory freefall.freebsd.org:/c/users/taoka/ports/gtksql Log Message: Graphical query tool for PostgreSQL. PR: ports/8767 Submitted by: Andrey Zakhvatov andy@icc.surw.chel.su Status: Vendor Tag: ZAKHVATOV Release Tags: v02 N ports/databases/gtksql/Makefile I ports/databases/gtksql/CVS N ports/databases/gtksql/files/md5 N ports/databases/gtksql/pkg/PLIST N ports/databases/gtksql/pkg/COMMENT N ports/databases/gtksql/pkg/DESCR N ports/databases/gtksql/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 21:34: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 55BD414C18; Fri, 19 Mar 1999 21:33:59 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA40287; Fri, 19 Mar 1999 21:33:40 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903200533.VAA40287@freefall.freebsd.org> From: Satoshi Taoka Date: Fri, 19 Mar 1999 21:33:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/19 21:33:40 PST Modified files: . modules Log: yacl --> ports/devel/yacl Revision Changes Path 1.2851 +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 Mar 19 21:35:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A0F6715646; Fri, 19 Mar 1999 21:35:00 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA40395; Fri, 19 Mar 1999 21:34:42 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903200534.VAA40395@freefall.freebsd.org> From: Satoshi Taoka Date: Fri, 19 Mar 1999 21:34:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/yacl - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/19 21:34:41 PST ports/devel/yacl - Imported sources Update of /home/ncvs/ports/devel/yacl In directory freefall.freebsd.org:/c/users/taoka/ports/yacl Log Message: Programming library for C++, portable across Windows, OS/2 and various Unices PR: ports/6017 Submitted by: Jeroen Hogeveen Status: Vendor Tag: HOGEVEEN Release Tags: v17b N ports/devel/yacl/Makefile I ports/devel/yacl/CVS N ports/devel/yacl/files/md5 N ports/devel/yacl/patches/patch-aa N ports/devel/yacl/patches/patch-ab N ports/devel/yacl/pkg/COMMENT N ports/devel/yacl/pkg/DESCR N ports/devel/yacl/pkg/PLIST N ports/devel/yacl/scripts/post-patch No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 21:42:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 29420152B2; Fri, 19 Mar 1999 21:42:43 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA41607; Fri, 19 Mar 1999 21:42:25 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903200542.VAA41607@freefall.freebsd.org> From: Satoshi Taoka Date: Fri, 19 Mar 1999 21:42:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/19 21:42:25 PST Modified files: devel Makefile Log: Added yacl Revision Changes Path 1.162 +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 Mar 19 21:43:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BEA55155C1; Fri, 19 Mar 1999 21:43:19 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA41856; Fri, 19 Mar 1999 21:43:01 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903200543.VAA41856@freefall.freebsd.org> From: Satoshi Taoka Date: Fri, 19 Mar 1999 21:43:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/19 21:43:01 PST Modified files: japanese Makefile Log: Added lesw Revision Changes Path 1.192 +2 -1 ports/japanese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Mar 19 21:43:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D5F1C1563A; Fri, 19 Mar 1999 21:43:56 -0800 (PST) (envelope-from taoka@FreeBSD.org) Received: (from taoka@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id VAA42036; Fri, 19 Mar 1999 21:43:38 -0800 (PST) (envelope-from taoka@FreeBSD.org) Message-Id: <199903200543.VAA42036@freefall.freebsd.org> From: Satoshi Taoka Date: Fri, 19 Mar 1999 21:43:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk taoka 1999/03/19 21:43:38 PST Modified files: databases Makefile Log: Added gtksql Revision Changes Path 1.35 +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 Fri Mar 19 22:20:31 1999 Delivered-To: cvs-all@freebsd.org Received: from cerebus.nectar.com (nectar-gw.nectar.com [204.0.249.101]) by hub.freebsd.org (Postfix) with ESMTP id 771311501E; Fri, 19 Mar 1999 22:19:59 -0800 (PST) (envelope-from nectar@nectar.com) Received: (from smap@localhost) by cerebus.nectar.com (8.9.1/8.9.1) id AAA43806; Sat, 20 Mar 1999 00:19:33 -0600 (CST) (envelope-from nectar@nectar.com) Received: from spawn.nectar.com(10.0.0.101) by cerebus.nectar.com via smap (V2.1) id xma043801; Sat, 20 Mar 99 00:19:03 -0600 Received: from spawn.nectar.com (localhost [127.0.0.1]) by spawn.nectar.com (8.9.2/8.9.1) with ESMTP id AAA93871; Sat, 20 Mar 1999 00:18:56 -0600 (CST) (envelope-from nectar@spawn.nectar.com) Message-Id: <199903200618.AAA93871@spawn.nectar.com> X-Mailer: exmh version 2.0.2 2/24/98 X-PGP-RSAfprint: 00 F9 E6 A2 C5 4D 0A 76 26 8B 8B 57 73 D0 DE EE X-PGP-RSAkey: http://www.nectar.com/nectar-pgp262.txt From: Jacques Vidrine In-reply-to: References: Subject: Re: cvs commit: ports/x11-toolkits/gtk11-devel Makefile ports/x11-toolkits/gtk11-devel/pkg MESSAGE Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Date: Sat, 20 Mar 1999 00:18:56 -0600 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On 20 March 1999 at 15:26, Kris Kennaway wrote: > On Sat, 6 Mar 1999, Jacques Vidrine wrote: > > > Install ${LOCALBASE}/share/aclocal/gtk11d.m4 by default so that > > other ports that use GTK and autoconf may depend upon it. > > Could you do this for the other ports as well? > > Kris Actually, I un-did this, since it could not be duplicated in packaging. When autoconf is made to search both ${X11BASE}/share/aclocal and ${LOCALBASE}/share/aclocal, then this will be revisited. Jacques Vidrine / n@nectar.com / nectar@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 0:51: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A164514BE1; Sat, 20 Mar 1999 00:50:58 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA72644; Sat, 20 Mar 1999 00:50:39 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903200850.AAA72644@freefall.freebsd.org> From: Jacques Vidrine Date: Sat, 20 Mar 1999 00:50:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/20 00:50:39 PST Modified files: . modules Log: py-HTMLgen --> ports/www/py-HTMLgen Revision Changes Path 1.2852 +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 Mar 20 0:51:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B31A1501E; Sat, 20 Mar 1999 00:51:09 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA72725; Sat, 20 Mar 1999 00:50:50 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903200850.AAA72725@freefall.freebsd.org> From: Jacques Vidrine Date: Sat, 20 Mar 1999 00:50:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/py-HTMLgen - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/20 00:50:50 PST ports/www/py-HTMLgen - Imported sources Update of /home/ncvs/ports/www/py-HTMLgen In directory freefall.freebsd.org:/d/users/nectar/devel/py-HTMLgen Log Message: A Python library for the generation of HTML documents. Status: Vendor Tag: VIDRINE Release Tags: htmlgen_2_1 N ports/www/py-HTMLgen/Makefile I ports/www/py-HTMLgen/CVS N ports/www/py-HTMLgen/files/md5 N ports/www/py-HTMLgen/pkg/PLIST N ports/www/py-HTMLgen/pkg/DESCR N ports/www/py-HTMLgen/pkg/COMMENT N ports/www/py-HTMLgen/pkg/PLIST.docs N ports/www/py-HTMLgen/patches/patch-aa No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 0:52:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C47B15134; Sat, 20 Mar 1999 00:51:55 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA72844; Sat, 20 Mar 1999 00:51:36 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903200851.AAA72844@freefall.freebsd.org> From: Jacques Vidrine Date: Sat, 20 Mar 1999 00:51:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/20 00:51:36 PST Modified files: www Makefile Log: Activate py-HTMLgen. Revision Changes Path 1.122 +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 Sat Mar 20 1:38: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E83314D4E; Sat, 20 Mar 1999 01:38:08 -0800 (PST) (envelope-from semenu@FreeBSD.org) Received: (from semenu@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA79121; Sat, 20 Mar 1999 01:37:49 -0800 (PST) (envelope-from semenu@FreeBSD.org) Message-Id: <199903200937.BAA79121@freefall.freebsd.org> From: Ustimenko Semen Date: Sat, 20 Mar 1999 01:37:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys vnode.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk semenu 1999/03/20 01:37:49 PST Modified files: (Branch: RELENG_3) sys/sys vnode.h Log: Added VT_NTFS type. Revision Changes Path 1.80.2.1 +2 -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 Sat Mar 20 2:26: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4D4F14D2A; Sat, 20 Mar 1999 02:25:59 -0800 (PST) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA87739; Sat, 20 Mar 1999 02:25:41 -0800 (PST) (envelope-from des@FreeBSD.org) Message-Id: <199903201025.CAA87739@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 20 Mar 1999 02:25:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 inet.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1999/03/20 02:25:41 PST Modified files: share/man/man4 inet.4 Log: Document net.inet.ip.fastforwarding, and the fact that it bypasses the ipfirewall code. Submitted by: Ruslan Ermilov Revision Changes Path 1.9 +17 -7 src/share/man/man4/inet.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 2:29: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 188501504A; Sat, 20 Mar 1999 02:29:02 -0800 (PST) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA88157; Sat, 20 Mar 1999 02:28:43 -0800 (PST) (envelope-from des@FreeBSD.org) Message-Id: <199903201028.CAA88157@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 20 Mar 1999 02:28:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 inet.4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1999/03/20 02:28:43 PST Modified files: (Branch: RELENG_3) share/man/man4 inet.4 Log: MFC revision 1.9 Revision Changes Path 1.8.2.1 +17 -7 src/share/man/man4/inet.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 3:23:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 71D9914F9F; Sat, 20 Mar 1999 03:23:48 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA97154; Sat, 20 Mar 1999 03:23:29 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Message-Id: <199903201123.DAA97154@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Sat, 20 Mar 1999 03:23:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es support.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/03/20 03:23:29 PST Modified files: es support.sgml Log: Update to 1.122 Revision Changes Path 1.7 +10 -2 www/es/support.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 3:32:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2593514CB0; Sat, 20 Mar 1999 03:32:08 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA98436; Sat, 20 Mar 1999 03:31:49 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Message-Id: <199903201131.DAA98436@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Sat, 20 Mar 1999 03:31:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/es/docproj translations.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/03/20 03:31:49 PST Modified files: es/docproj translations.sgml Log: Update to 1.19 Revision Changes Path 1.4 +15 -4 www/es/docproj/translations.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 3:49:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AC3E814D2A; Sat, 20 Mar 1999 03:49:43 -0800 (PST) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA01249; Sat, 20 Mar 1999 03:49:25 -0800 (PST) (envelope-from foxfair@FreeBSD.org) Message-Id: <199903201149.DAA01249@freefall.freebsd.org> From: "Howard F. Hu" Date: Sat, 20 Mar 1999 03:49:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/timedef/data Makefile src/usr.bin/colldef/data Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk foxfair 1999/03/20 03:49:24 PST Modified files: share/timedef/data Makefile usr.bin/colldef/data Makefile Log: Supporting locale for Chinese Big5 completely. Revision Changes Path 1.30 +3 -2 src/share/timedef/data/Makefile 1.20 +2 -2 src/usr.bin/colldef/data/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 4:26: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1288014F39; Sat, 20 Mar 1999 04:26:04 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA06731; Sat, 20 Mar 1999 04:25:45 -0800 (PST) (envelope-from dcs@FreeBSD.org) Message-Id: <199903201225.EAA06731@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Sat, 20 Mar 1999 04:25:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot README Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/03/20 04:25:44 PST Modified files: sys/boot README Log: Fix a couple of nasty errors in the README. Revision Changes Path 1.2 +3 -3 src/sys/boot/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 4:40:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D7464151D4; Sat, 20 Mar 1999 04:40:51 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA08955; Sat, 20 Mar 1999 04:40:33 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Message-Id: <199903201240.EAA08955@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Sat, 20 Mar 1999 04:40:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/FAQ admin.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/03/20 04:40:33 PST Modified files: FAQ admin.sgml Log: Fix typo "recoord" --> "record" Revision Changes Path 1.21 +2 -2 doc/FAQ/admin.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 4:41:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E2F2914E95; Sat, 20 Mar 1999 04:41:48 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA09091; Sat, 20 Mar 1999 04:41:30 -0800 (PST) (envelope-from ache@FreeBSD.org) Message-Id: <199903201241.EAA09091@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 20 Mar 1999 04:41:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/tin Makefile ports/news/tin/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk ache 1999/03/20 04:41:30 PST Modified files: news/tin Makefile news/tin/files md5 Log: don't depend on bzip and gmake Revision Changes Path 1.67 +2 -4 ports/news/tin/Makefile 1.51 +1 -1 ports/news/tin/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 Mar 20 5:18: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E70CA14FF0; Sat, 20 Mar 1999 05:18:00 -0800 (PST) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA14169; Sat, 20 Mar 1999 05:17:42 -0800 (PST) (envelope-from des@FreeBSD.org) Message-Id: <199903201317.FAA14169@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 20 Mar 1999 05:17:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/FAQ hackers.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1999/03/20 05:17:42 PST Modified files: FAQ hackers.sgml Log: Add entry about varying the size of the kernel address space. Revision Changes Path 1.13 +77 -1 doc/FAQ/hackers.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 5:24:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FF0414F4B; Sat, 20 Mar 1999 05:24:07 -0800 (PST) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA14431; Sat, 20 Mar 1999 05:23:49 -0800 (PST) (envelope-from foxfair@FreeBSD.org) Message-Id: <199903201323.FAA14431@freefall.freebsd.org> From: "Howard F. Hu" Date: Sat, 20 Mar 1999 05:23:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/timedef/data zh_TW.BIG5.src Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk foxfair 1999/03/20 05:23:48 PST Added files: share/timedef/data zh_TW.BIG5.src Log: Oops! forgot to introduce the src file in my last commit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 6:13:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 48A2514CA8; Sat, 20 Mar 1999 06:13:29 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA16156; Sat, 20 Mar 1999 06:13:10 -0800 (PST) (envelope-from dcs@FreeBSD.org) Message-Id: <199903201413.GAA16156@freefall.freebsd.org> From: "Daniel C. Sobral" Date: Sat, 20 Mar 1999 06:13:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha/libalpha bootinfo.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dcs 1999/03/20 06:13:10 PST Modified files: sys/boot/alpha/libalpha bootinfo.c Log: Revert bootinfo to 1.4 and use a different solution to NULL m_args instead (don't copy). Revision Changes Path 1.6 +5 -5 src/sys/boot/alpha/libalpha/bootinfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 6:35:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A4D6714DB8; Sat, 20 Mar 1999 06:35:33 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA17701; Sat, 20 Mar 1999 06:35:15 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Message-Id: <199903201435.GAA17701@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Sat, 20 Mar 1999 06:35:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/FAQ preface.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/03/20 06:35:14 PST Modified files: FAQ preface.sgml Log: Fix ftp path for 3.1-RELEASE Revision Changes Path 1.30 +2 -2 doc/FAQ/preface.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 6:45:27 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A9F4D14EC7; Sat, 20 Mar 1999 06:45:10 -0800 (PST) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA72544; Sat, 20 Mar 1999 06:44:52 -0800 (PST) (envelope-from flathill@FreeBSD.org) Message-Id: <199903201444.GAA72544@freefall.freebsd.org> From: Seiichirou Hiraoka Date: Sat, 20 Mar 1999 06:44:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/binkd Makefile ports/net/binkd/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk flathill 1999/03/20 06:44:50 PST Modified files: net/binkd Makefile net/binkd/pkg DESCR Log: Add MASTER_SITES PR: ports/10685 Submitted by: andy@icc.surw.chel.su Revision Changes Path 1.3 +5 -2 ports/net/binkd/Makefile 1.2 +1 -1 ports/net/binkd/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 6:54: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EA2D14E1E; Sat, 20 Mar 1999 06:52:00 -0800 (PST) (envelope-from dburr@FreeBSD.org) Received: (from dburr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA50407; Sat, 20 Mar 1999 06:51:41 -0800 (PST) (envelope-from dburr@FreeBSD.org) Message-Id: <199903201451.GAA50407@freefall.freebsd.org> From: Donald Burr Date: Sat, 20 Mar 1999 06:51:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1999/03/20 06:51:40 PST Modified files: . modules Log: povray31 --> ports/graphics/povray31 Revision Changes Path 1.2853 +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 Mar 20 6:55: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E61DB150D6; Sat, 20 Mar 1999 06:53:21 -0800 (PST) (envelope-from dburr@FreeBSD.org) Received: (from dburr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA58892; Sat, 20 Mar 1999 06:53:03 -0800 (PST) (envelope-from dburr@FreeBSD.org) Message-Id: <199903201453.GAA58892@freefall.freebsd.org> From: Donald Burr Date: Sat, 20 Mar 1999 06:53:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/povray31 - Imported sources Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1999/03/20 06:53:02 PST ports/graphics/povray31 - Imported sources Update of /home/ncvs/ports/graphics/povray31 In directory freefall.freebsd.org:/d/users/dburr/povray31 Log Message: Submitted by: Oliver Fromme Port of POVRAY 3.1d, a ray tracing program. This is a new port of POVRAY 3.1d from the DOS sources. POVRAY 3.1d is a more featureful and generally neater version of POVRAY. Status: Vendor Tag: DBURR Release Tags: povray_3_1d N ports/graphics/povray31/Makefile I ports/graphics/povray31/CVS N ports/graphics/povray31/pkg/PLIST N ports/graphics/povray31/pkg/DESCR N ports/graphics/povray31/pkg/COMMENT N ports/graphics/povray31/files/md5 N ports/graphics/povray31/patches/patch-aa N ports/graphics/povray31/patches/patch-ab N ports/graphics/povray31/patches/patch-ac N ports/graphics/povray31/patches/patch-ad No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 6:56: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EEE19153BD; Sat, 20 Mar 1999 06:54:18 -0800 (PST) (envelope-from dburr@FreeBSD.org) Received: (from dburr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA58997; Sat, 20 Mar 1999 06:54:00 -0800 (PST) (envelope-from dburr@FreeBSD.org) Message-Id: <199903201454.GAA58997@freefall.freebsd.org> From: Donald Burr Date: Sat, 20 Mar 1999 06:54:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dburr 1999/03/20 06:54:00 PST Modified files: graphics Makefile Log: Enable povray31. Revision Changes Path 1.116 +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 Sat Mar 20 6:59:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C63031508D; Sat, 20 Mar 1999 06:59:08 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA59287; Sat, 20 Mar 1999 06:58:50 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Message-Id: <199903201458.GAA59287@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Sat, 20 Mar 1999 06:58:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es/FAQ preface.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/03/20 06:58:49 PST Modified files: es/FAQ preface.sgml Log: Update to 1.29. Revision Changes Path 1.7 +28 -33 doc/es/FAQ/preface.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 7:23:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7883414D3E; Sat, 20 Mar 1999 07:23:29 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Received: (from jesusr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA60756; Sat, 20 Mar 1999 07:23:10 -0800 (PST) (envelope-from jesusr@FreeBSD.org) Message-Id: <199903201523.HAA60756@freefall.freebsd.org> From: Jesus Rodriguez Cuesta Date: Sat, 20 Mar 1999 07:23:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/es/FAQ troubleshoot.sgml Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jesusr 1999/03/20 07:23:10 PST Modified files: es/FAQ troubleshoot.sgml Log: Update to 1.9 Revision Changes Path 1.6 +27 -1 doc/es/FAQ/troubleshoot.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 7:39:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C1BE14ED9; Sat, 20 Mar 1999 07:39:16 -0800 (PST) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA61472; Sat, 20 Mar 1999 07:38:57 -0800 (PST) (envelope-from kato@FreeBSD.org) Message-Id: <199903201538.HAA61472@freefall.freebsd.org> From: KATO Takenori Date: Sat, 20 Mar 1999 07:38:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/conf Makefile.pc98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/03/20 07:38:57 PST Modified files: (Branch: RELENG_3) sys/pc98/conf Makefile.pc98 Log: Sync with sys/i386/conf/Makefile.i386 revision 1.136.2.4. Submitted by: Takahashi Yoshihiro Revision Changes Path 1.52.2.4 +2 -2 src/sys/pc98/conf/Makefile.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 7:39:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8972215493; Sat, 20 Mar 1999 07:39:48 -0800 (PST) (envelope-from kato@FreeBSD.org) Received: (from kato@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA61523; Sat, 20 Mar 1999 07:39:30 -0800 (PST) (envelope-from kato@FreeBSD.org) Message-Id: <199903201539.HAA61523@freefall.freebsd.org> From: KATO Takenori Date: Sat, 20 Mar 1999 07:39:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 if_ed.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kato 1999/03/20 07:39:30 PST Modified files: (Branch: RELENG_3) sys/pc98/pc98 if_ed.c Log: Sync with sys/i386/isa/if_ed.c revision 1.148.2.1. Submitted by: Takahashi Yoshihiro Revision Changes Path 1.58.2.2 +59 -14 src/sys/pc98/pc98/if_ed.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 9:17:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F84014FF0; Sat, 20 Mar 1999 09:17:16 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA66868; Sat, 20 Mar 1999 09:16:57 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903201716.JAA66868@freefall.freebsd.org> From: Jacques Vidrine Date: Sat, 20 Mar 1999 09:16:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/squeak2 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/20 09:16:57 PST Modified files: lang/squeak2 Makefile Log: Fix master site path. Revision Changes Path 1.9 +2 -2 ports/lang/squeak2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 9:18:24 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E46BB1540B; Sat, 20 Mar 1999 09:18:22 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA66929; Sat, 20 Mar 1999 09:18:04 -0800 (PST) (envelope-from nectar@FreeBSD.org) Message-Id: <199903201718.JAA66929@freefall.freebsd.org> From: Jacques Vidrine Date: Sat, 20 Mar 1999 09:18:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/wget Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nectar 1999/03/20 09:18:04 PST Modified files: net/wget Makefile Log: * Needed dependency for gettext * portlint Revision Changes Path 1.12 +4 -2 ports/net/wget/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 9:32:47 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D16C714FD1; Sat, 20 Mar 1999 09:32:44 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA67927; Sat, 20 Mar 1999 09:32:26 -0800 (PST) (envelope-from sada@FreeBSD.org) Message-Id: <199903201732.JAA67927@freefall.freebsd.org> From: SADA Kenji Date: Sat, 20 Mar 1999 09:32:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/netscape4-communicator Makefile ports/japanese/netscape4-communicator/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/03/20 09:32:25 PST Modified files: japanese/netscape4-communicator Makefile japanese/netscape4-communicator/files md5 Log: Use libxpg4-ns if exists, add resources for japanese input, cancel error dialog, enable to use mouse's scroll button, add a stabilization resources which are missed for 4.5 browsers, enlighten default b.g. color, change the way to pass command line arguments of wrapper script. Revision Changes Path 1.16 +2 -2 ports/japanese/netscape4-communicator/Makefile 1.9 +1 -1 ports/japanese/netscape4-communicator/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 Mar 20 9:34:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 96C7714C11; Sat, 20 Mar 1999 09:34:16 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA68012; Sat, 20 Mar 1999 09:33:57 -0800 (PST) (envelope-from sada@FreeBSD.org) Message-Id: <199903201733.JAA68012@freefall.freebsd.org> From: SADA Kenji Date: Sat, 20 Mar 1999 09:33:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/netscape45-communicator/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sada 1999/03/20 09:33:57 PST Modified files: japanese/netscape45-communicator/files md5 Log: Follow up the committion for japanese/netscape4-communicator. Revision Changes Path 1.4 +1 -1 ports/japanese/netscape45-communicator/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 Mar 20 10:22: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 3731414FDA; Sat, 20 Mar 1999 10:22:01 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id FAA13399; Sun, 21 Mar 1999 05:21:41 +1100 Date: Sun, 21 Mar 1999 05:21:41 +1100 From: Bruce Evans Message-Id: <199903201821.FAA13399@godzilla.zeta.org.au> To: asami@FreeBSD.org, bde@zeta.org.au Subject: Re: cvs add bug (was: cvs commit: src/contrib/cvs/src diff.c) Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, dcs@newsguy.com, grog@lemis.com, peter@netplex.com.au Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > * It seems to work now. HEAD now means the head of everything, at least > * for `cvs diff -r HEAD'. I think it always meant that in other contexts. > >Really? It doesn't seem to work here.... > >=== >>> cvs --version > >Concurrent Versions System (CVS) 1.9.26 (client/server) -current has 1.10. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 10:44:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B81CB14C49; Sat, 20 Mar 1999 10:44:32 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA72258; Sat, 20 Mar 1999 10:44:14 -0800 (PST) (envelope-from alc@FreeBSD.org) Message-Id: <199903201844.KAA72258@freefall.freebsd.org> From: Alan Cox Date: Sat, 20 Mar 1999 10:44:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 swtch.s Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/03/20 10:44:14 PST Modified files: sys/i386/i386 swtch.s Log: Eliminate a pointless TLB flush from the SMP idle loop. Submitted by: Luoqi Chen Reviewed by: "John S. Dyson" Revision Changes Path 1.77 +1 -7 src/sys/i386/i386/swtch.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 12:11:28 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E125F150FF; Sat, 20 Mar 1999 12:10:37 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA77029; Sat, 20 Mar 1999 12:10:19 -0800 (PST) (envelope-from jkh@FreeBSD.org) Message-Id: <199903202010.MAA77029@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Sat, 20 Mar 1999 12:10:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 1999/03/20 12:10:19 PST Modified files: . Makefile Log: Note that the upgrade target exists, and what it does. Requested by: Wayne M Barnes Revision Changes Path 1.225 +2 -1 src/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 13:10:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EC8814F2C; Sat, 20 Mar 1999 13:10:48 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA80100; Sat, 20 Mar 1999 13:10:29 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903202110.NAA80100@freefall.freebsd.org> From: Bill Fumerola Date: Sat, 20 Mar 1999 13:10:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/dylan/pkg DESCR Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/20 13:10:29 PST Modified files: lang/dylan/pkg DESCR Log: Reformat a URL so url.cgi doesn't puke on it. PR: docs/10689 Submitted by: UEBAYASHI Masao Revision Changes Path 1.2 +1 -1 ports/lang/dylan/pkg/DESCR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 13:25:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FB1F150FF; Sat, 20 Mar 1999 13:24:37 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA81006; Sat, 20 Mar 1999 13:24:19 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903202124.NAA81006@freefall.freebsd.org> From: Bill Fumerola Date: Sat, 20 Mar 1999 13:24:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tsort tsort.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/20 13:24:18 PST Modified files: usr.bin/tsort tsort.1 Log: An even number of nodes, not node pairs are required for tsort(1) to work. Pairs are inherently even. PR: docs/9264 Submitted by: NAGAO Tadaaki Revision Changes Path 1.5 +1 -1 src/usr.bin/tsort/tsort.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 13:26:38 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DE63B14F37; Sat, 20 Mar 1999 13:26:36 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA81232; Sat, 20 Mar 1999 13:26:18 -0800 (PST) (envelope-from billf@FreeBSD.org) Message-Id: <199903202126.NAA81232@freefall.freebsd.org> From: Bill Fumerola Date: Sat, 20 Mar 1999 13:26:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tsort tsort.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk billf 1999/03/20 13:26:18 PST Modified files: (Branch: RELENG_3) usr.bin/tsort tsort.1 Log: MFC: node / node pair clarification Revision Changes Path 1.4.2.1 +1 -1 src/usr.bin/tsort/tsort.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 13:49:54 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 57BDF14F7F; Sat, 20 Mar 1999 13:49:52 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca43-247.ix.netcom.com [209.111.209.247]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id NAA26592; Sat, 20 Mar 1999 13:49:32 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id NAA22833; Sat, 20 Mar 1999 13:49:29 -0800 (PST) Date: Sat, 20 Mar 1999 13:49:29 -0800 (PST) Message-Id: <199903202149.NAA22833@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: dburr@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <199903201453.GAA58892@freefall.freebsd.org> (message from Donald Burr on Sat, 20 Mar 1999 06:53:03 -0800 (PST)) Subject: Re: cvs commit: ports/graphics/povray31 - Imported sources From: asami@FreeBSD.org (Satoshi Asami) References: <199903201453.GAA58892@freefall.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * From: Donald Burr * Port of POVRAY 3.1d, a ray tracing program. * This is a new port of POVRAY 3.1d from the DOS sources. POVRAY 3.1d * is a more featureful and generally neater version of POVRAY. Um, repository copy? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 14: 4:34 1999 Delivered-To: cvs-all@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id 8BF2C14E52; Sat, 20 Mar 1999 14:04:32 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca43-247.ix.netcom.com [209.111.209.247]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id OAA26615; Sat, 20 Mar 1999 14:04:12 -0800 (PST) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id OAA22893; Sat, 20 Mar 1999 14:04:06 -0800 (PST) Date: Sat, 20 Mar 1999 14:04:06 -0800 (PST) Message-Id: <199903202204.OAA22893@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: bde@zeta.org.au Cc: bde@zeta.org.au, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, dcs@newsguy.com, grog@lemis.com, peter@netplex.com.au In-reply-to: <199903201821.FAA13399@godzilla.zeta.org.au> (message from Bruce Evans on Sun, 21 Mar 1999 05:21:41 +1100) Subject: Re: cvs add bug (was: cvs commit: src/contrib/cvs/src diff.c) From: asami@FreeBSD.org (Satoshi Asami) References: <199903201821.FAA13399@godzilla.zeta.org.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk * From: Bruce Evans * -current has 1.10. So it is fixed in 1.10. Great! Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 15:50:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D83C14E52; Sat, 20 Mar 1999 15:50:30 -0800 (PST) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA90021; Sat, 20 Mar 1999 15:50:11 -0800 (PST) (envelope-from wosch@FreeBSD.org) Message-Id: <199903202350.PAA90021@freefall.freebsd.org> From: Wolfram Schneider Date: Sat, 20 Mar 1999 15:50:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/commercial Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wosch 1999/03/20 15:50:11 PST Modified files: en/commercial Makefile Log: Explicitly use perl to execute perl scripts, so we don't have to rely on the permissions of the file in the CVS tree or if perl5 is installed in /usr/bin/perl or /usr/local/bin/perl. Revision Changes Path 1.8 +9 -7 www/en/commercial/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 19:46:20 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BE2F1510E; Sat, 20 Mar 1999 19:46:18 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA01041; Sat, 20 Mar 1999 19:45:59 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <199903210345.TAA01041@freefall.freebsd.org> From: Warner Losh Date: Sat, 20 Mar 1999 19:45:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen getcap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/03/20 19:45:59 PST Modified files: lib/libc/gen getcap.c Log: Don't be so selective about which errors cause us to continue and which ones cause us to fail. Now all open errors on the databse file will cause the next file in the list to be tried. Submitted by: Arne Henrik Juul PR: 4585 Revision Changes Path 1.8 +2 -7 src/lib/libc/gen/getcap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 22:44: 1 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AFA5D14BD3; Sat, 20 Mar 1999 22:43:59 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id WAA10264; Sat, 20 Mar 1999 22:43:41 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <199903210643.WAA10264@freefall.freebsd.org> From: Bruce Evans Date: Sat, 20 Mar 1999 22:43:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.obj.mk bsd.subdir.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/03/20 22:43:41 PST Modified files: share/mk bsd.obj.mk bsd.subdir.mk Log: Restored objlink. The previous commit was confused about the difference between OBJLINK and objlink. Revision Changes Path 1.28 +11 -1 src/share/mk/bsd.obj.mk 1.27 +3 -3 src/share/mk/bsd.subdir.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Mar 20 23:45:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F1652151BC; Sat, 20 Mar 1999 23:45:07 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA12245; Sat, 20 Mar 1999 23:44:49 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Message-Id: <199903210744.XAA12245@freefall.freebsd.org> From: Jun Kuriyama Date: Sat, 20 Mar 1999 23:44:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/gnupg Makefile ports/security/gnupg/files md5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk kuriyama 1999/03/20 23:44:48 PST Modified files: security/gnupg Makefile security/gnupg/files md5 Log: Upgrade to v0.9.5. Revision Changes Path 1.8 +3 -3 ports/security/gnupg/Makefile 1.7 +1 -1 ports/security/gnupg/files/md5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message