From owner-cvs-all Sun Nov 10 0:46:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91A3937B401; Sun, 10 Nov 2002 00:46:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42DC843E8A; Sun, 10 Nov 2002 00:46:49 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAA8idmV071077; Sun, 10 Nov 2002 00:44:39 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAA8icMw071076; Sun, 10 Nov 2002 00:44:38 -0800 (PST) Message-Id: <200211100844.gAA8icMw071076@repoman.freebsd.org> From: Warner Losh Date: Sun, 10 Nov 2002 00:44:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio findfp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/11/10 00:44:38 PST Modified files: lib/libc/stdio findfp.c Log: Restore Peter's version of static __sF. There's too much pain for it to be static for 5.0. I may remove this for 5.1 or 5.2. No more binaries or libarires will be generated with __sF starting as of yesterday. Originally the plan had been to eliminate this for 5.0, but we didn't get the __std{in,out,err}p changes merged into -stable until yesterday (rather than in September 2001 like it should have been). Given that didn't happen on time, we can't do the other part of the scheme now. # Please do not change this without talking to me first. Revision Changes Path 1.27 +4 -1 src/lib/libc/stdio/findfp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 0:57:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A13437B401; Sun, 10 Nov 2002 00:57:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEDDD43E3B; Sun, 10 Nov 2002 00:57:43 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAA8tXmV071937; Sun, 10 Nov 2002 00:55:33 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAA8tXxE071936; Sun, 10 Nov 2002 00:55:33 -0800 (PST) Message-Id: <200211100855.gAA8tXxE071936@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Nov 2002 00:55:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/portbuild/scripts processlogs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/11/10 00:55:33 PST Modified files: Tools/portbuild/scripts processlogs Log: Fix the html output of this script. There was neither a closing body tag nor a closing html tag. In general, browsers work without these, but Konqueror in particular was displaying some artifacts. Also make sure empty cells have an nbsp directive; eliminate a bogus case for Aff.; and change Date build to Build date. Submitted by: Mark Linimon PR: www/45021 Revision Changes Path 1.14 +21 -15 ports/Tools/portbuild/scripts/processlogs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 1: 5:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37FB737B401; Sun, 10 Nov 2002 01:05:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEE7143E42; Sun, 10 Nov 2002 01:05:42 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAA93WmV072726; Sun, 10 Nov 2002 01:03:32 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAA93Wgw072725; Sun, 10 Nov 2002 01:03:32 -0800 (PST) Message-Id: <200211100903.gAA93Wgw072725@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Nov 2002 01:03:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.port.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/11/10 01:03:32 PST Modified files: Mk bsd.port.mk Log: Forced commit to note that the previous revision also included patches to properly delete catpages when a port is deinstalled. PR: ports/19868 Submitted by: James Housley , hoek Revision Changes Path 1.428 +1 -1 ports/Mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 1:14:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4927F37B401; Sun, 10 Nov 2002 01:14:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEA3B43E6E; Sun, 10 Nov 2002 01:14:52 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAA9CgmV073575; Sun, 10 Nov 2002 01:12:42 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAA9Cg3Y073574; Sun, 10 Nov 2002 01:12:42 -0800 (PST) Message-Id: <200211100912.gAA9Cg3Y073574@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 10 Nov 2002 01:12:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/ia64 mkisoimages.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/11/10 01:12:42 PST Modified files: release/ia64 mkisoimages.sh Log: Make bootable ISO images by either 1) extacting the EFI partition we created for the boot floppy, or 2) construct an EFI partition by copying bits from /boot. The first approach creates a bootable CD image that loads a memory disk and starts sysinstall, the second approach creates a generic bootable CD. Revision Changes Path 1.2 +63 -31 src/release/ia64/mkisoimages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 1:15:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE9C237B401; Sun, 10 Nov 2002 01:15:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 639D143E42; Sun, 10 Nov 2002 01:15:42 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAA9DWmV073619; Sun, 10 Nov 2002 01:13:32 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAA9DVrM073618; Sun, 10 Nov 2002 01:13:31 -0800 (PST) Message-Id: <200211100913.gAA9DVrM073618@repoman.freebsd.org> From: Warner Losh Date: Sun, 10 Nov 2002 01:13:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/11/10 01:13:31 PST Modified files: etc/defaults rc.conf Log: Add devd_enable Submitted by: dougb Revision Changes Path 1.161 +1 -0 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 Sun Nov 10 1:21:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B42237B401; Sun, 10 Nov 2002 01:21:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F22D43E42; Sun, 10 Nov 2002 01:21:53 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAA9JgmV074330; Sun, 10 Nov 2002 01:19:42 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAA9JgMQ074329; Sun, 10 Nov 2002 01:19:42 -0800 (PST) Message-Id: <200211100919.gAA9JgMQ074329@repoman.freebsd.org> From: Warner Losh Date: Sun, 10 Nov 2002 01:19:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 rc.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/11/10 01:19:42 PST Modified files: share/man/man5 rc.conf.5 Log: Document devd_enable. Submitted by: dougb Revision Changes Path 1.165 +5 -0 src/share/man/man5/rc.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 1:50: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4083137B401; Sun, 10 Nov 2002 01:50:02 -0800 (PST) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C4C143E3B; Sun, 10 Nov 2002 01:50:01 -0800 (PST) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (uucp@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.6/8.12.6) with ESMTP id gAA9o05V029666; Sun, 10 Nov 2002 09:50:00 GMT (envelope-from mark@grondar.org) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.12.6/8.12.6/Submit) with UUCP id gAA9o0L5029665; Sun, 10 Nov 2002 09:50:00 GMT Received: from grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.6/8.12.6) with ESMTP id gAA9mkJC061393; Sun, 10 Nov 2002 09:48:46 GMT (envelope-from mark@grondar.org) Message-Id: <200211100948.gAA9mkJC061393@grimreaper.grondar.org> To: Juli Mallett Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src MAINTAINERS References: <20021109163715.A62671@FreeBSD.org> In-Reply-To: <20021109163715.A62671@FreeBSD.org> ; from Juli Mallett "Sat, 09 Nov 2002 16:37:15 PST." Date: Sun, 10 Nov 2002 09:48:46 +0000 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Shouldn't patches for make also be submitted to -arch? > > No. There's few cases where this is true. A lot of them are mostly > make@ sorts of issues, occasionally -audit@ issues. This close to a > release, all of them are re@ issues. Hmmm. I think make@ should be a bit bigger, then. M -- o Mark Murray \_ O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 2:51:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92C3637B401; Sun, 10 Nov 2002 02:51:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 459D943E42; Sun, 10 Nov 2002 02:51:25 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAAnEmV081883; Sun, 10 Nov 2002 02:49:14 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAAnEcG081881; Sun, 10 Nov 2002 02:49:14 -0800 (PST) Message-Id: <200211101049.gAAAnEcG081881@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 10 Nov 2002 02:49:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale mbrtowc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/11/10 02:49:14 PST Modified files: lib/libc/locale mbrtowc.c Log: Don't check whether the first byte of the buffer is a null byte when the buffer has zero length (n == 0). Revision Changes Path 1.3 +1 -7 src/lib/libc/locale/mbrtowc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 2:52:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F6D737B401; Sun, 10 Nov 2002 02:52:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 524F843E42; Sun, 10 Nov 2002 02:52:53 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAAogmV082025; Sun, 10 Nov 2002 02:50:42 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAAogVD082024; Sun, 10 Nov 2002 02:50:42 -0800 (PST) Message-Id: <200211101050.gAAAogVD082024@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 10 Nov 2002 02:50:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/lib/libc/locale test-mbrtowc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/11/10 02:50:42 PST Modified files: tools/regression/lib/libc/locale test-mbrtowc.c Log: Test for the zero-length buffer bug corrected in mbrtowc.c revision 1.3. Revision Changes Path 1.3 +7 -0 src/tools/regression/lib/libc/locale/test-mbrtowc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 3: 5:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67B0037B401; Sun, 10 Nov 2002 03:05:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A60D43E3B; Sun, 10 Nov 2002 03:05:43 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAB3WmV083169; Sun, 10 Nov 2002 03:03:32 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAB3W0m083168; Sun, 10 Nov 2002 03:03:32 -0800 (PST) Message-Id: <200211101103.gAAB3W0m083168@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 10 Nov 2002 03:03:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/lib/libc/locale test-btowc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/11/10 03:03:32 PST Modified files: tools/regression/lib/libc/locale test-btowc.c Log: Add test cases for btowc() and wctob() in multibyte locales. Revision Changes Path 1.3 +14 -1 src/tools/regression/lib/libc/locale/test-btowc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 3:17:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2951837B401; Sun, 10 Nov 2002 03:17:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF3E843E75; Sun, 10 Nov 2002 03:17:09 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAABExmV084063; Sun, 10 Nov 2002 03:14:59 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAABEx4N084062; Sun, 10 Nov 2002 03:14:59 -0800 (PST) Message-Id: <200211101114.gAABEx4N084062@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 10 Nov 2002 03:14:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale btowc.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/11/10 03:14:58 PST Modified files: lib/libc/locale btowc.3 Log: Add cross references to mbrtowc(3) and wcrtomb(3). Revision Changes Path 1.2 +3 -1 src/lib/libc/locale/btowc.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 3:24:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E17AD37B401; Sun, 10 Nov 2002 03:24:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9301C43E3B; Sun, 10 Nov 2002 03:24:25 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAABMEmV084839; Sun, 10 Nov 2002 03:22:14 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAABMEgW084838; Sun, 10 Nov 2002 03:22:14 -0800 (PST) Message-Id: <200211101122.gAABMEgW084838@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 10 Nov 2002 03:22:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/11/10 03:22:14 PST Modified files: en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml Log: Remove duplicate words (adding "mailing list" after a mailing list entity is useless). Revision Changes Path 1.146 +1 -1 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 3:35:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BCA137B401; Sun, 10 Nov 2002 03:35:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B053E43E3B; Sun, 10 Nov 2002 03:35:22 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAABXBmV085701; Sun, 10 Nov 2002 03:33:11 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAABXBId085700; Sun, 10 Nov 2002 03:33:11 -0800 (PST) Message-Id: <200211101133.gAABXBId085700@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 10 Nov 2002 03:33:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/11/10 03:33:11 PST Modified files: en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml Log: Use application tags for Majordomo. Revision Changes Path 1.147 +4 -4 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 4:23:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EE2737B401; Sun, 10 Nov 2002 04:23:18 -0800 (PST) Received: from is1.mh.itc.u-tokyo.ac.jp (is1.mh.itc.u-tokyo.ac.jp [133.11.205.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55E6643E42; Sun, 10 Nov 2002 04:23:17 -0800 (PST) (envelope-from simokawa@sat.t.u-tokyo.ac.jp) Received: from is1.mh.itc.u-tokyo.ac.jp (is1.mh.itc.u-tokyo.ac.jp [127.0.0.1]) by is1.mh.itc.u-tokyo.ac.jp (Postfix) with ESMTP id 3E76E2180E6; Sun, 10 Nov 2002 21:23:11 +0900 (JST) Received: from mailhosting.itc.u-tokyo.ac.jp (IDENT:mirapoint@mailhosting.itc.u-tokyo.ac.jp [133.11.205.3]) by is1.mh.itc.u-tokyo.ac.jp (8.11.3/8.11.3) with ESMTP id gAACNBu04353; Sun, 10 Nov 2002 21:23:11 +0900 Received: from ett.sat.t.u-tokyo.ac.jp (nat.keisu.t.u-tokyo.ac.jp [133.11.68.2]) by mailhosting.itc.u-tokyo.ac.jp (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id AHI09186; Sun, 10 Nov 2002 21:23:09 +0900 (JST) Date: Sun, 10 Nov 2002 21:23:09 +0900 Message-ID: From: Hidetoshi Shimokawa To: Poul-Henning Kamp Cc: Hidetoshi Shimokawa , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, takashi@yha.att.ne.jp Subject: Re: cvs commit: src/sys/dev/nge if_nge.c if_ngereg.h In-Reply-To: <16553.1036649695@critter.freebsd.dk> References: <16553.1036649695@critter.freebsd.dk> User-Agent: Wanderlust/2.11.0 (Wonderwall) REMI/1.14.3 (Matsudai) FLIM/1.14.3 (=?ISO-8859-1?Q?Unebigory=F2mae?=) APEL/10.3 MULE XEmacs/21.4 (patch 8) (Honest Recruiter) (i386--freebsd) X-Face: OE([KxWyJI0r[R~S/>7ia}SJ)i%a,$-9%7{*yihQk|]gl}2p#"oXmX/fT}Bn7: #j7i14gu$jgR\S*&C3R/pJX List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Thu, 07 Nov 2002 07:14:55 +0100, Poul-Henning Kamp wrote: > > In message , Hidetoshi Shimokawa writes > : > >> > Modified files: > >> > sys/dev/nge if_nge.c if_ngereg.h > >> > Log: > >> > Add support for DEVICE_POLLING. > >> > > >> Hang on for a second: > >> > >> This chip supports interrupt pacing so I would like to see > >> some documentation for an improvement from DEVICE_POLLING over > >> tuning the interrupt pacing in the chip, before we even think > >> about MFC, much less let this commit stay in the tree. > > > >I think interrupt pacing usually does good job too. > > > >But still, I think there could be some cases device polling does > >better job (ex. multiple busy NICs.) and it's a good thing > >to give a option to users. > > > >> What tests have been run ? > >> What are the numbers ? (and please, include a standard deviation!) > > > >I don't have any numbers by myself. I'm asking for the original author > >whether he has. > > Yes please. Unless there is documentation that this actually helps, > it should be backed out. I don't understand why you want it to be backed out. Do you have any good reason to believe that device polling doesn't help in most cases? Anyway, the numbers show that device polling improves the performance and changing interrupt holdtime you suggested doesn't help. The current holdtime (100us) seems the optimal and increasing it gives poor TX performance. I think the improvement doesn't came from difference between polling and interrupt but from the nature of device polling that limits the number of processing I/Os at once (by kern.polling.each_burst). It gives a chance to resume transmit processes to upper protocol layer and gives better utilization of the bandwidth. Here is the numbers submitted by Oono-san . ----------------------------------------------------------------- * Server OS: FreeBSD 4.7-STABLE CPU: Celeron 1.2GHz Mem: 1GB NIC: CAMEO SOHO-GA2500T http://www.cameo.com.tw/pdf/SOHO-GA2500T.pdf * Client OS: Windows2000Pro SP3 CPU: AthlonXP 1900+ Mem: 1GB NIC: CAMEO SOHO-GA2500T http://www.cameo.com.tw/pdf/SOHO-GA2500T.pdf * Connection Connected directly with Cat5e cross cable. * Measurement - Measured by the transfer rate(KB/sec) of FTP. - Using Jumbo frame(9014Byte). - Measure 7 times for each configuration and take 5 measurement except 2 outlier(max and min). - Use /dev/null(PUT) and nul(GET) to reduce Disk I/O. FTP GET Client> polling enabled 50751.76 50891.66 50756.12 51027.92 50756.12 holdoff time 0 (0x00) interrupt pacing off 45282.53 45338.13 45338.13 45338.13 45334.66 holdoff time 100us (0x01) default 43662.79 43763.05 44066.62 43511.65 43511.65 holdoff time 300us (0x03) 19400.43 19350.86 19410.63 19401.07 19410.63 holdoff time 500us (0x05) 11674.07 11674.07 11673.84 11674.07 11674.07 holdoff time 1000us (0x0A) 5822.20 5821.55 5821.55 5811.22 5821.55 FTP PUT polling enabled 71612.27 71215.19 70678.46 71473.65 71482.30 holdoff time 0 (0x00) interrupt pacing off 61280.08 61184.88 61388.32 61484.15 61184.88 holdoff time 100us (0x01) default 62498.81 66681.85 66810.05 66569.15 66569.15 holdoff time 300us (0x03) 68745.78 68745.78 68753.78 68994.66 68753.78 holdoff time 500us (0x05) 64966.05 64966.05 64859.07 64859.07 64966.05 holdoff time 1000us (0x0A) 52085.09 52154.06 52154.06 52080.50 52011.73 --------------------------------------------------------- /\ Hidetoshi Shimokawa \/ simokawa@sat.t.u-tokyo.ac.jp PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 5:12:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52BDE37B401; Sun, 10 Nov 2002 05:12:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06DE143E91; Sun, 10 Nov 2002 05:12:51 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAADAdmV094055; Sun, 10 Nov 2002 05:10:39 -0800 (PST) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAADAdPY094054; Sun, 10 Nov 2002 05:10:39 -0800 (PST) Message-Id: <200211101310.gAADAdPY094054@repoman.freebsd.org> From: Maxim Konovalov Date: Sun, 10 Nov 2002 05:10:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_input.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG maxim 2002/11/10 05:10:39 PST Modified files: (Branch: RELENG_4) sys/netinet ip_input.c Log: MFC rev 1.211: fix IPOPT_TS processing: do not overwrite IP address by timestamp. Revision Changes Path 1.130.2.41 +2 -0 src/sys/netinet/ip_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 6:40:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56F8337B401; Sun, 10 Nov 2002 06:40:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A0AE43E42; Sun, 10 Nov 2002 06:40:39 -0800 (PST) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAEcRmV001110; Sun, 10 Nov 2002 06:38:27 -0800 (PST) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAEcRlJ001108; Sun, 10 Nov 2002 06:38:27 -0800 (PST) Message-Id: <200211101438.gAAEcRlJ001108@repoman.freebsd.org> From: Thomas Moestl Date: Sun, 10 Nov 2002 06:38:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile.inc.docports X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2002/11/10 06:38:27 PST Modified files: release Makefile.inc.docports Log: Add ports/lang/perl5 as a dependency of sgmlformat and openjade. Use openjade on all non-i386 platforms (not just alpha). Reviewed by: -doc Revision Changes Path 1.16 +2 -1 src/release/Makefile.inc.docports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 6:42: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99F7437B401; Sun, 10 Nov 2002 06:41:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F57943E3B; Sun, 10 Nov 2002 06:41:58 -0800 (PST) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAEdlmV001529; Sun, 10 Nov 2002 06:39:47 -0800 (PST) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAEdkBD001528; Sun, 10 Nov 2002 06:39:46 -0800 (PST) Message-Id: <200211101439.gAAEdkBD001528@repoman.freebsd.org> From: Thomas Moestl Date: Sun, 10 Nov 2002 06:39:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk doc.docbook.mk doc.html.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2002/11/10 06:39:46 PST Modified files: share/mk doc.docbook.mk doc.html.mk Log: Use openjade on all non-i386 platforms, not just alpha. Reviewed by: -doc Revision Changes Path 1.72 +1 -1 doc/share/mk/doc.docbook.mk 1.13 +1 -1 doc/share/mk/doc.html.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 7:40:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F2A237B401; Sun, 10 Nov 2002 07:40:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8E5A43E3B; Sun, 10 Nov 2002 07:40:55 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAFchmV006261; Sun, 10 Nov 2002 07:38:43 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAFch1e006259; Sun, 10 Nov 2002 07:38:43 -0800 (PST) Message-Id: <200211101538.gAAFch1e006259@repoman.freebsd.org> From: Warner Losh Date: Sun, 10 Nov 2002 07:38:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/compat/compat3x.i386 libalias.so.3.gz.uu libc.so.3.gz.uu libc_r.so.3.gz.uu libcurses.so.2.gz.uu libdialog.so.3.gz.uu libedit.so.2.gz.uu libf2c.so.2.gz.uu libfetch.so.1.gz.uu libftpio.so.4.gz.uu libg++.so.4.gz.uu libhistory.so.3.gz.uu ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/11/10 07:38:43 PST Modified files: (Branch: RELENG_4) lib/compat/compat3x.i386 libalias.so.3.gz.uu libc.so.3.gz.uu libc_r.so.3.gz.uu libcurses.so.2.gz.uu libdialog.so.3.gz.uu libedit.so.2.gz.uu libf2c.so.2.gz.uu libfetch.so.1.gz.uu libftpio.so.4.gz.uu libg++.so.4.gz.uu libhistory.so.3.gz.uu libmytinfo.so.2.gz.uu libncurses.so.3.gz.uu libreadline.so.3.gz.uu libss.so.2.gz.uu libstdc++.so.2.gz.uu libtermcap.so.2.gz.uu libutil.so.2.gz.uu libvgl.so.1.gz.uu libwrap.so.2.gz.uu libxpg4.so.2.gz.uu Log: MFC: Fix permissions, bring in new libc and libc_r. Revision Changes Path 1.1.2.2 +2 -2 src/lib/compat/compat3x.i386/libalias.so.3.gz.uu 1.1.2.2 +5451 -5382 src/lib/compat/compat3x.i386/libc.so.3.gz.uu 1.1.2.2 +6026 -6004 src/lib/compat/compat3x.i386/libc_r.so.3.gz.uu 1.1.2.2 +1 -1 src/lib/compat/compat3x.i386/libcurses.so.2.gz.uu 1.1.2.2 +1 -1 src/lib/compat/compat3x.i386/libdialog.so.3.gz.uu 1.1.2.2 +1 -1 src/lib/compat/compat3x.i386/libedit.so.2.gz.uu 1.2.2.2 +1 -1 src/lib/compat/compat3x.i386/libf2c.so.2.gz.uu 1.1.2.2 +2 -2 src/lib/compat/compat3x.i386/libfetch.so.1.gz.uu 1.1.2.2 +1 -1 src/lib/compat/compat3x.i386/libftpio.so.4.gz.uu 1.2.2.2 +1 -1 src/lib/compat/compat3x.i386/libg++.so.4.gz.uu 1.1.2.2 +1 -1 src/lib/compat/compat3x.i386/libhistory.so.3.gz.uu 1.1.2.2 +1 -1 src/lib/compat/compat3x.i386/libmytinfo.so.2.gz.uu 1.1.2.2 +1 -1 src/lib/compat/compat3x.i386/libncurses.so.3.gz.uu 1.1.2.2 +1 -1 src/lib/compat/compat3x.i386/libreadline.so.3.gz.uu 1.1.2.2 +2 -2 src/lib/compat/compat3x.i386/libss.so.2.gz.uu 1.2.2.2 +1 -1 src/lib/compat/compat3x.i386/libstdc++.so.2.gz.uu 1.1.2.2 +1 -1 src/lib/compat/compat3x.i386/libtermcap.so.2.gz.uu 1.1.2.2 +1 -1 src/lib/compat/compat3x.i386/libutil.so.2.gz.uu 1.1.2.2 +2 -2 src/lib/compat/compat3x.i386/libvgl.so.1.gz.uu 1.1.2.2 +1 -1 src/lib/compat/compat3x.i386/libwrap.so.2.gz.uu 1.1.2.3 +1 -1 src/lib/compat/compat3x.i386/libxpg4.so.2.gz.uu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 8: 0:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAA0937B401; Sun, 10 Nov 2002 08:00:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EC0B43E77; Sun, 10 Nov 2002 08:00:49 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAFwbmV007853; Sun, 10 Nov 2002 07:58:37 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAFwbwI007851; Sun, 10 Nov 2002 07:58:37 -0800 (PST) Message-Id: <200211101558.gAAFwbwI007851@repoman.freebsd.org> From: Warner Losh Date: Sun, 10 Nov 2002 07:58:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys param.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/11/10 07:58:37 PST Modified files: (Branch: RELENG_4) sys/sys param.h Log: Bump version for __sF -> __std{in,out,err}p nonsense. Revision Changes Path 1.61.2.34 +1 -1 src/sys/sys/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 8: 2:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2170F37B401; Sun, 10 Nov 2002 08:02:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C710643E6E; Sun, 10 Nov 2002 08:02:21 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAG0AmV008344; Sun, 10 Nov 2002 08:00:10 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAG093X008343; Sun, 10 Nov 2002 08:00:09 -0800 (PST) Message-Id: <200211101600.gAAG093X008343@repoman.freebsd.org> From: Warner Losh Date: Sun, 10 Nov 2002 08:00:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/11/10 08:00:09 PST Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document 460100 (belatedly), 470100 and 470101. The last of these is the __sF -> __std{in,out,err}p change. Revision Changes Path 1.252 +17 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 8:18:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7FBB37B401; Sun, 10 Nov 2002 08:18:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BB1843E6E; Sun, 10 Nov 2002 08:18:56 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAGGimV009633; Sun, 10 Nov 2002 08:16:44 -0800 (PST) (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAGGiuV009632; Sun, 10 Nov 2002 08:16:44 -0800 (PST) Message-Id: <200211101616.gAAGGiuV009632@repoman.freebsd.org> From: Matt Jacob Date: Sun, 10 Nov 2002 08:16:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma_dbg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/11/10 08:16:44 PST Modified files: sys/vm uma_dbg.c Log: Use atomic_set_8 on the us_freelist maps as they are not otherwise protected. Furthermore, in some RISC architectures with no normal byte operations, the surrounding 3 bytes are also affected by the read-modify-write that has to occur. Revision Changes Path 1.9 +2 -2 src/sys/vm/uma_dbg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 8:25:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0BE737B401; Sun, 10 Nov 2002 08:25:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73E3843E42; Sun, 10 Nov 2002 08:25:43 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAGNVmV010442; Sun, 10 Nov 2002 08:23:31 -0800 (PST) (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAGNVrR010441; Sun, 10 Nov 2002 08:23:31 -0800 (PST) Message-Id: <200211101623.gAAGNVrR010441@repoman.freebsd.org> From: Matt Jacob Date: Sun, 10 Nov 2002 08:23:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src MAINTAINERS X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/11/10 08:23:31 PST Modified files: . MAINTAINERS Log: Lay claim to mpt for requesting pre-commit review. Revision Changes Path 1.51 +1 -0 src/MAINTAINERS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 9: 1:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4808A37B401; Sun, 10 Nov 2002 09:01:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC78543E6E; Sun, 10 Nov 2002 09:01:08 -0800 (PST) (envelope-from mike@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAGwumV044479; Sun, 10 Nov 2002 08:58:56 -0800 (PST) (envelope-from mike@repoman.freebsd.org) Received: (from mike@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAGwuJa044478; Sun, 10 Nov 2002 08:58:56 -0800 (PST) Message-Id: <200211101658.gAAGwuJa044478@repoman.freebsd.org> From: Mike Barcroft Date: Sun, 10 Nov 2002 08:58:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/whois whois.1 whois.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/11/10 08:58:56 PST Modified files: usr.bin/whois whois.1 whois.c Log: Add support for the Latin American and Caribbean IP address Regional Registry (LACNIC) with the -l option and support for recursive IP address searches. PR: 44448 Submitted by: David Wolfskill MFC after: 1 week Revision Changes Path 1.28 +9 -3 src/usr.bin/whois/whois.1 1.32 +7 -3 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 Sun Nov 10 9:12:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C4DB37B401; Sun, 10 Nov 2002 09:12:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 112A243E75; Sun, 10 Nov 2002 09:12:42 -0800 (PST) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAHAUmV045603; Sun, 10 Nov 2002 09:10:30 -0800 (PST) (envelope-from will@repoman.freebsd.org) Received: (from will@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAHATCI045602; Sun, 10 Nov 2002 09:10:29 -0800 (PST) Message-Id: <200211101710.gAAHATCI045602@repoman.freebsd.org> From: Will Andrews Date: Sun, 10 Nov 2002 09:10:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT avail X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG will 2002/11/10 09:10:29 PST Modified files: . avail Log: Unlock the ports tree now that Mario is finished converting PORTCOMMENT back to pkg-comment. Thanks again. Notified by: lioux Revision Changes Path 1.194 +1 -1 CVSROOT/avail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 9:14:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E21337B401; Sun, 10 Nov 2002 09:14:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA2EA43E42; Sun, 10 Nov 2002 09:14:11 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAHBxmV045659; Sun, 10 Nov 2002 09:11:59 -0800 (PST) (envelope-from dirk@repoman.freebsd.org) Received: (from dirk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAHBxFp045658; Sun, 10 Nov 2002 09:11:59 -0800 (PST) Message-Id: <200211101711.gAAHBxFp045658@repoman.freebsd.org> From: Dirk Froemberg Date: Sun, 10 Nov 2002 09:11:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql323-server/files patch-sql_mysqld.cc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2002/11/10 09:11:59 PST Added files: databases/mysql323-server/files patch-sql_mysqld.cc Log: Fix build on 5.0-CURRENT. Submitted by: sobomax Revision Changes Path 1.3 +11 -0 ports/databases/mysql323-server/files/patch-sql_mysqld.cc (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 9:14:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE91037B401; Sun, 10 Nov 2002 09:14:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D84243E6E; Sun, 10 Nov 2002 09:14:40 -0800 (PST) (envelope-from dd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAHCSmV045725; Sun, 10 Nov 2002 09:12:28 -0800 (PST) (envelope-from dd@repoman.freebsd.org) Received: (from dd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAHCS3W045724; Sun, 10 Nov 2002 09:12:28 -0800 (PST) Message-Id: <200211101712.gAAHCS3W045724@repoman.freebsd.org> From: Dima Dorfman Date: Sun, 10 Nov 2002 09:12:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/psi Makefile distinfo pkg-descr pkg-plist ports/net/psi/files patch-configure patch-src::ndns.cpp patch-src::psi.pro template.patch-common.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2002/11/10 09:12:28 PST Modified files: net/psi Makefile distinfo pkg-descr pkg-plist Added files: net/psi/files patch-configure patch-src::psi.pro Removed files: net/psi/files patch-src::ndns.cpp template.patch-common.cpp Log: Upgrade to 0.8.7. PR: 44874 Submitted by: Jonathan Chen Revision Changes Path 1.5 +7 -17 ports/net/psi/Makefile 1.3 +1 -1 ports/net/psi/distinfo 1.1 +16 -0 ports/net/psi/files/patch-configure (new) 1.3 +0 -13 ports/net/psi/files/patch-src::ndns.cpp (dead) 1.1 +14 -0 ports/net/psi/files/patch-src::psi.pro (new) 1.3 +0 -13 ports/net/psi/files/template.patch-common.cpp (dead) 1.3 +1 -1 ports/net/psi/pkg-descr 1.3 +6 -71 ports/net/psi/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 Nov 10 9:19:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 828B637B401; Sun, 10 Nov 2002 09:19:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 336D443E6E; Sun, 10 Nov 2002 09:19:14 -0800 (PST) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAHGomV045902; Sun, 10 Nov 2002 09:16:50 -0800 (PST) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAHGShH045897; Sun, 10 Nov 2002 09:16:28 -0800 (PST) Message-Id: <200211101716.gAAHGShH045897@repoman.freebsd.org> From: Thomas Moestl Date: Sun, 10 Nov 2002 09:16:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/docproj Makefile ports/textproc/sgmlformat Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2002/11/10 09:16:22 PST Modified files: textproc/docproj Makefile textproc/sgmlformat Makefile Log: Use openjade on all non-i386 platforms, not just alpha. Reviewed by: -doc Revision Changes Path 1.40 +1 -1 ports/textproc/docproj/Makefile 1.25 +1 -1 ports/textproc/sgmlformat/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 9:20: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A03337B401; Sun, 10 Nov 2002 09:20:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C368643E4A; Sun, 10 Nov 2002 09:20:06 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAHHrmV045968; Sun, 10 Nov 2002 09:17:53 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAHHece045959; Sun, 10 Nov 2002 09:17:40 -0800 (PST) Message-Id: <200211101717.gAAHHece045959@repoman.freebsd.org> From: Sam Leffler Date: Sun, 10 Nov 2002 09:17:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2002/11/10 09:17:40 PST Modified files: sys/netinet tcp_input.c Log: a better solution to building FAST_IPSEC w/o INET6 Submitted by: Jeffrey Hsu Revision Changes Path 1.182 +0 -4 src/sys/netinet/tcp_input.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 9:21:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFCD937B401; Sun, 10 Nov 2002 09:21:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFA2E43E6E; Sun, 10 Nov 2002 09:21:48 -0800 (PST) (envelope-from dd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAHJamV046372; Sun, 10 Nov 2002 09:19:36 -0800 (PST) (envelope-from dd@repoman.freebsd.org) Received: (from dd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAHJaxk046370; Sun, 10 Nov 2002 09:19:36 -0800 (PST) Message-Id: <200211101719.gAAHJaxk046370@repoman.freebsd.org> From: Dima Dorfman Date: Sun, 10 Nov 2002 09:19:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/qssl Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/qssl/files patch-qssl.pro X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2002/11/10 09:19:36 PST Modified files: devel Makefile Added files: devel/qssl Makefile distinfo pkg-comment pkg-descr pkg-plist devel/qssl/files patch-qssl.pro Log: Add qssl, a Qt plugin to help applications use OpenSSL. This was developed for net/psi, but might be useful generally. Revision Changes Path 1.978 +1 -0 ports/devel/Makefile 1.1 +36 -0 ports/devel/qssl/Makefile (new) 1.1 +1 -0 ports/devel/qssl/distinfo (new) 1.1 +9 -0 ports/devel/qssl/files/patch-qssl.pro (new) 1.1 +1 -0 ports/devel/qssl/pkg-comment (new) 1.1 +4 -0 ports/devel/qssl/pkg-descr (new) 1.1 +2 -0 ports/devel/qssl/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 9:26: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3533437B401; Sun, 10 Nov 2002 09:26:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D40F143E42; Sun, 10 Nov 2002 09:26:04 -0800 (PST) (envelope-from dd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAHNqmV046890; Sun, 10 Nov 2002 09:23:52 -0800 (PST) (envelope-from dd@repoman.freebsd.org) Received: (from dd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAHNqAb046889; Sun, 10 Nov 2002 09:23:52 -0800 (PST) Message-Id: <200211101723.gAAHNqAb046889@repoman.freebsd.org> From: Dima Dorfman Date: Sun, 10 Nov 2002 09:23:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/jarl Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/jarl/files patch-jarl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2002/11/10 09:23:52 PST Modified files: net Makefile Added files: net/jarl Makefile distinfo pkg-comment pkg-descr pkg-plist net/jarl/files patch-jarl Log: Add Jarl, a Perl/Tk Jabber client. Revision Changes Path 1.873 +1 -0 ports/net/Makefile 1.1 +45 -0 ports/net/jarl/Makefile (new) 1.1 +1 -0 ports/net/jarl/distinfo (new) 1.1 +20 -0 ports/net/jarl/files/patch-jarl (new) 1.1 +1 -0 ports/net/jarl/pkg-comment (new) 1.1 +9 -0 ports/net/jarl/pkg-descr (new) 1.1 +332 -0 ports/net/jarl/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 9:29:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57A7A37B401; Sun, 10 Nov 2002 09:29:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CED743E4A; Sun, 10 Nov 2002 09:29:30 -0800 (PST) (envelope-from dd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAHRHmV047023; Sun, 10 Nov 2002 09:27:17 -0800 (PST) (envelope-from dd@repoman.freebsd.org) Received: (from dd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAHRHm4047022; Sun, 10 Nov 2002 09:27:17 -0800 (PST) Message-Id: <200211101727.gAAHRHm4047022@repoman.freebsd.org> From: Dima Dorfman Date: Sun, 10 Nov 2002 09:27:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2002/11/10 09:27:17 PST Modified files: . modules Log: Add jarl and qssl modules (ports) since addport (modulesupdate, I guess) choked. Revision Changes Path 1.6208 +2 -0 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 Nov 10 9:41: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEAEF37B401; Sun, 10 Nov 2002 09:41:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A15943E6E; Sun, 10 Nov 2002 09:41:05 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAHcrmV048294; Sun, 10 Nov 2002 09:38:53 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAHcrqf048292; Sun, 10 Nov 2002 09:38:53 -0800 (PST) Message-Id: <200211101738.gAAHcrqf048292@repoman.freebsd.org> From: Maxim Sobolev Date: Sun, 10 Nov 2002 09:38:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/11/10 09:38:53 PST Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Add description of 460102 version. Head hole drilled about by: Fenner's __FreeBSD_version reminder Revision Changes Path 1.253 +6 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 9:42: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8086037B401; Sun, 10 Nov 2002 09:42:08 -0800 (PST) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 468B043E9C; Sun, 10 Nov 2002 09:42:02 -0800 (PST) (envelope-from max@vega.com) Received: from vega.vega.com (root@xDSL-2-2.united.net.ua [193.111.9.226]) by baraca.united.net.ua (8.12.6/8.11.6) with ESMTP id gAAHfpOE038446; Sun, 10 Nov 2002 19:41:52 +0200 (EET) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost.vega.com [127.0.0.1]) by vega.vega.com (8.12.6/8.12.5) with ESMTP id gAAHg9aJ016058; Sun, 10 Nov 2002 19:42:09 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.6/8.12.5/Submit) id gAAHg9kh016057; Sun, 10 Nov 2002 19:42:09 +0200 (EET) Date: Sun, 10 Nov 2002 19:42:08 +0200 From: Maxim Sobolev To: Dirk Froemberg Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/databases/mysql323-server/files patch-sql_mysqld.cc Message-ID: <20021110174208.GD14539@vega.vega.com> References: <200211101711.gAAHBxFp045658@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200211101711.gAAHBxFp045658@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Nov 10, 2002 at 09:11:59AM -0800, Dirk Froemberg wrote: > dirk 2002/11/10 09:11:59 PST > > Added files: > databases/mysql323-server/files patch-sql_mysqld.cc > Log: > Fix build on 5.0-CURRENT. > > Submitted by: sobomax Thanks! What about my startup script changes? -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 9:42:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CC5437B404; Sun, 10 Nov 2002 09:42:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6A4543E7B; Sun, 10 Nov 2002 09:42:22 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAHeAmV048608; Sun, 10 Nov 2002 09:40:10 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAHeAmr048607; Sun, 10 Nov 2002 09:40:10 -0800 (PST) Message-Id: <200211101740.gAAHeAmr048607@repoman.freebsd.org> From: Akinori MUSHA Date: Sun, 10 Nov 2002 09:40:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/ruby-raspell Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/10 09:40:10 PST Modified files: textproc Makefile Added files: textproc/ruby-raspell Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ruby-raspell, a Ruby interface binding to aspell. Revision Changes Path 1.448 +1 -0 ports/textproc/Makefile 1.1 +34 -0 ports/textproc/ruby-raspell/Makefile (new) 1.1 +1 -0 ports/textproc/ruby-raspell/distinfo (new) 1.1 +1 -0 ports/textproc/ruby-raspell/pkg-comment (new) 1.1 +5 -0 ports/textproc/ruby-raspell/pkg-descr (new) 1.1 +5 -0 ports/textproc/ruby-raspell/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 9:42:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B3E737B404; Sun, 10 Nov 2002 09:42:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C422443E42; Sun, 10 Nov 2002 09:42:34 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAHeMmV048670; Sun, 10 Nov 2002 09:40:22 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAHeMUX048669; Sun, 10 Nov 2002 09:40:22 -0800 (PST) Message-Id: <200211101740.gAAHeMUX048669@repoman.freebsd.org> From: Akinori MUSHA Date: Sun, 10 Nov 2002 09:40:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/10 09:40:22 PST Modified files: . modules Log: ruby-raspell --> ports/textproc/ruby-raspell Revision Changes Path 1.6209 +1 -0 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 Nov 10 9:43:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBEF637B404; Sun, 10 Nov 2002 09:43:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0714B43E75; Sun, 10 Nov 2002 09:43:19 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAHf6mV048750; Sun, 10 Nov 2002 09:41:06 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAHf6rv048749; Sun, 10 Nov 2002 09:41:06 -0800 (PST) Message-Id: <200211101741.gAAHf6rv048749@repoman.freebsd.org> From: Akinori MUSHA Date: Sun, 10 Nov 2002 09:41:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/ruby-amatch Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/10 09:41:06 PST Modified files: textproc Makefile Added files: textproc/ruby-amatch Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ruby-amatch, a Ruby library for approximate string matching and searching. Revision Changes Path 1.449 +1 -0 ports/textproc/Makefile 1.1 +35 -0 ports/textproc/ruby-amatch/Makefile (new) 1.1 +1 -0 ports/textproc/ruby-amatch/distinfo (new) 1.1 +1 -0 ports/textproc/ruby-amatch/pkg-comment (new) 1.1 +6 -0 ports/textproc/ruby-amatch/pkg-descr (new) 1.1 +6 -0 ports/textproc/ruby-amatch/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 9:43:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC40437B401; Sun, 10 Nov 2002 09:43:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80C1143E4A; Sun, 10 Nov 2002 09:43:29 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAHfHmV048795; Sun, 10 Nov 2002 09:41:17 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAHfHqX048794; Sun, 10 Nov 2002 09:41:17 -0800 (PST) Message-Id: <200211101741.gAAHfHqX048794@repoman.freebsd.org> From: Akinori MUSHA Date: Sun, 10 Nov 2002 09:41:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/10 09:41:17 PST Modified files: . modules Log: ruby-amatch --> ports/textproc/ruby-amatch Revision Changes Path 1.6210 +1 -0 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 Nov 10 9:45: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01A5F37B401; Sun, 10 Nov 2002 09:45:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A128343E75; Sun, 10 Nov 2002 09:45:01 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAHgnmV048900; Sun, 10 Nov 2002 09:42:49 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAHgnrK048899; Sun, 10 Nov 2002 09:42:49 -0800 (PST) Message-Id: <200211101742.gAAHgnrK048899@repoman.freebsd.org> From: Akinori MUSHA Date: Sun, 10 Nov 2002 09:42:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/ruby-amrita Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/10 09:42:49 PST Modified files: textproc Makefile Added files: textproc/ruby-amrita Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ruby-amrita, an HTML/XHTML template library for Ruby. Revision Changes Path 1.450 +1 -0 ports/textproc/Makefile 1.1 +37 -0 ports/textproc/ruby-amrita/Makefile (new) 1.1 +1 -0 ports/textproc/ruby-amrita/distinfo (new) 1.1 +1 -0 ports/textproc/ruby-amrita/pkg-comment (new) 1.1 +5 -0 ports/textproc/ruby-amrita/pkg-descr (new) 1.1 +169 -0 ports/textproc/ruby-amrita/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 9:45:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4137037B401; Sun, 10 Nov 2002 09:45:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E868143E75; Sun, 10 Nov 2002 09:45:13 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAHh1mV048952; Sun, 10 Nov 2002 09:43:01 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAHh1vt048951; Sun, 10 Nov 2002 09:43:01 -0800 (PST) Message-Id: <200211101743.gAAHh1vt048951@repoman.freebsd.org> From: Akinori MUSHA Date: Sun, 10 Nov 2002 09:43:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/10 09:43:01 PST Modified files: . modules Log: ruby-amrita --> ports/textproc/ruby-amrita Revision Changes Path 1.6211 +1 -0 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 Nov 10 9:45:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 605C337B412; Sun, 10 Nov 2002 09:45:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F17E43E42; Sun, 10 Nov 2002 09:45:16 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAHh3mV048984; Sun, 10 Nov 2002 09:43:03 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAHh3RQ048983; Sun, 10 Nov 2002 09:43:03 -0800 (PST) Message-Id: <200211101743.gAAHh3RQ048983@repoman.freebsd.org> From: Akinori MUSHA Date: Sun, 10 Nov 2002 09:43:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ruby16-shim-ruby18 Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/10 09:43:03 PST Modified files: lang/ruby16-shim-ruby18 Makefile distinfo pkg-plist Log: Update to 1.7.3.2002.11.10. Revision Changes Path 1.5 +1 -1 ports/lang/ruby16-shim-ruby18/Makefile 1.5 +1 -1 ports/lang/ruby16-shim-ruby18/distinfo 1.4 +1 -0 ports/lang/ruby16-shim-ruby18/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 Nov 10 9:47:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CF9737B401; Sun, 10 Nov 2002 09:47:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA7BA43E3B; Sun, 10 Nov 2002 09:47:15 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAHj3mV049120; Sun, 10 Nov 2002 09:45:03 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAHj3O3049119; Sun, 10 Nov 2002 09:45:03 -0800 (PST) Message-Id: <200211101745.gAAHj3O3049119@repoman.freebsd.org> From: Akinori MUSHA Date: Sun, 10 Nov 2002 09:45:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ruby-html-parser Makefile ports/textproc/ruby-htmlcompact Makefile ports/textproc/ruby-htmlrepair Makefile ports/textproc/ruby-htmlsplit Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/10 09:45:03 PST Modified files: textproc/ruby-html-parser Makefile textproc/ruby-htmlcompact Makefile textproc/ruby-htmlrepair Makefile textproc/ruby-htmlsplit Makefile Log: Add www to CATEGORIES. Revision Changes Path 1.9 +1 -1 ports/textproc/ruby-html-parser/Makefile 1.2 +1 -1 ports/textproc/ruby-htmlcompact/Makefile 1.2 +1 -1 ports/textproc/ruby-htmlrepair/Makefile 1.2 +1 -1 ports/textproc/ruby-htmlsplit/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 9:53: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBED537B401; Sun, 10 Nov 2002 09:53:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EF1443E42; Sun, 10 Nov 2002 09:53:03 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAHopmV049850; Sun, 10 Nov 2002 09:50:51 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAHopMU049849; Sun, 10 Nov 2002 09:50:51 -0800 (PST) Message-Id: <200211101750.gAAHopMU049849@repoman.freebsd.org> From: Akinori MUSHA Date: Sun, 10 Nov 2002 09:50:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/ruby-tmail Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/10 09:50:51 PST Modified files: mail/ruby-tmail Makefile distinfo Log: Update to 0.10.6. Revision Changes Path 1.31 +1 -1 ports/mail/ruby-tmail/Makefile 1.18 +1 -1 ports/mail/ruby-tmail/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 9:54: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B52CF37B401; Sun, 10 Nov 2002 09:54:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63D2343E3B; Sun, 10 Nov 2002 09:54:06 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAHpsmV049929; Sun, 10 Nov 2002 09:51:54 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAHprL2049928; Sun, 10 Nov 2002 09:51:53 -0800 (PST) Message-Id: <200211101751.gAAHprL2049928@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 10 Nov 2002 09:51:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/logo Makefile distinfo pkg-plist ports/lang/logo/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/10 09:51:53 PST Modified files: lang/logo Makefile distinfo pkg-plist lang/logo/files patch-ac Log: Update to 5.2 to work around a wrong WRKSRC usage submitted in: PR: 45164 Submitted by: Volker Stolz Revision Changes Path 1.24 +25 -4 ports/lang/logo/Makefile 1.7 +1 -2 ports/lang/logo/distinfo 1.4 +25 -78 ports/lang/logo/files/patch-ac 1.5 +20 -0 ports/lang/logo/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 Nov 10 10: 7:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02B6637B401; Sun, 10 Nov 2002 10:07:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B64DF43E42; Sun, 10 Nov 2002 10:07:22 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAI5AmV050860; Sun, 10 Nov 2002 10:05:10 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAI5A9k050859; Sun, 10 Nov 2002 10:05:10 -0800 (PST) Message-Id: <200211101805.gAAI5A9k050859@repoman.freebsd.org> From: Alan Eldridge Date: Sun, 10 Nov 2002 10:05:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/phoenix Makefile pkg-message pkg-plist ports/www/phoenix/files mkdistfile mozconfig.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/11/10 10:05:10 PST Modified files: www/phoenix Makefile pkg-message pkg-plist www/phoenix/files mkdistfile mozconfig.in Log: * PORTREVISION ==> 7. * Allow building under -CURRENT. * Changes in LDFLAGS and CPPFLAGS passed to configure. * Removed stale javascript dirs (venkman) from plist. * Updated mkdistfile to remove more unneeded dirs. Used to make a new distfile from a cvs checkout. For maintainers only, really. * Disable bi-directional text in config. * Remove dupes from mozconfig.in. The problem with the martian file selection dialogs is gone. I am not sure of the cause, but apparently it had to do with either which version of the NSPR libs phoenix runs with or the link order of libraries. I don't care, as long as it doesn't do it, 'cause I do not read Martian. Should be running against its own set of NSPR libs now. (Note: you can't just use ldd to check this since the startup scripts play all kinds of fun games.) You are advised to remove $HOME/.phoenix before running the new version. Revision Changes Path 1.28 +11 -15 ports/www/phoenix/Makefile 1.2 +7 -1 ports/www/phoenix/files/mkdistfile 1.14 +6 -6 ports/www/phoenix/files/mozconfig.in 1.3 +12 -14 ports/www/phoenix/pkg-message 1.9 +3 -14 ports/www/phoenix/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 Nov 10 10: 9:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0933637B401; Sun, 10 Nov 2002 10:09:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF8DC43E42; Sun, 10 Nov 2002 10:09:13 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAI71mV051020; Sun, 10 Nov 2002 10:07:01 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAI71h4051019; Sun, 10 Nov 2002 10:07:01 -0800 (PST) Message-Id: <200211101807.gAAI71h4051019@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 10 Nov 2002 10:07:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gbackground Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/10 10:07:01 PST Modified files: x11/gbackground Makefile Log: Make fetchable[1]. Use bsd.gnomeng.mk PR: 45133 Submitted by: Mark Linimon Revision Changes Path 1.3 +4 -3 ports/x11/gbackground/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 10:14:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D1A137B401; Sun, 10 Nov 2002 10:14:44 -0800 (PST) Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88D9743E75; Sun, 10 Nov 2002 10:14:43 -0800 (PST) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: from emmi.physik.TU-Berlin.DE (localhost.physik.TU-Berlin.DE [127.0.0.1]) by emmi.physik.TU-Berlin.DE (8.12.6/8.11.6) with ESMTP id gAAIEfel017913; Sun, 10 Nov 2002 19:14:41 +0100 (CET) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.12.6/8.12.3/Submit) id gAAIEfaE017912; Sun, 10 Nov 2002 19:14:41 +0100 (CET) Date: Sun, 10 Nov 2002 19:14:41 +0100 From: Dirk Froemberg To: Maxim Sobolev Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/databases/mysql323-server/files patch-sql_mysqld.cc Message-ID: <20021110181441.GD14219@physik.TU-Berlin.DE> References: <200211101711.gAAHBxFp045658@repoman.freebsd.org> <20021110174208.GD14539@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021110174208.GD14539@vega.vega.com> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Maxim! On Sun, Nov 10, 2002 at 07:42:08PM +0200, Maxim Sobolev wrote: > On Sun, Nov 10, 2002 at 09:11:59AM -0800, Dirk Froemberg wrote: > > dirk 2002/11/10 09:11:59 PST > > > > Added files: > > databases/mysql323-server/files patch-sql_mysqld.cc > > Log: > > Fix build on 5.0-CURRENT. > > > > Submitted by: sobomax > > Thanks! What about my startup script changes? I'm currently working on it... I don't like the pid file to have a fixed name (i. e. mysql.pid). Could be a problem if multiple mysqld on different machines use the same datadir. So `hostname`.pid seems to be better. Regards Dirk -- Dirk Froemberg FreeBSD: The Power to Serve! http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 10:27:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB27637B401; Sun, 10 Nov 2002 10:27:57 -0800 (PST) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id A508A43E42; Sun, 10 Nov 2002 10:27:56 -0800 (PST) (envelope-from max@vega.com) Received: from vega.vega.com (root@xDSL-2-2.united.net.ua [193.111.9.226]) by baraca.united.net.ua (8.12.6/8.11.6) with ESMTP id gAAIRjOE040349; Sun, 10 Nov 2002 20:27:49 +0200 (EET) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost.vega.com [127.0.0.1]) by vega.vega.com (8.12.6/8.12.5) with ESMTP id gAAIS2aJ016437; Sun, 10 Nov 2002 20:28:02 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.6/8.12.5/Submit) id gAAIS0qM016436; Sun, 10 Nov 2002 20:28:00 +0200 (EET) Date: Sun, 10 Nov 2002 20:28:00 +0200 From: Maxim Sobolev To: Dirk Froemberg Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/databases/mysql323-server/files patch-sql_mysqld.cc Message-ID: <20021110182800.GE14539@vega.vega.com> References: <200211101711.gAAHBxFp045658@repoman.freebsd.org> <20021110174208.GD14539@vega.vega.com> <20021110181441.GD14219@physik.TU-Berlin.DE> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20021110181441.GD14219@physik.TU-Berlin.DE> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Nov 10, 2002 at 07:14:41PM +0100, Dirk Froemberg wrote: > Hi Maxim! > > On Sun, Nov 10, 2002 at 07:42:08PM +0200, Maxim Sobolev wrote: > > On Sun, Nov 10, 2002 at 09:11:59AM -0800, Dirk Froemberg wrote: > > > dirk 2002/11/10 09:11:59 PST > > > > > > Added files: > > > databases/mysql323-server/files patch-sql_mysqld.cc > > > Log: > > > Fix build on 5.0-CURRENT. > > > > > > Submitted by: sobomax > > > > Thanks! What about my startup script changes? > > I'm currently working on it... > > I don't like the pid file to have a fixed name (i. e. mysql.pid). > Could be a problem if multiple mysqld on different machines use the > same datadir. So `hostname`.pid seems to be better. MySQL documentation clearly says that sharing one datadir between multiple severs running on the same or different machines is highly not recommended. Therefore, I don't think that it is going to be a problem. At the same time, hostname is not something set in stone, therefore IMO `hostname`.pid could be less reliable. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 10:36:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29AA337B401; Sun, 10 Nov 2002 10:36:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB11043E4A; Sun, 10 Nov 2002 10:36:26 -0800 (PST) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAIYEmV053594; Sun, 10 Nov 2002 10:34:14 -0800 (PST) (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAIYEWR053593; Sun, 10 Nov 2002 10:34:14 -0800 (PST) Message-Id: <200211101834.gAAIYEWR053593@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 10 Nov 2002 10:34:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/metalist Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG leeym 2002/11/10 10:34:14 PST Modified files: chinese/metalist Makefile distinfo pkg-plist Log: Security update to 2.2.6; fixed a cross-site scripting bug. PR: ports/44917 Submitted by: Autrijus Tang Reviewed by: ijliao (mentor) Approved by: ijliao (mentor) Revision Changes Path 1.3 +2 -2 ports/chinese/metalist/Makefile 1.2 +1 -1 ports/chinese/metalist/distinfo 1.2 +4 -3 ports/chinese/metalist/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 Nov 10 10:37:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B637737B401; Sun, 10 Nov 2002 10:37:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66FC643E4A; Sun, 10 Nov 2002 10:37:52 -0800 (PST) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAIZemV053715; Sun, 10 Nov 2002 10:35:40 -0800 (PST) (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAIZdxE053714; Sun, 10 Nov 2002 10:35:39 -0800 (PST) Message-Id: <200211101835.gAAIZdxE053714@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 10 Nov 2002 10:35:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/mussh Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG leeym 2002/11/10 10:35:39 PST Modified files: security/mussh Makefile distinfo pkg-plist Log: update to 0.5 Reviewed by: ijliao (mentor) Approved by: ijliao (mentor) Revision Changes Path 1.4 +2 -2 ports/security/mussh/Makefile 1.2 +1 -1 ports/security/mussh/distinfo 1.2 +1 -0 ports/security/mussh/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 Nov 10 10:39:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A358437B401; Sun, 10 Nov 2002 10:39:48 -0800 (PST) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10CA943E42; Sun, 10 Nov 2002 10:39:48 -0800 (PST) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.5/8.12.5) with ESMTP id gAAIuEbd088835; Sun, 10 Nov 2002 13:56:15 -0500 (EST) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.5/8.12.5/Submit) id gAAIuE5l088834; Sun, 10 Nov 2002 13:56:14 -0500 (EST) Date: Sun, 10 Nov 2002 13:56:14 -0500 From: Jake Burkholder To: Matt Jacob Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm uma_dbg.c Message-ID: <20021110135614.A85338@locore.ca> References: <200211101616.gAAGGiuV009632@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200211101616.gAAGGiuV009632@repoman.freebsd.org>; from mjacob@FreeBSD.org on Sun, Nov 10, 2002 at 08:16:44AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Apparently, On Sun, Nov 10, 2002 at 08:16:44AM -0800, Matt Jacob said words to the effect of; > mjacob 2002/11/10 08:16:44 PST > > Modified files: > sys/vm uma_dbg.c > Log: > Use atomic_set_8 on the us_freelist maps as they are not otherwise > protected. Furthermore, in some RISC architectures with no normal > byte operations, the surrounding 3 bytes are also affected by the > read-modify-write that has to occur. > > Revision Changes Path > 1.9 +2 -2 src/sys/vm/uma_dbg.c sparc64 can't do atomic operations on less than 32 bits, this needs a lock. Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 10:42: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 978BA37B401; Sun, 10 Nov 2002 10:41:59 -0800 (PST) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB73F43E3B; Sun, 10 Nov 2002 10:41:58 -0800 (PST) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.5/8.12.5) with ESMTP id gAAIwPbd088855; Sun, 10 Nov 2002 13:58:25 -0500 (EST) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.5/8.12.5/Submit) id gAAIwPtm088854; Sun, 10 Nov 2002 13:58:25 -0500 (EST) Date: Sun, 10 Nov 2002 13:58:25 -0500 From: Jake Burkholder To: Matt Jacob Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm uma_dbg.c Message-ID: <20021110135825.B85338@locore.ca> References: <200211101616.gAAGGiuV009632@repoman.freebsd.org> <20021110135614.A85338@locore.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20021110135614.A85338@locore.ca>; from jake@locore.ca on Sun, Nov 10, 2002 at 01:56:14PM -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Apparently, On Sun, Nov 10, 2002 at 01:56:14PM -0500, Jake Burkholder said words to the effect of; > Apparently, On Sun, Nov 10, 2002 at 08:16:44AM -0800, > Matt Jacob said words to the effect of; > > > mjacob 2002/11/10 08:16:44 PST > > > > Modified files: > > sys/vm uma_dbg.c > > Log: > > Use atomic_set_8 on the us_freelist maps as they are not otherwise > > protected. Furthermore, in some RISC architectures with no normal > > byte operations, the surrounding 3 bytes are also affected by the > > read-modify-write that has to occur. > > > > Revision Changes Path > > 1.9 +2 -2 src/sys/vm/uma_dbg.c > > sparc64 can't do atomic operations on less than 32 bits, this needs > a lock. > fwiw this is in the man page: Certain architectures also provide operations for types smaller than ``int''. char unsigned character short unsigned short integer 8 unsigned 8-bit integer 16 unsigned 16-bit integer These must not be used in MI code because the instructions to implement them efficiently may not be available. Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 10:47:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E403837B401; Sun, 10 Nov 2002 10:47:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F8C443E77; Sun, 10 Nov 2002 10:47:26 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAIjEmV054671; Sun, 10 Nov 2002 10:45:14 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAIjECR054670; Sun, 10 Nov 2002 10:45:14 -0800 (PST) Message-Id: <200211101845.gAAIjECR054670@repoman.freebsd.org> From: Akinori MUSHA Date: Sun, 10 Nov 2002 10:45:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/ruby-radius Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/10 10:45:14 PST Modified files: net Makefile Added files: net/ruby-radius Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ruby-radius, a Ruby module that provides an interface to the RADIUS protocol. Revision Changes Path 1.874 +1 -0 ports/net/Makefile 1.1 +38 -0 ports/net/ruby-radius/Makefile (new) 1.1 +1 -0 ports/net/ruby-radius/distinfo (new) 1.1 +1 -0 ports/net/ruby-radius/pkg-comment (new) 1.1 +7 -0 ports/net/ruby-radius/pkg-descr (new) 1.1 +77 -0 ports/net/ruby-radius/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 10:47:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F385A37B404; Sun, 10 Nov 2002 10:47:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A785343E42; Sun, 10 Nov 2002 10:47:36 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAIjOmV054725; Sun, 10 Nov 2002 10:45:24 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAIjOxm054724; Sun, 10 Nov 2002 10:45:24 -0800 (PST) Message-Id: <200211101845.gAAIjOxm054724@repoman.freebsd.org> From: Akinori MUSHA Date: Sun, 10 Nov 2002 10:45:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/10 10:45:24 PST Modified files: . modules Log: ruby-radius --> ports/net/ruby-radius Revision Changes Path 1.6212 +1 -0 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 Nov 10 10:49: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7534637B401; Sun, 10 Nov 2002 10:49:07 -0800 (PST) Received: from parmenion.hosting.swbell.net (parmenion.hosting.swbell.net [216.100.98.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E2DE43E3B; Sun, 10 Nov 2002 10:49:07 -0800 (PST) (envelope-from alc@imimic.com) Received: from imimic.com (adsl-216-63-78-19.dsl.hstntx.swbell.net [216.63.78.19]) by parmenion.hosting.swbell.net id NAA25870; Sun, 10 Nov 2002 13:48:53 -0500 (EST) [ConcentricHost SMTP Relay 1.14] Message-ID: <3DCEAA0E.337BF15B@imimic.com> Date: Sun, 10 Nov 2002 12:48:46 -0600 From: "Alan L. Cox" Organization: iMimic Networking, Inc. X-Mailer: Mozilla 4.8 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: Jake Burkholder Cc: Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm uma_dbg.c References: <200211101616.gAAGGiuV009632@repoman.freebsd.org> <20021110135614.A85338@locore.ca> Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jake Burkholder wrote: > > Apparently, On Sun, Nov 10, 2002 at 08:16:44AM -0800, > Matt Jacob said words to the effect of; > > > mjacob 2002/11/10 08:16:44 PST > > > > Modified files: > > sys/vm uma_dbg.c > > Log: > > Use atomic_set_8 on the us_freelist maps as they are not otherwise > > protected. Furthermore, in some RISC architectures with no normal > > byte operations, the surrounding 3 bytes are also affected by the > > read-modify-write that has to occur. > > > > Revision Changes Path > > 1.9 +2 -2 src/sys/vm/uma_dbg.c > > sparc64 can't do atomic operations on less than 32 bits, this needs > a lock. > Matt, can you try acquiring and releasing the zone mutex in uma_dbg_alloc() and uma_dbg_free() instead? Alan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 10:54:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76B6B37B401; Sun, 10 Nov 2002 10:54:10 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53DFB43E3B; Sun, 10 Nov 2002 10:54:09 -0800 (PST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id gAAIrtOr028576; Sun, 10 Nov 2002 19:53:56 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Hidetoshi Shimokawa Cc: Hidetoshi Shimokawa , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, takashi@yha.att.ne.jp Subject: Re: cvs commit: src/sys/dev/nge if_nge.c if_ngereg.h In-Reply-To: Your message of "Sun, 10 Nov 2002 21:23:09 +0900." Date: Sun, 10 Nov 2002 19:53:55 +0100 Message-ID: <28575.1036954435@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message , Hidetoshi Shimokawa writes : >Do you have any good reason to believe that device polling doesn't >help in most cases? It hurts in low-trafic scenarios. Well, hopefully we can find a non-hack solution to this when our stack turns more SMP like. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 10:55: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEC1E37B401; Sun, 10 Nov 2002 10:55:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C67C43E3B; Sun, 10 Nov 2002 10:55:01 -0800 (PST) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAIqnmV055545; Sun, 10 Nov 2002 10:52:49 -0800 (PST) (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAIqnYe055544; Sun, 10 Nov 2002 10:52:49 -0800 (PST) Message-Id: <200211101852.gAAIqnYe055544@repoman.freebsd.org> From: Yen-Ming Lee Date: Sun, 10 Nov 2002 10:52:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/cdict5 Makefile pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG leeym 2002/11/10 10:52:49 PST Modified files: chinese/cdict5 Makefile pkg-comment pkg-descr Log: minor fixes: 1. add IGNOREFILES 2. make index in post-build phase 3. correct pkg-comment / pkg-descr Reviewed by: ijliao (mentor) Approved by: ijliao (mentor) Revision Changes Path 1.3 +4 -2 ports/chinese/cdict5/Makefile 1.2 +1 -1 ports/chinese/cdict5/pkg-comment 1.2 +9 -15 ports/chinese/cdict5/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 Nov 10 10:58:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B67E37B401; Sun, 10 Nov 2002 10:58:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9D5243E42; Sun, 10 Nov 2002 10:58:09 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAItvmV055698; Sun, 10 Nov 2002 10:55:57 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAItvgV055697; Sun, 10 Nov 2002 10:55:57 -0800 (PST) Message-Id: <200211101855.gAAItvgV055697@repoman.freebsd.org> From: Akinori MUSHA Date: Sun, 10 Nov 2002 10:55:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ruby-imlib2 Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/10 10:55:57 PST Modified files: graphics/ruby-imlib2 Makefile distinfo pkg-plist Log: Update to 0.4.2. Revision Changes Path 1.6 +1 -2 ports/graphics/ruby-imlib2/Makefile 1.4 +1 -1 ports/graphics/ruby-imlib2/distinfo 1.5 +120 -162 ports/graphics/ruby-imlib2/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 Nov 10 11: 4:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD80637B401; Sun, 10 Nov 2002 11:04:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FFDD43E42; Sun, 10 Nov 2002 11:04:32 -0800 (PST) (envelope-from iwasaki@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAJ2KmV056511; Sun, 10 Nov 2002 11:02:20 -0800 (PST) (envelope-from iwasaki@repoman.freebsd.org) Received: (from iwasaki@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAJ2JnO056510; Sun, 10 Nov 2002 11:02:19 -0800 (PST) Message-Id: <200211101902.gAAJ2JnO056510@repoman.freebsd.org> From: Mitsuru IWASAKI Date: Sun, 10 Nov 2002 11:02:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iwasaki 2002/11/10 11:02:19 PST Modified files: (Branch: RELENG_4) sys/i386/i386 machdep.c Log: MFC: 1.549 Add a new loader tunable, hw.hasbrokenint12, to indicate that BIOS has broken int 12H. This should fix kernel panic problem caused by 1.385.2.26 changes. Revision Changes Path 1.385.2.27 +82 -48 src/sys/i386/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 11: 4:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBEBD37B434; Sun, 10 Nov 2002 11:04:36 -0800 (PST) Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A1B243E6E; Sun, 10 Nov 2002 11:04:36 -0800 (PST) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: from emmi.physik.TU-Berlin.DE (localhost.physik.TU-Berlin.DE [127.0.0.1]) by emmi.physik.TU-Berlin.DE (8.12.6/8.11.6) with ESMTP id gAAJ4Yel018941; Sun, 10 Nov 2002 20:04:35 +0100 (CET) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.12.6/8.12.3/Submit) id gAAJ4YeG018940; Sun, 10 Nov 2002 20:04:34 +0100 (CET) Date: Sun, 10 Nov 2002 20:04:34 +0100 From: Dirk Froemberg To: Maxim Sobolev Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/databases/mysql323-server/files patch-sql_mysqld.cc Message-ID: <20021110190434.GE14219@physik.TU-Berlin.DE> References: <200211101711.gAAHBxFp045658@repoman.freebsd.org> <20021110174208.GD14539@vega.vega.com> <20021110181441.GD14219@physik.TU-Berlin.DE> <20021110182800.GE14539@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021110182800.GE14539@vega.vega.com> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Nov 10, 2002 at 08:28:00PM +0200, Maxim Sobolev wrote: > On Sun, Nov 10, 2002 at 07:14:41PM +0100, Dirk Froemberg wrote: > > On Sun, Nov 10, 2002 at 07:42:08PM +0200, Maxim Sobolev wrote: > > > On Sun, Nov 10, 2002 at 09:11:59AM -0800, Dirk Froemberg wrote: > > > > dirk 2002/11/10 09:11:59 PST > > > > > > > > Added files: > > > > databases/mysql323-server/files patch-sql_mysqld.cc > > > > Log: > > > > Fix build on 5.0-CURRENT. > > > > > > > > Submitted by: sobomax > > > > > > Thanks! What about my startup script changes? > > > > I'm currently working on it... > > > > I don't like the pid file to have a fixed name (i. e. mysql.pid). > > Could be a problem if multiple mysqld on different machines use the > > same datadir. So `hostname`.pid seems to be better. > > MySQL documentation clearly says that sharing one datadir between > multiple severs running on the same or different machines is highly > not recommended. Therefore, I don't think that it is going to be a > problem. At the same time, hostname is not something set in stone, > therefore IMO `hostname`.pid could be less reliable. Maybe it's not recommended... Anyway, it was `hostname`.pid and it will be `hostname`.pid 8-) Anything else would confuse users and other scripts. Regards Dirk -- Dirk Froemberg FreeBSD: The Power to Serve! http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 11:19:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52E4D37B401; Sun, 10 Nov 2002 11:19:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 080AD43E3B; Sun, 10 Nov 2002 11:19:49 -0800 (PST) (envelope-from jake@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAJHamV057682; Sun, 10 Nov 2002 11:17:36 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAJHaQ0057681; Sun, 10 Nov 2002 11:17:36 -0800 (PST) Message-Id: <200211101917.gAAJHaQ0057681@repoman.freebsd.org> From: Jake Burkholder Date: Sun, 10 Nov 2002 11:17:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/ofw/common main.c src/sys/boot/ofw/libofw Makefile devicename.c libofw.h ofw_devsearch.c ofw_disk.c src/sys/boot/powerpc/loader metadata.c src/sys/boot/sparc64/loader Makefile main.c metadata.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/11/10 11:17:36 PST Modified files: sys/boot/ofw/common main.c sys/boot/ofw/libofw Makefile devicename.c libofw.h ofw_disk.c sys/boot/powerpc/loader metadata.c sys/boot/sparc64/loader Makefile main.c metadata.c Removed files: sys/boot/ofw/libofw ofw_devsearch.c Log: Change the device path representation in libofw to use the full firmware path, instead of an internal i386 specific one. Don't try to interpret a disklabel in ofw_disk.c, open the partition's device node directly and let the firmware do it. This fixes booting from a partition other than 'a' on sparc64, which is needed to support more installation methods. No objection: ppc Revision Changes Path 1.3 +3 -36 src/sys/boot/ofw/common/main.c 1.8 +2 -2 src/sys/boot/ofw/libofw/Makefile 1.11 +36 -168 src/sys/boot/ofw/libofw/devicename.c 1.7 +4 -39 src/sys/boot/ofw/libofw/libofw.h 1.4 +0 -135 src/sys/boot/ofw/libofw/ofw_devsearch.c (dead) 1.8 +18 -200 src/sys/boot/ofw/libofw/ofw_disk.c 1.2 +3 -10 src/sys/boot/powerpc/loader/metadata.c 1.14 +5 -1 src/sys/boot/sparc64/loader/Makefile 1.17 +17 -35 src/sys/boot/sparc64/loader/main.c 1.8 +3 -12 src/sys/boot/sparc64/loader/metadata.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 11:23:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE68637B401; Sun, 10 Nov 2002 11:23:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5603043E75; Sun, 10 Nov 2002 11:23:36 -0800 (PST) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAJLNmV058438; Sun, 10 Nov 2002 11:21:23 -0800 (PST) (envelope-from fenner@repoman.freebsd.org) Received: (from fenner@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAJLNP6058437; Sun, 10 Nov 2002 11:21:23 -0800 (PST) Message-Id: <200211101921.gAAJLNP6058437@repoman.freebsd.org> From: Bill Fenner Date: Sun, 10 Nov 2002 11:21:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xlupe Makefile pkg-descr ports/x11-clocks/xtu Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fenner 2002/11/10 11:21:23 PST Modified files: x11/xlupe Makefile pkg-descr x11-clocks/xtu Makefile pkg-descr Log: Master site reorganization; fix up URLs. Remove MAINTAINER as he no longer runs FreeBSD. Submitted by: Thomas Runge (maintainer) Revision Changes Path 1.7 +2 -4 ports/x11-clocks/xtu/Makefile 1.6 +1 -1 ports/x11-clocks/xtu/pkg-descr 1.8 +2 -4 ports/x11/xlupe/Makefile 1.7 +1 -1 ports/x11/xlupe/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 Nov 10 11:34: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CE6B37B401; Sun, 10 Nov 2002 11:34:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D821E43E9E; Sun, 10 Nov 2002 11:34:05 -0800 (PST) (envelope-from andreas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAJVrmV059321; Sun, 10 Nov 2002 11:31:53 -0800 (PST) (envelope-from andreas@repoman.freebsd.org) Received: (from andreas@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAJVr5H059320; Sun, 10 Nov 2002 11:31:53 -0800 (PST) Message-Id: <200211101931.gAAJVr5H059320@repoman.freebsd.org> From: Andreas Klemm Date: Sun, 10 Nov 2002 11:31:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/apsfilter/files patch-SETUP.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG andreas 2002/11/10 11:31:53 PST Removed files: print/apsfilter/files patch-SETUP.in Log: remove unnecessary patch forgotten in prev. commit no port revision bump since port was up to now unbuild-/uninstallable thanks to various people pointing this out Revision Changes Path 1.5 +0 -56 ports/print/apsfilter/files/patch-SETUP.in (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 11:38:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADC3437B404; Sun, 10 Nov 2002 11:38:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8007043E91; Sun, 10 Nov 2002 11:38:10 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAJZvmV059498; Sun, 10 Nov 2002 11:35:57 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAJZvQF059497; Sun, 10 Nov 2002 11:35:57 -0800 (PST) Message-Id: <200211101935.gAAJZvQF059497@repoman.freebsd.org> From: Jimmy Olgeni Date: Sun, 10 Nov 2002 11:35:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/10 11:35:57 PST Modified files: sysutils/webmin Makefile Log: xargs -> ${XARGS}. Revision Changes Path 1.136 +4 -4 ports/sysutils/webmin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 11:41:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8636F37B401; Sun, 10 Nov 2002 11:41:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CA3743E4A; Sun, 10 Nov 2002 11:41:10 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAJcvmV059981; Sun, 10 Nov 2002 11:38:57 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAJcvgJ059979; Sun, 10 Nov 2002 11:38:57 -0800 (PST) Message-Id: <200211101938.gAAJcvgJ059979@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 10 Nov 2002 11:38:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ogle/files extra-patch-include:ogle_endian.h patch-include:ogle_endian.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/10 11:38:57 PST Modified files: graphics/ogle/files extra-patch-include:ogle_endian.h patch-include:ogle_endian.h Log: o Further improve detection of FreeBSD optimized byteswap routines o No PORTREVISION bump Revision Changes Path 1.4 +14 -9 ports/graphics/ogle/files/extra-patch-include:ogle_endian.h 1.2 +6 -4 ports/graphics/ogle/files/patch-include:ogle_endian.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 12: 0: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C539237B401; Sun, 10 Nov 2002 12:00:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7795543E77; Sun, 10 Nov 2002 12:00:06 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAJvrmV061206; Sun, 10 Nov 2002 11:57:53 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAJvru8061205; Sun, 10 Nov 2002 11:57:53 -0800 (PST) Message-Id: <200211101957.gAAJvru8061205@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 10 Nov 2002 11:57:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/vsound Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/10 11:57:53 PST Modified files: audio/vsound Makefile Log: Make fetchable PR: 45046 Submitted by: Rahul Siddharthan (maintainer) Revision Changes Path 1.2 +1 -1 ports/audio/vsound/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 12: 7:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 116D737B401; Sun, 10 Nov 2002 12:07:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8AD843E4A; Sun, 10 Nov 2002 12:07:16 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAK54mV061967; Sun, 10 Nov 2002 12:05:04 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAK54Sw061966; Sun, 10 Nov 2002 12:05:04 -0800 (PST) Message-Id: <200211102005.gAAK54Sw061966@repoman.freebsd.org> From: Alan Eldridge Date: Sun, 10 Nov 2002 12:05:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/phoenix Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/11/10 12:05:03 PST Modified files: www/phoenix Makefile Log: I forgot this: This port *requires* a ports version of Perl, 5.6.1 or newer. Among other things, that is why FreshPorts marks it as "broken". Revision Changes Path 1.29 +0 -0 ports/www/phoenix/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 12: 8:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE70E37B401; Sun, 10 Nov 2002 12:08:32 -0800 (PST) Received: from alcanet.com.au (mail2.alcanet.com.au [203.62.196.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C27743E3B; Sun, 10 Nov 2002 12:08:31 -0800 (PST) (envelope-from peter.jeremy@alcatel.com.au) Received: from sydsmtp01.alcatel.com.au (IDENT:root@localhost.localdomain [127.0.0.1]) by alcanet.com.au (8.12.4/8.12.4/Alcanet1.3) with ESMTP id gAAK8S5O030651; Mon, 11 Nov 2002 07:08:29 +1100 Received: from gsmx07.alcatel.com.au ([139.188.20.247]) by sydsmtp01.alcatel.com.au (Lotus Domino Release 5.0.11) with ESMTP id 2002111107082721:2959 ; Mon, 11 Nov 2002 07:08:27 +1100 Received: from gsmx07.alcatel.com.au (localhost [127.0.0.1]) by gsmx07.alcatel.com.au (8.12.5/8.12.5) with ESMTP id gAAK8RRL012031; Mon, 11 Nov 2002 07:08:27 +1100 (EST) (envelope-from peter.jeremy@alcatel.com.au) Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.12.5/8.12.5/Submit) id gAAK8Qpu012030; Mon, 11 Nov 2002 07:08:26 +1100 (EST) (envelope-from peter.jeremy@alcatel.com.au) Date: Mon, 11 Nov 2002 07:08:26 +1100 From: Peter Jeremy To: Yen-Ming Lee Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/chinese/cdict5 Makefile pkg-comment pkg-descr Message-ID: <20021110200826.GY6446@gsmx07.alcatel.com.au> Mail-Followup-To: Yen-Ming Lee , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200211101852.gAAIqnYe055544@repoman.freebsd.org> Mime-Version: 1.0 In-Reply-To: <200211101852.gAAIqnYe055544@repoman.freebsd.org> User-Agent: Mutt/1.4i X-MIMETrack: Itemize by SMTP Server on SYDSMTP01/AlcatelAustralia(Release 5.0.11 |July 24, 2002) at 11/11/2002 07:08:27 AM, Serialize by Router on SYDSMTP01/AlcatelAustralia(Release 5.0.11 |July 24, 2002) at 11/11/2002 07:08:29 AM, Serialize complete at 11/11/2002 07:08:29 AM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-Nov-10 10:52:49 -0800, Yen-Ming Lee wrote: >leeym 2002/11/10 10:52:49 PST > > Modified files: > chinese/cdict5 Makefile pkg-comment pkg-descr > Log: > minor fixes: > 1. add IGNOREFILES > 2. make index in post-build phase > 3. correct pkg-comment / pkg-descr That description makes a lot more sense. I'd like to use this port but the comment "You have to obtain 21st Century Dictionary v5.0 data files yourself" is less than helpful since there's no indication where cdict5-file.tgz can be found. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 12:10:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 218AE37B401; Sun, 10 Nov 2002 12:10:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C90A743E6E; Sun, 10 Nov 2002 12:10:50 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAK8cmV062361; Sun, 10 Nov 2002 12:08:38 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAK8bJD062358; Sun, 10 Nov 2002 12:08:37 -0800 (PST) Message-Id: <200211102008.gAAK8bJD062358@repoman.freebsd.org> From: Jimmy Olgeni Date: Sun, 10 Nov 2002 12:08:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/10 12:08:37 PST Modified files: sysutils/webmin Makefile Log: Use MASTER_SITE_SOURCEFORGE. Revision Changes Path 1.137 +3 -3 ports/sysutils/webmin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 12:13:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC54A37B401; Sun, 10 Nov 2002 12:13:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A28F743E75; Sun, 10 Nov 2002 12:13:42 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAKBTmV062893; Sun, 10 Nov 2002 12:11:29 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAKBTNM062892; Sun, 10 Nov 2002 12:11:29 -0800 (PST) Message-Id: <200211102011.gAAKBTNM062892@repoman.freebsd.org> From: Jimmy Olgeni Date: Sun, 10 Nov 2002 12:11:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/usermin Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/sysutils/usermin/files patch-commands_config patch-htaccess_config patch-setup.sh usermin.sh.sample ports/sysutils/usermin/scripts ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/10 12:11:29 PST Modified files: sysutils Makefile Added files: sysutils/usermin Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist sysutils/usermin/files patch-commands_config patch-htaccess_config patch-setup.sh usermin.sh.sample sysutils/usermin/scripts pre-configure Log: Add usermin, a subset of webmin for non-administrative tasks. Revision Changes Path 1.309 +1 -0 ports/sysutils/Makefile 1.1 +75 -0 ports/sysutils/usermin/Makefile (new) 1.1 +2 -0 ports/sysutils/usermin/distinfo (new) 1.1 +8 -0 ports/sysutils/usermin/files/patch-commands_config (new) 1.1 +9 -0 ports/sysutils/usermin/files/patch-htaccess_config (new) 1.1 +54 -0 ports/sysutils/usermin/files/patch-setup.sh (new) 1.1 +29 -0 ports/sysutils/usermin/files/usermin.sh.sample (new) 1.1 +1 -0 ports/sysutils/usermin/pkg-comment (new) 1.1 +7 -0 ports/sysutils/usermin/pkg-descr (new) 1.1 +11 -0 ports/sysutils/usermin/pkg-message (new) 1.1 +10 -0 ports/sysutils/usermin/pkg-plist (new) 1.1 +15 -0 ports/sysutils/usermin/scripts/pre-configure (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 12:15:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97B1A37B401; Sun, 10 Nov 2002 12:15:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 475C343E88; Sun, 10 Nov 2002 12:15:40 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAKDRmV063003; Sun, 10 Nov 2002 12:13:27 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAKDREW063002; Sun, 10 Nov 2002 12:13:27 -0800 (PST) Message-Id: <200211102013.gAAKDREW063002@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 10 Nov 2002 12:13:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ghostscript-gnu distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/10 12:13:27 PST Modified files: print/ghostscript-gnu distinfo Log: Add another MD5 sum for ghostscript/eplaser-3.0.4-651.tgz The new tarball has changes in the readme and a copy of the GPL. Full diff of the tarballs is available at http://people.freebsd.org/~arved/eplaser.diff PR: 44996, 45043, 44780 Revision Changes Path 1.33 +1 -0 ports/print/ghostscript-gnu/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 12:16:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0F9437B401; Sun, 10 Nov 2002 12:16:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80DD643E3B; Sun, 10 Nov 2002 12:16:11 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAKDwmV063059; Sun, 10 Nov 2002 12:13:58 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAKDwx8063058; Sun, 10 Nov 2002 12:13:58 -0800 (PST) Message-Id: <200211102013.gAAKDwx8063058@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 10 Nov 2002 12:13:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys gpt.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/11/10 12:13:58 PST Modified files: sys/sys gpt.h Log: o Include . This avoids that applications such as gpt(8) have to include both and only because they include before . o Drop the triple bang in the unicode comment in favor of adding '-16' to make it explicit that the unicode characters are 16-bit. The fact that we use short as the type of the array does give it away; but only to the careful reader. Revision Changes Path 1.6 +3 -1 src/sys/sys/gpt.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 12:22:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5963537B401; Sun, 10 Nov 2002 12:22:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C2FE43E7B; Sun, 10 Nov 2002 12:22:43 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAKKUmV063894; Sun, 10 Nov 2002 12:20:30 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAKKU59063893; Sun, 10 Nov 2002 12:20:30 -0800 (PST) Message-Id: <200211102020.gAAKKU59063893@repoman.freebsd.org> From: Jimmy Olgeni Date: Sun, 10 Nov 2002 12:20:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/10 12:20:30 PST Modified files: . modules Log: Add usermin entry by hand. Revision Changes Path 1.6213 +1 -0 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 Nov 10 12:24:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4442E37B401; Sun, 10 Nov 2002 12:24:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE9C743E77; Sun, 10 Nov 2002 12:24:38 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAKMPmV064014; Sun, 10 Nov 2002 12:22:25 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAKMPGt064013; Sun, 10 Nov 2002 12:22:25 -0800 (PST) Message-Id: <200211102022.gAAKMPGt064013@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 10 Nov 2002 12:22:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/gpt add.c create.c destroy.c gpt.c migrate.c recover.c show.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/11/10 12:22:25 PST Modified files: sbin/gpt add.c create.c destroy.c gpt.c migrate.c recover.c show.c Log: Remove inclusion of . We now include in . This avoids having to include both and , which is considered by your friendly committer to be aestheticly displeasing (= ballyhoo barf barf :-) Revision Changes Path 1.3 +0 -1 src/sbin/gpt/add.c 1.4 +0 -1 src/sbin/gpt/create.c 1.2 +0 -1 src/sbin/gpt/destroy.c 1.5 +0 -1 src/sbin/gpt/gpt.c 1.4 +0 -1 src/sbin/gpt/migrate.c 1.3 +0 -1 src/sbin/gpt/recover.c 1.4 +0 -1 src/sbin/gpt/show.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 12:26:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D369137B401; Sun, 10 Nov 2002 12:26:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81E6543E42; Sun, 10 Nov 2002 12:26:37 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAKOOmV064099; Sun, 10 Nov 2002 12:24:24 -0800 (PST) (envelope-from dirk@repoman.freebsd.org) Received: (from dirk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAKOOKa064098; Sun, 10 Nov 2002 12:24:24 -0800 (PST) Message-Id: <200211102024.gAAKOOKa064098@repoman.freebsd.org> From: Dirk Froemberg Date: Sun, 10 Nov 2002 12:24:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql323-server Makefile ports/databases/mysql323-server/files mysql-server.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2002/11/10 12:24:24 PST Modified files: databases/mysql323-server Makefile databases/mysql323-server/files mysql-server.sh Log: Only kill mysqld we started. Don't kill all mysqld. Submitted by: sobomax (modified by me a bit) Revision Changes Path 1.145 +2 -2 ports/databases/mysql323-server/Makefile 1.4 +9 -2 ports/databases/mysql323-server/files/mysql-server.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 12:30:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4782937B401; Sun, 10 Nov 2002 12:30:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC47143E77; Sun, 10 Nov 2002 12:30:20 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAKS8mV064323; Sun, 10 Nov 2002 12:28:08 -0800 (PST) (envelope-from dirk@repoman.freebsd.org) Received: (from dirk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAKS8n7064321; Sun, 10 Nov 2002 12:28:08 -0800 (PST) Message-Id: <200211102028.gAAKS8n7064321@repoman.freebsd.org> From: Dirk Froemberg Date: Sun, 10 Nov 2002 12:28:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql323-server/files patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2002/11/10 12:28:08 PST Modified files: databases/mysql323-server/files patch-af Log: Only kill mysqld we started. Don't kill all mysqld. Submitted by: Submitted by: sobomax (modified by me a bit) Revision Changes Path 1.12 +12 -4 ports/databases/mysql323-server/files/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 Nov 10 12:46:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 704BE37B401; Sun, 10 Nov 2002 12:46:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2471943E75; Sun, 10 Nov 2002 12:46:28 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAKiFmV065876; Sun, 10 Nov 2002 12:44:15 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAKiF3N065875; Sun, 10 Nov 2002 12:44:15 -0800 (PST) Message-Id: <200211102044.gAAKiF3N065875@repoman.freebsd.org> From: SADA Kenji Date: Sun, 10 Nov 2002 12:44:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/mhonarc pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/10 12:44:15 PST Modified files: japanese/mhonarc pkg-descr Log: use WW tag for the URL. Revision Changes Path 1.2 +4 -2 ports/japanese/mhonarc/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 Nov 10 12:49:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3548137B401; Sun, 10 Nov 2002 12:49:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED95343E4A; Sun, 10 Nov 2002 12:49:15 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAKl3mV065983; Sun, 10 Nov 2002 12:47:03 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAKl3IG065982; Sun, 10 Nov 2002 12:47:03 -0800 (PST) Message-Id: <200211102047.gAAKl3IG065982@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 10 Nov 2002 12:47:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk write_ia64_disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/11/10 12:47:03 PST Modified files: lib/libdisk write_ia64_disk.c Log: General cleanup: o Remove all code guarded by !defined(__ia64__). This file is specifically written for ia64, o Handle the case when read_block() or write_block() fails. We don't want sysinstall(8) to signal a thumbs-up on error, o Set the starting (cyl,hd,sect) triple to 0xFFFFFF when either bios_hd or bios_sect is zero or the LBA us not representable with the triple. In that case automaticly initialize the ending triple with 0xFFFFFF as well, o Reindent Write_Int32() as it was different than the rest of the file, o Remove some unused variables that appeared to be used but were effectively useless. o Plug a memory leak: The second timne we read the MBR, we write out a modified block, but didn't free the memory after writing. o Replace d1->sector_size with 512 when we read/write the MBR. We ignore the sector size in cases we shouldn't but adhered to it in cases it would be wrong if the sector_size wasn't 512. This file should eventually be rewritten to write out a GPT. For now, a MBR will do... Revision Changes Path 1.5 +68 -96 src/lib/libdisk/write_ia64_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 12:51:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68D3C37B401; Sun, 10 Nov 2002 12:51:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BF3743E4A; Sun, 10 Nov 2002 12:51:41 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAKnSmV066582; Sun, 10 Nov 2002 12:49:28 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAKnSUd066581; Sun, 10 Nov 2002 12:49:28 -0800 (PST) Message-Id: <200211102049.gAAKnSUd066581@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 10 Nov 2002 12:49:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk libdisk.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/11/10 12:49:28 PST Modified files: lib/libdisk libdisk.h Log: Add an efi chunk type. We need to be able to create an EFI partition on ia64, because that's where we need to put the loader and the kernel. Revision Changes Path 1.50 +1 -0 src/lib/libdisk/libdisk.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 12:55:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A78C737B401; Sun, 10 Nov 2002 12:55:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCBAB43E3B; Sun, 10 Nov 2002 12:55:23 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAKrBmV066735; Sun, 10 Nov 2002 12:53:11 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAKrA7S066734; Sun, 10 Nov 2002 12:53:10 -0800 (PST) Message-Id: <200211102053.gAAKrA7S066734@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 10 Nov 2002 12:53:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/11/10 12:53:10 PST Modified files: lib/libdisk disk.c Log: Add efi to the list of types for which we need to return tha name. Also, return chunk type efi in case we find an EFI partition in the GPT. We used to return FAT due to a lack of EFI type. Revision Changes Path 1.106 +4 -1 src/lib/libdisk/disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 12:59: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E3D237B401; Sun, 10 Nov 2002 12:59:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 403C543E6E; Sun, 10 Nov 2002 12:59:06 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAKurmV066867; Sun, 10 Nov 2002 12:56:53 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAKur7v066866; Sun, 10 Nov 2002 12:56:53 -0800 (PST) Message-Id: <200211102056.gAAKur7v066866@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 10 Nov 2002 12:56:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall disks.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/11/10 12:56:53 PST Modified files: usr.sbin/sysinstall disks.c Log: A support for creating EFI partitions. This is required on ia64, but not made conditional upon it. Revision Changes Path 1.138 +3 -0 src/usr.sbin/sysinstall/disks.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 13: 9:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEB5537B401; Sun, 10 Nov 2002 13:09:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FB7A43E42; Sun, 10 Nov 2002 13:09:42 -0800 (PST) (envelope-from jake@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAL7TmV067733; Sun, 10 Nov 2002 13:07:29 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAL7TRc067732; Sun, 10 Nov 2002 13:07:29 -0800 (PST) Message-Id: <200211102107.gAAL7TRc067732@repoman.freebsd.org> From: Jake Burkholder Date: Sun, 10 Nov 2002 13:07:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk write_sparc64_disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/11/10 13:07:29 PST Modified files: lib/libdisk write_sparc64_disk.c Log: Write the boot block to the first 16 sectors of all partitions, instead of always to the first 16 sectors of the disk. The firmware reads the boot code from a partition, defaulting to 'a' if none is specified, which only corresponds to the first 16 sectors of the disk if 'a' is first. Solaris often makes the swap partition first, instead of the root partition, and users expect to be able to do the same with freebsd as well. This also allows one to temporarily boot from another partition if the boot block on the root partition gets scrambled somehow. Revision Changes Path 1.5 +13 -12 src/lib/libdisk/write_sparc64_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 13:23:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98C6537B401; Sun, 10 Nov 2002 13:23:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 075D543E4A; Sun, 10 Nov 2002 13:23:18 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAALL5mV069226; Sun, 10 Nov 2002 13:21:05 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAALL4jo069225; Sun, 10 Nov 2002 13:21:04 -0800 (PST) Message-Id: <200211102121.gAALL4jo069225@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 10 Nov 2002 13:21:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xscreensaver-gnome Makefile distinfo pkg-plist ports/x11/xscreensaver-gnome/files patch-driver_Makefile.in patch-po::Makefile.in.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/10 13:21:04 PST Modified files: x11/xscreensaver-gnome Makefile distinfo pkg-plist x11/xscreensaver-gnome/files patch-driver_Makefile.in patch-po::Makefile.in.in Log: Update to 4.06. Revision Changes Path 1.6 +2 -3 ports/x11/xscreensaver-gnome/Makefile 1.3 +1 -1 ports/x11/xscreensaver-gnome/distinfo 1.4 +17 -21 ports/x11/xscreensaver-gnome/files/patch-driver_Makefile.in 1.2 +3 -6 ports/x11/xscreensaver-gnome/files/patch-po::Makefile.in.in 1.4 +8 -6 ports/x11/xscreensaver-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 Sun Nov 10 13:32:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27F0437B404; Sun, 10 Nov 2002 13:32:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1D6643E3B; Sun, 10 Nov 2002 13:32:26 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAALUDmV070049; Sun, 10 Nov 2002 13:30:13 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAALUDCT070048; Sun, 10 Nov 2002 13:30:13 -0800 (PST) Message-Id: <200211102130.gAALUDCT070048@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 10 Nov 2002 13:30:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtk20 Makefile distinfo ports/x11-toolkits/gtk20/files patch-gdk-pixbuf_io-gif.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/10 13:30:13 PST Modified files: x11-toolkits/gtk20 Makefile distinfo x11-toolkits/gtk20/files patch-gdk-pixbuf_io-gif.c Log: Update to 2.0.8. Revision Changes Path 1.105 +1 -2 ports/x11-toolkits/gtk20/Makefile 1.53 +1 -1 ports/x11-toolkits/gtk20/distinfo 1.2 +0 -26 ports/x11-toolkits/gtk20/files/patch-gdk-pixbuf_io-gif.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 13:33:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82D4637B401; Sun, 10 Nov 2002 13:33:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3487743E6E; Sun, 10 Nov 2002 13:33:20 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAALV7mV070120; Sun, 10 Nov 2002 13:31:07 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAALV7WC070119; Sun, 10 Nov 2002 13:31:07 -0800 (PST) Message-Id: <200211102131.gAALV7WC070119@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 10 Nov 2002 13:31:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ggv2 Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/10 13:31:07 PST Modified files: print/ggv2 Makefile distinfo pkg-plist Log: Update to 1.99.96. Revision Changes Path 1.37 +1 -1 ports/print/ggv2/Makefile 1.17 +1 -1 ports/print/ggv2/distinfo 1.17 +2 -0 ports/print/ggv2/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 Nov 10 13:33:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A6A437B401; Sun, 10 Nov 2002 13:33:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 374A543E42; Sun, 10 Nov 2002 13:33:55 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAALVgmV070186; Sun, 10 Nov 2002 13:31:42 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAALVgcs070185; Sun, 10 Nov 2002 13:31:42 -0800 (PST) Message-Id: <200211102131.gAALVgcs070185@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 10 Nov 2002 13:31:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnomeicu2 Makefile distinfo pkg-plist ports/net/gnomeicu2/files patch-src_userserver.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/10 13:31:42 PST Modified files: net/gnomeicu2 Makefile distinfo pkg-plist Added files: net/gnomeicu2/files patch-src_userserver.c Log: Update to 0.98.126. Revision Changes Path 1.49 +1 -1 ports/net/gnomeicu2/Makefile 1.17 +1 -1 ports/net/gnomeicu2/distinfo 1.1 +17 -0 ports/net/gnomeicu2/files/patch-src_userserver.c (new) 1.17 +12 -23 ports/net/gnomeicu2/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 Nov 10 13:35:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C39A937B401; Sun, 10 Nov 2002 13:35:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C95643E4A; Sun, 10 Nov 2002 13:35:34 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAALXLmV070280; Sun, 10 Nov 2002 13:33:21 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAALXLkK070279; Sun, 10 Nov 2002 13:33:21 -0800 (PST) Message-Id: <200211102133.gAALXLkK070279@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 10 Nov 2002 13:33:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/bonobo-activation Makefile distinfo ports/devel/bonobo-activation/files patch-bonobo-activation::bonobo-activation-fork-server.c patch-server::Makefile.in patch-server::activation-server-main.c patch-temp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/10 13:33:21 PST Modified files: devel/bonobo-activation Makefile distinfo devel/bonobo-activation/files patch-bonobo-activation::bonobo-activation-fork-server.c patch-server::Makefile.in patch-server::activation-server-main.c Removed files: devel/bonobo-activation/files patch-temp Log: Re-introduce 1.0.4. The previous problem where GNOME would hang at startup with 1.0.4 should be fixed. Not objected to by: gnome Revision Changes Path 1.27 +1 -1 ports/devel/bonobo-activation/Makefile 1.13 +1 -1 ports/devel/bonobo-activation/distinfo 1.6 +6 -6 ports/devel/bonobo-activation/files/patch-bonobo-activation::bonobo-activation-fork-server.c 1.5 +11 -11 ports/devel/bonobo-activation/files/patch-server::Makefile.in 1.3 +12 -6 ports/devel/bonobo-activation/files/patch-server::activation-server-main.c 1.4 +0 -15 ports/devel/bonobo-activation/files/patch-temp (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 13:36:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2996E37B401; Sun, 10 Nov 2002 13:36:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC58143E42; Sun, 10 Nov 2002 13:36:23 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAALYAmV070349; Sun, 10 Nov 2002 13:34:10 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAALYA5d070348; Sun, 10 Nov 2002 13:34:10 -0800 (PST) Message-Id: <200211102134.gAALYA5d070348@repoman.freebsd.org> From: Tilman Linneweh Date: Sun, 10 Nov 2002 13:34:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libslang Makefile distinfo ports/devel/libslang/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/10 13:34:10 PST Modified files: devel/libslang Makefile distinfo devel/libslang/files patch-aa Log: Update to 1.4.6 PR: 44713 Submitted by: Sergei Kolobov Approved by: Mark Huizer (maintainer) Revision Changes Path 1.29 +2 -2 ports/devel/libslang/Makefile 1.13 +1 -1 ports/devel/libslang/distinfo 1.16 +17 -56 ports/devel/libslang/files/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 Nov 10 13:50: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30F6A37B401; Sun, 10 Nov 2002 13:50:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3F8843E6E; Sun, 10 Nov 2002 13:49:59 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAALlkmV071372; Sun, 10 Nov 2002 13:47:46 -0800 (PST) (envelope-from dirk@repoman.freebsd.org) Received: (from dirk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAALlkAW071371; Sun, 10 Nov 2002 13:47:46 -0800 (PST) Message-Id: <200211102147.gAALlkAW071371@repoman.freebsd.org> From: Dirk Froemberg Date: Sun, 10 Nov 2002 13:47:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql323-server Makefile ports/databases/mysql323-server/files mysql-server.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2002/11/10 13:47:46 PST Modified files: databases/mysql323-server Makefile databases/mysql323-server/files mysql-server.sh Log: Set limits from user mysql before starting mysqld. Submitted by: Denis Shaposhnikov Revision Changes Path 1.146 +1 -1 ports/databases/mysql323-server/Makefile 1.5 +1 -0 ports/databases/mysql323-server/files/mysql-server.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 13:52:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 316B037B401; Sun, 10 Nov 2002 13:52:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D65C443E3B; Sun, 10 Nov 2002 13:52:17 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAALo4mV072010; Sun, 10 Nov 2002 13:50:04 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAALo4wp072009; Sun, 10 Nov 2002 13:50:04 -0800 (PST) Message-Id: <200211102150.gAALo4wp072009@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 10 Nov 2002 13:50:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/11/10 13:50:04 PST Modified files: en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml Log: Add missing application tags for CVSup. Revision Changes Path 1.148 +2 -2 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 14: 3:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ED4A37B401; Sun, 10 Nov 2002 14:03:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 411A243E3B; Sun, 10 Nov 2002 14:03:49 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAM1amV072902; Sun, 10 Nov 2002 14:01:36 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAM1asc072901; Sun, 10 Nov 2002 14:01:36 -0800 (PST) Message-Id: <200211102201.gAAM1asc072901@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 10 Nov 2002 14:01:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/glade2 Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/10 14:01:36 PST Modified files: devel/glade2 Makefile distinfo pkg-plist Log: Update to 1.1.3. Revision Changes Path 1.40 +1 -1 ports/devel/glade2/Makefile 1.20 +1 -1 ports/devel/glade2/distinfo 1.19 +0 -1 ports/devel/glade2/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 Nov 10 14: 4:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D90E37B401; Sun, 10 Nov 2002 14:04:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3D5443E4A; Sun, 10 Nov 2002 14:04:56 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAM2hmV072963; Sun, 10 Nov 2002 14:02:43 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAM2htU072962; Sun, 10 Nov 2002 14:02:43 -0800 (PST) Message-Id: <200211102202.gAAM2htU072962@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 10 Nov 2002 14:02:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/sawfish Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/10 14:02:43 PST Modified files: x11-wm/sawfish Makefile distinfo pkg-plist Log: Update to 1.2. Revision Changes Path 1.60 +1 -1 ports/x11-wm/sawfish/Makefile 1.35 +1 -1 ports/x11-wm/sawfish/distinfo 1.38 +5 -0 ports/x11-wm/sawfish/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 14: 6:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4B8237B401; Sun, 10 Nov 2002 14:06:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9471C43E3B; Sun, 10 Nov 2002 14:06:47 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAM4YmV073024; Sun, 10 Nov 2002 14:04:34 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAM4YRR073023; Sun, 10 Nov 2002 14:04:34 -0800 (PST) Message-Id: <200211102204.gAAM4YRR073023@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 10 Nov 2002 14:04:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/libmal/files patch-malsync::mal::client::unix::MAL31DBConfig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/10 14:04:34 PST Added files: palm/libmal/files patch-malsync::mal::client::unix::MAL31DBConfig.c Log: Make palm/syncmal building on -current again. Noticed on: bento Informed maintainer / authors Revision Changes Path 1.1 +14 -0 ports/palm/libmal/files/patch-malsync::mal::client::unix::MAL31DBConfig.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 14:12: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E669E37B401; Sun, 10 Nov 2002 14:12:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95D6B43E4A; Sun, 10 Nov 2002 14:12:05 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAM9qmV073802; Sun, 10 Nov 2002 14:09:52 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAM9qgt073801; Sun, 10 Nov 2002 14:09:52 -0800 (PST) Message-Id: <200211102209.gAAM9qgt073801@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 10 Nov 2002 14:09:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/pan2 Makefile distinfo ports/news/pan2/files patch-temp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/10 14:09:52 PST Modified files: news/pan2 Makefile distinfo news/pan2/files patch-temp Log: Update to 0.13.2. PR: 45136 Submitted by: Martin Klaffenboeck Revision Changes Path 1.68 +1 -2 ports/news/pan2/Makefile 1.45 +1 -1 ports/news/pan2/distinfo 1.2 +0 -23 ports/news/pan2/files/patch-temp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 14:12:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE52837B401; Sun, 10 Nov 2002 14:12:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9234843E42; Sun, 10 Nov 2002 14:12:33 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAMAKmV073893; Sun, 10 Nov 2002 14:10:20 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAMAKWR073892; Sun, 10 Nov 2002 14:10:20 -0800 (PST) Message-Id: <200211102210.gAAMAKWR073892@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 10 Nov 2002 14:10:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/pan2/files patch-temp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/10 14:10:20 PST Removed files: news/pan2/files patch-temp Log: This is no longer needed. Revision Changes Path 1.3 +0 -0 ports/news/pan2/files/patch-temp (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 14:24:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B15F837B401; Sun, 10 Nov 2002 14:24:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E6C143E42; Sun, 10 Nov 2002 14:24:31 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAMMImV074820; Sun, 10 Nov 2002 14:22:18 -0800 (PST) (envelope-from dirk@repoman.freebsd.org) Received: (from dirk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAMMHCY074819; Sun, 10 Nov 2002 14:22:17 -0800 (PST) Message-Id: <200211102222.gAAMMHCY074819@repoman.freebsd.org> From: Dirk Froemberg Date: Sun, 10 Nov 2002 14:22:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql323-server Makefile ports/databases/mysql323-server/files patch-ag X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2002/11/10 14:22:17 PST Modified files: databases/mysql323-server Makefile databases/mysql323-server/files patch-ag Log: FreeBSD has broken realpath(3), too. PR: ports/44784 Submitted by: Adrian Filipi-Martin Revision Changes Path 1.147 +1 -1 ports/databases/mysql323-server/Makefile 1.19 +16 -8 ports/databases/mysql323-server/files/patch-ag To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 14:32:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6780737B401; Sun, 10 Nov 2002 14:32:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B045B43E3B; Sun, 10 Nov 2002 14:32:32 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAMUJmV075738; Sun, 10 Nov 2002 14:30:19 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAMUJhd075737; Sun, 10 Nov 2002 14:30:19 -0800 (PST) Message-Id: <200211102230.gAAMUJhd075737@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Nov 2002 14:30:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/docbook-400 pkg-plist ports/textproc/docbook-410 pkg-plist ports/textproc/docbook-to-man pkg-plist ports/textproc/iso12083 pkg-plist ports/textproc/iso8879 pkg-plist ports/textproc/jade pkg-plist ports/textproc/linuxdoc pkg-plist ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/11/10 14:30:19 PST Modified files: textproc/docbook-400 pkg-plist textproc/docbook-410 pkg-plist textproc/docbook-to-man pkg-plist textproc/iso12083 pkg-plist textproc/iso8879 pkg-plist textproc/jade pkg-plist textproc/linuxdoc pkg-plist textproc/openjade pkg-plist Log: Don't remove the system directory share/sgml Revision Changes Path 1.6 +0 -1 ports/textproc/docbook-400/pkg-plist 1.3 +0 -1 ports/textproc/docbook-410/pkg-plist 1.3 +1 -2 ports/textproc/docbook-to-man/pkg-plist 1.3 +0 -1 ports/textproc/iso12083/pkg-plist 1.5 +0 -1 ports/textproc/iso8879/pkg-plist 1.13 +0 -1 ports/textproc/jade/pkg-plist 1.7 +0 -1 ports/textproc/linuxdoc/pkg-plist 1.15 +0 -1 ports/textproc/openjade/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 Nov 10 14:46:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16B4D37B401; Sun, 10 Nov 2002 14:46:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A00E443E77; Sun, 10 Nov 2002 14:46:16 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAMi3mV077486; Sun, 10 Nov 2002 14:44:03 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAMi3gi077485; Sun, 10 Nov 2002 14:44:03 -0800 (PST) Message-Id: <200211102244.gAAMi3gi077485@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Nov 2002 14:44:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xnap pkg-plist ports/databases/java-sqlrelay pkg-plist ports/databases/postgresql-jdbc pkg-plist ports/java/collections pkg-plist ports/java/cos pkg-plist ports/java/infobus pkg-plist ports/java/jaf pkg-plist ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/11/10 14:44:03 PST Modified files: audio/xnap pkg-plist databases/java-sqlrelay pkg-plist databases/postgresql-jdbc pkg-plist java/collections pkg-plist java/cos pkg-plist java/infobus pkg-plist java/jaf pkg-plist java/jakarta-oro pkg-plist java/jdbcpool pkg-plist java/jdk12 pkg-plist java/jdk13 pkg-plist java/jdom pkg-plist java/jfc pkg-plist java/jre pkg-plist java/junit pkg-plist lang/starlogo pkg-plist net/airport pkg-plist net/confregdecode pkg-plist net/edonkey-gui-java pkg-plist net/javadc pkg-plist net/jift pkg-plist net/phex pkg-plist security/mindterm-binary pkg-plist textproc/cocoon pkg-plist textproc/fop pkg-plist textproc/smartdoc pkg-plist textproc/xml4j pkg-plist www/apache-jserv pkg-plist www/gnujsp pkg-plist www/hotjava pkg-plist textproc/smartdoc-devel pkg-plist Log: Don't remove system directories share/java, share/java/classes, and share/doc Revision Changes Path 1.3 +0 -1 ports/audio/xnap/pkg-plist 1.3 +0 -2 ports/databases/java-sqlrelay/pkg-plist 1.2 +0 -2 ports/databases/postgresql-jdbc/pkg-plist 1.2 +0 -2 ports/java/collections/pkg-plist 1.6 +0 -2 ports/java/cos/pkg-plist 1.2 +0 -2 ports/java/infobus/pkg-plist 1.4 +0 -2 ports/java/jaf/pkg-plist 1.2 +0 -2 ports/java/jakarta-oro/pkg-plist 1.3 +0 -2 ports/java/jdbcpool/pkg-plist 1.3 +0 -3 ports/java/jdk12/pkg-plist 1.12 +0 -3 ports/java/jdk13/pkg-plist 1.5 +0 -1 ports/java/jdom/pkg-plist 1.3 +0 -2 ports/java/jfc/pkg-plist 1.5 +0 -3 ports/java/jre/pkg-plist 1.6 +0 -2 ports/java/junit/pkg-plist 1.6 +0 -1 ports/lang/starlogo/pkg-plist 1.8 +0 -1 ports/net/airport/pkg-plist 1.2 +0 -1 ports/net/confregdecode/pkg-plist 1.2 +0 -1 ports/net/edonkey-gui-java/pkg-plist 1.2 +0 -1 ports/net/javadc/pkg-plist 1.2 +0 -1 ports/net/jift/pkg-plist 1.3 +0 -1 ports/net/phex/pkg-plist 1.3 +0 -2 ports/security/mindterm-binary/pkg-plist 1.8 +0 -2 ports/textproc/cocoon/pkg-plist 1.5 +0 -2 ports/textproc/fop/pkg-plist 1.3 +0 -1 ports/textproc/smartdoc-devel/pkg-plist 1.4 +0 -2 ports/textproc/smartdoc/pkg-plist 1.8 +0 -2 ports/textproc/xml4j/pkg-plist 1.5 +0 -2 ports/www/apache-jserv/pkg-plist 1.4 +0 -2 ports/www/gnujsp/pkg-plist 1.4 +0 -1 ports/www/hotjava/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 Nov 10 14:56:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEDF037B401; Sun, 10 Nov 2002 14:56:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A002D43E42; Sun, 10 Nov 2002 14:56:39 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAMsQmV078305; Sun, 10 Nov 2002 14:54:26 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAMsQXB078304; Sun, 10 Nov 2002 14:54:26 -0800 (PST) Message-Id: <200211102254.gAAMsQXB078304@repoman.freebsd.org> From: Alan Eldridge Date: Sun, 10 Nov 2002 14:54:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.port.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/11/10 14:54:26 PST Modified files: Mk bsd.port.mk Log: Major change: totally rewrote the autoconf/automake support section, with provisions for autoconf 2.54 and automake 1.7.x when they are ready. Minor change: Added DOCSDIR, EXAMPLESDIR, and DATADIR to PLIST_SUB. PR: 42351 Reviewed by: kris Approved by: kris Revision Changes Path 1.429 +191 -60 ports/Mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 14:57:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD18237B401; Sun, 10 Nov 2002 14:57:08 -0800 (PST) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71BD043E6E; Sun, 10 Nov 2002 14:57:08 -0800 (PST) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 1A9329BC3; Sun, 10 Nov 2002 17:48:19 -0500 (EST) Date: Sun, 10 Nov 2002 17:48:19 -0500 From: Mike Barcroft To: Dirk Froemberg Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/databases/mysql323-server Makefile ports/databases/mysql323-server/files patch-ag Message-ID: <20021110174819.B52940@espresso.q9media.com> References: <200211102222.gAAMMHCY074819@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211102222.gAAMMHCY074819@repoman.freebsd.org>; from dirk@FreeBSD.org on Sun, Nov 10, 2002 at 02:22:17PM -0800 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dirk Froemberg writes: > dirk 2002/11/10 14:22:17 PST > > Modified files: > databases/mysql323-server Makefile > databases/mysql323-server/files patch-ag > Log: > FreeBSD has broken realpath(3), too. > > PR: ports/44784 > Submitted by: Adrian Filipi-Martin > > Revision Changes Path > 1.147 +1 -1 ports/databases/mysql323-server/Makefile > 1.19 +16 -8 ports/databases/mysql323-server/files/patch-ag Thanks! I've run into the /var/tmp problem using LinuxThreads on heavily loaded database servers. I just ended up making /var/tmp a symbolic link to /var/db/mysql. Perhaps you could open a PR about the thread-safeness of realpath(3)? Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 15: 6:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87F2D37B401; Sun, 10 Nov 2002 15:06:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 362E943E6E; Sun, 10 Nov 2002 15:06:35 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAN4LmV079206; Sun, 10 Nov 2002 15:04:21 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAN4Lt9079205; Sun, 10 Nov 2002 15:04:21 -0800 (PST) Message-Id: <200211102304.gAAN4Lt9079205@repoman.freebsd.org> From: Kris Kennaway Date: Sun, 10 Nov 2002 15:04:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/smartdoc pkg-plist ports/textproc/xhtml pkg-plist ports/textproc/xsl-docbook-modular pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/11/10 15:04:21 PST Modified files: textproc/smartdoc pkg-plist textproc/xhtml pkg-plist textproc/xsl-docbook-modular pkg-plist Log: Don't remove system directory share/xml Revision Changes Path 1.5 +0 -1 ports/textproc/smartdoc/pkg-plist 1.3 +0 -1 ports/textproc/xhtml/pkg-plist 1.2 +0 -1 ports/textproc/xsl-docbook-modular/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 Nov 10 15:11:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCA6537B401; Sun, 10 Nov 2002 15:11:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E91B43E42; Sun, 10 Nov 2002 15:11:42 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAAN9TmV079941; Sun, 10 Nov 2002 15:09:29 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAAN9SeX079940; Sun, 10 Nov 2002 15:09:28 -0800 (PST) Message-Id: <200211102309.gAAN9SeX079940@repoman.freebsd.org> From: Alan Eldridge Date: Sun, 10 Nov 2002 15:09:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/11/10 15:09:28 PST Modified files: mail/mutt-devel Makefile Log: Removed erroneous USE_GMAKE=yes at request of maintainer. Sorry again, Udo. Revision Changes Path 1.182 +0 -1 ports/mail/mutt-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 15:16:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1926637B401; Sun, 10 Nov 2002 15:16:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC81943E4A; Sun, 10 Nov 2002 15:16:41 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAANESmV080162; Sun, 10 Nov 2002 15:14:28 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAANESKn080161; Sun, 10 Nov 2002 15:14:28 -0800 (PST) Message-Id: <200211102314.gAANESKn080161@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 10 Nov 2002 15:14:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/procmail Makefile ports/mail/procmail/files patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/11/10 15:14:28 PST Modified files: mail/procmail Makefile Added files: mail/procmail/files patch-af Log: Fix realloc arg Revision Changes Path 1.42 +1 -0 ports/mail/procmail/Makefile 1.1 +11 -0 ports/mail/procmail/files/patch-af (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 15:39:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B332837B406; Sun, 10 Nov 2002 15:39:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65F6243E6E; Sun, 10 Nov 2002 15:39:39 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAANbPmV081993; Sun, 10 Nov 2002 15:37:25 -0800 (PST) (envelope-from dcs@repoman.freebsd.org) Received: (from dcs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAANbPwU081992; Sun, 10 Nov 2002 15:37:25 -0800 (PST) Message-Id: <200211102337.gAANbPwU081992@repoman.freebsd.org> From: "Daniel C. Sobral" Date: Sun, 10 Nov 2002 15:37:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles gerrold.limerick X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dcs 2002/11/10 15:37:25 PST Modified files: games/fortune/datfiles gerrold.limerick Log: Finished at last. Revision Changes Path 1.5 +706 -1 src/games/fortune/datfiles/gerrold.limerick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 15:43:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5899B37B401; Sun, 10 Nov 2002 15:43:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A04243E75; Sun, 10 Nov 2002 15:43:15 -0800 (PST) (envelope-from dcs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAANf1mV082668; Sun, 10 Nov 2002 15:41:01 -0800 (PST) (envelope-from dcs@repoman.freebsd.org) Received: (from dcs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAANf1b9082667; Sun, 10 Nov 2002 15:41:01 -0800 (PST) Message-Id: <200211102341.gAANf1b9082667@repoman.freebsd.org> From: "Daniel C. Sobral" Date: Sun, 10 Nov 2002 15:41:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dcs 2002/11/10 15:41:01 PST Modified files: games/fortune/datfiles Makefile Log: Add gerrold.limerick to the building process. Revision Changes Path 1.29 +3 -3 src/games/fortune/datfiles/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 16:31:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1185637B401; Sun, 10 Nov 2002 16:31:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC9E543E42; Sun, 10 Nov 2002 16:31:15 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB0T2mV086411; Sun, 10 Nov 2002 16:29:02 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB0T26w086409; Sun, 10 Nov 2002 16:29:02 -0800 (PST) Message-Id: <200211110029.gAB0T26w086409@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 10 Nov 2002 16:29:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys uuidgen.2 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/11/10 16:29:01 PST Modified files: lib/libc/sys uuidgen.2 Log: Given that we have 3 places to document UUID related information, namely uuidgen(1), uuidgen(2) and uuid(3), the following division has been choosen: uuidgen(1) A description of the command line utility, and other user oriented UUID information. uuidgen(2) A mostly technical description of UUIDs. uuid(3) A description of the functions and other programmer oriented UUID information. According to the division: add more technical contents. Contributed by: Hiten Pandya Edited and enhanced: marcel Revision Changes Path 1.3 +69 -9 src/lib/libc/sys/uuidgen.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 16:47:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 426BC37B404; Sun, 10 Nov 2002 16:47:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C595043E3B; Sun, 10 Nov 2002 16:47:24 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB0jBmV087751; Sun, 10 Nov 2002 16:45:11 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB0jBl1087750; Sun, 10 Nov 2002 16:45:11 -0800 (PST) Message-Id: <200211110045.gAB0jBl1087750@repoman.freebsd.org> From: SADA Kenji Date: Sun, 10 Nov 2002 16:45:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/russian/apache13 Makefile ports/russian/apache13/files patch-ba patch-bb X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/10 16:45:11 PST Modified files: russian/apache13 Makefile Added files: russian/apache13/files patch-ba patch-bb Log: Add login classes support for suexec 'PORTCOMMENT' is discarded. PR: ports/45139 Submitted by: maintainer Revision Changes Path 1.27 +10 -9 ports/russian/apache13/Makefile 1.1 +20 -0 ports/russian/apache13/files/patch-ba (new) 1.1 +75 -0 ports/russian/apache13/files/patch-bb (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 16:50:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A88B737B401; Sun, 10 Nov 2002 16:50:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B06543E3B; Sun, 10 Nov 2002 16:50:49 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB0mZmV088027; Sun, 10 Nov 2002 16:48:35 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB0mZuw088025; Sun, 10 Nov 2002 16:48:35 -0800 (PST) Message-Id: <200211110048.gAB0mZuw088025@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 10 Nov 2002 16:48:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/ia64 mkisoimages.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/11/10 16:48:35 PST Modified files: release/ia64 mkisoimages.sh Log: Double the size of the EFI boot image. 5MB is not enough. The kernel is not compressed. Revision Changes Path 1.3 +1 -1 src/release/ia64/mkisoimages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 16:55:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B289C37B401; Sun, 10 Nov 2002 16:55:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E91943E42; Sun, 10 Nov 2002 16:55:49 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB0rZmV088583; Sun, 10 Nov 2002 16:53:35 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB0rZ6G088582; Sun, 10 Nov 2002 16:53:35 -0800 (PST) Message-Id: <200211110053.gAB0rZ6G088582@repoman.freebsd.org> From: SADA Kenji Date: Sun, 10 Nov 2002 16:53:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/russian/apache13-modssl Makefile distinfo ports/russian/apache13-modssl/files patch-ba patch-bb X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/10 16:53:35 PST Modified files: russian/apache13-modssl Makefile distinfo Added files: russian/apache13-modssl/files patch-ba patch-bb Log: - upgrade mod-ssl to 2.8.12 so that distfile could be fetchable again. - add support of login classes to suexec. - some portlint. # adding PORTCOMMENT was discarded. PR: ports/45140 Submitted by: maintainer Revision Changes Path 1.27 +11 -9 ports/russian/apache13-modssl/Makefile 1.16 +1 -1 ports/russian/apache13-modssl/distinfo 1.1 +20 -0 ports/russian/apache13-modssl/files/patch-ba (new) 1.1 +75 -0 ports/russian/apache13-modssl/files/patch-bb (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 17:15:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CFC437B401; Sun, 10 Nov 2002 17:15:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E281443E6E; Sun, 10 Nov 2002 17:15:41 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB1DSmV090293; Sun, 10 Nov 2002 17:13:28 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB1DSox090292; Sun, 10 Nov 2002 17:13:28 -0800 (PST) Message-Id: <200211110113.gAB1DSox090292@repoman.freebsd.org> From: SADA Kenji Date: Sun, 10 Nov 2002 17:13:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/msp430-binutils Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/10 17:13:27 PST Modified files: devel/msp430-binutils Makefile distinfo pkg-plist Log: upgrade to patchversion 20021028 PR: ports/45160 Submitted by: maintainer Revision Changes Path 1.2 +10 -8 ports/devel/msp430-binutils/Makefile 1.2 +1 -1 ports/devel/msp430-binutils/distinfo 1.2 +31 -1 ports/devel/msp430-binutils/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 Nov 10 17:23:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE15737B401; Sun, 10 Nov 2002 17:23:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F40443E3B; Sun, 10 Nov 2002 17:23:37 -0800 (PST) (envelope-from max@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB1LNmV091075; Sun, 10 Nov 2002 17:21:23 -0800 (PST) (envelope-from max@repoman.freebsd.org) Received: (from max@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB1LNhk091074; Sun, 10 Nov 2002 17:21:23 -0800 (PST) Message-Id: <200211110121.gAB1LNhk091074@repoman.freebsd.org> From: Masafumi Max NAKANE Date: Sun, 10 Nov 2002 17:21:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mhonarc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG max 2002/11/10 17:21:23 PST Modified files: www/mhonarc Makefile distinfo Log: Upgrade to 2.5.13. Submitted by: sada Revision Changes Path 1.28 +2 -2 ports/www/mhonarc/Makefile 1.14 +1 -1 ports/www/mhonarc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 17:45:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82BDB37B401; Sun, 10 Nov 2002 17:45:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3480343E42; Sun, 10 Nov 2002 17:45:46 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB1hWmV092853; Sun, 10 Nov 2002 17:43:32 -0800 (PST) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB1hWni092852; Sun, 10 Nov 2002 17:43:32 -0800 (PST) Message-Id: <200211110143.gAB1hWni092852@repoman.freebsd.org> From: Ian Dowse Date: Sun, 10 Nov 2002 17:43:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_descrip.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/11/10 17:43:32 PST Modified files: (Branch: RELENG_4) sys/kern kern_descrip.c Log: MFC: fix a file descriptor leak in fpathconf() that occurs when a socket descriptor is supplied. The bug was introduced in revision 1.94 and MFC'd by revision 1.81.2.6 (both Nov 2000). It was then fixed in -CURRENT by revision 1.114 (Jan 2002) as part of the file locking changes, but the bugfix was not MFC'd. PR: kern/28218 Reported by: NAKAMURA Takayuki Revision Changes Path 1.81.2.15 +6 -4 src/sys/kern/kern_descrip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 17:52:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E59937B401; Sun, 10 Nov 2002 17:52:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50AC443E6E; Sun, 10 Nov 2002 17:52:24 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB1oAmV093575; Sun, 10 Nov 2002 17:50:10 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB1oAv5093574; Sun, 10 Nov 2002 17:50:10 -0800 (PST) Message-Id: <200211110150.gAB1oAv5093574@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 10 Nov 2002 17:50:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/11/10 17:50:10 PST Modified files: sys/ia64/conf GENERIC Log: Comment-out USB support. A kernel doesn't boot with it. Deal with it later. Revision Changes Path 1.44 +12 -12 src/sys/ia64/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 18:13: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D177E37B401; Sun, 10 Nov 2002 18:12:59 -0800 (PST) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F74443E75; Sun, 10 Nov 2002 18:12:59 -0800 (PST) (envelope-from mjacob@feral.com) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id gAB2CsZ63219; Sun, 10 Nov 2002 18:12:54 -0800 (PST) (envelope-from mjacob@feral.com) Date: Sun, 10 Nov 2002 18:12:54 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: "Alan L. Cox" Cc: Jake Burkholder , Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm uma_dbg.c In-Reply-To: <3DCEAA0E.337BF15B@imimic.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry for the delay- I took the kid to see gramma... Sure- let me look at this a little closer - I'll interrupt the make release and try a different approach. Sorry for not reading the atomic stuff closer. I mean, after all, I believe that sparc *does* have atomic byte instructions. My bad for not reading the man page closeer. -matt On Sun, 10 Nov 2002, Alan L. Cox wrote: > Jake Burkholder wrote: > > > > Apparently, On Sun, Nov 10, 2002 at 08:16:44AM -0800, > > Matt Jacob said words to the effect of; > > > > > mjacob 2002/11/10 08:16:44 PST > > > > > > Modified files: > > > sys/vm uma_dbg.c > > > Log: > > > Use atomic_set_8 on the us_freelist maps as they are not otherwise > > > protected. Furthermore, in some RISC architectures with no normal > > > byte operations, the surrounding 3 bytes are also affected by the > > > read-modify-write that has to occur. > > > > > > Revision Changes Path > > > 1.9 +2 -2 src/sys/vm/uma_dbg.c > > > > sparc64 can't do atomic operations on less than 32 bits, this needs > > a lock. > > > > Matt, can you try acquiring and releasing the zone mutex in > uma_dbg_alloc() and uma_dbg_free() instead? > > Alan > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 18:26:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D93DD37B401; Sun, 10 Nov 2002 18:26:58 -0800 (PST) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 356C943E4A; Sun, 10 Nov 2002 18:26:58 -0800 (PST) (envelope-from mjacob@feral.com) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id gAB2OgZ63316; Sun, 10 Nov 2002 18:24:42 -0800 (PST) (envelope-from mjacob@feral.com) Date: Sun, 10 Nov 2002 18:24:42 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: "Alan L. Cox" Cc: Jake Burkholder , jeff@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/vm uma_dbg.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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > > Matt, can you try acquiring and releasing the zone mutex in > > uma_dbg_alloc() and uma_dbg_free() instead? > > > > Sure- let me look at this a little closer - I'll interrupt the make > release and try a different approach. The trouble is that slab_zalloc sets value in us_freelist with the zone lock not held. THe locking for falling uma_dbg_alloc and uma_dbg_free doesn't seem all that consistent to me. It's getting beyond my easy reading/fixing. If there is no MI atomic set/clear 8 (which, IMO, is kind of a bug), I'd just change us_freelist to be an int for now. This change seemed to make a difference- but it could be coincidence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 19:33:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E7CD37B401; Sun, 10 Nov 2002 19:33:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B35DE43E97; Sun, 10 Nov 2002 19:33:36 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB3VMmV001920; Sun, 10 Nov 2002 19:31:22 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB3VMrp001919; Sun, 10 Nov 2002 19:31:22 -0800 (PST) Message-Id: <200211110331.gAB3VMrp001919@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 10 Nov 2002 19:31:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla-devel Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/10 19:31:22 PST Modified files: www/mozilla-devel Makefile distinfo Log: Add calendar support to Mozilla. Specify -DWITH_CALENDAR to enable it. PR: 45145 Submitted by: Joe Kelsey Revision Changes Path 1.127 +17 -0 ports/www/mozilla-devel/Makefile 1.58 +1 -0 ports/www/mozilla-devel/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 19:55: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B364637B401; Sun, 10 Nov 2002 19:55:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64D4E43E4A; Sun, 10 Nov 2002 19:55:05 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB3qpmV003597; Sun, 10 Nov 2002 19:52:51 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB3qoOC003596; Sun, 10 Nov 2002 19:52:50 -0800 (PST) Message-Id: <200211110352.gAB3qoOC003596@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 10 Nov 2002 19:52:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gimp-devel Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/10 19:52:50 PST Modified files: graphics/gimp-devel Makefile distinfo pkg-plist Log: Update to 1.3.10. Revision Changes Path 1.107 +3 -3 ports/graphics/gimp-devel/Makefile 1.48 +1 -1 ports/graphics/gimp-devel/distinfo 1.66 +79 -9 ports/graphics/gimp-devel/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 Nov 10 20: 5:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4580837B401; Sun, 10 Nov 2002 20:05:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9BA443E6E; Sun, 10 Nov 2002 20:05:39 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB43PmV004480; Sun, 10 Nov 2002 20:03:25 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB43PNJ004479; Sun, 10 Nov 2002 20:03:25 -0800 (PST) Message-Id: <200211110403.gAB43PNJ004479@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 10 Nov 2002 20:03:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/vsftpd Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/11/10 20:03:25 PST Modified files: ftp/vsftpd Makefile distinfo pkg-plist Log: - Update to 1.1.3 - supports tcp_wrappers in standalone mode - verboose install - documentation added PR: 45199 Submitted by: matthias.andree@web.de Revision Changes Path 1.11 +27 -11 ports/ftp/vsftpd/Makefile 1.6 +1 -1 ports/ftp/vsftpd/distinfo 1.4 +42 -0 ports/ftp/vsftpd/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 Nov 10 20:18:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 964BD37B401; Sun, 10 Nov 2002 20:18:21 -0800 (PST) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4F2043E4A; Sun, 10 Nov 2002 20:18:20 -0800 (PST) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.5/8.12.5) with ESMTP id gAB4Ybbd090780; Sun, 10 Nov 2002 23:34:37 -0500 (EST) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.5/8.12.5/Submit) id gAB4YaOW090779; Sun, 10 Nov 2002 23:34:36 -0500 (EST) Date: Sun, 10 Nov 2002 23:34:36 -0500 From: Jake Burkholder To: Matthew Jacob Cc: "Alan L. Cox" , jeff@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/vm uma_dbg.c Message-ID: <20021110233436.C85338@locore.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from mjacob@feral.com on Sun, Nov 10, 2002 at 06:24:42PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Apparently, On Sun, Nov 10, 2002 at 06:24:42PM -0800, Matthew Jacob said words to the effect of; > > > > > > > > Matt, can you try acquiring and releasing the zone mutex in > > > uma_dbg_alloc() and uma_dbg_free() instead? > > > > > > > Sure- let me look at this a little closer - I'll interrupt the make > > release and try a different approach. > > The trouble is that slab_zalloc sets value in us_freelist with the zone > lock not held. > > THe locking for falling uma_dbg_alloc and uma_dbg_free doesn't seem all > that consistent to me. > > It's getting beyond my easy reading/fixing. If there is no MI atomic > set/clear 8 (which, IMO, is kind of a bug), I'd just change us_freelist > to be an int for now. This change seemed to make a difference- but it > could be coincidence. > This would be my suggestion: Index: sys/vm/uma_core.c =================================================================== RCS file: /home/ncvs/src/sys/vm/uma_core.c,v retrieving revision 1.41 diff -u -r1.41 uma_core.c --- sys/vm/uma_core.c 1 Nov 2002 01:01:27 -0000 1.41 +++ sys/vm/uma_core.c 11 Nov 2002 04:11:38 -0000 @@ -1348,7 +1348,9 @@ ("uma_zalloc: Bucket pointer mangled.")); cache->uc_allocs++; #ifdef INVARIANTS + ZONE_LOCK(zone); uma_dbg_alloc(zone, NULL, item); + ZONE_UNLOCK(zone); #endif CPU_UNLOCK(zone, cpu); if (zone->uz_ctor) @@ -1698,10 +1700,12 @@ ("uma_zfree: Freeing to non free bucket index.")); bucket->ub_bucket[bucket->ub_ptr] = item; #ifdef INVARIANTS + ZONE_LOCK(zone); if (zone->uz_flags & UMA_ZFLAG_MALLOC) uma_dbg_free(zone, udata, item); else uma_dbg_free(zone, NULL, item); + ZONE_UNLOCK(zone); #endif CPU_UNLOCK(zone, cpu); return; uma_dbg_* are called with the zone lock held everywhere else, and the us_freelist is used with the zone lock held everywhere else as well. slab_zalloc is working on a newly created slab that doesn't have any other references, so it doesn't need to be locked until its added to the zone. Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 20:33:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E9B037B401; Sun, 10 Nov 2002 20:33:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2D2B43E6E; Sun, 10 Nov 2002 20:33:42 -0800 (PST) (envelope-from yoichi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB4VSmV006914; Sun, 10 Nov 2002 20:31:28 -0800 (PST) (envelope-from yoichi@repoman.freebsd.org) Received: (from yoichi@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB4VS1x006913; Sun, 10 Nov 2002 20:31:28 -0800 (PST) Message-Id: <200211110431.gAB4VS1x006913@repoman.freebsd.org> From: Yoichi NAKAYAMA Date: Sun, 10 Nov 2002 20:31:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/emacs-wget Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yoichi 2002/11/10 20:31:28 PST Modified files: ftp/emacs-wget Makefile distinfo pkg-descr pkg-plist Log: Update to 0.3.3, change URI of Web page. Documents in English is now available. Revision Changes Path 1.2 +3 -3 ports/ftp/emacs-wget/Makefile 1.2 +1 -1 ports/ftp/emacs-wget/distinfo 1.2 +1 -1 ports/ftp/emacs-wget/pkg-descr 1.2 +2 -0 ports/ftp/emacs-wget/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 Nov 10 20:48:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 095D037B401; Sun, 10 Nov 2002 20:48:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF89B43E4A; Sun, 10 Nov 2002 20:48:54 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB4kemV007905; Sun, 10 Nov 2002 20:46:40 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB4keIT007904; Sun, 10 Nov 2002 20:46:40 -0800 (PST) Message-Id: <200211110446.gAB4keIT007904@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 10 Nov 2002 20:46:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk create_chunk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/11/10 20:46:40 PST Modified files: lib/libdisk create_chunk.c Log: MBR slices are named the same on ia64 as they are on i386. Revision Changes Path 1.76 +4 -4 src/lib/libdisk/create_chunk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 20:55:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 519A137B401; Sun, 10 Nov 2002 20:55:13 -0800 (PST) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id A990B43E42; Sun, 10 Nov 2002 20:55:12 -0800 (PST) (envelope-from mjacob@feral.com) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id gAB4swZ64272; Sun, 10 Nov 2002 20:54:58 -0800 (PST) (envelope-from mjacob@feral.com) Date: Sun, 10 Nov 2002 20:54:58 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Jake Burkholder Cc: "Alan L. Cox" , jeff@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/vm uma_dbg.c In-Reply-To: <20021110233436.C85338@locore.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hmm. I'll give it a try. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 20:58:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B1EF37B401; Sun, 10 Nov 2002 20:58:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0DE843E42; Sun, 10 Nov 2002 20:58:24 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB4uAmV008725; Sun, 10 Nov 2002 20:56:10 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB4uA1r008724; Sun, 10 Nov 2002 20:56:10 -0800 (PST) Message-Id: <200211110456.gAB4uA1r008724@repoman.freebsd.org> From: Robert Watson Date: Sun, 10 Nov 2002 20:56:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/trustedbsd/www components.page X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/11/10 20:56:10 PST Modified files: trustedbsd/www components.page Log: Consistently sort collection label information and the component description. Revision Changes Path 1.10 +7 -6 projects/trustedbsd/www/components.page To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 21: 1:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A5FA37B401; Sun, 10 Nov 2002 21:01:19 -0800 (PST) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8233D43E3B; Sun, 10 Nov 2002 21:01:18 -0800 (PST) (envelope-from mjacob@feral.com) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id gAB51EZ64350; Sun, 10 Nov 2002 21:01:14 -0800 (PST) (envelope-from mjacob@feral.com) Date: Sun, 10 Nov 2002 21:01:14 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Jake Burkholder Cc: "Alan L. Cox" , jeff@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/vm uma_dbg.c In-Reply-To: <20021110233436.C85338@locore.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > This would be my suggestion: > > Index: sys/vm/uma_core.c > =================================================================== > RCS file: /home/ncvs/src/sys/vm/uma_core.c,v > retrieving revision 1.41 > diff -u -r1.41 uma_core.c > --- sys/vm/uma_core.c 1 Nov 2002 01:01:27 -0000 1.41 > +++ sys/vm/uma_core.c 11 Nov 2002 04:11:38 -0000 > @@ -1348,7 +1348,9 @@ > ("uma_zalloc: Bucket pointer mangled.")); > cache->uc_allocs++; > #ifdef INVARIANTS > + ZONE_LOCK(zone); > uma_dbg_alloc(zone, NULL, item); > + ZONE_UNLOCK(zone); > #endif > CPU_UNLOCK(zone, cpu); > if (zone->uz_ctor) > @@ -1698,10 +1700,12 @@ > ("uma_zfree: Freeing to non free bucket index.")); > bucket->ub_bucket[bucket->ub_ptr] = item; > #ifdef INVARIANTS > + ZONE_LOCK(zone); > if (zone->uz_flags & UMA_ZFLAG_MALLOC) > uma_dbg_free(zone, udata, item); > else > uma_dbg_free(zone, NULL, item); > + ZONE_UNLOCK(zone); > #endif > CPU_UNLOCK(zone, cpu); > return; > > uma_dbg_* are called with the zone lock held everywhere else, and the > us_freelist is used with the zone lock held everywhere else as well. > slab_zalloc is working on a newly created slab that doesn't have any > other references, so it doesn't need to be locked until its added to > the zone. > And that'd be a no: Mounting root from ufs:/dev/da2a recursed on non-recursive lock (sleep mutex) NAMEI @ ../../../vm/uma_dbg.c:202 first acquired @ ../../../vm/uma_core.c:1351 panic: recurse cpuid = 2; panic Stopped at Debugger+0x34: zapnot v0,#0xf,v0 db> t Debugger() at Debugger+0x34 panic() at panic+0x1a4 witness_lock() at witness_lock+0x3fc _mtx_lock_flags() at _mtx_lock_flags+0xc4 uma_dbg_getslab() at uma_dbg_getslab+0xe4 uma_dbg_alloc() at uma_dbg_alloc+0x30 uma_zalloc_arg() at uma_zalloc_arg+0x130 namei() at namei+0xa4 kern_mkdir() at kern_mkdir+0x70 start_init() at start_init+0x1a0 fork_exit() at fork_exit+0xe0 exception_return() at exception_return --- root of call graph --- I guess getting rid of the ZONE_LOCK in uma_dbg_getslab is also needed :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 21:19:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E20B37B401; Sun, 10 Nov 2002 21:19:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F6C643E75; Sun, 10 Nov 2002 21:19:49 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB5HYmV010488; Sun, 10 Nov 2002 21:17:34 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB5HYPa010487; Sun, 10 Nov 2002 21:17:34 -0800 (PST) Message-Id: <200211110517.gAB5HYPa010487@repoman.freebsd.org> From: Alan Cox Date: Sun, 10 Nov 2002 21:17:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha pmap.c src/sys/i386/i386 pmap.c src/sys/ia64/ia64 pmap.c src/sys/sparc64/include pmap.h src/sys/vm pmap.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/11/10 21:17:34 PST Modified files: sys/alpha/alpha pmap.c sys/i386/i386 pmap.c sys/ia64/ia64 pmap.c sys/sparc64/include pmap.h sys/vm pmap.h Log: - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit() if we're removing write access from the page's PTEs. - Export pmap_remove_all() on alpha, i386, and ia64. (It's already exported on sparc64.) Revision Changes Path 1.112 +1 -2 src/sys/alpha/alpha/pmap.c 1.369 +5 -3 src/sys/i386/i386/pmap.c 1.83 +1 -2 src/sys/ia64/ia64/pmap.c 1.27 +0 -2 src/sys/sparc64/include/pmap.h 1.51 +1 -0 src/sys/vm/pmap.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 21:35:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D113037B401; Sun, 10 Nov 2002 21:35:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 504F443E97; Sun, 10 Nov 2002 21:35:41 -0800 (PST) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB5XQmV012066; Sun, 10 Nov 2002 21:33:26 -0800 (PST) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB5XQLG012065; Sun, 10 Nov 2002 21:33:26 -0800 (PST) Message-Id: <200211110533.gAB5XQLG012065@repoman.freebsd.org> From: Murray Stokely Date: Sun, 10 Nov 2002 21:33:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG murray 2002/11/10 21:33:26 PST Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSD_version 460002 Reminded by: Bill "annoying reminder guy" Fenner. ;) Revision Changes Path 1.254 +5 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 21:43:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F16637B401; Sun, 10 Nov 2002 21:43:19 -0800 (PST) Received: from is2.mh.itc.u-tokyo.ac.jp (is2.mh.itc.u-tokyo.ac.jp [133.11.205.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 401A343E6E; Sun, 10 Nov 2002 21:43:18 -0800 (PST) (envelope-from simokawa@sat.t.u-tokyo.ac.jp) Received: from is2.mh.itc.u-tokyo.ac.jp (is2.mh.itc.u-tokyo.ac.jp [127.0.0.1]) by is2.mh.itc.u-tokyo.ac.jp (Postfix) with ESMTP id 48F763780CA; Mon, 11 Nov 2002 14:43:12 +0900 (JST) Received: from mailhosting.itc.u-tokyo.ac.jp (IDENT:mirapoint@mailhosting.itc.u-tokyo.ac.jp [133.11.205.3]) by is2.mh.itc.u-tokyo.ac.jp (8.11.3/8.11.3) with ESMTP id gAB5hCm04283; Mon, 11 Nov 2002 14:43:12 +0900 Received: from ett.sat.t.u-tokyo.ac.jp (nat.keisu.t.u-tokyo.ac.jp [133.11.68.2]) by mailhosting.itc.u-tokyo.ac.jp (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id AHI19013; Mon, 11 Nov 2002 14:43:11 +0900 (JST) Date: Mon, 11 Nov 2002 14:43:11 +0900 Message-ID: From: Hidetoshi Shimokawa To: Poul-Henning Kamp Cc: Hidetoshi Shimokawa , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, takashi@yha.att.ne.jp Subject: Re: cvs commit: src/sys/dev/nge if_nge.c if_ngereg.h In-Reply-To: <28575.1036954435@critter.freebsd.dk> References: <28575.1036954435@critter.freebsd.dk> User-Agent: Wanderlust/2.11.0 (Wonderwall) REMI/1.14.3 (Matsudai) FLIM/1.14.3 (=?ISO-8859-1?Q?Unebigory=F2mae?=) APEL/10.3 MULE XEmacs/21.4 (patch 8) (Honest Recruiter) (i386--freebsd) X-Face: OE([KxWyJI0r[R~S/>7ia}SJ)i%a,$-9%7{*yihQk|]gl}2p#"oXmX/fT}Bn7: #j7i14gu$jgR\S*&C3R/pJX List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Sun, 10 Nov 2002 19:53:55 +0100, Poul-Henning Kamp wrote: > > In message , Hidetoshi Shimokawa writes > : > >Do you have any good reason to believe that device polling doesn't > >help in most cases? > > It hurts in low-trafic scenarios. I understand this is a reason why device polling is not enabled by default. > Well, hopefully we can find a non-hack solution to this when our stack > turns more SMP like. Could you elaborate on this? Any document about SMP like stack and NIC performance? Is it still useful for UP system? /\ Hidetoshi Shimokawa \/ simokawa@sat.t.u-tokyo.ac.jp PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 21:43:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4A9437B407; Sun, 10 Nov 2002 21:43:29 -0800 (PST) Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5647143E3B; Sun, 10 Nov 2002 21:43:25 -0800 (PST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id gAB5gU806038; Mon, 11 Nov 2002 00:42:30 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Mon, 11 Nov 2002 00:42:30 -0500 (EST) From: Jeff Roberson To: Matthew Jacob Cc: Jake Burkholder , "Alan L. Cox" , , , Subject: Re: cvs commit: src/sys/vm uma_dbg.c In-Reply-To: Message-ID: <20021111003812.C97372-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 10 Nov 2002, Matthew Jacob wrote: > > > > I guess getting rid of the ZONE_LOCK in uma_dbg_getslab is also needed > :-) > > I think this is the right thing. The reason that I wasn't holding the lock before is because the code in uma_dbg_ doesn't actually move things on and off of the free list. It just marks them as in a bucket or not, so that frees to seperate per cpu caches can be caught. I was assuming that the spin lock would be enough to keep the caches coherent, but I forgot that we don't do atomic writes to 8bit ints on many platforms. Feel free to add the appropriate locks to uma_dbg. If you want to punt on it I can address this when I get back in town. Thanks, Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 22: 4:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38D3837B401; Sun, 10 Nov 2002 22:04:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF8ED43E3B; Sun, 10 Nov 2002 22:04:41 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB62RmV014572; Sun, 10 Nov 2002 22:02:27 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB62RoW014571; Sun, 10 Nov 2002 22:02:27 -0800 (PST) Message-Id: <200211110602.gAB62RoW014571@repoman.freebsd.org> From: SADA Kenji Date: Sun, 10 Nov 2002 22:02:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/msp430-gcc Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/10 22:02:26 PST Modified files: devel/msp430-gcc Makefile distinfo pkg-plist Log: - upgrade patchversion to 20021105 - portlint PR: ports/45161 Submitted by: maintainer Revision Changes Path 1.2 +3 -3 ports/devel/msp430-gcc/Makefile 1.2 +1 -1 ports/devel/msp430-gcc/distinfo 1.2 +0 -1 ports/devel/msp430-gcc/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 Nov 10 22:23:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F77537B401; Sun, 10 Nov 2002 22:23:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3185E43E75; Sun, 10 Nov 2002 22:23:30 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB6LFmV016255; Sun, 10 Nov 2002 22:21:15 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB6LFll016254; Sun, 10 Nov 2002 22:21:15 -0800 (PST) Message-Id: <200211110621.gAB6LFll016254@repoman.freebsd.org> From: SADA Kenji Date: Sun, 10 Nov 2002 22:21:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/msp430-gdb Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/10 22:21:15 PST Modified files: devel/msp430-gdb Makefile distinfo Log: - upgrade patchversion to 20021031 - portlint PR: ports/45162 Submitted by: maintainer Revision Changes Path 1.2 +3 -3 ports/devel/msp430-gdb/Makefile 1.2 +1 -1 ports/devel/msp430-gdb/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 22:30: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC40C37B401; Sun, 10 Nov 2002 22:30:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E65F43E7B; Sun, 10 Nov 2002 22:30:01 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB6RkmV016448; Sun, 10 Nov 2002 22:27:46 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB6RkUa016447; Sun, 10 Nov 2002 22:27:46 -0800 (PST) Message-Id: <200211110627.gAB6RkUa016447@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 10 Nov 2002 22:27:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/libbonoboui/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/10 22:27:46 PST Modified files: x11-toolkits/libbonoboui/files patch-configure Log: Fix the build on certain machines by making sure the libxml2 include path is properly defined. Revision Changes Path 1.2 +11 -6 ports/x11-toolkits/libbonoboui/files/patch-configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 22:37:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A4D037B401; Sun, 10 Nov 2002 22:37:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADBA443E3B; Sun, 10 Nov 2002 22:37:56 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB6ZfmV017286; Sun, 10 Nov 2002 22:35:41 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB6Zfbk017285; Sun, 10 Nov 2002 22:35:41 -0800 (PST) Message-Id: <200211110635.gAB6Zfbk017285@repoman.freebsd.org> From: SADA Kenji Date: Sun, 10 Nov 2002 22:35:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/msp430-libc Makefile distinfo pkg-comment pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/10 22:35:41 PST Modified files: devel/msp430-libc Makefile distinfo pkg-comment pkg-plist Log: - upgrade to version 0.1.20021102 - portlint PR: ports/45163 Submitted by: maintainer Revision Changes Path 1.2 +2 -1 ports/devel/msp430-libc/Makefile 1.2 +1 -1 ports/devel/msp430-libc/distinfo 1.2 +1 -1 ports/devel/msp430-libc/pkg-comment 1.2 +16 -1 ports/devel/msp430-libc/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 Nov 10 22:43:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78B7E37B401; Sun, 10 Nov 2002 22:43:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AB3543E4A; Sun, 10 Nov 2002 22:43:12 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB6evmV017981; Sun, 10 Nov 2002 22:40:57 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB6evNb017980; Sun, 10 Nov 2002 22:40:57 -0800 (PST) Message-Id: <200211110640.gAB6evNb017980@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sun, 10 Nov 2002 22:40:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releng index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/11/10 22:40:57 PST Modified files: en/releng index.sgml Log: Unfortunately, brian has resigned from re@. Note this change in team membership. While here, somewhat belatedly note feature freeze for HEAD and list re@ as a contact. Revision Changes Path 1.24 +5 -5 www/en/releng/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 Nov 10 23:34: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AF0E37B401; Sun, 10 Nov 2002 23:34:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6981D43E6E; Sun, 10 Nov 2002 23:34:03 -0800 (PST) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB7VmmV022071; Sun, 10 Nov 2002 23:31:48 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB7VmdU022070; Sun, 10 Nov 2002 23:31:48 -0800 (PST) Message-Id: <200211110731.gAB7VmdU022070@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 10 Nov 2002 23:31:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG yar 2002/11/10 23:31:48 PST Modified files: libexec/ftpd ftpd.c Log: Don't free the current addrinfo list, or else a pointer to a freed memory area would arise. Only an addrinfo list from an earlier call to getaddrinfo() should be freed there because it will be substituted by the current list referenced by "res". Reported by: John Long MFC after: 5 days Revision Changes Path 1.131 +1 -1 src/libexec/ftpd/ftpd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Nov 10 23:34:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D813837B420; Sun, 10 Nov 2002 23:34:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C15643E3B; Sun, 10 Nov 2002 23:34:10 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB7VtmV022096; Sun, 10 Nov 2002 23:31:55 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB7Vt9v022095; Sun, 10 Nov 2002 23:31:55 -0800 (PST) Message-Id: <200211110731.gAB7Vt9v022095@repoman.freebsd.org> From: Akinori MUSHA Date: Sun, 10 Nov 2002 23:31:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports MOVED X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/10 23:31:55 PST Added files: . MOVED Log: Add a file named "MOVED" to list the repo-moves and removals of ports. Discussed in: portmgr Revision Changes Path 1.1 +18 -0 ports/MOVED (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 0: 1:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2362D37B401; Mon, 11 Nov 2002 00:01:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB96B43E42; Mon, 11 Nov 2002 00:01:34 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB7xJmV024294; Sun, 10 Nov 2002 23:59:19 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB7xJog024292; Sun, 10 Nov 2002 23:59:19 -0800 (PST) Message-Id: <200211110759.gAB7xJog024292@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sun, 10 Nov 2002 23:59:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/s10sh Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/10 23:59:19 PST Modified files: graphics/s10sh Makefile Log: make it fetchable again PR: 45171 Submitted by: maintainer Revision Changes Path 1.6 +3 -1 ports/graphics/s10sh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 0: 5:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0E8837B401; Mon, 11 Nov 2002 00:05:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FAEF43E7B; Mon, 11 Nov 2002 00:05:11 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB82umV024735; Mon, 11 Nov 2002 00:02:56 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB82uxM024734; Mon, 11 Nov 2002 00:02:56 -0800 (PST) Message-Id: <200211110802.gAB82uxM024734@repoman.freebsd.org> From: SADA Kenji Date: Mon, 11 Nov 2002 00:02:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/emacs20-emcws Makefile ports/japanese/emacs20-emcws/files emcws-message ports/japanese/emacs21-emcws Makefile ports/japanese/emacs21-emcws/files emcws-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/11 00:02:56 PST Modified files: japanese/emacs20-emcws Makefile japanese/emacs20-emcws/files emcws-message japanese/emacs21-emcws Makefile japanese/emacs21-emcws/files emcws-message Log: - fix option use messages - portlint PR: ports/45206 Submitted by: maintainer Pointed out by: Takashi Kobayashi at FreeBSD-users-jp[71924] Revision Changes Path 1.11 +1 -1 ports/japanese/emacs20-emcws/Makefile 1.2 +6 -6 ports/japanese/emacs20-emcws/files/emcws-message 1.12 +1 -1 ports/japanese/emacs21-emcws/Makefile 1.2 +6 -6 ports/japanese/emacs21-emcws/files/emcws-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 0:14: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 029B437B401; Mon, 11 Nov 2002 00:14:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8FD443E3B; Mon, 11 Nov 2002 00:13:59 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB8BimV025595; Mon, 11 Nov 2002 00:11:44 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB8Biwn025594; Mon, 11 Nov 2002 00:11:44 -0800 (PST) Message-Id: <200211110811.gAB8Biwn025594@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 11 Nov 2002 00:11:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include setjmp.h src/lib/libc/ia64/gen _setjmp.S setjmp.S sigsetjmp.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/11/11 00:11:44 PST Modified files: sys/ia64/include setjmp.h lib/libc/ia64/gen _setjmp.S setjmp.S sigsetjmp.S Log: ia64 ABI breaker: Don't force 16-byte alignment at run-time. Do it at compile-time. This saves us the pointer fiddling by the setjmp functions and reduces complexity. While here, increase the jmp_buf by 16 bytes to an even 512 bytes. Coincidentally, due to the way alignment was handled prior to this change, the jmp_buf has not changed in size, but only in how the space is used. Prior to this change the 16 bytes were reserved for enforcing alignment; now they are reserved by us for future extensions. Therefore, this ABI breaker is relatively save: the failure is always an alignment trap. Revision Changes Path 1.7 +0 -14 src/lib/libc/ia64/gen/_setjmp.S 1.8 +3 -11 src/lib/libc/ia64/gen/setjmp.S 1.6 +3 -13 src/lib/libc/ia64/gen/sigsetjmp.S 1.8 +17 -30 src/sys/ia64/include/setjmp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 0:29: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B28137B401; Mon, 11 Nov 2002 00:29:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4713643E4A; Mon, 11 Nov 2002 00:29:04 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB8QmmV026635; Mon, 11 Nov 2002 00:26:48 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB8QmM8026634; Mon, 11 Nov 2002 00:26:48 -0800 (PST) Message-Id: <200211110826.gAB8QmM8026634@repoman.freebsd.org> From: SADA Kenji Date: Mon, 11 Nov 2002 00:26:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnugadu Makefile distinfo pkg-plist ports/net/gnugadu/files patch-src::main.c patch-src::net.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/11 00:26:48 PST Modified files: net/gnugadu Makefile distinfo pkg-plist Removed files: net/gnugadu/files patch-src::main.c patch-src::net.c Log: - upgrade to version 0.2.2 PR: ports/39413 Submitted by: maintainer Revision Changes Path 1.3 +15 -1 ports/net/gnugadu/Makefile 1.2 +1 -1 ports/net/gnugadu/distinfo 1.2 +0 -13 ports/net/gnugadu/files/patch-src::main.c (dead) 1.2 +0 -13 ports/net/gnugadu/files/patch-src::net.c (dead) 1.2 +12 -2 ports/net/gnugadu/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 Nov 11 0:30: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3016837B401; Mon, 11 Nov 2002 00:30:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D36A743E75; Mon, 11 Nov 2002 00:30:01 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB8RkmV026688; Mon, 11 Nov 2002 00:27:46 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB8RkUG026687; Mon, 11 Nov 2002 00:27:46 -0800 (PST) Message-Id: <200211110827.gAB8RkUG026687@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 11 Nov 2002 00:27:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/anubis Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/11 00:27:46 PST Modified files: mail/anubis Makefile distinfo pkg-descr Log: - Update to 3.6.0 - Project moved to GNU - update MASTER_SITE and pkg-descr - Even though Anubis now uses GnuTLS by default, the port still default to using OpenSSL instead (GnuTLS support will come later) PR: 45174 Submitted by: maintainer Revision Changes Path 1.12 +4 -5 ports/mail/anubis/Makefile 1.7 +1 -1 ports/mail/anubis/distinfo 1.2 +18 -9 ports/mail/anubis/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 Nov 11 0:44:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8401737B401; Mon, 11 Nov 2002 00:44:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47A6643E3B; Mon, 11 Nov 2002 00:44:30 -0800 (PST) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB8gEmV028279; Mon, 11 Nov 2002 00:42:14 -0800 (PST) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB8gE5u028278; Mon, 11 Nov 2002 00:42:14 -0800 (PST) Message-Id: <200211110842.gAB8gE5u028278@repoman.freebsd.org> From: Doug Barton Date: Mon, 11 Nov 2002 00:42:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xpdf Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2002/11/11 00:42:14 PST Modified files: graphics/xpdf Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Upgrade to 2.00, which includes several nice new features; including the ability to open multiple documents, view document outlines, and support for JBIG2. For better or worse, this now depends on motif. While I'm here, overhaul the port: * Group the GNU dependencies. * USE_MOTIF implies USE_XPM, so bring in the former and remove the latter. * Add with-x to the configure args to make sure it knows what we're after. * Install portdocs * Update and expand pkg-comment and pkg-descr. Revision Changes Path 1.44 +13 -4 ports/graphics/xpdf/Makefile 1.17 +1 -1 ports/graphics/xpdf/distinfo 1.2 +1 -1 ports/graphics/xpdf/pkg-comment 1.6 +7 -5 ports/graphics/xpdf/pkg-descr 1.9 +6 -0 ports/graphics/xpdf/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 Nov 11 0:48:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95C3F37B401; Mon, 11 Nov 2002 00:48:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48DCA43E77; Mon, 11 Nov 2002 00:48:18 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB8k2mV028425; Mon, 11 Nov 2002 00:46:02 -0800 (PST) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB8k2Rj028424; Mon, 11 Nov 2002 00:46:02 -0800 (PST) Message-Id: <200211110846.gAB8k2Rj028424@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 11 Nov 2002 00:46:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/misc bsd-family-tree X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG maxim 2002/11/11 00:46:02 PST Modified files: (Branch: RELENG_4) share/misc bsd-family-tree Log: MFC rev. 1.68: add OpenBSD 3.2. Revision Changes Path 1.21.2.13 +2 -1 src/share/misc/bsd-family-tree To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 0:51:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8511537B401; Mon, 11 Nov 2002 00:51:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21BA643E4A; Mon, 11 Nov 2002 00:51:19 -0800 (PST) (envelope-from dd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB8n3mV028781; Mon, 11 Nov 2002 00:49:03 -0800 (PST) (envelope-from dd@repoman.freebsd.org) Received: (from dd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB8n33b028780; Mon, 11 Nov 2002 00:49:03 -0800 (PST) Message-Id: <200211110849.gAB8n33b028780@repoman.freebsd.org> From: Dima Dorfman Date: Mon, 11 Nov 2002 00:49:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/psi Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2002/11/11 00:49:03 PST Modified files: net/psi Makefile Log: Depend on the qssl port. Simply having that installed will enable psi to connect ot jabberd over SSL (it will automatically detect its presense--no compile-time configuration changes are necessary). Approved by: Jonathan Chen (maintainer) Revision Changes Path 1.6 +2 -1 ports/net/psi/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 0:54:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3269637B401; Mon, 11 Nov 2002 00:54:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D893443E42; Mon, 11 Nov 2002 00:54:19 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB8q4mV029185; Mon, 11 Nov 2002 00:52:04 -0800 (PST) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB8q4oi029184; Mon, 11 Nov 2002 00:52:04 -0800 (PST) Message-Id: <200211110852.gAB8q4oi029184@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 11 Nov 2002 00:52:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pwd_mkdb pw_scan.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG maxim 2002/11/11 00:52:04 PST Modified files: (Branch: RELENG_4) usr.sbin/pwd_mkdb pw_scan.c Log: MFC revs. 1.17, 1.22 - 1.24: o Use the right format string for printing ULONG_MAX. o Do not allow UID/GID with non-numeric characters or empty ones in non-NIS entries. Revision Changes Path 1.14.2.1 +22 -7 src/usr.sbin/pwd_mkdb/pw_scan.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 1: 0:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0869137B401; Mon, 11 Nov 2002 01:00:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD24243E4A; Mon, 11 Nov 2002 01:00:26 -0800 (PST) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB8wBmV029425; Mon, 11 Nov 2002 00:58:11 -0800 (PST) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB8wA6L029424; Mon, 11 Nov 2002 00:58:10 -0800 (PST) Message-Id: <200211110858.gAB8wA6L029424@repoman.freebsd.org> From: Doug Barton Date: Mon, 11 Nov 2002 00:58:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Net-DNS Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2002/11/11 00:58:10 PST Modified files: net/p5-Net-DNS Makefile Log: Revert 1.32, which was wrong in all its particulars: * The errors related to the missing dependencies during build are harmless. The build-time and run-time dependencies are seperated on purpose so that the port can be built and run on different boxes. * The Test-Simple module is not needed to build or run the port, the tests are not installed by us, and not part of the port itself. These changes should have been discussed with me before they were made. Revision Changes Path 1.33 +2 -4 ports/net/p5-Net-DNS/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 1: 2:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20A6437B406; Mon, 11 Nov 2002 01:02:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7B2543E7B; Mon, 11 Nov 2002 01:02:23 -0800 (PST) (envelope-from okazaki@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB908mV029859; Mon, 11 Nov 2002 01:00:08 -0800 (PST) (envelope-from okazaki@repoman.freebsd.org) Received: (from okazaki@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB908Eb029857; Mon, 11 Nov 2002 01:00:08 -0800 (PST) Message-Id: <200211110900.gAB908Eb029857@repoman.freebsd.org> From: OKAZAKI Tetsurou Date: Mon, 11 Nov 2002 01:00:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/emacs-manual Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG okazaki 2002/11/11 01:00:08 PST Modified files: japanese/emacs-manual Makefile Log: Use REINPLACE_CMD instead of PERL. Reviewed by: md5 Revision Changes Path 1.16 +3 -2 ports/japanese/emacs-manual/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 1: 4:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14F8A37B401; Mon, 11 Nov 2002 01:04:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB82443E3B; Mon, 11 Nov 2002 01:04:49 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB92YmV030170; Mon, 11 Nov 2002 01:02:34 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB92YqM030169; Mon, 11 Nov 2002 01:02:34 -0800 (PST) Message-Id: <200211110902.gAB92YqM030169@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 11 Nov 2002 01:02:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-SDL Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/11 01:02:34 PST Modified files: devel/p5-SDL Makefile Log: Update MASTER_SITE. PR: 45204 Submitted by: Pierre-Paul Lavoie Revision Changes Path 1.2 +2 -1 ports/devel/p5-SDL/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 1:22:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 659AF37B401; Mon, 11 Nov 2002 01:22:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A82E43E3B; Mon, 11 Nov 2002 01:22:28 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB9KCmV031788; Mon, 11 Nov 2002 01:20:12 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB9KChp031787; Mon, 11 Nov 2002 01:20:12 -0800 (PST) Message-Id: <200211110920.gAB9KChp031787@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 11 Nov 2002 01:20:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/bitchx Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/11 01:20:12 PST Modified files: irc/bitchx Makefile Log: Convert to the new autoconf Layout: USE_AUTOCONF_VER=253 Revision Changes Path 1.49 +1 -5 ports/irc/bitchx/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 1:46:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20A2B37B401; Mon, 11 Nov 2002 01:46:10 -0800 (PST) Received: from herring.nlsystems.com (mailgate.nlsystems.com [62.49.251.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38D0843E3B; Mon, 11 Nov 2002 01:46:08 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring [10.0.0.2]) by herring.nlsystems.com (8.12.6/8.12.6) with ESMTP id gAB9k1hO004519; Mon, 11 Nov 2002 09:46:02 GMT (envelope-from dfr@nlsystems.com) Content-Type: text/plain; charset="iso-8859-1" From: Doug Rabson To: Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm uma_dbg.c Date: Mon, 11 Nov 2002 09:46:01 +0000 User-Agent: KMail/1.4.3 References: <200211101616.gAAGGiuV009632@repoman.freebsd.org> In-Reply-To: <200211101616.gAAGGiuV009632@repoman.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200211110946.01184.dfr@nlsystems.com> X-Spam-Status: No, hits=-7.7 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT,USER_AGENT_KMAIL version=2.41 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday 10 November 2002 4:16 pm, Matt Jacob wrote: > mjacob 2002/11/10 08:16:44 PST > > Modified files: > sys/vm uma_dbg.c > Log: > Use atomic_set_8 on the us_freelist maps as they are not otherwise > protected. Furthermore, in some RISC architectures with no normal > byte operations, the surrounding 3 bytes are also affected by the > read-modify-write that has to occur. Isn't atomic_set_8 an '|=3D' operation? Is this what was intended? --=20 Doug Rabson=09=09=09=09Mail: dfr@nlsystems.com =09=09=09=09=09Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 1:55:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AE2C37B401; Mon, 11 Nov 2002 01:55:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2A1143E4A; Mon, 11 Nov 2002 01:55:14 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB9qxmV034410; Mon, 11 Nov 2002 01:52:59 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB9qxOJ034409; Mon, 11 Nov 2002 01:52:59 -0800 (PST) Message-Id: <200211110952.gAB9qxOJ034409@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 11 Nov 2002 01:52:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/alpha dokern.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/11/11 01:52:59 PST Modified files: release/alpha dokern.sh Log: Removed more redundant lines: amr, mlx, pcn, ahc and mpt are handled by drivers.conf already. Revision Changes Path 1.61 +0 -5 src/release/alpha/dokern.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 1:56:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52E8737B401; Mon, 11 Nov 2002 01:56:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1730143E75; Mon, 11 Nov 2002 01:56:34 -0800 (PST) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB9sImV034479; Mon, 11 Nov 2002 01:54:18 -0800 (PST) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB9sId0034478; Mon, 11 Nov 2002 01:54:18 -0800 (PST) Message-Id: <200211110954.gAB9sId0034478@repoman.freebsd.org> From: Doug Barton Date: Mon, 11 Nov 2002 01:54:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Net-DNS Makefile distinfo pkg-comment pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2002/11/11 01:54:18 PST Modified files: net/p5-Net-DNS Makefile distinfo pkg-comment pkg-plist Log: Update to 0.30, which has TKEY support, a new safe_push() method for detecting duplicate RR's in an update packet, and some more tests. Note, the tests are not installed by the port, but are useful to examine as samples, and to test your installation. * Update the port to handle the new TKEY and FAQ files. * Patch the new FAQ, since pod2man is choking on the CVS Id. * Update the comment by mentioning dynamic updates. * Add a comment to the Makefile about the harmless build errors you see if you don't have the run-time depends already installed. Revision Changes Path 1.34 +12 -3 ports/net/p5-Net-DNS/Makefile 1.15 +1 -1 ports/net/p5-Net-DNS/distinfo 1.3 +1 -1 ports/net/p5-Net-DNS/pkg-comment 1.9 +2 -0 ports/net/p5-Net-DNS/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 Nov 11 1:57: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5956F37B401; Mon, 11 Nov 2002 01:57:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C2AD43E4A; Mon, 11 Nov 2002 01:57:05 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAB9snmV034511; Mon, 11 Nov 2002 01:54:49 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAB9snec034510; Mon, 11 Nov 2002 01:54:49 -0800 (PST) Message-Id: <200211110954.gAB9snec034510@repoman.freebsd.org> From: Jimmy Olgeni Date: Mon, 11 Nov 2002 01:54:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/py-smb pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/11 01:54:49 PST Modified files: net/py-smb pkg-descr Log: Fix typo. Revision Changes Path 1.2 +1 -1 ports/net/py-smb/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 Nov 11 2: 9:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9667F37B401; Mon, 11 Nov 2002 02:09:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A16143E42; Mon, 11 Nov 2002 02:09:34 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABA7ImV035476; Mon, 11 Nov 2002 02:07:18 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABA7IrR035475; Mon, 11 Nov 2002 02:07:18 -0800 (PST) Message-Id: <200211111007.gABA7IrR035475@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 11 Nov 2002 02:07:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/syscons/rain Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/11/11 02:07:18 PST Modified files: sys/modules/syscons/rain Makefile Log: Don't override CWARNFLAGS in this Makefile. Revision Changes Path 1.8 +0 -2 src/sys/modules/syscons/rain/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 2:10:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08B5D37B401; Mon, 11 Nov 2002 02:10:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFC7843E4A; Mon, 11 Nov 2002 02:10:13 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABA7vmV035536; Mon, 11 Nov 2002 02:07:57 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABA7vDm035534; Mon, 11 Nov 2002 02:07:57 -0800 (PST) Message-Id: <200211111007.gABA7vDm035534@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 11 Nov 2002 02:07:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/alpha dokern.sh drivers.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/11/11 02:07:57 PST Modified files: release/alpha dokern.sh drivers.conf Log: Handle the removal of CD9660 and NFSCLIENT options in drivers.conf. Removed duplicate entry from drivers.conf. Revision Changes Path 1.62 +0 -2 src/release/alpha/dokern.sh 1.11 +2 -3 src/release/alpha/drivers.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 2:11: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C49637B401; Mon, 11 Nov 2002 02:11:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB6AC43E4A; Mon, 11 Nov 2002 02:11:02 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABA8lmV035811; Mon, 11 Nov 2002 02:08:47 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABA8lFF035809; Mon, 11 Nov 2002 02:08:47 -0800 (PST) Message-Id: <200211111008.gABA8lFF035809@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 11 Nov 2002 02:08:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2002/11/11 02:08:46 PST Modified files: lib/libdisk disk.c Log: Remove debugging printfs. Revision Changes Path 1.107 +0 -7 src/lib/libdisk/disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 2:14:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 674F437B401; Mon, 11 Nov 2002 02:14:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14E0543E4A; Mon, 11 Nov 2002 02:14:15 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABABxmV036309; Mon, 11 Nov 2002 02:11:59 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABABxNM036308; Mon, 11 Nov 2002 02:11:59 -0800 (PST) Message-Id: <200211111011.gABABxNM036308@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 11 Nov 2002 02:11:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/syscons/dragon Makefile src/sys/modules/syscons/fire Makefile src/sys/modules/syscons/warp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/11/11 02:11:59 PST Modified files: sys/modules/syscons/dragon Makefile sys/modules/syscons/fire Makefile sys/modules/syscons/warp Makefile Log: Don't override CWARNFLAGS in these Makefiles. Revision Changes Path 1.3 +0 -2 src/sys/modules/syscons/dragon/Makefile 1.9 +0 -2 src/sys/modules/syscons/fire/Makefile 1.9 +0 -2 src/sys/modules/syscons/warp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 2:15:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE63337B401; Mon, 11 Nov 2002 02:15:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FA7143E42; Mon, 11 Nov 2002 02:15:46 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABADUmV036399; Mon, 11 Nov 2002 02:13:30 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABADUtw036398; Mon, 11 Nov 2002 02:13:30 -0800 (PST) Message-Id: <200211111013.gABADUtw036398@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 11 Nov 2002 02:13:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/alpha dokern.sh src/release/i386 dokern.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/11/11 02:13:30 PST Modified files: release/alpha dokern.sh release/i386 dokern.sh Log: Tabulate, sort. Revision Changes Path 1.63 +54 -54 src/release/alpha/dokern.sh 1.69 +29 -28 src/release/i386/dokern.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 2:17:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30BAF37B401; Mon, 11 Nov 2002 02:17:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9E5943E4A; Mon, 11 Nov 2002 02:17:19 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABAF3mV036466; Mon, 11 Nov 2002 02:15:03 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABAF3Jk036465; Mon, 11 Nov 2002 02:15:03 -0800 (PST) Message-Id: <200211111015.gABAF3Jk036465@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 11 Nov 2002 02:15:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/alpha dokern.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/11/11 02:15:03 PST Modified files: release/alpha dokern.sh Log: There's no longer a P1003_1B option. Revision Changes Path 1.64 +0 -1 src/release/alpha/dokern.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 2:18:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E957637B401; Mon, 11 Nov 2002 02:18:20 -0800 (PST) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D47143E6E; Mon, 11 Nov 2002 02:18:17 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) by whale.sunbay.crimea.ua (8.12.6/8.12.6/Sunbay) with ESMTP id gABAI75V004356 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 11 Nov 2002 12:18:07 +0200 (EET) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.6/8.12.6/Submit) id gABAI73q004351; Mon, 11 Nov 2002 12:18:07 +0200 (EET) Date: Mon, 11 Nov 2002 12:18:07 +0200 From: Ruslan Ermilov To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/alpha dokern.sh src/release/i386 dokern.sh Message-ID: <20021111101807.GA93663@sunbay.com> References: <200211111013.gABADUtw036398@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9amGYk9869ThD9tj" Content-Disposition: inline In-Reply-To: <200211111013.gABADUtw036398@repoman.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 11, 2002 at 02:13:30AM -0800, Ruslan Ermilov wrote: > ru 2002/11/11 02:13:30 PST >=20 > Modified files: > release/alpha dokern.sh=20 > release/i386 dokern.sh=20 > Log: > Tabulate, sort. > =20 > Revision Changes Path > 1.63 +54 -54 src/release/alpha/dokern.sh > 1.69 +29 -28 src/release/i386/dokern.sh >=20 FWIW, this makes them diffable. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --9amGYk9869ThD9tj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9z4PeUkv4P6juNwoRAk59AJ96x4jh3kR2KJ4O52RJHn6qxu9dNgCdGCjV BpN46JajB21Du+x3C7HDxHw= =yALA -----END PGP SIGNATURE----- --9amGYk9869ThD9tj-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 2:19:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 715B937B401; Mon, 11 Nov 2002 02:19:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2523B43E42; Mon, 11 Nov 2002 02:19:17 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABAH1mV036605; Mon, 11 Nov 2002 02:17:01 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABAH1q1036604; Mon, 11 Nov 2002 02:17:01 -0800 (PST) Message-Id: <200211111017.gABAH1q1036604@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 11 Nov 2002 02:17:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/splash/bmp splash_bmp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/11/11 02:17:01 PST Modified files: sys/modules/splash/bmp splash_bmp.c Log: Warning fix. Revision Changes Path 1.17 +2 -2 src/sys/modules/splash/bmp/splash_bmp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 2:24:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA09937B401; Mon, 11 Nov 2002 02:24:36 -0800 (PST) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 545C143E3B; Mon, 11 Nov 2002 02:24:32 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) by whale.sunbay.crimea.ua (8.12.6/8.12.6/Sunbay) with ESMTP id gABAOR5V005018 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 11 Nov 2002 12:24:27 +0200 (EET) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.6/8.12.6/Submit) id gABAORAt005013; Mon, 11 Nov 2002 12:24:27 +0200 (EET) Date: Mon, 11 Nov 2002 12:24:27 +0200 From: Ruslan Ermilov To: Matt Jacob Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/alpha drivers.conf Message-ID: <20021111102427.GB93663@sunbay.com> References: <200211091711.gA9HBO70087357@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="z6Eq5LdranGa6ru8" Content-Disposition: inline In-Reply-To: <200211091711.gA9HBO70087357@repoman.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --z6Eq5LdranGa6ru8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 09, 2002 at 09:11:24AM -0800, Matt Jacob wrote: > mjacob 2002/11/09 09:11:24 PST >=20 > Modified files: > release/alpha drivers.conf=20 > Log: [...] > Add to floppy3 if_tun && if_gif (ppp && something related to IPv6) >=20 With the release/alpha/dokern.sh,v 1.60 commit, tun(4) is now back to the BOOTMFS kernel, static, so putting if_tun on the 3rd floppy is completely unnecessary. Also, why are you putting if_gif? No other architecture seems to do it. [...] > =20 > Revision Changes Path > 1.10 +8 -6 src/release/alpha/drivers.conf --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --z6Eq5LdranGa6ru8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9z4VbUkv4P6juNwoRAmaJAJ47uhWhOSStdrPASt4xoelz58IixwCfYCog fwfT4CbDl/WCC0NGsk5bCto= =fXPI -----END PGP SIGNATURE----- --z6Eq5LdranGa6ru8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 2:27: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 272B237B401; Mon, 11 Nov 2002 02:27:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C790F43E4A; Mon, 11 Nov 2002 02:27:04 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABAOmmV037482; Mon, 11 Nov 2002 02:24:48 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABAOmW8037481; Mon, 11 Nov 2002 02:24:48 -0800 (PST) Message-Id: <200211111024.gABAOmW8037481@repoman.freebsd.org> From: Jimmy Olgeni Date: Mon, 11 Nov 2002 02:24:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/py_otp_interface Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/11 02:24:48 PST Modified files: devel Makefile Added files: devel/py_otp_interface Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add py_otp_interface, a Python implementation of an Erlang/OTP node. Revision Changes Path 1.979 +1 -0 ports/devel/Makefile 1.1 +46 -0 ports/devel/py_otp_interface/Makefile (new) 1.1 +1 -0 ports/devel/py_otp_interface/distinfo (new) 1.1 +1 -0 ports/devel/py_otp_interface/pkg-comment (new) 1.1 +5 -0 ports/devel/py_otp_interface/pkg-descr (new) 1.1 +33 -0 ports/devel/py_otp_interface/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 2:31: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 298B337B401; Mon, 11 Nov 2002 02:31:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D25D543E4A; Mon, 11 Nov 2002 02:31:00 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABASjmV037889; Mon, 11 Nov 2002 02:28:45 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABASi4v037888; Mon, 11 Nov 2002 02:28:44 -0800 (PST) Message-Id: <200211111028.gABASi4v037888@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 11 Nov 2002 02:28:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/splash/pcx splash_pcx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/11/11 02:28:44 PST Modified files: sys/modules/splash/pcx splash_pcx.c Log: Warning fixes. Revision Changes Path 1.5 +4 -3 src/sys/modules/splash/pcx/splash_pcx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 2:32:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8F7037B401; Mon, 11 Nov 2002 02:32:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CC3D43E6E; Mon, 11 Nov 2002 02:32:20 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABAU4mV038258; Mon, 11 Nov 2002 02:30:04 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABAU4uB038257; Mon, 11 Nov 2002 02:30:04 -0800 (PST) Message-Id: <200211111030.gABAU4uB038257@repoman.freebsd.org> From: Jimmy Olgeni Date: Mon, 11 Nov 2002 02:30:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/11 02:30:04 PST Modified files: . modules Log: Add py_otp_interface (addport complained). Revision Changes Path 1.6214 +1 -0 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 Nov 11 2:47:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CCB237B401; Mon, 11 Nov 2002 02:47:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DA6843E3B; Mon, 11 Nov 2002 02:47:47 -0800 (PST) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABAjVmV039405; Mon, 11 Nov 2002 02:45:31 -0800 (PST) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABAjVt2039404; Mon, 11 Nov 2002 02:45:31 -0800 (PST) Message-Id: <200211111045.gABAjVt2039404@repoman.freebsd.org> From: Thomas Moestl Date: Mon, 11 Nov 2002 02:45:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/snp snp.c src/sys/sys snoop.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2002/11/11 02:45:31 PST Modified files: sys/dev/snp snp.c sys/sys snoop.h Log: Declare the snp ioctl()s to work on udev_t, since that is what they really do and dev_t is defined differently in kernel and userland. Return a correctly formed udev from SNPGTTY. Reviewed by: dd Revision Changes Path 1.74 +1 -1 src/sys/dev/snp/snp.c 1.22 +2 -2 src/sys/sys/snoop.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 2:59:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D85EE37B401; Mon, 11 Nov 2002 02:59:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CB6C43E4A; Mon, 11 Nov 2002 02:59:13 -0800 (PST) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABAuvmV040361; Mon, 11 Nov 2002 02:56:57 -0800 (PST) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABAuvGU040360; Mon, 11 Nov 2002 02:56:57 -0800 (PST) Message-Id: <200211111056.gABAuvGU040360@repoman.freebsd.org> From: Thomas Moestl Date: Mon, 11 Nov 2002 02:56:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/watch watch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2002/11/11 02:56:57 PST Modified files: usr.sbin/watch watch.c Log: The FIONREAD sysctl operates on an int *, not a size_t *. Reviewed by: dd Revision Changes Path 1.27 +8 -9 src/usr.sbin/watch/watch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 3: 1:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E237C37B401; Mon, 11 Nov 2002 03:01:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 066D343EAA; Mon, 11 Nov 2002 03:01:33 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABAxHmV040753; Mon, 11 Nov 2002 02:59:17 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABAxHeC040751; Mon, 11 Nov 2002 02:59:17 -0800 (PST) Message-Id: <200211111059.gABAxHeC040751@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 11 Nov 2002 02:59:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/11/11 02:59:17 PST Modified files: en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml Log: Use filename tags for supfile. Revision Changes Path 1.149 +1 -1 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 3: 1:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2217B37B409; Mon, 11 Nov 2002 03:01:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1ECE43E8A; Mon, 11 Nov 2002 03:01:44 -0800 (PST) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABAxSmV040840; Mon, 11 Nov 2002 02:59:28 -0800 (PST) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABAxSE3040838; Mon, 11 Nov 2002 02:59:28 -0800 (PST) Message-Id: <200211111059.gABAxSE3040838@repoman.freebsd.org> From: Thomas Moestl Date: Mon, 11 Nov 2002 02:59:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 snp.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2002/11/11 02:59:28 PST Modified files: share/man/man4 snp.4 Log: Update to match recent snp fixes. Reviewed by: dd Revision Changes Path 1.25 +2 -2 src/share/man/man4/snp.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 3: 4:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5C6237B404; Mon, 11 Nov 2002 03:04:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9943043E42; Mon, 11 Nov 2002 03:04:30 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABB2EmV041444; Mon, 11 Nov 2002 03:02:14 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABB2Edm041443; Mon, 11 Nov 2002 03:02:14 -0800 (PST) Message-Id: <200211111102.gABB2Edm041443@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 11 Nov 2002 03:02:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/i386 dokern.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/11/11 03:02:14 PST Modified files: release/i386 dokern.sh Log: Removed redundant entries (these are handled by drivers.conf). Revision Changes Path 1.71 +0 -2 src/release/i386/dokern.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 3:47:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF4FC37B401; Mon, 11 Nov 2002 03:47:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80CEB43E4A; Mon, 11 Nov 2002 03:47:13 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABBivmV044923; Mon, 11 Nov 2002 03:44:57 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABBivEq044922; Mon, 11 Nov 2002 03:44:57 -0800 (PST) Message-Id: <200211111144.gABBivEq044922@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 11 Nov 2002 03:44:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/alpha drivers.conf src/release/i386 drivers.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/11/11 03:44:57 PST Modified files: release/alpha drivers.conf release/i386 drivers.conf Log: Sort by floppy, type, driver name. Revision Changes Path 1.12 +21 -18 src/release/alpha/drivers.conf 1.14 +23 -19 src/release/i386/drivers.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 3:48:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9C9337B401; Mon, 11 Nov 2002 03:48:53 -0800 (PST) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C3FE43E3B; Mon, 11 Nov 2002 03:48:53 -0800 (PST) (envelope-from mjacob@feral.com) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id gABBmVZ67072; Mon, 11 Nov 2002 03:48:31 -0800 (PST) (envelope-from mjacob@feral.com) Date: Mon, 11 Nov 2002 03:48:31 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Doug Rabson Cc: Matt Jacob , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm uma_dbg.c In-Reply-To: <200211110946.01184.dfr@nlsystems.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It doesn't matter because I've been told it's not MI anyway. On Mon, 11 Nov 2002, Doug Rabson wrote: > On Sunday 10 November 2002 4:16 pm, Matt Jacob wrote: > > mjacob 2002/11/10 08:16:44 PST > > > > Modified files: > > sys/vm uma_dbg.c > > Log: > > Use atomic_set_8 on the us_freelist maps as they are not otherwise > > protected. Furthermore, in some RISC architectures with no normal > > byte operations, the surrounding 3 bytes are also affected by the > > read-modify-write that has to occur. > > Isn't atomic_set_8 an '|=' operation? Is this what was intended? > > -- > Doug Rabson Mail: dfr@nlsystems.com > Phone: +44 20 8348 6160 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 3:50:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B2F737B401; Mon, 11 Nov 2002 03:50:31 -0800 (PST) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D75743E3B; Mon, 11 Nov 2002 03:50:30 -0800 (PST) (envelope-from mjacob@feral.com) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id gABBoTZ67095; Mon, 11 Nov 2002 03:50:29 -0800 (PST) (envelope-from mjacob@feral.com) Date: Mon, 11 Nov 2002 03:50:29 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/alpha dokern.sh src/release/i386 dokern.sh In-Reply-To: <20021111101807.GA93663@sunbay.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG That's good. And thanks for working with me so that we wouldn't be duplicating effort. On Mon, 11 Nov 2002, Ruslan Ermilov wrote: > On Mon, Nov 11, 2002 at 02:13:30AM -0800, Ruslan Ermilov wrote: > > ru 2002/11/11 02:13:30 PST > > > > Modified files: > > release/alpha dokern.sh > > release/i386 dokern.sh > > Log: > > Tabulate, sort. > > > > Revision Changes Path > > 1.63 +54 -54 src/release/alpha/dokern.sh > > 1.69 +29 -28 src/release/i386/dokern.sh > > > FWIW, this makes them diffable. > > > Cheers, > -- > Ruslan Ermilov Sysadmin and DBA, > ru@sunbay.com Sunbay Software AG, > ru@FreeBSD.org FreeBSD committer, > +380.652.512.251 Simferopol, Ukraine > > http://www.FreeBSD.org The Power To Serve > http://www.oracle.com Enabling The Information Age > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 3:51:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0B1D37B401; Mon, 11 Nov 2002 03:51:13 -0800 (PST) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7437643E42; Mon, 11 Nov 2002 03:51:12 -0800 (PST) (envelope-from mjacob@feral.com) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id gABBpBZ67110; Mon, 11 Nov 2002 03:51:11 -0800 (PST) (envelope-from mjacob@feral.com) Date: Mon, 11 Nov 2002 03:51:09 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/i386 dokern.sh In-Reply-To: <200211111102.gABB2Edm041443@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG BTW- do you actually build floppies and test or is this just a book exercise? On Mon, 11 Nov 2002, Ruslan Ermilov wrote: > ru 2002/11/11 03:02:14 PST > > Modified files: > release/i386 dokern.sh > Log: > Removed redundant entries (these are handled by drivers.conf). > > Revision Changes Path > 1.71 +0 -2 src/release/i386/dokern.sh > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 3:52:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CE4537B401; Mon, 11 Nov 2002 03:52:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FD9D43E8A; Mon, 11 Nov 2002 03:52:20 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABBo4mV045570; Mon, 11 Nov 2002 03:50:04 -0800 (PST) (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABBo4sE045569; Mon, 11 Nov 2002 03:50:04 -0800 (PST) Message-Id: <200211111150.gABBo4sE045569@repoman.freebsd.org> From: Matt Jacob Date: Mon, 11 Nov 2002 03:50:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma_core.c uma_dbg.c vm_object.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/11/11 03:50:04 PST Modified files: sys/vm uma_core.c uma_dbg.c vm_object.c Log: atomic_set_8 isn't MI. Instead, follow Jake's suggestions about ZONE_LOCK. Revision Changes Path 1.42 +4 -0 src/sys/vm/uma_core.c 1.10 +2 -4 src/sys/vm/uma_dbg.c 1.238 +1 -1 src/sys/vm/vm_object.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 3:54:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5264137B401; Mon, 11 Nov 2002 03:54:49 -0800 (PST) Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91E2043E42; Mon, 11 Nov 2002 03:54:48 -0800 (PST) (envelope-from mjacob@feral.com) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id gABBseZ67172; Mon, 11 Nov 2002 03:54:41 -0800 (PST) (envelope-from mjacob@feral.com) Date: Mon, 11 Nov 2002 03:54:40 -0800 (PST) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Jake Burkholder Cc: "Alan L. Cox" , jeff@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm uma_dbg.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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Seems to work. Checked in. I'm outta here. On Sun, 10 Nov 2002, Matthew Jacob wrote: > > > > This would be my suggestion: > > > > Index: sys/vm/uma_core.c > > =================================================================== > > RCS file: /home/ncvs/src/sys/vm/uma_core.c,v > > retrieving revision 1.41 > > diff -u -r1.41 uma_core.c > > --- sys/vm/uma_core.c 1 Nov 2002 01:01:27 -0000 1.41 > > +++ sys/vm/uma_core.c 11 Nov 2002 04:11:38 -0000 > > @@ -1348,7 +1348,9 @@ > > ("uma_zalloc: Bucket pointer mangled.")); > > cache->uc_allocs++; > > #ifdef INVARIANTS > > + ZONE_LOCK(zone); > > uma_dbg_alloc(zone, NULL, item); > > + ZONE_UNLOCK(zone); > > #endif > > CPU_UNLOCK(zone, cpu); > > if (zone->uz_ctor) > > @@ -1698,10 +1700,12 @@ > > ("uma_zfree: Freeing to non free bucket index.")); > > bucket->ub_bucket[bucket->ub_ptr] = item; > > #ifdef INVARIANTS > > + ZONE_LOCK(zone); > > if (zone->uz_flags & UMA_ZFLAG_MALLOC) > > uma_dbg_free(zone, udata, item); > > else > > uma_dbg_free(zone, NULL, item); > > + ZONE_UNLOCK(zone); > > #endif > > CPU_UNLOCK(zone, cpu); > > return; > > > > uma_dbg_* are called with the zone lock held everywhere else, and the > > us_freelist is used with the zone lock held everywhere else as well. > > slab_zalloc is working on a newly created slab that doesn't have any > > other references, so it doesn't need to be locked until its added to > > the zone. > > > > And that'd be a no: > > Mounting root from ufs:/dev/da2a > recursed on non-recursive lock (sleep mutex) NAMEI @ > ../../../vm/uma_dbg.c:202 > first acquired @ ../../../vm/uma_core.c:1351 > panic: recurse > cpuid = 2; > panic > Stopped at Debugger+0x34: zapnot v0,#0xf,v0 > db> t > Debugger() at Debugger+0x34 > panic() at panic+0x1a4 > witness_lock() at witness_lock+0x3fc > _mtx_lock_flags() at _mtx_lock_flags+0xc4 > uma_dbg_getslab() at uma_dbg_getslab+0xe4 > uma_dbg_alloc() at uma_dbg_alloc+0x30 > uma_zalloc_arg() at uma_zalloc_arg+0x130 > namei() at namei+0xa4 > kern_mkdir() at kern_mkdir+0x70 > start_init() at start_init+0x1a0 > fork_exit() at fork_exit+0xe0 > exception_return() at exception_return > --- root of call graph --- > > > I guess getting rid of the ZONE_LOCK in uma_dbg_getslab is also needed > :-) > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 3:55:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2566237B401; Mon, 11 Nov 2002 03:55:26 -0800 (PST) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B49943E42; Mon, 11 Nov 2002 03:55:21 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) by whale.sunbay.crimea.ua (8.12.6/8.12.6/Sunbay) with ESMTP id gABBt35V013955 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 11 Nov 2002 13:55:03 +0200 (EET) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.6/8.12.6/Submit) id gABBt2I8013950; Mon, 11 Nov 2002 13:55:02 +0200 (EET) Date: Mon, 11 Nov 2002 13:55:02 +0200 From: Ruslan Ermilov To: Matthew Jacob Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/i386 dokern.sh Message-ID: <20021111115502.GD93663@sunbay.com> References: <200211111102.gABB2Edm041443@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KdquIMZPjGJQvRdI" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --KdquIMZPjGJQvRdI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 11, 2002 at 03:51:09AM -0800, Matthew Jacob wrote: > BTW- do you actually build floppies and test or is this just a book > exercise? >=20 >=20 > On Mon, 11 Nov 2002, Ruslan Ermilov wrote: >=20 > > ru 2002/11/11 03:02:14 PST > >=20 > > Modified files: > > release/i386 dokern.sh=20 > > Log: > > Removed redundant entries (these are handled by drivers.conf). > > =20 > > Revision Changes Path > > 1.71 +0 -2 src/release/i386/dokern.sh > >=20 As I explained you privately, this sort of changes is easily verifiable by ensuring that the generated BOOTMFS stays the same. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --KdquIMZPjGJQvRdI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE9z5qWUkv4P6juNwoRAouaAJ9JbT+13jNxJBce43mEfvr289cg7gCaA2Mn /iy/Shhr7UaWY3DxUE3P4zY= =aAyU -----END PGP SIGNATURE----- --KdquIMZPjGJQvRdI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 3:58:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE6EE37B401; Mon, 11 Nov 2002 03:58:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 830FC43E4A; Mon, 11 Nov 2002 03:58:44 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABBuSmV045893; Mon, 11 Nov 2002 03:56:28 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABBuSkV045892; Mon, 11 Nov 2002 03:56:28 -0800 (PST) Message-Id: <200211111156.gABBuSkV045892@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 11 Nov 2002 03:56:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/kenv Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/11/11 03:56:28 PST Modified files: usr.bin/kenv Makefile Log: kenv(1) is WARNS=6 clean. Revision Changes Path 1.3 +1 -1 src/usr.bin/kenv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 4: 0:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C06F537B401; Mon, 11 Nov 2002 04:00:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71D7543E4A; Mon, 11 Nov 2002 04:00:57 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABBwfmV046122; Mon, 11 Nov 2002 03:58:41 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABBwfIv046120; Mon, 11 Nov 2002 03:58:41 -0800 (PST) Message-Id: <200211111158.gABBwfIv046120@repoman.freebsd.org> From: Marc Fonvieille Date: Mon, 11 Nov 2002 03:58:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/disks chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/11/11 03:58:41 PST Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Use man entities where needed, and punctuation fix. Revision Changes Path 1.114 +5 -5 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 4:34:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94D8537B401; Mon, 11 Nov 2002 04:34:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 461CC43E4A; Mon, 11 Nov 2002 04:34:47 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABCWVmV049134; Mon, 11 Nov 2002 04:32:31 -0800 (PST) (envelope-from sheldonh@repoman.freebsd.org) Received: (from sheldonh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABCWU51049133; Mon, 11 Nov 2002 04:32:30 -0800 (PST) Message-Id: <200211111232.gABCWU51049133@repoman.freebsd.org> From: Sheldon Hearn Date: Mon, 11 Nov 2002 04:32:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2002/11/11 04:32:30 PST Modified files: release/scripts print-cdrom-packages.sh Log: Add Ian Freislich's excellent, BSD-licensed POP3 server (ports/mail/popd) to the list of packages that should appear on CDROM1. Approved by: re Revision Changes Path 1.32 +1 -0 src/release/scripts/print-cdrom-packages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 4:35:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F311937B401; Mon, 11 Nov 2002 04:35:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2E4443E6E; Mon, 11 Nov 2002 04:35:53 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABCXbmV049175; Mon, 11 Nov 2002 04:33:37 -0800 (PST) (envelope-from sheldonh@repoman.freebsd.org) Received: (from sheldonh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABCXbGS049174; Mon, 11 Nov 2002 04:33:37 -0800 (PST) Message-Id: <200211111233.gABCXbGS049174@repoman.freebsd.org> From: Sheldon Hearn Date: Mon, 11 Nov 2002 04:33:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2002/11/11 04:33:37 PST Modified files: (Branch: RELENG_4) release/scripts print-cdrom-packages.sh Log: MFC rev 1.32: add ports/mail/popd to CDROM1 Approved by: re Revision Changes Path 1.1.2.22 +1 -0 src/release/scripts/print-cdrom-packages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 4:51: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C44C437B401; Mon, 11 Nov 2002 04:51:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7867B43E6E; Mon, 11 Nov 2002 04:51:04 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABCmmmV050439; Mon, 11 Nov 2002 04:48:48 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABCmlXq050436; Mon, 11 Nov 2002 04:48:47 -0800 (PST) Message-Id: <200211111248.gABCmlXq050436@repoman.freebsd.org> From: Jimmy Olgeni Date: Mon, 11 Nov 2002 04:48:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/11 04:48:47 PST Modified files: sysutils/webmin pkg-descr Log: Do not say that webmin does not require any external perl modules, because it's no longer true (see SSL and PAM). Revision Changes Path 1.3 +1 -3 ports/sysutils/webmin/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 Nov 11 4:52:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 270BD37B401; Mon, 11 Nov 2002 04:52:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEED543E7B; Mon, 11 Nov 2002 04:52:14 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABCnwmV050797; Mon, 11 Nov 2002 04:49:58 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABCnwT2050795; Mon, 11 Nov 2002 04:49:58 -0800 (PST) Message-Id: <200211111249.gABCnwT2050795@repoman.freebsd.org> From: Alexander Leidinger Date: Mon, 11 Nov 2002 04:49:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ifc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2002/11/11 04:49:58 PST Modified files: lang/ifc Makefile Log: Correct typo in my last commit. Approved by: maintainer Revision Changes Path 1.8 +1 -1 ports/lang/ifc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 5: 2:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5128537B404; Mon, 11 Nov 2002 05:02:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 013D643E8A; Mon, 11 Nov 2002 05:02:29 -0800 (PST) (envelope-from wjv@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABD0CmV051839; Mon, 11 Nov 2002 05:00:12 -0800 (PST) (envelope-from wjv@repoman.freebsd.org) Received: (from wjv@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABD0Cbc051836; Mon, 11 Nov 2002 05:00:12 -0800 (PST) Message-Id: <200211111300.gABD0Cbc051836@repoman.freebsd.org> From: Johann Visagie Date: Mon, 11 Nov 2002 05:00:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/py-dsv Makefile distinfo pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wjv 2002/11/11 05:00:12 PST Modified files: textproc/py-dsv Makefile distinfo pkg-descr pkg-plist Log: - Update to version 1.3.7 - Install documentation and examples to $DOCSDIR and $EXAMPLESDIR - Install an executable script into ${PREFIX}/bin to call DSV.py - Add optional WITH_GUI knob for wxPython dependency Revision Changes Path 1.3 +16 -1 ports/textproc/py-dsv/Makefile 1.2 +1 -1 ports/textproc/py-dsv/distinfo 1.2 +14 -15 ports/textproc/py-dsv/pkg-descr 1.2 +6 -0 ports/textproc/py-dsv/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 Nov 11 5:21:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB6CA37B401; Mon, 11 Nov 2002 05:21:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B9E943E42; Mon, 11 Nov 2002 05:21:27 -0800 (PST) (envelope-from emoore@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABDJBmV053318; Mon, 11 Nov 2002 05:19:11 -0800 (PST) (envelope-from emoore@repoman.freebsd.org) Received: (from emoore@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABDJBl5053317; Mon, 11 Nov 2002 05:19:11 -0800 (PST) Message-Id: <200211111319.gABDJBl5053317@repoman.freebsd.org> From: Eric Moore Date: Mon, 11 Nov 2002 05:19:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_compat.h amr_disk.c amr_pci.c amr_tables.h amrio.h amrreg.h amrvar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG emoore 2002/11/11 05:19:11 PST Modified files: (Branch: RELENG_4) sys/dev/amr amr.c amr_cam.c amr_compat.h amr_disk.c amr_pci.c amr_tables.h amrio.h amrreg.h amrvar.h Log: amr.c, amr_cam.c, amrreg.h, amrvar.h: - added support for 12/16 byte cdb's, effecting CAM branch only ( non-disk support ) amrreg.h: - increased number of scatter gather elements from 16 to 26. amr_pci.c: - amr_pci_free(), incorrect bus tag meant for 'amr_mailbox_dmat' was being freed all: - copyright change requested by scottl Revision Changes Path 1.7.2.11 +102 -14 src/sys/dev/amr/amr.c 1.1.2.3 +155 -31 src/sys/dev/amr/amr_cam.c 1.2.2.4 +24 -3 src/sys/dev/amr/amr_compat.h 1.5.2.4 +24 -3 src/sys/dev/amr/amr_disk.c 1.1.2.7 +27 -6 src/sys/dev/amr/amr_pci.c 1.1.2.3 +24 -3 src/sys/dev/amr/amr_tables.h 1.2.2.3 +24 -3 src/sys/dev/amr/amrio.h 1.1.2.4 +57 -4 src/sys/dev/amr/amrreg.h 1.2.2.4 +25 -3 src/sys/dev/amr/amrvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 6: 0: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 659FF37B404; Mon, 11 Nov 2002 06:00:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19EB343E4A; Mon, 11 Nov 2002 06:00:07 -0800 (PST) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABDvomV056220; Mon, 11 Nov 2002 05:57:50 -0800 (PST) (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABDvoZY056219; Mon, 11 Nov 2002 05:57:50 -0800 (PST) Message-Id: <200211111357.gABDvoZY056219@repoman.freebsd.org> From: Olivier Houchard Date: Mon, 11 Nov 2002 05:57:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm swap_pager.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cognet 2002/11/11 05:57:50 PST Modified files: sys/vm swap_pager.c Log: Remove extra #include. Revision Changes Path 1.181 +0 -1 src/sys/vm/swap_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 6: 1:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5622937B401; Mon, 11 Nov 2002 06:01:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0866443E42; Mon, 11 Nov 2002 06:01:11 -0800 (PST) (envelope-from mwlucas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABDwsmV056528; Mon, 11 Nov 2002 05:58:54 -0800 (PST) (envelope-from mwlucas@repoman.freebsd.org) Received: (from mwlucas@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABDwsTq056527; Mon, 11 Nov 2002 05:58:54 -0800 (PST) Message-Id: <200211111358.gABDwsTq056527@repoman.freebsd.org> From: Michael Lucas Date: Mon, 11 Nov 2002 05:58:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations wantlist.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mwlucas 2002/11/11 05:58:54 PST Modified files: en/donations wantlist.sgml Log: New desires from tmm and lioux. Revision Changes Path 1.39 +19 -1 www/en/donations/wantlist.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 6:18:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3456737B401; Mon, 11 Nov 2002 06:18:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D948A43E42; Mon, 11 Nov 2002 06:18:15 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABEFxmV057931; Mon, 11 Nov 2002 06:15:59 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABEFxVW057930; Mon, 11 Nov 2002 06:15:59 -0800 (PST) Message-Id: <200211111415.gABEFxVW057930@repoman.freebsd.org> From: Robert Watson Date: Mon, 11 Nov 2002 06:15:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mac.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/11/11 06:15:59 PST Modified files: sys/kern kern_mac.c Log: Garbage collect definition of M_MACOPVEC -- we no longer perform a dynamic mapping of an operation vector into an operation structure, rather, we rely on C99 sparse structure initialization. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.65 +0 -2 src/sys/kern/kern_mac.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 6:31:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB24937B401; Mon, 11 Nov 2002 06:31:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FBDB43E6E; Mon, 11 Nov 2002 06:31:20 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABET3mV059139; Mon, 11 Nov 2002 06:29:03 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABET32J059138; Mon, 11 Nov 2002 06:29:03 -0800 (PST) Message-Id: <200211111429.gABET32J059138@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 11 Nov 2002 06:29:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mutt Makefile ports/mail/mutt/files patch-configure.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/11 06:29:03 PST Modified files: mail/mutt Makefile mail/mutt/files patch-configure.in Log: o Fix build to match recent updates in GNU auto* support in bsd.port.mk o Deploy USE_REINPLACE instead of PERL o Fix warning messages in -CURRENT PR: 45212 Submitted by: maintainer Revision Changes Path 1.126 +5 -4 ports/mail/mutt/Makefile 1.4 +10 -10 ports/mail/mutt/files/patch-configure.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 6:54:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FCF437B401; Mon, 11 Nov 2002 06:54:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C811E43E3B; Mon, 11 Nov 2002 06:54:25 -0800 (PST) (envelope-from mwlucas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABEq9mV061170; Mon, 11 Nov 2002 06:52:09 -0800 (PST) (envelope-from mwlucas@repoman.freebsd.org) Received: (from mwlucas@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABEq9fg061169; Mon, 11 Nov 2002 06:52:09 -0800 (PST) Message-Id: <200211111452.gABEq9fg061169@repoman.freebsd.org> From: Michael Lucas Date: Mon, 11 Nov 2002 06:52:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations wantlist.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mwlucas 2002/11/11 06:52:09 PST Modified files: en/donations wantlist.sgml Log: Add mikeh's wants. Revision Changes Path 1.40 +10 -1 www/en/donations/wantlist.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 7:28:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3BB737B404; Mon, 11 Nov 2002 07:28:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67B6F43E3B; Mon, 11 Nov 2002 07:28:26 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABFQ9mV063736; Mon, 11 Nov 2002 07:26:09 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABFQ9n6063735; Mon, 11 Nov 2002 07:26:09 -0800 (PST) Message-Id: <200211111526.gABFQ9n6063735@repoman.freebsd.org> From: Maxime Henrion Date: Mon, 11 Nov 2002 07:26:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa fd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/11/11 07:26:09 PST Modified files: sys/isa fd.c Log: Capitalize the first letter of device descriptions for consistency with the rest of the drivers. Revision Changes Path 1.242 +2 -2 src/sys/isa/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 7:41:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 963A437B401; Mon, 11 Nov 2002 07:41:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 588F543E4A; Mon, 11 Nov 2002 07:41:47 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABFdUmV065160; Mon, 11 Nov 2002 07:39:30 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABFdUU2065158; Mon, 11 Nov 2002 07:39:30 -0800 (PST) Message-Id: <200211111539.gABFdUU2065158@repoman.freebsd.org> From: Jimmy Olgeni Date: Mon, 11 Nov 2002 07:39:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/distel Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/11 07:39:30 PST Modified files: devel Makefile Added files: devel/distel Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add Distel, a lisp toolkit to extend Emacs Lisp with Erlang-style message passing. It includes some applications to integrate Emacs and Erlang/OTP. Revision Changes Path 1.980 +1 -0 ports/devel/Makefile 1.1 +39 -0 ports/devel/distel/Makefile (new) 1.1 +1 -0 ports/devel/distel/distinfo (new) 1.1 +1 -0 ports/devel/distel/pkg-comment (new) 1.1 +7 -0 ports/devel/distel/pkg-descr (new) 1.1 +33 -0 ports/devel/distel/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 7:43:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 067BF37B401; Mon, 11 Nov 2002 07:43:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFB5643E4A; Mon, 11 Nov 2002 07:43:58 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABFffmV065403; Mon, 11 Nov 2002 07:41:41 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABFffaZ065402; Mon, 11 Nov 2002 07:41:41 -0800 (PST) Message-Id: <200211111541.gABFffaZ065402@repoman.freebsd.org> From: Jimmy Olgeni Date: Mon, 11 Nov 2002 07:41:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/11 07:41:41 PST Modified files: . modules Log: Add devel/distel. Revision Changes Path 1.6215 +1 -0 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 Nov 11 8:24:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76AF537B401; Mon, 11 Nov 2002 08:24:21 -0800 (PST) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id C207943E4A; Mon, 11 Nov 2002 08:24:20 -0800 (PST) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.5/8.12.5) with ESMTP id gABGesbd093131; Mon, 11 Nov 2002 11:40:54 -0500 (EST) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.5/8.12.5/Submit) id gABGesi1093129; Mon, 11 Nov 2002 11:40:54 -0500 (EST) Date: Mon, 11 Nov 2002 11:40:53 -0500 From: Jake Burkholder To: Matt Jacob Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm uma_core.c uma_dbg.c vm_object.c Message-ID: <20021111114053.D85338@locore.ca> References: <200211111150.gABBo4sE045569@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200211111150.gABBo4sE045569@repoman.freebsd.org>; from mjacob@FreeBSD.org on Mon, Nov 11, 2002 at 03:50:04AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Apparently, On Mon, Nov 11, 2002 at 03:50:04AM -0800, Matt Jacob said words to the effect of; > mjacob 2002/11/11 03:50:04 PST > > Modified files: > sys/vm uma_core.c uma_dbg.c vm_object.c > Log: > atomic_set_8 isn't MI. Instead, follow Jake's suggestions about > ZONE_LOCK. Thanks. > > Revision Changes Path > 1.42 +4 -0 src/sys/vm/uma_core.c > 1.10 +2 -4 src/sys/vm/uma_dbg.c > 1.238 +1 -1 src/sys/vm/vm_object.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 8:38:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C67FC37B401; Mon, 11 Nov 2002 08:38:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78E5843E3B; Mon, 11 Nov 2002 08:38:37 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABGaKmV069683; Mon, 11 Nov 2002 08:36:20 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABGaKjD069682; Mon, 11 Nov 2002 08:36:20 -0800 (PST) Message-Id: <200211111636.gABGaKjD069682@repoman.freebsd.org> From: John Baldwin Date: Mon, 11 Nov 2002 08:36:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_witness.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/11/11 08:36:20 PST Modified files: sys/kern subr_witness.c Log: Correct an assertion in the code to traverse the list of locks to find an earlier acquired lock with the same witness as the lock currently being acquired. If we had released several earlier acquired locks after acquiring enough locks to require another lock_list_entry bucket in the lock list, then subsequent lock_list_entry buckets could contain only one lock instance in which case i would be zero. Reported by: Joel M. Baldwin Revision Changes Path 1.130 +1 -1 src/sys/kern/subr_witness.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 8:48:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F05B737B401; Mon, 11 Nov 2002 08:48:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1AE843E3B; Mon, 11 Nov 2002 08:48:58 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABGkfmV070574; Mon, 11 Nov 2002 08:46:41 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABGkfOE070573; Mon, 11 Nov 2002 08:46:41 -0800 (PST) Message-Id: <200211111646.gABGkfOE070573@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 11 Nov 2002 08:46:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/tmda Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/11 08:46:41 PST Modified files: mail/tmda Makefile distinfo pkg-plist Log: upgrade to 0.64 PR: 45175, 45177 Submitted by: Sergei Kolobov , maintainer Revision Changes Path 1.25 +2 -2 ports/mail/tmda/Makefile 1.23 +1 -1 ports/mail/tmda/distinfo 1.21 +1 -0 ports/mail/tmda/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 Nov 11 8:58:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8864A37B401; Mon, 11 Nov 2002 08:58:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3209243E4A; Mon, 11 Nov 2002 08:58:45 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABGuSmV071425; Mon, 11 Nov 2002 08:56:28 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABGuR5j071424; Mon, 11 Nov 2002 08:56:27 -0800 (PST) Message-Id: <200211111656.gABGuR5j071424@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 11 Nov 2002 08:56:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/swarm Makefile pkg-message pkg-plist ports/devel/swarm/files patch-makefile patch-objc-features.texi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/11 08:56:27 PST Modified files: devel/swarm Makefile pkg-message pkg-plist Added files: devel/swarm/files patch-makefile patch-objc-features.texi Log: Enable Jave support. Use install-info. Based on: PR: 38365 Submitted by: Horance Chou (maintainer) Revision Changes Path 1.17 +5 -0 ports/devel/swarm/Makefile 1.1 +16 -0 ports/devel/swarm/files/patch-makefile (new) 1.1 +13 -0 ports/devel/swarm/files/patch-objc-features.texi (new) 1.2 +3 -6 ports/devel/swarm/pkg-message 1.7 +11 -1 ports/devel/swarm/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 Nov 11 8:59: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 994AF37B409; Mon, 11 Nov 2002 08:58:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E56CB43E42; Mon, 11 Nov 2002 08:58:57 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABGuemV071463; Mon, 11 Nov 2002 08:56:40 -0800 (PST) (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABGueFY071462; Mon, 11 Nov 2002 08:56:40 -0800 (PST) Message-Id: <200211111656.gABGueFY071462@repoman.freebsd.org> From: Matt Jacob Date: Mon, 11 Nov 2002 08:56:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src MAINTAINERS X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/11/11 08:56:40 PST Modified files: . MAINTAINERS Log: Remove my 'pre-commit' on sa(4). Revision Changes Path 1.52 +0 -1 src/MAINTAINERS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 9: 9:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D75337B401; Mon, 11 Nov 2002 09:09:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0146D43E3B; Mon, 11 Nov 2002 09:09:38 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABH7KmV072389; Mon, 11 Nov 2002 09:07:20 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABH7KTv072388; Mon, 11 Nov 2002 09:07:20 -0800 (PST) Message-Id: <200211111707.gABH7KTv072388@repoman.freebsd.org> From: SADA Kenji Date: Mon, 11 Nov 2002 09:07:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/xjman Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/11 09:07:20 PST Modified files: japanese/xjman Makefile Log: Unbreak: REINPLACE_CMD, actualy sed, uses different RE from perl. Submitted by: SAKAMOTO Seiji Failed by: edwin Revision Changes Path 1.20 +1 -1 ports/japanese/xjman/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 9:23:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC1C237B406 for ; Mon, 11 Nov 2002 09:23:14 -0800 (PST) Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DD4B43E77 for ; Mon, 11 Nov 2002 09:23:13 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 24941 invoked from network); 11 Nov 2002 17:23:17 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail14.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 11 Nov 2002 17:23:17 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id gABHNB2D001597; Mon, 11 Nov 2002 12:23:11 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20021111101807.GA93663@sunbay.com> Date: Mon, 11 Nov 2002 12:23:12 -0500 (EST) From: John Baldwin To: Ruslan Ermilov Subject: Re: cvs commit: src/release/alpha dokern.sh src/release/i386 dok Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 11-Nov-2002 Ruslan Ermilov wrote: > On Mon, Nov 11, 2002 at 02:13:30AM -0800, Ruslan Ermilov wrote: >> ru 2002/11/11 02:13:30 PST >> >> Modified files: >> release/alpha dokern.sh >> release/i386 dokern.sh >> Log: >> Tabulate, sort. >> >> Revision Changes Path >> 1.63 +54 -54 src/release/alpha/dokern.sh >> 1.69 +29 -28 src/release/i386/dokern.sh >> > FWIW, this makes them diffable. Thanks! At some point I want to go through and try to move as many things out of dokern.sh and onto either the mfsroot or driver floppies as possible. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 9:23:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F83A37B401; Mon, 11 Nov 2002 09:23:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D13B543E77; Mon, 11 Nov 2002 09:23:46 -0800 (PST) (envelope-from jdp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABHLTmV073918; Mon, 11 Nov 2002 09:21:29 -0800 (PST) (envelope-from jdp@repoman.freebsd.org) Received: (from jdp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABHLTAa073917; Mon, 11 Nov 2002 09:21:29 -0800 (PST) Message-Id: <200211111721.gABHLTAa073917@repoman.freebsd.org> From: John Polstra Date: Mon, 11 Nov 2002 09:21:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/cvsup-mirror Makefile ports/net/cvsup-mirror/files cvsupd.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jdp 2002/11/11 09:21:29 PST Modified files: net/cvsup-mirror Makefile net/cvsup-mirror/files cvsupd.sh Log: Put core dumps and crash output (cvsupd.out) into /var/run instead of /var/tmp. Create cvsupd.out with mode 644 if it doesn't already exist. Bump PORTREVISION. Suggested by: Joshua Goodall Revision Changes Path 1.16 +1 -0 ports/net/cvsup-mirror/Makefile 1.7 +2 -1 ports/net/cvsup-mirror/files/cvsupd.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 9:23:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C3A737B412; Mon, 11 Nov 2002 09:23:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B75FF43E7B; Mon, 11 Nov 2002 09:23:57 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABHLemV073948; Mon, 11 Nov 2002 09:21:40 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABHLeHo073947; Mon, 11 Nov 2002 09:21:40 -0800 (PST) Message-Id: <200211111721.gABHLeHo073947@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 11 Nov 2002 09:21:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/ircII Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/11 09:21:40 PST Modified files: irc/ircII Makefile distinfo pkg-plist Log: upgrade to 20021103 PR: 45189 Submitted by: maintainer Revision Changes Path 1.37 +1 -1 ports/irc/ircII/Makefile 1.17 +1 -1 ports/irc/ircII/distinfo 1.22 +2 -0 ports/irc/ircII/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 Nov 11 9:26: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61FC737B401; Mon, 11 Nov 2002 09:26:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E690243E75; Mon, 11 Nov 2002 09:26:06 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABHNnmV074084; Mon, 11 Nov 2002 09:23:49 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABHNn4p074083; Mon, 11 Nov 2002 09:23:49 -0800 (PST) Message-Id: <200211111723.gABHNn4p074083@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 11 Nov 2002 09:23:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/firebird Makefile pkg-install pkg-plist ports/databases/firebird/files RELNOTES buildit.sh patch-builds::original::boot.sfx.interbase patch-builds::original::edit_make patch-builds::original::platform patch-builds::original::prefix.freebsd patch-jrd::gds.c patch-jrd::isc_file.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/11 09:23:49 PST Modified files: databases/firebird Makefile pkg-install pkg-plist databases/firebird/files RELNOTES Added files: databases/firebird/files buildit.sh patch-builds::original::boot.sfx.interbase patch-builds::original::edit_make patch-builds::original::platform patch-builds::original::prefix.freebsd patch-jrd::gds.c patch-jrd::isc_file.c patch-jrd::isc_sync.c patch-jrd::jrd.h patch-jrd::thd.c patch-jrd::thd.h patch-lock::lock.h Removed files: databases/firebird/scripts addservice createuser pre-build pre-install rmservice Log: Add SuperServer build Remove perl from scripts Remove scripts + consolidate into pkg-install PR: 45185 Submitted by: maintainer Revision Changes Path 1.11 +19 -12 ports/databases/firebird/Makefile 1.4 +8 -1 ports/databases/firebird/files/RELNOTES 1.1 +3 -0 ports/databases/firebird/files/buildit.sh (new) 1.1 +38 -0 ports/databases/firebird/files/patch-builds::original::boot.sfx.interbase (new) 1.1 +32 -0 ports/databases/firebird/files/patch-builds::original::edit_make (new) 1.1 +13 -0 ports/databases/firebird/files/patch-builds::original::platform (new) 1.1 +102 -0 ports/databases/firebird/files/patch-builds::original::prefix.freebsd (new) 1.1 +24 -0 ports/databases/firebird/files/patch-jrd::gds.c (new) 1.1 +15 -0 ports/databases/firebird/files/patch-jrd::isc_file.c (new) 1.1 +38 -0 ports/databases/firebird/files/patch-jrd::isc_sync.c (new) 1.1 +12 -0 ports/databases/firebird/files/patch-jrd::jrd.h (new) 1.1 +20 -0 ports/databases/firebird/files/patch-jrd::thd.c (new) 1.1 +14 -0 ports/databases/firebird/files/patch-jrd::thd.h (new) 1.1 +13 -0 ports/databases/firebird/files/patch-lock::lock.h (new) 1.5 +65 -67 ports/databases/firebird/pkg-install 1.3 +8 -0 ports/databases/firebird/pkg-plist 1.2 +0 -9 ports/databases/firebird/scripts/addservice (dead) 1.3 +0 -50 ports/databases/firebird/scripts/createuser (dead) 1.2 +0 -15 ports/databases/firebird/scripts/pre-build (dead) 1.2 +0 -20 ports/databases/firebird/scripts/pre-install (dead) 1.2 +0 -8 ports/databases/firebird/scripts/rmservice (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 9:36:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FCDF37B401; Mon, 11 Nov 2002 09:36:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02F8A43E75; Mon, 11 Nov 2002 09:36:45 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABHYRmV074980; Mon, 11 Nov 2002 09:34:27 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABHYRJK074979; Mon, 11 Nov 2002 09:34:27 -0800 (PST) Message-Id: <200211111734.gABHYRJK074979@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 11 Nov 2002 09:34:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/bogofilter Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/11 09:34:27 PST Modified files: mail Makefile Added files: mail/bogofilter Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add bogofilter 0.8.0 Fast, teachable, learning spam detector PR: 45190 Submitted by: Matthias Andree Revision Changes Path 1.338 +1 -0 ports/mail/Makefile 1.1 +39 -0 ports/mail/bogofilter/Makefile (new) 1.1 +1 -0 ports/mail/bogofilter/distinfo (new) 1.1 +1 -0 ports/mail/bogofilter/pkg-comment (new) 1.1 +5 -0 ports/mail/bogofilter/pkg-descr (new) 1.1 +20 -0 ports/mail/bogofilter/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 9:36:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 634D837B406; Mon, 11 Nov 2002 09:36:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 161DF43E3B; Mon, 11 Nov 2002 09:36:52 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABHYYmV075017; Mon, 11 Nov 2002 09:34:34 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABHYYqO075016; Mon, 11 Nov 2002 09:34:34 -0800 (PST) Message-Id: <200211111734.gABHYYqO075016@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 11 Nov 2002 09:34:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/11 09:34:34 PST Modified files: . modules Log: bogofilter --> ports/mail/bogofilter Revision Changes Path 1.6216 +1 -0 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 Nov 11 9:38:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48CA737B401; Mon, 11 Nov 2002 09:38:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F170043E42; Mon, 11 Nov 2002 09:38:49 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABHaWmV075161; Mon, 11 Nov 2002 09:36:32 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABHaWHj075160; Mon, 11 Nov 2002 09:36:32 -0800 (PST) Message-Id: <200211111736.gABHaWHj075160@repoman.freebsd.org> From: Jimmy Olgeni Date: Mon, 11 Nov 2002 09:36:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/erlang Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/11 09:36:32 PST Modified files: lang/erlang Makefile Log: I removed the autoconf dependency but was still calling ${AUTOCONF}, which is no longer needed. Revision Changes Path 1.28 +0 -2 ports/lang/erlang/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 9:40:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07AAD37B401; Mon, 11 Nov 2002 09:40:29 -0800 (PST) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CE4943E42; Mon, 11 Nov 2002 09:40:28 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id JAA07349; Mon, 11 Nov 2002 09:43:39 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id JAA07342; Mon, 11 Nov 2002 09:43:38 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Date: Mon, 11 Nov 2002 09:43:38 -0800 (PST) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: John Polstra Cc: cvs-all@freebsd.org Subject: Re: cvs commit: ports/lang/pm3-base pkg-plist ports/lang/pm3-base/files patch-fa patch-fb In-Reply-To: <200211091912.gA9JCSng097825@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 9 Nov 2002, John Polstra wrote: # jdp 2002/11/09 11:12:28 PST # # Modified files: # lang/pm3-base pkg-plist # Added files: # lang/pm3-base/files patch-fa patch-fb # Log: # Make the pm3-base port buildable on -current again. I simply # removed the Cstdio interface (which had references to __sF) from the # build. That interface isn't used by anything anyway. Is this roughly the same thing as PR ports/45030 (pm3-base broken in -current because of stdio-changes)? -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 9:41:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A58E37B401; Mon, 11 Nov 2002 09:41:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0BC843E6E; Mon, 11 Nov 2002 09:41:42 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABHdPmV075706; Mon, 11 Nov 2002 09:39:25 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABHdPCR075703; Mon, 11 Nov 2002 09:39:25 -0800 (PST) Message-Id: <200211111739.gABHdPCR075703@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 11 Nov 2002 09:39:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/epplets Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/11 09:39:25 PST Modified files: x11-wm/epplets Makefile Log: fix malloc.h problem PR: 45191 Submitted by: thinker@branda.to Revision Changes Path 1.14 +4 -0 ports/x11-wm/epplets/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 9:47:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DEA137B401; Mon, 11 Nov 2002 09:47:20 -0800 (PST) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79BE643E42; Mon, 11 Nov 2002 09:47:19 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id JAA07589; Mon, 11 Nov 2002 09:50:27 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id JAA07577; Mon, 11 Nov 2002 09:50:23 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Date: Mon, 11 Nov 2002 09:50:23 -0800 (PST) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: SADA Kenji Cc: cvs-all@freebsd.org, Ryan Grove Subject: Re: cvs commit: ports/www Makefile ports/www/notftp Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist In-Reply-To: <200211092111.gA9LBpLt009439@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 9 Nov 2002, SADA Kenji wrote: # sada 2002/11/09 13:11:51 PST # # Modified files: # www Makefile # Added files: # www/notftp Makefile distinfo pkg-comment pkg-descr # pkg-message pkg-plist # Log: # Add new port: notftp # NotFTP is a fully-featured and easy to use Web-based HTTP-FTP gateway written in # PHP. # # WWW: http://wonko.com/notftp/ # PR: ports/40168 # Submitted by: Ryan Grove You might want to import PR ports/43982 (New port: www/notftp), which has version 1.3 of notftp. It was submitted by the same person. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 9:49:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 611E037B401; Mon, 11 Nov 2002 09:49:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 122F143E3B; Mon, 11 Nov 2002 09:49:50 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABHlWmV076143; Mon, 11 Nov 2002 09:47:32 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABHlWP9076142; Mon, 11 Nov 2002 09:47:32 -0800 (PST) Message-Id: <200211111747.gABHlWP9076142@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 11 Nov 2002 09:47:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/sylpheed-claws Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/11 09:47:32 PST Modified files: mail/sylpheed-claws Makefile Log: unbreak aspell support PR: 45194 Submitted by: maintainer Revision Changes Path 1.22 +4 -3 ports/mail/sylpheed-claws/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 9:52:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0930537B401; Mon, 11 Nov 2002 09:52:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFCB043E3B; Mon, 11 Nov 2002 09:52:57 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABHoemV076797; Mon, 11 Nov 2002 09:50:40 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABHoe7B076796; Mon, 11 Nov 2002 09:50:40 -0800 (PST) Message-Id: <200211111750.gABHoe7B076796@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 11 Nov 2002 09:50:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/plucker Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/11 09:50:40 PST Modified files: palm/plucker Makefile Log: find libjpeg PR: 45195 Submitted by: maintainer Revision Changes Path 1.6 +2 -0 ports/palm/plucker/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 9:56:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6ED637B401; Mon, 11 Nov 2002 09:56:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7220D43E6E; Mon, 11 Nov 2002 09:56:32 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABHsFmV076934; Mon, 11 Nov 2002 09:54:15 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABHsFl2076933; Mon, 11 Nov 2002 09:54:15 -0800 (PST) Message-Id: <200211111754.gABHsFl2076933@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 11 Nov 2002 09:54:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ipsorc Makefile distinfo pkg-plist ports/net/ipsorc/files patch-aa patch-sorcery.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/11 09:54:15 PST Modified files: net/ipsorc Makefile distinfo pkg-plist net/ipsorc/files patch-aa Added files: net/ipsorc/files patch-sorcery.c Log: upgrade to 1.7.5 PR: 45197 Submitted by: maintainer Revision Changes Path 1.7 +8 -7 ports/net/ipsorc/Makefile 1.6 +1 -1 ports/net/ipsorc/distinfo 1.4 +11 -14 ports/net/ipsorc/files/patch-aa 1.1 +11 -0 ports/net/ipsorc/files/patch-sorcery.c (new) 1.3 +1 -0 ports/net/ipsorc/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 Nov 11 9:59:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D84B37B401; Mon, 11 Nov 2002 09:59:54 -0800 (PST) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC00E43E42; Mon, 11 Nov 2002 09:59:53 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id KAA07889; Mon, 11 Nov 2002 10:03:02 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id KAA07882; Mon, 11 Nov 2002 10:03:00 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Date: Mon, 11 Nov 2002 10:03:00 -0800 (PST) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: SADA Kenji Cc: cvs-all@freebsd.org, Piotr Rybicki Subject: Re: cvs commit: ports/net/gnugadu Makefile distinfo pkg-plist ports/net/gnugadu/files patch-src::main.c patch-src::net.c In-Reply-To: <200211110826.gAB8QmM8026634@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 11 Nov 2002, SADA Kenji wrote: # sada 2002/11/11 00:26:48 PST # # Modified files: # net/gnugadu Makefile distinfo pkg-plist # Removed files: # net/gnugadu/files patch-src::main.c patch-src::net.c # Log: # - upgrade to version 0.2.2 # PR: ports/39413 # Submitted by: maintainer PR ports/44560 (Update net/gnugadu from 0.2.0 to 0.2.4) updates this to 0.2.4, but the update is in shar format instead of diff. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 10: 4:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E758237B404; Mon, 11 Nov 2002 10:04:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 587B843E6E; Mon, 11 Nov 2002 10:04:54 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABI2amV077767; Mon, 11 Nov 2002 10:02:36 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABI2aVi077766; Mon, 11 Nov 2002 10:02:36 -0800 (PST) Message-Id: <200211111802.gABI2aVi077766@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 11 Nov 2002 10:02:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/parchive Makefile distinfo ports/archivers/parchive/files Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/11 10:02:36 PST Modified files: archivers/parchive Makefile distinfo archivers/parchive/files Makefile Log: upgrade to 1.1 Submitted by: chkno Revision Changes Path 1.4 +3 -3 ports/archivers/parchive/Makefile 1.2 +1 -1 ports/archivers/parchive/distinfo 1.3 +1 -1 ports/archivers/parchive/files/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 10: 7:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3840A37B401; Mon, 11 Nov 2002 10:07:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BC3D43E75; Mon, 11 Nov 2002 10:07:12 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABI4tmV077862; Mon, 11 Nov 2002 10:04:55 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABI4siF077861; Mon, 11 Nov 2002 10:04:54 -0800 (PST) Message-Id: <200211111804.gABI4siF077861@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 11 Nov 2002 10:04:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/jgnat Makefile ports/lang/jgnat/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/11 10:04:54 PST Modified files: lang/jgnat Makefile lang/jgnat/files patch-aa Log: Implement USE_JAVA PR: 41986 Submitted by: John Merryweather Cooper Revision Changes Path 1.7 +5 -4 ports/lang/jgnat/Makefile 1.3 +3 -3 ports/lang/jgnat/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 10: 7:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CC9D37B401; Mon, 11 Nov 2002 10:07:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C259143E3B; Mon, 11 Nov 2002 10:07:36 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABI5JmV077970; Mon, 11 Nov 2002 10:05:19 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABI5JH7077969; Mon, 11 Nov 2002 10:05:19 -0800 (PST) Message-Id: <200211111805.gABI5JH7077969@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 11 Nov 2002 10:05:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/sqlite Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/11 10:05:19 PST Modified files: databases/sqlite Makefile distinfo Log: upgrade to 2.7.3 PR: 45203 Submitted by: maintainer Revision Changes Path 1.11 +2 -2 ports/databases/sqlite/Makefile 1.8 +1 -1 ports/databases/sqlite/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 10:14:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E7B337B401; Mon, 11 Nov 2002 10:14:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3F5B43E75; Mon, 11 Nov 2002 10:14:11 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABIBsmV078694; Mon, 11 Nov 2002 10:11:54 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABIBscW078693; Mon, 11 Nov 2002 10:11:54 -0800 (PST) Message-Id: <200211111811.gABIBscW078693@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 11 Nov 2002 10:11:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/imapfilter Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/11 10:11:54 PST Modified files: mail/imapfilter Makefile distinfo Log: upgrade to 0.8.4 PR: 45218 Submitted by: maintainer Revision Changes Path 1.5 +1 -1 ports/mail/imapfilter/Makefile 1.5 +1 -1 ports/mail/imapfilter/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 10:38:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D75BE37B401; Mon, 11 Nov 2002 10:38:11 -0800 (PST) Received: from dragon.nuxi.com (trangmoi.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6424E43E4A; Mon, 11 Nov 2002 10:38:11 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (smmsp@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id gABIV4aB057524; Mon, 11 Nov 2002 10:31:07 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.6/Submit) id gABI4eHK056943; Mon, 11 Nov 2002 10:04:40 -0800 (PST) Date: Mon, 11 Nov 2002 10:04:39 -0800 From: "David O'Brien" To: Juli Mallett Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src MAINTAINERS Message-ID: <20021111180439.GA56914@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Juli Mallett , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200211061401.gA6E18is052938@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211061401.gA6E18is052938@repoman.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Nov 06, 2002 at 06:01:08AM -0800, Juli Mallett wrote: > . MAINTAINERS > Log: > Add a MAINTAINERS entry for make(1), to the make@ alias, which anyone > can use to run patches to make(1) by. ... > Currently it points to two people who have demonstrated > maintainership (ru@ and myself) and one person interested in helping > (alane@). Many of us have committed to make(1) over this projects lifetime. Why is make(1) so special it needs its own list? This is getting ridiculous. Make(1) is in *all* of our hands. Please back this out and just use our normal arch@ and audit@ lists. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 10:38:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D8B537B404; Mon, 11 Nov 2002 10:38:12 -0800 (PST) Received: from dragon.nuxi.com (trangmoi.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF52443E4A; Mon, 11 Nov 2002 10:38:11 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (smmsp@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id gABIV4ab057524; Mon, 11 Nov 2002 10:31:21 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.6/Submit) id gAB9GNJj023704; Mon, 11 Nov 2002 01:16:23 -0800 (PST) Date: Mon, 11 Nov 2002 01:16:22 -0800 From: "David O'Brien" To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile.inc Message-ID: <20021111091622.GA23661@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200211081247.gA8Clpnv031449@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211081247.gA8Clpnv031449@repoman.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Nov 08, 2002 at 04:47:51AM -0800, Ruslan Ermilov wrote: > ru 2002/11/08 04:47:51 PST > > Modified files: > secure/lib/libcrypto Makefile.inc > Log: > DON'T EVER PUT THIS BACK! > > Pointy hat to: obrien Perhaps you should have asked me why this bazaar change was needed. And even more so why it was labeled as only a style change. I would have responded that it was a local experiment that accidentally got committed. As it stands, you backed out my commit. I think that makes you eligible for 5 days in the [box]. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 10:50:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E93D537B401; Mon, 11 Nov 2002 10:50:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D91F43E6E; Mon, 11 Nov 2002 10:50:30 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABImCmV081634; Mon, 11 Nov 2002 10:48:12 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABImC9e081633; Mon, 11 Nov 2002 10:48:12 -0800 (PST) Message-Id: <200211111848.gABImC9e081633@repoman.freebsd.org> From: "Bruce A. Mah" Date: Mon, 11 Nov 2002 10:48:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releng index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/11/11 10:48:12 PST Modified files: en/releng index.sgml Log: Add the membership of re-sparc64 to the releng page. Revision Changes Path 1.25 +5 -1 www/en/releng/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 10:51:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C38B837B401; Mon, 11 Nov 2002 10:51:27 -0800 (PST) Received: from utopia.leeym.com (utopia.leeym.com [61.218.64.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33D1443E3B; Mon, 11 Nov 2002 10:51:27 -0800 (PST) (envelope-from leeym@utopia.leeym.com) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 955053EA0C8; Tue, 12 Nov 2002 02:51:25 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 3A3943EA0CC; Tue, 12 Nov 2002 02:51:15 +0800 (CST) Date: Tue, 12 Nov 2002 02:51:14 +0800 From: Yen-Ming Lee To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/chinese/cdict5 Makefile pkg-comment pkg-descr Message-ID: <20021111185114.GA21036@utopia.leeym.com> References: <200211101852.gAAIqnYe055544@repoman.freebsd.org> <20021110200826.GY6446@gsmx07.alcatel.com.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="KsGdsel6WgEHnImy" Content-Disposition: inline In-Reply-To: <20021110200826.GY6446@gsmx07.alcatel.com.au> User-Agent: Mutt/1.5.1i X-Virus-Scanned: by AMaViS snapshot-20020531 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --KsGdsel6WgEHnImy Content-Type: text/plain; charset=big5 Content-Disposition: inline Content-Transfer-Encoding: 8bit On Mon, Nov 11, 2002 at 07:08:26AM +1100, Peter Jeremy wrote: > On 2002-Nov-10 10:52:49 -0800, Yen-Ming Lee wrote: > >leeym 2002/11/10 10:52:49 PST > > > > Modified files: > > chinese/cdict5 Makefile pkg-comment pkg-descr > > Log: > > minor fixes: > > 1. add IGNOREFILES > > 2. make index in post-build phase > > 3. correct pkg-comment / pkg-descr > > That description makes a lot more sense. > > I'd like to use this port but the comment "You have to obtain 21st > Century Dictionary v5.0 data files yourself" is less than helpful > since there's no indication where cdict5-file.tgz can be found. > > Peter Hmm... Well, the cdict5-file.tgz contains some copyright materials, the dicionary file from "21st Century Dictionary v5.0", which is a commercial software. However, the data files are copyright, but cdict5 itself isn't. Cdict5 is just a tool to read and show data from commercial dicionary files. That's why it said "You have to obtain 21st Century Dictionary v5.0 data files yourself". -- Yen-Ming Lee [§õ«Û©ú] PGP KeyID: 0x5EB52E51 :: http://www.leeym.com/ leeym@ { leeym.com , cae.ce.NTU.edu.tw , Yahoo-Inc.com , FreeBSD.org } "Laziness, Impatience and Hubris", the three great virtues of a programmer -- Larry Wall --KsGdsel6WgEHnImy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iQCVAwUBPc/8IsnMx0NetS5RAQGNewP+IPnLofLatOpgZkUWNp8tFZx9KGssG241 4Urrk4qCJ/ZDqYYnNsI5v9kU1RykB0edlBhBb2dsVMrmniAcxwa/vNOHtWXXMpZI 5m83TlGI2Oa7Tb5dZfsncDrPQBoe0oMgGcMNBfGhw7+um6HeTjoXiW2/1TlnAxcM UbSlDzYub6c= =iD34 -----END PGP SIGNATURE----- --KsGdsel6WgEHnImy-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 10:58: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E387E37B401; Mon, 11 Nov 2002 10:57:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90B5743E3B; Mon, 11 Nov 2002 10:57:59 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABItgmV082361; Mon, 11 Nov 2002 10:55:42 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABItfXi082360; Mon, 11 Nov 2002 10:55:41 -0800 (PST) Message-Id: <200211111855.gABItfXi082360@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 11 Nov 2002 10:55:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/opera Makefile distinfo pkg-plist ports/www/opera/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/11/11 10:55:41 PST Modified files: www/opera Makefile distinfo pkg-plist www/opera/files patch-aa Log: Update to 6.10-final. PR: ports/44795 Submitted by: Øyvind Kolbu Revision Changes Path 1.4 +3 -4 ports/www/opera/Makefile 1.3 +1 -1 ports/www/opera/distinfo 1.2 +13 -5 ports/www/opera/files/patch-aa 1.3 +0 -6 ports/www/opera/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 Nov 11 10:58:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E17D37B404; Mon, 11 Nov 2002 10:58:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FDAD43E6E; Mon, 11 Nov 2002 10:58:15 -0800 (PST) (envelope-from davidc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABItvmV082392; Mon, 11 Nov 2002 10:55:57 -0800 (PST) (envelope-from davidc@repoman.freebsd.org) Received: (from davidc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABItvTd082391; Mon, 11 Nov 2002 10:55:57 -0800 (PST) Message-Id: <200211111855.gABItvTd082391@repoman.freebsd.org> From: Chad David Date: Mon, 11 Nov 2002 10:55:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk libdisk.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG davidc 2002/11/11 10:55:57 PST Modified files: lib/libdisk libdisk.h Log: Remove parameter names from function prototypes (at least one collided with stdlib.h). discussed with: phk Revision Changes Path 1.51 +37 -36 src/lib/libdisk/libdisk.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 11:23:24 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id C5FBE37B401; Mon, 11 Nov 2002 11:23:22 -0800 (PST) Date: Mon, 11 Nov 2002 11:23:22 -0800 From: Juli Mallett To: David O'Brien , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src MAINTAINERS Message-ID: <20021111112322.A4715@FreeBSD.org> References: <200211061401.gA6E18is052938@repoman.freebsd.org> <20021111180439.GA56914@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021111180439.GA56914@dragon.nuxi.com>; from obrien@FreeBSD.org on Mon, Nov 11, 2002 at 10:04:39AM -0800 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: David O'Brien [ Data: 2002-11-11 ] [ Subjecte: Re: cvs commit: src MAINTAINERS ] > On Wed, Nov 06, 2002 at 06:01:08AM -0800, Juli Mallett wrote: > > . MAINTAINERS > > Log: > > Add a MAINTAINERS entry for make(1), to the make@ alias, which anyone > > can use to run patches to make(1) by. > ... > > Currently it points to two people who have demonstrated > > maintainership (ru@ and myself) and one person interested in helping > > (alane@). > > Many of us have committed to make(1) over this projects lifetime. > > Why is make(1) so special it needs its own list? This is getting > ridiculous. Make(1) is in *all* of our hands. Please back this out and > just use our normal arch@ and audit@ lists. The idea is to have a maintainer (or a group of maintainers) whom are very familiar with make(1)'s code, and which (as a group) is willing to handle make(1) PRs, and so on. As architectural decisions are considered, -arch should/would be consulted. That doesn't apply for the majority of bugfixes. As make(1) maintainers, it's expected that changes will be tested with due dilligence, which is easier with a make@, given the ever increasing de facto requirement for testing changes to make(1), and that when applicable, -audit would be consulted. -- Juli Mallett | FreeBSD: The Power To Serve Will break world for fulltime employment. | finger jmallett@FreeBSD.org http://people.FreeBSD.org/~jmallett/ | Support my FreeBSD hacking! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 11:39:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DD0637B401; Mon, 11 Nov 2002 11:39:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 309FD43E77; Mon, 11 Nov 2002 11:39:37 -0800 (PST) (envelope-from davidc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABJbJmV085867; Mon, 11 Nov 2002 11:37:19 -0800 (PST) (envelope-from davidc@repoman.freebsd.org) Received: (from davidc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABJbJ8V085866; Mon, 11 Nov 2002 11:37:19 -0800 (PST) Message-Id: <200211111937.gABJbJ8V085866@repoman.freebsd.org> From: Chad David Date: Mon, 11 Nov 2002 11:37:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk libdisk.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG davidc 2002/11/11 11:37:19 PST Modified files: lib/libdisk libdisk.3 Log: - Document the chunk_name() function that replaces chunk_n[]. - Rearrange things a tiny bit. Revision Changes Path 1.28 +10 -5 src/lib/libdisk/libdisk.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 11:41:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FB8937B401; Mon, 11 Nov 2002 11:41:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BCA943E75; Mon, 11 Nov 2002 11:41:20 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABJd2mV086240; Mon, 11 Nov 2002 11:39:02 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABJd2Hi086239; Mon, 11 Nov 2002 11:39:02 -0800 (PST) Message-Id: <200211111939.gABJd2Hi086239@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Nov 2002 11:39:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gal Makefile distinfo pkg-plist ports/x11-toolkits/gal/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/11 11:39:02 PST Modified files: x11-toolkits/gal Makefile distinfo pkg-plist x11-toolkits/gal/files patch-ab Log: Update to 0.21. Revision Changes Path 1.37 +2 -2 ports/x11-toolkits/gal/Makefile 1.25 +1 -1 ports/x11-toolkits/gal/distinfo 1.3 +6 -9 ports/x11-toolkits/gal/files/patch-ab 1.19 +63 -49 ports/x11-toolkits/gal/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 Nov 11 11:42:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FD2C37B401; Mon, 11 Nov 2002 11:42:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D20943E6E; Mon, 11 Nov 2002 11:42:11 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABJdrmV086562; Mon, 11 Nov 2002 11:39:53 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABJdrYd086561; Mon, 11 Nov 2002 11:39:53 -0800 (PST) Message-Id: <200211111939.gABJdrYd086561@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Nov 2002 11:39:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/gnomespell Makefile distinfo pkg-plist ports/textproc/gnomespell/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/11 11:39:53 PST Modified files: textproc/gnomespell Makefile distinfo pkg-plist Removed files: textproc/gnomespell/files patch-configure Log: Update to 0.5. Revision Changes Path 1.6 +6 -4 ports/textproc/gnomespell/Makefile 1.3 +1 -1 ports/textproc/gnomespell/distinfo 1.2 +0 -37 ports/textproc/gnomespell/files/patch-configure (dead) 1.3 +26 -15 ports/textproc/gnomespell/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 Nov 11 11:43:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A62837B401; Mon, 11 Nov 2002 11:43:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFBCB43E42; Mon, 11 Nov 2002 11:43:45 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABJfSmV086690; Mon, 11 Nov 2002 11:41:28 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABJfSI0086689; Mon, 11 Nov 2002 11:41:28 -0800 (PST) Message-Id: <200211111941.gABJfSI0086689@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Nov 2002 11:41:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/gnomespell Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/11 11:41:28 PST Modified files: textproc/gnomespell Makefile Log: Fix up some conflicts when moving from my CVS repo. Revision Changes Path 1.7 +2 -4 ports/textproc/gnomespell/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 11:45:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C38737B401; Mon, 11 Nov 2002 11:45:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AE7F43E6E; Mon, 11 Nov 2002 11:45:34 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABJhGmV086795; Mon, 11 Nov 2002 11:43:16 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABJhGFH086794; Mon, 11 Nov 2002 11:43:16 -0800 (PST) Message-Id: <200211111943.gABJhGFH086794@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Nov 2002 11:43:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/gtkhtml Makefile distinfo pkg-plist ports/www/gtkhtml/files gtkhtmlConf.sh patch-aa patch-ad patch-af patch-capplet::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/11 11:43:16 PST Modified files: www/gtkhtml Makefile distinfo pkg-plist www/gtkhtml/files patch-ad patch-af Added files: www/gtkhtml/files gtkhtmlConf.sh Removed files: www/gtkhtml/files patch-aa patch-capplet::Makefile.in Log: Update to 1.1.6. Revision Changes Path 1.52 +18 -5 ports/www/gtkhtml/Makefile 1.21 +1 -1 ports/www/gtkhtml/distinfo 1.1 +5 -0 ports/www/gtkhtml/files/gtkhtmlConf.sh (new) 1.3 +0 -14 ports/www/gtkhtml/files/patch-aa (dead) 1.5 +9 -5 ports/www/gtkhtml/files/patch-ad 1.4 +5 -8 ports/www/gtkhtml/files/patch-af 1.2 +0 -32 ports/www/gtkhtml/files/patch-capplet::Makefile.in (dead) 1.25 +185 -167 ports/www/gtkhtml/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 Nov 11 11:47: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F43737B401; Mon, 11 Nov 2002 11:47:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87E0243EC2; Mon, 11 Nov 2002 11:47:05 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABJilmV086841; Mon, 11 Nov 2002 11:44:47 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABJilu3086840; Mon, 11 Nov 2002 11:44:47 -0800 (PST) Message-Id: <200211111944.gABJilu3086840@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Nov 2002 11:44:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.gnomeng.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/11 11:44:47 PST Modified files: Mk bsd.gnomeng.mk Log: Chase the shared lib versions of gal and gtkhtml. Revision Changes Path 1.18 +3 -3 ports/Mk/bsd.gnomeng.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 11:53: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 065B637B401; Mon, 11 Nov 2002 11:53:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBD5543E3B; Mon, 11 Nov 2002 11:53:06 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABJommV087607; Mon, 11 Nov 2002 11:50:48 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABJomG5087606; Mon, 11 Nov 2002 11:50:48 -0800 (PST) Message-Id: <200211111950.gABJomG5087606@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Nov 2002 11:50:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/py-gtk2 Makefile ports/x11-toolkits/py-gtk2/files patch-ltmain.sh patch-pygtkcellrenderer.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/11 11:50:48 PST Modified files: x11-toolkits/py-gtk2 Makefile Added files: x11-toolkits/py-gtk2/files patch-ltmain.sh patch-pygtkcellrenderer.c Log: * Fix a crash in pygtk_generic_cell_renderer_get_size(). [1] * Add an option to enable or disable pthread support. PR: 45150 Submitted by: Marc Recht Obtained from: pygtk CVS [1] Revision Changes Path 1.58 +14 -0 ports/x11-toolkits/py-gtk2/Makefile 1.1 +19 -0 ports/x11-toolkits/py-gtk2/files/patch-ltmain.sh (new) 1.1 +38 -0 ports/x11-toolkits/py-gtk2/files/patch-pygtkcellrenderer.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 12: 5:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11D2637B401; Mon, 11 Nov 2002 12:05:16 -0800 (PST) Received: from 12-234-90-219.client.attbi.com (12-234-90-219.client.attbi.com [12.234.90.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 949FB43E3B; Mon, 11 Nov 2002 12:05:15 -0800 (PST) (envelope-from DougB@FreeBSD.org) Received: from FreeBSD.org (master.gorean.org [10.0.0.2]) by 12-234-90-219.client.attbi.com (8.12.6/8.12.6) with ESMTP id gABK5Fb1077953; Mon, 11 Nov 2002 12:05:15 -0800 (PST) (envelope-from DougB@FreeBSD.org) Message-ID: <3DD00D7A.A295ABB0@FreeBSD.org> Date: Mon, 11 Nov 2002 12:05:14 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.8 [en] (X11; U; FreeBSD 4.7-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Juli Mallett Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: make@ References: <200211061401.gA6E18is052938@repoman.freebsd.org> <20021111180439.GA56914@dragon.nuxi.com> <20021111112322.A4715@FreeBSD.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Juli Mallett wrote: > The idea is to have a maintainer (or a group of maintainers) whom are > very familiar with make(1)'s code, and which (as a group) is willing to > handle make(1) PRs, and so on. As architectural decisions are considered, > -arch should/would be consulted. That doesn't apply for the majority of > bugfixes. As make(1) maintainers, it's expected that changes will be > tested with due dilligence, which is easier with a make@, given the > ever increasing de facto requirement for testing changes to make(1), > and that when applicable, -audit would be consulted. Personally, I would much rather see such things handled on a public list all the time. I don't see anything in your description above that actually requires a seperate list. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 12:15:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C107C37B401; Mon, 11 Nov 2002 12:15:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D7BA43E6E; Mon, 11 Nov 2002 12:15:55 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABKDbmV089412; Mon, 11 Nov 2002 12:13:37 -0800 (PST) (envelope-from dirk@repoman.freebsd.org) Received: (from dirk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABKDbxo089411; Mon, 11 Nov 2002 12:13:37 -0800 (PST) Message-Id: <200211112013.gABKDbxo089411@repoman.freebsd.org> From: Dirk Froemberg Date: Mon, 11 Nov 2002 12:13:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/php_doc Makefile distinfo pkg-plist pkg-plist.de pkg-plist.es pkg-plist.fr pkg-plist.ja X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2002/11/11 12:13:37 PST Modified files: lang/php_doc Makefile distinfo pkg-plist pkg-plist.de pkg-plist.es pkg-plist.fr pkg-plist.ja Log: Update to the latest versions. Revision Changes Path 1.13 +6 -6 ports/lang/php_doc/Makefile 1.9 +5 -5 ports/lang/php_doc/distinfo 1.7 +474 -78 ports/lang/php_doc/pkg-plist 1.7 +759 -77 ports/lang/php_doc/pkg-plist.de 1.6 +962 -78 ports/lang/php_doc/pkg-plist.es 1.7 +484 -73 ports/lang/php_doc/pkg-plist.fr 1.4 +659 -83 ports/lang/php_doc/pkg-plist.ja To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 12:47:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4346C37B401; Mon, 11 Nov 2002 12:47:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2CDF43E3B; Mon, 11 Nov 2002 12:47:38 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABKjKmV092060; Mon, 11 Nov 2002 12:45:20 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABKjKRW092059; Mon, 11 Nov 2002 12:45:20 -0800 (PST) Message-Id: <200211112045.gABKjKRW092059@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 11 Nov 2002 12:45:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/edonkey-gui-gtk-kioslave Makefile ports/graphics/okle Makefile ports/x11-toolkits/jx Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/11 12:45:20 PST Modified files: net/edonkey-gui-gtk-kioslave Makefile graphics/okle Makefile x11-toolkits/jx Makefile Log: Replace hard dependences on auto{conf,make} with newly added USE_AUTO{CONF,MAKE}_VER Revision Changes Path 1.4 +3 -3 ports/graphics/okle/Makefile 1.4 +1 -2 ports/net/edonkey-gui-gtk-kioslave/Makefile 1.19 +2 -2 ports/x11-toolkits/jx/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 13:16:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BA4B37B401; Mon, 11 Nov 2002 13:16:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D36C143E42; Mon, 11 Nov 2002 13:16:39 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABLELmV094899; Mon, 11 Nov 2002 13:14:21 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABLELaf094898; Mon, 11 Nov 2002 13:14:21 -0800 (PST) Message-Id: <200211112114.gABLELaf094898@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 11 Nov 2002 13:14:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.port.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/11/11 13:14:21 PST Modified files: Mk bsd.port.mk Log: Revert the previous commit. A version of the previous patch was extensively tested on the bento cluster, but the committed version introduces significant new breakage at a very inopportune time. This will be revisited later. Revision Changes Path 1.430 +60 -191 ports/Mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 13:24:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8104737B401; Mon, 11 Nov 2002 13:24:22 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-146.dsl.lsan03.pacbell.net [63.207.60.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1F8A43E3B; Mon, 11 Nov 2002 13:24:21 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 93B1066B33; Mon, 11 Nov 2002 13:24:21 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 7274511EA; Mon, 11 Nov 2002 13:26:28 -0800 (PST) Date: Mon, 11 Nov 2002 13:26:28 -0800 From: Kris Kennaway To: SADA Kenji Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/japanese/xjman Makefile Message-ID: <20021111212627.GA73890@rot13.obsecurity.org> References: <200211111707.gABH7KTv072388@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+QahgC5+KEYLbs62" Content-Disposition: inline In-Reply-To: <200211111707.gABH7KTv072388@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 11, 2002 at 09:07:20AM -0800, SADA Kenji wrote: > sada 2002/11/11 09:07:20 PST >=20 > Modified files: > japanese/xjman Makefile=20 > Log: > Unbreak: REINPLACE_CMD, actualy sed, uses different RE from perl. > Submitted by: SAKAMOTO Seiji > Failed by: edwin The challenge is making this work with BOTH perl and sed, because perl will still be used in certain situations. Kris --+QahgC5+KEYLbs62 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE90CCDWry0BWjoQKURAmknAJ91w3JWBk4WUsFzKUSjDqDhiAADCQCgirC7 zVOA3tw4jN2o4xDNv+zzUbk= =a+U0 -----END PGP SIGNATURE----- --+QahgC5+KEYLbs62-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 13:24:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C8FF37B411; Mon, 11 Nov 2002 13:24:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D27F943E3B; Mon, 11 Nov 2002 13:24:23 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABLM5mV095720; Mon, 11 Nov 2002 13:22:05 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABLM5Im095719; Mon, 11 Nov 2002 13:22:05 -0800 (PST) Message-Id: <200211112122.gABLM5Im095719@repoman.freebsd.org> From: Greg Lewis Date: Mon, 11 Nov 2002 13:22:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jre Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG glewis 2002/11/11 13:22:05 PST Modified files: java/jre Makefile Log: Fix user and group ownership of the installed files when they have been built by someone other than root. Instead of moving the files with tar, move them with cpio and set up ownership. PR: 36411 (more ports still to go) Submitted by: alane Revision Changes Path 1.12 +5 -3 ports/java/jre/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 13:34:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22E3137B401; Mon, 11 Nov 2002 13:34:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9965E43E42; Mon, 11 Nov 2002 13:34:11 -0800 (PST) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABLVrmV096609; Mon, 11 Nov 2002 13:31:53 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABLVrjA096608; Mon, 11 Nov 2002 13:31:53 -0800 (PST) Message-Id: <200211112131.gABLVrjA096608@repoman.freebsd.org> From: Max Khon Date: Mon, 11 Nov 2002 13:31:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ysm Makefile distinfo ports/net/ysm/files patch-Makefile patch-Makefile.in patch-configure patch-iconv patch-network patch-setup X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fjoe 2002/11/11 13:31:53 PST Modified files: net/ysm Makefile distinfo net/ysm/files patch-setup Added files: net/ysm/files patch-Makefile.in patch-configure Removed files: net/ysm/files patch-Makefile patch-iconv patch-network Log: upgrade to 7.2.8.1 Submitted by: MAINTAINER Revision Changes Path 1.3 +9 -6 ports/net/ysm/Makefile 1.2 +1 -1 ports/net/ysm/distinfo 1.2 +0 -13 ports/net/ysm/files/patch-Makefile (dead) 1.1 +13 -0 ports/net/ysm/files/patch-Makefile.in (new) 1.1 +11 -0 ports/net/ysm/files/patch-configure (new) 1.2 +0 -24 ports/net/ysm/files/patch-iconv (dead) 1.3 +0 -46 ports/net/ysm/files/patch-network (dead) 1.2 +6 -5 ports/net/ysm/files/patch-setup To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 14: 8:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99DC737B401; Mon, 11 Nov 2002 14:08:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CBFC43E42; Mon, 11 Nov 2002 14:08:35 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABM6HmV099212; Mon, 11 Nov 2002 14:06:17 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABM6GBR099211; Mon, 11 Nov 2002 14:06:16 -0800 (PST) Message-Id: <200211112206.gABM6GBR099211@repoman.freebsd.org> From: Jimmy Olgeni Date: Mon, 11 Nov 2002 14:06:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/distel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/11 14:06:16 PST Modified files: devel/distel Makefile Log: For whatever reason I left out DOCSDIR creation before importing the port :( Revision Changes Path 1.2 +1 -0 ports/devel/distel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 14:26:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7FA537B401; Mon, 11 Nov 2002 14:26:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8943443E4A; Mon, 11 Nov 2002 14:26:26 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABMO8mV000927; Mon, 11 Nov 2002 14:24:08 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABMO82C000926; Mon, 11 Nov 2002 14:24:08 -0800 (PST) Message-Id: <200211112224.gABMO82C000926@repoman.freebsd.org> From: Greg Lewis Date: Mon, 11 Nov 2002 14:24:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jakarta-regexp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG glewis 2002/11/11 14:24:08 PST Modified files: java/jakarta-regexp Makefile Log: Fix user and group ownership of the installed files when they have been built by someone other than root. After the files have been moved run ${CHOWN} on them recursively. PR: 36411 (still more ports to go) Approved by: Dave Glowacki (maintainer) Revision Changes Path 1.3 +1 -0 ports/java/jakarta-regexp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 15:47:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DA4537B401; Mon, 11 Nov 2002 15:47:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 187E743E42; Mon, 11 Nov 2002 15:47:58 -0800 (PST) (envelope-from max@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABNjdmV007579; Mon, 11 Nov 2002 15:45:39 -0800 (PST) (envelope-from max@repoman.freebsd.org) Received: (from max@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABNjdI5007578; Mon, 11 Nov 2002 15:45:39 -0800 (PST) Message-Id: <200211112345.gABNjdI5007578@repoman.freebsd.org> From: Masafumi Max NAKANE Date: Mon, 11 Nov 2002 15:45:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules ports/japanese/pine Makefile distinfo pkg-comment pkg-descr pkg-plist ports/japanese/pine/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ak patch-al ports/japanese/pine/scripts configure ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG max 2002/11/11 15:45:39 PST Modified files: . modules japanese Makefile Removed files: japanese/pine Makefile distinfo pkg-comment pkg-descr pkg-plist japanese/pine/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ak patch-al japanese/pine/scripts configure Log: Remove ports/japanese/pine. Even though this port has some useful features, like Japanese help files and direct support for Japanese input using Canna on the Pico editor, I decided to remove this port as: 1. It seems to continue to have security problems, which no one seems to be working on. 2. mail/pine4 seems to support Japanese. 3. It doesn't seem like there will be an upgrade to this Japanize patch. Revision Changes Path 1.6217 +0 -1 CVSROOT/modules 1.457 +0 -1 ports/japanese/Makefile 1.26 +0 -52 ports/japanese/pine/Makefile (dead) 1.6 +0 -2 ports/japanese/pine/distinfo (dead) 1.5 +0 -19 ports/japanese/pine/files/patch-aa (dead) 1.7 +0 -108 ports/japanese/pine/files/patch-ab (dead) 1.7 +0 -421 ports/japanese/pine/files/patch-ac (dead) 1.5 +0 -138 ports/japanese/pine/files/patch-ad (dead) 1.7 +0 -161 ports/japanese/pine/files/patch-ae (dead) 1.6 +0 -37 ports/japanese/pine/files/patch-af (dead) 1.5 +0 -36 ports/japanese/pine/files/patch-ag (dead) 1.5 +0 -19 ports/japanese/pine/files/patch-ah (dead) 1.6 +0 -50 ports/japanese/pine/files/patch-ak (dead) 1.6 +0 -55 ports/japanese/pine/files/patch-al (dead) 1.5 +0 -1 ports/japanese/pine/pkg-comment (dead) 1.6 +0 -17 ports/japanese/pine/pkg-descr (dead) 1.10 +0 -9 ports/japanese/pine/pkg-plist (dead) 1.6 +0 -3 ports/japanese/pine/scripts/configure (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 15:56:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CD3137B401; Mon, 11 Nov 2002 15:56:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3327A43E77; Mon, 11 Nov 2002 15:56:16 -0800 (PST) (envelope-from max@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gABNrvmV008517; Mon, 11 Nov 2002 15:53:57 -0800 (PST) (envelope-from max@repoman.freebsd.org) Received: (from max@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gABNrvXP008516; Mon, 11 Nov 2002 15:53:57 -0800 (PST) Message-Id: <200211112353.gABNrvXP008516@repoman.freebsd.org> From: Masafumi Max NAKANE Date: Mon, 11 Nov 2002 15:53:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/Canna Makefile distinfo pkg-descr pkg-message pkg-plist ports/japanese/Canna/files canna.sh.in patch-ac patch-af patch-ak patch-bzero X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG max 2002/11/11 15:53:57 PST Modified files: japanese/Canna Makefile distinfo pkg-descr pkg-plist japanese/Canna/files canna.sh.in patch-ac Added files: japanese/Canna pkg-message Removed files: japanese/Canna/files patch-af patch-ak patch-bzero Log: Upgrade to 3.6. Revision Changes Path 1.52 +10 -22 ports/japanese/Canna/Makefile 1.4 +1 -4 ports/japanese/Canna/distinfo 1.5 +6 -1 ports/japanese/Canna/files/canna.sh.in 1.8 +33 -40 ports/japanese/Canna/files/patch-ac 1.5 +0 -22 ports/japanese/Canna/files/patch-af (dead) 1.3 +0 -22 ports/japanese/Canna/files/patch-ak (dead) 1.2 +0 -56 ports/japanese/Canna/files/patch-bzero (dead) 1.5 +5 -2 ports/japanese/Canna/pkg-descr 1.1 +6 -0 ports/japanese/Canna/pkg-message (new) 1.20 +1 -2 ports/japanese/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 Mon Nov 11 16: 3:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DE1A37B401; Mon, 11 Nov 2002 16:03:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4B5843E3B; Mon, 11 Nov 2002 16:03:23 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC015mV009376; Mon, 11 Nov 2002 16:01:05 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC014iR009375; Mon, 11 Nov 2002 16:01:04 -0800 (PST) Message-Id: <200211120001.gAC014iR009375@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Nov 2002 16:01:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/evolution Makefile distinfo pkg-plist ports/mail/evolution/files patch-Makefile.in patch-aa patch-ac patch-camel::providers::local::Makefile.in patch-camel::providers::nntp::Makefile.in patch-camel::providers::pop3::Makefile.in patch-camel::providers::sendmail::Makefile.in patch-camel::providers::smtp::Makefile.in patch-camel_Makefile.in ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/11 16:01:04 PST Modified files: mail/evolution Makefile distinfo pkg-plist mail/evolution/files patch-aa patch-importers::Makefile.in patch-my-evolution::e-summary-preferences.c patch-shell::Makefile.in Added files: mail/evolution/files patch-Makefile.in patch-camel_Makefile.in patch-ltmain.sh Removed files: mail/evolution/files patch-ac patch-camel::providers::local::Makefile.in patch-camel::providers::nntp::Makefile.in patch-camel::providers::pop3::Makefile.in patch-camel::providers::sendmail::Makefile.in patch-camel::providers::smtp::Makefile.in patch-libical::src::libical::icallangbind.c patch-libical_configure patch-libversit::vcc.y patch-libversit::vobject.c patch-mail::importers::Makefile.in patch-my-evolution::Locations Log: Update to 1.2.0. This is a big release, and I don't want to polute the the CVS log with all the details. However, almost every aspect has been touched. Note, that this is still a GNOME 1.x application! More info on the features can be found at Ximian: http://www.ximian.com/products/evolution/ Revision Changes Path 1.68 +9 -14 ports/mail/evolution/Makefile 1.28 +1 -2 ports/mail/evolution/distinfo 1.1 +11 -0 ports/mail/evolution/files/patch-Makefile.in (new) 1.16 +13 -21 ports/mail/evolution/files/patch-aa 1.7 +0 -14 ports/mail/evolution/files/patch-ac (dead) 1.2 +0 -14 ports/mail/evolution/files/patch-camel::providers::local::Makefile.in (dead) 1.2 +0 -14 ports/mail/evolution/files/patch-camel::providers::nntp::Makefile.in (dead) 1.2 +0 -14 ports/mail/evolution/files/patch-camel::providers::pop3::Makefile.in (dead) 1.2 +0 -14 ports/mail/evolution/files/patch-camel::providers::sendmail::Makefile.in (dead) 1.2 +0 -14 ports/mail/evolution/files/patch-camel::providers::smtp::Makefile.in (dead) 1.1 +11 -0 ports/mail/evolution/files/patch-camel_Makefile.in (new) 1.4 +11 -14 ports/mail/evolution/files/patch-importers::Makefile.in 1.2 +0 -15 ports/mail/evolution/files/patch-libical::src::libical::icallangbind.c (dead) 1.2 +0 -10 ports/mail/evolution/files/patch-libical_configure (dead) 1.2 +0 -14 ports/mail/evolution/files/patch-libversit::vcc.y (dead) 1.2 +0 -14 ports/mail/evolution/files/patch-libversit::vobject.c (dead) 1.8 +42 -0 ports/mail/evolution/files/patch-ltmain.sh (new) 1.2 +0 -18 ports/mail/evolution/files/patch-mail::importers::Makefile.in (dead) 1.2 +0 -35 ports/mail/evolution/files/patch-my-evolution::Locations (dead) 1.2 +11 -15 ports/mail/evolution/files/patch-my-evolution::e-summary-preferences.c 1.5 +6 -9 ports/mail/evolution/files/patch-shell::Makefile.in 1.30 +204 -38 ports/mail/evolution/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 16:35:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE8B937B401; Mon, 11 Nov 2002 16:35:35 -0800 (PST) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 382ED43E4A; Mon, 11 Nov 2002 16:35:35 -0800 (PST) (envelope-from alane@wwweasel.geeksrus.net) Received: from wwweasel.geeksrus.net (localhost [127.0.0.1]) by wwweasel.geeksrus.net (8.12.6/8.12.6) with ESMTP id gAC0YsAX056362; Mon, 11 Nov 2002 19:34:54 -0500 (EST) (envelope-from alane@wwweasel.geeksrus.net) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.12.6/8.12.6/Submit) id gAC0YsoD056361; Mon, 11 Nov 2002 19:34:54 -0500 (EST) (envelope-from alane) Date: Mon, 11 Nov 2002 19:34:54 -0500 From: AlanE To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.port.mk Message-ID: <20021112003454.GA50927@wwweasel.geeksrus.net> Reply-To: alane@geeksrus.net Mail-Followup-To: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200211112114.gABLELaf094898@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211112114.gABLELaf094898@repoman.freebsd.org> X-message-flag: Every program expands until it can send mail. Except Exchange Server. User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Nov 11, 2002 at 01:14:21PM -0800, Kris Kennaway wrote: >kris 2002/11/11 13:14:21 PST > > Modified files: > Mk bsd.port.mk > Log: > Revert the previous commit. A version of the previous patch was > extensively tested on the bento cluster, but the committed version > introduces significant new breakage at a very inopportune time. This > will be revisited later. > > Revision Changes Path > 1.430 +60 -191 ports/Mk/bsd.port.mk Neither of the broken ports you've mentioned have error logs on bento, Please show me what breaks, or I request the revert be reverted. Every failure blamed on that patch has been proven not to be its fault. If anything, take out the assignments to ${FALSE}. Don't revert the whole patch. (It was my error to let those get in). -- Alan Eldridge Unix/C(++) IT Pro for 20 yrs, seeking new employment. (http://wwweasel.geeksrus.net/~alane/resume.txt) KDE, KDE-FreeBSD Teams (http://www.kde.org, http://freebsd.kde.org/) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 16:54:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5ED737B401; Mon, 11 Nov 2002 16:54:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67FDF43E42; Mon, 11 Nov 2002 16:54:34 -0800 (PST) (envelope-from pdeuskar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC0qFmV013612; Mon, 11 Nov 2002 16:52:15 -0800 (PST) (envelope-from pdeuskar@repoman.freebsd.org) Received: (from pdeuskar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC0qF98013611; Mon, 11 Nov 2002 16:52:15 -0800 (PST) Message-Id: <200211120052.gAC0qF98013611@repoman.freebsd.org> From: Prafulla Deuskar Date: Mon, 11 Nov 2002 16:52:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/em README if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pdeuskar 2002/11/11 16:52:15 PST Modified files: (Branch: RELENG_4) sys/dev/em README if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h Log: MFC: - Set RS (Report Status) bit on all descriptors of a packet instead of just the last one. - Set RDTR to zero by default instead of 28. - Fixed a problem with TX hangs with jumbo frames when number of fragments in the mbuf chain is large. - Added support for 82540EP based cards. Revision Changes Path 1.1.2.4 +2 -2 src/sys/dev/em/README 1.2.2.10 +537 -511 src/sys/dev/em/if_em.c 1.1.2.10 +122 -19 src/sys/dev/em/if_em.h 1.1.2.5 +136 -39 src/sys/dev/em/if_em_hw.c 1.1.2.5 +40 -20 src/sys/dev/em/if_em_hw.h 1.1.2.8 +2 -0 src/sys/dev/em/if_em_osdep.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 16:57:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05A8C37B401; Mon, 11 Nov 2002 16:57:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A86C743E4A; Mon, 11 Nov 2002 16:57:20 -0800 (PST) (envelope-from mini@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC0t1mV013905; Mon, 11 Nov 2002 16:55:01 -0800 (PST) (envelope-from mini@repoman.freebsd.org) Received: (from mini@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC0t1WO013904; Mon, 11 Nov 2002 16:55:01 -0800 (PST) Message-Id: <200211120055.gAC0t1WO013904@repoman.freebsd.org> From: Jonathan Mini Date: Mon, 11 Nov 2002 16:55:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/thread thr_init.c thr_kern.c thr_private.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mini 2002/11/11 16:55:01 PST Modified files: lib/libpthread/thread thr_init.c thr_kern.c thr_private.h Log: Schedule an idle context to block until timeouts expire without blocking further upcalls. Revision Changes Path 1.45 +12 -0 src/lib/libpthread/thread/thr_init.c 1.46 +65 -107 src/lib/libpthread/thread/thr_kern.c 1.77 +12 -0 src/lib/libpthread/thread/thr_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 17: 2:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6270237B401; Mon, 11 Nov 2002 17:02:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15D1143E4A; Mon, 11 Nov 2002 17:02:49 -0800 (PST) (envelope-from mini@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC10UmV014658; Mon, 11 Nov 2002 17:00:30 -0800 (PST) (envelope-from mini@repoman.freebsd.org) Received: (from mini@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC10UUn014657; Mon, 11 Nov 2002 17:00:30 -0800 (PST) Message-Id: <200211120100.gAC10UUn014657@repoman.freebsd.org> From: Jonathan Mini Date: Mon, 11 Nov 2002 17:00:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/kse index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mini 2002/11/11 17:00:30 PST Modified files: en/kse index.sgml Log: Scheduling an idle context is done. Revision Changes Path 1.6 +2 -2 www/en/kse/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 17:15:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8929037B401; Mon, 11 Nov 2002 17:15:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 345D943E75; Mon, 11 Nov 2002 17:15:51 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC1DWmV015799; Mon, 11 Nov 2002 17:13:32 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC1DWDv015798; Mon, 11 Nov 2002 17:13:32 -0800 (PST) Message-Id: <200211120113.gAC1DWDv015798@repoman.freebsd.org> From: Ying-Chieh Liao Date: Mon, 11 Nov 2002 17:13:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/openvrml Makefile distinfo pkg-plist ports/www/openvrml/files patch-Makefile.in patch-field.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/11 17:13:32 PST Modified files: www/openvrml Makefile distinfo pkg-plist Added files: www/openvrml/files patch-Makefile.in patch-field.cpp Log: upgrade to 0.12.4 Approved by: maintainer timeout (almost 1 month) Revision Changes Path 1.4 +14 -11 ports/www/openvrml/Makefile 1.2 +1 -1 ports/www/openvrml/distinfo 1.1 +11 -0 ports/www/openvrml/files/patch-Makefile.in (new) 1.1 +137 -0 ports/www/openvrml/files/patch-field.cpp (new) 1.2 +25 -97 ports/www/openvrml/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 Nov 11 17:37:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67CFD37B401; Mon, 11 Nov 2002 17:37:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AA5F43E3B; Mon, 11 Nov 2002 17:37:43 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC1ZNmV017498; Mon, 11 Nov 2002 17:35:23 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC1ZNY4017497; Mon, 11 Nov 2002 17:35:23 -0800 (PST) Message-Id: <200211120135.gAC1ZNY4017497@repoman.freebsd.org> From: Nate Lawson Date: Mon, 11 Nov 2002 17:35:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_da.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG njl 2002/11/11 17:35:23 PST Modified files: (Branch: RELENG_4) sys/cam/scsi scsi_da.c Log: MFC 1.111 and 1.113 - whitespace cleanup and USB camera quirk PR: kern/41010 Revision Changes Path 1.42.2.28 +14 -4 src/sys/cam/scsi/scsi_da.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 18:12:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EFE837B401; Mon, 11 Nov 2002 18:12:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDF3C43E3B; Mon, 11 Nov 2002 18:12:17 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC29wmV020857; Mon, 11 Nov 2002 18:09:58 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC29whx020856; Mon, 11 Nov 2002 18:09:58 -0800 (PST) Message-Id: <200211120209.gAC29whx020856@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Nov 2002 18:09:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/gnucash Makefile ports/devel/gnomebuild Makefile ports/mail/balsa Makefile ports/misc/gnomeutils Makefile ports/www/screem Makefile ports/x11-toolkits/guile-gnome Makefile ports/x11-toolkits/py-gnome Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/11 18:09:58 PST Modified files: deskutils/gnucash Makefile devel/gnomebuild Makefile mail/balsa Makefile misc/gnomeutils Makefile www/screem Makefile x11-toolkits/guile-gnome Makefile x11-toolkits/py-gnome Makefile Log: Bump PORTREVISION after the gtkhtml version bump. Revision Changes Path 1.47 +1 -0 ports/deskutils/gnucash/Makefile 1.4 +1 -0 ports/devel/gnomebuild/Makefile 1.64 +1 -0 ports/mail/balsa/Makefile 1.42 +1 -1 ports/misc/gnomeutils/Makefile 1.28 +1 -1 ports/www/screem/Makefile 1.18 +1 -1 ports/x11-toolkits/guile-gnome/Makefile 1.61 +1 -0 ports/x11-toolkits/py-gnome/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 18:16:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6310737B401; Mon, 11 Nov 2002 18:16:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D33D43E75; Mon, 11 Nov 2002 18:16:30 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC2EAmV021149; Mon, 11 Nov 2002 18:14:10 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC2EAGj021148; Mon, 11 Nov 2002 18:14:10 -0800 (PST) Message-Id: <200211120214.gAC2EAGj021148@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Nov 2002 18:14:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gnomedebug Makefile ports/devel/gtranslator Makefile ports/graphics/sodipodi Makefile ports/math/guppi Makefile ports/math/gnumeric Makefile ports/misc/gnomesword Makefile ports/net/gabber Makefile ports/www/galeon Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/11 18:14:10 PST Modified files: devel/gnomedebug Makefile devel/gtranslator Makefile graphics/sodipodi Makefile math/guppi Makefile math/gnumeric Makefile misc/gnomesword Makefile net/gabber Makefile www/galeon Makefile Log: Bump PORTREVISION after the gal version bump. Revision Changes Path 1.15 +1 -0 ports/devel/gnomedebug/Makefile 1.24 +1 -0 ports/devel/gtranslator/Makefile 1.37 +1 -0 ports/graphics/sodipodi/Makefile 1.93 +1 -0 ports/math/gnumeric/Makefile 1.14 +1 -1 ports/math/guppi/Makefile 1.2 +1 -0 ports/misc/gnomesword/Makefile 1.26 +1 -0 ports/net/gabber/Makefile 1.90 +1 -0 ports/www/galeon/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 18:24: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DA1A37B401; Mon, 11 Nov 2002 18:24:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E78743E75; Mon, 11 Nov 2002 18:24:05 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC2LjmV021919; Mon, 11 Nov 2002 18:21:45 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC2LjBT021918; Mon, 11 Nov 2002 18:21:45 -0800 (PST) Message-Id: <200211120221.gAC2LjBT021918@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Nov 2002 18:21:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtk20/files patch-gdk-pixbuf_io-gif.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/11 18:21:45 PST Removed files: x11-toolkits/gtk20/files patch-gdk-pixbuf_io-gif.c Log: This file isn't needed anymore. Revision Changes Path 1.3 +0 -0 ports/x11-toolkits/gtk20/files/patch-gdk-pixbuf_io-gif.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 19:12:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75AE637B401; Mon, 11 Nov 2002 19:12:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2811343E4A; Mon, 11 Nov 2002 19:12:30 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC3AAmV025944; Mon, 11 Nov 2002 19:10:10 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC3AAOr025943; Mon, 11 Nov 2002 19:10:10 -0800 (PST) Message-Id: <200211120310.gAC3AAOr025943@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Nov 2002 19:10:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/gnucash/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/11 19:10:10 PST Modified files: deskutils/gnucash/files patch-configure Log: Fix build with the new gtkhtml. Revision Changes Path 1.6 +20 -5 ports/deskutils/gnucash/files/patch-configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 19:37:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9FE337B401; Mon, 11 Nov 2002 19:37:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69AA243E75; Mon, 11 Nov 2002 19:37:43 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC3ZNmV027814; Mon, 11 Nov 2002 19:35:23 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC3ZNvC027813; Mon, 11 Nov 2002 19:35:23 -0800 (PST) Message-Id: <200211120335.gAC3ZNvC027813@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 11 Nov 2002 19:35:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/hlserver-ns Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/11 19:35:23 PST Modified files: games Makefile Added files: games/hlserver-ns Makefile distinfo pkg-comment pkg-descr pkg-plist Log: o New port hlserver-ns version 1.0.1: Half-Life mod Natural Selection full server package for Linux - Frontiermen fighting The Khara. Marines fighting Space Mongols. This is simplification of the plot of Natural Selection. However, there is a lot more to it. - Real Time Simulation (RTS) meets First Person Shooter (FPS). Players can assume role of commanders issuing orders to other players who can judge if they should or not obey. A strategical RTS FPS. Revision Changes Path 1.498 +1 -0 ports/games/Makefile 1.1 +38 -0 ports/games/hlserver-ns/Makefile (new) 1.1 +2 -0 ports/games/hlserver-ns/distinfo (new) 1.1 +1 -0 ports/games/hlserver-ns/pkg-comment (new) 1.1 +14 -0 ports/games/hlserver-ns/pkg-descr (new) 1.1 +1156 -0 ports/games/hlserver-ns/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 19:43:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2401337B401; Mon, 11 Nov 2002 19:43:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBF4543E4A; Mon, 11 Nov 2002 19:43:15 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC3eumV028550; Mon, 11 Nov 2002 19:40:56 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC3eu8Q028549; Mon, 11 Nov 2002 19:40:56 -0800 (PST) Message-Id: <200211120340.gAC3eu8Q028549@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 11 Nov 2002 19:40:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/11 19:40:56 PST Modified files: . modules Log: hlserver-ns --> ports/games/hlserver-ns Revision Changes Path 1.6218 +1 -0 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 Nov 11 19:58:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BF5637B401; Mon, 11 Nov 2002 19:58:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC4AE43E4A; Mon, 11 Nov 2002 19:58:41 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC3uMmV029701; Mon, 11 Nov 2002 19:56:22 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC3uMRb029700; Mon, 11 Nov 2002 19:56:22 -0800 (PST) Message-Id: <200211120356.gAC3uMRb029700@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Nov 2002 19:56:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/guile-gnome/files patch-guile-gnome::gtkhtml::Makefile.in patch-guile-gnome::gtkhtml::gtkhtml-glue.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/11 19:56:22 PST Modified files: x11-toolkits/guile-gnome/files patch-guile-gnome::gtkhtml::Makefile.in patch-guile-gnome::gtkhtml::gtkhtml-glue.c Log: Fix build with gtkhtml-1.1. Revision Changes Path 1.2 +8 -7 ports/x11-toolkits/guile-gnome/files/patch-guile-gnome::gtkhtml::Makefile.in 1.5 +11 -2 ports/x11-toolkits/guile-gnome/files/patch-guile-gnome::gtkhtml::gtkhtml-glue.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 20: 1: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27D5137B401 for ; Mon, 11 Nov 2002 20:00:59 -0800 (PST) Received: from wall.polstra.com (wall-gw.polstra.com [206.213.73.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FF2443E4A for ; Mon, 11 Nov 2002 20:00:58 -0800 (PST) (envelope-from jdp@polstra.com) Received: from strings.polstra.com (strings.polstra.com [206.213.73.20]) by wall.polstra.com (8.11.3/8.11.3) with ESMTP id gAC40ux82931; Mon, 11 Nov 2002 20:00:56 -0800 (PST) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.5.1 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Mon, 11 Nov 2002 20:00:56 -0800 (PST) Organization: Polstra & Co., Inc. From: John Polstra To: Joseph Scott Subject: Re: cvs commit: ports/lang/pm3-base pkg-plist ports/lang/pm3-bas Cc: cvs-all@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joseph Scott wrote: > > On Sat, 9 Nov 2002, John Polstra wrote: > ># jdp 2002/11/09 11:12:28 PST ># ># Modified files: ># lang/pm3-base pkg-plist ># Added files: ># lang/pm3-base/files patch-fa patch-fb ># Log: ># Make the pm3-base port buildable on -current again. I simply ># removed the Cstdio interface (which had references to __sF) from the ># build. That interface isn't used by anything anyway. > > Is this roughly the same thing as PR ports/45030 (pm3-base broken > in -current because of stdio-changes)? Yes, and thank you for pointing that out! I was not aware of this PR. I have closed it. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 20:22:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DD5B37B401; Mon, 11 Nov 2002 20:22:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC39543E6E; Mon, 11 Nov 2002 20:22:56 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC4KbmV032159; Mon, 11 Nov 2002 20:20:37 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC4KbgG032158; Mon, 11 Nov 2002 20:20:37 -0800 (PST) Message-Id: <200211120420.gAC4KbgG032158@repoman.freebsd.org> From: Robert Watson Date: Mon, 11 Nov 2002 20:20:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mac.h mac_policy.h src/sys/kern kern_mac.c src/sys/security/mac_biba mac_biba.c src/sys/security/mac_mls mac_mls.c src/sys/security/mac_none mac_none.c src/sys/security/mac_test mac_test.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/11/11 20:20:37 PST Modified files: sys/sys mac.h mac_policy.h sys/kern kern_mac.c sys/security/mac_biba mac_biba.c sys/security/mac_mls mac_mls.c sys/security/mac_none mac_none.c sys/security/mac_test mac_test.c Log: Garbage collect mac_create_devfs_vnode() -- it hasn't been used since we brought in the new cache and locking model for vnode labels. We now rely on mac_associate_devfs_vnode(). Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.66 +0 -7 src/sys/kern/kern_mac.c 1.47 +0 -12 src/sys/security/mac_biba/mac_biba.c 1.35 +0 -12 src/sys/security/mac_mls/mac_mls.c 1.23 +0 -8 src/sys/security/mac_none/mac_none.c 1.20 +0 -8 src/sys/security/mac_test/mac_test.c 1.30 +0 -1 src/sys/sys/mac.h 1.31 +0 -3 src/sys/sys/mac_policy.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 20:56:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 870CD37B401; Mon, 11 Nov 2002 20:56:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3849643E77; Mon, 11 Nov 2002 20:56:50 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC4sUmV034735; Mon, 11 Nov 2002 20:54:30 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC4sUUA034734; Mon, 11 Nov 2002 20:54:30 -0800 (PST) Message-Id: <200211120454.gAC4sUUA034734@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Mon, 11 Nov 2002 20:54:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire fwohci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2002/11/11 20:54:30 PST Modified files: sys/dev/firewire fwohci.c Log: Restrict process count in fwohci_arcv() and fwohci_ircv(). Revision Changes Path 1.4 +18 -12 src/sys/dev/firewire/fwohci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 21: 4:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB7D437B401; Mon, 11 Nov 2002 21:04:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CA0843E42; Mon, 11 Nov 2002 21:04:09 -0800 (PST) (envelope-from max@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC51nmV035560; Mon, 11 Nov 2002 21:01:49 -0800 (PST) (envelope-from max@repoman.freebsd.org) Received: (from max@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC51njB035559; Mon, 11 Nov 2002 21:01:49 -0800 (PST) Message-Id: <200211120501.gAC51njB035559@repoman.freebsd.org> From: Masafumi Max NAKANE Date: Mon, 11 Nov 2002 21:01:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/Canna/files patch-aj X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG max 2002/11/11 21:01:49 PST Removed files: japanese/Canna/files patch-aj Log: Ooops, forgot to 'cvs rm' this when upgrading to 3.6. Pointed out by: KANOU Hiroki Revision Changes Path 1.2 +0 -20 ports/japanese/Canna/files/patch-aj (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 21:19:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4835437B401; Mon, 11 Nov 2002 21:19:28 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E88E43E9C; Mon, 11 Nov 2002 21:19:27 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id gAC5JQpk055949; Mon, 11 Nov 2002 22:19:26 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 11 Nov 2002 22:18:33 -0700 (MST) Message-Id: <20021111.221833.99697539.imp@bsdimp.com> To: jmallett@FreeBSD.org Cc: obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src MAINTAINERS From: "M. Warner Losh" In-Reply-To: <20021111112322.A4715@FreeBSD.org> References: <200211061401.gA6E18is052938@repoman.freebsd.org> <20021111180439.GA56914@dragon.nuxi.com> <20021111112322.A4715@FreeBSD.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <20021111112322.A4715@FreeBSD.org> Juli Mallett writes: : * De: David O'Brien [ Data: 2002-11-11 ] : [ Subjecte: Re: cvs commit: src MAINTAINERS ] : > On Wed, Nov 06, 2002 at 06:01:08AM -0800, Juli Mallett wrote: : > > . MAINTAINERS : > > Log: : > > Add a MAINTAINERS entry for make(1), to the make@ alias, which anyone : > > can use to run patches to make(1) by. : > ... : > > Currently it points to two people who have demonstrated : > > maintainership (ru@ and myself) and one person interested in helping : > > (alane@). : > : > Many of us have committed to make(1) over this projects lifetime. : > : > Why is make(1) so special it needs its own list? This is getting : > ridiculous. Make(1) is in *all* of our hands. Please back this out and : > just use our normal arch@ and audit@ lists. : : The idea is to have a maintainer (or a group of maintainers) whom are : very familiar with make(1)'s code, and which (as a group) is willing to : handle make(1) PRs, and so on. As architectural decisions are considered, : -arch should/would be consulted. That doesn't apply for the majority of : bugfixes. As make(1) maintainers, it's expected that changes will be : tested with due dilligence, which is easier with a make@, given the : ever increasing de facto requirement for testing changes to make(1), : and that when applicable, -audit would be consulted. make@ is just alane and ru. That's too a small a group to be on that list. I don't think this is a good idea at all. Make shouldn't be changing that much. I've had no end of problems and subtle breakages when I upgrade from release to release for the makefiles that we have at work. I don't think that this is a good direction to go. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 21:54:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C29A37B401; Mon, 11 Nov 2002 21:54:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C84243E4A; Mon, 11 Nov 2002 21:54:22 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC5q2mV039636; Mon, 11 Nov 2002 21:52:02 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC5q2BE039635; Mon, 11 Nov 2002 21:52:02 -0800 (PST) Message-Id: <200211120552.gAC5q2BE039635@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Mon, 11 Nov 2002 21:52:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire firewire.c fwohci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2002/11/11 21:52:02 PST Modified files: sys/dev/firewire firewire.c fwohci.c Log: - Remove unused code. - Style fixes. Revision Changes Path 1.5 +71 -129 src/sys/dev/firewire/firewire.c 1.5 +107 -265 src/sys/dev/firewire/fwohci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 22:24: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A6F137B401; Mon, 11 Nov 2002 22:24:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE5D743E4A; Mon, 11 Nov 2002 22:24:05 -0800 (PST) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC6LjmV042140; Mon, 11 Nov 2002 22:21:45 -0800 (PST) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC6LjSV042139; Mon, 11 Nov 2002 22:21:45 -0800 (PST) Message-Id: <200211120621.gAC6LjSV042139@repoman.freebsd.org> From: Mike Silbersack Date: Mon, 11 Nov 2002 22:21:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c if_xlreg.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG silby 2002/11/11 22:21:45 PST Modified files: (Branch: RELENG_4) sys/pci if_xl.c if_xlreg.h Log: MFC: if_xl.c rev 1.110 if_xlreg.h rev 1.38 Add some magic bits necessary to turn the transmitter on for some (newer) 556B chips. Revision Changes Path 1.72.2.20 +7 -0 src/sys/pci/if_xl.c 1.25.2.5 +3 -0 src/sys/pci/if_xlreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 22:45: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFD6D37B401; Mon, 11 Nov 2002 22:45:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A241443E75; Mon, 11 Nov 2002 22:45:01 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC6gfmV043799; Mon, 11 Nov 2002 22:42:41 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC6gfg0043798; Mon, 11 Nov 2002 22:42:41 -0800 (PST) Message-Id: <200211120642.gAC6gfg0043798@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 11 Nov 2002 22:42:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/lukemftpd - Imported sources X-FreeBSD-CVS-Branch: LUKEM Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/11/11 22:42:41 PST src/contrib/lukemftpd - Imported sources Update of /home/ncvs/src/contrib/lukemftpd In directory repoman.freebsd.org:/tmp/cvs-serv43776 Log Message: Import of LukeM's ftpd version 1.2 Beta 2. Status: Vendor Tag: LUKEM Release Tags: v1_2_beta2 U src/contrib/lukemftpd/COPYING U src/contrib/lukemftpd/ChangeLog U src/contrib/lukemftpd/INSTALL U src/contrib/lukemftpd/Makefile.in U src/contrib/lukemftpd/NEWS U src/contrib/lukemftpd/README U src/contrib/lukemftpd/THANKS U src/contrib/lukemftpd/acconfig.h U src/contrib/lukemftpd/aclocal.m4 U src/contrib/lukemftpd/config.h.in U src/contrib/lukemftpd/configure U src/contrib/lukemftpd/configure.in U src/contrib/lukemftpd/install-sh U src/contrib/lukemftpd/lukemftpd.h U src/contrib/lukemftpd/todo U src/contrib/lukemftpd/src/Makefile.in U src/contrib/lukemftpd/src/arpaftp.h U src/contrib/lukemftpd/src/cmds.c U src/contrib/lukemftpd/src/conf.c U src/contrib/lukemftpd/src/extern.h U src/contrib/lukemftpd/src/ftpcmd.y U src/contrib/lukemftpd/src/ftpd.8 U src/contrib/lukemftpd/src/ftpd.c U src/contrib/lukemftpd/src/ftpd.conf.5 U src/contrib/lukemftpd/src/ftpusers.5 U src/contrib/lukemftpd/src/logutmp.c U src/contrib/lukemftpd/src/logwtmp.c U src/contrib/lukemftpd/src/pathnames.h U src/contrib/lukemftpd/src/popen.c U src/contrib/lukemftpd/src/version.h 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 Nov 11 22:50:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E873337B401; Mon, 11 Nov 2002 22:50:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A20243E77; Mon, 11 Nov 2002 22:50:55 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC6mZmV044261; Mon, 11 Nov 2002 22:48:35 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC6mZRa044259; Mon, 11 Nov 2002 22:48:35 -0800 (PST) Message-Id: <200211120648.gAC6mZRa044259@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 11 Nov 2002 22:48:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/lukemftpd config.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/11/11 22:48:35 PST Modified files: libexec/lukemftpd config.h Log: Update for version 1.2 Beta 2. Revision Changes Path 1.2 +5 -5 src/libexec/lukemftpd/config.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 22:54:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B53437B401; Mon, 11 Nov 2002 22:54:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C9CC43E3B; Mon, 11 Nov 2002 22:54:09 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC6pmmV044641; Mon, 11 Nov 2002 22:51:48 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC6pmWg044640; Mon, 11 Nov 2002 22:51:48 -0800 (PST) Message-Id: <200211120651.gAC6pmWg044640@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Nov 2002 22:51:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/evolution Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/11 22:51:48 PST Modified files: mail/evolution Makefile Log: Fix SSL support. Revision Changes Path 1.69 +1 -0 ports/mail/evolution/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 22:54:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8991F37B401; Mon, 11 Nov 2002 22:54:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CC8943E3B; Mon, 11 Nov 2002 22:54:49 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC6qTmV044673; Mon, 11 Nov 2002 22:52:29 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC6qTvm044672; Mon, 11 Nov 2002 22:52:29 -0800 (PST) Message-Id: <200211120652.gAC6qTvm044672@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Nov 2002 22:52:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/evolution/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/11 22:52:29 PST Modified files: mail/evolution/files patch-aa Log: Commit the patch that fixes SSL support...ugh. Revision Changes Path 1.17 +19 -6 ports/mail/evolution/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 22:59:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F182437B401; Mon, 11 Nov 2002 22:59:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2A3B43E3B; Mon, 11 Nov 2002 22:59:52 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC6vWmV044847; Mon, 11 Nov 2002 22:57:32 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC6vWFv044846; Mon, 11 Nov 2002 22:57:32 -0800 (PST) Message-Id: <200211120657.gAC6vWFv044846@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 11 Nov 2002 22:57:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/libchk/files patch-libchk.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/11 22:57:32 PST Added files: sysutils/libchk/files patch-libchk.1 Log: Restore somehow missed part in the man page. Submitted by: adamw Not bumping PORTREVISION because this is too minor a change to require a reinstall for people who are already using this. Revision Changes Path 1.1 +32 -0 ports/sysutils/libchk/files/patch-libchk.1 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 23:12: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C07F037B401; Mon, 11 Nov 2002 23:12:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72A7E43E75; Mon, 11 Nov 2002 23:12:04 -0800 (PST) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC79imV046287; Mon, 11 Nov 2002 23:09:44 -0800 (PST) (envelope-from fenner@repoman.freebsd.org) Received: (from fenner@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC79iIb046286; Mon, 11 Nov 2002 23:09:44 -0800 (PST) Message-Id: <200211120709.gAC79iIb046286@repoman.freebsd.org> From: Bill Fenner Date: Mon, 11 Nov 2002 23:09:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fenner 2002/11/11 23:09:44 PST Modified files: usr.bin/fetch fetch.c Log: Don't divide by zero to calculate the ETA, even if we haven't gotten any data in 30 seconds. Revision Changes Path 1.56 +1 -1 src/usr.bin/fetch/fetch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 23:13: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A16C37B401; Mon, 11 Nov 2002 23:13:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECA7943E6E; Mon, 11 Nov 2002 23:13:05 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC7AjmV046372; Mon, 11 Nov 2002 23:10:45 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC7AjLC046371; Mon, 11 Nov 2002 23:10:45 -0800 (PST) Message-Id: <200211120710.gAC7AjLC046371@repoman.freebsd.org> From: Warner Losh Date: Mon, 11 Nov 2002 23:10:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/11/11 23:10:45 PST Modified files: etc/defaults rc.conf Log: Turn off devd until I have a devd.conf file that I can install one that does no harm. Revision Changes Path 1.162 +1 -1 src/etc/defaults/rc.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 23:33:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FCB537B401; Mon, 11 Nov 2002 23:33:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C325843E3B; Mon, 11 Nov 2002 23:33:17 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC7UvmV048006; Mon, 11 Nov 2002 23:30:57 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC7UveZ048005; Mon, 11 Nov 2002 23:30:57 -0800 (PST) Message-Id: <200211120730.gAC7UveZ048005@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 11 Nov 2002 23:30:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/11/11 23:30:57 PST Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Note that __FreeBSD_version 500021 can be used to determine when libskey was removed. It actually happened on 2001-07-09, so this is wrong by 2 1/2 weeks. Revision Changes Path 1.255 +2 -1 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 23:39:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 006A237B401; Mon, 11 Nov 2002 23:39:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A602B43E6E; Mon, 11 Nov 2002 23:39:35 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC7bFmV048271; Mon, 11 Nov 2002 23:37:15 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC7bFvZ048270; Mon, 11 Nov 2002 23:37:15 -0800 (PST) Message-Id: <200211120737.gAC7bFvZ048270@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 11 Nov 2002 23:37:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/lukemftpd config.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/11/11 23:37:15 PST Modified files: libexec/lukemftpd config.h Log: We have fparseln(3). Also libskey on RELENG_4. Revision Changes Path 1.3 +8 -2 src/libexec/lukemftpd/config.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 23:44:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E7E137B401; Mon, 11 Nov 2002 23:44:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2272843E4A; Mon, 11 Nov 2002 23:44:20 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC7fxmV048964; Mon, 11 Nov 2002 23:41:59 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC7fx6h048963; Mon, 11 Nov 2002 23:41:59 -0800 (PST) Message-Id: <200211120741.gAC7fx6h048963@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 11 Nov 2002 23:41:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/lukemftpd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/11/11 23:41:59 PST Modified files: libexec/lukemftpd Makefile Log: We don't use libpam, libopie, or libmd. Revision Changes Path 1.8 +2 -12 src/libexec/lukemftpd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Nov 11 23:56: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0794137B401; Mon, 11 Nov 2002 23:56:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9B5D43E91; Mon, 11 Nov 2002 23:56:06 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC7rkmV049840; Mon, 11 Nov 2002 23:53:46 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC7rknC049839; Mon, 11 Nov 2002 23:53:46 -0800 (PST) Message-Id: <200211120753.gAC7rknC049839@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 11 Nov 2002 23:53:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/soup Makefile ports/devel/soup/files patch-src_libsoup_soup-message.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/11 23:53:46 PST Modified files: devel/soup Makefile devel/soup/files patch-src_libsoup_soup-message.c Log: Fix a problem with soup causing Evolution to segfault when trying to get RDF newsfeeds. This is an attempt to solve both this crash as well as get it building on 64-bot architectures. Revision Changes Path 1.7 +1 -0 ports/devel/soup/Makefile 1.2 +15 -4 ports/devel/soup/files/patch-src_libsoup_soup-message.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 0:25:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBC1837B401; Tue, 12 Nov 2002 00:25:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B3AB43E3B; Tue, 12 Nov 2002 00:25:48 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC8NSmV052358; Tue, 12 Nov 2002 00:23:28 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC8NSfN052357; Tue, 12 Nov 2002 00:23:28 -0800 (PST) Message-Id: <200211120823.gAC8NSfN052357@repoman.freebsd.org> From: Scott Long Date: Tue, 12 Nov 2002 00:23:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cardbus cardbus_cis.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/11/12 00:23:28 PST Modified files: sys/dev/cardbus cardbus_cis.c Log: Step one of cleaning and fixing cardbus: - Fix some especially bad style in the CIS BAR tuple parsing code. - activate Option ROMS correctly. - de-obfuscate the Option ROM image selection code. - Fix mis-interpretation of the PCI spec that prevented Option ROMs whose CIS section wasn't in the first image from working. - Fix mis-interpretation of the PCI spec that prevented CIS's mapped into MEMIO space from working at all. - Reject invalid CIS pointers. Reviewed by: imp Revision Changes Path 1.23 +92 -65 src/sys/dev/cardbus/cardbus_cis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 0:46:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B785137B401; Tue, 12 Nov 2002 00:46:36 -0800 (PST) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3895443E4A; Tue, 12 Nov 2002 00:46:21 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) by whale.sunbay.crimea.ua (8.12.6/8.12.6/Sunbay) with ESMTP id gAC8k85V042944 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 12 Nov 2002 10:46:08 +0200 (EET) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.6/8.12.6/Submit) id gAC8k8DY042939; Tue, 12 Nov 2002 10:46:08 +0200 (EET) Date: Tue, 12 Nov 2002 10:46:08 +0200 From: Ruslan Ermilov To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile.inc Message-ID: <20021112084608.GC36275@sunbay.com> References: <200211081247.gA8Clpnv031449@repoman.freebsd.org> <20021111091622.GA23661@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lCAWRPmW1mITcIfM" Content-Disposition: inline In-Reply-To: <20021111091622.GA23661@dragon.nuxi.com> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --lCAWRPmW1mITcIfM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 11, 2002 at 01:16:22AM -0800, David O'Brien wrote: > On Fri, Nov 08, 2002 at 04:47:51AM -0800, Ruslan Ermilov wrote: > > ru 2002/11/08 04:47:51 PST > >=20 > > Modified files: > > secure/lib/libcrypto Makefile.inc=20 > > Log: > > DON'T EVER PUT THIS BACK! > > =20 > > Pointy hat to: obrien >=20 > Perhaps you should have asked me why this bazaar change was needed. And > even more so why it was labeled as only a style change. I would have > responded that it was a local experiment that accidentally got committed. >=20 > As it stands, you backed out my commit. I think that makes you > eligible for 5 days in the [box]. >=20 Just a quick note to everybody. Don't waste your time reading this thread. This conflict will be resolved by -core, if necessary. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --lCAWRPmW1mITcIfM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE90L/QUkv4P6juNwoRAna5AKCAwfvZro2++v6fg7DD0WG88Dt1UwCfXKPg kdGtX9b6WQ6N4jo5bXw8ID0= =5NtS -----END PGP SIGNATURE----- --lCAWRPmW1mITcIfM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 1:16:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3887D37B401; Tue, 12 Nov 2002 01:16:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D759543E6E; Tue, 12 Nov 2002 01:16:37 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC9EHmV056624; Tue, 12 Nov 2002 01:14:17 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC9EHmA056623; Tue, 12 Nov 2002 01:14:17 -0800 (PST) Message-Id: <200211120914.gAC9EHmA056623@repoman.freebsd.org> From: Hye-Shik Chang Date: Tue, 12 Nov 2002 01:14:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/graphviz Makefile distinfo pkg-plist ports/graphics/graphviz/files patch-configure.in patch-lefty::exec.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG perky 2002/11/12 01:14:16 PST Modified files: graphics/graphviz Makefile distinfo pkg-plist graphics/graphviz/files patch-configure.in Removed files: graphics/graphviz/files patch-lefty::exec.c Log: Update to 1.8.10 PR: 45027 Submitted by: Marco Molteni Revision Changes Path 1.41 +2 -2 ports/graphics/graphviz/Makefile 1.17 +1 -1 ports/graphics/graphviz/distinfo 1.6 +0 -9 ports/graphics/graphviz/files/patch-configure.in 1.2 +0 -59 ports/graphics/graphviz/files/patch-lefty::exec.c (dead) 1.20 +108 -49 ports/graphics/graphviz/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 Nov 12 1:48:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDE9437B401; Tue, 12 Nov 2002 01:48:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F17E43E3B; Tue, 12 Nov 2002 01:48:20 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC9jxmV059138; Tue, 12 Nov 2002 01:45:59 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC9jxnP059137; Tue, 12 Nov 2002 01:45:59 -0800 (PST) Message-Id: <200211120945.gAC9jxnP059137@repoman.freebsd.org> From: Scott Long Date: Tue, 12 Nov 2002 01:45:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cardbus cardbus_cis.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/11/12 01:45:59 PST Modified files: sys/dev/cardbus cardbus_cis.c Log: Fix two typos from the previous commit. This code is definitely infectious. Revision Changes Path 1.24 +2 -2 src/sys/dev/cardbus/cardbus_cis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 2: 5:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F1DE37B401; Tue, 12 Nov 2002 02:05:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B599843E42; Tue, 12 Nov 2002 02:05:11 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACA2omV060727; Tue, 12 Nov 2002 02:02:50 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACA2olZ060726; Tue, 12 Nov 2002 02:02:50 -0800 (PST) Message-Id: <200211121002.gACA2olZ060726@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 12 Nov 2002 02:02:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire fwohci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2002/11/12 02:02:50 PST Modified files: sys/dev/firewire fwohci.c Log: - clean up Revision Changes Path 1.6 +3 -15 src/sys/dev/firewire/fwohci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 2:14:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56ABD37B401; Tue, 12 Nov 2002 02:14:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFADE43E4A; Tue, 12 Nov 2002 02:14:27 -0800 (PST) (envelope-from roger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACAC6mV061630; Tue, 12 Nov 2002 02:12:06 -0800 (PST) (envelope-from roger@repoman.freebsd.org) Received: (from roger@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACAC6J4061629; Tue, 12 Nov 2002 02:12:06 -0800 (PST) Message-Id: <200211121012.gACAC6J4061629@repoman.freebsd.org> From: Roger Hardiman Date: Tue, 12 Nov 2002 02:12:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/openh323 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roger 2002/11/12 02:12:06 PST Modified files: net/openh323 Makefile Log: The IXJ driver does not compile on 5.x machines, so only add it as a port dependency on FreeBSD 4.x and lower. Revision Changes Path 1.42 +5 -1 ports/net/openh323/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 2:25:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8518637B401; Tue, 12 Nov 2002 02:25:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36CF143E6E; Tue, 12 Nov 2002 02:25:10 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACAMnmV062492; Tue, 12 Nov 2002 02:22:49 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACAMnUJ062491; Tue, 12 Nov 2002 02:22:49 -0800 (PST) Message-Id: <200211121022.gACAMnUJ062491@repoman.freebsd.org> From: Scott Long Date: Tue, 12 Nov 2002 02:22:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic79xx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/11/12 02:22:49 PST Modified files: sys/dev/aic7xxx aic79xx.c Log: Use better return types and a couple of casts to eliminate warnings on alpha. This will take the file out of sync with the private version that we maintain, but alpha tinderbox has been broken for too long. Tested on: i386, sparc64, alpha Revision Changes Path 1.5 +7 -7 src/sys/dev/aic7xxx/aic79xx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 2:51:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A20CB37B401; Tue, 12 Nov 2002 02:51:43 -0800 (PST) Received: from vcksi1.nw.wakwak.com (vcksi1.nw.wakwak.com [211.132.128.144]) by mx1.FreeBSD.org (Postfix) with SMTP id C47C143E42; Tue, 12 Nov 2002 02:51:42 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from bf.wakwak.com (bf.wakwak.com [211.132.128.101:25]) by vcksi1.nw.wakwak.com (Postfix) with ESMTP id 764F74001B; Tue, 12 Nov 2002 19:51:36 +0900 (JST) Received: from polus.lan (sada.as.wakwak.ne.jp [61.115.78.20]) by bf.wakwak.com (8.12.6/8.12.6/2002-09-12) with SMTP id gACApZsX089161; Tue, 12 Nov 2002 19:51:35 +0900 (JST) (envelope-from sada@FreeBSD.org) Date: Tue, 12 Nov 2002 19:51:35 +0900 From: SADA Kenji To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/japanese/xjman Makefile Message-Id: <20021112195135.1ab72d8c.sada@FreeBSD.org> In-Reply-To: <20021111212627.GA73890@rot13.obsecurity.org> References: <200211111707.gABH7KTv072388@repoman.freebsd.org> <20021111212627.GA73890@rot13.obsecurity.org> Organization: Private X-Mailer: Sylpheed version 0.8.5 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 11 Nov 2002 13:26:28 -0800 Kris Kennaway wrote: > On Mon, Nov 11, 2002 at 09:07:20AM -0800, SADA Kenji wrote: > > sada 2002/11/11 09:07:20 PST > > > > Modified files: > > japanese/xjman Makefile > > Log: > > Unbreak: REINPLACE_CMD, actualy sed, uses different RE from perl. > > Submitted by: SAKAMOTO Seiji > > Failed by: edwin > > The challenge is making this work with BOTH perl and sed, because perl > will still be used in certain situations. Really? REINPLACE_CMD would always be replaced with sed or variant. It looks a challange to avoid innecessity dependencies to perl. -- SADA Kenji To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 3: 1: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E59E37B401; Tue, 12 Nov 2002 03:01:01 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC56443E42; Tue, 12 Nov 2002 03:01:00 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from freefall.freebsd.org (des@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gACB10x3086447; Tue, 12 Nov 2002 03:01:00 -0800 (PST) (envelope-from des@freefall.freebsd.org) Received: (from des@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gACB0lbV085953; Tue, 12 Nov 2002 03:00:47 -0800 (PST) Message-Id: <200211121100.gACB0lbV085953@freefall.freebsd.org> From: Dag-Erling Smorgrav Subject: cvs commit: src/sbin/sysctl sysctl.8 src/sys/kern init_main.c To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Date: Tue, 12 Nov 2002 02:69:42 -0800 (PST) X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/11/12 02:69:42 PST Modified files: sbin/sysctl sysctl.8 sys/kern init_main.c Log: Add the kern.turbo sysctl, which makes the system run twice as fast. Default to 0 (off) for backward compatibility. Revision Changes Path 1.48 +1 -0 src/sbin/sysctl/sysctl.8 1.215 +3 -0 src/sys/kern/init_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 3:10:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A65EC37B401; Tue, 12 Nov 2002 03:10:42 -0800 (PST) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id D387443E42; Tue, 12 Nov 2002 03:10:41 -0800 (PST) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pcwin002.win.tue.nl (orb_rules@localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.6/8.12.6) with ESMTP id gACBAeqx039031; Tue, 12 Nov 2002 12:10:40 +0100 (CET) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.6/8.12.6/Submit) id gACBAeDP039030; Tue, 12 Nov 2002 12:10:40 +0100 (CET) Date: Tue, 12 Nov 2002 12:10:40 +0100 From: Stijn Hoop To: Dag-Erling Smorgrav Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/sysctl sysctl.8 src/sys/kern init_main.c Message-ID: <20021112111040.GD38082@pcwin002.win.tue.nl> References: <200211121100.gACB0lbV085953@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gatW/ieO32f1wygP" Content-Disposition: inline In-Reply-To: <200211121100.gACB0lbV085953@freefall.freebsd.org> User-Agent: Mutt/1.4i X-Bright-Idea: Let's abolish HTML mail! Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --gatW/ieO32f1wygP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 12, 2002 at 03:09:42AM -0800, Dag-Erling Smorgrav wrote: > des 2002/11/12 02:69:42 PST >=20 > Modified files: > sbin/sysctl sysctl.8 > sys/kern init_main.c > Log: > Add the kern.turbo sysctl, which makes the system run twice as fast. > Default to 0 (off) for backward compatibility. LOL! --Stijn --=20 What would this sentence be like if it weren't self-referential? --gatW/ieO32f1wygP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE90OGwY3r/tLQmfWcRAs89AJ94cQ7i/xj8niMTbmnI/KCnl7Ds8QCfXRC9 +ib3HzT/UHyxplgEm0htw7U= =aunV -----END PGP SIGNATURE----- --gatW/ieO32f1wygP-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 3:11:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E73E37B401; Tue, 12 Nov 2002 03:11:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D17A43E6E; Tue, 12 Nov 2002 03:11:12 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACB8pmV066639; Tue, 12 Nov 2002 03:08:51 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACB8pJM066636; Tue, 12 Nov 2002 03:08:51 -0800 (PST) Message-Id: <200211121108.gACB8pJM066636@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 12 Nov 2002 03:08:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire fwmem.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2002/11/12 03:08:51 PST Modified files: sys/dev/firewire fwmem.c Log: Change interface of fwmem_read_*() functions to be usable from other part of the module. Revision Changes Path 1.2 +36 -37 src/sys/dev/firewire/fwmem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 3:17: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DC4A37B404; Tue, 12 Nov 2002 03:17:03 -0800 (PST) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 705F943E42; Tue, 12 Nov 2002 03:17:02 -0800 (PST) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 822CB534E; Tue, 12 Nov 2002 12:17:00 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Bill Fenner Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fetch fetch.c References: <200211120709.gAC79iIb046286@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 12 Nov 2002 12:16:59 +0100 In-Reply-To: <200211120709.gAC79iIb046286@repoman.freebsd.org> (Bill Fenner's message of "Mon, 11 Nov 2002 23:09:44 -0800 (PST)") Message-ID: Lines: 11 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386--freebsd) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bill Fenner writes: > Log: > Don't divide by zero to calculate the ETA, even if we haven't gotten > any data in 30 seconds. Thanks, I should have thought of that. I don't think it can happen unless the user sends SIGINFO, though, so it's not a showstopper. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 3:17:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14FCF37B401; Tue, 12 Nov 2002 03:17:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B850243E42; Tue, 12 Nov 2002 03:17:22 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACBF1mV067047; Tue, 12 Nov 2002 03:15:01 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACBF1cD067046; Tue, 12 Nov 2002 03:15:01 -0800 (PST) Message-Id: <200211121115.gACBF1cD067046@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 12 Nov 2002 03:15:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire fwmem.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2002/11/12 03:15:01 PST Modified files: sys/dev/firewire fwmem.h Log: Change interface of fwmem_read_*() functions to be usable from other part of the module. Revision Changes Path 1.2 +4 -4 src/sys/dev/firewire/fwmem.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 3:17:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 862FC37B408; Tue, 12 Nov 2002 03:17:56 -0800 (PST) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD05243E6E; Tue, 12 Nov 2002 03:17:55 -0800 (PST) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 9EC9B5350; Tue, 12 Nov 2002 12:17:53 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Bill Fenner Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/fetch fetch.c References: <200211072216.gA7MGjww057257@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 12 Nov 2002 12:17:53 +0100 In-Reply-To: <200211072216.gA7MGjww057257@repoman.freebsd.org> (Bill Fenner's message of "Thu, 7 Nov 2002 14:16:45 -0800 (PST)") Message-ID: Lines: 9 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386--freebsd) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bill Fenner writes: > Log: > Don't exit with success after timeout during authentication. Thanks. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 3:22:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3DC637B401; Tue, 12 Nov 2002 03:22:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A611943E75; Tue, 12 Nov 2002 03:22:41 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACBKKmV067823; Tue, 12 Nov 2002 03:20:20 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACBKKi2067822; Tue, 12 Nov 2002 03:20:20 -0800 (PST) Message-Id: <200211121120.gACBKKi2067822@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 12 Nov 2002 03:20:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string wcsstr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/11/12 03:20:20 PST Modified files: (Branch: RELENG_4) lib/libc/string wcsstr.c Log: MFC revision 1.8: new implementation of wcsstr() based on strstr(). Revision Changes Path 1.3.2.2 +34 -42 src/lib/libc/string/wcsstr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 3:25:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 411B737B401; Tue, 12 Nov 2002 03:25:50 -0800 (PST) Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DB3E43E75; Tue, 12 Nov 2002 03:25:49 -0800 (PST) (envelope-from des@ofug.org) Received: by flood.ping.uio.no (Postfix, from userid 2602) id F05AD534E; Tue, 12 Nov 2002 12:25:46 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Warner Losh Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/defaults rc.conf References: <200211120710.gAC7AjLC046371@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 12 Nov 2002 12:25:46 +0100 In-Reply-To: <200211120710.gAC7AjLC046371@repoman.freebsd.org> (Warner Losh's message of "Mon, 11 Nov 2002 23:10:45 -0800 (PST)") Message-ID: Lines: 15 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386--freebsd) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Warner Losh writes: > Log: > Turn off devd until I have a devd.conf file that I can install one > that does no harm. devd currently dies if it finds an empty devd.conf. Once you've fixed that, you can simply install a devd.conf that contains commented-out sample configuration entries. Also, you forgot to add devd.conf.5 to sbin/devd/Makefile, so it doesn't get installed. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 3:26:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A08C37B401; Tue, 12 Nov 2002 03:26:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E011143E4A; Tue, 12 Nov 2002 03:26:45 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACBOOmV067946; Tue, 12 Nov 2002 03:24:24 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACBOOHs067945; Tue, 12 Nov 2002 03:24:24 -0800 (PST) Message-Id: <200211121124.gACBOOHs067945@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 12 Nov 2002 03:24:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string wcsncpy.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/11/12 03:24:24 PST Modified files: (Branch: RELENG_4) lib/libc/string wcsncpy.c Log: MFC revision 1.8: New wcsncpy() implementation based on strncpy(), fixes off-by-one overflow and correctly pads the destination string with null wide characters. Revision Changes Path 1.3.2.2 +35 -27 src/lib/libc/string/wcsncpy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 3:34:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D42C637B401; Tue, 12 Nov 2002 03:34:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92AF943E42; Tue, 12 Nov 2002 03:34:33 -0800 (PST) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACBWCmV068838; Tue, 12 Nov 2002 03:32:12 -0800 (PST) (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACBWCtm068837; Tue, 12 Nov 2002 03:32:12 -0800 (PST) Message-Id: <200211121132.gACBWCtm068837@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Tue, 12 Nov 2002 03:32:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/pim6sd Makefile distinfo ports/net/pim6sd/files patch-ab patch-ac ports/net/pim6dd Makefile distinfo ports/net/pim6dd/files patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG suz 2002/11/12 03:32:12 PST Modified files: net/pim6sd Makefile distinfo net/pim6dd Makefile distinfo Removed files: net/pim6sd/files patch-ab patch-ac net/pim6dd/files patch-ab patch-ac Log: updated to Nov 11 2002's pim6sd/pim6dd Obtained from: KAME Revision Changes Path 1.7 +1 -1 ports/net/pim6dd/Makefile 1.3 +1 -1 ports/net/pim6dd/distinfo 1.2 +0 -13 ports/net/pim6dd/files/patch-ab (dead) 1.2 +0 -13 ports/net/pim6dd/files/patch-ac (dead) 1.7 +1 -1 ports/net/pim6sd/Makefile 1.3 +1 -1 ports/net/pim6sd/distinfo 1.2 +0 -13 ports/net/pim6sd/files/patch-ab (dead) 1.2 +0 -13 ports/net/pim6sd/files/patch-ac (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 3:36:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FE0D37B401; Tue, 12 Nov 2002 03:36:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E556443E91; Tue, 12 Nov 2002 03:36:55 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACBYYmV068920; Tue, 12 Nov 2002 03:34:34 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACBYY3S068919; Tue, 12 Nov 2002 03:34:34 -0800 (PST) Message-Id: <200211121134.gACBYY3S068919@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 12 Nov 2002 03:34:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string wcschr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/11/12 03:34:34 PST Modified files: (Branch: RELENG_4) lib/libc/string wcschr.c Log: MFC revision 1.7: reimplement, handling the case where c == L'\0' correctly. Revision Changes Path 1.3.2.2 +8 -24 src/lib/libc/string/wcschr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 3:53: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92DB137B401; Tue, 12 Nov 2002 03:53:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4494E43E6E; Tue, 12 Nov 2002 03:53:05 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACBoimV070495; Tue, 12 Nov 2002 03:50:44 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACBohoO070494; Tue, 12 Nov 2002 03:50:43 -0800 (PST) Message-Id: <200211121150.gACBohoO070494@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 12 Nov 2002 03:50:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/avidemux Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/12 03:50:43 PST Modified files: graphics/avidemux Makefile distinfo Log: Update to 0.9.0.16 PR 43300 Submitted by: Anish Mistry (maintainer) Revision Changes Path 1.5 +4 -4 ports/graphics/avidemux/Makefile 1.3 +1 -1 ports/graphics/avidemux/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 4:40: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C67837B401; Tue, 12 Nov 2002 04:40:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF1EF43E42; Tue, 12 Nov 2002 04:40:07 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACCbkmV074030; Tue, 12 Nov 2002 04:37:46 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACCbkSr074029; Tue, 12 Nov 2002 04:37:46 -0800 (PST) Message-Id: <200211121237.gACCbkSr074029@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 12 Nov 2002 04:37:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/em Makefile pkg-descr ports/editors/em/files patch-Makefile patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/12 04:37:46 PST Modified files: editors/em Makefile pkg-descr Added files: editors/em/files patch-Makefile patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah Log: Update to 0.9.0.17 PR 33386 Submitted by: Tadashi Yumoto Revision Changes Path 1.6 +2 -2 ports/editors/em/Makefile 1.1 +22 -0 ports/editors/em/files/patch-Makefile (new) 1.1 +27 -0 ports/editors/em/files/patch-ab (new) 1.1 +11 -0 ports/editors/em/files/patch-ac (new) 1.1 +12 -0 ports/editors/em/files/patch-ad (new) 1.1 +66 -0 ports/editors/em/files/patch-ae (new) 1.1 +13 -0 ports/editors/em/files/patch-af (new) 1.1 +118 -0 ports/editors/em/files/patch-ag (new) 1.1 +11 -0 ports/editors/em/files/patch-ah (new) 1.2 +1 -1 ports/editors/em/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 Nov 12 4:47:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1AB037B401; Tue, 12 Nov 2002 04:47:48 -0800 (PST) Received: from chiark.greenend.org.uk (chiark.greenend.org.uk [193.201.200.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 611A143E6E; Tue, 12 Nov 2002 04:47:47 -0800 (PST) (envelope-from fanf@chiark.greenend.org.uk) Received: from fanf by chiark.greenend.org.uk with local (Exim 3.12 #1) id 18BaSH-00006z-00 (Debian); Tue, 12 Nov 2002 12:47:45 +0000 Date: Tue, 12 Nov 2002 12:47:45 +0000 From: Tony Finch To: SADA Kenji Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/japanese/xjman Makefile Message-ID: <20021112124745.B13370@chiark.greenend.org.uk> References: <200211111707.gABH7KTv072388@repoman.freebsd.org> <20021111212627.GA73890@rot13.obsecurity.org> <20021112195135.1ab72d8c.sada@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20021112195135.1ab72d8c.sada@FreeBSD.org>; from sada@FreeBSD.org on Tue, Nov 12, 2002 at 07:51:35PM +0900 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Nov 12, 2002 at 07:51:35PM +0900, SADA Kenji wrote: > Kris Kennaway wrote: > > On Mon, Nov 11, 2002 at 09:07:20AM -0800, SADA Kenji wrote: > > > > > > Unbreak: REINPLACE_CMD, actualy sed, uses different RE from perl. > > > > The challenge is making this work with BOTH perl and sed, because perl > > will still be used in certain situations. > > Really? REINPLACE_CMD would always be replaced with sed or variant. > It looks a challange to avoid innecessity dependencies to perl. REINPLACE_CMD should be either perl or sed -E for maximum compatibility. Extended regexes also benefit from much less leaning toothpick syndrome than basic regexes. Tony. -- f.a.n.finch http://dotat.at/ THE WASH TO NORTH FORELAND: SOUTHWEST 6 OR 7 DECREASING 5 OR 6, BACKING SOUTHEAST TO SOUTH 6 OR 7 LATER. CLOUDY, SHOWERS OR LONGER PERIODS OF RAIN. GOOD FALLING MODERATE IN SHOWERS OR RAIN. MODERATE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 5:17: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB10637B401; Tue, 12 Nov 2002 05:17:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D59143E75; Tue, 12 Nov 2002 05:17:02 -0800 (PST) (envelope-from mike@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACDEfmV077194; Tue, 12 Nov 2002 05:14:41 -0800 (PST) (envelope-from mike@repoman.freebsd.org) Received: (from mike@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACDEeKE077193; Tue, 12 Nov 2002 05:14:40 -0800 (PST) Message-Id: <200211121314.gACDEeKE077193@repoman.freebsd.org> From: Mike Barcroft Date: Tue, 12 Nov 2002 05:14:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects/c99 index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/11/12 05:14:40 PST Modified files: en/projects/c99 index.sgml Log: o insque(), lsearch(), remque() task completed. o getconf(1) MFC'd. o pathchk(1) MFC'd. o Fix last updated date on a printf(3) task. Revision Changes Path 1.72 +20 -20 www/en/projects/c99/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 5:48:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BB5637B401; Tue, 12 Nov 2002 05:48:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DB7143E75; Tue, 12 Nov 2002 05:48:31 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACDk9mV079810; Tue, 12 Nov 2002 05:46:09 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACDk9SX079809; Tue, 12 Nov 2002 05:46:09 -0800 (PST) Message-Id: <200211121346.gACDk9SX079809@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 12 Nov 2002 05:46:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire fwohci_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2002/11/12 05:46:09 PST Modified files: sys/dev/firewire fwohci_pci.c Log: Add a prototype for suspend/resume. Revision Changes Path 1.5 +16 -0 src/sys/dev/firewire/fwohci_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 Nov 12 5:51:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A91A837B401; Tue, 12 Nov 2002 05:51:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57B0543E3B; Tue, 12 Nov 2002 05:51:39 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACDnHmV080321; Tue, 12 Nov 2002 05:49:17 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACDnH8R080319; Tue, 12 Nov 2002 05:49:17 -0800 (PST) Message-Id: <200211121349.gACDnH8R080319@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 12 Nov 2002 05:49:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire firewire.c firewirereg.h fwmem.c fwmem.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2002/11/12 05:49:17 PST Modified files: sys/dev/firewire firewire.c firewirereg.h fwmem.c fwmem.h Log: Use struct fw_device in fwmem.c - specify fwmem target by EUI64. - fw_noderesolve returns struct fw_device rather than dst. - include struct firewire_comm in struct fw_device. Revision Changes Path 1.6 +8 -7 src/sys/dev/firewire/firewire.c 1.2 +4 -1 src/sys/dev/firewire/firewirereg.h 1.3 +78 -19 src/sys/dev/firewire/fwmem.c 1.3 +7 -4 src/sys/dev/firewire/fwmem.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 6:16: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B58A337B401; Tue, 12 Nov 2002 06:16:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7606143E42; Tue, 12 Nov 2002 06:16:08 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACEDkmV082312; Tue, 12 Nov 2002 06:13:46 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACEDkEn082311; Tue, 12 Nov 2002 06:13:46 -0800 (PST) Message-Id: <200211121413.gACEDkEn082311@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 12 Nov 2002 06:13:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/wmmenu Makefile distinfo pkg-message pkg-plist ports/x11/wmmenu/files patch-aa patch-ab patch-ac patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/12 06:13:46 PST Modified files: x11/wmmenu Makefile distinfo pkg-message pkg-plist x11/wmmenu/files patch-aa patch-ab patch-ac patch-ad Log: Update to 1.2 PR:: 39917 Submitted by: Jeremy Karlson (maintainer) Revision Changes Path 1.8 +6 -7 ports/x11/wmmenu/Makefile 1.5 +1 -1 ports/x11/wmmenu/distinfo 1.2 +10 -10 ports/x11/wmmenu/files/patch-aa 1.2 +12 -10 ports/x11/wmmenu/files/patch-ab 1.2 +9 -13 ports/x11/wmmenu/files/patch-ac 1.2 +0 -9 ports/x11/wmmenu/files/patch-ad 1.3 +1 -3 ports/x11/wmmenu/pkg-message 1.3 +2 -3 ports/x11/wmmenu/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 Nov 12 6:16:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FB7937B401; Tue, 12 Nov 2002 06:16:31 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA3CC43E3B; Tue, 12 Nov 2002 06:16:30 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id gACEFrOo034849; Tue, 12 Nov 2002 09:15:54 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Tue, 12 Nov 2002 09:15:53 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/lukemftpd - Imported sources In-Reply-To: <200211120642.gAC6gfg0043798@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I don't supposes there's any chance this addresses any of the serious problems I identified on arch@ regarding the feature completeness and documentation correctness of lukemftpd on FreeBSD? You seem not to be responding to my follow-up e-mails asking what the status of the problems is, and also seem not to have applied the documentation fixes submitted in PRs. And you're clearly aware of at least on of the PR's, as you are the owner of it. We're rapidly approaching the code freeze (and release) of FreeBSD 5.0. These problems need to be resolved ASAP. I am also very concerned regarding your changes to the warning message I added to inetd.conf to suggest that the BSD ftpd be an alternate to lukemftpd. Lukemftpd *cannot* be the suggested FTPd. In all honesty, it should appear (if at all) at the bottom of inetd.conf where we specify alternatives to the "default" entries at the top. Please stop blowing off my requests to address these problems. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Mon, 11 Nov 2002, David E. O'Brien wrote: > obrien 2002/11/11 22:42:41 PST > > src/contrib/lukemftpd - Imported sources > Update of /home/ncvs/src/contrib/lukemftpd > In directory repoman.freebsd.org:/tmp/cvs-serv43776 > > Log Message: > Import of LukeM's ftpd version 1.2 Beta 2. > > Status: > > Vendor Tag: LUKEM > Release Tags: v1_2_beta2 > > U src/contrib/lukemftpd/COPYING > U src/contrib/lukemftpd/ChangeLog > U src/contrib/lukemftpd/INSTALL > U src/contrib/lukemftpd/Makefile.in > U src/contrib/lukemftpd/NEWS > U src/contrib/lukemftpd/README > U src/contrib/lukemftpd/THANKS > U src/contrib/lukemftpd/acconfig.h > U src/contrib/lukemftpd/aclocal.m4 > U src/contrib/lukemftpd/config.h.in > U src/contrib/lukemftpd/configure > U src/contrib/lukemftpd/configure.in > U src/contrib/lukemftpd/install-sh > U src/contrib/lukemftpd/lukemftpd.h > U src/contrib/lukemftpd/todo > U src/contrib/lukemftpd/src/Makefile.in > U src/contrib/lukemftpd/src/arpaftp.h > U src/contrib/lukemftpd/src/cmds.c > U src/contrib/lukemftpd/src/conf.c > U src/contrib/lukemftpd/src/extern.h > U src/contrib/lukemftpd/src/ftpcmd.y > U src/contrib/lukemftpd/src/ftpd.8 > U src/contrib/lukemftpd/src/ftpd.c > U src/contrib/lukemftpd/src/ftpd.conf.5 > U src/contrib/lukemftpd/src/ftpusers.5 > U src/contrib/lukemftpd/src/logutmp.c > U src/contrib/lukemftpd/src/logwtmp.c > U src/contrib/lukemftpd/src/pathnames.h > U src/contrib/lukemftpd/src/popen.c > U src/contrib/lukemftpd/src/version.h > > 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 Nov 12 6:18:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E175937B401; Tue, 12 Nov 2002 06:18:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 955B943E3B; Tue, 12 Nov 2002 06:18:21 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACEFxmV082414; Tue, 12 Nov 2002 06:15:59 -0800 (PST) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACEFxtl082413; Tue, 12 Nov 2002 06:15:59 -0800 (PST) Message-Id: <200211121415.gACEFxtl082413@repoman.freebsd.org> From: Maxim Konovalov Date: Tue, 12 Nov 2002 06:15:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/mknetid mknetid.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG maxim 2002/11/12 06:15:59 PST Modified files: libexec/mknetid mknetid.c Log: o Fix usage(). o Explicitly initialize domain pointer. o Fix passwd file parsing. PR: bin/39671 (3) MFC after: 2 weeks Revision Changes Path 1.13 +20 -5 src/libexec/mknetid/mknetid.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 6:29:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D03F437B401; Tue, 12 Nov 2002 06:29:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82BF243E3B; Tue, 12 Nov 2002 06:29:52 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACERUmV083264; Tue, 12 Nov 2002 06:27:30 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACERULd083263; Tue, 12 Nov 2002 06:27:30 -0800 (PST) Message-Id: <200211121427.gACERULd083263@repoman.freebsd.org> From: Ernst de Haan Date: Tue, 12 Nov 2002 06:27:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/xmlenc Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/11/12 06:27:30 PST Modified files: textproc/xmlenc Makefile distinfo pkg-plist Log: Upgrade to 0.9. Revision Changes Path 1.5 +1 -1 ports/textproc/xmlenc/Makefile 1.4 +1 -1 ports/textproc/xmlenc/distinfo 1.4 +2 -0 ports/textproc/xmlenc/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 Nov 12 6:44:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B08A37B401; Tue, 12 Nov 2002 06:44:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B21BC43E3B; Tue, 12 Nov 2002 06:44:11 -0800 (PST) (envelope-from mike@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACEfnmV084826; Tue, 12 Nov 2002 06:41:49 -0800 (PST) (envelope-from mike@repoman.freebsd.org) Received: (from mike@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACEfnls084825; Tue, 12 Nov 2002 06:41:49 -0800 (PST) Message-Id: <200211121441.gACEfnls084825@repoman.freebsd.org> From: Mike Barcroft Date: Tue, 12 Nov 2002 06:41:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include unistd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/11/12 06:41:49 PST Modified files: include unistd.h Log: Fix XSI (X/Open) namespace support. Revision Changes Path 1.64 +18 -11 src/include/unistd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 7: 3: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2318837B401; Tue, 12 Nov 2002 07:02:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C45B643E42; Tue, 12 Nov 2002 07:02:58 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACF0amV086448; Tue, 12 Nov 2002 07:00:36 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACF0ai8086447; Tue, 12 Nov 2002 07:00:36 -0800 (PST) Message-Id: <200211121500.gACF0ai8086447@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 12 Nov 2002 07:00:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gtktalog Makefile distinfo pkg-plist ports/misc/gtktalog/files patch-addisk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/12 07:00:35 PST Modified files: misc/gtktalog Makefile distinfo pkg-plist Removed files: misc/gtktalog/files patch-addisk.c Log: Update to 0.99.20 Submitted by: Juan Salaverria (maintainer) PR: 40400 Revision Changes Path 1.4 +5 -2 ports/misc/gtktalog/Makefile 1.2 +1 -1 ports/misc/gtktalog/distinfo 1.2 +0 -56 ports/misc/gtktalog/files/patch-addisk.c (dead) 1.2 +3 -15 ports/misc/gtktalog/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 Nov 12 7:18:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 958E537B401; Tue, 12 Nov 2002 07:18:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4841E43E75; Tue, 12 Nov 2002 07:18:09 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACFFlmV087452; Tue, 12 Nov 2002 07:15:47 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACFFl3g087451; Tue, 12 Nov 2002 07:15:47 -0800 (PST) Message-Id: <200211121515.gACFFl3g087451@repoman.freebsd.org> From: Jimmy Olgeni Date: Tue, 12 Nov 2002 07:15:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/distel pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/12 07:15:47 PST Added files: devel/distel pkg-message Log: Add quick setup information. Revision Changes Path 1.1 +9 -0 ports/devel/distel/pkg-message (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 7:24:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A254737B401; Tue, 12 Nov 2002 07:24:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E95143E3B; Tue, 12 Nov 2002 07:24:41 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACFMJmV088229; Tue, 12 Nov 2002 07:22:19 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACFMJV0088228; Tue, 12 Nov 2002 07:22:19 -0800 (PST) Message-Id: <200211121522.gACFMJV0088228@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 12 Nov 2002 07:22:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/firewire/firewire Makefile src/sys/conf files src/sys/dev/firewire firewire.c firewirereg.h fwdev.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2002/11/12 07:22:19 PST Modified files: sys/modules/firewire/firewire Makefile sys/conf files sys/dev/firewire firewire.c firewirereg.h Added files: sys/dev/firewire fwdev.c Log: Split userland services to fwdev.c. Revision Changes Path 1.734 +1 -0 src/sys/conf/files 1.7 +5 -871 src/sys/dev/firewire/firewire.c 1.3 +2 -0 src/sys/dev/firewire/firewirereg.h 1.1 +916 -0 src/sys/dev/firewire/fwdev.c (new) 1.3 +1 -9 src/sys/modules/firewire/firewire/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 7:41:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C85D37B401; Tue, 12 Nov 2002 07:41:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1008E43E88; Tue, 12 Nov 2002 07:41:44 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACFdMmV089873; Tue, 12 Nov 2002 07:39:22 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACFdLR8089872; Tue, 12 Nov 2002 07:39:21 -0800 (PST) Message-Id: <200211121539.gACFdLR8089872@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 12 Nov 2002 07:39:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xnap/files wrapper.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/12 07:39:21 PST Modified files: audio/xnap/files wrapper.sh Log: Allow wrapper to receive command line arguments Revision Changes Path 1.2 +1 -1 ports/audio/xnap/files/wrapper.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 7:42:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C97437B401; Tue, 12 Nov 2002 07:42:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DFB043E42; Tue, 12 Nov 2002 07:42:20 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACFdwmV089918; Tue, 12 Nov 2002 07:39:58 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACFdwEM089917; Tue, 12 Nov 2002 07:39:58 -0800 (PST) Message-Id: <200211121539.gACFdwEM089917@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 12 Nov 2002 07:39:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/xnap Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/12 07:39:58 PST Modified files: audio/xnap Makefile distinfo Log: Update to 2.4 Beta 2 Revision Changes Path 1.13 +2 -2 ports/audio/xnap/Makefile 1.11 +1 -1 ports/audio/xnap/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 8:13:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5C4C37B401; Tue, 12 Nov 2002 08:13:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67FC243E6E; Tue, 12 Nov 2002 08:13:21 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACGAxmV092451; Tue, 12 Nov 2002 08:10:59 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACGAxLi092450; Tue, 12 Nov 2002 08:10:59 -0800 (PST) Message-Id: <200211121610.gACGAxLi092450@repoman.freebsd.org> From: Jimmy Olgeni Date: Tue, 12 Nov 2002 08:10:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/distel Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/12 08:10:59 PST Modified files: devel/distel Makefile distinfo pkg-plist Log: * Add postscript and PDF documentation (papers). * Add missing DOCSDIR to pkg-plist. Revision Changes Path 1.3 +9 -1 ports/devel/distel/Makefile 1.2 +2 -0 ports/devel/distel/distinfo 1.2 +3 -0 ports/devel/distel/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 Nov 12 8:21:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03DCA37B401; Tue, 12 Nov 2002 08:21:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A622343E4A; Tue, 12 Nov 2002 08:21:30 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACGJ8mV093234; Tue, 12 Nov 2002 08:19:08 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACGJ8pb093233; Tue, 12 Nov 2002 08:19:08 -0800 (PST) Message-Id: <200211121619.gACGJ8pb093233@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 12 Nov 2002 08:19:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/concorde Makefile ports/math/concorde/files patch-UTIL_urandom.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/11/12 08:19:08 PST Modified files: math/concorde Makefile Added files: math/concorde/files patch-UTIL_urandom.c Log: Fix "billenium" bug. PR: 44592 Submitted by: Ulrich Spoerlein Approved by: maintainer Revision Changes Path 1.3 +2 -1 ports/math/concorde/Makefile 1.1 +24 -0 ports/math/concorde/files/patch-UTIL_urandom.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 8:33: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75B9E37B401; Tue, 12 Nov 2002 08:33:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26F5043E6E; Tue, 12 Nov 2002 08:33:06 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACGUhmV094192; Tue, 12 Nov 2002 08:30:43 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACGUhrG094191; Tue, 12 Nov 2002 08:30:43 -0800 (PST) Message-Id: <200211121630.gACGUhrG094191@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 12 Nov 2002 08:30:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-Data-FormValidator Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/11/12 08:30:43 PST Modified files: textproc/p5-Data-FormValidator Makefile distinfo Log: Update to 1.91. PR: 44899 Submitted by: Seamus Venasse Revision Changes Path 1.7 +1 -1 ports/textproc/p5-Data-FormValidator/Makefile 1.7 +1 -1 ports/textproc/p5-Data-FormValidator/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 8:52:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4BB237B401; Tue, 12 Nov 2002 08:52:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6813943E75; Tue, 12 Nov 2002 08:52:41 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACGoJmV095926; Tue, 12 Nov 2002 08:50:19 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACGoJAX095925; Tue, 12 Nov 2002 08:50:19 -0800 (PST) Message-Id: <200211121650.gACGoJAX095925@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 12 Nov 2002 08:50:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/leafnode Makefile distinfo pkg-plist ports/news/leafnode/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/11/12 08:50:19 PST Modified files: news/leafnode Makefile distinfo pkg-plist Added files: news/leafnode/files patch-aa Log: * Pass maintainership to Matthias Andree. * Update to 1.9.29, which fixes a persistent SIGSEGV as upstream NNTP servers offer new newsgroups, and fixes having multiple upstream servers with the same name but different port. * Add another critical bugfix. PR: 45151 Submitted by: Matthias Andree Approved by: brian Revision Changes Path 1.26 +3 -2 ports/news/leafnode/Makefile 1.16 +1 -1 ports/news/leafnode/distinfo 1.1 +22 -0 ports/news/leafnode/files/patch-aa (new) 1.11 +2 -0 ports/news/leafnode/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 Nov 12 9: 1:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C41437B406; Tue, 12 Nov 2002 09:01:57 -0800 (PST) Received: from bast.unixathome.org (bast.unixathome.org [216.187.105.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 771E143E77; Tue, 12 Nov 2002 09:01:53 -0800 (PST) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 56C493F4B; Tue, 12 Nov 2002 12:01:52 -0500 (EST) From: "Dan Langille" To: Dag-Erling Smorgrav Date: Tue, 12 Nov 2002 12:01:52 -0500 MIME-Version: 1.0 Subject: Re: cvs commit: src/sbin/sysctl sysctl.8 src/sys/kern init_main.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <3DD0EDB0.6835.901DD137@localhost> In-reply-to: <200211121100.gACB0lbV085953@freefall.freebsd.org> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cvsweb.cgi indicates that this commit did not make it into the repo. I note the following with the commit: 1 - the timestamp shown below is invalid 2 - the message id is freefall not repoman On 12 Nov 2002 at 2:69, Dag-Erling Smorgrav wrote: > des 2002/11/12 02:69:42 PST > > Modified files: > sbin/sysctl sysctl.8 > sys/kern init_main.c > Log: > Add the kern.turbo sysctl, which makes the system run twice as fast. > Default to 0 (off) for backward compatibility. > > Revision Changes Path > 1.48 +1 -0 src/sbin/sysctl/sysctl.8 > 1.215 +3 -0 src/sys/kern/init_main.c > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > -- Dan Langille : http://www.langille.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 9: 2:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94F1437B401; Tue, 12 Nov 2002 09:02:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B39F843E97; Tue, 12 Nov 2002 09:02:54 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACH0WmV096780; Tue, 12 Nov 2002 09:00:32 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACH0WC6096779; Tue, 12 Nov 2002 09:00:32 -0800 (PST) Message-Id: <200211121700.gACH0WC6096779@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 12 Nov 2002 09:00:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-File-DirSync Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/11/12 09:00:32 PST Modified files: devel/p5-File-DirSync Makefile distinfo Log: Update to 1.07. PR: 44901 Submitted by: Seamus Venasse Revision Changes Path 1.4 +1 -1 ports/devel/p5-File-DirSync/Makefile 1.4 +1 -1 ports/devel/p5-File-DirSync/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 9: 8:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B50D637B401; Tue, 12 Nov 2002 09:08:42 -0800 (PST) Received: from mail1.qc.uunet.ca (mail1.qc.uunet.ca [198.168.54.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFC7F43E42; Tue, 12 Nov 2002 09:08:41 -0800 (PST) (envelope-from anarcat@espresso-com.com) Received: from xtanbul.studio.espresso-com.com ([216.94.147.57]) by mail1.qc.uunet.ca (8.10.2/8.10.2) with ESMTP id gACH8VZ13088; Tue, 12 Nov 2002 12:08:31 -0500 Received: from anarcat by xtanbul.studio.espresso-com.com with local (Exim 3.36 #1 (Debian)) id 18BeWT-0000D0-00; Tue, 12 Nov 2002 12:08:21 -0500 Date: Tue, 12 Nov 2002 12:08:21 -0500 From: The Anarcat To: Dan Langille Cc: Dag-Erling Smorgrav , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/sysctl sysctl.8 src/sys/kern init_main.c Message-ID: <20021112170820.GB32440@xtanbul.studio.espresso-com.com> Mail-Followup-To: Dan Langille , Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200211121100.gACB0lbV085953@freefall.freebsd.org> <3DD0EDB0.6835.901DD137@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3DD0EDB0.6835.901DD137@localhost> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Just in case you're really serious: This message is a joke, I think. A. On Tue Nov 12, 2002 at 12:01:52PM -0500, Dan Langille wrote: > cvsweb.cgi indicates that this commit did not make it into the repo. > I note the following with the commit: > > 1 - the timestamp shown below is invalid > 2 - the message id is freefall not repoman > > On 12 Nov 2002 at 2:69, Dag-Erling Smorgrav wrote: > > > des 2002/11/12 02:69:42 PST > > > > Modified files: > > sbin/sysctl sysctl.8 > > sys/kern init_main.c > > Log: > > Add the kern.turbo sysctl, which makes the system run twice as fast. > > Default to 0 (off) for backward compatibility. > > > > Revision Changes Path > > 1.48 +1 -0 src/sbin/sysctl/sysctl.8 > > 1.215 +3 -0 src/sys/kern/init_main.c > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe cvs-all" in the body of the message > > > > > -- > Dan Langille : http://www.langille.org/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 9: 9:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 895B937B401; Tue, 12 Nov 2002 09:09:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48E6443E6E; Tue, 12 Nov 2002 09:09:31 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACH78mV097026; Tue, 12 Nov 2002 09:07:08 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACH78r7097025; Tue, 12 Nov 2002 09:07:08 -0800 (PST) Message-Id: <200211121707.gACH78r7097025@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 12 Nov 2002 09:07:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/p5-HTML-FromText Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/11/12 09:07:08 PST Modified files: www Makefile Added files: www/p5-HTML-FromText Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Import HTML-FromText 1.005 Perl module. The text2html function marks up plain text as HTML. By default it converts HTML metacharacters into the corresponding entities. More sophisticated transformations, such as splitting the text into paragraphs or marking up bulleted lists, can be carried out by setting the appropriate options. PR: 44903 Submitted by: Seamus Venasse Revision Changes Path 1.561 +1 -0 ports/www/Makefile 1.1 +22 -0 ports/www/p5-HTML-FromText/Makefile (new) 1.1 +1 -0 ports/www/p5-HTML-FromText/distinfo (new) 1.1 +1 -0 ports/www/p5-HTML-FromText/pkg-comment (new) 1.1 +10 -0 ports/www/p5-HTML-FromText/pkg-descr (new) 1.1 +6 -0 ports/www/p5-HTML-FromText/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 9: 9:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F54637B401; Tue, 12 Nov 2002 09:09:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6D9043E4A; Tue, 12 Nov 2002 09:09:54 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACH7WmV097071; Tue, 12 Nov 2002 09:07:32 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACH7Whb097070; Tue, 12 Nov 2002 09:07:32 -0800 (PST) Message-Id: <200211121707.gACH7Whb097070@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 12 Nov 2002 09:07:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/11/12 09:07:32 PST Modified files: . modules Log: p5-HTML-FromText --> ports/www/p5-HTML-FromText Revision Changes Path 1.6219 +1 -0 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 Nov 12 9:13:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3985537B401; Tue, 12 Nov 2002 09:13:20 -0800 (PST) Received: from dragon.nuxi.com (trangmoi.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CA8343E8A; Tue, 12 Nov 2002 09:13:19 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id gACHDIXD060068; Tue, 12 Nov 2002 09:13:18 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.6/Submit) id gACHC3i4059996; Tue, 12 Nov 2002 09:12:03 -0800 (PST) Date: Tue, 12 Nov 2002 09:12:03 -0800 From: "David O'Brien" To: Robert Watson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/lukemftpd - Imported sources Message-ID: <20021112171203.GB59816@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200211120642.gAC6gfg0043798@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Nov 12, 2002 at 09:15:53AM -0500, Robert Watson wrote: > I don't supposes there's any chance this addresses any of the serious > problems I identified on arch@ regarding the feature completeness and > documentation correctness of lukemftpd on FreeBSD? You seem not to be > responding to my follow-up e-mails asking what the status of the problems > is, and also seem not to have applied the documentation fixes submitted in > PRs. And you're clearly aware of at least on of the PR's, as you are the > owner of it. Robert what exactly do you want me to do? Work with the vendor to fix things, or just pull everything off the vendor branch? Fine I'll do just that. > I am also very concerned regarding your changes to the warning message > I added to inetd.conf to suggest that the BSD ftpd be an alternate to > lukemftpd. Here is the change: RCS file: /home/ncvs/src/etc/inetd.conf,v diff -u -u -0 -r1.59 -r1.60 @@ -9,4 +9,4 @@ -# WARNING: lukemftpd does not support PAM, MAC, per-class nologin files, +# WARNING: lukemftpd does not utilize PAM, MAC, per-class nologin files, -# or any login.conf resource limits or features; use it only if this is +# or any login.conf resource limits or features. Use this ftpd only if this is -# appropriate for your environment. If you require these features, use +# appropriate for your environment. If you require these features, use -# the regular FreeBSD ftpd below. +# the alternate FreeBSD ftpd below. I felt the wording was a little harsh to LukeMftpd and thus on LukeM. I felt for developer-relations reasons it should be reworded a little. I also thought shorter sentances was better. I don't know why you are affended that Lukemftpd be called an alternate ftpd. We have lots of alternat ftpd's that come bundled with FreeBSD -- wuftpd, proftpd, and ncftpd are two others. > Lukemftpd *cannot* be the suggested FTPd. Why?? It works fine for many and I've seen many installations use it that find the "regular" ftpd *way* too feature limited for any ftp site on the naked Internet. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 9:13:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D752C37B401; Tue, 12 Nov 2002 09:13:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AC5743E42; Tue, 12 Nov 2002 09:13:54 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACHBWmV097751; Tue, 12 Nov 2002 09:11:32 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACHBWRM097750; Tue, 12 Nov 2002 09:11:32 -0800 (PST) Message-Id: <200211121711.gACHBWRM097750@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 12 Nov 2002 09:11:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire fwdev.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2002/11/12 09:11:32 PST Modified files: sys/dev/firewire fwdev.c Log: fix wording. Revision Changes Path 1.2 +1 -1 src/sys/dev/firewire/fwdev.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 9:15:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E24CC37B401; Tue, 12 Nov 2002 09:15:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92FBC43E42; Tue, 12 Nov 2002 09:15:17 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACHCtmV097812; Tue, 12 Nov 2002 09:12:55 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACHCtkN097811; Tue, 12 Nov 2002 09:12:55 -0800 (PST) Message-Id: <200211121712.gACHCtkN097811@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 12 Nov 2002 09:12:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-Lingua-EN-Sentence Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/11/12 09:12:55 PST Modified files: textproc/p5-Lingua-EN-Sentence Makefile distinfo Log: Update to 0.25. PR: 44905 Submitted by: Seamus Venasse Revision Changes Path 1.5 +4 -1 ports/textproc/p5-Lingua-EN-Sentence/Makefile 1.5 +1 -1 ports/textproc/p5-Lingua-EN-Sentence/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 9:18: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD53F37B401; Tue, 12 Nov 2002 09:18:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FCA843E4A; Tue, 12 Nov 2002 09:18:08 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACHFkmV097967; Tue, 12 Nov 2002 09:15:46 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACHFjm4097966; Tue, 12 Nov 2002 09:15:45 -0800 (PST) Message-Id: <200211121715.gACHFjm4097966@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 12 Nov 2002 09:15:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/p5-Business-ISBN Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/11/12 09:15:45 PST Modified files: misc/p5-Business-ISBN Makefile distinfo Log: Update to 1.70. PR: 44908 Submitted by: Seamus Venasse Revision Changes Path 1.3 +3 -2 ports/misc/p5-Business-ISBN/Makefile 1.3 +1 -1 ports/misc/p5-Business-ISBN/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 9:18:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E236537B401; Tue, 12 Nov 2002 09:18:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9596943E4A; Tue, 12 Nov 2002 09:18:42 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACHGKmV098024; Tue, 12 Nov 2002 09:16:20 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACHGKHI098023; Tue, 12 Nov 2002 09:16:20 -0800 (PST) Message-Id: <200211121716.gACHGKHI098023@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 12 Nov 2002 09:16:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire firewire.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2002/11/12 09:16:20 PST Modified files: sys/dev/firewire firewire.c Log: - Remove unused code. - Fix style. Revision Changes Path 1.8 +21 -183 src/sys/dev/firewire/firewire.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 9:20:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C73A37B401; Tue, 12 Nov 2002 09:20:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F236A43E3B; Tue, 12 Nov 2002 09:20:47 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACHIPmV098375; Tue, 12 Nov 2002 09:18:25 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACHIP0j098373; Tue, 12 Nov 2002 09:18:25 -0800 (PST) Message-Id: <200211121718.gACHIP0j098373@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 12 Nov 2002 09:18:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Log-TraceMessages Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/11/12 09:18:25 PST Modified files: devel/p5-Log-TraceMessages Makefile distinfo Log: Update to 1.2. PR: 44906 Submitted by: Seamus Venasse Revision Changes Path 1.2 +5 -1 ports/devel/p5-Log-TraceMessages/Makefile 1.2 +1 -1 ports/devel/p5-Log-TraceMessages/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 9:21:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D80837B401; Tue, 12 Nov 2002 09:21:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E304343E3B; Tue, 12 Nov 2002 09:21:43 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACHJLmV098688; Tue, 12 Nov 2002 09:19:21 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACHJL3Y098687; Tue, 12 Nov 2002 09:19:21 -0800 (PST) Message-Id: <200211121719.gACHJL3Y098687@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 12 Nov 2002 09:19:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire fwmem.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2002/11/12 09:19:21 PST Modified files: sys/dev/firewire fwmem.c Log: - Add fwmem_xfer_req() and use this in other functions. Revision Changes Path 1.4 +46 -50 src/sys/dev/firewire/fwmem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 9:28:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B442337B401; Tue, 12 Nov 2002 09:28:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6506743E4A; Tue, 12 Nov 2002 09:28:24 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACHQ2mV098958; Tue, 12 Nov 2002 09:26:02 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACHQ1PN098957; Tue, 12 Nov 2002 09:26:01 -0800 (PST) Message-Id: <200211121726.gACHQ1PN098957@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 12 Nov 2002 09:26:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Term-ProgressBar Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/11/12 09:26:01 PST Modified files: devel/p5-Term-ProgressBar Makefile distinfo Log: Update to 2.01. PR: 44907 Submitted by: Seamus Venasse Revision Changes Path 1.3 +1 -1 ports/devel/p5-Term-ProgressBar/Makefile 1.3 +1 -1 ports/devel/p5-Term-ProgressBar/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 9:33:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F03D237B401; Tue, 12 Nov 2002 09:33:07 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EAE943E3B; Tue, 12 Nov 2002 09:33:06 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id gACHWTOo043040; Tue, 12 Nov 2002 12:32:29 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Tue, 12 Nov 2002 12:32:29 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: "David O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/lukemftpd - Imported sources In-Reply-To: <20021112171203.GB59816@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 12 Nov 2002, David O'Brien wrote: > On Tue, Nov 12, 2002 at 09:15:53AM -0500, Robert Watson wrote: > > I don't supposes there's any chance this addresses any of the serious > > problems I identified on arch@ regarding the feature completeness and > > documentation correctness of lukemftpd on FreeBSD? You seem not to be > > responding to my follow-up e-mails asking what the status of the problems > > is, and also seem not to have applied the documentation fixes submitted in > > PRs. And you're clearly aware of at least on of the PR's, as you are the > > owner of it. > > Robert what exactly do you want me to do? I want you to either do the work necessary to make lukemftpd a reality in the base tree, or remove it. > Work with the vendor to fix things, or just pull everything off the > vendor branch? Fine I'll do just that. I'm not really interested in talking about the exact means by which you make lukemftpd real. If it means cleaning it up with the vendor before enabling it in the tree, fine. If it means taking it off the vendor branch, also fine. But if it's not ready to be in the tree, and you have no plans to address the problems, before the release, then it shouldn't be in the tree. > > I am also very concerned regarding your changes to the warning message > > I added to inetd.conf to suggest that the BSD ftpd be an alternate to > > lukemftpd. > > Here is the change: > RCS file: /home/ncvs/src/etc/inetd.conf,v > diff -u -u -0 -r1.59 -r1.60 > @@ -9,4 +9,4 @@ > -# WARNING: lukemftpd does not support PAM, MAC, per-class nologin files, > +# WARNING: lukemftpd does not utilize PAM, MAC, per-class nologin files, > > -# or any login.conf resource limits or features; use it only if this is > +# or any login.conf resource limits or features. Use this ftpd only if this is > > -# appropriate for your environment. If you require these features, use > +# appropriate for your environment. If you require these features, use > > -# the regular FreeBSD ftpd below. > +# the alternate FreeBSD ftpd below. > > I felt the wording was a little harsh to LukeMftpd and thus on LukeM. I > felt for developer-relations reasons it should be reworded a little. I > also thought shorter sentances was better. I'm not making any attempt to disparage Luke or his work, and I'm sensitive to the issue of appropriate phrasing. On the other hand, it's not me who has introduced the daemon into the tree such that it requires large warnings. > I don't know why you are affended that Lukemftpd be called an alternate > ftpd. We have lots of alternat ftpd's that come bundled with FreeBSD -- > wuftpd, proftpd, and ncftpd are two others. You haven't called lukemftpd the alternate, you've called the FreeBSD ftpd the alternate. You've also sorted it above the regular ftpd, and rejected the notion that we update the documentation to reflect that fact that it's not the ftpd. You've also ignored my requests to properly document the deficiences of lukemftpd in its man pages, or even properly distinguish the two: despite a submitted PR with all the necessary patches, the lukemftpd man pages consistently refer to it as ftpd(8). Indeed, lots of alternative FTP daemons do come with FreeBSD, and they're all in the ports collection. > > Lukemftpd *cannot* be the suggested FTPd. > > Why?? It works fine for many and I've seen many installations use it > that find the "regular" ftpd *way* too feature limited for any ftp site > on the naked Internet. As discussed on arch@, authenticating daemons supporting login mechanisms in FreeBSD all provide the following services: (1) Support for PAM (2) Support for login class resource limits (3) Support for other login.conf features, such as per-user nologin files (4) Support for OPIE (5) Support for Kerberos (according to the README) (6) Support for MAC (7) Last, but not least importantly, documentation that refers to the software by the correct name, rather than claiming its another piece of software. Right now, lukemftpd does none of these. As such, I've told you I believe lukemftpd is feature incomplete. If you aren't willing to do the work to make it integrated into the supported login and account management infrastructure, then you shouldn't have committed it to the tree. All of the other daemons integrated via contrib have these features. Even a moderate number of the FreeBSD ports collection daemons have been adapted to use these features on FreeBSD. You originally imported lukemftpd in July of 2001, and other than enabling the build in Feburary and MFC'ing it, you basically haven't touched it until this morning when you imported a new version that apparently doesn't fix any of the problems I pointed at. Look: I'm not saying lukemftpd is a bad piece of software. I'm just asking that you either integrate it properly with FreeBSD, or stop claiming that it's feature-ready. The least possible integration you could do is to properly document it as not supporting standard FreeBSD daemon features and to properly differentiate it from the FreeBSD ftpd. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 9:33:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CF4837B401; Tue, 12 Nov 2002 09:33:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B29B143E6E; Tue, 12 Nov 2002 09:33:34 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACHVCmV099694; Tue, 12 Nov 2002 09:31:12 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACHVCMX099693; Tue, 12 Nov 2002 09:31:12 -0800 (PST) Message-Id: <200211121731.gACHVCMX099693@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 12 Nov 2002 09:31:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc inetd.conf src/libexec Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/11/12 09:31:12 PST Modified files: etc inetd.conf libexec Makefile Log: [DAIVD O'BRIEN's OPINION] Head off what I think is an abuse of the TRB, and disable lukemftpd. Revision Changes Path 1.61 +0 -6 src/etc/inetd.conf 1.52 +4 -1 src/libexec/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 9:35:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1726A37B401; Tue, 12 Nov 2002 09:35:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD26F43E4A; Tue, 12 Nov 2002 09:35:10 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACHWmmV099770; Tue, 12 Nov 2002 09:32:48 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACHWmfg099769; Tue, 12 Nov 2002 09:32:48 -0800 (PST) Message-Id: <200211121732.gACHWmfg099769@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 12 Nov 2002 09:32:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc inetd.conf src/libexec Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/11/12 09:32:48 PST Modified files: (Branch: RELENG_4) etc inetd.conf libexec Makefile Log: MFC: disable lukemftpd until it better does the FreeBSD-thing. Revision Changes Path 1.44.2.16 +0 -1 src/etc/inetd.conf 1.42.2.5 +4 -1 src/libexec/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 9:42:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AA7337B401; Tue, 12 Nov 2002 09:42:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF7DC43E3B; Tue, 12 Nov 2002 09:42:07 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACHdjmV000725; Tue, 12 Nov 2002 09:39:45 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACHdj78000724; Tue, 12 Nov 2002 09:39:45 -0800 (PST) Message-Id: <200211121739.gACHdj78000724@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 12 Nov 2002 09:39:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/p5-DBIx-XHTML_Table Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/11/12 09:39:45 PST Modified files: databases/p5-DBIx-XHTML_Table Makefile distinfo Log: Update to 1.14. PR: 44898 Submitted by: Seamus Venasse Revision Changes Path 1.5 +1 -1 ports/databases/p5-DBIx-XHTML_Table/Makefile 1.5 +1 -1 ports/databases/p5-DBIx-XHTML_Table/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 9:53:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E251C37B401; Tue, 12 Nov 2002 09:53:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9689943E3B; Tue, 12 Nov 2002 09:53:25 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACHp3mV001635; Tue, 12 Nov 2002 09:51:03 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACHp3Z2001634; Tue, 12 Nov 2002 09:51:03 -0800 (PST) Message-Id: <200211121751.gACHp3Z2001634@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 12 Nov 2002 09:51:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/11/12 09:51:02 PST Modified files: release Makefile Log: release.9 for ia64 cannot be currently cross-built -- gpt(8) is built on ia64 only. Revision Changes Path 1.727 +2 -0 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 10:13:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEE4837B401; Tue, 12 Nov 2002 10:13:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7201243E4A; Tue, 12 Nov 2002 10:13:16 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACIArmV003287; Tue, 12 Nov 2002 10:10:53 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACIArm4003286; Tue, 12 Nov 2002 10:10:53 -0800 (PST) Message-Id: <200211121810.gACIArm4003286@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Nov 2002 10:10:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/fontconfig Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/12 10:10:53 PST Modified files: x11-fonts/fontconfig Makefile Log: The MASTER_SITE's DNS has changed. Make this port fetchable once more. Submitted by: Miklos Revision Changes Path 1.4 +1 -1 ports/x11-fonts/fontconfig/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 10:28: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17FC637B401; Tue, 12 Nov 2002 10:28:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC3D743E3B; Tue, 12 Nov 2002 10:27:59 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACIPbmV004240; Tue, 12 Nov 2002 10:25:37 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACIPbiU004239; Tue, 12 Nov 2002 10:25:37 -0800 (PST) Message-Id: <200211121825.gACIPbiU004239@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 12 Nov 2002 10:25:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/p5-Finance-QuoteHist Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/11/12 10:25:37 PST Modified files: misc/p5-Finance-QuoteHist Makefile distinfo Log: Update to 0.29. PR: 44902 Submitted by: Seamus Venasse Revision Changes Path 1.3 +1 -1 ports/misc/p5-Finance-QuoteHist/Makefile 1.3 +1 -1 ports/misc/p5-Finance-QuoteHist/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 10:31:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E116A37B401; Tue, 12 Nov 2002 10:31:16 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-146.dsl.lsan03.pacbell.net [63.207.60.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2960C43E6E; Tue, 12 Nov 2002 10:31:16 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id B6EAD66B33; Tue, 12 Nov 2002 10:30:13 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 9D05D1203; Tue, 12 Nov 2002 10:32:27 -0800 (PST) Date: Tue, 12 Nov 2002 10:32:27 -0800 From: Kris Kennaway To: SADA Kenji Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/japanese/xjman Makefile Message-ID: <20021112183221.GA78365@rot13.obsecurity.org> References: <200211111707.gABH7KTv072388@repoman.freebsd.org> <20021111212627.GA73890@rot13.obsecurity.org> <20021112195135.1ab72d8c.sada@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qxx1br4bt0+wmkIi" Content-Disposition: inline In-Reply-To: <20021112195135.1ab72d8c.sada@FreeBSD.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 12, 2002 at 07:51:35PM +0900, SADA Kenji wrote: > On Mon, 11 Nov 2002 13:26:28 -0800 > Kris Kennaway wrote: >=20 > > On Mon, Nov 11, 2002 at 09:07:20AM -0800, SADA Kenji wrote: > > > sada 2002/11/11 09:07:20 PST > > >=20 > > > Modified files: > > > japanese/xjman Makefile=20 > > > Log: > > > Unbreak: REINPLACE_CMD, actualy sed, uses different RE from perl. > > > Submitted by: SAKAMOTO Seiji > > > Failed by: edwin > >=20 > > The challenge is making this work with BOTH perl and sed, because perl > > will still be used in certain situations. >=20 > Really? REINPLACE_CMD would always be replaced with sed or variant. > It looks a challange to avoid innecessity dependencies to perl. Oops, I was mis-remembering an earlier state of bsd.port.mk. It looks like it now does use sed -i always. Kris --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE90Uk1Wry0BWjoQKURAovsAJ98zTi2tr6V4LLIwPRgGbcJtSBqfACeNhGl rfjVgD59B/rc6gJlGjyThRI= =lr9h -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 10:32:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3999B37B404; Tue, 12 Nov 2002 10:32:44 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-146.dsl.lsan03.pacbell.net [63.207.60.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6B7D43E42; Tue, 12 Nov 2002 10:32:43 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id B947466B33; Tue, 12 Nov 2002 10:32:42 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id BF10B1203; Tue, 12 Nov 2002 10:34:57 -0800 (PST) Date: Tue, 12 Nov 2002 10:34:57 -0800 From: Kris Kennaway To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/sysctl sysctl.8 src/sys/kern init_main.c Message-ID: <20021112183457.GB78365@rot13.obsecurity.org> References: <200211121100.gACB0lbV085953@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GRPZ8SYKNexpdSJ7" Content-Disposition: inline In-Reply-To: <200211121100.gACB0lbV085953@freefall.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --GRPZ8SYKNexpdSJ7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 12, 2002 at 03:09:42AM -0800, Dag-Erling Smorgrav wrote: > des 2002/11/12 02:69:42 PST >=20 > Modified files: > sbin/sysctl sysctl.8 > sys/kern init_main.c > Log: > Add the kern.turbo sysctl, which makes the system run twice as fast. > Default to 0 (off) for backward compatibility. Why did you hard-code this to twice as fast??! Shouldn't the speed multiplier be a sysctl (or loader tunable)? Please back this out!!! Kris --GRPZ8SYKNexpdSJ7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE90UnRWry0BWjoQKURAiv3AJ4mxlGi4tgXzL7nXxyjftMrS89xvACfeyJ7 pQvdExxPrdcPvR8hrMkarSk= =aIvW -----END PGP SIGNATURE----- --GRPZ8SYKNexpdSJ7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 10:33:14 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 3F14437B401; Tue, 12 Nov 2002 10:33:13 -0800 (PST) Date: Tue, 12 Nov 2002 10:33:13 -0800 From: Juli Mallett To: Kris Kennaway Cc: Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/sysctl sysctl.8 src/sys/kern init_main.c Message-ID: <20021112103313.A81221@FreeBSD.org> References: <200211121100.gACB0lbV085953@freefall.freebsd.org> <20021112183457.GB78365@rot13.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021112183457.GB78365@rot13.obsecurity.org>; from kris@obsecurity.org on Tue, Nov 12, 2002 at 10:34:57AM -0800 Organisation: The FreeBSD Project X-Alternate-Addresses: , , , , X-Towel: Yes X-LiveJournal: flata, jmallett X-Negacore: Yes Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * De: Kris Kennaway [ Data: 2002-11-12 ] [ Subjecte: Re: cvs commit: src/sbin/sysctl sysctl.8 src/sys/kern init_main.c ] > On Tue, Nov 12, 2002 at 03:09:42AM -0800, Dag-Erling Smorgrav wrote: > > des 2002/11/12 02:69:42 PST > > > > Modified files: > > sbin/sysctl sysctl.8 > > sys/kern init_main.c > > Log: > > Add the kern.turbo sysctl, which makes the system run twice as fast. > > Default to 0 (off) for backward compatibility. > > Why did you hard-code this to twice as fast??! Shouldn't the speed > multiplier be a sysctl (or loader tunable)? Please back this out!!! The sysctl should be printed in green. -- Juli Mallett OpenDarwin, Mono, FreeBSD Developer. FreeBSD on MIPS-Anything on FreeBSD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 10:34:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29FD037B401; Tue, 12 Nov 2002 10:34:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF86943E77; Tue, 12 Nov 2002 10:34:54 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACIWWmV004996; Tue, 12 Nov 2002 10:32:32 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACIWWI5004995; Tue, 12 Nov 2002 10:32:32 -0800 (PST) Message-Id: <200211121832.gACIWWI5004995@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 12 Nov 2002 10:32:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-HTML-StickyQuery Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/11/12 10:32:32 PST Modified files: www/p5-HTML-StickyQuery Makefile distinfo Log: Update to 0.10. PR: 44904 Submitted by: Seamus Venasse Revision Changes Path 1.3 +1 -1 ports/www/p5-HTML-StickyQuery/Makefile 1.3 +1 -1 ports/www/p5-HTML-StickyQuery/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 11: 0:19 2002 Delivered-To: cvs-all@freebsd.org Received: from green.bikeshed.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6395F37B401; Tue, 12 Nov 2002 11:00:18 -0800 (PST) Received: from green.bikeshed.org (i6du457s3uh1vgjk@green.bikeshed.org [10.0.0.1] (may be forged)) by green.bikeshed.org (8.12.6/8.12.6) with ESMTP id gACJ0H56079775; Tue, 12 Nov 2002 14:00:17 -0500 (EST) (envelope-from green@green.bikeshed.org) Received: from localhost (green@localhost) by green.bikeshed.org (8.12.6/8.12.6/Submit) with ESMTP id gACJ0GfS079771; Tue, 12 Nov 2002 14:00:17 -0500 (EST) Message-Id: <200211121900.gACJ0GfS079771@green.bikeshed.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Juli Mallett Cc: Kris Kennaway , Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/sysctl sysctl.8 src/sys/kern init_main.c In-Reply-To: Your message of "Tue, 12 Nov 2002 10:33:13 PST." <20021112103313.A81221@FreeBSD.org> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 12 Nov 2002 14:00:16 -0500 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Juli Mallett wrote: > * De: Kris Kennaway [ Data: 2002-11-12 ] > [ Subjecte: Re: cvs commit: src/sbin/sysctl sysctl.8 src/sys/kern init_main.c ] > > On Tue, Nov 12, 2002 at 03:09:42AM -0800, Dag-Erling Smorgrav wrote: > > > des 2002/11/12 02:69:42 PST > > > > > > Modified files: > > > sbin/sysctl sysctl.8 > > > sys/kern init_main.c > > > Log: > > > Add the kern.turbo sysctl, which makes the system run twice as fast. > > > Default to 0 (off) for backward compatibility. > > > > Why did you hard-code this to twice as fast??! Shouldn't the speed > > multiplier be a sysctl (or loader tunable)? Please back this out!!! > > The sysctl should be printed in green. I'd prefer all current any any future sysctls continue to remain printed outside of me; thanks! -- Brian Fundakowski Feldman \'[ FreeBSD ]''''''''''\ <> green@FreeBSD.org <> bfeldman@tislabs.com \ The Power to Serve! \ Opinions expressed are my own. \,,,,,,,,,,,,,,,,,,,,,,\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 11: 4:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D29837B401; Tue, 12 Nov 2002 11:04:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C284E43E42; Tue, 12 Nov 2002 11:04:12 -0800 (PST) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACJ1omV007510; Tue, 12 Nov 2002 11:01:50 -0800 (PST) (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACJ1nwI007509; Tue, 12 Nov 2002 11:01:49 -0800 (PST) Message-Id: <200211121901.gACJ1nwI007509@repoman.freebsd.org> From: Archie Cobbs Date: Tue, 12 Nov 2002 11:01:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_writev.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/11/12 11:01:49 PST Modified files: lib/libc_r/uthread uthread_writev.c Log: Fix bogus return values from libc_r's writev() routine in situations where a partial-write is followed by an error. PR: 43335 MFC after: 3 days Revision Changes Path 1.21 +21 -6 src/lib/libc_r/uthread/uthread_writev.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 11:22:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9530837B401; Tue, 12 Nov 2002 11:22:45 -0800 (PST) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1676543E3B; Tue, 12 Nov 2002 11:22:45 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id LAA27383; Tue, 12 Nov 2002 11:25:57 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id LAA27376; Tue, 12 Nov 2002 11:25:53 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Date: Tue, 12 Nov 2002 11:25:52 -0800 (PST) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Ying-Chieh Liao Cc: cvs-all@freebsd.org Subject: Re: cvs commit: ports/archivers/parchive Makefile distinfo ports/archivers/parchive/files Makefile In-Reply-To: <200211111802.gABI2aVi077766@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 11 Nov 2002, Ying-Chieh Liao wrote: # ijliao 2002/11/11 10:02:36 PST # # Modified files: # archivers/parchive Makefile distinfo # archivers/parchive/files Makefile # Log: # upgrade to 1.1 # # Submitted by: chkno This appears to take care of PR ports/44952 (update port parchive from v1.0 to v1.1). It also has an updated WWW line. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 11:32:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 129C637B401; Tue, 12 Nov 2002 11:32:23 -0800 (PST) Received: from vcksi3.nw.wakwak.com (vcksi3.nw.wakwak.com [211.132.129.144]) by mx1.FreeBSD.org (Postfix) with SMTP id 4198F43E75; Tue, 12 Nov 2002 11:32:22 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from bf.wakwak.com (bf.wakwak.com [211.132.128.101:25]) by vcksi3.nw.wakwak.com (Postfix) with ESMTP id 5BC853FE07; Wed, 13 Nov 2002 04:32:20 +0900 (JST) Received: from polus.lan (sada.as.wakwak.ne.jp [61.115.78.20]) by bf.wakwak.com (8.12.6/8.12.6/2002-09-12) with SMTP id gACJWIsX040919; Wed, 13 Nov 2002 04:32:19 +0900 (JST) (envelope-from sada@FreeBSD.org) Date: Wed, 13 Nov 2002 04:32:17 +0900 From: SADA Kenji To: Joseph Scott Cc: sada@FreeBSD.org, cvs-all@FreeBSD.org, ryan@wonko.com Subject: Re: cvs commit: ports/www Makefile ports/www/notftp Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Message-Id: <20021113043217.3abc9854.sada@FreeBSD.org> In-Reply-To: References: <200211092111.gA9LBpLt009439@repoman.freebsd.org> Organization: Private X-Mailer: Sylpheed version 0.8.5 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 11 Nov 2002 09:50:23 -0800 (PST) Joseph Scott wrote: > You might want to import PR ports/43982 (New port: www/notftp), > which has version 1.3 of notftp. It was submitted by the same person. I'll try it, thanks. -- SADA Kenji To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 11:32:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2133637B401; Tue, 12 Nov 2002 11:32:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7D4643E75; Tue, 12 Nov 2002 11:32:23 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACJU0mV009892; Tue, 12 Nov 2002 11:30:00 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACJU0oZ009891; Tue, 12 Nov 2002 11:30:00 -0800 (PST) Message-Id: <200211121930.gACJU0oZ009891@repoman.freebsd.org> From: John Baldwin Date: Tue, 12 Nov 2002 11:30:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/i386 dokern.sh drivers.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/11/12 11:30:00 PST Modified files: release/i386 dokern.sh drivers.conf Log: Make 'agp', 'tun', and 'if_txp' be modules on the mfsroot floppy instead of just removing them from BOOTMFS using dokern.sh. Revision Changes Path 1.72 +0 -3 src/release/i386/dokern.sh 1.15 +3 -0 src/release/i386/drivers.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 11:39:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39DB637B401; Tue, 12 Nov 2002 11:39:20 -0800 (PST) Received: from pebkac.owp.csus.edu (pebkac.owp.csus.edu [130.86.232.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3D1243E7B; Tue, 12 Nov 2002 11:39:19 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Received: (from root@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3) id LAA27673; Tue, 12 Nov 2002 11:42:21 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Received: from localhost (scottj@localhost) by pebkac.owp.csus.edu (8.9.3/8.9.3av) with ESMTP id LAA27666; Tue, 12 Nov 2002 11:42:18 -0800 (PST) (envelope-from joseph.scott@owp.csus.edu) Date: Tue, 12 Nov 2002 11:42:18 -0800 (PST) From: Joseph Scott X-Sender: scottj@pebkac.owp.csus.edu To: Tilman Linneweh Cc: cvs-all@freebsd.org, Tadashi Yumoto Subject: Re: cvs commit: ports/editors/em Makefile pkg-descr ports/editors/em/files patch-Makefile patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah In-Reply-To: <200211121237.gACCbkSr074029@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-10 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 12 Nov 2002, Tilman Linneweh wrote: # arved 2002/11/12 04:37:46 PST # # Modified files: # editors/em Makefile pkg-descr # Added files: # editors/em/files patch-Makefile patch-ab patch-ac patch-ad # patch-ae patch-af patch-ag patch-ah # Log: # Update to 0.9.0.17 # # PR 33386 # Submitted by: Tadashi Yumoto This appears to be the samething as PR ports/43598 (Update port: editors/em fixed bug tab set macro control and added -h option), submitted by the same person. -Joseph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 12: 8:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DBA037B401; Tue, 12 Nov 2002 12:08:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0134843E75; Tue, 12 Nov 2002 12:08:24 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACK60mV012632; Tue, 12 Nov 2002 12:06:00 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACK60xR012631; Tue, 12 Nov 2002 12:06:00 -0800 (PST) Message-Id: <200211122006.gACK60xR012631@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Nov 2002 12:06:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gthumb2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/12 12:06:00 PST Modified files: graphics/gthumb2 Makefile Log: Fix a segfault when changing the layout in preferences. Revision Changes Path 1.7 +1 -0 ports/graphics/gthumb2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 12: 8:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D21237B401; Tue, 12 Nov 2002 12:08:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E0E243E3B; Tue, 12 Nov 2002 12:08:46 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACK6NmV012664; Tue, 12 Nov 2002 12:06:23 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACK6NYn012663; Tue, 12 Nov 2002 12:06:23 -0800 (PST) Message-Id: <200211122006.gACK6NYn012663@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Nov 2002 12:06:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gthumb2/files patch-src_gthumb-window.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/12 12:06:23 PST Added files: graphics/gthumb2/files patch-src_gthumb-window.c Log: Add the patch mentioned in the previous commit. Revision Changes Path 1.1 +11 -0 ports/graphics/gthumb2/files/patch-src_gthumb-window.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 12:29:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FC3D37B401; Tue, 12 Nov 2002 12:29:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5246843E4A; Tue, 12 Nov 2002 12:29:16 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACKQrmV014307; Tue, 12 Nov 2002 12:26:53 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACKQr3S014306; Tue, 12 Nov 2002 12:26:53 -0800 (PST) Message-Id: <200211122026.gACKQr3S014306@repoman.freebsd.org> From: John Baldwin Date: Tue, 12 Nov 2002 12:26:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall label.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/11/12 12:26:53 PST Modified files: usr.sbin/sysinstall label.c Log: When setting the mountpoint name, remember any previous setting of the newfs flag for this partition. PR: bin/31837 Reported by: Oliver Breuninger Revision Changes Path 1.123 +7 -2 src/usr.sbin/sysinstall/label.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 12:42:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A67837B401; Tue, 12 Nov 2002 12:42:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A6CC43E6E; Tue, 12 Nov 2002 12:42:39 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACKeGmV015937; Tue, 12 Nov 2002 12:40:16 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACKeF2C015936; Tue, 12 Nov 2002 12:40:15 -0800 (PST) Message-Id: <200211122040.gACKeF2C015936@repoman.freebsd.org> From: John Baldwin Date: Tue, 12 Nov 2002 12:40:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall label.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/11/12 12:40:15 PST Modified files: usr.sbin/sysinstall label.c Log: Doh, fix a bug in previous commit. The default is to newfs for new partitions, not to !newfs. Revision Changes Path 1.124 +1 -1 src/usr.sbin/sysinstall/label.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 12:47: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0556537B401; Tue, 12 Nov 2002 12:47:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADC7243E42; Tue, 12 Nov 2002 12:47:01 -0800 (PST) (envelope-from hsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACKicmV016078; Tue, 12 Nov 2002 12:44:38 -0800 (PST) (envelope-from hsu@repoman.freebsd.org) Received: (from hsu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACKicrW016077; Tue, 12 Nov 2002 12:44:38 -0800 (PST) Message-Id: <200211122044.gACKicrW016077@repoman.freebsd.org> From: Jeffrey Hsu Date: Tue, 12 Nov 2002 12:44:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_pcb.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hsu 2002/11/12 12:44:38 PST Modified files: sys/netinet in_pcb.h Log: Turn off duplicate lock checking for inp locks because udp_input() intentionally locks two inp records simultaneously. Revision Changes Path 1.57 +1 -1 src/sys/netinet/in_pcb.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 12:49:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1C1937B401; Tue, 12 Nov 2002 12:49:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 837F943E3B; Tue, 12 Nov 2002 12:49:16 -0800 (PST) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACKkrmV016250; Tue, 12 Nov 2002 12:46:53 -0800 (PST) (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACKkr1E016249; Tue, 12 Nov 2002 12:46:53 -0800 (PST) Message-Id: <200211122046.gACKkr1E016249@repoman.freebsd.org> From: Archie Cobbs Date: Tue, 12 Nov 2002 12:46:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_write.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/11/12 12:46:53 PST Modified files: (Branch: RELENG_4) lib/libc_r/uthread uthread_write.c Log: MFC: (rev. 1.21) Fix bogus return values from libc_r's write(). Revision Changes Path 1.16.2.6 +21 -6 src/lib/libc_r/uthread/uthread_write.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 12:51:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A69937B401; Tue, 12 Nov 2002 12:51:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CD1B43E3B; Tue, 12 Nov 2002 12:51:13 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACKmomV016716; Tue, 12 Nov 2002 12:48:50 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACKmnYb016714; Tue, 12 Nov 2002 12:48:49 -0800 (PST) Message-Id: <200211122048.gACKmnYb016714@repoman.freebsd.org> From: John Baldwin Date: Tue, 12 Nov 2002 12:48:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall label.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/11/12 12:48:49 PST Modified files: usr.sbin/sysinstall label.c Log: Do a bit of cleanup. new_part() basically ignored the passed in size argument as of revision 1.52 (July 12, 1996, about a month after I graduated from high school) when 'newfs -u' support was axed, so remove it. This also allows us to remove a hack in the create partition case where we created the partition twice since we didn't have the size the first time. Revision Changes Path 1.125 +11 -19 src/usr.sbin/sysinstall/label.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 13: 7:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C064E37B401; Tue, 12 Nov 2002 13:07:26 -0800 (PST) Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id E362443E77; Tue, 12 Nov 2002 13:07:21 -0800 (PST) (envelope-from bmah@employees.org) Received: from bmah.dyndns.org ([12.233.149.189]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021112210715.ZVMC15364.rwcrmhc53.attbi.com@bmah.dyndns.org>; Tue, 12 Nov 2002 21:07:15 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.6/8.12.6) with ESMTP id gACL7GIQ015583; Tue, 12 Nov 2002 13:07:16 -0800 (PST) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.6/8.12.6/Submit) id gACL7G8R015582; Tue, 12 Nov 2002 13:07:16 -0800 (PST) Message-Id: <200211122107.gACL7G8R015582@intruder.bmah.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: John Baldwin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/sysinstall label.c In-Reply-To: <200211122048.gACKmnYb016714@repoman.freebsd.org> References: <200211122048.gACKmnYb016714@repoman.freebsd.org> Comments: In-reply-to John Baldwin message dated "Tue, 12 Nov 2002 12:48:49 -0800." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-1723290796P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Tue, 12 Nov 2002 13:07:15 -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_-1723290796P Content-Type: text/plain; charset=us-ascii If memory serves me right, John Baldwin wrote: > Do a bit of cleanup. new_part() basically ignored the passed in size > argument as of revision 1.52 (July 12, 1996, about a month after I ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > graduated from high school) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Geez, John, thanks for making me feel old. :-p Bruce. --==_Exmh_-1723290796P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE90W2D2MoxcVugUsMRAiTGAJ0asQbJ+Nn0gvSjv1Dwwqr6586XYACfYcBo g6WEk2ZdvpXrBlN86W3XD6k= =FPO6 -----END PGP SIGNATURE----- --==_Exmh_-1723290796P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 13:12:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3F0737B401; Tue, 12 Nov 2002 13:12:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5000E43E4A; Tue, 12 Nov 2002 13:12:09 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACL9kmV018565; Tue, 12 Nov 2002 13:09:46 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACL9koe018564; Tue, 12 Nov 2002 13:09:46 -0800 (PST) Message-Id: <200211122109.gACL9koe018564@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Nov 2002 13:09:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/tcl83 Makefile distinfo ports/lang/tcl83/files patch-aa patch-configure patch-tcl.m4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/11/12 13:09:45 PST Modified files: lang/tcl83 Makefile distinfo lang/tcl83/files patch-aa patch-configure Removed files: lang/tcl83/files patch-tcl.m4 Log: - Update to 8.3.5 Revision Changes Path 1.53 +3 -4 ports/lang/tcl83/Makefile 1.20 +1 -1 ports/lang/tcl83/distinfo 1.21 +18 -22 ports/lang/tcl83/files/patch-aa 1.6 +22 -14 ports/lang/tcl83/files/patch-configure 1.4 +0 -22 ports/lang/tcl83/files/patch-tcl.m4 (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 13:12:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C87137B401; Tue, 12 Nov 2002 13:12:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D1D443E4A; Tue, 12 Nov 2002 13:12:22 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACL9wmV018598; Tue, 12 Nov 2002 13:09:58 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACL9wJC018597; Tue, 12 Nov 2002 13:09:58 -0800 (PST) Message-Id: <200211122109.gACL9wJC018597@repoman.freebsd.org> From: John Baldwin Date: Tue, 12 Nov 2002 13:09:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall label.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/11/12 13:09:58 PST Modified files: usr.sbin/sysinstall label.c Log: Try to cleanup the non-interactive disk labeling code a bit. Rework the loop that runs through the environment variables to be a bit more intuitive. Also, change some 'continue's in failure cases to 'break's instead. If we are going to fail, we should just do it. PR: bin/40654 Submitted by: Thomas Zenker (partially) Revision Changes Path 1.126 +38 -48 src/usr.sbin/sysinstall/label.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 13:13:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFDF837B401; Tue, 12 Nov 2002 13:13:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DB9B43E75; Tue, 12 Nov 2002 13:13:39 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACLBGmV018716; Tue, 12 Nov 2002 13:11:16 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACLBGuP018715; Tue, 12 Nov 2002 13:11:16 -0800 (PST) Message-Id: <200211122111.gACLBGuP018715@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Nov 2002 13:11:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/tk83 Makefile distinfo ports/x11-toolkits/tk83/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/11/12 13:11:16 PST Modified files: x11-toolkits/tk83 Makefile distinfo x11-toolkits/tk83/files patch-aa patch-ab Log: - Update to 8.3.5 Revision Changes Path 1.53 +2 -3 ports/x11-toolkits/tk83/Makefile 1.19 +1 -1 ports/x11-toolkits/tk83/distinfo 1.15 +23 -22 ports/x11-toolkits/tk83/files/patch-aa 1.20 +26 -20 ports/x11-toolkits/tk83/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 13:15: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AB7C37B401; Tue, 12 Nov 2002 13:15:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CA8A43E4A; Tue, 12 Nov 2002 13:15:06 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACLChmV018773; Tue, 12 Nov 2002 13:12:43 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACLChni018772; Tue, 12 Nov 2002 13:12:43 -0800 (PST) Message-Id: <200211122112.gACLChni018772@repoman.freebsd.org> From: John Baldwin Date: Tue, 12 Nov 2002 13:12:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall label.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/11/12 13:12:42 PST Modified files: usr.sbin/sysinstall label.c Log: Remove a line that set the status to success. We already do that at the beginning, so the best this could achieve would be to mask an earlier failure. Break instead of continue for another failure case. Revision Changes Path 1.127 +1 -2 src/usr.sbin/sysinstall/label.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 13:16: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B8F737B401; Tue, 12 Nov 2002 13:16:06 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A1F843E75; Tue, 12 Nov 2002 13:16:05 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id gACLFROo052093; Tue, 12 Nov 2002 16:15:28 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Tue, 12 Nov 2002 16:15:27 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Jeffrey Hsu Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet in_pcb.h In-Reply-To: <200211122044.gACKicrW016077@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks! Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Tue, 12 Nov 2002, Jeffrey Hsu wrote: > hsu 2002/11/12 12:44:38 PST > > Modified files: > sys/netinet in_pcb.h > Log: > Turn off duplicate lock checking for inp locks because udp_input() > intentionally locks two inp records simultaneously. > > Revision Changes Path > 1.57 +1 -1 src/sys/netinet/in_pcb.h > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 13:16: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74F4D37B404; Tue, 12 Nov 2002 13:16:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26FB743E8A; Tue, 12 Nov 2002 13:16:06 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACLDgmV018834; Tue, 12 Nov 2002 13:13:42 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACLDg1k018833; Tue, 12 Nov 2002 13:13:42 -0800 (PST) Message-Id: <200211122113.gACLDg1k018833@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Nov 2002 13:13:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/tcl84 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/11/12 13:13:42 PST Modified files: lang/tcl84 Makefile distinfo Log: - Update to 8.4.1 Revision Changes Path 1.61 +1 -1 ports/lang/tcl84/Makefile 1.24 +1 -1 ports/lang/tcl84/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 13:16:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 874B237B404; Tue, 12 Nov 2002 13:16:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAC0B43E75; Tue, 12 Nov 2002 13:16:23 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACLE0mV018873; Tue, 12 Nov 2002 13:14:00 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACLE0ke018870; Tue, 12 Nov 2002 13:14:00 -0800 (PST) Message-Id: <200211122114.gACLE0ke018870@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 12 Nov 2002 13:14:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ruby-libexif Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/12 13:14:00 PST Modified files: graphics/ruby-libexif Makefile distinfo pkg-plist Log: Update to 0.1.1. Revision Changes Path 1.2 +3 -4 ports/graphics/ruby-libexif/Makefile 1.2 +1 -1 ports/graphics/ruby-libexif/distinfo 1.2 +1 -0 ports/graphics/ruby-libexif/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 Nov 12 13:16:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6568637B410 for ; Tue, 12 Nov 2002 13:16:34 -0800 (PST) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id ED5C843E4A for ; Tue, 12 Nov 2002 13:16:31 -0800 (PST) (envelope-from Gerhard.Sittig@gmx.net) Received: (qmail 23577 invoked by uid 0); 12 Nov 2002 21:16:30 -0000 Received: from p509102af.dip0.t-ipconnect.de (HELO mail.gsinet.sittig.org) (80.145.2.175) by mail.gmx.net (mp009-rz3) with SMTP; 12 Nov 2002 21:16:30 -0000 Received: (qmail 17203 invoked from network); 12 Nov 2002 21:09:07 -0000 Received: from shell.gsinet.sittig.org (192.168.11.153) by mail.gsinet.sittig.org with SMTP; 12 Nov 2002 21:09:07 -0000 Received: (from sittig@localhost) by shell.gsinet.sittig.org (8.11.3/8.11.3) id gACL90c17190 for cvs-all@FreeBSD.org; Tue, 12 Nov 2002 22:09:00 +0100 (CET) (envelope-from sittig) Date: Tue, 12 Nov 2002 22:09:00 +0100 From: Gerhard Sittig To: cvs-all@FreeBSD.org Subject: Re: wd(4) reference in 4.7-STABLE (was: cvs commit: src/release/doc/en_US.ISO8859-1/installation/common trouble.sgml) Message-ID: <20021112220900.H4807@shell.gsinet.sittig.org> References: <200211091831.gA9IVWsB094272@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200211091831.gA9IVWsB094272@repoman.freebsd.org>; from ue@FreeBSD.org on Sat, Nov 09, 2002 at 10:31:32AM -0800 Organization: System Defenestrators Inc. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Nov 09, 2002 at 10:31 -0800, Udo Erdelhoff wrote: > > Modified files: > release/doc/en_US.ISO8859-1/installation/common trouble.sgml > Log: > Change a forgotten wd to ad Which reminds me: There is still a wd(4) reference around in 4.7-STABLE (or was it even newly introduced? this sysctl does not exist in 4.5-RELEASE). Boot a system from an IDE disk and issue the command sysctl -a | grep /dev/wd For me this results in machdep.guessed_bootdev: /dev/wd0s4a This sysctl is declared in src/sys/{i386,pc98}/i386/machdep.c and src/sbin/sysctl/sysctl.c maps its numerical presentation to some nice text in its machdep_bootdev() routine. Only few places in userland reference this variable (mostly picobsd start scripts). But those who do will run into some "/dev/wd0s4a: No such file or directory" error. All the C code only seems to pass this variable around (and transforms it to its display representation) but does not set its value. Is src/sys/i386/i386/locore.s the one to place a "wrong" value into the _bootdev global? The newboot: and olddiskboot: labels seem to get some information on their stack and pass it to the kernel C code, but I'm too unfamiliar with assembly and the boot code to help here. All I could do was to grep the source. If this is all known already and the "guessed" part of the sysctl's name should be a strong hint to its non reliable character feel free to ignore me. :) Or say so in your reply and the archive will hold the answer, too, for the next person to ask this question. But then it might be worth considering to remove the "wd" entry from the maj2name[] array in sysctl.c and have it print out the "unknown" text instead of referencing obsolete devices. virtually yours 82D1 9B9C 01DC 4FB4 D7B4 61BE 3F49 4F77 72DE DA76 Gerhard Sittig true | mail -s "get gpg key" Gerhard.Sittig@gmx.net -- If you don't understand or are scared by any of the above ask your parents or an adult to help you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 13:20:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E4E337B401; Tue, 12 Nov 2002 13:20:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D390D43E42; Tue, 12 Nov 2002 13:20:45 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACLIMmV019258; Tue, 12 Nov 2002 13:18:22 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACLIMmC019255; Tue, 12 Nov 2002 13:18:22 -0800 (PST) Message-Id: <200211122118.gACLIMmC019255@repoman.freebsd.org> From: Peter Wemm Date: Tue, 12 Nov 2002 13:18:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/sysctl sysctl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/11/12 13:18:22 PST Modified files: sbin/sysctl sysctl.c Log: Fix a "bug" in sysctl(8). Limit the length when we print a string from the kernel rather than ignoring the length and keeping on going till we finally hit a \0 character in the buffer. Revision Changes Path 1.48 +1 -1 src/sbin/sysctl/sysctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 13:21:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3635537B404; Tue, 12 Nov 2002 13:21:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC04A43E75; Tue, 12 Nov 2002 13:21:17 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACLIsmV019507; Tue, 12 Nov 2002 13:18:54 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACLIsU3019504; Tue, 12 Nov 2002 13:18:54 -0800 (PST) Message-Id: <200211122118.gACLIsU3019504@repoman.freebsd.org> From: John Baldwin Date: Tue, 12 Nov 2002 13:18:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall label.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/11/12 13:18:54 PST Modified files: usr.sbin/sysinstall label.c Log: Use a clean flags variable when creating chunks from scripts instead of leaking flags from earlier chunks into later ones. PR: bin/40655 Submitted by: Thomas Zenker Revision Changes Path 1.128 +2 -3 src/usr.sbin/sysinstall/label.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 13:29:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC15837B404; Tue, 12 Nov 2002 13:29:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BA7243E42; Tue, 12 Nov 2002 13:29:35 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACLRCmV019894; Tue, 12 Nov 2002 13:27:12 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACLRCAW019893; Tue, 12 Nov 2002 13:27:12 -0800 (PST) Message-Id: <200211122127.gACLRCAW019893@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 12 Nov 2002 13:27:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/pari Makefile ports/math/pari/files patch-config_arch-osname X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/11/12 13:27:12 PST Modified files: math/pari Makefile Added files: math/pari/files patch-config_arch-osname Log: Fix platform detection for non-i386 case. Build successfully tested on alpha. Revision Changes Path 1.26 +0 -2 ports/math/pari/Makefile 1.1 +23 -0 ports/math/pari/files/patch-config_arch-osname (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 13:31:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC36937B401; Tue, 12 Nov 2002 13:31:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5748E43E88; Tue, 12 Nov 2002 13:31:50 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACLTRmV020571; Tue, 12 Nov 2002 13:29:27 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACLTRek020570; Tue, 12 Nov 2002 13:29:27 -0800 (PST) Message-Id: <200211122129.gACLTRek020570@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 12 Nov 2002 13:29:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/ruby-tserver Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/12 13:29:26 PST Modified files: net Makefile Added files: net/ruby-tserver Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ruby-tserver, a Ruby library for writing a preforking server like Apache. Revision Changes Path 1.875 +1 -0 ports/net/Makefile 1.1 +32 -0 ports/net/ruby-tserver/Makefile (new) 1.1 +1 -0 ports/net/ruby-tserver/distinfo (new) 1.1 +1 -0 ports/net/ruby-tserver/pkg-comment (new) 1.1 +4 -0 ports/net/ruby-tserver/pkg-descr (new) 1.1 +6 -0 ports/net/ruby-tserver/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 13:32: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01D5237B406; Tue, 12 Nov 2002 13:32:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB18F43E3B; Tue, 12 Nov 2002 13:32:00 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACLTbmV020608; Tue, 12 Nov 2002 13:29:37 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACLTbwn020607; Tue, 12 Nov 2002 13:29:37 -0800 (PST) Message-Id: <200211122129.gACLTbwn020607@repoman.freebsd.org> From: Akinori MUSHA Date: Tue, 12 Nov 2002 13:29:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/12 13:29:37 PST Modified files: . modules Log: ruby-tserver --> ports/net/ruby-tserver Revision Changes Path 1.6220 +1 -0 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 Nov 12 13:35:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E610137B401; Tue, 12 Nov 2002 13:35:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E4EB43E8A; Tue, 12 Nov 2002 13:35:47 -0800 (PST) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACLXNmV020767; Tue, 12 Nov 2002 13:33:23 -0800 (PST) (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACLXNYo020766; Tue, 12 Nov 2002 13:33:23 -0800 (PST) Message-Id: <200211122133.gACLXNYo020766@repoman.freebsd.org> From: Gerald Pfeifer Date: Tue, 12 Nov 2002 13:33:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/bibtex2html Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gerald 2002/11/12 13:33:23 PST Modified files: textproc/bibtex2html Makefile distinfo Log: Update to version 1.56, which fixes a severe bug in bib2bib. Approved by: obrien (mentor) Revision Changes Path 1.4 +1 -1 ports/textproc/bibtex2html/Makefile 1.4 +1 -1 ports/textproc/bibtex2html/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 14:12:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D83F437B401; Tue, 12 Nov 2002 14:12:29 -0800 (PST) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B68843E3B; Tue, 12 Nov 2002 14:12:25 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id RAA07142; Tue, 12 Nov 2002 17:12:20 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id gACMBo950012; Tue, 12 Nov 2002 17:11:50 -0500 (EST) (envelope-from gallatin@cs.duke.edu) Date: Tue, 12 Nov 2002 17:11:50 -0500 From: Andrew Gallatin To: Mark Peek Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h Message-ID: <20021112171150.A49985@grasshopper.cs.duke.edu> References: <200211021817.gA2IHt4E059146@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200211021817.gA2IHt4E059146@repoman.freebsd.org>; from mp@FreeBSD.org on Sat, Nov 02, 2002 at 10:17:55AM -0800 X-Operating-System: FreeBSD 4.4-RELEASE on an i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mark Peek [mp@FreeBSD.org] wrote: > mp 2002/11/02 10:17:55 PST > > Modified files: (Branch: RELENG_4) > sys/dev/bge if_bge.c if_bgereg.h > Log: > MFC: Add support for the BCM5703x chips. I do not have one of these > cards to test; however the submitter reports that this patch works > with the on-board interface on the IBM x235 server. > > Approved by: jdp Can you also MFC the relavent phy code so that the 5703's phy is supported, please? A collegue has one, and it probes as follows: bge0: mem 0xf8ff0000-0xf8ffffff irq 10 at device 1.0 on pci2 bge0: Ethernet address: 00:02:55:67:0c:3a miibus0: on bge0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Needless to say, this limits it to 100Mb. I do it myself, but I don't have one, and I've never been anywhere near the phy code. Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 14:17:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1B6437B404; Tue, 12 Nov 2002 14:17:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6163943E4A; Tue, 12 Nov 2002 14:17:21 -0800 (PST) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACMEvmV024240; Tue, 12 Nov 2002 14:14:57 -0800 (PST) (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACMEvg8024239; Tue, 12 Nov 2002 14:14:57 -0800 (PST) Message-Id: <200211122214.gACMEvg8024239@repoman.freebsd.org> From: Martin Heinen Date: Tue, 12 Nov 2002 14:14:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/de_DE.ISO8859-1/books/faq book.sgml doc/de_DE.ISO8859-1/books/handbook/boot chapter.sgml doc/de_DE.ISO8859-1/books/handbook/cutting-edge chapter.sgml doc/de_DE.ISO8859-1/books/handbook/disks chapter.sgml doc/de_DE.ISO8859-1/books/handbook/mirrors chapter.sgml doc/de_DE.ISO8859-1/books/handbook/eresources chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mheinen 2002/11/12 14:14:57 PST Modified files: de_DE.ISO8859-1/books/faq book.sgml de_DE.ISO8859-1/books/handbook/boot chapter.sgml de_DE.ISO8859-1/books/handbook/cutting-edge chapter.sgml de_DE.ISO8859-1/books/handbook/disks chapter.sgml de_DE.ISO8859-1/books/handbook/mirrors chapter.sgml de_DE.ISO8859-1/books/handbook/eresources chapter.sgml Log: MFbed: books/faq/book.sgml: 1.488 -> 1.490 books/handbook/boot/chapter.sgml: 1.44 -> 1.46 books/handbook/cutting-edge/chapter.sgml: 1.140 -> 1.149 books/handbook/disks/chapter.sgml: 1.112 -> 1.114 books/handbook/mirrors/chapter.sgml: 1.245 -> 1.247 books/handbook/eresources/chapter.sgml: 1.101 -> 1.102 Approved by: alex (mentor) Revision Changes Path 1.25 +9 -12 doc/de_DE.ISO8859-1/books/faq/book.sgml 1.11 +5 -2 doc/de_DE.ISO8859-1/books/handbook/boot/chapter.sgml 1.6 +8 -8 doc/de_DE.ISO8859-1/books/handbook/cutting-edge/chapter.sgml 1.15 +5 -5 doc/de_DE.ISO8859-1/books/handbook/disks/chapter.sgml 1.5 +211 -8 doc/de_DE.ISO8859-1/books/handbook/eresources/chapter.sgml 1.6 +416 -8 doc/de_DE.ISO8859-1/books/handbook/mirrors/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 14:17:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7ACDA37B404; Tue, 12 Nov 2002 14:17:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2886243E3B; Tue, 12 Nov 2002 14:17:31 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACMF7mV024297; Tue, 12 Nov 2002 14:15:07 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACMF7ig024296; Tue, 12 Nov 2002 14:15:07 -0800 (PST) Message-Id: <200211122215.gACMF7ig024296@repoman.freebsd.org> From: Adam Weinberger Date: Tue, 12 Nov 2002 14:15:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/grc Makefile distinfo pkg-plist ports/misc/grc/files patch-grc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG adamw 2002/11/12 14:15:07 PST Modified files: misc/grc Makefile distinfo pkg-plist misc/grc/files patch-grc Log: Update grc 1.0.2 -> 1.0.4 Approved by: pat Revision Changes Path 1.7 +3 -3 ports/misc/grc/Makefile 1.3 +1 -1 ports/misc/grc/distinfo 1.2 +9 -9 ports/misc/grc/files/patch-grc 1.2 +1 -0 ports/misc/grc/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 Nov 12 14:18:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7113037B401; Tue, 12 Nov 2002 14:18:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20B5043E4A; Tue, 12 Nov 2002 14:18:48 -0800 (PST) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACMGOmV024367; Tue, 12 Nov 2002 14:16:24 -0800 (PST) (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACMGO3k024366; Tue, 12 Nov 2002 14:16:24 -0800 (PST) Message-Id: <200211122216.gACMGO3k024366@repoman.freebsd.org> From: Martin Heinen Date: Tue, 12 Nov 2002 14:16:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/de_DE.ISO8859-1/books/handbook/mail chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mheinen 2002/11/12 14:16:24 PST Modified files: de_DE.ISO8859-1/books/handbook/mail chapter.sgml Log: Sync with the FreeBSD German Documentation Project new translation: books/handbook/mail/chapter.sgml Submitted by: Robert Drehmel Approved by: alex (mentor) Revision Changes Path 1.2 +1156 -9 doc/de_DE.ISO8859-1/books/handbook/mail/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 14:28:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EEAF37B401; Tue, 12 Nov 2002 14:28:15 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id A84E643E42; Tue, 12 Nov 2002 14:28:14 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.5) with ESMTP id gACMSDen060331 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Tue, 12 Nov 2002 17:28:13 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.5/Submit) id gACMSDK3060328; Tue, 12 Nov 2002 17:28:13 -0500 (EST) (envelope-from wollman) Date: Tue, 12 Nov 2002 17:28:13 -0500 (EST) From: Garrett Wollman Message-Id: <200211122228.gACMSDK3060328@khavrinen.lcs.mit.edu> To: Kris Kennaway Cc: SADA Kenji , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/japanese/xjman Makefile In-Reply-To: <20021112183221.GA78365@rot13.obsecurity.org> References: <200211111707.gABH7KTv072388@repoman.freebsd.org> <20021111212627.GA73890@rot13.obsecurity.org> <20021112195135.1ab72d8c.sada@FreeBSD.org> <20021112183221.GA78365@rot13.obsecurity.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > Oops, I was mis-remembering an earlier state of bsd.port.mk. It looks > like it now does use sed -i always. This can actually turn out to be important, because POSIX and Perl regular expressions only match the same strings by accident. (The Perl semantics are much cleaner, and actually comprehensible. POSIX tried very hard to formalize regular expressions and didn't quite get it right.) -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 14:32:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4B4037B401; Tue, 12 Nov 2002 14:32:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4793D43E42; Tue, 12 Nov 2002 14:32:25 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACMU1mV025828; Tue, 12 Nov 2002 14:30:01 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACMU1kh025827; Tue, 12 Nov 2002 14:30:01 -0800 (PST) Message-Id: <200211122230.gACMU1kh025827@repoman.freebsd.org> From: Robert Watson Date: Tue, 12 Nov 2002 14:30:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil login_class.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/11/12 14:30:01 PST Modified files: lib/libutil login_class.c Log: Add LOGIN_SETMAC to the list of flags that can't be set without class information, since we rely on the pwd entry to know what MAC labels to set as part of the login process. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.21 +1 -1 src/lib/libutil/login_class.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 14:33:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EACA037B401; Tue, 12 Nov 2002 14:33:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AFB243E4A; Tue, 12 Nov 2002 14:33:53 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACMVUmV025908; Tue, 12 Nov 2002 14:31:30 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACMVUks025907; Tue, 12 Nov 2002 14:31:30 -0800 (PST) Message-Id: <200211122231.gACMVUks025907@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Nov 2002 14:31:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/rep-gtk2 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/12 14:31:30 PST Modified files: x11-toolkits/rep-gtk2 Makefile distinfo Log: Update to 0.17. Revision Changes Path 1.41 +2 -2 ports/x11-toolkits/rep-gtk2/Makefile 1.18 +1 -1 ports/x11-toolkits/rep-gtk2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 14:34:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2408137B401; Tue, 12 Nov 2002 14:34:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2C4543E4A; Tue, 12 Nov 2002 14:34:32 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACMW9mV025970; Tue, 12 Nov 2002 14:32:09 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACMW9vl025969; Tue, 12 Nov 2002 14:32:09 -0800 (PST) Message-Id: <200211122232.gACMW9vl025969@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Nov 2002 14:32:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/sawfish2 Makefile distinfo pkg-plist ports/x11-wm/sawfish2/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/12 14:32:09 PST Modified files: x11-wm/sawfish2 Makefile distinfo pkg-plist x11-wm/sawfish2/files patch-configure Log: Update to 1.2 and bump PORTEPOCH. Yes, 1.2 is actually newer than 2.0. Revision Changes Path 1.65 +9 -10 ports/x11-wm/sawfish2/Makefile 1.38 +1 -1 ports/x11-wm/sawfish2/distinfo 1.2 +18 -21 ports/x11-wm/sawfish2/files/patch-configure 1.39 +7 -4 ports/x11-wm/sawfish2/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 Nov 12 15: 1: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F60237B401; Tue, 12 Nov 2002 15:01:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FC4943E42; Tue, 12 Nov 2002 15:01:08 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACMwimV028219; Tue, 12 Nov 2002 14:58:44 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACMwi0o028216; Tue, 12 Nov 2002 14:58:44 -0800 (PST) Message-Id: <200211122258.gACMwi0o028216@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Nov 2002 14:58:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/linc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/12 14:58:44 PST Modified files: net/linc Makefile distinfo Log: Update to 0.5.5. Revision Changes Path 1.24 +1 -1 ports/net/linc/Makefile 1.11 +1 -1 ports/net/linc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 15: 1:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1735237B401; Tue, 12 Nov 2002 15:01:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC0A243E3B; Tue, 12 Nov 2002 15:01:22 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACMwxmV028370; Tue, 12 Nov 2002 14:58:59 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACMwwBA028368; Tue, 12 Nov 2002 14:58:58 -0800 (PST) Message-Id: <200211122258.gACMwwBA028368@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Nov 2002 14:58:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ORBit2 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/12 14:58:58 PST Modified files: devel/ORBit2 Makefile distinfo Log: Update to 2.4.4. Revision Changes Path 1.81 +1 -1 ports/devel/ORBit2/Makefile 1.34 +1 -1 ports/devel/ORBit2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 15: 6:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6ABE37B401; Tue, 12 Nov 2002 15:06:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6482C43E77; Tue, 12 Nov 2002 15:06:42 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACN4ImV028605; Tue, 12 Nov 2002 15:04:18 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACN4Imn028604; Tue, 12 Nov 2002 15:04:18 -0800 (PST) Message-Id: <200211122304.gACN4Imn028604@repoman.freebsd.org> From: SADA Kenji Date: Tue, 12 Nov 2002 15:04:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/notftp Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/12 15:04:18 PST Modified files: www/notftp Makefile distinfo pkg-comment pkg-descr pkg-plist Removed files: www/notftp pkg-message Log: Upgrade to version 1.3 PR: ports/43982 Submitted by: maintainer Notified about the PR: Joseph Scott Revision Changes Path 1.2 +1 -4 ports/www/notftp/Makefile 1.2 +1 -1 ports/www/notftp/distinfo 1.2 +1 -1 ports/www/notftp/pkg-comment 1.2 +6 -4 ports/www/notftp/pkg-descr 1.2 +0 -5 ports/www/notftp/pkg-message (dead) 1.2 +8 -0 ports/www/notftp/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 Nov 12 15: 8:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6958037B401; Tue, 12 Nov 2002 15:08:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7E9E43E6E; Tue, 12 Nov 2002 15:08:57 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACN6YmV028790; Tue, 12 Nov 2002 15:06:34 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACN6YZi028789; Tue, 12 Nov 2002 15:06:34 -0800 (PST) Message-Id: <200211122306.gACN6YZi028789@repoman.freebsd.org> From: Oliver Braun Date: Tue, 12 Nov 2002 15:06:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/vnc Makefile ports/net/vnc/files patch-Xvnc-programs-Xserver-os-osinit.c patch-Xvnc-programs-Xserver-os-transport.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/11/12 15:06:34 PST Modified files: net/vnc Makefile Added files: net/vnc/files patch-Xvnc-programs-Xserver-os-osinit.c patch-Xvnc-programs-Xserver-os-transport.c Log: * Fix build on -current. * Change ports@freebsd.org to ports@FreeBSD.org while I'm here. PR: ports/45122 Submitted by: Volker Stolz Revision Changes Path 1.28 +1 -1 ports/net/vnc/Makefile 1.1 +10 -0 ports/net/vnc/files/patch-Xvnc-programs-Xserver-os-osinit.c (new) 1.1 +10 -0 ports/net/vnc/files/patch-Xvnc-programs-Xserver-os-transport.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 15:11:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C56637B401; Tue, 12 Nov 2002 15:11:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0DCA43E6E; Tue, 12 Nov 2002 15:11:33 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACN9AmV029435; Tue, 12 Nov 2002 15:09:10 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACN9AXf029434; Tue, 12 Nov 2002 15:09:10 -0800 (PST) Message-Id: <200211122309.gACN9AXf029434@repoman.freebsd.org> From: Oliver Braun Date: Tue, 12 Nov 2002 15:09:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xbindkeys Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/11/12 15:09:10 PST Modified files: x11/xbindkeys Makefile distinfo Log: Upgrade to 1.6.0. Revision Changes Path 1.22 +1 -1 ports/x11/xbindkeys/Makefile 1.14 +1 -1 ports/x11/xbindkeys/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 15:27:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47EC237B401; Tue, 12 Nov 2002 15:27:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05CD643E6E; Tue, 12 Nov 2002 15:27:34 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACNPAmV030480; Tue, 12 Nov 2002 15:25:10 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACNPAK1030479; Tue, 12 Nov 2002 15:25:10 -0800 (PST) Message-Id: <200211122325.gACNPAK1030479@repoman.freebsd.org> From: Oliver Braun Date: Tue, 12 Nov 2002 15:25:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/xsysstats Makefile distinfo ports/sysutils/xsysstats/files patch-Makefile.in patch-aa patch-ab patch-xsysstats.c patch-xsysstats.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/11/12 15:25:10 PST Modified files: sysutils/xsysstats Makefile distinfo Added files: sysutils/xsysstats/files patch-Makefile.in patch-xsysstats.c patch-xsysstats.h Removed files: sysutils/xsysstats/files patch-aa patch-ab Log: Upgrade to 1.51. PR: ports/45155 Submitted by: Volker Stolz Revision Changes Path 1.24 +9 -2 ports/sysutils/xsysstats/Makefile 1.2 +1 -1 ports/sysutils/xsysstats/distinfo 1.1 +12 -0 ports/sysutils/xsysstats/files/patch-Makefile.in (new) 1.3 +0 -11 ports/sysutils/xsysstats/files/patch-aa (dead) 1.2 +0 -12 ports/sysutils/xsysstats/files/patch-ab (dead) 1.1 +8 -0 ports/sysutils/xsysstats/files/patch-xsysstats.c (new) 1.1 +24 -0 ports/sysutils/xsysstats/files/patch-xsysstats.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 15:37:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 314EB37B401; Tue, 12 Nov 2002 15:37:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF3BF43E3B; Tue, 12 Nov 2002 15:37:12 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gACNYnmV031335; Tue, 12 Nov 2002 15:34:49 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gACNYnt3031334; Tue, 12 Nov 2002 15:34:49 -0800 (PST) Message-Id: <200211122334.gACNYnt3031334@repoman.freebsd.org> From: Oliver Braun Date: Tue, 12 Nov 2002 15:34:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ap-utils Makefile distinfo pkg-plist ports/net/ap-utils/files patch-aa patch-ab patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/11/12 15:34:49 PST Modified files: net/ap-utils Makefile distinfo pkg-plist net/ap-utils/files patch-aa Removed files: net/ap-utils/files patch-ab patch-ac Log: Upgrade to 1.2. PR: ports/45172 Submitted by: maintainer Revision Changes Path 1.4 +2 -2 ports/net/ap-utils/Makefile 1.4 +1 -1 ports/net/ap-utils/distinfo 1.3 +14 -16 ports/net/ap-utils/files/patch-aa 1.2 +0 -10 ports/net/ap-utils/files/patch-ab (dead) 1.2 +0 -12 ports/net/ap-utils/files/patch-ac (dead) 1.4 +3 -2 ports/net/ap-utils/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 Nov 12 16: 7: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9AA537B401; Tue, 12 Nov 2002 16:07:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BEE343E9E; Tue, 12 Nov 2002 16:07:00 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD04amV033857; Tue, 12 Nov 2002 16:04:36 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD04aBp033856; Tue, 12 Nov 2002 16:04:36 -0800 (PST) Message-Id: <200211130004.gAD04aBp033856@repoman.freebsd.org> From: Christian Weisgerber Date: Tue, 12 Nov 2002 16:04:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-EasyTCP Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/11/12 16:04:36 PST Modified files: net/p5-EasyTCP Makefile distinfo pkg-plist Log: Update to 0.16. PR: 44900 Submitted by: Seamus Venasse Revision Changes Path 1.5 +1 -1 ports/net/p5-EasyTCP/Makefile 1.5 +1 -1 ports/net/p5-EasyTCP/distinfo 1.3 +2 -0 ports/net/p5-EasyTCP/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 Nov 12 16:11:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8E3F37B401; Tue, 12 Nov 2002 16:11:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55B9743E7B; Tue, 12 Nov 2002 16:11:32 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD098mV034569; Tue, 12 Nov 2002 16:09:08 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD098t9034568; Tue, 12 Nov 2002 16:09:08 -0800 (PST) Message-Id: <200211130009.gAD098t9034568@repoman.freebsd.org> From: Peter Wemm Date: Tue, 12 Nov 2002 16:09:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf majors X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/11/12 16:09:08 PST Modified files: (Branch: RELENG_4) sys/conf majors Log: Sync with -current. Unfortunately (AARGH!), pst uses a different major number in 4.x and 5.x, and conflicts with a major that is allocated to something else in -current. Revision Changes Path 1.98.2.19 +19 -5 src/sys/conf/majors To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 16:22:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC62737B401; Tue, 12 Nov 2002 16:22:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EA0D43E6E; Tue, 12 Nov 2002 16:22:40 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD0KGmV035462; Tue, 12 Nov 2002 16:20:16 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD0KGoU035461; Tue, 12 Nov 2002 16:20:16 -0800 (PST) Message-Id: <200211130020.gAD0KGoU035461@repoman.freebsd.org> From: Peter Wemm Date: Tue, 12 Nov 2002 16:20:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf majors X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/11/12 16:20:16 PST Modified files: (Branch: RELENG_4) sys/conf majors Log: To avoid any future confusion, point to the copy in -current rather than including an inevitibly stale version. Only list the 'for local use' numbers. Revision Changes Path 1.98.2.20 +8 -189 src/sys/conf/majors To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 16:27:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E302637B401; Tue, 12 Nov 2002 16:27:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93EBC43E3B; Tue, 12 Nov 2002 16:27:25 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD0P1mV035596; Tue, 12 Nov 2002 16:25:01 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD0P1HU035595; Tue, 12 Nov 2002 16:25:01 -0800 (PST) Message-Id: <200211130025.gAD0P1HU035595@repoman.freebsd.org> From: Peter Wemm Date: Tue, 12 Nov 2002 16:25:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf majors X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/11/12 16:25:01 PST Modified files: sys/conf majors Log: Note that 101 is unused, rather than leave it out of the file. Add some historical information. This can be removed as majors are recycled. Revision Changes Path 1.149 +4 -1 src/sys/conf/majors To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 16:59:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B18E37B401; Tue, 12 Nov 2002 16:59:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AF3443E4A; Tue, 12 Nov 2002 16:59:13 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD0unmV038210; Tue, 12 Nov 2002 16:56:49 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD0unZ7038209; Tue, 12 Nov 2002 16:56:49 -0800 (PST) Message-Id: <200211130056.gAD0unZ7038209@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 12 Nov 2002 16:56:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gstreamer Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/12 16:56:49 PST Modified files: graphics/gstreamer Makefile distinfo pkg-plist Log: Update to 0.4.2 Submitted by: marcus Revision Changes Path 1.5 +6 -11 ports/graphics/gstreamer/Makefile 1.3 +1 -1 ports/graphics/gstreamer/distinfo 1.3 +2 -0 ports/graphics/gstreamer/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 Nov 12 17:39:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB6CB37B401; Tue, 12 Nov 2002 17:39:37 -0800 (PST) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 786D143E4A; Tue, 12 Nov 2002 17:39:36 -0800 (PST) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 1B4EA518FD; Wed, 13 Nov 2002 12:09:34 +1030 (CST) Date: Wed, 13 Nov 2002 12:09:34 +1030 From: Greg 'groggy' Lehey To: Dan Langille Cc: Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/sysctl sysctl.8 src/sys/kern init_main.c Message-ID: <20021113013934.GN46066@wantadilla.lemis.com> References: <200211121100.gACB0lbV085953@freefall.freebsd.org> <3DD0EDB0.6835.901DD137@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3DD0EDB0.6835.901DD137@localhost> User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday, 12 November 2002 at 12:01:52 -0500, Dan Langille wrote: > On 12 Nov 2002 at 2:69, Dag-Erling Smorgrav wrote: > >> des 2002/11/12 02:69:42 PST >> >> Modified files: >> sbin/sysctl sysctl.8 >> sys/kern init_main.c >> Log: >> Add the kern.turbo sysctl, which makes the system run twice as fast. >> Default to 0 (off) for backward compatibility. >> >> Revision Changes Path >> 1.48 +1 -0 src/sbin/sysctl/sysctl.8 >> 1.215 +3 -0 src/sys/kern/init_main.c > > cvsweb.cgi indicates that this commit did not make it into the repo. > I note the following with the commit: > > 1 - the timestamp shown below is invalid > 2 - the message id is freefall not repoman /me hands dvl a dose of humour. -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 17:40:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2DF137B401; Tue, 12 Nov 2002 17:40:54 -0800 (PST) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B7CE43E75; Tue, 12 Nov 2002 17:40:53 -0800 (PST) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 9703F518FE; Wed, 13 Nov 2002 12:10:51 +1030 (CST) Date: Wed, 13 Nov 2002 12:10:51 +1030 From: Greg 'groggy' Lehey To: Juli Mallett Cc: Kris Kennaway , Dag-Erling Smorgrav , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/sysctl sysctl.8 src/sys/kern init_main.c Message-ID: <20021113014051.GO46066@wantadilla.lemis.com> References: <200211121100.gACB0lbV085953@freefall.freebsd.org> <20021112183457.GB78365@rot13.obsecurity.org> <20021112103313.A81221@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021112103313.A81221@FreeBSD.org> User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday, 12 November 2002 at 10:33:13 -0800, Juli Mallett wrote: > * De: Kris Kennaway [ Data: 2002-11-12 ] > [ Subjecte: Re: cvs commit: src/sbin/sysctl sysctl.8 src/sys/kern init_main.c ] >> On Tue, Nov 12, 2002 at 03:09:42AM -0800, Dag-Erling Smorgrav wrote: >>> des 2002/11/12 02:69:42 PST >>> >>> Modified files: >>> sbin/sysctl sysctl.8 >>> sys/kern init_main.c >>> Log: >>> Add the kern.turbo sysctl, which makes the system run twice as fast. >>> Default to 0 (off) for backward compatibility. >> >> Why did you hard-code this to twice as fast??! Shouldn't the speed >> multiplier be a sysctl (or loader tunable)? Please back this out!!! > > The sysctl should be printed in green. No, that's bike shed colour. I want a separate sysctl to define the colour. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 17:41:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C6BA37B401; Tue, 12 Nov 2002 17:41:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC70A43E75; Tue, 12 Nov 2002 17:41:27 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD1d3mV042171; Tue, 12 Nov 2002 17:39:03 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD1d3FJ042167; Tue, 12 Nov 2002 17:39:03 -0800 (PST) Message-Id: <200211130139.gAD1d3FJ042167@repoman.freebsd.org> From: Nate Lawson Date: Tue, 12 Nov 2002 17:39:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/echo echo.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG njl 2002/11/12 17:39:03 PST Modified files: bin/echo echo.c Log: Put echo on a diet, removing unnecessary use of stdio and getopt. Before... -r-xr-xr-x 1 root wheel 58636 Oct 28 05:16 /bin/echo After... -rwxr-xr-x 1 root wheel 12824 Nov 12 17:39 /usr/obj/usr/src/bin/echo/echo Submitted by: Tim Kientzle Revision Changes Path 1.14 +8 -9 src/bin/echo/echo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 17:43:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B560B37B401; Tue, 12 Nov 2002 17:43:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 624A743E4A; Tue, 12 Nov 2002 17:43:38 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD1fEmV042326; Tue, 12 Nov 2002 17:41:14 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD1fERV042325; Tue, 12 Nov 2002 17:41:14 -0800 (PST) Message-Id: <200211130141.gAD1fERV042325@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 12 Nov 2002 17:41:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/parchive pkg-descr ports/archivers/parchive/files Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/12 17:41:14 PST Modified files: archivers/parchive pkg-descr archivers/parchive/files Makefile Log: 1. update WWW 2. SRC is ".c" , not ".o" PR: 44952 Submitted by: "Remco van 't Veer" Revision Changes Path 1.4 +1 -1 ports/archivers/parchive/files/Makefile 1.2 +2 -2 ports/archivers/parchive/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 Nov 12 17:45:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0372937B401; Tue, 12 Nov 2002 17:45:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4485F43E4A; Tue, 12 Nov 2002 17:45:09 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD1gjmV042406; Tue, 12 Nov 2002 17:42:45 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD1gjKx042405; Tue, 12 Nov 2002 17:42:45 -0800 (PST) Message-Id: <200211130142.gAD1gjKx042405@repoman.freebsd.org> From: SADA Kenji Date: Tue, 12 Nov 2002 17:42:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/postgresql-tcltk Makefile ports/databases/postgresql-tcltk/files patch-libpgtcl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/12 17:42:44 PST Modified files: databases/postgresql-tcltk Makefile Added files: databases/postgresql-tcltk/files patch-libpgtcl Log: fix for different tcl versions PR: ports/42010 Submitted by: unknown -- see the PR Approved by: maintainer Revision Changes Path 1.3 +8 -2 ports/databases/postgresql-tcltk/Makefile 1.1 +9 -0 ports/databases/postgresql-tcltk/files/patch-libpgtcl (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 17:45:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E4B337B401; Tue, 12 Nov 2002 17:45:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4E0243E42; Tue, 12 Nov 2002 17:45:23 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD1gxmV042438; Tue, 12 Nov 2002 17:42:59 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD1gxdH042437; Tue, 12 Nov 2002 17:42:59 -0800 (PST) Message-Id: <200211130142.gAD1gxdH042437@repoman.freebsd.org> From: Peter Wemm Date: Tue, 12 Nov 2002 17:42:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf majors X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/11/12 17:42:59 PST Modified files: sys/conf majors Log: Major #46 was also MIA. Revision Changes Path 1.150 +1 -0 src/sys/conf/majors To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 17:48:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB71337B401; Tue, 12 Nov 2002 17:48:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EC0E43E8A; Tue, 12 Nov 2002 17:48:38 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD1kDmV043433; Tue, 12 Nov 2002 17:46:13 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD1kDiU043432; Tue, 12 Nov 2002 17:46:13 -0800 (PST) Message-Id: <200211130146.gAD1kDiU043432@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 12 Nov 2002 17:46:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/rawrec Makefile ports/audio/rawrec/files patch-play.c patch-record.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/12 17:46:13 PST Modified files: audio/rawrec Makefile Added files: audio/rawrec/files patch-play.c patch-record.c Log: fix mlockall usage on -current PR: 44951 Submitted by: Volker Stolz Revision Changes Path 1.7 +1 -1 ports/audio/rawrec/Makefile 1.1 +11 -0 ports/audio/rawrec/files/patch-play.c (new) 1.1 +11 -0 ports/audio/rawrec/files/patch-record.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 17:51:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9A7937B401; Tue, 12 Nov 2002 17:51:38 -0800 (PST) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47D4243E7B; Tue, 12 Nov 2002 17:51:36 -0800 (PST) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 4136D51900; Wed, 13 Nov 2002 12:21:34 +1030 (CST) Date: Wed, 13 Nov 2002 12:21:34 +1030 From: Greg 'groggy' Lehey To: Robert Watson , David O'Brien Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/lukemftpd - Imported sources Message-ID: <20021113015134.GQ46066@wantadilla.lemis.com> References: <20021112171203.GB59816@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday, 12 November 2002 at 12:32:29 -0500, Robert Watson wrote: > > On Tue, 12 Nov 2002, David O'Brien wrote: > >> On Tue, Nov 12, 2002 at 09:15:53AM -0500, Robert Watson wrote: >>> I don't supposes there's any chance this addresses any of the serious >>> problems I identified on arch@ regarding the feature completeness and >>> documentation correctness of lukemftpd on FreeBSD? You seem not to be >>> responding to my follow-up e-mails asking what the status of the problems >>> is, and also seem not to have applied the documentation fixes submitted in >>> PRs. And you're clearly aware of at least on of the PR's, as you are the >>> owner of it. >> >> Robert what exactly do you want me to do? > > I want you to either do the work necessary to make lukemftpd a > reality in the base tree, or remove it. > >> Work with the vendor to fix things, or just pull everything off the >> vendor branch? Fine I'll do just that. > > I'm not really interested in talking about the exact means by which you > make lukemftpd real. If it means cleaning it up with the vendor before > enabling it in the tree, fine. If it means taking it off the vendor > branch, also fine. But if it's not ready to be in the tree, and you have > no plans to address the problems, before the release, then it shouldn't be > in the tree. Shouldn't all this have been obvious? David, what is it about this discussion that you have such difficulty understanding? >>> I am also very concerned regarding your changes to the warning message >>> I added to inetd.conf to suggest that the BSD ftpd be an alternate to >>> lukemftpd. >> >> Here is the change: >> RCS file: /home/ncvs/src/etc/inetd.conf,v >> diff -u -u -0 -r1.59 -r1.60 >> @@ -9,4 +9,4 @@ >> -# WARNING: lukemftpd does not support PAM, MAC, per-class nologin files, >> +# WARNING: lukemftpd does not utilize PAM, MAC, per-class nologin files, >> >> -# or any login.conf resource limits or features; use it only if this is >> +# or any login.conf resource limits or features. Use this ftpd only if this is >> >> -# appropriate for your environment. If you require these features, use >> +# appropriate for your environment. If you require these features, use >> >> -# the regular FreeBSD ftpd below. >> +# the alternate FreeBSD ftpd below. >> >> I felt the wording was a little harsh to LukeMftpd and thus on LukeM. I >> felt for developer-relations reasons it should be reworded a little. I >> also thought shorter sentances was better. > > I'm not making any attempt to disparage Luke or his work, and I'm > sensitive to the issue of appropriate phrasing. On the other hand, it's > not me who has introduced the daemon into the tree such that it requires > large warnings. Luke's a personal friend of mine, and at times I've found that the discussion has been a bit hard on him. I don't think this is the case here, though. It's fairly obvious that lukem hasn't done anything wrong by writing a daemon for NetBSD which doesn't include FreeBSD-only features. On the other hand, you're doing him a disservice by including it in the tree before it's ready. > As discussed on arch@, authenticating daemons supporting login mechanisms > in FreeBSD all provide the following services: > > (1) Support for PAM > (2) Support for login class resource limits > (3) Support for other login.conf features, such as per-user nologin files > (4) Support for OPIE > (5) Support for Kerberos (according to the README) > (6) Support for MAC > (7) Last, but not least importantly, documentation that refers to the > software by the correct name, rather than claiming its another piece > of software. > > Right now, lukemftpd does none of these. As such, I've told you I believe > lukemftpd is feature incomplete. If you aren't willing to do the work to > make it integrated into the supported login and account management > infrastructure, then you shouldn't have committed it to the tree. This should be true for all additions to the tree. > Look: I'm not saying lukemftpd is a bad piece of software. I'm just > asking that you either integrate it properly with FreeBSD, or stop > claiming that it's feature-ready. The least possible integration > you could do is to properly document it as not supporting standard > FreeBSD daemon features and to properly differentiate it from the > FreeBSD ftpd. In addition, you can't really implicitly claim it to be the primary ftpd until it's feature ready. On the whole, I think that it should be taken out for 5.0-RELEASE and reinstated only when it has the FreeBSD-specific features necessary to be the primary ftpd. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 17:52:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A6A437B401; Tue, 12 Nov 2002 17:52:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19E9C43E7B; Tue, 12 Nov 2002 17:52:17 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD1npmV047517; Tue, 12 Nov 2002 17:49:51 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD1npQN047516; Tue, 12 Nov 2002 17:49:51 -0800 (PST) Message-Id: <200211130149.gAD1npQN047516@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 12 Nov 2002 17:49:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/slurm Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/12 17:49:51 PST Modified files: net/slurm Makefile distinfo Log: upgrade to 0.05 PR: 45221 Submitted by: Hendrik Scholz Approved by: maintainer Revision Changes Path 1.3 +3 -2 ports/net/slurm/Makefile 1.3 +1 -1 ports/net/slurm/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 17:56:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 491AF37B401; Tue, 12 Nov 2002 17:56:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE1D943E7B; Tue, 12 Nov 2002 17:56:22 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD1rwmV050784; Tue, 12 Nov 2002 17:53:58 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD1rwqb050783; Tue, 12 Nov 2002 17:53:58 -0800 (PST) Message-Id: <200211130153.gAD1rwqb050783@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 12 Nov 2002 17:53:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/adom Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/12 17:53:58 PST Modified files: games/adom Makefile distinfo pkg-plist Log: upgrade to 1.1.0 PR: 45244 Submitted by: maintainer Revision Changes Path 1.11 +3 -3 ports/games/adom/Makefile 1.4 +1 -1 ports/games/adom/distinfo 1.3 +1 -0 ports/games/adom/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 Nov 12 17:59:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56A2C37B401; Tue, 12 Nov 2002 17:59:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0583643E6E; Tue, 12 Nov 2002 17:59:09 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD1uimV050874; Tue, 12 Nov 2002 17:56:44 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD1uid6050873; Tue, 12 Nov 2002 17:56:44 -0800 (PST) Message-Id: <200211130156.gAD1uid6050873@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 12 Nov 2002 17:56:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/ssync Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/12 17:56:44 PST Modified files: sysutils/ssync Makefile distinfo Log: upgrade to 2.3 PR: 45245 Submitted by: maintainer Revision Changes Path 1.4 +3 -3 ports/sysutils/ssync/Makefile 1.2 +1 -1 ports/sysutils/ssync/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 18: 7:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FA4F37B401; Tue, 12 Nov 2002 18:07:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0908743E7B; Tue, 12 Nov 2002 18:07:45 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD25KmV052261; Tue, 12 Nov 2002 18:05:20 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD25Ktf052260; Tue, 12 Nov 2002 18:05:20 -0800 (PST) Message-Id: <200211130205.gAD25Ktf052260@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 12 Nov 2002 18:05:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/firebird Makefile ports/databases/firebird/files patch-ae ports/databases/firebird/scripts post-install X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/12 18:05:20 PST Modified files: databases/firebird Makefile databases/firebird/files patch-ae Removed files: databases/firebird/scripts post-install Log: 1. fix memory allocator 2. remove extra files I forgot last commit PR: 45253 Submitted by: maintainer Revision Changes Path 1.12 +1 -1 ports/databases/firebird/Makefile 1.2 +12 -4 ports/databases/firebird/files/patch-ae 1.4 +0 -84 ports/databases/firebird/scripts/post-install (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 19: 7:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DCFE37B401; Tue, 12 Nov 2002 19:07:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5B8543E42; Tue, 12 Nov 2002 19:07:38 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD35EmV057081; Tue, 12 Nov 2002 19:05:14 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD35D26057080; Tue, 12 Nov 2002 19:05:13 -0800 (PST) Message-Id: <200211130305.gAD35D26057080@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Nov 2002 19:05:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/gnumail pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/11/12 19:05:13 PST Modified files: mail/gnumail pkg-plist Log: remove obsolete dir Revision Changes Path 1.8 +0 -6 ports/mail/gnumail/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 Nov 12 19:31:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4049B37B401; Tue, 12 Nov 2002 19:31:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2A8F43EB3; Tue, 12 Nov 2002 19:31:51 -0800 (PST) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD3TRmV059417; Tue, 12 Nov 2002 19:29:27 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD3TRaf059415; Tue, 12 Nov 2002 19:29:27 -0800 (PST) Message-Id: <200211130329.gAD3TRaf059415@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 12 Nov 2002 19:29:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/tk84 Makefile distinfo ports/x11-toolkits/tk84/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dinoex 2002/11/12 19:29:27 PST Modified files: x11-toolkits/tk84 Makefile distinfo x11-toolkits/tk84/files patch-aa Log: - Update to 8.4.1 Revision Changes Path 1.57 +1 -1 ports/x11-toolkits/tk84/Makefile 1.23 +1 -1 ports/x11-toolkits/tk84/distinfo 1.20 +1 -1 ports/x11-toolkits/tk84/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 21:13:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D94F137B401; Tue, 12 Nov 2002 21:13:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EBD443E7B; Tue, 12 Nov 2002 21:13:11 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD5AkmV067524; Tue, 12 Nov 2002 21:10:46 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD5AkhW067523; Tue, 12 Nov 2002 21:10:46 -0800 (PST) Message-Id: <200211130510.gAD5AkhW067523@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Nov 2002 21:10:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/gnomegames2 Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/12 21:10:46 PST Modified files: games/gnomegames2 Makefile distinfo pkg-plist Log: Update to 2.0.5. Revision Changes Path 1.55 +1 -1 ports/games/gnomegames2/Makefile 1.23 +1 -1 ports/games/gnomegames2/distinfo 1.27 +1 -46 ports/games/gnomegames2/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 Nov 12 21:15:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEABD37B401; Tue, 12 Nov 2002 21:15:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F99B43E4A; Tue, 12 Nov 2002 21:15:19 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD5CsmV067612; Tue, 12 Nov 2002 21:12:54 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD5Cse2067611; Tue, 12 Nov 2002 21:12:54 -0800 (PST) Message-Id: <200211130512.gAD5Cse2067611@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 12 Nov 2002 21:12:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations wantlist.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/12 21:12:54 PST Modified files: en/donations wantlist.sgml Log: Fix typo Revision Changes Path 1.41 +2 -2 www/en/donations/wantlist.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 21:32:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21C5E37B401; Tue, 12 Nov 2002 21:32:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C562A43E42; Tue, 12 Nov 2002 21:32:34 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD5U9mV069224; Tue, 12 Nov 2002 21:30:09 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD5U9IG069223; Tue, 12 Nov 2002 21:30:09 -0800 (PST) Message-Id: <200211130530.gAD5U9IG069223@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Nov 2002 21:30:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/fileroller Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/12 21:30:09 PST Modified files: archivers/fileroller Makefile distinfo pkg-plist Log: Back down to 2.0.4 as 2.1.x now requires GNOME 2.1. Reported by: Dan Hulme Revision Changes Path 1.11 +3 -1 ports/archivers/fileroller/Makefile 1.6 +1 -1 ports/archivers/fileroller/distinfo 1.6 +0 -2 ports/archivers/fileroller/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 Nov 12 21:33:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4991137B401; Tue, 12 Nov 2002 21:33:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A35F43E7B; Tue, 12 Nov 2002 21:33:57 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD5VWmV069266; Tue, 12 Nov 2002 21:31:32 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD5VWDi069265; Tue, 12 Nov 2002 21:31:32 -0800 (PST) Message-Id: <200211130531.gAD5VWDi069265@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 12 Nov 2002 21:31:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk chunk.c disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/11/12 21:31:32 PST Modified files: lib/libdisk chunk.c disk.c Log: Handle EFI partitions the same as regular FAT partitions. The only difference between the two from a low-level point of view is that the partition type is different. This change adds EFI related cases to existing switch statements with existing FAT related cases. Revision Changes Path 1.44 +1 -0 src/lib/libdisk/chunk.c 1.108 +3 -0 src/lib/libdisk/disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 21:42:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B6EB37B401; Tue, 12 Nov 2002 21:42:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C306843E3B; Tue, 12 Nov 2002 21:42:23 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD5dwmV070192; Tue, 12 Nov 2002 21:39:58 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD5dwdt070186; Tue, 12 Nov 2002 21:39:58 -0800 (PST) Message-Id: <200211130539.gAD5dwdt070186@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 12 Nov 2002 21:39:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall config.c devices.c disks.c install.c label.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/11/12 21:39:58 PST Modified files: usr.sbin/sysinstall config.c devices.c disks.c install.c label.c Log: Also test for type efi everywhere we currently test for type fat. With this change there's no a priori difference between EFI and FAT partitions. With this change and the corresponding change to libdisk, we can create EFI partitions, just like regular FAT partitions. Revision Changes Path 1.204 +6 -3 src/usr.sbin/sysinstall/config.c 1.142 +1 -1 src/usr.sbin/sysinstall/devices.c 1.139 +2 -0 src/usr.sbin/sysinstall/disks.c 1.331 +1 -1 src/usr.sbin/sysinstall/install.c 1.129 +1 -1 src/usr.sbin/sysinstall/label.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 21:42:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7886837B404; Tue, 12 Nov 2002 21:42:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17E3E43E3B; Tue, 12 Nov 2002 21:42:24 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD5dxmV070208; Tue, 12 Nov 2002 21:39:59 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD5dwG3070207; Tue, 12 Nov 2002 21:39:58 -0800 (PST) Message-Id: <200211130539.gAD5dwG3070207@repoman.freebsd.org> From: Alan Cox Date: Tue, 12 Nov 2002 21:39:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha pmap.c src/sys/i386/i386 pmap.c src/sys/ia64/ia64 pmap.c src/sys/powerpc/powerpc pmap.c src/sys/sparc64/include pmap.h src/sys/sparc64/sparc64 pmap.c src/sys/vm pmap.h vm_pageout.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/11/12 21:39:58 PST Modified files: sys/alpha/alpha pmap.c sys/i386/i386 pmap.c sys/ia64/ia64 pmap.c sys/powerpc/powerpc pmap.c sys/sparc64/include pmap.h sys/sparc64/sparc64 pmap.c sys/vm pmap.h vm_pageout.c Log: Move pmap_collect() out of the machine-dependent code, rename it to reflect its new location, and add page queue and flag locking. Notes: (1) alpha, i386, and ia64 had identical implementations of pmap_collect() in terms of machine-independent interfaces; (2) sparc64 doesn't require it; (3) powerpc had it as a TODO. Revision Changes Path 1.113 +1 -31 src/sys/alpha/alpha/pmap.c 1.370 +1 -31 src/sys/i386/i386/pmap.c 1.84 +1 -30 src/sys/ia64/ia64/pmap.c 1.50 +0 -6 src/sys/powerpc/powerpc/pmap.c 1.28 +0 -2 src/sys/sparc64/include/pmap.h 1.89 +0 -9 src/sys/sparc64/sparc64/pmap.c 1.52 +2 -1 src/sys/vm/pmap.h 1.211 +31 -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 Tue Nov 12 22:11:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57A9D37B401; Tue, 12 Nov 2002 22:11:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A20243E77; Tue, 12 Nov 2002 22:11:10 -0800 (PST) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD68imV072410; Tue, 12 Nov 2002 22:08:44 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD68ioK072407; Tue, 12 Nov 2002 22:08:44 -0800 (PST) Message-Id: <200211130608.gAD68ioK072407@repoman.freebsd.org> From: Max Khon Date: Tue, 12 Nov 2002 22:08:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/alpha/gen setjmp.S X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fjoe 2002/11/12 22:08:44 PST Modified files: (Branch: RELENG_4) lib/libc/alpha/gen setjmp.S Log: fix libc_r on alpha: sigaltstack is no longer wrapped. Reported by: Ted Lindgreen Tested by: Ted Lindgreen Revision Changes Path 1.11.2.3 +1 -1 src/lib/libc/alpha/gen/setjmp.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 22:28:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB77137B401; Tue, 12 Nov 2002 22:28:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DE9343E3B; Tue, 12 Nov 2002 22:28:40 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD6QFmV073777; Tue, 12 Nov 2002 22:26:15 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD6QFmF073776; Tue, 12 Nov 2002 22:26:15 -0800 (PST) Message-Id: <200211130626.gAD6QFmF073776@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 12 Nov 2002 22:26:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/hlserver-trainhunters Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/12 22:26:15 PST Modified files: games Makefile Added files: games/hlserver-trainhunters Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port hlserver-trainhunters version 2.0 Beta: Half-Life mod Train Hunters full server package for Linux Revision Changes Path 1.499 +1 -0 ports/games/Makefile 1.1 +34 -0 ports/games/hlserver-trainhunters/Makefile (new) 1.1 +2 -0 ports/games/hlserver-trainhunters/distinfo (new) 1.1 +1 -0 ports/games/hlserver-trainhunters/pkg-comment (new) 1.1 +15 -0 ports/games/hlserver-trainhunters/pkg-descr (new) 1.1 +145 -0 ports/games/hlserver-trainhunters/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 22:30:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B91FC37B401; Tue, 12 Nov 2002 22:30:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CE6F43E42; Tue, 12 Nov 2002 22:30:12 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD6RlmV073842; Tue, 12 Nov 2002 22:27:47 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD6Rkr1073839; Tue, 12 Nov 2002 22:27:46 -0800 (PST) Message-Id: <200211130627.gAD6Rkr1073839@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 12 Nov 2002 22:27:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/12 22:27:46 PST Modified files: . modules Log: hlserver-trainhunters --> ports/games/hlserver-trainhunters Revision Changes Path 1.6221 +1 -0 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 Nov 12 22:37:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0951737B401; Tue, 12 Nov 2002 22:37:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFDE643E7B; Tue, 12 Nov 2002 22:37:16 -0800 (PST) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD6YpmV074642; Tue, 12 Nov 2002 22:34:51 -0800 (PST) (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD6YpOj074641; Tue, 12 Nov 2002 22:34:51 -0800 (PST) Message-Id: <200211130634.gAD6YpOj074641@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Tue, 12 Nov 2002 22:34:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/pim6sd Makefile ports/net/pim6dd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG suz 2002/11/12 22:34:51 PST Modified files: net/pim6sd Makefile net/pim6dd Makefile Log: takes over maintainership from ume Approved by: ume Revision Changes Path 1.8 +1 -1 ports/net/pim6dd/Makefile 1.8 +1 -1 ports/net/pim6sd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 22:42:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4492A37B401; Tue, 12 Nov 2002 22:42:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBDA243E88; Tue, 12 Nov 2002 22:42:53 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD6eSmV075413; Tue, 12 Nov 2002 22:40:28 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD6eSlF075412; Tue, 12 Nov 2002 22:40:28 -0800 (PST) Message-Id: <200211130640.gAD6eSlF075412@repoman.freebsd.org> From: Warner Losh Date: Tue, 12 Nov 2002 22:40:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/make main.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/11/12 22:40:28 PST Modified files: (Branch: RELENG_4) usr.bin/make main.c Log: MFC 1.68: back out the realpath stuff, it breaks things. # I botched this MFC. It should have been done before 4.7 :-( Revision Changes Path 1.35.2.7 +28 -0 src/usr.bin/make/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 23: 4: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95D0237B401; Tue, 12 Nov 2002 23:04:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B62543E4A; Tue, 12 Nov 2002 23:04:04 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD71cmV077087; Tue, 12 Nov 2002 23:01:38 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD71csj077086; Tue, 12 Nov 2002 23:01:38 -0800 (PST) Message-Id: <200211130701.gAD71csj077086@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Nov 2002 23:01:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gnome news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/12 23:01:38 PST Modified files: en/gnome news.xml Log: Announce GNOME 2.1.2. Revision Changes Path 1.23 +25 -1 www/en/gnome/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 23: 6:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3190E37B401; Tue, 12 Nov 2002 23:06:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D83C443E6E; Tue, 12 Nov 2002 23:06:52 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD74RmV077168; Tue, 12 Nov 2002 23:04:27 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD74RIt077167; Tue, 12 Nov 2002 23:04:27 -0800 (PST) Message-Id: <200211130704.gAD74RIt077167@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 12 Nov 2002 23:04:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/soup/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/12 23:04:27 PST Modified files: devel/soup/files patch-configure Log: Fix build when Apache 2.x is present. Tested by: Glenn Johnson Revision Changes Path 1.4 +18 -5 ports/devel/soup/files/patch-configure To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 23:13:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2C4437B401; Tue, 12 Nov 2002 23:13:43 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B8EA43E75; Tue, 12 Nov 2002 23:13:43 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id gAD6BLXD067193; Tue, 12 Nov 2002 22:11:22 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.6/Submit) id gAD6A6O2067136; Tue, 12 Nov 2002 22:10:06 -0800 (PST) Date: Tue, 12 Nov 2002 22:10:06 -0800 From: "David O'Brien" To: "Greg 'groggy' Lehey" Cc: Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/lukemftpd - Imported sources Message-ID: <20021113061006.GA67019@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Greg 'groggy' Lehey , Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20021112171203.GB59816@dragon.nuxi.com> <20021113015134.GQ46066@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021113015134.GQ46066@wantadilla.lemis.com> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Nov 13, 2002 at 12:21:34PM +1030, Greg 'groggy' Lehey wrote: > Luke's a personal friend of mine, and at times I've found that the > discussion has been a bit hard on him. I don't think this is the case > here, though. It's fairly obvious that lukem hasn't done anything > wrong by writing a daemon for NetBSD which doesn't include > FreeBSD-only features. On the other hand, you're doing him a > disservice by including it in the tree before it's ready. I don't know why you say it isn't ready to be used. I personally use it, enjoy the control I have via ftpd.conf, and enjoy being isolated from the problems from the things that it is being called "not ready". But it is turned off now, so maybe we can end this thread. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 23:21:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1A0437B401; Tue, 12 Nov 2002 23:21:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A63B643E4A; Tue, 12 Nov 2002 23:21:39 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD7JEmV078653; Tue, 12 Nov 2002 23:19:14 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD7JE3m078650; Tue, 12 Nov 2002 23:19:14 -0800 (PST) Message-Id: <200211130719.gAD7JE3m078650@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 12 Nov 2002 23:19:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/vietnamese Makefile ports/vietnamese/vi2vn Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/11/12 23:19:13 PST Modified files: vietnamese Makefile Added files: vietnamese/vi2vn Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Perl script to convert the text in the VIQR encoding to another Vietnamese encoding (such as TCVN, VISCII, VPS, VNI, ...). Revision Changes Path 1.13 +1 -0 ports/vietnamese/Makefile 1.1 +58 -0 ports/vietnamese/vi2vn/Makefile (new) 1.1 +1 -0 ports/vietnamese/vi2vn/distinfo (new) 1.1 +1 -0 ports/vietnamese/vi2vn/pkg-comment (new) 1.1 +2 -0 ports/vietnamese/vi2vn/pkg-descr (new) 1.1 +5 -0 ports/vietnamese/vi2vn/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Nov 12 23:21:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4FD737B4DE; Tue, 12 Nov 2002 23:21:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36EA243E4A; Tue, 12 Nov 2002 23:21:45 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD7JJmV078724; Tue, 12 Nov 2002 23:19:19 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD7JJ7x078722; Tue, 12 Nov 2002 23:19:19 -0800 (PST) Message-Id: <200211130719.gAD7JJ7x078722@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 12 Nov 2002 23:19:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/11/12 23:19:19 PST Modified files: . modules Log: vi-vi2vn --> ports/vietnamese/vi2vn Revision Changes Path 1.6222 +1 -0 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 Nov 13 0:43:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6FD537B401; Wed, 13 Nov 2002 00:43:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9711943E6E; Wed, 13 Nov 2002 00:43:50 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD8fOmV085296; Wed, 13 Nov 2002 00:41:24 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD8fOeo085295; Wed, 13 Nov 2002 00:41:24 -0800 (PST) Message-Id: <200211130841.gAD8fOeo085295@repoman.freebsd.org> From: Akinori MUSHA Date: Wed, 13 Nov 2002 00:41:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-yaml Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/13 00:41:24 PST Modified files: devel/ruby-yaml Makefile distinfo pkg-plist Log: Update to 0.47. Approved by: maintainer Revision Changes Path 1.2 +2 -2 ports/devel/ruby-yaml/Makefile 1.2 +1 -1 ports/devel/ruby-yaml/distinfo 1.2 +0 -1 ports/devel/ruby-yaml/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 Nov 13 1: 7:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9B5B37B401; Wed, 13 Nov 2002 01:07:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 620EA43E3B; Wed, 13 Nov 2002 01:07:57 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD95VmV087103; Wed, 13 Nov 2002 01:05:31 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD95VU6087101; Wed, 13 Nov 2002 01:05:31 -0800 (PST) Message-Id: <200211130905.gAD95VU6087101@repoman.freebsd.org> From: Jimmy Olgeni Date: Wed, 13 Nov 2002 01:05:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/erlang Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/13 01:05:31 PST Modified files: lang/erlang Makefile Log: find -> ${FIND}. Revision Changes Path 1.29 +2 -2 ports/lang/erlang/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 1:16:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CEE737B401; Wed, 13 Nov 2002 01:16:44 -0800 (PST) Received: from herring.nlsystems.com (mailgate.nlsystems.com [62.49.251.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34ECC43E3B; Wed, 13 Nov 2002 01:16:43 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring [10.0.0.2]) by herring.nlsystems.com (8.12.6/8.12.6) with ESMTP id gAD9GcDP077012; Wed, 13 Nov 2002 09:16:38 GMT (envelope-from dfr@nlsystems.com) Content-Type: text/plain; charset="iso-8859-1" From: Doug Rabson To: "David E. O'Brien" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc inetd.conf src/libexec Makefile Date: Wed, 13 Nov 2002 09:16:38 +0000 User-Agent: KMail/1.4.3 References: <200211121731.gACHVCMX099693@repoman.freebsd.org> In-Reply-To: <200211121731.gACHVCMX099693@repoman.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200211130916.38733.dfr@nlsystems.com> X-Spam-Status: No, hits=-7.7 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT,USER_AGENT_KMAIL version=2.41 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday 12 November 2002 5:31 pm, David E. O'Brien wrote: > obrien 2002/11/12 09:31:12 PST > > Modified files: > etc inetd.conf > libexec Makefile > Log: > [DAIVD O'BRIEN's OPINION] > Head off what I think is an abuse of the TRB, and disable > lukemftpd. The TRB has nothing to do with the fate of lukemftpd and we have not=20 been discussing it. Policy decisions (which ftpd to use, which=20 authentication framework to use) are probably not part of the TRB's=20 remit. --=20 Doug Rabson=09=09=09=09Mail: dfr@nlsystems.com =09=09=09=09=09Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 1:23:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE61937B401; Wed, 13 Nov 2002 01:23:49 -0800 (PST) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id C319D43E3B; Wed, 13 Nov 2002 01:23:48 -0800 (PST) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.6/8.12.6) with ESMTP id gAD9NkbY006454; Wed, 13 Nov 2002 10:23:46 +0100 (CET) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.6/8.12.6/Submit) id gAD9NkMK006453; Wed, 13 Nov 2002 10:23:46 +0100 (CET) Date: Wed, 13 Nov 2002 10:23:46 +0100 From: Wilko Bulte To: Doug Rabson Cc: "David E. O'Brien" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc inetd.conf src/libexec Makefile Message-ID: <20021113102346.A6438@freebie.xs4all.nl> References: <200211121731.gACHVCMX099693@repoman.freebsd.org> <200211130916.38733.dfr@nlsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200211130916.38733.dfr@nlsystems.com>; from dfr@nlsystems.com on Wed, Nov 13, 2002 at 09:16:38AM +0000 X-OS: FreeBSD 4.7-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Nov 13, 2002 at 09:16:38AM +0000, Doug Rabson wrote: > On Tuesday 12 November 2002 5:31 pm, David E. O'Brien wrote: > > obrien 2002/11/12 09:31:12 PST > > > > Modified files: > > etc inetd.conf > > libexec Makefile > > Log: > > [DAIVD O'BRIEN's OPINION] > > Head off what I think is an abuse of the TRB, and disable > > lukemftpd. > > The TRB has nothing to do with the fate of lukemftpd and we have not > been discussing it. Policy decisions (which ftpd to use, which rwatson suggested het wanted to ask the TRB > authentication framework to use) are probably not part of the TRB's Why not? -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, the Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 1:29:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C815137B401; Wed, 13 Nov 2002 01:29:58 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0E6943E4A; Wed, 13 Nov 2002 01:29:57 -0800 (PST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id gAD9TgOr090064; Wed, 13 Nov 2002 10:29:48 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Doug Rabson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc inetd.conf src/libexec Makefile In-Reply-To: Your message of "Wed, 13 Nov 2002 09:16:38 GMT." <200211130916.38733.dfr@nlsystems.com> Date: Wed, 13 Nov 2002 10:29:42 +0100 Message-ID: <90063.1037179782@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200211130916.38733.dfr@nlsystems.com>, Doug Rabson writes: >Policy decisions (which ftpd to use, which >authentication framework to use) are probably not part of the TRB's >remit. If the TRB does not see such decisions as their resort then I have a hard time seeing what use the TRB could possibly be for the project. Both issues are very much areas where a political decision would result in bikesheds and where a technical judgement is called for. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 1:32:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8457237B401; Wed, 13 Nov 2002 01:32:13 -0800 (PST) Received: from herring.nlsystems.com (mailgate.nlsystems.com [62.49.251.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7174243E3B; Wed, 13 Nov 2002 01:32:12 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring [10.0.0.2]) by herring.nlsystems.com (8.12.6/8.12.6) with ESMTP id gAD9W8DP077953; Wed, 13 Nov 2002 09:32:08 GMT (envelope-from dfr@nlsystems.com) Content-Type: text/plain; charset="iso-8859-1" From: Doug Rabson To: Wilko Bulte Subject: Re: cvs commit: src/etc inetd.conf src/libexec Makefile Date: Wed, 13 Nov 2002 09:32:08 +0000 User-Agent: KMail/1.4.3 Cc: "David E. O'Brien" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200211121731.gACHVCMX099693@repoman.freebsd.org> <200211130916.38733.dfr@nlsystems.com> <20021113102346.A6438@freebie.xs4all.nl> In-Reply-To: <20021113102346.A6438@freebie.xs4all.nl> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200211130932.08532.dfr@nlsystems.com> X-Spam-Status: No, hits=-7.7 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT,USER_AGENT_KMAIL version=2.41 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wednesday 13 November 2002 9:23 am, Wilko Bulte wrote: > On Wed, Nov 13, 2002 at 09:16:38AM +0000, Doug Rabson wrote: > > On Tuesday 12 November 2002 5:31 pm, David E. O'Brien wrote: > > > obrien 2002/11/12 09:31:12 PST > > > > > > Modified files: > > > etc inetd.conf > > > libexec Makefile > > > Log: > > > [DAIVD O'BRIEN's OPINION] > > > Head off what I think is an abuse of the TRB, and disable > > > lukemftpd. > > > > The TRB has nothing to do with the fate of lukemftpd and we have > > not been discussing it. Policy decisions (which ftpd to use, which > > rwatson suggested het wanted to ask the TRB I missed that. > > > authentication framework to use) are probably not part of the TRB's > > Why not? Which ftpd to use isn't a technical decision. Presumably both versions=20 work (for some value of the word 'work'). Which authentication=20 framework to use is clear: we use PAM for authentication services. What=20 is left? > Because its so trivial that everyone can have an opinion on it of=20 course. --=20 Doug Rabson=09=09=09=09Mail: dfr@nlsystems.com =09=09=09=09=09Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 1:40:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7C4637B401; Wed, 13 Nov 2002 01:40:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AF4843E4A; Wed, 13 Nov 2002 01:40:09 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD9bhmV089638; Wed, 13 Nov 2002 01:37:43 -0800 (PST) (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD9bhm9089637; Wed, 13 Nov 2002 01:37:43 -0800 (PST) Message-Id: <200211130937.gAD9bhm9089637@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Wed, 13 Nov 2002 01:37:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common help.common loader.8 src/sys/i386/i386 i686_mem.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2002/11/13 01:37:43 PST Modified files: sys/boot/common help.common loader.8 sys/i386/i386 i686_mem.c Log: Loader tunable 'machdep.disable_mtrrs'. Sysctl of same name to reflect status. Submitted by: jhb Approved by: re (murray) MFC after: 1 day Revision Changes Path 1.18 +4 -0 src/sys/boot/common/help.common 1.48 +2 -0 src/sys/boot/common/loader.8 1.17 +7 -1 src/sys/i386/i386/i686_mem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 1:40:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0979337B401; Wed, 13 Nov 2002 01:40:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B532C43E3B; Wed, 13 Nov 2002 01:40:51 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD9cPmV089885; Wed, 13 Nov 2002 01:38:25 -0800 (PST) (envelope-from jkoshy@repoman.freebsd.org) Received: (from jkoshy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD9cPGZ089882; Wed, 13 Nov 2002 01:38:25 -0800 (PST) Message-Id: <200211130938.gAD9cPGZ089882@repoman.freebsd.org> From: Joseph Koshy Date: Wed, 13 Nov 2002 01:38:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/msp430-gdb distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jkoshy 2002/11/13 01:38:25 PST Modified files: devel/msp430-gdb distinfo Log: Correct a typo. Revision Changes Path 1.3 +1 -1 ports/devel/msp430-gdb/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 1:42:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B664B37B401; Wed, 13 Nov 2002 01:42:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E51043E3B; Wed, 13 Nov 2002 01:42:35 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD9e9mV090379; Wed, 13 Nov 2002 01:40:09 -0800 (PST) (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD9e9Jv090378; Wed, 13 Nov 2002 01:40:09 -0800 (PST) Message-Id: <200211130940.gAD9e9Jv090378@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Wed, 13 Nov 2002 01:40:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2002/11/13 01:40:09 PST Modified files: sys/dev/pci pci.c Log: Staticize local variable. Submitted by: Hiten Pandya Obtained from: re (murray) Revision Changes Path 1.205 +1 -1 src/sys/dev/pci/pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 1:44:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC48137B401; Wed, 13 Nov 2002 01:44:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A092B43E75; Wed, 13 Nov 2002 01:44:51 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD9gPmV090471; Wed, 13 Nov 2002 01:42:25 -0800 (PST) (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD9gP6i090470; Wed, 13 Nov 2002 01:42:25 -0800 (PST) Message-Id: <200211130942.gAD9gP6i090470@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Wed, 13 Nov 2002 01:42:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options src/sys/dev/pci pci_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2002/11/13 01:42:25 PST Modified files: sys/conf options sys/dev/pci pci_pci.c Log: Convert kernel compile option PCI_ALLOW_UNSUPPORTED_IO_RANGE to a loader tunable hw.pci.allow_unsupported_io_range. Submitted by: Hiten Pandya Approved by: re (murray) Revision Changes Path 1.363 +0 -3 src/sys/conf/options 1.18 +49 -33 src/sys/dev/pci/pci_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 1:46:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 364A237B401; Wed, 13 Nov 2002 01:46:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF8D243E42; Wed, 13 Nov 2002 01:46:19 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD9hrmV090541; Wed, 13 Nov 2002 01:43:53 -0800 (PST) (envelope-from mdodd@repoman.freebsd.org) Received: (from mdodd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD9hrZq090540; Wed, 13 Nov 2002 01:43:53 -0800 (PST) Message-Id: <200211130943.gAD9hrZq090540@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Wed, 13 Nov 2002 01:43:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common help.common loader.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mdodd 2002/11/13 01:43:53 PST Modified files: sys/boot/common help.common loader.8 Log: Document loader tunables hw.pci.enable_io_modes and hw.pci.allow_unsupported_io_range. Submitted by: Hiten Pandya Approved by: re (murray) Revision Changes Path 1.19 +15 -0 src/sys/boot/common/help.common 1.49 +9 -0 src/sys/boot/common/loader.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 1:50:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9A0637B404; Wed, 13 Nov 2002 01:50:26 -0800 (PST) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCDC943E3B; Wed, 13 Nov 2002 01:50:25 -0800 (PST) (envelope-from winter@jurai.net) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by sasami.jurai.net (8.12.6/8.12.5) with ESMTP id gAD9oO6D057640; Wed, 13 Nov 2002 04:50:25 -0500 (EST) (envelope-from winter@jurai.net) Date: Wed, 13 Nov 2002 04:50:24 -0500 (EST) From: "Matthew N. Dodd" To: "Matthew N. Dodd" Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/dev/pci pci.c In-Reply-To: <200211130940.gAD9e9Jv090378@repoman.freebsd.org> Message-ID: <20021113044954.X35807-100000@sasami.jurai.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Nov 2002, Matthew N. Dodd wrote: > mdodd 2002/11/13 01:40:09 PST > > Modified files: > sys/dev/pci pci.c > Log: > Staticize local variable. > > Submitted by: Hiten Pandya > Obtained from: re (murray) Clearly I should have put this in "Reviewed by:". Bah. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 1:54:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F68137B401; Wed, 13 Nov 2002 01:54:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1001743E4A; Wed, 13 Nov 2002 01:54:52 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD9qQmV091410; Wed, 13 Nov 2002 01:52:26 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD9qQWb091409; Wed, 13 Nov 2002 01:52:26 -0800 (PST) Message-Id: <200211130952.gAD9qQWb091409@repoman.freebsd.org> From: Jimmy Olgeni Date: Wed, 13 Nov 2002 01:52:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/erlang Makefile.man X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/13 01:52:26 PST Modified files: lang/erlang Makefile.man Log: Add $FreeBSD$. Revision Changes Path 1.2 +2 -0 ports/lang/erlang/Makefile.man To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 1:57:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4548D37B401; Wed, 13 Nov 2002 01:57:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEDBE43E4A; Wed, 13 Nov 2002 01:57:37 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD9tCmV091498; Wed, 13 Nov 2002 01:55:12 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD9tBSP091497; Wed, 13 Nov 2002 01:55:11 -0800 (PST) Message-Id: <200211130955.gAD9tBSP091497@repoman.freebsd.org> From: Tilman Linneweh Date: Wed, 13 Nov 2002 01:55:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/qinx Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/13 01:55:11 PST Modified files: x11-wm/qinx Makefile distinfo Log: update to 0.4 Submitted by: David Johnson (maintainer) PR: 45130 Revision Changes Path 1.2 +1 -1 ports/x11-wm/qinx/Makefile 1.2 +1 -1 ports/x11-wm/qinx/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 1:58:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D35137B401; Wed, 13 Nov 2002 01:58:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23D9A43E88; Wed, 13 Nov 2002 01:58:35 -0800 (PST) (envelope-from roger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAD9u9mV091540; Wed, 13 Nov 2002 01:56:09 -0800 (PST) (envelope-from roger@repoman.freebsd.org) Received: (from roger@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAD9u9H0091539; Wed, 13 Nov 2002 01:56:09 -0800 (PST) Message-Id: <200211130956.gAD9u9H0091539@repoman.freebsd.org> From: Roger Hardiman Date: Wed, 13 Nov 2002 01:56:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/speex Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roger 2002/11/13 01:56:09 PST Modified files: audio/speex Makefile distinfo Log: Upgrade to 1.0 beta 3. Reduces CPU usage, adds SSE support (disabled) and stereo support. Revision Changes Path 1.11 +3 -4 ports/audio/speex/Makefile 1.7 +1 -1 ports/audio/speex/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 2:12:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8E4337B401; Wed, 13 Nov 2002 02:12:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AFD843E42; Wed, 13 Nov 2002 02:12:33 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADAA7mV093104; Wed, 13 Nov 2002 02:10:07 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADAA7Xw093103; Wed, 13 Nov 2002 02:10:07 -0800 (PST) Message-Id: <200211131010.gADAA7Xw093103@repoman.freebsd.org> From: Ernst de Haan Date: Wed, 13 Nov 2002 02:10:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/jakarta-jmeter Makefile distinfo pkg-plist ports/www/jakarta-jmeter/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/11/13 02:10:07 PST Modified files: www/jakarta-jmeter Makefile distinfo pkg-plist www/jakarta-jmeter/files patch-aa Log: Upgrade to JMeter 1.8. Revision Changes Path 1.2 +2 -16 ports/www/jakarta-jmeter/Makefile 1.2 +1 -1 ports/www/jakarta-jmeter/distinfo 1.2 +7 -29 ports/www/jakarta-jmeter/files/patch-aa 1.2 +672 -529 ports/www/jakarta-jmeter/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 Nov 13 2:33: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D029937B401; Wed, 13 Nov 2002 02:33:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87F3743E4A; Wed, 13 Nov 2002 02:33:08 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADAUgmV094841; Wed, 13 Nov 2002 02:30:42 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADAUg3P094840; Wed, 13 Nov 2002 02:30:42 -0800 (PST) Message-Id: <200211131030.gADAUg3P094840@repoman.freebsd.org> From: Ernst de Haan Date: Wed, 13 Nov 2002 02:30:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/jakarta-jmeter Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/11/13 02:30:42 PST Modified files: www/jakarta-jmeter Makefile Log: Making the jmeter script +x. Bumped PORTREVISION. Revision Changes Path 1.3 +6 -0 ports/www/jakarta-jmeter/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 2:33:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAFBC37B401; Wed, 13 Nov 2002 02:33:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72A9043E3B; Wed, 13 Nov 2002 02:33:43 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADAVHmV094877; Wed, 13 Nov 2002 02:31:17 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADAVHiB094876; Wed, 13 Nov 2002 02:31:17 -0800 (PST) Message-Id: <200211131031.gADAVHiB094876@repoman.freebsd.org> From: Jimmy Olgeni Date: Wed, 13 Nov 2002 02:31:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/erlang Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/13 02:31:17 PST Modified files: lang/erlang Makefile Log: Enable threading and HiPE by default. Revision Changes Path 1.30 +1 -15 ports/lang/erlang/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 2:35:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E594E37B401; Wed, 13 Nov 2002 02:35:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C6A443E75; Wed, 13 Nov 2002 02:35:45 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADAXJmV094942; Wed, 13 Nov 2002 02:33:19 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADAXJ9C094941; Wed, 13 Nov 2002 02:33:19 -0800 (PST) Message-Id: <200211131033.gADAXJ9C094941@repoman.freebsd.org> From: Jimmy Olgeni Date: Wed, 13 Nov 2002 02:33:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/erlang/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/13 02:33:19 PST Added files: lang/erlang/files patch-Makefile.in Log: Fix (rare) installation problem when some files already exist in bin/. Revision Changes Path 1.1 +14 -0 ports/lang/erlang/files/patch-Makefile.in (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 2:40:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8050A37B401; Wed, 13 Nov 2002 02:40:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32B0643E42; Wed, 13 Nov 2002 02:40:47 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADAcKmV096940; Wed, 13 Nov 2002 02:38:20 -0800 (PST) (envelope-from dirk@repoman.freebsd.org) Received: (from dirk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADAcKU8096939; Wed, 13 Nov 2002 02:38:20 -0800 (PST) Message-Id: <200211131038.gADAcKU8096939@repoman.freebsd.org> From: Dirk Froemberg Date: Wed, 13 Nov 2002 02:38:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql323-server Makefile ports/databases/mysql323-server/files patch-sql_mysqld.cc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2002/11/13 02:38:20 PST Modified files: databases/mysql323-server Makefile databases/mysql323-server/files patch-sql_mysqld.cc Log: -STABLE exits with signal 11 while connecting via TCP/IP if empty prototypes are used. -CURRENT needs empty prototypes to build. Use __FreeBSD_version to differentiate. Set CXX to $CC on -STABLE again to get around stability problems under heavy load. Revision Changes Path 1.148 +4 -1 ports/databases/mysql323-server/Makefile 1.4 +5 -4 ports/databases/mysql323-server/files/patch-sql_mysqld.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 2:40:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6857A37B408; Wed, 13 Nov 2002 02:40:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C93643E4A; Wed, 13 Nov 2002 02:40:50 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADAcNmV097052; Wed, 13 Nov 2002 02:38:23 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADAcNWe097048; Wed, 13 Nov 2002 02:38:23 -0800 (PST) Message-Id: <200211131038.gADAcNWe097048@repoman.freebsd.org> From: Jimmy Olgeni Date: Wed, 13 Nov 2002 02:38:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/erlang Makefile Makefile.lib pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/13 02:38:23 PST Modified files: lang/erlang Makefile pkg-plist Added files: lang/erlang Makefile.lib Log: Change PLIST generation to allow installing custom libraries in erlang/lib. Makefile.lib lists the stock OTP libraries to avoid cluttering the main Makefile. Time for PORTREVISION bump. Revision Changes Path 1.31 +24 -0 ports/lang/erlang/Makefile 1.1 +42 -0 ports/lang/erlang/Makefile.lib (new) 1.11 +2 -1 ports/lang/erlang/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 Nov 13 2:46:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FEF737B401; Wed, 13 Nov 2002 02:46:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B70E943E4A; Wed, 13 Nov 2002 02:46:47 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADAiLmV002985; Wed, 13 Nov 2002 02:44:21 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADAiLd6002983; Wed, 13 Nov 2002 02:44:21 -0800 (PST) Message-Id: <200211131044.gADAiLd6002983@repoman.freebsd.org> From: Ernst de Haan Date: Wed, 13 Nov 2002 02:44:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/jakarta-jmeter Makefile ports/www/jakarta-jmeter/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/11/13 02:44:21 PST Modified files: www/jakarta-jmeter Makefile www/jakarta-jmeter/files patch-aa Log: Not depending on basename but explicitly using APP_HOME. Bumped PORTREVISION. Revision Changes Path 1.4 +2 -1 ports/www/jakarta-jmeter/Makefile 1.3 +1 -1 ports/www/jakarta-jmeter/files/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 Nov 13 2:47:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2657737B401; Wed, 13 Nov 2002 02:47:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFD9243E42; Wed, 13 Nov 2002 02:47:36 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADAjAmV003772; Wed, 13 Nov 2002 02:45:10 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADAjAQY003771; Wed, 13 Nov 2002 02:45:10 -0800 (PST) Message-Id: <200211131045.gADAjAQY003771@repoman.freebsd.org> From: Ernst de Haan Date: Wed, 13 Nov 2002 02:45:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/jakarta-jmeter Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/11/13 02:45:10 PST Modified files: www/jakarta-jmeter Makefile Log: Not including PORTVERSION in installation directory. Bumped PORTREVISION. Revision Changes Path 1.5 +2 -2 ports/www/jakarta-jmeter/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 2:50:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB40E37B406; Wed, 13 Nov 2002 02:50:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80BDA43E4A; Wed, 13 Nov 2002 02:50:09 -0800 (PST) (envelope-from dirk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADAlhmV006079; Wed, 13 Nov 2002 02:47:43 -0800 (PST) (envelope-from dirk@repoman.freebsd.org) Received: (from dirk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADAlgUu006076; Wed, 13 Nov 2002 02:47:42 -0800 (PST) Message-Id: <200211131047.gADAlgUu006076@repoman.freebsd.org> From: Dirk Froemberg Date: Wed, 13 Nov 2002 02:47:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql323-client Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirk 2002/11/13 02:47:42 PST Modified files: databases/mysql323-client Makefile Log: Bump PORTVERSION for CXX=${CC} in mysql323-server. Revision Changes Path 1.80 +1 -1 ports/databases/mysql323-client/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 2:53:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40D1637B401; Wed, 13 Nov 2002 02:53:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0709C43E3B; Wed, 13 Nov 2002 02:53:16 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADAonmV007319; Wed, 13 Nov 2002 02:50:49 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADAonur007318; Wed, 13 Nov 2002 02:50:49 -0800 (PST) Message-Id: <200211131050.gADAonur007318@repoman.freebsd.org> From: SADA Kenji Date: Wed, 13 Nov 2002 02:50:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/aspell Makefile distinfo pkg-message pkg-plist.cy pkg-plist.el pkg-plist.fr pkg-plist.uk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/13 02:50:49 PST Modified files: textproc/aspell Makefile distinfo pkg-plist.fr Added files: textproc/aspell pkg-plist.cy pkg-plist.el pkg-plist.uk Removed files: textproc/aspell pkg-message Log: - upgrade French dictionary to fix problem - add three new dictionaries PR: ports/44244 Submitted by: maintainer Revision Changes Path 1.43 +69 -10 ports/textproc/aspell/Makefile 1.21 +4 -1 ports/textproc/aspell/distinfo 1.3 +0 -0 ports/textproc/aspell/pkg-message (dead) 1.1 +4 -0 ports/textproc/aspell/pkg-plist.cy (new) 1.1 +5 -0 ports/textproc/aspell/pkg-plist.el (new) 1.2 +3 -3 ports/textproc/aspell/pkg-plist.fr 1.1 +4 -0 ports/textproc/aspell/pkg-plist.uk (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 3: 0:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B686737B404; Wed, 13 Nov 2002 03:00:20 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-146.dsl.lsan03.pacbell.net [63.207.60.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id F40D843E75; Wed, 13 Nov 2002 03:00:19 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id ED96366B33; Wed, 13 Nov 2002 03:00:16 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 50C281220; Wed, 13 Nov 2002 03:02:36 -0800 (PST) Date: Wed, 13 Nov 2002 03:02:36 -0800 From: Kris Kennaway To: Roger Hardiman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/audio/speex Makefile distinfo Message-ID: <20021113110221.GA82416@rot13.obsecurity.org> References: <200211130956.gAD9u9H0091539@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UugvWAfsgieZRqgk" Content-Disposition: inline In-Reply-To: <200211130956.gAD9u9H0091539@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 13, 2002 at 01:56:09AM -0800, Roger Hardiman wrote: > roger 2002/11/13 01:56:09 PST >=20 > Modified files: > audio/speex Makefile distinfo=20 > Log: > Upgrade to 1.0 beta 3. Reduces CPU usage, adds SSE support (disabled) > and stereo support. You can use the CPUTYPE variables to automatically enable SSE on compatible machines. See e.g. mpg123 for how. kris --UugvWAfsgieZRqgk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE90jE9Wry0BWjoQKURAnbqAKDYwFfNR0iztyjKisChmXtgyHdx1QCgwd6n hcaH0yIqPAt5Kty2hOgfYAI= =aZ0A -----END PGP SIGNATURE----- --UugvWAfsgieZRqgk-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 3:10:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA4F837B401; Wed, 13 Nov 2002 03:10:30 -0800 (PST) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 537F443E42; Wed, 13 Nov 2002 03:10:29 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 18BvPd-0002er-00; Wed, 13 Nov 2002 17:10:25 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 18BvPd-0002ed-00; Wed, 13 Nov 2002 17:10:25 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.6/8.12.6) with ESMTP id gADBAVrR090354; Wed, 13 Nov 2002 17:10:31 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.6/8.12.6/Submit) id gADBAVsx090304; Wed, 13 Nov 2002 17:10:31 +0600 (NOVT) Date: Wed, 13 Nov 2002 17:10:30 +0600 From: Alexey Dokuchaev To: "David O'Brien" Cc: Robert Watson , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/lukemftpd - Imported sources Message-ID: <20021113111030.GA83756@regency.nsu.ru> References: <200211120642.gAC6gfg0043798@repoman.freebsd.org> <20021112171203.GB59816@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021112171203.GB59816@dragon.nuxi.com> User-Agent: Mutt/1.4i X-Envelope-To: obrien@freebsd.org, rwatson@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Nov 12, 2002 at 09:12:03AM -0800, David O'Brien wrote: > On Tue, Nov 12, 2002 at 09:15:53AM -0500, Robert Watson wrote: > > > Lukemftpd *cannot* be the suggested FTPd. > > Why?? It works fine for many and I've seen many installations use it > that find the "regular" ftpd *way* too feature limited for any ftp site > on the naked Internet. AFAIC, regular ftpd is more secure and robust than lukemftpd. I've seen reports in the past saying that performance issues in lukemftpd are unavoidable WRT fixing them. Until we get performance and security up to what we have in ftpd right now, IMHO it's rather meaningless to compare features. FWIW, if one doesn't like stock ftpd, there are plenty in ports. ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 3:34:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FBA837B401; Wed, 13 Nov 2002 03:34:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA23E43E77; Wed, 13 Nov 2002 03:34:10 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADBVimV010813; Wed, 13 Nov 2002 03:31:44 -0800 (PST) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADBViEe010812; Wed, 13 Nov 2002 03:31:44 -0800 (PST) Message-Id: <200211131131.gADBViEe010812@repoman.freebsd.org> From: Maxim Konovalov Date: Wed, 13 Nov 2002 03:31:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_dummynet.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG maxim 2002/11/13 03:31:44 PST Modified files: sys/netinet ip_dummynet.c Log: Due to a memory alignment sizeof(struct ipfw_flow_id) is bigger than ipfw_flow_id structure actual size and bcmp(3) may fail to compare them properly. Compare members of these structures instead. PR: kern/44078 Submitted by: Oleg Bulyzhin Reviewed by: luigi MFC after: 2 weeks Revision Changes Path 1.55 +6 -1 src/sys/netinet/ip_dummynet.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 3:51:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF7A537B401; Wed, 13 Nov 2002 03:51:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96F0F43E42; Wed, 13 Nov 2002 03:51:51 -0800 (PST) (envelope-from mike@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADBnPmV012229; Wed, 13 Nov 2002 03:49:25 -0800 (PST) (envelope-from mike@repoman.freebsd.org) Received: (from mike@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADBnPXb012227; Wed, 13 Nov 2002 03:49:25 -0800 (PST) Message-Id: <200211131149.gADBnPXb012227@repoman.freebsd.org> From: Mike Barcroft Date: Wed, 13 Nov 2002 03:49:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys socket.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/11/13 03:49:25 PST Modified files: sys/sys socket.h Log: Fix a constant in the standard namespace not to depend on another constant in the BSD namespace. Revision Changes Path 1.68 +2 -2 src/sys/sys/socket.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 3:53: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0B1B37B401; Wed, 13 Nov 2002 03:53:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51B7B43E4A; Wed, 13 Nov 2002 03:53:07 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADBoemV012483; Wed, 13 Nov 2002 03:50:40 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADBoeTU012482; Wed, 13 Nov 2002 03:50:40 -0800 (PST) Message-Id: <200211131150.gADBoeTU012482@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 13 Nov 2002 03:50:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/crunch/crunchide exec_elf32.c src/gnu/usr.bin/cc/cc_tools auto-host.h src/lib/libncurses Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/11/13 03:50:40 PST Modified files: usr.sbin/crunch/crunchide exec_elf32.c gnu/usr.bin/cc/cc_tools auto-host.h lib/libncurses Makefile Log: Bootstrapping aid for 4.0-RELEASE. Revision Changes Path 1.11 +3 -0 src/gnu/usr.bin/cc/cc_tools/auto-host.h 1.64 +4 -0 src/lib/libncurses/Makefile 1.6 +6 -0 src/usr.sbin/crunch/crunchide/exec_elf32.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 4: 5:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66E0537B401; Wed, 13 Nov 2002 04:05:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F3BE43E3B; Wed, 13 Nov 2002 04:05:54 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADC3RmV013367; Wed, 13 Nov 2002 04:03:27 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADC3RrO013366; Wed, 13 Nov 2002 04:03:27 -0800 (PST) Message-Id: <200211131203.gADC3RrO013366@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 13 Nov 2002 04:03:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mtree Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/11/13 04:03:27 PST Modified files: usr.sbin/mtree Makefile Log: mtree(8) wasn't a bootstrap tool since 2000/07/23 (Makefile.inc1,v 1.161). Revision Changes Path 1.25 +0 -5 src/usr.sbin/mtree/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 4: 7:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1089537B401; Wed, 13 Nov 2002 04:07:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B75F143E6E; Wed, 13 Nov 2002 04:07:49 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADC5NmV013470; Wed, 13 Nov 2002 04:05:23 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADC5NBv013469; Wed, 13 Nov 2002 04:05:23 -0800 (PST) Message-Id: <200211131205.gADC5NBv013469@repoman.freebsd.org> From: Ying-Chieh Liao Date: Wed, 13 Nov 2002 04:05:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libtecla Makefile pkg-plist ports/devel/libtecla/files patch-configure.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/13 04:05:23 PST Modified files: devel/libtecla Makefile pkg-plist Added files: devel/libtecla/files patch-configure.in Log: builds and installs shlib PR: 45261 Submitted by: Kimura Fuyuki Revision Changes Path 1.13 +3 -1 ports/devel/libtecla/Makefile 1.1 +16 -0 ports/devel/libtecla/files/patch-configure.in (new) 1.4 +2 -0 ports/devel/libtecla/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 Nov 13 4:12:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC04637B401; Wed, 13 Nov 2002 04:12:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96E1443E42; Wed, 13 Nov 2002 04:12:30 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADCA4mV014194; Wed, 13 Nov 2002 04:10:04 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADCA4wh014193; Wed, 13 Nov 2002 04:10:04 -0800 (PST) Message-Id: <200211131210.gADCA4wh014193@repoman.freebsd.org> From: Akinori MUSHA Date: Wed, 13 Nov 2002 04:10:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT exclude X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/13 04:10:04 PST Modified files: . exclude Log: Skip the CVSweb icon files. Revision Changes Path 1.50 +3 -0 CVSROOT/exclude To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 4:40:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D38C37B401; Wed, 13 Nov 2002 04:40:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B680D43E42; Wed, 13 Nov 2002 04:40:43 -0800 (PST) (envelope-from roger@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADCcHmV016139; Wed, 13 Nov 2002 04:38:17 -0800 (PST) (envelope-from roger@repoman.freebsd.org) Received: (from roger@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADCcHmh016137; Wed, 13 Nov 2002 04:38:17 -0800 (PST) Message-Id: <200211131238.gADCcHmh016137@repoman.freebsd.org> From: Roger Hardiman Date: Wed, 13 Nov 2002 04:38:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/ixj Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roger 2002/11/13 04:38:16 PST Modified files: comms/ixj Makefile Log: Mark broken on 5.x machines PR: ports/44892 Submitted by: Volker Stolz Revision Changes Path 1.9 +8 -1 ports/comms/ixj/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 4:56:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 666BB37B401; Wed, 13 Nov 2002 04:56:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C54E43E75; Wed, 13 Nov 2002 04:56:33 -0800 (PST) (envelope-from simokawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADCs6mV017535; Wed, 13 Nov 2002 04:54:06 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADCs6kS017534; Wed, 13 Nov 2002 04:54:06 -0800 (PST) Message-Id: <200211131254.gADCs6kS017534@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Wed, 13 Nov 2002 04:54:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nge if_nge.c if_ngereg.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG simokawa 2002/11/13 04:54:06 PST Modified files: (Branch: RELENG_4) sys/dev/nge if_nge.c if_ngereg.h Log: MFC: device polling support. Revision Changes Path 1.13.2.12 +76 -0 src/sys/dev/nge/if_nge.c 1.4.2.5 +3 -0 src/sys/dev/nge/if_ngereg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 5: 5:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7185537B401; Wed, 13 Nov 2002 05:05:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2630043E42; Wed, 13 Nov 2002 05:05:23 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADD2umV018388; Wed, 13 Nov 2002 05:02:56 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADD2uWi018387; Wed, 13 Nov 2002 05:02:56 -0800 (PST) Message-Id: <200211131302.gADD2uWi018387@repoman.freebsd.org> From: Christian Weisgerber Date: Wed, 13 Nov 2002 05:02:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/passivetex Makefile ports/astro/setiathome Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/11/13 05:02:56 PST Modified files: print/passivetex Makefile astro/setiathome Makefile Log: A "patch-message" target is already used by bsd.port.mk. Revision Changes Path 1.31 +2 -2 ports/astro/setiathome/Makefile 1.4 +1 -3 ports/print/passivetex/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 5:30:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DBB837B401; Wed, 13 Nov 2002 05:30:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4102543E4A; Wed, 13 Nov 2002 05:30:24 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADDRvmV020138; Wed, 13 Nov 2002 05:27:57 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADDRv8T020137; Wed, 13 Nov 2002 05:27:57 -0800 (PST) Message-Id: <200211131327.gADDRv8T020137@repoman.freebsd.org> From: Ernst de Haan Date: Wed, 13 Nov 2002 05:27:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/xmlenc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/11/13 05:27:57 PST Modified files: textproc/xmlenc Makefile distinfo Log: Upgrade to 0.11. Revision Changes Path 1.6 +1 -1 ports/textproc/xmlenc/Makefile 1.5 +1 -1 ports/textproc/xmlenc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 5:50:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5966437B401; Wed, 13 Nov 2002 05:50:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07A6243E7B; Wed, 13 Nov 2002 05:50:15 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADDlmmV021772; Wed, 13 Nov 2002 05:47:48 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADDlmZV021771; Wed, 13 Nov 2002 05:47:48 -0800 (PST) Message-Id: <200211131347.gADDlmZV021771@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 13 Nov 2002 05:47:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libncurses Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/11/13 05:47:48 PST Modified files: lib/libncurses Makefile Log: Actually check if stdbool.h exists when BOOTSTRAPPING. Revision Changes Path 1.65 +1 -1 src/lib/libncurses/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 5:51:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 377D537B401; Wed, 13 Nov 2002 05:51:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E772543E75; Wed, 13 Nov 2002 05:51:56 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADDnUmV022431; Wed, 13 Nov 2002 05:49:30 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADDnUes022430; Wed, 13 Nov 2002 05:49:30 -0800 (PST) Message-Id: <200211131349.gADDnUes022430@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 13 Nov 2002 05:49:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 src/gnu/usr.bin/binutils/libiberty Makefile src/kerberos5/lib/libasn1 Makefile src/kerberos5/lib/libhdb Makefile src/share/mk bsd.sys.mk src/usr.bin/xinstall Makefile src/usr.bin/xargs Makefile xargs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/11/13 05:49:30 PST Modified files: . Makefile.inc1 gnu/usr.bin/binutils/libiberty Makefile kerberos5/lib/libasn1 Makefile kerberos5/lib/libhdb Makefile share/mk bsd.sys.mk usr.bin/xinstall Makefile usr.bin/xargs Makefile xargs.c Log: Take __FreeBSD_version into account when BOOTSTRAPPING. Revision Changes Path 1.311 +5 -3 src/Makefile.inc1 1.17 +3 -1 src/gnu/usr.bin/binutils/libiberty/Makefile 1.17 +3 -1 src/kerberos5/lib/libasn1/Makefile 1.10 +3 -1 src/kerberos5/lib/libhdb/Makefile 1.11 +4 -2 src/share/mk/bsd.sys.mk 1.5 +0 -4 src/usr.bin/xargs/Makefile 1.43 +7 -5 src/usr.bin/xargs/xargs.c 1.20 +3 -1 src/usr.bin/xinstall/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 6: 2:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31E1C37B401; Wed, 13 Nov 2002 06:02:16 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C013D43E75; Wed, 13 Nov 2002 06:02:14 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id gADE1XOo089847; Wed, 13 Nov 2002 09:01:33 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Wed, 13 Nov 2002 09:01:32 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Doug Rabson Cc: Wilko Bulte , "David E. O'Brien" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc inetd.conf src/libexec Makefile In-Reply-To: <200211130932.08532.dfr@nlsystems.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Nov 2002, Doug Rabson wrote: > > > > [DAIVD O'BRIEN's OPINION] > > > > Head off what I think is an abuse of the TRB, and disable > > > > lukemftpd. > > > > > > The TRB has nothing to do with the fate of lukemftpd and we have > > > not been discussing it. Policy decisions (which ftpd to use, which > > > > rwatson suggested het wanted to ask the TRB > > I missed that. Probably because I sent e-mail to David saying that I planned to take this issue to the TRB for resolution, since we apparently had a technical disagreement: I believe that FTP daemons shipped as part of the base system are feature-incomplete if they claim to support authentication and accounts, yet don't support our stand authentication and account management framework, and he doesn't believe that. > > > authentication framework to use) are probably not part of the TRB's > > > > Why not? > > Which ftpd to use isn't a technical decision. Presumably both versions > work (for some value of the word 'work'). Which authentication framework > to use is clear: we use PAM for authentication services. What is left? Sounds reasonable to me. I ended up not sending out the e-mail to trb@ yesterday afternoon because of David's backout; from a purely technical perspective, this suffices to address the list of concerns I had, although it's perhaps not the most ideal outcome of the set of possible results I would have considered acceptable. > > > > Because its so trivial that everyone can have an opinion on it of > course. My concern, and reason for potentially dropping this on the TRB, was that there appeared to be a technical viewpoint that it was not necessary to implement the "standard" system authentication and account management services, and that this would be considered sufficient reason not to implement them. If I had sent the request to the TRB, the result I would have been looking for would either be (a) that the interfaces must be implemented if we ship a service, or (b) we do not have, and will not have, standard authentication and account management interfaces (and as such there is no obligation for committers introducing new services that might uses those interfaces to implement support for them). Which seems on-target for a TRB discussion. I did not intend to raise the issue of which FTP daemon was the One True FTP Daemon, although one potential result of the discussion might be that we do permit a non-compliant daemon in the system if appropriately signposted, in which case we'd have Suppported daemons, and Unsupported daemons. In any case, this is speculation, since thus far it hasn't been sent to the TRB. :-) Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 6: 8: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDC9D37B401; Wed, 13 Nov 2002 06:07:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DF2043E42; Wed, 13 Nov 2002 06:07:58 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADE5VmV023534; Wed, 13 Nov 2002 06:05:31 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADE5VCV023533; Wed, 13 Nov 2002 06:05:31 -0800 (PST) Message-Id: <200211131405.gADE5VCV023533@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 13 Nov 2002 06:05:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/cdrdao Makefile pkg-comment pkg-descr pkg-message pkg-plist ports/audio/cdrdao/files getopt.h patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2002/11/13 06:05:31 PST Modified files: audio/cdrdao Makefile pkg-comment pkg-descr pkg-plist audio/cdrdao/files patch-configure Removed files: audio/cdrdao pkg-message audio/cdrdao/files getopt.h Log: - give maintainership from ports to submitter From submitter: - Remove the devel/pccts BUILD_DEPENDS, there's no need to depend on it as cdrdao ships it's own version (but use the pccts-port if it happens to be installed in order to speed up things). - Add a knob to build toc2mp3 (a tool encode an audio cd-image to a set of mp3 files, see Release-1.1.6), makes this port depend on audio/lame. - Use the FreeBSD INSTALL-macros to install the 4 (5 when building toc2mp3) files that are not yet installed by them, much faster than going through the whole makfile-tree. - Don't install extra documentation when NOPORTDOCS is defined (pkg-plist was already correct). - Remove pkg-message, POSIX scheduling is part of the GENERIC kernel since FreeBSD 4.0-RELEASE and it's options are different for 3-stable, 4-stable and 5.0-current. Therefore it's ugly to explain for what options to check on what FreeBSD-version. Don't install README.FreeBSD for the same reason. - Don't copy a getopt.h to ${WRKSRC}/utils, it's neither required nor gets picked up. - Respect PTHREAD_LIBS, respect CC/CFLAGS when compiling Joerg Schiling's SCSI library (the later is recycled sysutils/cdrtools/files/patch-ad). - Don't build librscg and rscsi (remote-scsi) of the SCSI library, they aren't required by cdrdao and the later fails to link anyway because _somewhere_ in the makefile-tree libcam no longer gets passed forward in $SCSILIB. - Fix compilation on 5.0-current. - Add support for FreeBSD/sparc64. Submitted by: marius@alchemy.franken.de Revision Changes Path 1.31 +44 -22 ports/audio/cdrdao/Makefile 1.2 +0 -129 ports/audio/cdrdao/files/getopt.h (dead) 1.2 +9 -1 ports/audio/cdrdao/files/patch-configure 1.5 +1 -1 ports/audio/cdrdao/pkg-comment 1.5 +2 -11 ports/audio/cdrdao/pkg-descr 1.4 +0 -9 ports/audio/cdrdao/pkg-message (dead) 1.9 +1 -1 ports/audio/cdrdao/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 Nov 13 6:42:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D67B637B401; Wed, 13 Nov 2002 06:42:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85F9243E6E; Wed, 13 Nov 2002 06:42:19 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADEdqmV027587; Wed, 13 Nov 2002 06:39:52 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADEdqR9027586; Wed, 13 Nov 2002 06:39:52 -0800 (PST) Message-Id: <200211131439.gADEdqR9027586@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 13 Nov 2002 06:39:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/icc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2002/11/13 06:39:52 PST Modified files: lang/icc Makefile Log: - fix typo in message - catch up with __sF change in -stable Tested by: marius@alchemy.franken.de Revision Changes Path 1.23 +3 -2 ports/lang/icc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 6:46:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2309037B401; Wed, 13 Nov 2002 06:46:24 -0800 (PST) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 4E8CA43E6E; Wed, 13 Nov 2002 06:46:22 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 13 Nov 2002 14:46:20 +0000 (GMT) Date: Wed, 13 Nov 2002 14:46:20 +0000 From: David Malone To: "Matthew N. Dodd" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/common help.common loader.8 src/sys/i386/i386 i686_mem.c Message-ID: <20021113144620.GA81374@walton.maths.tcd.ie> References: <200211130937.gAD9bhm9089637@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211130937.gAD9bhm9089637@repoman.freebsd.org> User-Agent: Mutt/1.3.25i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Nov 13, 2002 at 01:37:43AM -0800, Matthew N. Dodd wrote: > mdodd 2002/11/13 01:37:43 PST > > Modified files: > sys/boot/common help.common loader.8 > sys/i386/i386 i686_mem.c > Log: > Loader tunable 'machdep.disable_mtrrs'. > Sysctl of same name to reflect status. Interesting - what problems were you seeing that you had to disable MTRRs for? I've spent quite a bit of time trying to figure out how to make the code work for weird Athlon settings, so if you've found another place it doesn't work I'd be interested... Also, wouldn't it have been better to have a disable_memrange sysctl rather than one specific to mtrrs? David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 6:53: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE51637B401; Wed, 13 Nov 2002 06:53:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97D4343E4A; Wed, 13 Nov 2002 06:53:06 -0800 (PST) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADEodmV028493; Wed, 13 Nov 2002 06:50:39 -0800 (PST) (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADEod5l028492; Wed, 13 Nov 2002 06:50:39 -0800 (PST) Message-Id: <200211131450.gADEod5l028492@repoman.freebsd.org> From: Pete Fritchman Date: Wed, 13 Nov 2002 06:50:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/Tee Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/11/13 06:50:39 PST Modified files: sysutils Makefile Added files: sysutils/Tee Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add Tee 3.4, an enhanced version of tee(1). Submitted by: Stephen Gunn Revision Changes Path 1.310 +1 -0 ports/sysutils/Makefile 1.1 +40 -0 ports/sysutils/Tee/Makefile (new) 1.1 +1 -0 ports/sysutils/Tee/distinfo (new) 1.1 +1 -0 ports/sysutils/Tee/pkg-comment (new) 1.1 +2 -0 ports/sysutils/Tee/pkg-descr (new) 1.1 +1 -0 ports/sysutils/Tee/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 7: 0:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67F3237B406; Wed, 13 Nov 2002 07:00:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A516843E88; Wed, 13 Nov 2002 07:00:29 -0800 (PST) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADEw2mV031310; Wed, 13 Nov 2002 06:58:02 -0800 (PST) (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADEw2rn031309; Wed, 13 Nov 2002 06:58:02 -0800 (PST) Message-Id: <200211131458.gADEw2rn031309@repoman.freebsd.org> From: Pete Fritchman Date: Wed, 13 Nov 2002 06:58:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/11/13 06:58:02 PST Modified files: . modules Log: Tee --> ports/sysutils/Tee Revision Changes Path 1.6223 +1 -0 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 Nov 13 7: 2:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C28DD37B401; Wed, 13 Nov 2002 07:02:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71DAD43E4A; Wed, 13 Nov 2002 07:02:29 -0800 (PST) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADF01mV032574; Wed, 13 Nov 2002 07:00:01 -0800 (PST) (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADF01CO032568; Wed, 13 Nov 2002 07:00:01 -0800 (PST) Message-Id: <200211131500.gADF01CO032568@repoman.freebsd.org> From: Pete Fritchman Date: Wed, 13 Nov 2002 07:00:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Tools/scripts addport X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/11/13 07:00:01 PST Modified files: Tools/scripts addport Log: Use 'cvs ci -F ...' instead of setting the log file with EDITOR="cp ...". This fixes addport for me on -stable (cvs was erroring out), and also fixes addport when you have the EDITOR environment variable set. Approved by: will Revision Changes Path 1.26 +2 -4 ports/Tools/scripts/addport To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 7:17:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 443D237B401; Wed, 13 Nov 2002 07:17:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E754E43E4A; Wed, 13 Nov 2002 07:17:24 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADFEvmV035511; Wed, 13 Nov 2002 07:14:57 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADFEv54035510; Wed, 13 Nov 2002 07:14:57 -0800 (PST) Message-Id: <200211131514.gADFEv54035510@repoman.freebsd.org> From: Maxime Henrion Date: Wed, 13 Nov 2002 07:14:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys stddef.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/11/13 07:14:57 PST Added files: sys/sys stddef.h Log: Add the sys/stddef.h header, so that we can have ptrdiff_t definition in the kernel. It also includes the offsetof() definition which, according to bde@ should be here and not in sys/types.h, and the definition of NULL so that we're closer to make it closer to standard C. Reviewed by: mike Revision Changes Path 1.1 +43 -0 src/sys/sys/stddef.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 7:17:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09E7C37B401; Wed, 13 Nov 2002 07:17:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BABED43E3B; Wed, 13 Nov 2002 07:17:49 -0800 (PST) (envelope-from joe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADFFMmV035618; Wed, 13 Nov 2002 07:15:22 -0800 (PST) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADFFM1j035617; Wed, 13 Nov 2002 07:15:22 -0800 (PST) Message-Id: <200211131515.gADFFM1j035617@repoman.freebsd.org> From: Josef Karthauser Date: Wed, 13 Nov 2002 07:15:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/usbd usbd.c src/usr.sbin/usbdevs usbdevs.c src/share/man/man4 usb.4 src/sys/dev/usb usb.c usb.h usb_subr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/11/13 07:15:22 PST Modified files: (Branch: RELENG_4) usr.sbin/usbd usbd.c usr.sbin/usbdevs usbdevs.c share/man/man4 usb.4 sys/dev/usb usb.c usb.h usb_subr.c Log: MFC: Bring the usb_event structure in line with -current. In the process change MAXDEVNAMES -> USB_MAX_DEVNAMES and MAXDEVNAMELEN -> USB_MAX_DEVNAMELEN. Revision Changes Path 1.9.2.8 +130 -32 src/share/man/man4/usb.4 1.26.2.9 +2 -2 src/sys/dev/usb/usb.c 1.17.2.11 +25 -11 src/sys/dev/usb/usb.h 1.23.2.6 +7 -7 src/sys/dev/usb/usb_subr.c 1.10.2.5 +75 -33 src/usr.sbin/usbd/usbd.c 1.5.2.3 +1 -1 src/usr.sbin/usbdevs/usbdevs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 7:18:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E038837B401; Wed, 13 Nov 2002 07:18:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 905E743E6E; Wed, 13 Nov 2002 07:18:26 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADFFxmV035651; Wed, 13 Nov 2002 07:15:59 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADFFxtW035650; Wed, 13 Nov 2002 07:15:59 -0800 (PST) Message-Id: <200211131515.gADFFxtW035650@repoman.freebsd.org> From: Maxime Henrion Date: Wed, 13 Nov 2002 07:15:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_prf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/11/13 07:15:59 PST Modified files: sys/kern subr_prf.c Log: Add support for the C99 %t format modifier. Revision Changes Path 1.91 +11 -2 src/sys/kern/subr_prf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 7:35:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E661837B401; Wed, 13 Nov 2002 07:35:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FE5943E4A; Wed, 13 Nov 2002 07:35:10 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADFWhmV037254; Wed, 13 Nov 2002 07:32:43 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADFWhIO037253; Wed, 13 Nov 2002 07:32:43 -0800 (PST) Message-Id: <200211131532.gADFWhIO037253@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 13 Nov 2002 07:32:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/understand_c Makefile distinfo ports/devel/understand_ada Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/13 07:32:43 PST Modified files: devel/understand_c Makefile distinfo devel/understand_ada Makefile distinfo Log: Update to 1.4 Build 186 Revision Changes Path 1.40 +1 -1 ports/devel/understand_ada/Makefile 1.38 +1 -1 ports/devel/understand_ada/distinfo 1.59 +1 -1 ports/devel/understand_c/Makefile 1.56 +1 -1 ports/devel/understand_c/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 7:41:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1374F37B406; Wed, 13 Nov 2002 07:41:26 -0800 (PST) Received: from angelica.unixdaemons.com (angelica.unixdaemons.com [209.148.64.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AB4943E4A; Wed, 13 Nov 2002 07:41:25 -0800 (PST) (envelope-from hiten@angelica.unixdaemons.com) Received: from angelica.unixdaemons.com (hiten@localhost.unixdaemons.com [127.0.0.1]) by angelica.unixdaemons.com (8.12.5/8.12.1) with ESMTP id gADFfK06045619; Wed, 13 Nov 2002 10:41:20 -0500 (EST) X-Authentication-Warning: angelica.unixdaemons.com: Host hiten@localhost.unixdaemons.com [127.0.0.1] claimed to be angelica.unixdaemons.com Received: (from hiten@localhost) by angelica.unixdaemons.com (8.12.5/8.12.1/Submit) id gADFfK7V045618; Wed, 13 Nov 2002 10:41:20 -0500 (EST) (envelope-from hiten) Date: Wed, 13 Nov 2002 10:41:20 -0500 From: Hiten Pandya To: "Matthew N. Dodd" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf options src/sys/dev/pci pci_pci.c Message-ID: <20021113104120.B45269@angelica.unixdaemons.com> References: <200211130942.gAD9gP6i090470@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200211130942.gAD9gP6i090470@repoman.freebsd.org>; from mdodd@FreeBSD.ORG on Wed, Nov 13, 2002 at 01:42:25AM -0800 X-Operating-System: FreeBSD i386 X-Public-Key: http://www.pittgoth.com/~hiten/pubkey.asc X-URL: http://www.unixdaemons.com/~hiten X-PGP: http://pgp.mit.edu:11371/pks/lookup?search=Hiten+Pandya&op=index Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Nov 13, 2002 at 01:42:25AM -0800, Matthew N. Dodd wrote the words in effect of: > mdodd 2002/11/13 01:42:25 PST > > Modified files: > sys/conf options > sys/dev/pci pci_pci.c > Log: > Convert kernel compile option PCI_ALLOW_UNSUPPORTED_IO_RANGE to > a loader tunable hw.pci.allow_unsupported_io_range. > > Submitted by: Hiten Pandya > Approved by: re (murray) Can someone please commit this: Index: pci_pci.c =================================================================== RCS file: /home/ncvs/src/sys/dev/pci/pci_pci.c,v retrieving revision 1.18 diff -u -r1.18 pci_pci.c --- pci_pci.c 2002/11/13 09:42:25 1.18 +++ pci_pci.c 2002/11/13 15:40:35 @@ -47,7 +47,6 @@ #include #include "pcib_if.h" -#include "opt_pci.h" static int pcib_probe(device_t dev); static int pcib_route_interrupt(device_t pcib, device_t dev, int pin); I apologize for the incovenience this may have caused. Cheers. -- Hiten Pandya (hiten@unixdaemons.com, hiten@uk.FreeBSD.org) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 7:42: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE33337B401; Wed, 13 Nov 2002 07:42:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8F4E43E4A; Wed, 13 Nov 2002 07:42:05 -0800 (PST) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADFdcmV038099; Wed, 13 Nov 2002 07:39:38 -0800 (PST) (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADFdcv3038098; Wed, 13 Nov 2002 07:39:38 -0800 (PST) Message-Id: <200211131539.gADFdcv3038098@repoman.freebsd.org> From: Pete Fritchman Date: Wed, 13 Nov 2002 07:39:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/curly Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/curly/files patch-machine.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/11/13 07:39:38 PST Modified files: sysutils Makefile Added files: sysutils/curly Makefile distinfo pkg-comment pkg-descr pkg-plist sysutils/curly/files patch-machine.h Log: Add curly 3.4, generalize listed filenames to csh-extended glob patterns. Submitted by: Stephen Gunn Revision Changes Path 1.311 +1 -0 ports/sysutils/Makefile 1.1 +41 -0 ports/sysutils/curly/Makefile (new) 1.1 +1 -0 ports/sysutils/curly/distinfo (new) 1.1 +13 -0 ports/sysutils/curly/files/patch-machine.h (new) 1.1 +1 -0 ports/sysutils/curly/pkg-comment (new) 1.1 +2 -0 ports/sysutils/curly/pkg-descr (new) 1.1 +2 -0 ports/sysutils/curly/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 7:44:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FD1E37B401; Wed, 13 Nov 2002 07:44:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F35B743E97; Wed, 13 Nov 2002 07:44:50 -0800 (PST) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADFgNmV038188; Wed, 13 Nov 2002 07:42:23 -0800 (PST) (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADFgNoj038187; Wed, 13 Nov 2002 07:42:23 -0800 (PST) Message-Id: <200211131542.gADFgNoj038187@repoman.freebsd.org> From: Pete Fritchman Date: Wed, 13 Nov 2002 07:42:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/11/13 07:42:23 PST Modified files: . modules Log: curly --> ports/sysutils/curly Revision Changes Path 1.6224 +1 -0 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 Nov 13 7:49:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E486537B401; Wed, 13 Nov 2002 07:49:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F28543E77; Wed, 13 Nov 2002 07:49:36 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADFl9mV038343; Wed, 13 Nov 2002 07:47:09 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADFl9QA038342; Wed, 13 Nov 2002 07:47:09 -0800 (PST) Message-Id: <200211131547.gADFl9QA038342@repoman.freebsd.org> From: Robert Watson Date: Wed, 13 Nov 2002 07:47:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mac.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/11/13 07:47:09 PST Modified files: sys/kern kern_mac.c Log: Introduce a condition variable to avoid returning EBUSY when the MAC policy list is busy during a load or unload attempt. We assert no locks held during the cv wait, meaning we should be fairly deadlock-safe. Because of the cv model and busy count, it's possible for a cv waiter waiting for exclusive access to the policy list to be starved by active and long-lived access control/labeling events. For now, we accept that as a necessary tradeoff. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.67 +52 -29 src/sys/kern/kern_mac.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 7:50:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02FDE37B401; Wed, 13 Nov 2002 07:50:35 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FE4443E3B; Wed, 13 Nov 2002 07:50:34 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id gADFnuOo094326; Wed, 13 Nov 2002 10:49:57 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Wed, 13 Nov 2002 10:49:55 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_mac.c In-Reply-To: <200211131547.gADFl9QA038342@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sigh, left out: Approved by: re Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Wed, 13 Nov 2002, Robert Watson wrote: > rwatson 2002/11/13 07:47:09 PST > > Modified files: > sys/kern kern_mac.c > Log: > Introduce a condition variable to avoid returning EBUSY when > the MAC policy list is busy during a load or unload attempt. > We assert no locks held during the cv wait, meaning we should > be fairly deadlock-safe. Because of the cv model and busy > count, it's possible for a cv waiter waiting for exclusive > access to the policy list to be starved by active and > long-lived access control/labeling events. For now, we > accept that as a necessary tradeoff. > > Obtained from: TrustedBSD Project > Sponsored by: DARPA, Network Associates Laboratories > > Revision Changes Path > 1.67 +52 -29 src/sys/kern/kern_mac.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 8: 6:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0A8637B401; Wed, 13 Nov 2002 08:06:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E43843E8A; Wed, 13 Nov 2002 08:06:48 -0800 (PST) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADG4LmV040057; Wed, 13 Nov 2002 08:04:21 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADG4K2K040056; Wed, 13 Nov 2002 08:04:20 -0800 (PST) Message-Id: <200211131604.gADG4K2K040056@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 13 Nov 2002 08:04:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/fetch fetch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/11/13 08:04:20 PST Modified files: usr.bin/fetch fetch.c Log: Don't set atime / mtime if we don't have an output file, which can happen in certain failure scenarii (mostly DNS trouble). Revision Changes Path 1.57 +2 -2 src/usr.bin/fetch/fetch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 8:48: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93FB337B401; Wed, 13 Nov 2002 08:48:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C1DF43E77; Wed, 13 Nov 2002 08:48:07 -0800 (PST) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADGjdmV043427; Wed, 13 Nov 2002 08:45:39 -0800 (PST) (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADGjdvp043426; Wed, 13 Nov 2002 08:45:39 -0800 (PST) Message-Id: <200211131645.gADGjdvp043426@repoman.freebsd.org> From: Pete Fritchman Date: Wed, 13 Nov 2002 08:45:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/flock Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/11/13 08:45:39 PST Modified files: sysutils Makefile Added files: sysutils/flock Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add flock 3.4, assert/wait for advisory locks with flock(2). Submitted by: Stephen Gunn Revision Changes Path 1.312 +1 -0 ports/sysutils/Makefile 1.1 +40 -0 ports/sysutils/flock/Makefile (new) 1.1 +1 -0 ports/sysutils/flock/distinfo (new) 1.1 +1 -0 ports/sysutils/flock/pkg-comment (new) 1.1 +2 -0 ports/sysutils/flock/pkg-descr (new) 1.1 +1 -0 ports/sysutils/flock/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 8:48:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0414737B401; Wed, 13 Nov 2002 08:48:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A84E343E7B; Wed, 13 Nov 2002 08:48:21 -0800 (PST) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADGjsmV043468; Wed, 13 Nov 2002 08:45:54 -0800 (PST) (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADGjsCP043467; Wed, 13 Nov 2002 08:45:54 -0800 (PST) Message-Id: <200211131645.gADGjsCP043467@repoman.freebsd.org> From: Pete Fritchman Date: Wed, 13 Nov 2002 08:45:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/11/13 08:45:54 PST Modified files: . modules Log: flock --> ports/sysutils/flock Revision Changes Path 1.6225 +1 -0 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 Nov 13 9: 2:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 573D737B401 for ; Wed, 13 Nov 2002 09:02:43 -0800 (PST) Received: from mail.speakeasy.net (mail14.speakeasy.net [216.254.0.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98A0243E75 for ; Wed, 13 Nov 2002 09:02:42 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 14805 invoked from network); 13 Nov 2002 17:02:45 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail14.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 13 Nov 2002 17:02:45 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id gADH2d2D008454; Wed, 13 Nov 2002 12:02:39 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200211131515.gADFFxtW035650@repoman.freebsd.org> Date: Wed, 13 Nov 2002 12:02:41 -0500 (EST) From: John Baldwin To: Maxime Henrion Subject: RE: cvs commit: src/sys/kern subr_prf.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 13-Nov-2002 Maxime Henrion wrote: > mux 2002/11/13 07:15:59 PST > > Modified files: > sys/kern subr_prf.c > Log: > Add support for the C99 %t format modifier. Whee! Have you fixed gcc to grok this? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 9: 8:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2410237B401; Wed, 13 Nov 2002 09:08:25 -0800 (PST) Received: from mail1.qc.uunet.ca (mail1.qc.uunet.ca [198.168.54.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20F5543E6E; Wed, 13 Nov 2002 09:08:24 -0800 (PST) (envelope-from anarcat@espresso-com.com) Received: from xtanbul.studio.espresso-com.com ([216.94.147.57]) by mail1.qc.uunet.ca (8.10.2/8.10.2) with ESMTP id gADH8LZ13247; Wed, 13 Nov 2002 12:08:21 -0500 Received: from anarcat by xtanbul.studio.espresso-com.com with local (Exim 3.36 #1 (Debian)) id 18C0zq-0002ab-00; Wed, 13 Nov 2002 12:08:10 -0500 Date: Wed, 13 Nov 2002 12:08:10 -0500 From: The Anarcat To: Ruslan Ermilov Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/crunch/crunchide exec_elf32.c src/gnu/usr.bin/cc/cc_tools auto-host.h src/lib/libncurses Makefile Message-ID: <20021113170810.GC9829@xtanbul.studio.espresso-com.com> Mail-Followup-To: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200211131150.gADBoeTU012482@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211131150.gADBoeTU012482@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed Nov 13, 2002 at 03:50:40AM -0800, Ruslan Ermilov wrote: > Bootstrapping aid for 4.0-RELEASE. Eh? 4.0? Wasn't that a while ago? :) A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 9: 9: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24AEF37B404; Wed, 13 Nov 2002 09:09:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B8C9843E4A; Wed, 13 Nov 2002 09:08:59 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADH6WmV045384; Wed, 13 Nov 2002 09:06:32 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADH6W07045383; Wed, 13 Nov 2002 09:06:32 -0800 (PST) Message-Id: <200211131706.gADH6W07045383@repoman.freebsd.org> From: Oliver Braun Date: Wed, 13 Nov 2002 09:06:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xbindkeys Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/11/13 09:06:32 PST Modified files: x11/xbindkeys Makefile distinfo Log: Upgrade to 1.6.2. Revision Changes Path 1.23 +2 -2 ports/x11/xbindkeys/Makefile 1.15 +1 -1 ports/x11/xbindkeys/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 9:13:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B57637B401; Wed, 13 Nov 2002 09:13:35 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F7E743E3B; Wed, 13 Nov 2002 09:13:35 -0800 (PST) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 2616FAE316; Wed, 13 Nov 2002 09:13:30 -0800 (PST) Date: Wed, 13 Nov 2002 09:13:30 -0800 From: Maxime Henrion To: John Baldwin Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_prf.c Message-ID: <20021113171330.GA12995@elvis.mu.org> References: <200211131515.gADFFxtW035650@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Baldwin wrote: > > On 13-Nov-2002 Maxime Henrion wrote: > > mux 2002/11/13 07:15:59 PST > > > > Modified files: > > sys/kern subr_prf.c > > Log: > > Add support for the C99 %t format modifier. > > Whee! Have you fixed gcc to grok this? No need to, GCC already handles %t correctly. Cheers, Maxime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 9:30:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEDD837B401; Wed, 13 Nov 2002 09:30:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61CDA43E88; Wed, 13 Nov 2002 09:30:46 -0800 (PST) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADHSImV047364; Wed, 13 Nov 2002 09:28:18 -0800 (PST) (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADHSIMd047362; Wed, 13 Nov 2002 09:28:18 -0800 (PST) Message-Id: <200211131728.gADHSIMd047362@repoman.freebsd.org> From: Pete Fritchman Date: Wed, 13 Nov 2002 09:28:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/xapply Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/11/13 09:28:18 PST Modified files: sysutils Makefile Added files: sysutils/xapply Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add xapply 3.4, parallel Execution tool ala xargs/apply. Submitted by: Stephen Gunn Revision Changes Path 1.313 +1 -0 ports/sysutils/Makefile 1.1 +39 -0 ports/sysutils/xapply/Makefile (new) 1.1 +1 -0 ports/sysutils/xapply/distinfo (new) 1.1 +1 -0 ports/sysutils/xapply/pkg-comment (new) 1.1 +5 -0 ports/sysutils/xapply/pkg-descr (new) 1.1 +1 -0 ports/sysutils/xapply/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 9:30:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6812837B409; Wed, 13 Nov 2002 09:30:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17BD043E3B; Wed, 13 Nov 2002 09:30:58 -0800 (PST) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADHSUmV047484; Wed, 13 Nov 2002 09:28:30 -0800 (PST) (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADHSUlI047481; Wed, 13 Nov 2002 09:28:30 -0800 (PST) Message-Id: <200211131728.gADHSUlI047481@repoman.freebsd.org> From: Pete Fritchman Date: Wed, 13 Nov 2002 09:28:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/11/13 09:28:30 PST Modified files: . modules Log: xapply --> ports/sysutils/xapply Revision Changes Path 1.6226 +1 -0 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 Nov 13 9:31: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDAED37B411; Wed, 13 Nov 2002 09:31:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7704B43E3B; Wed, 13 Nov 2002 09:31:00 -0800 (PST) (envelope-from scop@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADHSWmV047560; Wed, 13 Nov 2002 09:28:32 -0800 (PST) (envelope-from scop@repoman.freebsd.org) Received: (from scop@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADHSWi4047559; Wed, 13 Nov 2002 09:28:32 -0800 (PST) Message-Id: <200211131728.gADHSWi4047559@repoman.freebsd.org> From: Ville Skyttä Date: Wed, 13 Nov 2002 09:28:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/cvsweb ChangeLog INSTALL README.FreeBSD TODO.FreeBSD cvsweb.cgi cvsweb.conf projects/cvsweb/icons minigraph.png X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scop 2002/11/13 09:28:32 PST Modified files: cvsweb ChangeLog INSTALL README.FreeBSD TODO.FreeBSD cvsweb.cgi cvsweb.conf Added files: cvsweb/icons minigraph.png Log: Implement CvsGraph integration. Thanks to: CvsGraph and ViewCVS folks for ideas. Revision Changes Path 1.66 +12 -0 projects/cvsweb/ChangeLog 1.5 +15 -4 projects/cvsweb/INSTALL 1.17 +1 -0 projects/cvsweb/README.FreeBSD 1.17 +0 -1 projects/cvsweb/TODO.FreeBSD 1.132 +112 -8 projects/cvsweb/cvsweb.cgi 1.42 +23 -14 projects/cvsweb/cvsweb.conf 1.1 +3 -0 projects/cvsweb/icons/minigraph.png (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 9:31:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD88F37B6FE; Wed, 13 Nov 2002 09:31:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 723F143E3B; Wed, 13 Nov 2002 09:31:12 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADHSimV047653; Wed, 13 Nov 2002 09:28:44 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADHSiNK047650; Wed, 13 Nov 2002 09:28:44 -0800 (PST) Message-Id: <200211131728.gADHSiNK047650@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 13 Nov 2002 09:28:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/share/examples Makefile.relnotesng X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/11/13 09:28:44 PST Modified files: release/doc/share/examples Makefile.relnotesng Log: Add ia64 documents to RELNOTESng snapshot. Revision Changes Path 1.8 +1 -1 src/release/doc/share/examples/Makefile.relnotesng To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 9:31:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8874D37B40A; Wed, 13 Nov 2002 09:31:38 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE53E43E42; Wed, 13 Nov 2002 09:31:35 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.10) id 18C1MS-0001YD-00; Wed, 13 Nov 2002 19:31:32 +0200 Date: Wed, 13 Nov 2002 19:31:32 +0200 From: Sheldon Hearn To: Pete Fritchman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils Makefile ports/sysutils/flock Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <20021113173132.GT1278@starjuice.net> Mail-Followup-To: Pete Fritchman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200211131645.gADGjdvp043426@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211131645.gADGjdvp043426@repoman.freebsd.org> User-Agent: Mutt/1.5.1i X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *18C1MS-0001YD-00*twLn1lE5ngI* Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On (2002/11/13 08:45), Pete Fritchman wrote: > Modified files: > sysutils Makefile > Added files: > sysutils/flock Makefile distinfo pkg-comment pkg-descr > pkg-plist > Log: > Add flock 3.4, assert/wait for advisory locks with flock(2). > > Submitted by: Stephen Gunn The pkg-descr doesn't show how this is different from the base system's lockf(1). Could you do something about that? :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 9:32:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15F2337B401; Wed, 13 Nov 2002 09:32:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE12943E77; Wed, 13 Nov 2002 09:32:33 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADHU6mV048047; Wed, 13 Nov 2002 09:30:06 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADHU6mN048046; Wed, 13 Nov 2002 09:30:06 -0800 (PST) Message-Id: <200211131730.gADHU6mN048046@repoman.freebsd.org> From: Christian Weisgerber Date: Wed, 13 Nov 2002 09:30:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/french Makefile ports/french/plgrenouille Makefile distinfo pkg-comment pkg-deinstall pkg-descr pkg-install pkg-message pkg-plist ports/french/plgrenouille/files patch-plgrenouille.pl plgrenouille.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/11/13 09:30:06 PST Modified files: french Makefile Added files: french/plgrenouille Makefile distinfo pkg-comment pkg-deinstall pkg-descr pkg-install pkg-message pkg-plist french/plgrenouille/files patch-plgrenouille.pl plgrenouille.sh Log: Import plgrenouille 0.61.5. Bandwidth measurement and statics collection tool for a French project to this purpose. PR: 41133 Submitted by: Cyrille Lefevre Revision Changes Path 1.18 +1 -0 ports/french/Makefile 1.1 +81 -0 ports/french/plgrenouille/Makefile (new) 1.1 +1 -0 ports/french/plgrenouille/distinfo (new) 1.1 +201 -0 ports/french/plgrenouille/files/patch-plgrenouille.pl (new) 1.1 +59 -0 ports/french/plgrenouille/files/plgrenouille.sh (new) 1.1 +1 -0 ports/french/plgrenouille/pkg-comment (new) 1.1 +37 -0 ports/french/plgrenouille/pkg-deinstall (new) 1.1 +5 -0 ports/french/plgrenouille/pkg-descr (new) 1.1 +37 -0 ports/french/plgrenouille/pkg-install (new) 1.1 +11 -0 ports/french/plgrenouille/pkg-message (new) 1.1 +9 -0 ports/french/plgrenouille/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 9:33: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB64A37B401; Wed, 13 Nov 2002 09:33:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 446C243E77; Wed, 13 Nov 2002 09:33:02 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADHUYmV048088; Wed, 13 Nov 2002 09:30:34 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADHUYDY048087; Wed, 13 Nov 2002 09:30:34 -0800 (PST) Message-Id: <200211131730.gADHUYDY048087@repoman.freebsd.org> From: Christian Weisgerber Date: Wed, 13 Nov 2002 09:30:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/11/13 09:30:34 PST Modified files: . modules Log: fr-plgrenouille --> ports/french/plgrenouille Revision Changes Path 1.6227 +1 -0 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 Nov 13 9:36:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA44637B401; Wed, 13 Nov 2002 09:36:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8805E43E42; Wed, 13 Nov 2002 09:36:40 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADHYCmV048174; Wed, 13 Nov 2002 09:34:12 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADHYCVs048173; Wed, 13 Nov 2002 09:34:12 -0800 (PST) Message-Id: <200211131734.gADHYCVs048173@repoman.freebsd.org> From: Maxime Henrion Date: Wed, 13 Nov 2002 09:34:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pci_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/11/13 09:34:12 PST Modified files: sys/dev/pci pci_pci.c Log: Unbreak kernel build. Submitted by: Hiten Pandya Revision Changes Path 1.19 +0 -1 src/sys/dev/pci/pci_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 9:42:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D82EC37B401; Wed, 13 Nov 2002 09:42:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8236643E6E; Wed, 13 Nov 2002 09:42:43 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADHeFmV048955; Wed, 13 Nov 2002 09:40:15 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADHeFKN048954; Wed, 13 Nov 2002 09:40:15 -0800 (PST) Message-Id: <200211131740.gADHeFKN048954@repoman.freebsd.org> From: Maxime Henrion Date: Wed, 13 Nov 2002 09:40:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci agp.c agp_ali.c agp_amd.c agp_i810.c agp_intel.c agp_sis.c agp_via.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/11/13 09:40:15 PST Modified files: sys/pci agp.c agp_ali.c agp_amd.c agp_i810.c agp_intel.c agp_sis.c agp_via.c Log: Remove a bunch of #include "opt_pci.h". Revision Changes Path 1.22 +0 -1 src/sys/pci/agp.c 1.5 +0 -1 src/sys/pci/agp_ali.c 1.13 +0 -1 src/sys/pci/agp_amd.c 1.15 +0 -1 src/sys/pci/agp_i810.c 1.10 +0 -1 src/sys/pci/agp_intel.c 1.5 +0 -1 src/sys/pci/agp_sis.c 1.6 +0 -1 src/sys/pci/agp_via.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 9:46: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C08137B401; Wed, 13 Nov 2002 09:46:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAEBD43E4A; Wed, 13 Nov 2002 09:46:05 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADHhcmV049047; Wed, 13 Nov 2002 09:43:38 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADHhbPd049046; Wed, 13 Nov 2002 09:43:38 -0800 (PST) Message-Id: <200211131743.gADHhbPd049046@repoman.freebsd.org> From: Maxime Henrion Date: Wed, 13 Nov 2002 09:43:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/agp Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/11/13 09:43:37 PST Modified files: sys/modules/agp Makefile Log: Remove opt_pci.h from SRCS. Revision Changes Path 1.8 +1 -1 src/sys/modules/agp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 9:46:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99C2C37B401; Wed, 13 Nov 2002 09:46:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 449F943E6E; Wed, 13 Nov 2002 09:46:57 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADHiTmV049092; Wed, 13 Nov 2002 09:44:29 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADHiTOa049091; Wed, 13 Nov 2002 09:44:29 -0800 (PST) Message-Id: <200211131744.gADHiTOa049091@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 13 Nov 2002 09:44:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_krb5 pam_krb5.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/11/13 09:44:29 PST Modified files: lib/libpam/modules/pam_krb5 pam_krb5.c Log: Use `krb5_get_err_text' instead of `error_message' so that instead of e.g. Unknown error: -1765328378 we get Client not found in Kerberos database Another way to accomplish this would have been to leave `error_message' alone, but to explicitly load the Kerberos com_err error tables. However, I don't really like the idea of a PAM module dorking with global tables. Approved by: re (jhb) Revision Changes Path 1.10 +47 -24 src/lib/libpam/modules/pam_krb5/pam_krb5.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 9:47:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6641D37B401; Wed, 13 Nov 2002 09:47:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13C9A43E42; Wed, 13 Nov 2002 09:47:57 -0800 (PST) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADHjTmV049140; Wed, 13 Nov 2002 09:45:29 -0800 (PST) (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADHjT8Y049139; Wed, 13 Nov 2002 09:45:29 -0800 (PST) Message-Id: <200211131745.gADHjT8Y049139@repoman.freebsd.org> From: Pete Fritchman Date: Wed, 13 Nov 2002 09:45:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/11/13 09:45:29 PST Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Stephen Gunn for the recent ports he submitted. Revision Changes Path 1.297 +4 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 9:48:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1665137B401; Wed, 13 Nov 2002 09:48:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B775E43E42; Wed, 13 Nov 2002 09:48:10 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADHjhmV049205; Wed, 13 Nov 2002 09:45:43 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADHjg9b049202; Wed, 13 Nov 2002 09:45:42 -0800 (PST) Message-Id: <200211131745.gADHjg9b049202@repoman.freebsd.org> From: Maxime Henrion Date: Wed, 13 Nov 2002 09:45:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/ubsec Makefile src/sys/modules/hifn Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/11/13 09:45:42 PST Modified files: sys/modules/ubsec Makefile sys/modules/hifn Makefile Log: Remove opt_pci.h from SRCS, it doesn't exist anymore. Revision Changes Path 1.2 +1 -1 src/sys/modules/hifn/Makefile 1.2 +1 -1 src/sys/modules/ubsec/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 9:48:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AD8237B401; Wed, 13 Nov 2002 09:48:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFF9B43E77; Wed, 13 Nov 2002 09:48:42 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADHkFmV049245; Wed, 13 Nov 2002 09:46:15 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADHkF68049244; Wed, 13 Nov 2002 09:46:15 -0800 (PST) Message-Id: <200211131746.gADHkF68049244@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 13 Nov 2002 09:46:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_krb5 pam_krb5.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/11/13 09:46:15 PST Modified files: lib/libpam/modules/pam_krb5 pam_krb5.c Log: The pam_krb5 module stored a reference to a krb5_ccache structure as PAM module state (created in pam_sm_authenticate and referenced later in pam_sm_setcred and pam_sm_acct_mgmt). However, the krb5_ccache structure shares some data members with the krb5_context structure that was used in its creation. Since a new krb5_context is created and destroyed at each PAM entry point, this inevitably caused the krb5_ccache structure to reference free'd memory. Now instead of storing a pointer to the krb5_ccache structure, we store the name of the cache (e.g. `MEMORY:0x123CACHE') in pam_sm_authenticate, and resolve the name in the other entry points. This bug was uncovered by phkmalloc's free'd memory scrubbing. Approved by: re (jhb) Revision Changes Path 1.11 +42 -20 src/lib/libpam/modules/pam_krb5/pam_krb5.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 9:53:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FE5C37B401; Wed, 13 Nov 2002 09:53:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3E1D43E6E; Wed, 13 Nov 2002 09:53:27 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADHp0mV049982; Wed, 13 Nov 2002 09:51:00 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADHoxHT049981; Wed, 13 Nov 2002 09:50:59 -0800 (PST) Message-Id: <200211131750.gADHoxHT049981@repoman.freebsd.org> From: Maxime Henrion Date: Wed, 13 Nov 2002 09:50:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mp_clock.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/11/13 09:50:59 PST Modified files: sys/i386/i386 mp_clock.c Log: Remove a commented out #include "opt_pci.h", it doesn't exist anymore. Revision Changes Path 1.11 +0 -1 src/sys/i386/i386/mp_clock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 9:56:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AE2037B401; Wed, 13 Nov 2002 09:56:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D963A43E4A; Wed, 13 Nov 2002 09:56:48 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADHsLmV050084; Wed, 13 Nov 2002 09:54:21 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADHsLSU050083; Wed, 13 Nov 2002 09:54:21 -0800 (PST) Message-Id: <200211131754.gADHsLSU050083@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 13 Nov 2002 09:54:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gob2 Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/13 09:54:21 PST Modified files: devel/gob2 Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add gob2 after a repo copy from x11-toolkits/gob. Gob2 is a GObject pre-processor for Glib-2. Revision Changes Path 1.26 +11 -10 ports/devel/gob2/Makefile 1.20 +1 -1 ports/devel/gob2/distinfo 1.3 +1 -1 ports/devel/gob2/pkg-comment 1.2 +1 -1 ports/devel/gob2/pkg-descr 1.3 +2 -2 ports/devel/gob2/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 Nov 13 9:57:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4B6637B401; Wed, 13 Nov 2002 09:57:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CBAD43E42; Wed, 13 Nov 2002 09:57:18 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADHsomV050118; Wed, 13 Nov 2002 09:54:50 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADHsoiZ050117; Wed, 13 Nov 2002 09:54:50 -0800 (PST) Message-Id: <200211131754.gADHsoiZ050117@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 13 Nov 2002 09:54:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/13 09:54:50 PST Modified files: devel Makefile Log: Add gob2. Revision Changes Path 1.981 +1 -0 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 Wed Nov 13 9:57:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F20E37B401; Wed, 13 Nov 2002 09:57:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 007B443E3B; Wed, 13 Nov 2002 09:57:56 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADHtSmV050165; Wed, 13 Nov 2002 09:55:28 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADHtSKj050164; Wed, 13 Nov 2002 09:55:28 -0800 (PST) Message-Id: <200211131755.gADHtSKj050164@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 13 Nov 2002 09:55:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/13 09:55:28 PST Modified files: . modules Log: gob2 --> ports/devel/gob2 Revision Changes Path 1.6228 +1 -0 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 Nov 13 9:59:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E04AE37B401; Wed, 13 Nov 2002 09:59:37 -0800 (PST) Received: from angelica.unixdaemons.com (angelica.unixdaemons.com [209.148.64.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2393643E9C; Wed, 13 Nov 2002 09:59:34 -0800 (PST) (envelope-from hiten@angelica.unixdaemons.com) Received: from angelica.unixdaemons.com (hiten@localhost.unixdaemons.com [127.0.0.1]) by angelica.unixdaemons.com (8.12.5/8.12.1) with ESMTP id gADHxH06058226; Wed, 13 Nov 2002 12:59:17 -0500 (EST) X-Authentication-Warning: angelica.unixdaemons.com: Host hiten@localhost.unixdaemons.com [127.0.0.1] claimed to be angelica.unixdaemons.com Received: (from hiten@localhost) by angelica.unixdaemons.com (8.12.5/8.12.1/Submit) id gADHxHA0058225; Wed, 13 Nov 2002 12:59:17 -0500 (EST) (envelope-from hiten) Date: Wed, 13 Nov 2002 12:59:17 -0500 From: Hiten Pandya To: Maxime Henrion Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci agp.c agp_ali.c agp_amd.c agp_i810.c agp_intel.c agp_sis.c agp_via.c Message-ID: <20021113125917.A53186@angelica.unixdaemons.com> References: <200211131740.gADHeFKN048954@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200211131740.gADHeFKN048954@repoman.freebsd.org>; from mux@FreeBSD.ORG on Wed, Nov 13, 2002 at 09:40:15AM -0800 X-Operating-System: FreeBSD i386 X-Public-Key: http://www.pittgoth.com/~hiten/pubkey.asc X-URL: http://www.unixdaemons.com/~hiten X-PGP: http://pgp.mit.edu:11371/pks/lookup?search=Hiten+Pandya&op=index Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Nov 13, 2002 at 09:40:15AM -0800, Maxime Henrion wrote the words in effect of: > mux 2002/11/13 09:40:15 PST > > Modified files: > sys/pci agp.c agp_ali.c agp_amd.c agp_i810.c > agp_intel.c agp_sis.c agp_via.c > Log: > Remove a bunch of #include "opt_pci.h". > Thanks a lot! I should be kicked for not doing this. -- Hiten Pandya (hiten@unixdaemons.com, hiten@uk.FreeBSD.org) http://www.unixdaemons.com/~hiten/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 10: 5:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAF7637B401; Wed, 13 Nov 2002 10:05:12 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EB7143E4A; Wed, 13 Nov 2002 10:05:10 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id gADI4ROo099950; Wed, 13 Nov 2002 13:04:28 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Wed, 13 Nov 2002 13:04:26 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Jacques Vidrine Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpam/modules/pam_krb5 pam_krb5.c In-Reply-To: <200211131746.gADHkF68049244@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Does this fix the 5.0 interaction problems with Kerberos5 PAM, or are there still issues left? I've been setting up a box locally to see if I could figure out the problems, but I can give up if you think things re fixed :-). Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Wed, 13 Nov 2002, Jacques Vidrine wrote: > nectar 2002/11/13 09:46:15 PST > > Modified files: > lib/libpam/modules/pam_krb5 pam_krb5.c > Log: > The pam_krb5 module stored a reference to a krb5_ccache structure as > PAM module state (created in pam_sm_authenticate and referenced later > in pam_sm_setcred and pam_sm_acct_mgmt). However, the krb5_ccache > structure shares some data members with the krb5_context structure > that was used in its creation. Since a new krb5_context is created > and destroyed at each PAM entry point, this inevitably caused the > krb5_ccache structure to reference free'd memory. > > Now instead of storing a pointer to the krb5_ccache structure, > we store the name of the cache (e.g. `MEMORY:0x123CACHE') in > pam_sm_authenticate, and resolve the name in the other entry points. > > This bug was uncovered by phkmalloc's free'd memory scrubbing. > > Approved by: re (jhb) > > Revision Changes Path > 1.11 +42 -20 src/lib/libpam/modules/pam_krb5/pam_krb5.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 10:10:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D048737B401; Wed, 13 Nov 2002 10:10:35 -0800 (PST) Received: from newtrinity.zeist.de (newtrinity.zeist.de [193.111.112.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4D6343E4A; Wed, 13 Nov 2002 10:10:34 -0800 (PST) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) by newtrinity.zeist.de (8.12.6/8.12.6/ZEIST.DE) with ESMTP id gADIADGF035499; Wed, 13 Nov 2002 19:10:13 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.6/8.12.6/Submit) id gADIA8MY035498; Wed, 13 Nov 2002 19:10:08 +0100 (CET) (envelope-from marius) Date: Wed, 13 Nov 2002 19:10:08 +0100 From: marius@alchemy.franken.de To: Alexander Leidinger Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/audio/cdrdao Makefile pkg-comment pkg-descr pkg-message pkg-plist ports/audio/cdrdao/files getopt.h patch-configure Message-ID: <20021113181008.GM89667@newtrinity.zeist.de> References: <200211131405.gADE5VCV023533@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211131405.gADE5VCV023533@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Nov 13, 2002 at 06:05:31AM -0800, Alexander Leidinger wrote: > netchild 2002/11/13 06:05:31 PST > > Modified files: > audio/cdrdao Makefile pkg-comment pkg-descr pkg-plist > audio/cdrdao/files patch-configure > Removed files: > audio/cdrdao pkg-message > audio/cdrdao/files getopt.h <...> > > Revision Changes Path > 1.31 +44 -22 ports/audio/cdrdao/Makefile > 1.2 +0 -129 ports/audio/cdrdao/files/getopt.h (dead) > 1.2 +9 -1 ports/audio/cdrdao/files/patch-configure > 1.5 +1 -1 ports/audio/cdrdao/pkg-comment > 1.5 +2 -11 ports/audio/cdrdao/pkg-descr > 1.4 +0 -9 ports/audio/cdrdao/pkg-message (dead) > 1.9 +1 -1 ports/audio/cdrdao/pkg-plist > looks like you forgot a `cvs add` for the following files in the FILESDIR: patch-dao::ScsiIf-lib.cc patch-scsilib::RULES::i386-freebsd-cc.rul patch-scsilib::TARGETS::Targetdirs patch-scsilib::include::btorder.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 10:12:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94F5437B404; Wed, 13 Nov 2002 10:12:23 -0800 (PST) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB3DB43E75; Wed, 13 Nov 2002 10:12:22 -0800 (PST) (envelope-from nectar@nectar.cc) Received: from madman.nectar.cc (madman.nectar.cc [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id 76D9B10; Wed, 13 Nov 2002 12:12:22 -0600 (CST) Received: by madman.nectar.cc (Postfix, from userid 1001) id 3ECE8137BDD; Wed, 13 Nov 2002 12:12:22 -0600 (CST) Date: Wed, 13 Nov 2002 12:12:22 -0600 From: "Jacques A. Vidrine" To: Robert Watson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpam/modules/pam_krb5 pam_krb5.c Message-ID: <20021113181222.GC28901@madman.nectar.cc> Mail-Followup-To: "Jacques A. Vidrine" , Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200211131746.gADHkF68049244@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.1i-ja.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Nov 13, 2002 at 01:04:26PM -0500, Robert Watson wrote: > Does this fix the 5.0 interaction problems with Kerberos5 PAM, or are > there still issues left? I've been setting up a box locally to see if I > could figure out the problems, but I can give up if you think things re > fixed :-). I believe it fixes it. It now works here locally on a recent -CURRENT with /usr/bin/login and /usr/sbin/sshd. It definitely did not work before... it would crash due to the phkmalloc memory scrubbing. I will be happy to follow-up any issues that might still exist as they are reported. The pam_krb5 from ports never had this problem due to sheer luck. The way it allocates a new krb5_ccache results in no sharing of data members with the krb5_context. Cheers, -- Jacques A. Vidrine http://www.celabo.org/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 10:14:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EB1937B401; Wed, 13 Nov 2002 10:14:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DA9743E3B; Wed, 13 Nov 2002 10:14:37 -0800 (PST) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADIC9mV051769; Wed, 13 Nov 2002 10:12:09 -0800 (PST) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADIC9pa051768; Wed, 13 Nov 2002 10:12:09 -0800 (PST) Message-Id: <200211131812.gADIC9pa051768@repoman.freebsd.org> From: Daniel Eischen Date: Wed, 13 Nov 2002 10:12:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen _pthread_stubs.c src/lib/libc/include libc_private.h namespace.h un-namespace.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG deischen 2002/11/13 10:12:09 PST Modified files: lib/libc/gen _pthread_stubs.c lib/libc/include libc_private.h namespace.h un-namespace.h Log: Use a jump table (a la Solaris) for pthread routines with default entries in the table being stubs. While I'm here, add macros to auto-generate the stubs. A conforming threads library can override the stub routines by filling in the jump table. Add some entries to namespace.h and sync un-namespace.h to it. Also add a comment to remind folks to update un-namespace.h when changing namespace.h. Revision Changes Path 1.9 +157 -384 src/lib/libc/gen/_pthread_stubs.c 1.6 +42 -0 src/lib/libc/include/libc_private.h 1.11 +11 -6 src/lib/libc/include/namespace.h 1.8 +17 -8 src/lib/libc/include/un-namespace.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 10:15:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D2CD37B401; Wed, 13 Nov 2002 10:15:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C98D643E6E; Wed, 13 Nov 2002 10:15:54 -0800 (PST) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADIDRmV051889; Wed, 13 Nov 2002 10:13:27 -0800 (PST) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADIDRGr051888; Wed, 13 Nov 2002 10:13:27 -0800 (PST) Message-Id: <200211131813.gADIDRGr051888@repoman.freebsd.org> From: Daniel Eischen Date: Wed, 13 Nov 2002 10:13:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_attr_init.c uthread_autoinit.c uthread_cond.c uthread_condattr_init.c uthread_create.c uthread_exit.c uthread_gc.c uthread_init.c uthread_join.c uthread_mattr_init.c uthread_mutex.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG deischen 2002/11/13 10:13:27 PST Modified files: lib/libc_r/uthread pthread_private.h uthread_attr_init.c uthread_autoinit.c uthread_cond.c uthread_condattr_init.c uthread_create.c uthread_exit.c uthread_gc.c uthread_init.c uthread_join.c uthread_mattr_init.c uthread_mutex.c uthread_mutex_prioceiling.c uthread_once.c uthread_pselect.c uthread_rwlock.c uthread_sem.c uthread_sig.c uthread_stack.c Log: At initialization, override the pthread stub routines in libc by filling in the jump table. Convert uses of pthread routines within libc_r to use the internal versions (_pthread_foo instead of pthread_foo). Remove a couple of globals from application namespace. Revision Changes Path 1.76 +4 -13 src/lib/libc_r/uthread/pthread_private.h 1.7 +2 -2 src/lib/libc_r/uthread/uthread_attr_init.c 1.2 +3 -0 src/lib/libc_r/uthread/uthread_autoinit.c 1.34 +53 -20 src/lib/libc_r/uthread/uthread_cond.c 1.7 +6 -4 src/lib/libc_r/uthread/uthread_condattr_init.c 1.36 +7 -4 src/lib/libc_r/uthread/uthread_create.c 1.28 +5 -6 src/lib/libc_r/uthread/uthread_exit.c 1.17 +7 -5 src/lib/libc_r/uthread/uthread_gc.c 1.43 +68 -12 src/lib/libc_r/uthread/uthread_init.c 1.21 +4 -2 src/lib/libc_r/uthread/uthread_join.c 1.8 +6 -4 src/lib/libc_r/uthread/uthread_mattr_init.c 1.33 +14 -13 src/lib/libc_r/uthread/uthread_mutex.c 1.6 +5 -3 src/lib/libc_r/uthread/uthread_mutex_prioceiling.c 1.7 +5 -3 src/lib/libc_r/uthread/uthread_once.c 1.2 +3 -1 src/lib/libc_r/uthread/uthread_pselect.c 1.8 +30 -27 src/lib/libc_r/uthread/uthread_rwlock.c 1.11 +21 -19 src/lib/libc_r/uthread/uthread_sem.c 1.43 +2 -1 src/lib/libc_r/uthread/uthread_sig.c 1.5 +7 -4 src/lib/libc_r/uthread/uthread_stack.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 10:20:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76BFF37B401 for ; Wed, 13 Nov 2002 10:20:49 -0800 (PST) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D32143E6E for ; Wed, 13 Nov 2002 10:20:49 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 29474 invoked from network); 13 Nov 2002 18:20:53 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 13 Nov 2002 18:20:53 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id gADIKe2D008763; Wed, 13 Nov 2002 13:20:40 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20021113171330.GA12995@elvis.mu.org> Date: Wed, 13 Nov 2002 13:20:42 -0500 (EST) From: John Baldwin To: Maxime Henrion Subject: Re: cvs commit: src/sys/kern subr_prf.c Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 13-Nov-2002 Maxime Henrion wrote: > John Baldwin wrote: >> >> On 13-Nov-2002 Maxime Henrion wrote: >> > mux 2002/11/13 07:15:59 PST >> > >> > Modified files: >> > sys/kern subr_prf.c >> > Log: >> > Add support for the C99 %t format modifier. >> >> Whee! Have you fixed gcc to grok this? > > No need to, GCC already handles %t correctly. Ah, cool. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 10:59: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C35D137B401; Wed, 13 Nov 2002 10:59:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFD7443EAA; Wed, 13 Nov 2002 10:59:02 -0800 (PST) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADIuZmV055510; Wed, 13 Nov 2002 10:56:35 -0800 (PST) (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADIuYUW055509; Wed, 13 Nov 2002 10:56:34 -0800 (PST) Message-Id: <200211131856.gADIuYUW055509@repoman.freebsd.org> From: Alexander Leidinger Date: Wed, 13 Nov 2002 10:56:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/cdrdao/files patch-dao::ScsiIf-lib.cc patch-scsilib::RULES::i386-freebsd-cc.rul patch-scsilib::TARGETS::Targetdirs patch-scsilib::include::btorder.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG netchild 2002/11/13 10:56:34 PST Added files: audio/cdrdao/files patch-dao::ScsiIf-lib.cc patch-scsilib::RULES::i386-freebsd-cc.rul patch-scsilib::TARGETS::Targetdirs patch-scsilib::include::btorder.h Log: Add missing patches, see log of Makefile for more. Pointy hat to: netchild Revision Changes Path 1.1 +20 -0 ports/audio/cdrdao/files/patch-dao::ScsiIf-lib.cc (new) 1.1 +31 -0 ports/audio/cdrdao/files/patch-scsilib::RULES::i386-freebsd-cc.rul (new) 1.1 +8 -0 ports/audio/cdrdao/files/patch-scsilib::TARGETS::Targetdirs (new) 1.1 +41 -0 ports/audio/cdrdao/files/patch-scsilib::include::btorder.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 11:10:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8083237B404; Wed, 13 Nov 2002 11:10:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AA1B43E6E; Wed, 13 Nov 2002 11:10:38 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADJ8AmV056536; Wed, 13 Nov 2002 11:08:10 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADJ8AgC056535; Wed, 13 Nov 2002 11:08:10 -0800 (PST) Message-Id: <200211131908.gADJ8AgC056535@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 13 Nov 2002 11:08:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/mpeg4ip Makefile distinfo pkg-plist ports/graphics/mpeg4ip/files extra-patch-include::mpeg4ip_byteswap.h patch-include::mpeg4ip_byteswap.h patch-lib::xvid::bitstream::h263.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/13 11:08:10 PST Modified files: graphics/mpeg4ip Makefile distinfo pkg-plist Added files: graphics/mpeg4ip/files extra-patch-include::mpeg4ip_byteswap.h patch-include::mpeg4ip_byteswap.h patch-lib::xvid::bitstream::h263.h Log: o Update to 0.9.6 o Use FreeBSD optimized byteswap routines if 4.7-RELEASE or later Revision Changes Path 1.3 +18 -4 ports/graphics/mpeg4ip/Makefile 1.3 +1 -1 ports/graphics/mpeg4ip/distinfo 1.1 +29 -0 ports/graphics/mpeg4ip/files/extra-patch-include::mpeg4ip_byteswap.h (new) 1.1 +26 -0 ports/graphics/mpeg4ip/files/patch-include::mpeg4ip_byteswap.h (new) 1.1 +30 -0 ports/graphics/mpeg4ip/files/patch-lib::xvid::bitstream::h263.h (new) 1.3 +4 -0 ports/graphics/mpeg4ip/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 Nov 13 11:14:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6062537B401; Wed, 13 Nov 2002 11:14:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09A3243E6E; Wed, 13 Nov 2002 11:14:42 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADJCEmV057187; Wed, 13 Nov 2002 11:12:14 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADJCEUV057186; Wed, 13 Nov 2002 11:12:14 -0800 (PST) Message-Id: <200211131912.gADJCEUV057186@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 13 Nov 2002 11:12:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad Makefile ports/cad/cascade Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/13 11:12:13 PST Modified files: cad Makefile Added files: cad/cascade Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port cascade version 1.4: A simple tool to analyze noise and distortion of a RF system Submitted by: blackend Revision Changes Path 1.41 +1 -0 ports/cad/Makefile 1.1 +34 -0 ports/cad/cascade/Makefile (new) 1.1 +1 -0 ports/cad/cascade/distinfo (new) 1.1 +1 -0 ports/cad/cascade/pkg-comment (new) 1.1 +14 -0 ports/cad/cascade/pkg-descr (new) 1.1 +10 -0 ports/cad/cascade/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 11:16:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D97F737B401; Wed, 13 Nov 2002 11:16:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BBF543E77; Wed, 13 Nov 2002 11:16:25 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADJDvmV057257; Wed, 13 Nov 2002 11:13:57 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADJDvb9057256; Wed, 13 Nov 2002 11:13:57 -0800 (PST) Message-Id: <200211131913.gADJDvb9057256@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 13 Nov 2002 11:13:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/13 11:13:57 PST Modified files: . modules Log: cascade --> ports/cad/cascade Revision Changes Path 1.6229 +1 -0 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 Nov 13 11:17:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E609A37B404; Wed, 13 Nov 2002 11:17:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9104543E75; Wed, 13 Nov 2002 11:17:28 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADJF0mV057312; Wed, 13 Nov 2002 11:15:00 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADJF0UZ057311; Wed, 13 Nov 2002 11:15:00 -0800 (PST) Message-Id: <200211131915.gADJF0UZ057311@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 13 Nov 2002 11:15:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/security security.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/11/13 11:15:00 PST Modified files: en/security security.sgml Log: Add FreeBSD-SA-02:40, 41, 42. Revision Changes Path 1.121 +7 -2 www/en/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 11:23:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C174737B401; Wed, 13 Nov 2002 11:23:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7081B43E42; Wed, 13 Nov 2002 11:23:38 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADJLAmV058109; Wed, 13 Nov 2002 11:21:10 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADJLAsu058108; Wed, 13 Nov 2002 11:21:10 -0800 (PST) Message-Id: <200211131921.gADJLAsu058108@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 13 Nov 2002 11:21:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/11/13 11:21:10 PST Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: SA-02:40, SA-02:41, SA-02:42. Revision Changes Path 1.451 +18 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 11:25: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF6CE37B401; Wed, 13 Nov 2002 11:25:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A01E543E3B; Wed, 13 Nov 2002 11:24:58 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADJMUmV058207; Wed, 13 Nov 2002 11:22:30 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADJMUmh058206; Wed, 13 Nov 2002 11:22:30 -0800 (PST) Message-Id: <200211131922.gADJMUmh058206@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 13 Nov 2002 11:22:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators Makefile ports/emulators/minivmac Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/13 11:22:30 PST Modified files: emulators Makefile Added files: emulators/minivmac Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Log: New port minivmac version 0.1.7: A miniature Macintosh emulator Submitted by: blackend Revision Changes Path 1.93 +1 -0 ports/emulators/Makefile 1.1 +42 -0 ports/emulators/minivmac/Makefile (new) 1.1 +1 -0 ports/emulators/minivmac/distinfo (new) 1.1 +1 -0 ports/emulators/minivmac/pkg-comment (new) 1.1 +9 -0 ports/emulators/minivmac/pkg-descr (new) 1.1 +6 -0 ports/emulators/minivmac/pkg-message (new) 1.1 +11 -0 ports/emulators/minivmac/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 11:25:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F1FA37B401; Wed, 13 Nov 2002 11:25:37 -0800 (PST) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6B2743E4A; Wed, 13 Nov 2002 11:25:35 -0800 (PST) (envelope-from winter@jurai.net) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by sasami.jurai.net (8.12.6/8.12.5) with ESMTP id gADJPY6D069463; Wed, 13 Nov 2002 14:25:34 -0500 (EST) (envelope-from winter@jurai.net) Date: Wed, 13 Nov 2002 14:25:34 -0500 (EST) From: "Matthew N. Dodd" To: Maxime Henrion Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/pci agp.c agp_ali.c agp_amd.c agp_i810.c agp_intel.c agp_sis.c agp_via.c In-Reply-To: <200211131740.gADHeFKN048954@repoman.freebsd.org> Message-ID: <20021113142506.E69283-100000@sasami.jurai.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Nov 2002, Maxime Henrion wrote: > Log: > Remove a bunch of #include "opt_pci.h". Bah. I should have noticed that there were no other opt_pci.h OPTIONS. Sorry about this. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | For Great Justice! | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 11:26:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ED9B37B404; Wed, 13 Nov 2002 11:26:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A13BB43E4A; Wed, 13 Nov 2002 11:26:45 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADJOHmV058276; Wed, 13 Nov 2002 11:24:17 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADJOHKS058275; Wed, 13 Nov 2002 11:24:17 -0800 (PST) Message-Id: <200211131924.gADJOHKS058275@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 13 Nov 2002 11:24:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/13 11:24:17 PST Modified files: . modules Log: minivmac --> ports/emulators/minivmac Revision Changes Path 1.6230 +1 -0 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 Nov 13 11:33:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1B6537B401; Wed, 13 Nov 2002 11:33:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51CDC43E3B; Wed, 13 Nov 2002 11:33:33 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADJV5mV059104; Wed, 13 Nov 2002 11:31:05 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADJV5kW059103; Wed, 13 Nov 2002 11:31:05 -0800 (PST) Message-Id: <200211131931.gADJV5kW059103@repoman.freebsd.org> From: John Baldwin Date: Wed, 13 Nov 2002 11:31:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/devd devd.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/11/13 11:31:05 PST Modified files: sbin/devd devd.8 Log: - Fix some minor grammar and spelling nits. - Massage the wording in a few places. - Put .Nm on lines by itself so it renders correctly. Reviewed by: imp Revision Changes Path 1.2 +14 -10 src/sbin/devd/devd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 11:37:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6265637B401; Wed, 13 Nov 2002 11:37:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2085343E6E; Wed, 13 Nov 2002 11:37:43 -0800 (PST) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADJZFmV059288; Wed, 13 Nov 2002 11:35:15 -0800 (PST) (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADJZF9l059287; Wed, 13 Nov 2002 11:35:15 -0800 (PST) Message-Id: <200211131935.gADJZF9l059287@repoman.freebsd.org> From: Pete Fritchman Date: Wed, 13 Nov 2002 11:35:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/flashpluginwrapper Makefile distinfo pkg-comment pkg-descr pkg-plist ports/www/flashpluginwrapper/files pkg-message.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/11/13 11:35:14 PST Modified files: www Makefile Added files: www/flashpluginwrapper Makefile distinfo pkg-comment pkg-descr pkg-plist www/flashpluginwrapper/files pkg-message.in Log: Add flashpluginwrapper 0.20021113, a wrapper allowing use of linux-flashplugin with native mozilla. Revision Changes Path 1.562 +1 -0 ports/www/Makefile 1.1 +35 -0 ports/www/flashpluginwrapper/Makefile (new) 1.1 +1 -0 ports/www/flashpluginwrapper/distinfo (new) 1.1 +19 -0 ports/www/flashpluginwrapper/files/pkg-message.in (new) 1.1 +1 -0 ports/www/flashpluginwrapper/pkg-comment (new) 1.1 +7 -0 ports/www/flashpluginwrapper/pkg-descr (new) 1.1 +1 -0 ports/www/flashpluginwrapper/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 11:37:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5E7B37B417; Wed, 13 Nov 2002 11:37:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57B0A43E4A; Wed, 13 Nov 2002 11:37:52 -0800 (PST) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADJZOmV059325; Wed, 13 Nov 2002 11:35:24 -0800 (PST) (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADJZOYp059324; Wed, 13 Nov 2002 11:35:24 -0800 (PST) Message-Id: <200211131935.gADJZOYp059324@repoman.freebsd.org> From: Pete Fritchman Date: Wed, 13 Nov 2002 11:35:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/11/13 11:35:24 PST Modified files: . modules Log: flashpluginwrapper --> ports/www/flashpluginwrapper Revision Changes Path 1.6231 +1 -0 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 Nov 13 11:38:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A138937B406; Wed, 13 Nov 2002 11:38:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50F8243E75; Wed, 13 Nov 2002 11:38:08 -0800 (PST) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADJZemV059362; Wed, 13 Nov 2002 11:35:40 -0800 (PST) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADJZe7R059361; Wed, 13 Nov 2002 11:35:40 -0800 (PST) Message-Id: <200211131935.gADJZe7R059361@repoman.freebsd.org> From: Daniel Eischen Date: Wed, 13 Nov 2002 11:35:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/include libc_private.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG deischen 2002/11/13 11:35:40 PST Modified files: lib/libc/include libc_private.h Log: Make this compile with whatever error-checking is enabled in buildworld and/or beast. Revision Changes Path 1.7 +2 -2 src/lib/libc/include/libc_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 11:49:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EEB937B401; Wed, 13 Nov 2002 11:49:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B88543E75; Wed, 13 Nov 2002 11:49:31 -0800 (PST) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADJl2mV060274; Wed, 13 Nov 2002 11:47:02 -0800 (PST) (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADJl2ox060273; Wed, 13 Nov 2002 11:47:02 -0800 (PST) Message-Id: <200211131947.gADJl2ox060273@repoman.freebsd.org> From: Pete Fritchman Date: Wed, 13 Nov 2002 11:47:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/maildrop Makefile distinfo pkg-plist ports/mail/maildrop/files patch-Makefile.in patch-ad X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/11/13 11:47:02 PST Modified files: mail/maildrop Makefile distinfo pkg-plist mail/maildrop/files patch-Makefile.in patch-ad Log: Update to 1.5.0. PR: 44746 Submitted by: Nick Hilliard Revision Changes Path 1.21 +3 -2 ports/mail/maildrop/Makefile 1.12 +1 -1 ports/mail/maildrop/distinfo 1.3 +7 -7 ports/mail/maildrop/files/patch-Makefile.in 1.3 +5 -4 ports/mail/maildrop/files/patch-ad 1.5 +2 -2 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 Wed Nov 13 11:52:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AE2137B401; Wed, 13 Nov 2002 11:52:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C60843E75; Wed, 13 Nov 2002 11:52:35 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADJo6mV060991; Wed, 13 Nov 2002 11:50:06 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADJo6J1060990; Wed, 13 Nov 2002 11:50:06 -0800 (PST) Message-Id: <200211131950.gADJo6J1060990@repoman.freebsd.org> From: Alan Cox Date: Wed, 13 Nov 2002 11:50:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_object.c vm_object.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/11/13 11:50:06 PST Modified files: sys/vm vm_object.c vm_object.h Log: Remove dead code that hasn't been needed since the demise of share maps in various revisions of vm/vm_map.c between 1.148 and 1.153. Revision Changes Path 1.239 +0 -24 src/sys/vm/vm_object.c 1.85 +0 -2 src/sys/vm/vm_object.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 11:54:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D202C37B401; Wed, 13 Nov 2002 11:54:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8416443E77; Wed, 13 Nov 2002 11:54:37 -0800 (PST) (envelope-from petef@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADJq9mV061052; Wed, 13 Nov 2002 11:52:09 -0800 (PST) (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADJq9qK061051; Wed, 13 Nov 2002 11:52:09 -0800 (PST) Message-Id: <200211131952.gADJq9qK061051@repoman.freebsd.org> From: Pete Fritchman Date: Wed, 13 Nov 2002 11:52:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/flock pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG petef 2002/11/13 11:52:09 PST Modified files: sysutils/flock pkg-descr Log: Revise the package description to point out how this tool is different than the base lockf(1). Reviewed by: maintainer Requested by: sheldonh Revision Changes Path 1.2 +3 -2 ports/sysutils/flock/pkg-descr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 11:56:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8F9C37B401; Wed, 13 Nov 2002 11:56:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 688B543E88; Wed, 13 Nov 2002 11:56:42 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADJsEmV061110; Wed, 13 Nov 2002 11:54:14 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADJsEDp061109; Wed, 13 Nov 2002 11:54:14 -0800 (PST) Message-Id: <200211131954.gADJsEDp061109@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 13 Nov 2002 11:54:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/11/13 11:54:14 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: SA-02:40. Revision Changes Path 1.22.2.307 +3 -1 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 11:57: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B0D437B401; Wed, 13 Nov 2002 11:57:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D085543E75; Wed, 13 Nov 2002 11:57:07 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADJsdmV061140; Wed, 13 Nov 2002 11:54:39 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADJsdxr061139; Wed, 13 Nov 2002 11:54:39 -0800 (PST) Message-Id: <200211131954.gADJsdxr061139@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 13 Nov 2002 11:54:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/11/13 11:54:39 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml Log: Errata covering: SA-02:40, SA-02:41, SA-02:42. Revision Changes Path 1.1.2.88 +21 -1 src/release/doc/en_US.ISO8859-1/errata/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 12:14:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 028BB37B401; Wed, 13 Nov 2002 12:14:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7E6443E77; Wed, 13 Nov 2002 12:14:54 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADKCQmV062769; Wed, 13 Nov 2002 12:12:26 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADKCQxr062768; Wed, 13 Nov 2002 12:12:26 -0800 (PST) Message-Id: <200211132012.gADKCQxr062768@repoman.freebsd.org> From: Nate Lawson Date: Wed, 13 Nov 2002 12:12:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sleep sleep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG njl 2002/11/13 12:12:26 PST Modified files: bin/sleep sleep.c Log: Remove getopt and strtol dependencies, reducing size of static exe. Preserve older desired behavior, accept [+-]*[0-9]*\.[0-9]* Remove a few unnecessary casts. %ls -l /bin/sleep -r-xr-xr-x 1 root wheel 61332 Oct 28 05:16 /bin/sleep %ls -l /usr/obj/usr/src/bin/sleep/sleep -rwxr-xr-x 1 root wheel 19124 Nov 13 12:12 /usr/obj/usr/src/bin/sleep/sleep Submitted by: Tim Kientzle Revision Changes Path 1.13 +24 -30 src/bin/sleep/sleep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 12:15:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 165F137B401; Wed, 13 Nov 2002 12:15:29 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 732D443E7B; Wed, 13 Nov 2002 12:15:28 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id gADKFSXD010253; Wed, 13 Nov 2002 12:15:28 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.6/Submit) id gADKEC7f010234; Wed, 13 Nov 2002 12:14:12 -0800 (PST) Date: Wed, 13 Nov 2002 12:14:12 -0800 From: "David O'Brien" To: Alexey Dokuchaev Cc: Robert Watson , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/lukemftpd - Imported sources Message-ID: <20021113201412.GB10193@dragon.nuxi.com> Reply-To: obrien@freebsd.org Mail-Followup-To: David O'Brien , Alexey Dokuchaev , Robert Watson , cvs-committers@freebsd.org, cvs-all@freebsd.org References: <200211120642.gAC6gfg0043798@repoman.freebsd.org> <20021112171203.GB59816@dragon.nuxi.com> <20021113111030.GA83756@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021113111030.GA83756@regency.nsu.ru> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Nov 13, 2002 at 05:10:30PM +0600, Alexey Dokuchaev wrote: > AFAIC, regular ftpd is more secure and robust than lukemftpd. I've > seen reports in the past saying that performance issues in lukemftpd > are unavoidable WRT fixing them. Until we get performance and security > up to what we have in ftpd right now, IMHO it's rather meaningless to > compare features. > > FWIW, if one doesn't like stock ftpd, there are plenty in ports. Perhaps we should move this one to ports also. I am unable to call an ftpd "secure" that has no way to throttle anon users, nor control what they do. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 12:20: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F266E37B401; Wed, 13 Nov 2002 12:20:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A333043E3B; Wed, 13 Nov 2002 12:20:06 -0800 (PST) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADKHcmV062896; Wed, 13 Nov 2002 12:17:38 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADKHc64062895; Wed, 13 Nov 2002 12:17:38 -0800 (PST) Message-Id: <200211132017.gADKHc64062895@repoman.freebsd.org> From: "James E. Housley" Date: Wed, 13 Nov 2002 12:17:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/uvscan-dat Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeh 2002/11/13 12:17:38 PST Modified files: security/uvscan-dat Makefile distinfo Log: Update to DAT 4233 Revision Changes Path 1.124 +1 -1 ports/security/uvscan-dat/Makefile 1.122 +1 -1 ports/security/uvscan-dat/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 12:20:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5023337B401; Wed, 13 Nov 2002 12:20:28 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C38A743E4A; Wed, 13 Nov 2002 12:20:27 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id gADKKRXD010306; Wed, 13 Nov 2002 12:20:27 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.6/Submit) id gADKJCjb010298; Wed, 13 Nov 2002 12:19:12 -0800 (PST) Date: Wed, 13 Nov 2002 12:19:11 -0800 From: "David O'Brien" To: Robert Watson Cc: Doug Rabson , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc inetd.conf src/libexec Makefile Message-ID: <20021113201911.GD10193@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG Mail-Followup-To: David O'Brien , Robert Watson , Doug Rabson , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200211130932.08532.dfr@nlsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Nov 13, 2002 at 09:01:32AM -0500, Robert Watson wrote: > If I had sent the request to the TRB, the result I would > have been looking for would either be > > (a) that the interfaces must be implemented if we ship a service, > > or > > (b) we do not have, and will not have, standard authentication and > account management interfaces (and as such there is no obligation > for committers introducing new services that might uses those > interfaces to implement support for them). Heck, I'd like to propose to the TRB to remove PAM from the base system. No one I talk to has found any use for it, and it hasn't provided any functionality that I know of that we did not have before we brought in PAM. While we are all aware of the constaint pain it gives users. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 12:23:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87DA337B401; Wed, 13 Nov 2002 12:23:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33EBF43E6E; Wed, 13 Nov 2002 12:23:58 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADKLUmV063657; Wed, 13 Nov 2002 12:21:30 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADKLTrS063656; Wed, 13 Nov 2002 12:21:29 -0800 (PST) Message-Id: <200211132021.gADKLTrS063656@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 13 Nov 2002 12:21:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad Makefile ports/cad/atlc Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/13 12:21:29 PST Modified files: cad Makefile Added files: cad/atlc Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port atlc version 4.0.1: A tool to calculate the impedance of transmission lines Submitted by: blackend Revision Changes Path 1.42 +1 -0 ports/cad/Makefile 1.1 +51 -0 ports/cad/atlc/Makefile (new) 1.1 +1 -0 ports/cad/atlc/distinfo (new) 1.1 +1 -0 ports/cad/atlc/pkg-comment (new) 1.1 +14 -0 ports/cad/atlc/pkg-descr (new) 1.1 +173 -0 ports/cad/atlc/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 12:26:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 117B837B401; Wed, 13 Nov 2002 12:26:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2132B43E7B; Wed, 13 Nov 2002 12:26:14 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADKNjmV063737; Wed, 13 Nov 2002 12:23:45 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADKNjw4063736; Wed, 13 Nov 2002 12:23:45 -0800 (PST) Message-Id: <200211132023.gADKNjw4063736@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 13 Nov 2002 12:23:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/13 12:23:45 PST Modified files: . modules Log: atlc --> ports/cad/atlc Revision Changes Path 1.6232 +1 -0 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 Nov 13 12:30:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 632D937B401; Wed, 13 Nov 2002 12:30:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15D6643E77; Wed, 13 Nov 2002 12:30:15 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADKRkmV063847; Wed, 13 Nov 2002 12:27:46 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADKRk5o063846; Wed, 13 Nov 2002 12:27:46 -0800 (PST) Message-Id: <200211132027.gADKRk5o063846@repoman.freebsd.org> From: John Baldwin Date: Wed, 13 Nov 2002 12:27:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/devd devd.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/11/13 12:27:46 PST Modified files: sbin/devd devd.8 Log: Try to reword things a bit more to make it clearer. Reviewed by: imp Revision Changes Path 1.3 +13 -3 src/sbin/devd/devd.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 12:32:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 815E637B404 for ; Wed, 13 Nov 2002 12:32:20 -0800 (PST) Received: from niwun.pair.com (niwun.pair.com [209.68.2.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 05A8143E42 for ; Wed, 13 Nov 2002 12:32:19 -0800 (PST) (envelope-from silby@silby.com) Received: (qmail 34636 invoked by uid 3193); 13 Nov 2002 20:32:13 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 13 Nov 2002 20:32:13 -0000 Date: Wed, 13 Nov 2002 15:32:13 -0500 (EST) From: Mike Silbersack X-X-Sender: silby@niwun.pair.com To: Nate Lawson Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/bin/sleep sleep.c In-Reply-To: <200211132012.gADKCQxr062768@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Nov 2002, Nate Lawson wrote: > njl 2002/11/13 12:12:26 PST > > Modified files: > bin/sleep sleep.c > Log: > Remove getopt and strtol dependencies, reducing size of static exe. > Preserve older desired behavior, accept [+-]*[0-9]*\.[0-9]* > Remove a few unnecessary casts. Please don't commit crap like this. While having smaller binaries might be nice, being entered into an obfuscated C contest is not one of the goals of FreeBSD. Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 12:32:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D50BC37B401; Wed, 13 Nov 2002 12:32:42 -0800 (PST) Received: from totem.fix.no (totem.fix.no [80.91.32.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5615B43E42; Wed, 13 Nov 2002 12:32:42 -0800 (PST) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id DCF722029F; Wed, 13 Nov 2002 21:33:30 +0100 (CET) Date: Wed, 13 Nov 2002 21:33:30 +0100 From: Anders Nordby To: David O'Brien , Robert Watson , Doug Rabson , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/etc inetd.conf src/libexec Makefile Message-ID: <20021113203330.GB19140@totem.fix.no> References: <200211130932.08532.dfr@nlsystems.com> <20021113201911.GD10193@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021113201911.GD10193@dragon.nuxi.com> X-PGP-Key: http://anders.fix.no/pgp/ X-PGP-Key-FingerPrint: 1E0F C53C D8DF 6A8F EAAD 19C5 D12A BC9F 0083 5956 User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, On Wed, Nov 13, 2002 at 12:19:11PM -0800, David O'Brien wrote: > Heck, I'd like to propose to the TRB to remove PAM from the base system. > No one I talk to has found any use for it, and it hasn't provided any > functionality that I know of that we did not have before we brought in > PAM. While we are all aware of the constaint pain it gives users. As maintainer of a few PAM ports (mod_auth_pam, pam-mysql), I beg to differ. I regularly talk to and help users to implement PAM application-wise. I also use PAM a lot myself for external authentication methods. I think many people appreciate PAM being there. Remove PAM, and I would need to consider another OS.. Cheers, -- Anders. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 12:45: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 053E637B401; Wed, 13 Nov 2002 12:45:08 -0800 (PST) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48EB243E6E; Wed, 13 Nov 2002 12:45:06 -0800 (PST) (envelope-from max@vega.com) Received: from vega.vega.com (xDSL-2-2.united.net.ua [193.111.9.226]) by baraca.united.net.ua (8.12.6/8.11.6) with ESMTP id gADKj1xA047208; Wed, 13 Nov 2002 22:45:02 +0200 (EET) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost.vega.com [127.0.0.1]) by vega.vega.com (8.12.6/8.12.5) with ESMTP id gADKj3g0009416; Wed, 13 Nov 2002 22:45:03 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.6/8.12.5/Submit) id gADKj3vJ009415; Wed, 13 Nov 2002 22:45:03 +0200 (EET) Date: Wed, 13 Nov 2002 22:45:03 +0200 From: Maxim Sobolev To: Mike Silbersack Cc: Nate Lawson , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/sleep sleep.c Message-ID: <20021113204503.GI9006@vega.vega.com> References: <200211132012.gADKCQxr062768@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Nov 13, 2002 at 03:32:13PM -0500, Mike Silbersack wrote: > > On Wed, 13 Nov 2002, Nate Lawson wrote: > > > njl 2002/11/13 12:12:26 PST > > > > Modified files: > > bin/sleep sleep.c > > Log: > > Remove getopt and strtol dependencies, reducing size of static exe. > > Preserve older desired behavior, accept [+-]*[0-9]*\.[0-9]* > > Remove a few unnecessary casts. > > Please don't commit crap like this. While having smaller binaries might > be nice, being entered into an obfuscated C contest is not one of the > goals of FreeBSD. I fully agree - HDD space is pretty cheap today, while embedded folks should use other means to reduce footprint (e.g crunchgen). Actually in the case of crunchgen this commit worsens situation, as the code is no longer shared. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 12:46:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D9D137B404; Wed, 13 Nov 2002 12:46:34 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6203243E88; Wed, 13 Nov 2002 12:46:32 -0800 (PST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id gADKkAOr099495; Wed, 13 Nov 2002 21:46:10 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Anders Nordby Cc: "David O'Brien" , Robert Watson , Doug Rabson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc inetd.conf src/libexec Makefile In-Reply-To: Your message of "Wed, 13 Nov 2002 21:33:30 +0100." <20021113203330.GB19140@totem.fix.no> Date: Wed, 13 Nov 2002 21:46:10 +0100 Message-ID: <99494.1037220370@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20021113203330.GB19140@totem.fix.no>, Anders Nordby writes: >Hello, > >On Wed, Nov 13, 2002 at 12:19:11PM -0800, David O'Brien wrote: >> Heck, I'd like to propose to the TRB to remove PAM from the base system. >> No one I talk to has found any use for it, and it hasn't provided any >> functionality that I know of that we did not have before we brought in >> PAM. While we are all aware of the constaint pain it gives users. > >As maintainer of a few PAM ports (mod_auth_pam, pam-mysql), I beg to >differ. I regularly talk to and help users to implement PAM >application-wise. I also use PAM a lot myself for external >authentication methods. I think many people appreciate PAM being there. > >Remove PAM, and I would need to consider another OS.. I know I've been under a rock for much of the summer, so I might have missed this already, but I guess what we really need here is a good article or paper which shows some of the nifty things you can do with PAM. A long time ago a random group of people at a BSDcon came up with the notion of a series of "blue-print" articles which would provide a comprehensive tutorial to new key-features in FreeBSD. I guess we all promptly hid from the editor of daemon-news when he tried to collect text from us, but maybe it is time to revive that idea ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 12:49:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1641B37B401; Wed, 13 Nov 2002 12:49:43 -0800 (PST) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8910D43E4A; Wed, 13 Nov 2002 12:49:42 -0800 (PST) (envelope-from nectar@nectar.cc) Received: from madman.nectar.cc (madman.nectar.cc [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id 172F510; Wed, 13 Nov 2002 14:49:42 -0600 (CST) Received: by madman.nectar.cc (Postfix, from userid 1001) id 9A969137BDD; Wed, 13 Nov 2002 14:49:41 -0600 (CST) Date: Wed, 13 Nov 2002 14:49:41 -0600 From: "Jacques A. Vidrine" To: Mike Silbersack Cc: Nate Lawson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/sleep sleep.c Message-ID: <20021113204941.GF29284@madman.nectar.cc> Mail-Followup-To: "Jacques A. Vidrine" , Mike Silbersack , Nate Lawson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200211132012.gADKCQxr062768@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.1i-ja.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Nov 13, 2002 at 03:32:13PM -0500, Mike Silbersack wrote: > > On Wed, 13 Nov 2002, Nate Lawson wrote: > > > njl 2002/11/13 12:12:26 PST > > > > Modified files: > > bin/sleep sleep.c > > Log: > > Remove getopt and strtol dependencies, reducing size of static exe. > > Preserve older desired behavior, accept [+-]*[0-9]*\.[0-9]* > > Remove a few unnecessary casts. > > Please don't commit crap like this. While having smaller binaries might > be nice, being entered into an obfuscated C contest is not one of the > goals of FreeBSD. Damn, and just as I was finishing up i386, alpha, and sparc assembler versions of these utilities to _really_ get the size down. I might finish anyway just so I can benchmark the old sleep binary with the new, more efficient sleep binary. Oh, and I found writing directly to /dev/kmem resulted in another 10% reduction in overhead for echo versus using write(2), but a small downside is that echo would have to be installed set-user-ID. Cheers, -- Jacques A. Vidrine http://www.celabo.org/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 12:59: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA74037B401 for ; Wed, 13 Nov 2002 12:59:07 -0800 (PST) Received: from niwun.pair.com (niwun.pair.com [209.68.2.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 61AD443E75 for ; Wed, 13 Nov 2002 12:59:06 -0800 (PST) (envelope-from silby@silby.com) Received: (qmail 39681 invoked by uid 3193); 13 Nov 2002 20:59:03 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 13 Nov 2002 20:59:03 -0000 Date: Wed, 13 Nov 2002 15:59:03 -0500 (EST) From: Mike Silbersack X-X-Sender: silby@niwun.pair.com To: "Jacques A. Vidrine" Cc: Nate Lawson , , Subject: Re: cvs commit: src/bin/sleep sleep.c In-Reply-To: <20021113204941.GF29284@madman.nectar.cc> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Nov 2002, Jacques A. Vidrine wrote: > Oh, and I found writing directly to /dev/kmem resulted in another 10% > reduction in overhead for echo versus using write(2), but a small > downside is that echo would have to be installed set-user-ID. That's not a major problem, we can work around it with ACLs. There's the slight downside that we'll have to require extended attributes to be available for 5.0 / partitions, but I think it's worth the tradeoff. Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 13: 1: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A885737B401; Wed, 13 Nov 2002 13:01:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5885143E7B; Wed, 13 Nov 2002 13:01:00 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADKwVmV066536; Wed, 13 Nov 2002 12:58:31 -0800 (PST) (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADKwV0S066533; Wed, 13 Nov 2002 12:58:31 -0800 (PST) Message-Id: <200211132058.gADKwV0S066533@repoman.freebsd.org> From: Ian Dowse Date: Wed, 13 Nov 2002 12:58:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/11/13 12:58:31 PST Modified files: (Branch: RELENG_4) sys/dev/fxp if_fxp.c if_fxpvar.h Log: MFC: properly fix the occassional random crash issue that revision 1.142 (1.110.2.26) of if_fxp.c just limited to the DEVICE_POLLING case. Revision Changes Path 1.110.2.27 +23 -31 src/sys/dev/fxp/if_fxp.c 1.17.2.6 +1 -0 src/sys/dev/fxp/if_fxpvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 13: 7: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBFAE37B401; Wed, 13 Nov 2002 13:07:06 -0800 (PST) Received: from silver.inlimbo.org (silver.inlimbo.org [212.18.32.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A27843E4A; Wed, 13 Nov 2002 13:07:06 -0800 (PST) (envelope-from blaz@inlimbo.org) Received: by silver.inlimbo.org (Postfix, from userid 1000) id BFEF55795E; Wed, 13 Nov 2002 22:07:01 +0100 (MET) To: obrien@FreeBSD.ORG, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc inetd.conf src/libexec Makefile In-Reply-To: <20021113201911.GD10193_dragon.nuxi.com@ns.sol.net> References: <20021113201911.GD10193_dragon.nuxi.com@ns.sol.net> Date: Wed, 13 Nov 2002 22:07:00 +0100 Message-Id: <20021113210701.BFEF55795E@silver.inlimbo.org> From: blaz@inlimbo.org (Blaz Zupan) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In sol.lists.freebsd.cvs.all, you wrote: > Heck, I'd like to propose to the TRB to remove PAM from the base system. > No one I talk to has found any use for it, and it hasn't provided any > functionality that I know of that we did not have before we brought in > PAM. While we are all aware of the constaint pain it gives users. I'm sure you are kidding and you just forgot to add a smiley to your text. For what its worth, we're using PAM for lots of things, including authenticating our POP and IMAP users from a MySQL database. We also manage FTP access to our customer web server through PAM (the passwords are again kept in a MySQL database for easy maintenance). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 13:12:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F53B37B401; Wed, 13 Nov 2002 13:12:35 -0800 (PST) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD66743E4A; Wed, 13 Nov 2002 13:12:30 -0800 (PST) (envelope-from knu@iDaemons.org) Received: from archon.local.idaemons.org (archon.local.idaemons.org [192.168.1.32]) by mail.musha.org (Postfix) with ESMTP id A789A519B3; Thu, 14 Nov 2002 06:12:29 +0900 (JST) Date: Thu, 14 Nov 2002 06:12:30 +0900 Message-ID: <86lm3x18e9.wl@archon.local.idaemons.org> From: "Akinori MUSHA" To: Pete Fritchman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www Makefile ports/www/flashpluginwrapper Makefile distinfo pkg-comment pkg-descr pkg-plist ports/www/flashpluginwrapper/files pkg-message.in In-Reply-To: <200211131935.gADJZF9l059287@repoman.freebsd.org> References: <200211131935.gADJZF9l059287@repoman.freebsd.org> User-Agent: Wanderlust/2.11.0 (Wonderwall) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.4 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Wed, 13 Nov 2002 11:35:14 -0800 (PST), Pete Fritchman wrote: > petef 2002/11/13 11:35:14 PST > > Modified files: > www Makefile > Added files: > www/flashpluginwrapper Makefile distinfo pkg-comment pkg-descr > pkg-plist > www/flashpluginwrapper/files pkg-message.in > Log: > Add flashpluginwrapper 0.20021113, a wrapper allowing use of > linux-flashplugin with native mozilla. Did you have a talk with the author? He is a ports committer himself (nork@FreeBSD.org, one of my mentees) and as far as I know he has a good reason not to put it into the official ports tree in the current shape. The wrapper has a known side effect which may cause serious problems if used with a plugin that the wrapper does not support. At least there should be a warning of the risk in pkg-message. > WWW: http://tmp.ninth-nine.com/FlashPluginWrapper/ Judging from the host name "tmp", you could take that it is not yet intended for public use.. To make sure, I suggest you contact nork-san and have his say on this. Thanks, -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 13:13:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9505737B404; Wed, 13 Nov 2002 13:13:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26F5543E77; Wed, 13 Nov 2002 13:13:46 -0800 (PST) (envelope-from gioria@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADLBHmV067837; Wed, 13 Nov 2002 13:11:17 -0800 (PST) (envelope-from gioria@repoman.freebsd.org) Received: (from gioria@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADLBHMl067836; Wed, 13 Nov 2002 13:11:17 -0800 (PST) Message-Id: <200211132111.gADLBHMl067836@repoman.freebsd.org> From: Sebastien Gioria Date: Wed, 13 Nov 2002 13:11:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/fr_FR.ISO8859-1/hardware/common dev.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gioria 2002/11/13 13:11:17 PST Modified files: (Branch: RELENG_4) release/doc/fr_FR.ISO8859-1/hardware/common dev.sgml Log: MFen 1.13.2.71 Revision Changes Path 1.3.2.3 +38 -1 src/release/doc/fr_FR.ISO8859-1/hardware/common/dev.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 13:15:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88F2637B401; Wed, 13 Nov 2002 13:15:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0704C43E4A; Wed, 13 Nov 2002 13:15:46 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADLDHmV067927; Wed, 13 Nov 2002 13:13:17 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADLDHI5067926; Wed, 13 Nov 2002 13:13:17 -0800 (PST) Message-Id: <200211132113.gADLDHI5067926@repoman.freebsd.org> From: Alan Eldridge Date: Wed, 13 Nov 2002 13:13:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libtool Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/11/13 13:13:17 PST Modified files: devel/libtool Makefile Log: I may as well be a masochist and take this one too, since I've got the auto* twin terrors already. Revision Changes Path 1.23 +1 -1 ports/devel/libtool/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 13:16:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 123DC37B401; Wed, 13 Nov 2002 13:16:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA6A043E6E; Wed, 13 Nov 2002 13:16:20 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADLDqmV067962; Wed, 13 Nov 2002 13:13:52 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADLDqqh067961; Wed, 13 Nov 2002 13:13:52 -0800 (PST) Message-Id: <200211132113.gADLDqqh067961@repoman.freebsd.org> From: Adam Weinberger Date: Wed, 13 Nov 2002 13:13:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG adamw 2002/11/13 13:13:52 PST Modified files: . modules Log: Add: gnomevfs2 --> ports/devel/gnomevfs2 This got ommitted somehow. Revision Changes Path 1.6233 +1 -0 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 Nov 13 13:18:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56FAC37B401; Wed, 13 Nov 2002 13:18:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A16043E3B; Wed, 13 Nov 2002 13:18:32 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADLG3mV068026; Wed, 13 Nov 2002 13:16:03 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADLG3jl068025; Wed, 13 Nov 2002 13:16:03 -0800 (PST) Message-Id: <200211132116.gADLG3jl068025@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 13 Nov 2002 13:16:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/nspr Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/13 13:16:03 PST Modified files: devel/nspr Makefile Log: Enable support for IPv4 mapped IPv6 addresses. This will help get phoenix working under -CURRENT if nspr is also installed. Submitted by: ume Revision Changes Path 1.6 +1 -0 ports/devel/nspr/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 13:19: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEAB937B401; Wed, 13 Nov 2002 13:19:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FED043E42; Wed, 13 Nov 2002 13:19:07 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADLGdmV068074; Wed, 13 Nov 2002 13:16:39 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADLGdHc068073; Wed, 13 Nov 2002 13:16:39 -0800 (PST) Message-Id: <200211132116.gADLGdHc068073@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 13 Nov 2002 13:16:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/nspr/files patch-..::pr::src::pthreads::ptio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/13 13:16:39 PST Added files: devel/nspr/files patch-..::pr::src::pthreads::ptio.c Log: Actually add the patch that enables IPv4 mapped IPv6 address support. Revision Changes Path 1.1 +23 -0 ports/devel/nspr/files/patch-..::pr::src::pthreads::ptio.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 13:30: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8330737B401; Wed, 13 Nov 2002 13:30:05 -0800 (PST) Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BA6843E7B; Wed, 13 Nov 2002 13:30:04 -0800 (PST) (envelope-from archie@dellroad.org) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id KAA19255; Wed, 13 Nov 2002 10:32:28 -0800 (PST) Received: from arch20m.dellroad.org (localhost [127.0.0.1]) by arch20m.dellroad.org (8.12.6/8.12.6) with ESMTP id gADIWSOS022591; Wed, 13 Nov 2002 10:32:28 -0800 (PST) (envelope-from archie@arch20m.dellroad.org) Received: (from archie@localhost) by arch20m.dellroad.org (8.12.6/8.12.6/Submit) id gADIWRDO022590; Wed, 13 Nov 2002 10:32:27 -0800 (PST) From: Archie Cobbs Message-Id: <200211131832.gADIWRDO022590@arch20m.dellroad.org> Subject: Re: cvs commit: src/sys/sys stddef.h In-Reply-To: <200211131514.gADFEv54035510@repoman.freebsd.org> To: Maxime Henrion Date: Wed, 13 Nov 2002 10:32:27 -0800 (PST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Maxime Henrion wrote: > Added files: > sys/sys stddef.h > Log: > Add the sys/stddef.h header, so that we can have ptrdiff_t > definition in the kernel. It also includes the offsetof() > definition which, according to bde@ should be here and not > in sys/types.h, and the definition of NULL so that we're > closer to make it closer to standard C. FYI, There are lots of existing definitions of NULL in the source tree: src/include/dirent.h src/include/locale.h src/include/stddef.h src/include/stdio.h src/include/stdlib.h src/include/string.h src/include/time.h src/include/unistd.h src/include/wchar.h src/include/rpc/types.h src/lib/libstand/stand.h src/sys/boot/libstand/stand.h src/sys/sys/param.h Might be nice to consolidate some of them with your new definition in stddef.h. -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 13:33:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B389F37B401; Wed, 13 Nov 2002 13:33:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64AD543E77; Wed, 13 Nov 2002 13:33:13 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADLUimV069599; Wed, 13 Nov 2002 13:30:44 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADLUicm069598; Wed, 13 Nov 2002 13:30:44 -0800 (PST) Message-Id: <200211132130.gADLUicm069598@repoman.freebsd.org> From: Peter Wemm Date: Wed, 13 Nov 2002 13:30:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/pci pci_bus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/11/13 13:30:44 PST Modified files: sys/i386/pci pci_bus.c Log: Recognize the Serverworks CIOB30 host to pci bridge. Revision Changes Path 1.96 +5 -0 src/sys/i386/pci/pci_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 13:39:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC4B937B401; Wed, 13 Nov 2002 13:39:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67A8543E3B; Wed, 13 Nov 2002 13:39:56 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADLbRmV069774; Wed, 13 Nov 2002 13:37:27 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADLbRvY069773; Wed, 13 Nov 2002 13:37:27 -0800 (PST) Message-Id: <200211132137.gADLbRvY069773@repoman.freebsd.org> From: Adam Weinberger Date: Wed, 13 Nov 2002 13:37:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gnomevfs2 Makefile distinfo pkg-plist ports/devel/gnomevfs2/files patch-aa patch-ab patch-gnome-vfs-module-2.0.pc.in patch-libgnomevfs::Makefile.in patch-modules::vfolder::Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG adamw 2002/11/13 13:37:27 PST Modified files: devel/gnomevfs2 Makefile distinfo pkg-plist devel/gnomevfs2/files patch-aa patch-ab patch-gnome-vfs-module-2.0.pc.in patch-libgnomevfs::Makefile.in Added files: devel/gnomevfs2/files patch-modules::vfolder::Makefile.in Log: Update gnomevfs2 2.0.4 -> 2.0.4.1. Mostly bugfixes. Approved by: pat Revision Changes Path 1.53 +2 -2 ports/devel/gnomevfs2/Makefile 1.27 +1 -1 ports/devel/gnomevfs2/distinfo 1.24 +40 -45 ports/devel/gnomevfs2/files/patch-aa 1.14 +10 -9 ports/devel/gnomevfs2/files/patch-ab 1.2 +2 -5 ports/devel/gnomevfs2/files/patch-gnome-vfs-module-2.0.pc.in 1.6 +6 -6 ports/devel/gnomevfs2/files/patch-libgnomevfs::Makefile.in 1.1 +11 -0 ports/devel/gnomevfs2/files/patch-modules::vfolder::Makefile.in (new) 1.28 +41 -45 ports/devel/gnomevfs2/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 Nov 13 13:43:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D563337B401; Wed, 13 Nov 2002 13:43:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5612E43E77; Wed, 13 Nov 2002 13:43:09 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADLeemV070548; Wed, 13 Nov 2002 13:40:40 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADLeeiH070547; Wed, 13 Nov 2002 13:40:40 -0800 (PST) Message-Id: <200211132140.gADLeeiH070547@repoman.freebsd.org> From: Peter Wemm Date: Wed, 13 Nov 2002 13:40:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa pcibus.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/11/13 13:40:40 PST Modified files: (Branch: RELENG_4) sys/i386/isa pcibus.c Log: Insta-MFC: (i386/pci/pci_bus.c rev 1.96) recognize the serverworks CIOB30 host-PCI bridge. This device is on production servers in the wild. It's just another serverworks chip that the API is compatable enough for us. Revision Changes Path 1.57.2.11 +5 -0 src/sys/i386/isa/pcibus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 13:47:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DCB737B401; Wed, 13 Nov 2002 13:47:38 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ED5B43E4A; Wed, 13 Nov 2002 13:47:38 -0800 (PST) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 4B09EAE2C5; Wed, 13 Nov 2002 13:47:34 -0800 (PST) Date: Wed, 13 Nov 2002 13:47:34 -0800 From: Maxime Henrion To: Archie Cobbs Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys stddef.h Message-ID: <20021113214734.GC12995@elvis.mu.org> References: <200211131514.gADFEv54035510@repoman.freebsd.org> <200211131832.gADIWRDO022590@arch20m.dellroad.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211131832.gADIWRDO022590@arch20m.dellroad.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Archie Cobbs wrote: > Maxime Henrion wrote: > > Added files: > > sys/sys stddef.h > > Log: > > Add the sys/stddef.h header, so that we can have ptrdiff_t > > definition in the kernel. It also includes the offsetof() > > definition which, according to bde@ should be here and not > > in sys/types.h, and the definition of NULL so that we're > > closer to make it closer to standard C. > > FYI, > > There are lots of existing definitions of NULL in the source tree: > > src/include/dirent.h > src/include/locale.h > src/include/stddef.h > src/include/stdio.h > src/include/stdlib.h > src/include/string.h > src/include/time.h > src/include/unistd.h > src/include/wchar.h > src/include/rpc/types.h > src/lib/libstand/stand.h > src/sys/boot/libstand/stand.h > src/sys/sys/param.h > > Might be nice to consolidate some of them with your new definition > in stddef.h. Yeah, I'm aware of these problems. I'll try to take care of those, though my TODO list is fairly full right now. I needed sys/stddef.h for the ptrdiff_t definition, in order to implement %t. Also, there is another definition of offsetof() in sys/types.h which should be gotten rid of. If someone with more time on his hands can handle this job, it would be very nice. Cheers, Maxime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 13:51:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA1DF37B401; Wed, 13 Nov 2002 13:51:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CC4443E4A; Wed, 13 Nov 2002 13:51:24 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADLmtmV071107; Wed, 13 Nov 2002 13:48:55 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADLmt3I071106; Wed, 13 Nov 2002 13:48:55 -0800 (PST) Message-Id: <200211132148.gADLmt3I071106@repoman.freebsd.org> From: "Bruce A. Mah" Date: Wed, 13 Nov 2002 13:48:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.7R errata.html X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/11/13 13:48:55 PST Modified files: en/releases/4.7R errata.html Log: Regen from article.sgml 1.1.2.88. Revision Changes Path 1.6 +31 -3 www/en/releases/4.7R/errata.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 13:57:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05FB237B401; Wed, 13 Nov 2002 13:57:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAF5743E7B; Wed, 13 Nov 2002 13:57:51 -0800 (PST) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADLtNmV071517; Wed, 13 Nov 2002 13:55:23 -0800 (PST) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADLtN2v071516; Wed, 13 Nov 2002 13:55:23 -0800 (PST) Message-Id: <200211132155.gADLtN2v071516@repoman.freebsd.org> From: Daniel Eischen Date: Wed, 13 Nov 2002 13:55:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/include libc_private.h src/lib/libc/gen _pthread_stubs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG deischen 2002/11/13 13:55:23 PST Modified files: lib/libc/include libc_private.h lib/libc/gen _pthread_stubs.c Log: Argh, change declaration of two-dimensional array so that it actually builds. Revision Changes Path 1.10 +1 -1 src/lib/libc/gen/_pthread_stubs.c 1.8 +2 -1 src/lib/libc/include/libc_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 14: 0:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE94237B401; Wed, 13 Nov 2002 14:00:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9378B43E4A; Wed, 13 Nov 2002 14:00:22 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADLvsmV071594; Wed, 13 Nov 2002 13:57:54 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADLvrt0071593; Wed, 13 Nov 2002 13:57:53 -0800 (PST) Message-Id: <200211132157.gADLvrt0071593@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 13 Nov 2002 13:57:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/bogofilter pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/11/13 13:57:53 PST Modified files: mail/bogofilter pkg-plist Log: Expand out %%DOCSDIR%% to share/doc/bogofilter since DOCSDIR is not passed via PLIST_SUB (and is not a suitable variable to use in pkg-plist anyway). This fixes the pkg-plist Revision Changes Path 1.2 +16 -16 ports/mail/bogofilter/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 Nov 13 14: 1:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8A6337B401; Wed, 13 Nov 2002 14:01:21 -0800 (PST) Received: from fump.kawo2.rwth-aachen.de (fump.kawo2.RWTH-Aachen.DE [134.130.181.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A20843E4A; Wed, 13 Nov 2002 14:01:20 -0800 (PST) (envelope-from alex@fump.kawo2.rwth-aachen.de) Received: from fump.kawo2.rwth-aachen.de (localhost [127.0.0.1]) by fump.kawo2.rwth-aachen.de (8.12.5/8.12.5) with ESMTP id gADM1ElK008693; Wed, 13 Nov 2002 23:01:14 +0100 (CET) (envelope-from alex@fump.kawo2.rwth-aachen.de) Received: (from alex@localhost) by fump.kawo2.rwth-aachen.de (8.12.5/8.12.5/Submit) id gADM1Bno008692; Wed, 13 Nov 2002 23:01:11 +0100 (CET) Date: Wed, 13 Nov 2002 23:01:10 +0100 From: Alexander Langer To: Mike Silbersack Cc: "Jacques A. Vidrine" , Nate Lawson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/sleep sleep.c Message-ID: <20021113220110.GI94076@fump.kawo2.rwth-aachen.de> References: <20021113204941.GF29284@madman.nectar.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > That's not a major problem, we can work around it with ACLs. There's the > slight downside that we'll have to require extended attributes to be > available for 5.0 / partitions, but I think it's worth the tradeoff. Well, hehe :-) That's all true, but I can't see anything about obfuscated C here. I think that of the commit at least the removing of the getopt() call was an improvement. One the one hand there are no options to sleep, and getopt() was abused to find out if the argument is valid or invalid (negative): alex@zerogravity ~ $ sleep -19 sleep: illegal option -- 1 usage: sleep seconds On the other hand, you could abuse the "--" flag for getopt, resulting in different behaviour, due to a further non-negative check in the source-code: alex@zerogravity ~ $ time sleep -- -19 sleep -- -19 0.00s user 0.00s system 0% cpu 0.001 total Anyways, I personally wouldn't have removed the call to strtol(), but it's not too bad to do some simple maths yourself :) Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 14:10:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98A3A37B401; Wed, 13 Nov 2002 14:10:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A8AF43E3B; Wed, 13 Nov 2002 14:10:42 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADM8DmV072629; Wed, 13 Nov 2002 14:08:13 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADM8DvP072628; Wed, 13 Nov 2002 14:08:13 -0800 (PST) Message-Id: <200211132208.gADM8DvP072628@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 13 Nov 2002 14:08:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ogmtools Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/13 14:08:13 PST Modified files: graphics/ogmtools Makefile distinfo Log: Update to 0.9.60 Revision Changes Path 1.3 +1 -1 ports/graphics/ogmtools/Makefile 1.3 +1 -1 ports/graphics/ogmtools/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 14:17: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BEF437B401; Wed, 13 Nov 2002 14:17:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5120443E77; Wed, 13 Nov 2002 14:17:00 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADMEVmV073308; Wed, 13 Nov 2002 14:14:31 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADMEV5r073307; Wed, 13 Nov 2002 14:14:31 -0800 (PST) Message-Id: <200211132214.gADMEV5r073307@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 13 Nov 2002 14:14:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cdecl Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/11/13 14:14:31 PST Modified files: devel/cdecl Makefile Log: Add back ALL_TARGET, erroneously deleted in previous commit Revision Changes Path 1.12 +1 -0 ports/devel/cdecl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 14:21: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BBD337B401; Wed, 13 Nov 2002 14:21:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 409C443E88; Wed, 13 Nov 2002 14:21:05 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADMIamV073733; Wed, 13 Nov 2002 14:18:36 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADMIa9x073732; Wed, 13 Nov 2002 14:18:36 -0800 (PST) Message-Id: <200211132218.gADMIa9x073732@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 13 Nov 2002 14:18:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ogmtools Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/13 14:18:36 PST Modified files: graphics/ogmtools Makefile Log: Improve GNU auto* tools disabling Revision Changes Path 1.4 +5 -3 ports/graphics/ogmtools/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 14:23:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7B0137B401; Wed, 13 Nov 2002 14:23:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58B9743E88; Wed, 13 Nov 2002 14:23:57 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADMLSmV074128; Wed, 13 Nov 2002 14:21:28 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADMLS6R074127; Wed, 13 Nov 2002 14:21:28 -0800 (PST) Message-Id: <200211132221.gADMLS6R074127@repoman.freebsd.org> From: Chris Costello Date: Wed, 13 Nov 2002 14:21:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/eresources chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2002/11/13 14:21:28 PST Modified files: en_US.ISO8859-1/books/handbook/eresources chapter.sgml Log: Add -ia32, -ia32-digest, -mips, -mips-digest, and -arm-digest to the mailing lists list. PR: 45270 Submitted by: Hiten M. Pandya Revision Changes Path 1.103 +23 -0 doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 14:27:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EF2E37B401; Wed, 13 Nov 2002 14:27:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C71EA43E42; Wed, 13 Nov 2002 14:27:24 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADMOumV074212; Wed, 13 Nov 2002 14:24:56 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADMOuDt074211; Wed, 13 Nov 2002 14:24:56 -0800 (PST) Message-Id: <200211132224.gADMOuDt074211@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 13 Nov 2002 14:24:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ogmtools Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/13 14:24:56 PST Modified files: graphics/ogmtools Makefile pkg-plist Log: o Fix PLIST o Bump PORTREVISION Revision Changes Path 1.5 +2 -1 ports/graphics/ogmtools/Makefile 1.2 +1 -0 ports/graphics/ogmtools/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 Nov 13 14:39:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7263C37B401; Wed, 13 Nov 2002 14:39:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 241E243E3B; Wed, 13 Nov 2002 14:39:16 -0800 (PST) (envelope-from chris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADMalmV075357; Wed, 13 Nov 2002 14:36:47 -0800 (PST) (envelope-from chris@repoman.freebsd.org) Received: (from chris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADMalC4075356; Wed, 13 Nov 2002 14:36:47 -0800 (PST) Message-Id: <200211132236.gADMalC4075356@repoman.freebsd.org> From: Chris Costello Date: Wed, 13 Nov 2002 14:36:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/eresources chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG chris 2002/11/13 14:36:47 PST Modified files: en_US.ISO8859-1/books/handbook/eresources chapter.sgml Log: Forced commit: Revision 1.103 did not add a -mips-digest. Revision Changes Path 1.104 +0 -0 doc/en_US.ISO8859-1/books/handbook/eresources/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 14:48: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93A2A37B401; Wed, 13 Nov 2002 14:48:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4827743E4A; Wed, 13 Nov 2002 14:48:05 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADMjamV076173; Wed, 13 Nov 2002 14:45:36 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADMjauO076172; Wed, 13 Nov 2002 14:45:36 -0800 (PST) Message-Id: <200211132245.gADMjauO076172@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 13 Nov 2002 14:45:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/dovecot Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/11/13 14:45:36 PST Modified files: mail/dovecot Makefile pkg-plist Log: Use standard PORTDOCS in PLIST_SUB instead of rolling our own, and fix a syntax error in post-install target Revision Changes Path 1.6 +1 -7 ports/mail/dovecot/Makefile 1.2 +6 -6 ports/mail/dovecot/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 Nov 13 14:51:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B89A37B401; Wed, 13 Nov 2002 14:51:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E35A43E42; Wed, 13 Nov 2002 14:51:31 -0800 (PST) (envelope-from naddy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADMn2mV076704; Wed, 13 Nov 2002 14:49:02 -0800 (PST) (envelope-from naddy@repoman.freebsd.org) Received: (from naddy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADMn2i5076701; Wed, 13 Nov 2002 14:49:02 -0800 (PST) Message-Id: <200211132249.gADMn2i5076701@repoman.freebsd.org> From: Christian Weisgerber Date: Wed, 13 Nov 2002 14:49:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/french/plgrenouille Makefile pkg-deinstall X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG naddy 2002/11/13 14:49:02 PST Modified files: french/plgrenouille Makefile Removed files: french/plgrenouille pkg-deinstall Log: Fix pkg-deinstall handling. Submitted by: Cyrille Lefevre Revision Changes Path 1.2 +2 -0 ports/french/plgrenouille/Makefile 1.2 +0 -37 ports/french/plgrenouille/pkg-deinstall (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 14:56:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5BA937B401; Wed, 13 Nov 2002 14:56:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77D6543E75; Wed, 13 Nov 2002 14:56:17 -0800 (PST) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gADMrmmV077017; Wed, 13 Nov 2002 14:53:48 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gADMrmtC077016; Wed, 13 Nov 2002 14:53:48 -0800 (PST) Message-Id: <200211132253.gADMrmtC077016@repoman.freebsd.org> From: Scott Long Date: Wed, 13 Nov 2002 14:53:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cardbus cardbus_cis.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scottl 2002/11/13 14:53:48 PST Modified files: sys/dev/cardbus cardbus_cis.c Log: When parsing the CIS, if a BAR tuple is encountered, enable the corresponding bit in the PCI command register for the device. Otherwise, device drivers that look at this register to see which types of BARs are usable will think that none of them are. This allows my Adaptec 1480A cardbus card to finally work. Reviewed by: imp Revision Changes Path 1.25 +5 -0 src/sys/dev/cardbus/cardbus_cis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 15:23:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0498F37B404; Wed, 13 Nov 2002 15:23:27 -0800 (PST) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id A84AC43E7B; Wed, 13 Nov 2002 15:23:25 -0800 (PST) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id B836B518FF; Thu, 14 Nov 2002 09:53:22 +1030 (CST) Date: Thu, 14 Nov 2002 09:53:22 +1030 From: Greg 'groggy' Lehey To: Alexey Dokuchaev Cc: David O'Brien , Robert Watson , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/contrib/lukemftpd - Imported sources Message-ID: <20021113232322.GP2919@wantadilla.lemis.com> References: <200211120642.gAC6gfg0043798@repoman.freebsd.org> <20021112171203.GB59816@dragon.nuxi.com> <20021113111030.GA83756@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021113111030.GA83756@regency.nsu.ru> User-Agent: Mutt/1.4i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wednesday, 13 November 2002 at 17:10:30 +0600, Alexey Dokuchaev wrote: > On Tue, Nov 12, 2002 at 09:12:03AM -0800, David O'Brien wrote: >> On Tue, Nov 12, 2002 at 09:15:53AM -0500, Robert Watson wrote: >> >>> Lukemftpd *cannot* be the suggested FTPd. >> >> Why?? It works fine for many and I've seen many installations use it >> that find the "regular" ftpd *way* too feature limited for any ftp site >> on the naked Internet. > > AFAIC, regular ftpd is more secure and robust than lukemftpd. I've > seen reports in the past saying that performance issues in lukemftpd > are unavoidable WRT fixing them. Until we get performance and > security up to what we have in ftpd right now, IMHO it's rather > meaningless to compare features. This is the first report of this kind I've heard. Can you supply details? Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 16: 3:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24FDF37B401; Wed, 13 Nov 2002 16:03:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE43343E42; Wed, 13 Nov 2002 16:03:24 -0800 (PST) (envelope-from max@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE00tmV082785; Wed, 13 Nov 2002 16:00:55 -0800 (PST) (envelope-from max@repoman.freebsd.org) Received: (from max@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE00t2x082784; Wed, 13 Nov 2002 16:00:55 -0800 (PST) Message-Id: <200211140000.gAE00t2x082784@repoman.freebsd.org> From: Masafumi Max NAKANE Date: Wed, 13 Nov 2002 16:00:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/Canna/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG max 2002/11/13 16:00:55 PST Modified files: japanese/Canna/files patch-ac Log: The LinkFileList hack, introduced in Rev 1.7. Pointed-out by: AIDA Shinra Revision Changes Path 1.9 +0 -16 ports/japanese/Canna/files/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 16:23:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6A6737B401; Wed, 13 Nov 2002 16:23:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B27943E42; Wed, 13 Nov 2002 16:23:27 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE0KwmV084459; Wed, 13 Nov 2002 16:20:58 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE0KwhY084458; Wed, 13 Nov 2002 16:20:58 -0800 (PST) Message-Id: <200211140020.gAE0KwhY084458@repoman.freebsd.org> From: Nate Lawson Date: Wed, 13 Nov 2002 16:20:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sleep sleep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG njl 2002/11/13 16:20:58 PST Modified files: bin/sleep sleep.c Log: Back out previous commit since there is controversy about changing so much in sleep including duping strtol(3). Code changes also increased dynamic size of sleep(1). Revision Changes Path 1.14 +30 -24 src/bin/sleep/sleep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 16:45:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AAFB37B401; Wed, 13 Nov 2002 16:45:13 -0800 (PST) Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B4C843E6E; Wed, 13 Nov 2002 16:45:12 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 18C886-000845-00; Thu, 14 Nov 2002 06:45:10 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 18C885-00083g-00; Thu, 14 Nov 2002 06:45:09 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.6/8.12.6) with ESMTP id gAE0jHrR068345; Thu, 14 Nov 2002 06:45:17 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.6/8.12.6/Submit) id gAE0jH3K068324; Thu, 14 Nov 2002 06:45:17 +0600 (NOVT) Date: Thu, 14 Nov 2002 06:45:16 +0600 From: Alexey Dokuchaev To: "Greg 'groggy' Lehey" Cc: "David O'Brien" , Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/lukemftpd - Imported sources Message-ID: <20021114004516.GA66665@regency.nsu.ru> References: <200211120642.gAC6gfg0043798@repoman.freebsd.org> <20021112171203.GB59816@dragon.nuxi.com> <20021113111030.GA83756@regency.nsu.ru> <20021113232322.GP2919@wantadilla.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021113232322.GP2919@wantadilla.lemis.com> User-Agent: Mutt/1.4i X-Envelope-To: grog@FreeBSD.org, obrien@FreeBSD.org, rwatson@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Nov 14, 2002 at 09:53:22AM +1030, Greg 'groggy' Lehey wrote: > On Wednesday, 13 November 2002 at 17:10:30 +0600, Alexey Dokuchaev wrote: > > On Tue, Nov 12, 2002 at 09:12:03AM -0800, David O'Brien wrote: > >> On Tue, Nov 12, 2002 at 09:15:53AM -0500, Robert Watson wrote: > >> > >>> Lukemftpd *cannot* be the suggested FTPd. > >> > >> Why?? It works fine for many and I've seen many installations use it > >> that find the "regular" ftpd *way* too feature limited for any ftp site > >> on the naked Internet. > > > > AFAIC, regular ftpd is more secure and robust than lukemftpd. I've > > seen reports in the past saying that performance issues in lukemftpd > > are unavoidable WRT fixing them. Until we get performance and > > security up to what we have in ftpd right now, IMHO it's rather > > meaningless to compare features. > > This is the first report of this kind I've heard. Can you supply > details? I think I've come across something like this on either -stable, -hackers or -arch; probably grepping through archives would help, but since I am not very interested in lukemftpd (using pure-ftpd myself) I can't provide more details. If this is plain not true, I beg your pardon. ./danfe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 16:53:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 583AE37B401; Wed, 13 Nov 2002 16:53:27 -0800 (PST) Received: from terry.dorm11.nctu.edu.tw (Terry.Dorm11.NCTU.edu.tw [140.113.192.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id D616543E4A; Wed, 13 Nov 2002 16:53:26 -0800 (PST) (envelope-from ijliao@terry.dorm11.nctu.edu.tw) Received: by terry.dorm11.nctu.edu.tw (Postfix, from userid 1000) id D198C3E6A; Thu, 14 Nov 2002 08:53:06 +0800 (CST) Date: Thu, 14 Nov 2002 08:53:06 +0800 From: Ying-Chieh Liao To: Kris Kennaway Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/bogofilter pkg-plist Message-ID: <20021114005306.GA4133@terry.dragon2.net> References: <200211132157.gADLvrt0071593@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1yeeQ81UyVL57Vl7" Content-Disposition: inline In-Reply-To: <200211132157.gADLvrt0071593@repoman.freebsd.org> X-Operating-System: FreeBSD 5.0-CURRENT i386 X-PGP-Key-Location: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x11C02382 X-PGP-Key-Fingerprint: 4E98 55CC 2866 7A90 EFD7 9DA5 ACC6 0165 11C0 2382 User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --1yeeQ81UyVL57Vl7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Nov 13, 2002 at 13:57:53 -0800, Kris Kennaway wrote: > kris 2002/11/13 13:57:53 PST > Modified files: > mail/bogofilter pkg-plist > Log: > Expand out %%DOCSDIR%% to share/doc/bogofilter since DOCSDIR is not > passed via PLIST_SUB (and is not a suitable variable to use in pkg-plist > anyway). This fixes the pkg-plist oops... it was ok when I import this port looks like you removed this feature (or bug ?) in rev 1.430 of bsd.port.mk ? -- Pi seconds is a nanocentury. --- Tom Duff --1yeeQ81UyVL57Vl7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE90vPyrMYBZRHAI4IRAmXyAJ45x1RxsNWTUqshpf/YqMJ46NVFVACfffuc 7ZeWtzP4vB4+l+s8qDgp39g= =ITyA -----END PGP SIGNATURE----- --1yeeQ81UyVL57Vl7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 17:17: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2E6D37B401; Wed, 13 Nov 2002 17:17:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66A1A43E42; Wed, 13 Nov 2002 17:17:05 -0800 (PST) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE1EamV088544; Wed, 13 Nov 2002 17:14:36 -0800 (PST) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE1Eabj088543; Wed, 13 Nov 2002 17:14:36 -0800 (PST) Message-Id: <200211140114.gAE1Eabj088543@repoman.freebsd.org> From: Nate Lawson Date: Wed, 13 Nov 2002 17:14:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sleep sleep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG njl 2002/11/13 17:14:36 PST Modified files: bin/sleep sleep.c Log: Minimal take on previous commit -- remove getopt and printf. Static size is reduced by 40k, dynamic by a few bytes. Functional changes: * "sleep -- arg" now returns usage() instead of ignoring the -- * "sleep -1" now returns immediately instead of returning usage() Reviewed by: jmallett Revision Changes Path 1.15 +9 -15 src/bin/sleep/sleep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 17:36: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C81D637B401; Wed, 13 Nov 2002 17:36:06 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2472243E88; Wed, 13 Nov 2002 17:36:06 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.5) with ESMTP id gAE1a5en069234 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Wed, 13 Nov 2002 20:36:05 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.5/Submit) id gAE1a48U069231; Wed, 13 Nov 2002 20:36:04 -0500 (EST) (envelope-from wollman) Date: Wed, 13 Nov 2002 20:36:04 -0500 (EST) From: Garrett Wollman Message-Id: <200211140136.gAE1a48U069231@khavrinen.lcs.mit.edu> To: Nate Lawson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sleep sleep.c In-Reply-To: <200211140114.gAE1Eabj088543@repoman.freebsd.org> References: <200211140114.gAE1Eabj088543@repoman.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > Functional changes: > * "sleep -- arg" now returns usage() instead of ignoring the -- I think this is wrong, but the Standard does allow it. Don't forget to make sure that the full range of `long' works in the argument. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 17:38:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E09B37B401; Wed, 13 Nov 2002 17:38:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3142F43E42; Wed, 13 Nov 2002 17:38:34 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE1a4mV090198; Wed, 13 Nov 2002 17:36:04 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE1a4D0090197; Wed, 13 Nov 2002 17:36:04 -0800 (PST) Message-Id: <200211140136.gAE1a4D0090197@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 13 Nov 2002 17:36:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/ia64 boot_crunch.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/11/13 17:36:04 PST Modified files: release/ia64 boot_crunch.conf Log: Add newfs_msdos to the crunch-mix. We need to be able to newfs an EFI partition. Revision Changes Path 1.2 +1 -1 src/release/ia64/boot_crunch.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 17:48:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5F0037B404; Wed, 13 Nov 2002 17:48:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FE6243E7B; Wed, 13 Nov 2002 17:48:50 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE1kLmV091035; Wed, 13 Nov 2002 17:46:21 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE1kLlp091034; Wed, 13 Nov 2002 17:46:21 -0800 (PST) Message-Id: <200211140146.gAE1kLlp091034@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 13 Nov 2002 17:46:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall install.c label.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/11/13 17:46:21 PST Modified files: usr.sbin/sysinstall install.c label.c Log: Add conditional code specific to ia64 to allow newfs(8)-ing FAT partitions marked as being of type efi. This change adds code to 1. actually run the newfs command at mount time (install.c), 2. display the newfs state on screen (label.c) 3. allow toggling of the newfs state (label.c) Even though newfs(8)-ing FAT partitions can be of use on i386 machines in general, it has been opted to minimize impact for now. Revision Changes Path 1.332 +11 -1 src/usr.sbin/sysinstall/install.c 1.130 +48 -2 src/usr.sbin/sysinstall/label.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 17:56: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCF8737B401 for ; Wed, 13 Nov 2002 17:56:01 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BAC443E6E for ; Wed, 13 Nov 2002 17:56:01 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id gAE1psXD013326; Wed, 13 Nov 2002 17:51:54 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.6/Submit) id gAE1obXq013309; Wed, 13 Nov 2002 17:50:37 -0800 (PST) Date: Wed, 13 Nov 2002 17:50:37 -0800 From: "David O'Brien" To: Blaz Zupan Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/etc inetd.conf src/libexec Makefile Message-ID: <20021114015037.GA13284@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20021113201911.GD10193_dragon.nuxi.com@ns.sol.net> <20021113210701.BFEF55795E@silver.inlimbo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021113210701.BFEF55795E@silver.inlimbo.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Nov 13, 2002 at 10:07:00PM +0100, Blaz Zupan wrote: > In sol.lists.freebsd.cvs.all, you wrote: > > Heck, I'd like to propose to the TRB to remove PAM from the base system. > > No one I talk to has found any use for it, and it hasn't provided any > > functionality that I know of that we did not have before we brought in > > PAM. While we are all aware of the constaint pain it gives users. > > I'm sure you are kidding and you just forgot to add a smiley to your text. For > what its worth, we're using PAM for lots of things, including authenticating our > POP and IMAP users from a MySQL database. We also manage FTP access to our > customer web server through PAM (the passwords are again kept in a MySQL > database for easy maintenance). It would be great to get "how-to"s for these type of setups. It would help others appreciate PAM more. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 18: 8:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 92EB837B401; Wed, 13 Nov 2002 18:08:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE1B143E75; Wed, 13 Nov 2002 18:08:26 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE25vmV092789; Wed, 13 Nov 2002 18:05:57 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE25v4J092788; Wed, 13 Nov 2002 18:05:57 -0800 (PST) Message-Id: <200211140205.gAE25v4J092788@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 13 Nov 2002 18:05:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING src/contrib/bind CHANGES src/contrib/bind/bin/named db_defs.h db_sec.c ns_defs.h ns_ncache.c ns_req.c ns_resp.c src/contrib/bind/lib/nameser ns_name.c ns_samedomain.c src/sys/conf newvers.sh X-FreeBSD-CVS-Branch: RELENG_4_7 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/11/13 18:05:57 PST Modified files: (Branch: RELENG_4_7) . UPDATING contrib/bind CHANGES contrib/bind/bin/named db_defs.h db_sec.c ns_defs.h ns_ncache.c ns_req.c ns_resp.c contrib/bind/lib/nameser ns_name.c ns_samedomain.c sys/conf newvers.sh Log: Correct recent name server vulnerabilities as documented at and . Obtained from: ISC Revision Changes Path 1.73.2.74.2.3 +4 -1 src/UPDATING 1.1.1.7.2.7.2.1 +20 -0 src/contrib/bind/CHANGES 1.1.1.2.2.5.2.1 +1 -1 src/contrib/bind/bin/named/db_defs.h 1.1.1.1.4.3.4.1 +10 -4 src/contrib/bind/bin/named/db_sec.c 1.1.1.3.2.6.2.1 +1 -1 src/contrib/bind/bin/named/ns_defs.h 1.1.1.2.2.2.4.1 +6 -7 src/contrib/bind/bin/named/ns_ncache.c 1.1.1.2.2.10.2.1 +1 -1 src/contrib/bind/bin/named/ns_req.c 1.1.1.2.2.7.2.1 +13 -3 src/contrib/bind/bin/named/ns_resp.c 1.1.1.2.2.3.2.1 +4 -0 src/contrib/bind/lib/nameser/ns_name.c 1.1.1.1.14.1 +1 -1 src/contrib/bind/lib/nameser/ns_samedomain.c 1.44.2.26.2.4 +1 -1 src/sys/conf/newvers.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 18:27:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E92037B401; Wed, 13 Nov 2002 18:27:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0B6D43E6E; Wed, 13 Nov 2002 18:27:49 -0800 (PST) (envelope-from max@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE2PKmV094417; Wed, 13 Nov 2002 18:25:20 -0800 (PST) (envelope-from max@repoman.freebsd.org) Received: (from max@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE2PKID094416; Wed, 13 Nov 2002 18:25:20 -0800 (PST) Message-Id: <200211140225.gAE2PKID094416@repoman.freebsd.org> From: Masafumi Max NAKANE Date: Wed, 13 Nov 2002 18:25:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/Canna/files canna.sh.in patch-ac patch-ah patch-ai X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG max 2002/11/13 18:25:20 PST Modified files: japanese/Canna/files canna.sh.in patch-ac Removed files: japanese/Canna/files patch-ah patch-ai Log: Cannaserver now has the -u option which allow you to specify who should own the server process. So instead of patching up the source to drop the root privilege, just use this. Suggested by: AIDA Shinra Revision Changes Path 1.6 +2 -2 ports/japanese/Canna/files/canna.sh.in 1.10 +3 -7 ports/japanese/Canna/files/patch-ac 1.2 +0 -11 ports/japanese/Canna/files/patch-ah (dead) 1.2 +0 -41 ports/japanese/Canna/files/patch-ai (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 18:30:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A771E37B401; Wed, 13 Nov 2002 18:30:26 -0800 (PST) Received: from citusc.usc.edu (citusc.usc.edu [128.125.38.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3304F43E4A; Wed, 13 Nov 2002 18:30:26 -0800 (PST) (envelope-from kris@citusc.usc.edu) Received: (from kris@localhost) by citusc.usc.edu (8.11.6/8.11.2) id gAE2UPX05973; Wed, 13 Nov 2002 18:30:25 -0800 Date: Wed, 13 Nov 2002 18:30:25 -0800 From: Kris Kennaway To: Ying-Chieh Liao Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail/bogofilter pkg-plist Message-ID: <20021113183025.A5919@citusc.usc.edu> References: <200211132157.gADLvrt0071593@repoman.freebsd.org> <20021114005306.GA4133@terry.dragon2.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="PNTmBPCT7hxwcZjr" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021114005306.GA4133@terry.dragon2.net>; from ijliao@FreeBSD.org on Thu, Nov 14, 2002 at 08:53:06AM +0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --PNTmBPCT7hxwcZjr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 14, 2002 at 08:53:06AM +0800, Ying-Chieh Liao wrote: > On Wed, Nov 13, 2002 at 13:57:53 -0800, Kris Kennaway wrote: > > kris 2002/11/13 13:57:53 PST > > Modified files: > > mail/bogofilter pkg-plist=20 > > Log: > > Expand out %%DOCSDIR%% to share/doc/bogofilter since DOCSDIR is not > > passed via PLIST_SUB (and is not a suitable variable to use in pkg-pl= ist > > anyway). This fixes the pkg-plist >=20 > oops... it was ok when I import this port >=20 > looks like you removed this feature (or bug ?) in rev 1.430 of bsd.port.m= k ? Hmm, I hadn't noticed that alane committed it..it doesn't seem to be in the PR referenced in 1.429 (I can't check right now whether it was included in the patches I was actually testing on the cluster, but I don't remember it). The patch looks incorrect anyway, since it appeared just after a comment stating: ---- # Put this for down as possible so it will catch all PLIST_SUB definitions. =2Eif defined(INSTALLS_SHLIB) LDCONFIG_DIRS?=3D %%PREFIX%%/lib LDCONFIG_PLIST!=3D ${ECHO_CMD} ${LDCONFIG_DIRS} | ${SED} ${PLIST_SUB= :S/$/!g/:S/^/ -e s!%%/:S /=3D/%%!/} LDCONFIG_RUNLIST!=3D ${ECHO_CMD} ${LDCONFIG_PLIST} | ${SED} -e "s!%D!$= {PREFIX}!g" =2Eendif ---- Kris --PNTmBPCT7hxwcZjr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE90wrBWry0BWjoQKURAp1wAKDLDTqCTcvnghMcOKHuBuIdxrOHvQCfaDi4 eolk3LR4TBOnicXFNrdlujE= =II4+ -----END PGP SIGNATURE----- --PNTmBPCT7hxwcZjr-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 18:48:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEE0B37B401; Wed, 13 Nov 2002 18:48:09 -0800 (PST) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FCD843E7B; Wed, 13 Nov 2002 18:48:09 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.3/8.12.3) with ESMTP id gAE2m4Ah073609; Wed, 13 Nov 2002 18:48:04 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.3/8.12.3/Submit) id gAE2m4qw073608; Wed, 13 Nov 2002 18:48:04 -0800 (PST) (envelope-from rizzo) Date: Wed, 13 Nov 2002 18:48:04 -0800 From: Luigi Rizzo To: Maxim Konovalov Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet ip_dummynet.c Message-ID: <20021113184804.A73212@xorpc.icir.org> References: <200211131131.gADBViEe010812@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200211131131.gADBViEe010812@repoman.freebsd.org>; from maxim@FreeBSD.ORG on Wed, Nov 13, 2002 at 03:31:44AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i'd actually shorten the MFC to 3 days because this is a fix for a bug that i introduced around last june (in fact the bug has always been there, but did not harm because in the past the struct ipfw_flow_id was static and so the extra bytes were not dirtied by whatever was on the stack). cheers luigi On Wed, Nov 13, 2002 at 03:31:44AM -0800, Maxim Konovalov wrote: > maxim 2002/11/13 03:31:44 PST > > Modified files: > sys/netinet ip_dummynet.c > Log: > Due to a memory alignment sizeof(struct ipfw_flow_id) is bigger than > ipfw_flow_id structure actual size and bcmp(3) may fail to compare > them properly. Compare members of these structures instead. > > PR: kern/44078 > Submitted by: Oleg Bulyzhin > Reviewed by: luigi > MFC after: 2 weeks > > Revision Changes Path > 1.55 +6 -1 src/sys/netinet/ip_dummynet.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 19:21:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A657F37B401; Wed, 13 Nov 2002 19:21:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E27943E4A; Wed, 13 Nov 2002 19:21:11 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE3IfmV098937; Wed, 13 Nov 2002 19:18:41 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE3IfFg098934; Wed, 13 Nov 2002 19:18:41 -0800 (PST) Message-Id: <200211140318.gAE3IfFg098934@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 13 Nov 2002 19:18:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING src/contrib/bind CHANGES src/contrib/bind/bin/named db_defs.h db_sec.c ns_defs.h ns_ncache.c ns_req.c ns_resp.c src/contrib/bind/lib/nameser ns_name.c ns_samedomain.c src/sys/conf newvers.sh X-FreeBSD-CVS-Branch: RELENG_4_6 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/11/13 19:18:41 PST Modified files: (Branch: RELENG_4_6) . UPDATING contrib/bind CHANGES contrib/bind/bin/named db_defs.h db_sec.c ns_defs.h ns_ncache.c ns_req.c ns_resp.c contrib/bind/lib/nameser ns_name.c ns_samedomain.c sys/conf newvers.sh Log: Correct recent name server vulnerabilities as documented at and . Obtained from: ISC Revision Changes Path 1.73.2.68.2.31 +6 -3 src/UPDATING 1.1.1.7.2.6.2.2 +20 -0 src/contrib/bind/CHANGES 1.1.1.2.2.4.2.2 +1 -1 src/contrib/bind/bin/named/db_defs.h 1.1.1.1.4.3.2.1 +10 -4 src/contrib/bind/bin/named/db_sec.c 1.1.1.3.2.5.2.2 +1 -1 src/contrib/bind/bin/named/ns_defs.h 1.1.1.2.2.2.2.1 +6 -7 src/contrib/bind/bin/named/ns_ncache.c 1.1.1.2.2.9.2.2 +1 -1 src/contrib/bind/bin/named/ns_req.c 1.1.1.2.2.6.2.2 +13 -3 src/contrib/bind/bin/named/ns_resp.c 1.1.1.2.2.2.2.2 +4 -0 src/contrib/bind/lib/nameser/ns_name.c 1.1.1.1.12.1 +1 -1 src/contrib/bind/lib/nameser/ns_samedomain.c 1.44.2.23.2.22 +1 -1 src/sys/conf/newvers.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 19:23:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D949937B401; Wed, 13 Nov 2002 19:23:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CEA343E6E; Wed, 13 Nov 2002 19:23:48 -0800 (PST) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE3LImV099313; Wed, 13 Nov 2002 19:21:18 -0800 (PST) (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE3LIJ5099312; Wed, 13 Nov 2002 19:21:18 -0800 (PST) Message-Id: <200211140321.gAE3LIJ5099312@repoman.freebsd.org> From: Giorgos Keramidas Date: Wed, 13 Nov 2002 19:21:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/sendmail freebsd.mc X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/11/13 19:21:18 PST Modified files: (Branch: RELENG_4) etc/sendmail freebsd.mc Log: MFC: 1.27: Point to alternative, working URL for blacklists. Revision Changes Path 1.10.2.17 +3 -2 src/etc/sendmail/freebsd.mc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 20: 7:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F82F37B401; Wed, 13 Nov 2002 20:07:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC2FD43E88; Wed, 13 Nov 2002 20:07:42 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE45CmV002843; Wed, 13 Nov 2002 20:05:12 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE45CJB002842; Wed, 13 Nov 2002 20:05:12 -0800 (PST) Message-Id: <200211140405.gAE45CJB002842@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 13 Nov 2002 20:05:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING src/contrib/bind CHANGES src/contrib/bind/bin/named db_defs.h db_sec.c ns_defs.h ns_ncache.c ns_req.c ns_resp.c src/contrib/bind/lib/nameser ns_name.c ns_samedomain.c src/sys/conf newvers.sh X-FreeBSD-CVS-Branch: RELENG_4_5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/11/13 20:05:12 PST Modified files: (Branch: RELENG_4_5) . UPDATING contrib/bind CHANGES contrib/bind/bin/named db_defs.h db_sec.c ns_defs.h ns_ncache.c ns_req.c ns_resp.c contrib/bind/lib/nameser ns_name.c ns_samedomain.c sys/conf newvers.sh Log: Correct recent name server vulnerabilities as documented at and . Obtained from: ISC Revision Changes Path 1.73.2.50.2.39 +6 -3 src/UPDATING 1.1.1.7.2.4.4.2 +20 -0 src/contrib/bind/CHANGES 1.1.1.2.2.3.4.2 +1 -1 src/contrib/bind/bin/named/db_defs.h 1.1.1.1.4.2.6.2 +10 -4 src/contrib/bind/bin/named/db_sec.c 1.1.1.3.2.3.4.2 +1 -1 src/contrib/bind/bin/named/ns_defs.h 1.1.1.2.2.1.6.2 +6 -7 src/contrib/bind/bin/named/ns_ncache.c 1.1.1.2.2.7.4.2 +1 -1 src/contrib/bind/bin/named/ns_req.c 1.1.1.2.2.4.4.2 +13 -3 src/contrib/bind/bin/named/ns_resp.c 1.1.1.2.2.1.6.2 +4 -0 src/contrib/bind/lib/nameser/ns_name.c 1.1.1.1.10.1 +1 -1 src/contrib/bind/lib/nameser/ns_samedomain.c 1.44.2.20.2.24 +1 -1 src/sys/conf/newvers.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 20:54: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D05737B406; Wed, 13 Nov 2002 20:53:59 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E37B743E88; Wed, 13 Nov 2002 20:53:57 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id gAE4rqpk082739; Wed, 13 Nov 2002 21:53:52 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 13 Nov 2002 21:53:46 -0700 (MST) Message-Id: <20021113.215346.90827277.imp@bsdimp.com> To: sobomax@FreeBSD.org Cc: silby@silby.com, njl@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/sleep sleep.c From: "M. Warner Losh" In-Reply-To: <20021113204503.GI9006@vega.vega.com> References: <200211132012.gADKCQxr062768@repoman.freebsd.org> <20021113204503.GI9006@vega.vega.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <20021113204503.GI9006@vega.vega.com> Maxim Sobolev writes: : On Wed, Nov 13, 2002 at 03:32:13PM -0500, Mike Silbersack wrote: : > : > On Wed, 13 Nov 2002, Nate Lawson wrote: : > : > > njl 2002/11/13 12:12:26 PST : > > : > > Modified files: : > > bin/sleep sleep.c : > > Log: : > > Remove getopt and strtol dependencies, reducing size of static exe. : > > Preserve older desired behavior, accept [+-]*[0-9]*\.[0-9]* : > > Remove a few unnecessary casts. : > : > Please don't commit crap like this. While having smaller binaries might : > be nice, being entered into an obfuscated C contest is not one of the : > goals of FreeBSD. : : I fully agree - HDD space is pretty cheap today, while embedded folks : should use other means to reduce footprint (e.g crunchgen). Actually : in the case of crunchgen this commit worsens situation, as the code : is no longer shared. It also makes the dynamic binary larger for the folks that have / and /usr on the same partition and dynamically link /sbin and /bin. Much more bang for the buck that these silly micro-optimizations. So this is a negative thing as far as I'm concerned. :-( Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 20:56:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7FDD37B408; Wed, 13 Nov 2002 20:56:28 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FEE043E6E; Wed, 13 Nov 2002 20:56:27 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id gAE4uOpk082753; Wed, 13 Nov 2002 21:56:24 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 13 Nov 2002 21:56:18 -0700 (MST) Message-Id: <20021113.215618.62371469.imp@bsdimp.com> To: grog@FreeBSD.org Cc: danfe@nsu.ru, obrien@FreeBSD.org, rwatson@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/lukemftpd - Imported sources From: "M. Warner Losh" In-Reply-To: <20021113232322.GP2919@wantadilla.lemis.com> References: <20021112171203.GB59816@dragon.nuxi.com> <20021113111030.GA83756@regency.nsu.ru> <20021113232322.GP2919@wantadilla.lemis.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <20021113232322.GP2919@wantadilla.lemis.com> "Greg 'groggy' Lehey" writes: : On Wednesday, 13 November 2002 at 17:10:30 +0600, Alexey Dokuchaev wrote: : > On Tue, Nov 12, 2002 at 09:12:03AM -0800, David O'Brien wrote: : >> On Tue, Nov 12, 2002 at 09:15:53AM -0500, Robert Watson wrote: : >> : >>> Lukemftpd *cannot* be the suggested FTPd. : >> : >> Why?? It works fine for many and I've seen many installations use it : >> that find the "regular" ftpd *way* too feature limited for any ftp site : >> on the naked Internet. : > : > AFAIC, regular ftpd is more secure and robust than lukemftpd. I've : > seen reports in the past saying that performance issues in lukemftpd : > are unavoidable WRT fixing them. Until we get performance and : > security up to what we have in ftpd right now, IMHO it's rather : > meaningless to compare features. : : This is the first report of this kind I've heard. Can you supply : details? The security part is easy: the last 3 or 4 ftp exploits to hit lukemftp havne't hit our base ftp because someone went through it on a paranoia bent in '94 or so and secured it. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 21: 5:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6324F37B401; Wed, 13 Nov 2002 21:05:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16EC043E3B; Wed, 13 Nov 2002 21:05:42 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE53CmV007661; Wed, 13 Nov 2002 21:03:12 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE53B63007660; Wed, 13 Nov 2002 21:03:11 -0800 (PST) Message-Id: <200211140503.gAE53B63007660@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Nov 2002 21:03:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_low.c scsi_sa.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/11/13 21:03:11 PST Modified files: sys/cam/scsi scsi_low.c scsi_sa.c Log: Panic message should end with \n. Reviewed by: ken a while ago. Revision Changes Path 1.16 +11 -11 src/sys/cam/scsi/scsi_low.c 1.84 +1 -1 src/sys/cam/scsi/scsi_sa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 21: 8:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D85AD37B401; Wed, 13 Nov 2002 21:08:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CFA543E6E; Wed, 13 Nov 2002 21:08:55 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE56PmV007748; Wed, 13 Nov 2002 21:06:25 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE56Pux007747; Wed, 13 Nov 2002 21:06:25 -0800 (PST) Message-Id: <200211140506.gAE56Pux007747@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Nov 2002 21:06:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccarddevs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/11/13 21:06:25 PST Modified files: sys/dev/pccard pccarddevs Log: Add a third aic-based bustoaster. Revision Changes Path 1.37 +2 -1 src/sys/dev/pccard/pccarddevs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 21: 9:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88BDE37B401; Wed, 13 Nov 2002 21:09:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D61E43E42; Wed, 13 Nov 2002 21:09:51 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE57LmV007789; Wed, 13 Nov 2002 21:07:21 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE57L8h007788; Wed, 13 Nov 2002 21:07:21 -0800 (PST) Message-Id: <200211140507.gAE57L8h007788@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Nov 2002 21:07:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccarddevs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/11/13 21:07:21 PST Modified files: sys/dev/pccard pccarddevs.h Log: regen to 1.37 Revision Changes Path 1.37 +5 -2 src/sys/dev/pccard/pccarddevs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 21:10:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12AA137B401; Wed, 13 Nov 2002 21:10:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAC9443E6E; Wed, 13 Nov 2002 21:10:52 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE58MmV008054; Wed, 13 Nov 2002 21:08:22 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE58Mte008051; Wed, 13 Nov 2002 21:08:22 -0800 (PST) Message-Id: <200211140508.gAE58Mte008051@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Nov 2002 21:08:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic aic_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/11/13 21:08:22 PST Modified files: sys/dev/aic aic_pccard.c Log: Add second and thrid bus-toaster IDs Revision Changes Path 1.9 +2 -0 src/sys/dev/aic/aic_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 21:12:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D1D837B401; Wed, 13 Nov 2002 21:12:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02C5143E3B; Wed, 13 Nov 2002 21:12:47 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE5AGmV008530; Wed, 13 Nov 2002 21:10:16 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE5AGXd008529; Wed, 13 Nov 2002 21:10:16 -0800 (PST) Message-Id: <200211140510.gAE5AGXd008529@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Nov 2002 21:10:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cardbus cardbus_cis.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/11/13 21:10:16 PST Modified files: sys/dev/cardbus cardbus_cis.c Log: minor correction to comment Revision Changes Path 1.26 +1 -1 src/sys/dev/cardbus/cardbus_cis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 21:14:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC7DC37B401; Wed, 13 Nov 2002 21:14:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63D9B43E88; Wed, 13 Nov 2002 21:14:27 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE5BvmV008668; Wed, 13 Nov 2002 21:11:57 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE5BvfU008667; Wed, 13 Nov 2002 21:11:57 -0800 (PST) Message-Id: <200211140511.gAE5BvfU008667@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 13 Nov 2002 21:11:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING src/contrib/bind CHANGES src/contrib/bind/bin/named db_defs.h db_sec.c ns_defs.h ns_ncache.c ns_req.c ns_resp.c src/contrib/bind/lib/nameser ns_name.c ns_samedomain.c src/sys/conf newvers.sh X-FreeBSD-CVS-Branch: RELENG_4_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/11/13 21:11:57 PST Modified files: (Branch: RELENG_4_4) . UPDATING contrib/bind CHANGES contrib/bind/bin/named db_defs.h db_sec.c ns_defs.h ns_ncache.c ns_req.c ns_resp.c contrib/bind/lib/nameser ns_name.c ns_samedomain.c sys/conf newvers.sh Log: Correct recent name server vulnerabilities as documented at and . Obtained from: ISC Revision Changes Path 1.73.2.43.2.38 +6 -3 src/UPDATING 1.1.1.7.2.4.2.2 +20 -0 src/contrib/bind/CHANGES 1.1.1.2.2.3.2.2 +1 -1 src/contrib/bind/bin/named/db_defs.h 1.1.1.1.4.2.4.2 +10 -4 src/contrib/bind/bin/named/db_sec.c 1.1.1.3.2.3.2.2 +1 -1 src/contrib/bind/bin/named/ns_defs.h 1.1.1.2.2.1.4.2 +6 -7 src/contrib/bind/bin/named/ns_ncache.c 1.1.1.2.2.7.2.2 +1 -1 src/contrib/bind/bin/named/ns_req.c 1.1.1.2.2.4.2.2 +13 -3 src/contrib/bind/bin/named/ns_resp.c 1.1.1.2.2.1.4.2 +4 -0 src/contrib/bind/lib/nameser/ns_name.c 1.1.1.1.8.1 +1 -1 src/contrib/bind/lib/nameser/ns_samedomain.c 1.44.2.17.2.29 +1 -1 src/sys/conf/newvers.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 21:14:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 051C137B435; Wed, 13 Nov 2002 21:14:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD74243E3B; Wed, 13 Nov 2002 21:14:32 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE5C2mV008694; Wed, 13 Nov 2002 21:12:02 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE5C2S9008693; Wed, 13 Nov 2002 21:12:02 -0800 (PST) Message-Id: <200211140512.gAE5C2S9008693@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Nov 2002 21:12:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cardbus cardbus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/11/13 21:12:02 PST Modified files: sys/dev/cardbus cardbus.c Log: MFp4: o Add a diagnostic for an 'impossible' condition. o Collapse common code. Revision Changes Path 1.26 +7 -10 src/sys/dev/cardbus/cardbus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 21:16:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2751337B401; Wed, 13 Nov 2002 21:16:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A26BE43E3B; Wed, 13 Nov 2002 21:16:22 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE5DqmV008768; Wed, 13 Nov 2002 21:13:52 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE5Dq0o008767; Wed, 13 Nov 2002 21:13:52 -0800 (PST) Message-Id: <200211140513.gAE5Dq0o008767@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Nov 2002 21:13:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/11/13 21:13:52 PST Modified files: sys/dev/pccard pccard.c Log: Remove an impossible condition. pf->dev is always non-null here. Revision Changes Path 1.69 +1 -2 src/sys/dev/pccard/pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 21:17:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A4F737B401; Wed, 13 Nov 2002 21:17:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3648C43E4A; Wed, 13 Nov 2002 21:17:46 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE5FGmV008868; Wed, 13 Nov 2002 21:15:16 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE5FG50008867; Wed, 13 Nov 2002 21:15:16 -0800 (PST) Message-Id: <200211140515.gAE5FG50008867@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 13 Nov 2002 21:15:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/bind CHANGES src/contrib/bind/bin/named db_defs.h db_sec.c ns_defs.h ns_ncache.c ns_req.c ns_resp.c src/contrib/bind/lib/nameser ns_name.c ns_samedomain.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/11/13 21:15:15 PST Modified files: (Branch: RELENG_4) contrib/bind CHANGES contrib/bind/bin/named db_defs.h db_sec.c ns_defs.h ns_ncache.c ns_req.c ns_resp.c contrib/bind/lib/nameser ns_name.c ns_samedomain.c Log: Correct recent name server vulnerabilities as documented at and . Obtained from: ISC Revision Changes Path 1.1.1.7.2.8 +20 -0 src/contrib/bind/CHANGES 1.1.1.2.2.6 +1 -1 src/contrib/bind/bin/named/db_defs.h 1.1.1.1.4.4 +10 -4 src/contrib/bind/bin/named/db_sec.c 1.1.1.3.2.7 +1 -1 src/contrib/bind/bin/named/ns_defs.h 1.1.1.2.2.3 +6 -7 src/contrib/bind/bin/named/ns_ncache.c 1.1.1.2.2.11 +1 -1 src/contrib/bind/bin/named/ns_req.c 1.1.1.2.2.8 +13 -3 src/contrib/bind/bin/named/ns_resp.c 1.1.1.2.2.4 +4 -0 src/contrib/bind/lib/nameser/ns_name.c 1.1.1.1.4.1 +1 -1 src/contrib/bind/lib/nameser/ns_samedomain.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 21:18:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8616337B401; Wed, 13 Nov 2002 21:18:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3976443E88; Wed, 13 Nov 2002 21:18:21 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE5FpmV008907; Wed, 13 Nov 2002 21:15:51 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE5FpTE008906; Wed, 13 Nov 2002 21:15:51 -0800 (PST) Message-Id: <200211140515.gAE5FpTE008906@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Nov 2002 21:15:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccardvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/11/13 21:15:51 PST Modified files: sys/dev/pccard pccardvar.h Log: MFp4: o Use 32-bit unsigned types for things that really are 32-bit quantities, not bus_addr_t. These are not the same as a bus_addr_t, so don't use that here. Harmless on i386, introduced problems on sparc64. Submitted by: jhb Revision Changes Path 1.34 +4 -4 src/sys/dev/pccard/pccardvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 21:21:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4ADD37B401; Wed, 13 Nov 2002 21:21:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8731643E6E; Wed, 13 Nov 2002 21:21:23 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE5IrmV009399; Wed, 13 Nov 2002 21:18:53 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE5IrWX009396; Wed, 13 Nov 2002 21:18:53 -0800 (PST) Message-Id: <200211140518.gAE5IrWX009396@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Nov 2002 21:18:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccbb pccbb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/11/13 21:18:53 PST Modified files: sys/dev/pccbb pccbb.c Log: MFp4: o Make this code a little easier to understand by using simpler if statements, but nesting them. Revision Changes Path 1.62 +7 -4 src/sys/dev/pccbb/pccbb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 21:23:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BE7037B401; Wed, 13 Nov 2002 21:23:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FA0043E75; Wed, 13 Nov 2002 21:23:10 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE5KemV009676; Wed, 13 Nov 2002 21:20:40 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE5Kdl5009675; Wed, 13 Nov 2002 21:20:39 -0800 (PST) Message-Id: <200211140520.gAE5Kdl5009675@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Nov 2002 21:20:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccbb pccbb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/11/13 21:20:39 PST Modified files: sys/dev/pccbb pccbb.c Log: MFp4: o Add support for bus_child_present call by implementing that method for cbb. Revision Changes Path 1.63 +12 -0 src/sys/dev/pccbb/pccbb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 21:23:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2730937B404; Wed, 13 Nov 2002 21:23:20 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CA2A43E75; Wed, 13 Nov 2002 21:23:19 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id gAE5MGOo057388; Thu, 14 Nov 2002 00:22:16 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Thu, 14 Nov 2002 00:22:15 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: "M. Warner Losh" Cc: grog@FreeBSD.org, danfe@nsu.ru, obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/lukemftpd - Imported sources In-Reply-To: <20021113.215618.62371469.imp@bsdimp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Nov 2002, M. Warner Losh wrote: > : > AFAIC, regular ftpd is more secure and robust than lukemftpd. I've > : > seen reports in the past saying that performance issues in lukemftpd > : > are unavoidable WRT fixing them. Until we get performance and > : > security up to what we have in ftpd right now, IMHO it's rather > : > meaningless to compare features. > : > : This is the first report of this kind I've heard. Can you supply > : details? > > The security part is easy: the last 3 or 4 ftp exploits to hit lukemftp > havne't hit our base ftp because someone went through it on a paranoia > bent in '94 or so and secured it. And FTP exploits really suck due to retaining a saved uid of 0 so you can open privileged ports--almost all exploits for FTPd's result in root (if they're done right). BTW, we wrote a privilege-separated version of the BSD FTPd as part of our PRIVMAN project (part of CBOSS): http://opensource.nailabs.com/privman/ As the PRIVMAN technology matures, it might be something we consider putting in FreeBSD at some point. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 21:25: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4189637B401; Wed, 13 Nov 2002 21:25:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E93AF43E3B; Wed, 13 Nov 2002 21:25:07 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE5MbmV009730; Wed, 13 Nov 2002 21:22:37 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE5MbDD009729; Wed, 13 Nov 2002 21:22:37 -0800 (PST) Message-Id: <200211140522.gAE5MbDD009729@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Nov 2002 21:22:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/pci pci_cfgreg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/11/13 21:22:37 PST Modified files: sys/i386/pci pci_cfgreg.c Log: MFp4: o Fix small style nit. This was supposed to be part of the last batch of style fixes, but somehow didn't get merged. Revision Changes Path 1.100 +1 -1 src/sys/i386/pci/pci_cfgreg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 21:27:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10A3337B404 for ; Wed, 13 Nov 2002 21:27:43 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id E6AC343E7B for ; Wed, 13 Nov 2002 21:27:37 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 42019 invoked by uid 1000); 14 Nov 2002 05:27:39 -0000 Date: Wed, 13 Nov 2002 21:27:39 -0800 (PST) From: Nate Lawson To: "M. Warner Losh" Cc: sobomax@FreeBSD.org, silby@silby.com, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/sleep sleep.c In-Reply-To: <20021113.215346.90827277.imp@bsdimp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 13 Nov 2002, M. Warner Losh wrote: > In message: <20021113204503.GI9006@vega.vega.com> > Maxim Sobolev writes: > : On Wed, Nov 13, 2002 at 03:32:13PM -0500, Mike Silbersack wrote: > : > > : > On Wed, 13 Nov 2002, Nate Lawson wrote: > : > > : > > njl 2002/11/13 12:12:26 PST > : > > > : > > Modified files: > : > > bin/sleep sleep.c > : > > Log: > : > > Remove getopt and strtol dependencies, reducing size of static exe. > : > > Preserve older desired behavior, accept [+-]*[0-9]*\.[0-9]* > : > > Remove a few unnecessary casts. > : > > : > Please don't commit crap like this. While having smaller binaries might > : > be nice, being entered into an obfuscated C contest is not one of the > : > goals of FreeBSD. > : > : I fully agree - HDD space is pretty cheap today, while embedded folks > : should use other means to reduce footprint (e.g crunchgen). Actually > : in the case of crunchgen this commit worsens situation, as the code > : is no longer shared. > > It also makes the dynamic binary larger for the folks that have / and > /usr on the same partition and dynamically link /sbin and /bin. Much > more bang for the buck that these silly micro-optimizations. So this > is a negative thing as far as I'm concerned. :-( Please read the commit message for my 2nd version. It uses 8 bytes less dynamically linked than v1.12 and 40k less statically linked. The first version was slightly larger than v1.12 dynamically linked (1k). I backed out the first version. -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 21:28:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C58737B401; Wed, 13 Nov 2002 21:28:18 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72BEA43E3B; Wed, 13 Nov 2002 21:28:17 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id gAE5SFpk083018; Wed, 13 Nov 2002 22:28:15 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 13 Nov 2002 22:28:10 -0700 (MST) Message-Id: <20021113.222810.96919356.imp@bsdimp.com> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_low.c scsi_sa.c From: "M. Warner Losh" In-Reply-To: <200211140503.gAE53B63007660@repoman.freebsd.org> References: <200211140503.gAE53B63007660@repoman.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <200211140503.gAE53B63007660@repoman.freebsd.org> Warner Losh writes: : imp 2002/11/13 21:03:11 PST : : Modified files: : sys/cam/scsi scsi_low.c scsi_sa.c : Log: : Panic message should end with \n. ^not The commit was right, the message was wrong. :-( Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 21:38:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0995D37B401; Wed, 13 Nov 2002 21:38:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B27AF43E3B; Wed, 13 Nov 2002 21:38:27 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE5ZvmV010633; Wed, 13 Nov 2002 21:35:57 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE5Zv1W010632; Wed, 13 Nov 2002 21:35:57 -0800 (PST) Message-Id: <200211140535.gAE5Zv1W010632@repoman.freebsd.org> From: Warner Losh Date: Wed, 13 Nov 2002 21:35:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_periph.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/11/13 21:35:57 PST Modified files: sys/cam cam_periph.c Log: Panic message strings do not need a trailing \n. Reviewed by: ken Revision Changes Path 1.43 +1 -1 src/sys/cam/cam_periph.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 22: 7:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FCE937B401; Wed, 13 Nov 2002 22:07:10 -0800 (PST) Received: from out3.mx.nwbl.wi.voyager.net (out3.mx.nwbl.wi.voyager.net [169.207.3.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C71043E3B; Wed, 13 Nov 2002 22:07:10 -0800 (PST) (envelope-from silby@silby.com) Received: from [10.1.1.6] (d78.as9.nwbl0.wi.voyager.net [169.207.132.206]) by out3.mx.nwbl.wi.voyager.net (Postfix) with ESMTP id 220B7775A2; Thu, 14 Nov 2002 00:07:08 -0600 (CST) Date: Thu, 14 Nov 2002 00:12:47 -0600 (CST) From: Mike Silbersack To: Nate Lawson Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/bin/sleep sleep.c In-Reply-To: <200211140114.gAE1Eabj088543@repoman.freebsd.org> Message-ID: <20021114001150.T11033-100000@patrocles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG That looks more reasonable, thanks for making the change. Mike "Silby" Silbersack On Wed, 13 Nov 2002, Nate Lawson wrote: > njl 2002/11/13 17:14:36 PST > > Modified files: > bin/sleep sleep.c > Log: > Minimal take on previous commit -- remove getopt and printf. Static size > is reduced by 40k, dynamic by a few bytes. > Functional changes: > * "sleep -- arg" now returns usage() instead of ignoring the -- > * "sleep -1" now returns immediately instead of returning usage() > > Reviewed by: jmallett > > Revision Changes Path > 1.15 +9 -15 src/bin/sleep/sleep.c > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 22: 9:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6CFE37B401; Wed, 13 Nov 2002 22:09:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B24C43E75; Wed, 13 Nov 2002 22:09:15 -0800 (PST) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE66jmV013078; Wed, 13 Nov 2002 22:06:45 -0800 (PST) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE66jT4013077; Wed, 13 Nov 2002 22:06:45 -0800 (PST) Message-Id: <200211140606.gAE66jT4013077@repoman.freebsd.org> From: David Xu Date: Wed, 13 Nov 2002 22:06:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_thread.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG davidxu 2002/11/13 22:06:45 PST Modified files: sys/kern kern_thread.c Log: In kse_release(), check if current thread is bound and current kse mailbox was already initialized, also prevent last thread from exiting unless we figure out how to safely support null thread proc. Revision Changes Path 1.58 +16 -4 src/sys/kern/kern_thread.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 22:27:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E182037B401; Wed, 13 Nov 2002 22:27:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09E8643E4A; Wed, 13 Nov 2002 22:27:51 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE6PKmV014684; Wed, 13 Nov 2002 22:25:20 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE6PKNt014683; Wed, 13 Nov 2002 22:25:20 -0800 (PST) Message-Id: <200211140625.gAE6PKNt014683@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 13 Nov 2002 22:25:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/security security.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/11/13 22:25:20 PST Modified files: en/security security.sgml Log: Add FreeBSD-SA-02:43.bind. Revision Changes Path 1.122 +3 -2 www/en/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 22:42:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7FD037B401; Wed, 13 Nov 2002 22:42:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE67143E77; Wed, 13 Nov 2002 22:42:53 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE6eNmV016232; Wed, 13 Nov 2002 22:40:23 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE6eNq9016231; Wed, 13 Nov 2002 22:40:23 -0800 (PST) Message-Id: <200211140640.gAE6eNq9016231@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 13 Nov 2002 22:40:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/ia64/gen _setjmp.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/11/13 22:40:23 PST Modified files: lib/libc/ia64/gen _setjmp.S Log: o Fix _longjmp() to return 1 when the return value is given as 0. o Remove the unwanted smartness in _longjmp() where it compares the current ar.bspstore with the saved ar.bspstore and restores ar.rnat based on it. This either avoids saving ar.rnat in the jmp_buf or is the consequence of not saving ar.rnat. All this complexity breaks libc_r where we use longjmp() to switch to different threads and the current ar.bspstore has no relation to the saved ar.bspstore. Thus: we save ar.rnat in setjmp() and simply restore ar.bspstore and ar.rnat in longjmp(). This code needs a cleanup. Revision Changes Path 1.8 +25 -52 src/lib/libc/ia64/gen/_setjmp.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 23:22:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD50B37B401; Wed, 13 Nov 2002 23:22:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 812CB43E4A; Wed, 13 Nov 2002 23:22:36 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE7K5mV019450; Wed, 13 Nov 2002 23:20:05 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE7K5pa019449; Wed, 13 Nov 2002 23:20:05 -0800 (PST) Message-Id: <200211140720.gAE7K5pa019449@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Nov 2002 23:20:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/libelysium Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/13 23:20:05 PST Modified files: misc/libelysium Makefile Log: Removed the pre-patch since it didn't change any files. Noticed by: bento and kris@ Revision Changes Path 1.6 +0 -7 ports/misc/libelysium/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 23:24:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57EFB37B401; Wed, 13 Nov 2002 23:24:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B95243E75; Wed, 13 Nov 2002 23:24:22 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE7LpmV019509; Wed, 13 Nov 2002 23:21:51 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE7LpFg019508; Wed, 13 Nov 2002 23:21:51 -0800 (PST) Message-Id: <200211140721.gAE7LpFg019508@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Nov 2002 23:21:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/libelysium Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/13 23:21:51 PST Modified files: misc/libelysium Makefile Log: USE_REINPLACE is now obsolete for this port. Revision Changes Path 1.7 +0 -1 ports/misc/libelysium/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 23:31: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1B4C37B401; Wed, 13 Nov 2002 23:31:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9456643E42; Wed, 13 Nov 2002 23:31:07 -0800 (PST) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE7SbmV019979; Wed, 13 Nov 2002 23:28:37 -0800 (PST) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE7SaAn019977; Wed, 13 Nov 2002 23:28:36 -0800 (PST) Message-Id: <200211140728.gAE7SaAn019977@repoman.freebsd.org> From: Doug Barton Date: Wed, 13 Nov 2002 23:28:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/bind8/files patch-bind833.diff X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2002/11/13 23:28:36 PST Added files: net/bind8/files patch-bind833.diff Log: This is the patch provided by ISC, re-generated to work in our system. Revision Changes Path 1.1 +234 -0 ports/net/bind8/files/patch-bind833.diff (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 23:35:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA5DC37B401; Wed, 13 Nov 2002 23:35:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B2CF43E88; Wed, 13 Nov 2002 23:35:17 -0800 (PST) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE7WkmV020395; Wed, 13 Nov 2002 23:32:46 -0800 (PST) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE7WkcD020394; Wed, 13 Nov 2002 23:32:46 -0800 (PST) Message-Id: <200211140732.gAE7WkcD020394@repoman.freebsd.org> From: Doug Barton Date: Wed, 13 Nov 2002 23:32:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/bind8 Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2002/11/13 23:32:46 PST Modified files: net/bind8 Makefile pkg-plist Log: * Bump PORTREVISION to reflect the ISC security patches * Switch to DOCSDIR for PORTDOCS, which in addition to being more aesthetically pleasing also reduces a gratuitous mismatch when PORT_REPLACES_BASE Revision Changes Path 1.40 +5 -4 ports/net/bind8/Makefile 1.12 +43 -43 ports/net/bind8/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 Nov 13 23:36:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D71237B401; Wed, 13 Nov 2002 23:36:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B44C43E4A; Wed, 13 Nov 2002 23:36:40 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE7Y9mV020512; Wed, 13 Nov 2002 23:34:09 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE7Y9c0020511; Wed, 13 Nov 2002 23:34:09 -0800 (PST) Message-Id: <200211140734.gAE7Y9c0020511@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 13 Nov 2002 23:34:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/pkgview Makefile distinfo pkg-comment pkg-descr pkg-plist ports/sysutils/pkgview/files patch-configure patch-src_config-path.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/13 23:34:09 PST Modified files: sysutils Makefile Added files: sysutils/pkgview Makefile distinfo pkg-comment pkg-descr pkg-plist sysutils/pkgview/files patch-configure patch-src_config-path.c Log: Add pkgview, a utility to determine the version of installed GNOME 2 components as well as determine the overall version of GNOME 2 installed. Revision Changes Path 1.314 +1 -0 ports/sysutils/Makefile 1.1 +35 -0 ports/sysutils/pkgview/Makefile (new) 1.1 +1 -0 ports/sysutils/pkgview/distinfo (new) 1.1 +11 -0 ports/sysutils/pkgview/files/patch-configure (new) 1.1 +13 -0 ports/sysutils/pkgview/files/patch-src_config-path.c (new) 1.1 +1 -0 ports/sysutils/pkgview/pkg-comment (new) 1.1 +6 -0 ports/sysutils/pkgview/pkg-descr (new) 1.1 +10 -0 ports/sysutils/pkgview/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 23:36:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5516337B4FD; Wed, 13 Nov 2002 23:36:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08A8E43E4A; Wed, 13 Nov 2002 23:36:46 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE7YFmV020549; Wed, 13 Nov 2002 23:34:15 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE7YFsd020548; Wed, 13 Nov 2002 23:34:15 -0800 (PST) Message-Id: <200211140734.gAE7YFsd020548@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 13 Nov 2002 23:34:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/13 23:34:15 PST Modified files: . modules Log: pkgview --> ports/sysutils/pkgview Revision Changes Path 1.6234 +1 -0 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 Nov 13 23:39:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81EB237B401; Wed, 13 Nov 2002 23:39:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3583843E75; Wed, 13 Nov 2002 23:39:27 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE7aumV020635; Wed, 13 Nov 2002 23:36:56 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE7auaA020634; Wed, 13 Nov 2002 23:36:56 -0800 (PST) Message-Id: <200211140736.gAE7auaA020634@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 13 Nov 2002 23:36:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnome2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/13 23:36:56 PST Modified files: x11/gnome2 Makefile Log: Add pkgview to the list. Revision Changes Path 1.53 +3 -2 ports/x11/gnome2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 23:41: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD3A237B401; Wed, 13 Nov 2002 23:40:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D5E643E75; Wed, 13 Nov 2002 23:40:59 -0800 (PST) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE7cSmV021001; Wed, 13 Nov 2002 23:38:28 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE7cS27021000; Wed, 13 Nov 2002 23:38:28 -0800 (PST) Message-Id: <200211140738.gAE7cS27021000@repoman.freebsd.org> From: Adam Weinberger Date: Wed, 13 Nov 2002 23:38:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gnomevfs2 Makefile pkg-plist ports/devel/gnomevfs2/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG adamw 2002/11/13 23:38:28 PST Modified files: devel/gnomevfs2 Makefile pkg-plist devel/gnomevfs2/files patch-aa Log: Fix creative capitalization of variable name, which led to the installation of many unnecessary files. Bump PORTREVISION, because the pkg-plist changed. Noticed by: marcus Approved by: pat Revision Changes Path 1.54 +1 -0 ports/devel/gnomevfs2/Makefile 1.25 +1 -1 ports/devel/gnomevfs2/files/patch-aa 1.29 +0 -29 ports/devel/gnomevfs2/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 Nov 13 23:53:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D2B437B401; Wed, 13 Nov 2002 23:53:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 504D343E4A; Wed, 13 Nov 2002 23:53:54 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE7pNmV022281; Wed, 13 Nov 2002 23:51:23 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE7pNK6022280; Wed, 13 Nov 2002 23:51:23 -0800 (PST) Message-Id: <200211140751.gAE7pNK6022280@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Nov 2002 23:51:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/znavigator Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/13 23:51:23 PST Modified files: www/znavigator Makefile Log: Change REINPLACE_CMD to a real SED since it would otherwise try to modify the files/ directory. Noticed by: bento Revision Changes Path 1.6 +1 -3 ports/www/znavigator/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Nov 13 23:59:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E4B237B401; Wed, 13 Nov 2002 23:59:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A83B43E75; Wed, 13 Nov 2002 23:59:24 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE7urmV022412; Wed, 13 Nov 2002 23:56:53 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE7urYm022411; Wed, 13 Nov 2002 23:56:53 -0800 (PST) Message-Id: <200211140756.gAE7urYm022411@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Nov 2002 23:56:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/knowledgekit Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/13 23:56:53 PST Modified files: www/knowledgekit Makefile Log: Changed REINPLACE_CMD with SED since it needed to modify a file in files/ Noticed on: bento Revision Changes Path 1.5 +2 -3 ports/www/knowledgekit/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 0: 1:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0900337B401; Thu, 14 Nov 2002 00:01:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 139C243EFA; Thu, 14 Nov 2002 00:01:52 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE7xLmV023055; Wed, 13 Nov 2002 23:59:21 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE7xLSI023053; Wed, 13 Nov 2002 23:59:21 -0800 (PST) Message-Id: <200211140759.gAE7xLSI023053@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 13 Nov 2002 23:59:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/passlogd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/13 23:59:21 PST Modified files: net/passlogd Makefile Log: Fixed damage done to the regular expression by REINPLACE_CMD Noticed on: bento Revision Changes Path 1.5 +1 -1 ports/net/passlogd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 0: 6:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F87D37B401; Thu, 14 Nov 2002 00:06:22 -0800 (PST) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE3DC43EC2; Thu, 14 Nov 2002 00:06:18 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) by whale.sunbay.crimea.ua (8.12.6/8.12.6/Sunbay) with ESMTP id gAE86D5V000741 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 14 Nov 2002 10:06:13 +0200 (EET) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.6/8.12.6/Submit) id gAE86Dc8000736; Thu, 14 Nov 2002 10:06:13 +0200 (EET) Date: Thu, 14 Nov 2002 10:06:13 +0200 From: Ruslan Ermilov To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/crunch/crunchide exec_elf32.c src/gnu/usr.bin/cc/cc_tools auto-host.h src/lib/libncurses Makefile Message-ID: <20021114080613.GB137@sunbay.com> References: <200211131150.gADBoeTU012482@repoman.freebsd.org> <20021113170810.GC9829@xtanbul.studio.espresso-com.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cvVnyQ+4j833TQvp" Content-Disposition: inline In-Reply-To: <20021113170810.GC9829@xtanbul.studio.espresso-com.com> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --cvVnyQ+4j833TQvp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 13, 2002 at 12:08:10PM -0500, The Anarcat wrote: > On Wed Nov 13, 2002 at 03:50:40AM -0800, Ruslan Ermilov wrote: > > Bootstrapping aid for 4.0-RELEASE. >=20 > Eh? 4.0? Wasn't that a while ago? :) >=20 I have plans to support upgrades from 4.0 to as far as 5.1, or what will be the first recommended for production use release in the RELENG_5 branch. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --cvVnyQ+4j833TQvp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE901l1Ukv4P6juNwoRAgPZAJ4+ibR0uw1kcfREbHfy9DVT0QwHGgCfS6IU YmeId8WVsG1lifLsrRW4vLs= =dOT4 -----END PGP SIGNATURE----- --cvVnyQ+4j833TQvp-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 0:35:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0085037B404; Thu, 14 Nov 2002 00:35:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB32C43E42; Thu, 14 Nov 2002 00:35:10 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE8WdmV025634; Thu, 14 Nov 2002 00:32:39 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE8WdXv025633; Thu, 14 Nov 2002 00:32:39 -0800 (PST) Message-Id: <200211140832.gAE8WdXv025633@repoman.freebsd.org> From: Akinori MUSHA Date: Thu, 14 Nov 2002 00:32:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/portupgrade Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/14 00:32:39 PST Modified files: sysutils/portupgrade Makefile distinfo Log: Update to 20021113, a maintenance release. portupgrade(1): - Check return status of hardly failing commands also. pkgdb(1): - Add -Q/--quiet and -QQ for internal use. portsclean(1): - Ditto. overall: - Reduce /bin/sh process calls by replacing shell redirection to /dev/null with pkgdb -Q/portsclean -Q/fetch -q. (I know I can do fork, dup and exec if necessary) - Eliminate zombies during running. Formerly waitpid's against terminated processes are delayed until Ruby gets short of resource and thus runs a GC, but now portupgrade(1), pkgdb(1) and portsclean(1) explicitly kick a waitpid immediately after each popen() is done. PR: ports/38075 Submitted by: Chris J. Mutter Reported by: several others Revision Changes Path 1.159 +3 -2 ports/sysutils/portupgrade/Makefile 1.136 +1 -0 ports/sysutils/portupgrade/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 0:45:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3575F37B401; Thu, 14 Nov 2002 00:45:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D913543E6E; Thu, 14 Nov 2002 00:45:38 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE8h8mV026475; Thu, 14 Nov 2002 00:43:08 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE8h78A026474; Thu, 14 Nov 2002 00:43:07 -0800 (PST) Message-Id: <200211140843.gAE8h78A026474@repoman.freebsd.org> From: Maxim Sobolev Date: Thu, 14 Nov 2002 00:43:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.8 newsyslog.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/11/14 00:43:07 PST Modified files: usr.sbin/newsyslog newsyslog.8 newsyslog.c Log: Add a new newsyslog.conf flag - 'G', which if set tells newsyslog(8) that the specified filename of the log to be rotated is in fact shell glob pattern. In this case, all files matching this pattern will be rotated using the same options. Useful in the case when there is no pre-defined name for the logfiles (e.g. xtradius, samba etc). Sponsored by: PortaOne Software Ltd MFC after: 2 weeks Revision Changes Path 1.34 +10 -0 src/usr.sbin/newsyslog/newsyslog.8 1.46 +19 -1 src/usr.sbin/newsyslog/newsyslog.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 0:46:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 482EB37B401; Thu, 14 Nov 2002 00:46:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1BEB43E97; Thu, 14 Nov 2002 00:46:41 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE8iAmV026528; Thu, 14 Nov 2002 00:44:10 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE8iAh8026527; Thu, 14 Nov 2002 00:44:10 -0800 (PST) Message-Id: <200211140844.gAE8iAh8026527@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 14 Nov 2002 00:44:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/conquest Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/14 00:44:10 PST Modified files: games/conquest Makefile Log: Fixed RE in REINPLACE_CMD. Noticed by bento. Revision Changes Path 1.4 +3 -3 ports/games/conquest/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 0:49:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B841E37B401; Thu, 14 Nov 2002 00:49:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B87043E77; Thu, 14 Nov 2002 00:49:18 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE8klmV026603; Thu, 14 Nov 2002 00:46:47 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE8klZq026602; Thu, 14 Nov 2002 00:46:47 -0800 (PST) Message-Id: <200211140846.gAE8klZq026602@repoman.freebsd.org> From: Akinori MUSHA Date: Thu, 14 Nov 2002 00:46:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/yc.el Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/14 00:46:47 PST Modified files: japanese/yc.el Makefile distinfo Log: Update to 3.5.0. PR: 45283 Submitted by: Takayuki Nakao (MAINTAINER) Revision Changes Path 1.8 +1 -1 ports/japanese/yc.el/Makefile 1.6 +1 -1 ports/japanese/yc.el/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 0:59:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFC2137B401; Thu, 14 Nov 2002 00:59:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60EDB43E4A; Thu, 14 Nov 2002 00:59:45 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE8vEmV027436; Thu, 14 Nov 2002 00:57:14 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE8vEUU027435; Thu, 14 Nov 2002 00:57:14 -0800 (PST) Message-Id: <200211140857.gAE8vEUU027435@repoman.freebsd.org> From: Ernst de Haan Date: Thu, 14 Nov 2002 00:57:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jakarta-commons-lang Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/11/14 00:57:14 PST Modified files: java/jakarta-commons-lang Makefile pkg-plist Log: Not including version number in JAR file anymore. Bumped PORTREVISION. Revision Changes Path 1.2 +4 -2 ports/java/jakarta-commons-lang/Makefile 1.2 +1 -1 ports/java/jakarta-commons-lang/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 Nov 14 0:59:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9E2437B4E6; Thu, 14 Nov 2002 00:59:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AFC643E3B; Thu, 14 Nov 2002 00:59:51 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE8vKmV027462; Thu, 14 Nov 2002 00:57:20 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE8vK2e027461; Thu, 14 Nov 2002 00:57:20 -0800 (PST) Message-Id: <200211140857.gAE8vK2e027461@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 14 Nov 2002 00:57:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/11/14 00:57:20 PST Modified files: en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml Log: -DNOPROFILE=true defines the "NOPROFILE=true" variable to be "1". Revision Changes Path 1.150 +2 -2 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 1: 4:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E891E37B401; Thu, 14 Nov 2002 01:04:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABD8343E88; Thu, 14 Nov 2002 01:04:40 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE929mV028292; Thu, 14 Nov 2002 01:02:09 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE929Os028291; Thu, 14 Nov 2002 01:02:09 -0800 (PST) Message-Id: <200211140902.gAE929Os028291@repoman.freebsd.org> From: Ernst de Haan Date: Thu, 14 Nov 2002 01:02:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java Makefile ports/java/jakarta-commons-cli Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/11/14 01:02:09 PST Modified files: java Makefile Added files: java/jakarta-commons-cli Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: Jakarta Commons CLI library. Java-library for command line arguments and options. Revision Changes Path 1.67 +1 -0 ports/java/Makefile 1.1 +50 -0 ports/java/jakarta-commons-cli/Makefile (new) 1.1 +1 -0 ports/java/jakarta-commons-cli/distinfo (new) 1.1 +1 -0 ports/java/jakarta-commons-cli/pkg-comment (new) 1.1 +4 -0 ports/java/jakarta-commons-cli/pkg-descr (new) 1.1 +85 -0 ports/java/jakarta-commons-cli/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 1: 6: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1E7C37B401; Thu, 14 Nov 2002 01:06:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6733543E3B; Thu, 14 Nov 2002 01:06:04 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE93XmV028338; Thu, 14 Nov 2002 01:03:33 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE93XIw028337; Thu, 14 Nov 2002 01:03:33 -0800 (PST) Message-Id: <200211140903.gAE93XIw028337@repoman.freebsd.org> From: Ernst de Haan Date: Thu, 14 Nov 2002 01:03:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/11/14 01:03:33 PST Modified files: . modules Log: jakarta-commons-cli --> ports/java/jakarta-commons-cli Revision Changes Path 1.6235 +1 -0 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 Nov 14 1:21:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 682CA37B401; Thu, 14 Nov 2002 01:21:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AA8843E8A; Thu, 14 Nov 2002 01:21:23 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE9IqmV029677; Thu, 14 Nov 2002 01:18:52 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE9Ipd8029675; Thu, 14 Nov 2002 01:18:51 -0800 (PST) Message-Id: <200211140918.gAE9Ipd8029675@repoman.freebsd.org> From: Ernst de Haan Date: Thu, 14 Nov 2002 01:18:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jakarta-commons-cli Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/11/14 01:18:51 PST Modified files: java/jakarta-commons-cli Makefile pkg-plist Log: Installing in correct locations. Bumped PORTREVISION. Revision Changes Path 1.2 +6 -5 ports/java/jakarta-commons-cli/Makefile 1.2 +59 -85 ports/java/jakarta-commons-cli/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 Nov 14 1:28:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9802537B401; Thu, 14 Nov 2002 01:28:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5834D43E8A; Thu, 14 Nov 2002 01:28:37 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE9Q6mV030088; Thu, 14 Nov 2002 01:26:06 -0800 (PST) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE9Q6J3030087; Thu, 14 Nov 2002 01:26:06 -0800 (PST) Message-Id: <200211140926.gAE9Q6J3030087@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 14 Nov 2002 01:26:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts Makefile ports/x11-fonts/terminus-font Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG vanilla 2002/11/14 01:26:06 PST Modified files: x11-fonts Makefile Added files: x11-fonts/terminus-font Makefile distinfo pkg-comment pkg-descr pkg-plist Log: The Terminus Font is designed for long (8 and more hours per day) work with computers. Version 3.96 contains 528 characters, which cover code pages ISO8859-1, ISO8859-2, ISO8859-5, ISO8859-15, Windows-1250, Windows-1251, Windows-1252, IBM-437, KOI8-R, KOI8-U, KOI8-E, KOI8-F, Bulgarian-MIK, Paratype-PT154, Paratype-PT254, IBM-855, IBM-866 and Macintosh-Ukrainian. PR: ports/45281 Submitted by: Kang-min Liu Revision Changes Path 1.33 +1 -0 ports/x11-fonts/Makefile 1.1 +33 -0 ports/x11-fonts/terminus-font/Makefile (new) 1.1 +1 -0 ports/x11-fonts/terminus-font/distinfo (new) 1.1 +1 -0 ports/x11-fonts/terminus-font/pkg-comment (new) 1.1 +8 -0 ports/x11-fonts/terminus-font/pkg-descr (new) 1.1 +66 -0 ports/x11-fonts/terminus-font/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 1:33:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCAD537B401; Thu, 14 Nov 2002 01:33:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91CB843E42; Thu, 14 Nov 2002 01:33:44 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAE9VDmV030852; Thu, 14 Nov 2002 01:31:13 -0800 (PST) (envelope-from vanilla@repoman.freebsd.org) Received: (from vanilla@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAE9VDuC030851; Thu, 14 Nov 2002 01:31:13 -0800 (PST) Message-Id: <200211140931.gAE9VDuC030851@repoman.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 14 Nov 2002 01:31:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG vanilla 2002/11/14 01:31:13 PST Modified files: . modules Log: Add terminus-fonts. Revision Changes Path 1.6236 +1 -0 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 Nov 14 2: 2:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A397437B401; Thu, 14 Nov 2002 02:02:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22AE943E42; Thu, 14 Nov 2002 02:02:33 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEA01mV033284; Thu, 14 Nov 2002 02:00:02 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEA01fP033283; Thu, 14 Nov 2002 02:00:01 -0800 (PST) Message-Id: <200211141000.gAEA01fP033283@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 14 Nov 2002 02:00:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/devd Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/11/14 02:00:01 PST Modified files: sbin/devd Makefile Log: Install devd.conf(5). Revision Changes Path 1.2 +1 -1 src/sbin/devd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 2: 2:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6254837B416; Thu, 14 Nov 2002 02:02:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 135A743E3B; Thu, 14 Nov 2002 02:02:35 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEA03mV033310; Thu, 14 Nov 2002 02:00:03 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEA03CV033309; Thu, 14 Nov 2002 02:00:03 -0800 (PST) Message-Id: <200211141000.gAEA03CV033309@repoman.freebsd.org> From: Ernst de Haan Date: Thu, 14 Nov 2002 02:00:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jakarta-commons-cli Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/11/14 02:00:03 PST Modified files: java/jakarta-commons-cli Makefile Log: Fixed meta information in header (creation date and description). Revision Changes Path 1.3 +2 -2 ports/java/jakarta-commons-cli/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 2: 7:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C94E37B401; Thu, 14 Nov 2002 02:07:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D18BB43E4A; Thu, 14 Nov 2002 02:07:22 -0800 (PST) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEA4pmV033398; Thu, 14 Nov 2002 02:04:51 -0800 (PST) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEA4pJL033397; Thu, 14 Nov 2002 02:04:51 -0800 (PST) Message-Id: <200211141004.gAEA4pJL033397@repoman.freebsd.org> From: Doug Barton Date: Thu, 14 Nov 2002 02:04:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/bind - Imported sources X-FreeBSD-CVS-Branch: ISC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2002/11/14 02:04:51 PST src/contrib/bind - Imported sources Update of /home/ncvs/src/contrib/bind In directory repoman.freebsd.org:/tmp/cvs-serv33383 Log Message: Import security patches from ISC for BIND version 8.3.3 Status: Vendor Tag: ISC Release Tags: v8_3_3_patched U src/contrib/bind/CHANGES U src/contrib/bind/bin/named/db_defs.h U src/contrib/bind/bin/named/db_sec.c U src/contrib/bind/bin/named/ns_defs.h U src/contrib/bind/bin/named/ns_ncache.c U src/contrib/bind/bin/named/ns_req.c U src/contrib/bind/bin/named/ns_resp.c U src/contrib/bind/lib/nameser/ns_name.c U src/contrib/bind/lib/nameser/ns_samedomain.c No conflicts created by this import To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 2: 9:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D77E37B401; Thu, 14 Nov 2002 02:09:49 -0800 (PST) Received: from herring.nlsystems.com (mailgate.nlsystems.com [62.49.251.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AC2A43E75; Thu, 14 Nov 2002 02:09:48 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring [10.0.0.2]) by herring.nlsystems.com (8.12.6/8.12.6) with ESMTP id gAEA9jDP084999; Thu, 14 Nov 2002 10:09:45 GMT (envelope-from dfr@nlsystems.com) Content-Type: text/plain; charset="iso-8859-1" From: Doug Rabson To: Marcel Moolenaar , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/ia64/gen _setjmp.S Date: Thu, 14 Nov 2002 10:09:44 +0000 User-Agent: KMail/1.4.3 References: <200211140640.gAE6eNq9016231@repoman.freebsd.org> In-Reply-To: <200211140640.gAE6eNq9016231@repoman.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200211141009.45000.dfr@nlsystems.com> X-Spam-Status: No, hits=-7.7 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT,USER_AGENT_KMAIL version=2.41 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday 14 November 2002 6:40 am, Marcel Moolenaar wrote: > marcel 2002/11/13 22:40:23 PST > > Modified files: > lib/libc/ia64/gen _setjmp.S > Log: > o Fix _longjmp() to return 1 when the return value is given as 0. > o Remove the unwanted smartness in _longjmp() where it compares > the current ar.bspstore with the saved ar.bspstore and restores > ar.rnat based on it. This either avoids saving ar.rnat in the > jmp_buf or is the consequence of not saving ar.rnat. All this > complexity breaks libc_r where we use longjmp() to switch to > different threads and the current ar.bspstore has no relation > to the saved ar.bspstore. Thus: we save ar.rnat in setjmp() > and simply restore ar.bspstore and ar.rnat in longjmp(). This is wrong, I think. The purpose of the comparing bspstore values is=20 to avoid a forced flushrs in the normal case of unwinding a single=20 stack. This is the intel-recommended approach for implementing longjmp.=20 We need to use switchcontext() for libc_r which knows that it is=20 switching stacks and can flush the register stack appropriately. I=20 don't think it would ever be a good idea to use longjmp for thread=20 switches on ia64. --=20 Doug Rabson=09=09=09=09Mail: dfr@nlsystems.com =09=09=09=09=09Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 2:15:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1ECB37B401; Thu, 14 Nov 2002 02:15:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BE0A43E42; Thu, 14 Nov 2002 02:15:42 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEADBmV034237; Thu, 14 Nov 2002 02:13:11 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEADBm2034236; Thu, 14 Nov 2002 02:13:11 -0800 (PST) Message-Id: <200211141013.gAEADBm2034236@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 14 Nov 2002 02:13:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/kbiff Makefile distinfo pkg-plist ports/mail/kbiff/files patch-kbiff-setupdlg.cpp X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/14 02:13:11 PST Modified files: mail/kbiff Makefile distinfo pkg-plist Removed files: mail/kbiff/files patch-kbiff-setupdlg.cpp Log: Update to 3.6.3 This fixes the on-mouse-over crash reported by many. Revision Changes Path 1.28 +1 -6 ports/mail/kbiff/Makefile 1.9 +1 -1 ports/mail/kbiff/distinfo 1.2 +0 -11 ports/mail/kbiff/files/patch-kbiff-setupdlg.cpp (dead) 1.6 +11 -1 ports/mail/kbiff/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 Nov 14 2:26:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DAFE37B401; Thu, 14 Nov 2002 02:26:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C85A43E42; Thu, 14 Nov 2002 02:26:30 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEANxmV035165; Thu, 14 Nov 2002 02:23:59 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEANwj2035164; Thu, 14 Nov 2002 02:23:58 -0800 (PST) Message-Id: <200211141023.gAEANwj2035164@repoman.freebsd.org> From: Ernst de Haan Date: Thu, 14 Nov 2002 02:23:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java Makefile ports/java/jakarta-commons-beanutils Makefile distinfo pkg-comment pkg-descr pkg-plist ports/java/jakarta-commons-beanutils/files LICENSE X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/11/14 02:23:58 PST Modified files: java Makefile Added files: java/jakarta-commons-beanutils Makefile distinfo pkg-comment pkg-descr pkg-plist java/jakarta-commons-beanutils/files LICENSE Log: New port: Jakarta Commons BeanUtils. See: http://jakarta.apache.org/commons/beanutils.html Revision Changes Path 1.68 +1 -0 ports/java/Makefile 1.1 +52 -0 ports/java/jakarta-commons-beanutils/Makefile (new) 1.1 +1 -0 ports/java/jakarta-commons-beanutils/distinfo (new) 1.1 +56 -0 ports/java/jakarta-commons-beanutils/files/LICENSE (new) 1.1 +1 -0 ports/java/jakarta-commons-beanutils/pkg-comment (new) 1.1 +5 -0 ports/java/jakarta-commons-beanutils/pkg-descr (new) 1.1 +22 -0 ports/java/jakarta-commons-beanutils/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 2:39:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAC6637B401; Thu, 14 Nov 2002 02:39:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C9D543E75; Thu, 14 Nov 2002 02:39:50 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEAbJmV036061; Thu, 14 Nov 2002 02:37:19 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEAbJup036060; Thu, 14 Nov 2002 02:37:19 -0800 (PST) Message-Id: <200211141037.gAEAbJup036060@repoman.freebsd.org> From: Tilman Linneweh Date: Thu, 14 Nov 2002 02:37:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/kbear Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/14 02:37:19 PST Modified files: ftp/kbear Makefile distinfo pkg-plist Log: The author fixed the installation of the documentation and updated the distfile. Chase MD5 and bump PORTREVISION because of PLIST changes. Approved by: kris (mentor) Revision Changes Path 1.8 +1 -0 ports/ftp/kbear/Makefile 1.6 +1 -1 ports/ftp/kbear/distinfo 1.5 +8 -11 ports/ftp/kbear/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 Nov 14 2:47:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4E2A37B401; Thu, 14 Nov 2002 02:47:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7770043E4A; Thu, 14 Nov 2002 02:47:23 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEAiqmV036879; Thu, 14 Nov 2002 02:44:52 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEAiq2p036878; Thu, 14 Nov 2002 02:44:52 -0800 (PST) Message-Id: <200211141044.gAEAiq2p036878@repoman.freebsd.org> From: Ernst de Haan Date: Thu, 14 Nov 2002 02:44:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jakarta-log4j Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/11/14 02:44:52 PST Modified files: java/jakarta-log4j Makefile Log: Not including version number in JAR file name. Bumped PORTREVISION. Revision Changes Path 1.2 +2 -1 ports/java/jakarta-log4j/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 2:51:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A78237B401; Thu, 14 Nov 2002 02:51:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 352D443E42; Thu, 14 Nov 2002 02:51:42 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEAnAmV037580; Thu, 14 Nov 2002 02:49:10 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEAnAl5037578; Thu, 14 Nov 2002 02:49:10 -0800 (PST) Message-Id: <200211141049.gAEAnAl5037578@repoman.freebsd.org> From: Ernst de Haan Date: Thu, 14 Nov 2002 02:49:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jakarta-commons-collections Makefile ports/java/jakarta-commons-cli Makefile ports/java/jakarta-commons-beanutils Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/11/14 02:49:10 PST Modified files: java/jakarta-commons-collections Makefile java/jakarta-commons-cli Makefile java/jakarta-commons-beanutils Makefile Log: Improved output from do-install target. Revision Changes Path 1.2 +4 -3 ports/java/jakarta-commons-beanutils/Makefile 1.4 +2 -2 ports/java/jakarta-commons-cli/Makefile 1.3 +2 -2 ports/java/jakarta-commons-collections/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 2:55:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D768E37B401; Thu, 14 Nov 2002 02:55:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CC1143E77; Thu, 14 Nov 2002 02:55:41 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEArAmV037762; Thu, 14 Nov 2002 02:53:10 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEArAhk037761; Thu, 14 Nov 2002 02:53:10 -0800 (PST) Message-Id: <200211141053.gAEArAhk037761@repoman.freebsd.org> From: Ernst de Haan Date: Thu, 14 Nov 2002 02:53:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/11/14 02:53:10 PST Modified files: . modules Log: jakarta-commons-beanutils --> ports/java/jakarta-commons-beanutils Revision Changes Path 1.6237 +1 -0 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 Nov 14 2:57:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9146937B401; Thu, 14 Nov 2002 02:57:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53A6943E3B; Thu, 14 Nov 2002 02:57:45 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEAtEmV037869; Thu, 14 Nov 2002 02:55:14 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEAtDQp037868; Thu, 14 Nov 2002 02:55:13 -0800 (PST) Message-Id: <200211141055.gAEAtDQp037868@repoman.freebsd.org> From: Ernst de Haan Date: Thu, 14 Nov 2002 02:55:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java Makefile ports/java/jakarta-commons-logging Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/11/14 02:55:13 PST Modified files: java Makefile Added files: java/jakarta-commons-logging Makefile distinfo pkg-comment pkg-descr pkg-plist Log: New port: Jakarta Commons Logging library. See: http://jakarta.apache.org/commons/logging.html Revision Changes Path 1.69 +1 -0 ports/java/Makefile 1.1 +53 -0 ports/java/jakarta-commons-logging/Makefile (new) 1.1 +1 -0 ports/java/jakarta-commons-logging/distinfo (new) 1.1 +1 -0 ports/java/jakarta-commons-logging/pkg-comment (new) 1.1 +11 -0 ports/java/jakarta-commons-logging/pkg-descr (new) 1.1 +36 -0 ports/java/jakarta-commons-logging/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 3: 0:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A716C37B401; Thu, 14 Nov 2002 03:00:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CC0243E6E; Thu, 14 Nov 2002 03:00:38 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEAw7mV038054; Thu, 14 Nov 2002 02:58:07 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEAw6Jt038052; Thu, 14 Nov 2002 02:58:06 -0800 (PST) Message-Id: <200211141058.gAEAw6Jt038052@repoman.freebsd.org> From: Ernst de Haan Date: Thu, 14 Nov 2002 02:58:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/11/14 02:58:06 PST Modified files: . modules Log: jakarta-commons-logging --> ports/java/jakarta-commons-logging Revision Changes Path 1.6238 +1 -0 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 Nov 14 3:17:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C61E337B401; Thu, 14 Nov 2002 03:17:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A82D43E42; Thu, 14 Nov 2002 03:17:33 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEBF1mV039851; Thu, 14 Nov 2002 03:15:01 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEBF1ui039850; Thu, 14 Nov 2002 03:15:01 -0800 (PST) Message-Id: <200211141115.gAEBF1ui039850@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 14 Nov 2002 03:15:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/wget+ipv6 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/14 03:15:01 PST Modified files: ftp/wget+ipv6 Makefile Log: Replaced Perl-RE by one working for sed. Noticed by: bento Revision Changes Path 1.11 +4 -4 ports/ftp/wget+ipv6/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 3:18:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11B2237B401; Thu, 14 Nov 2002 03:18:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B368A43E42; Thu, 14 Nov 2002 03:18:13 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEBFgmV039898; Thu, 14 Nov 2002 03:15:42 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEBFg2o039897; Thu, 14 Nov 2002 03:15:42 -0800 (PST) Message-Id: <200211141115.gAEBFg2o039897@repoman.freebsd.org> From: Oliver Braun Date: Thu, 14 Nov 2002 03:15:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/xmlrpc-c Makefile ports/net/xmlrpc-c/files patch-src-XmlRpcCpp.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/11/14 03:15:42 PST Modified files: net/xmlrpc-c Makefile Added files: net/xmlrpc-c/files patch-src-XmlRpcCpp.h Log: * correct use of '#include ' and 'use namespace' (fixes build on -current) * PERL->REINPLACE PR: ports/45286 Submitted by: Volker Stolz Revision Changes Path 1.9 +3 -3 ports/net/xmlrpc-c/Makefile 1.1 +12 -0 ports/net/xmlrpc-c/files/patch-src-XmlRpcCpp.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 3:19:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6474537B401; Thu, 14 Nov 2002 03:19:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D719643E77; Thu, 14 Nov 2002 03:19:52 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEBHLmV039968; Thu, 14 Nov 2002 03:17:21 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEBHL6t039967; Thu, 14 Nov 2002 03:17:21 -0800 (PST) Message-Id: <200211141117.gAEBHL6t039967@repoman.freebsd.org> From: Oliver Braun Date: Thu, 14 Nov 2002 03:17:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/slurm Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/11/14 03:17:21 PST Modified files: net/slurm Makefile distinfo Log: Upgrade to to 0.0.6. PR: ports/45288 Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/net/slurm/Makefile 1.4 +1 -1 ports/net/slurm/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 3:20: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BB4F37B404; Thu, 14 Nov 2002 03:20:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F44B43E4A; Thu, 14 Nov 2002 03:20:01 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEBHTmV039994; Thu, 14 Nov 2002 03:17:29 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEBHTDr039993; Thu, 14 Nov 2002 03:17:29 -0800 (PST) Message-Id: <200211141117.gAEBHTDr039993@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 14 Nov 2002 03:17:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/arm-elf-gcc295 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/14 03:17:29 PST Modified files: devel/arm-elf-gcc295 Makefile Log: RE is an Extended one. Noticed on: bento Revision Changes Path 1.9 +3 -2 ports/devel/arm-elf-gcc295/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 3:30:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 632B837B404; Thu, 14 Nov 2002 03:30:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1593A43E3B; Thu, 14 Nov 2002 03:30:15 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEBRhmV040860; Thu, 14 Nov 2002 03:27:43 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEBRhbr040859; Thu, 14 Nov 2002 03:27:43 -0800 (PST) Message-Id: <200211141127.gAEBRhbr040859@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 14 Nov 2002 03:27:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/xmlada Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/14 03:27:43 PST Modified files: textproc/xmlada Makefile Log: Unbreak the patch Noticed on: bento Revision Changes Path 1.3 +1 -2 ports/textproc/xmlada/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 3:31:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86F3537B401; Thu, 14 Nov 2002 03:31:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B72D43E75; Thu, 14 Nov 2002 03:31:48 -0800 (PST) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEBTGmV041427; Thu, 14 Nov 2002 03:29:16 -0800 (PST) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEBTGih041426; Thu, 14 Nov 2002 03:29:16 -0800 (PST) Message-Id: <200211141129.gAEBTGih041426@repoman.freebsd.org> From: Thomas Moestl Date: Thu, 14 Nov 2002 03:29:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/pci psycho.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2002/11/14 03:29:16 PST Modified files: sys/sparc64/pci psycho.c Log: Don't register the powerfail interrupt as fast in the non-DEBUGGER_ON_POWERFAIL case so that shutdown_nice() can be called without problems. Reported & tested by: Gavin Atkinson Revision Changes Path 1.18 +8 -2 src/sys/sparc64/pci/psycho.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 3:33: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1D0D37B401; Thu, 14 Nov 2002 03:32:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6494343E9E; Thu, 14 Nov 2002 03:32:59 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEBURmV041604; Thu, 14 Nov 2002 03:30:27 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEBURn5041603; Thu, 14 Nov 2002 03:30:27 -0800 (PST) Message-Id: <200211141130.gAEBURn5041603@repoman.freebsd.org> From: Jimmy Olgeni Date: Thu, 14 Nov 2002 03:30:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/14 03:30:27 PST Modified files: . modules Log: Fix typo: s/x11-font/x11-fonts/ for terminus-font :) Revision Changes Path 1.6239 +1 -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 Nov 14 3:38: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3FA837B401; Thu, 14 Nov 2002 03:38:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63DA243E6E; Thu, 14 Nov 2002 03:38:07 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEBZZmV041719; Thu, 14 Nov 2002 03:35:35 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEBZZKe041718; Thu, 14 Nov 2002 03:35:35 -0800 (PST) Message-Id: <200211141135.gAEBZZKe041718@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 14 Nov 2002 03:35:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/videotext Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/14 03:35:35 PST Modified files: misc/videotext Makefile Log: Make misc/videotext building again. Noticed on: bento Revision Changes Path 1.13 +1 -2 ports/misc/videotext/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 3:58:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 426C737B401; Thu, 14 Nov 2002 03:58:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E975543E3B; Thu, 14 Nov 2002 03:58:51 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEBuKmV043384; Thu, 14 Nov 2002 03:56:20 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEBuKw8043383; Thu, 14 Nov 2002 03:56:20 -0800 (PST) Message-Id: <200211141156.gAEBuKw8043383@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 14 Nov 2002 03:56:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/kobodeluxe Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/14 03:56:20 PST Modified files: games/kobodeluxe Makefile Log: Unbreak games/kobodeluxe. Noticed on: bento Revision Changes Path 1.4 +4 -5 ports/games/kobodeluxe/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 4:42:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE7FF37B401; Thu, 14 Nov 2002 04:42:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EAC443E75; Thu, 14 Nov 2002 04:42:24 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAECdqmV047311; Thu, 14 Nov 2002 04:39:52 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAECdqB8047310; Thu, 14 Nov 2002 04:39:52 -0800 (PST) Message-Id: <200211141239.gAECdqB8047310@repoman.freebsd.org> From: Jimmy Olgeni Date: Thu, 14 Nov 2002 04:39:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/14 04:39:52 PST Modified files: sysutils/webmin Makefile distinfo Log: Update modules: dhcpd-1.030-2, fsdump-1.030-1, sendmail-1.030-1, telnet-1.030-1 (holding revision bump). Revision Changes Path 1.138 +5 -1 ports/sysutils/webmin/Makefile 1.108 +4 -0 ports/sysutils/webmin/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 4:42:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D72ED37B401; Thu, 14 Nov 2002 04:42:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89B8443E3B; Thu, 14 Nov 2002 04:42:46 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAECeEmV047358; Thu, 14 Nov 2002 04:40:14 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAECeE1T047357; Thu, 14 Nov 2002 04:40:14 -0800 (PST) Message-Id: <200211141240.gAECeE1T047357@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 14 Nov 2002 04:40:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen syslog.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/11/14 04:40:14 PST Modified files: lib/libc/gen syslog.c Log: Reset LogTag to NULL in closelog(3). This fixes mysterious crashes caused by dynamic PAM modules that call openlog(3) and closelog(3), e.g. ports/security/pam_pwdfile. What happened here is that the module first registered its "ident" with openlog(3), then PAM library unloaded module with dlclose(3), and the next call to syslog(3) resulted in SIGSEGV. MFC after: 3 days Revision Changes Path 1.28 +1 -0 src/lib/libc/gen/syslog.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 4:49:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2222E37B401; Thu, 14 Nov 2002 04:49:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54B6B43E42; Thu, 14 Nov 2002 04:49:17 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAECkjmV047526; Thu, 14 Nov 2002 04:46:45 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAECkjLG047525; Thu, 14 Nov 2002 04:46:45 -0800 (PST) Message-Id: <200211141246.gAECkjLG047525@repoman.freebsd.org> From: Jimmy Olgeni Date: Thu, 14 Nov 2002 04:46:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/14 04:46:45 PST Modified files: sysutils/webmin Makefile pkg-plist Log: Do not start service automatically: install webmin.sh-dist in rc.d and let users enable it, like other services (bump portrevision). Submitted by: adamw Revision Changes Path 1.139 +3 -5 ports/sysutils/webmin/Makefile 1.20 +1 -3 ports/sysutils/webmin/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 5: 9:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 573F237B401; Thu, 14 Nov 2002 05:09:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 082AE43E7B; Thu, 14 Nov 2002 05:09:36 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAED74mV049192; Thu, 14 Nov 2002 05:07:04 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAED74ZJ049191; Thu, 14 Nov 2002 05:07:04 -0800 (PST) Message-Id: <200211141307.gAED74ZJ049191@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 14 Nov 2002 05:07:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/veepee Makefile ports/devel/veepee/files patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/14 05:07:04 PST Modified files: devel/veepee Makefile devel/veepee/files patch-ab Log: Make devel/veepee building again. Noticed on: bento Revision Changes Path 1.12 +4 -4 ports/devel/veepee/Makefile 1.3 +11 -2 ports/devel/veepee/files/patch-ab To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 5:23: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06C9737B401; Thu, 14 Nov 2002 05:23:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6B3643E4A; Thu, 14 Nov 2002 05:23:04 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEDKWmV050727; Thu, 14 Nov 2002 05:20:32 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEDKWWH050726; Thu, 14 Nov 2002 05:20:32 -0800 (PST) Message-Id: <200211141320.gAEDKWWH050726@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 14 Nov 2002 05:20:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/pam article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/11/14 05:20:32 PST Modified files: en_US.ISO8859-1/articles/pam article.sgml Log: Fixed grammar nits. Reviewed by: des Revision Changes Path 1.19 +2 -2 doc/en_US.ISO8859-1/articles/pam/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 5:28:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B88D37B401; Thu, 14 Nov 2002 05:28:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1E7D43E7B; Thu, 14 Nov 2002 05:28:25 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEDPrmV050836; Thu, 14 Nov 2002 05:25:54 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEDPrv4050835; Thu, 14 Nov 2002 05:25:53 -0800 (PST) Message-Id: <200211141325.gAEDPrv4050835@repoman.freebsd.org> From: Maxime Henrion Date: Thu, 14 Nov 2002 05:25:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mly mly.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/11/14 05:25:53 PST Modified files: sys/dev/mly mly.c Log: Pass correct parameters to bus_space_barrier() instead of 0 so that this code compiles on alpha. Revision Changes Path 1.17 +4 -2 src/sys/dev/mly/mly.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 5:28:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA26537B401; Thu, 14 Nov 2002 05:28:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E86A43E3B; Thu, 14 Nov 2002 05:28:51 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEDQJmV050870; Thu, 14 Nov 2002 05:26:19 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEDQJfC050869; Thu, 14 Nov 2002 05:26:19 -0800 (PST) Message-Id: <200211141326.gAEDQJfC050869@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 14 Nov 2002 05:26:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/alpha drivers.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/11/14 05:26:19 PST Modified files: release/alpha drivers.conf Log: Copy EISA and PCI ahc(4) modules as well. Revision Changes Path 1.13 +2 -0 src/release/alpha/drivers.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 6: 5: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2206D37B401; Thu, 14 Nov 2002 06:05:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C865C43E91; Thu, 14 Nov 2002 06:05:04 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEE2WmV054305; Thu, 14 Nov 2002 06:02:32 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEE2WAc054304; Thu, 14 Nov 2002 06:02:32 -0800 (PST) Message-Id: <200211141402.gAEE2WAc054304@repoman.freebsd.org> From: Maxime Henrion Date: Thu, 14 Nov 2002 06:02:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard pccard.c pccard_cis.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/11/14 06:02:32 PST Modified files: sys/dev/pccard pccard.c pccard_cis.c Log: Fix printf() format errors. Reviewed by: imp Revision Changes Path 1.70 +1 -1 src/sys/dev/pccard/pccard.c 1.23 +1 -1 src/sys/dev/pccard/pccard_cis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 6: 8:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1506437B401; Thu, 14 Nov 2002 06:08:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD0C143E75; Thu, 14 Nov 2002 06:08:46 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEE6EmV054397; Thu, 14 Nov 2002 06:06:14 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEE6ERC054396; Thu, 14 Nov 2002 06:06:14 -0800 (PST) Message-Id: <200211141406.gAEE6ERC054396@repoman.freebsd.org> From: Warner Losh Date: Thu, 14 Nov 2002 06:06:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio findfp.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/11/14 06:06:14 PST Modified files: lib/libc/stdio findfp.c Log: bde points out that the LIBC_MAJOR macro doesn't exist and requests that we not use it here. In its place I've put a comment about the current state of play. Submitted by: bde Revision Changes Path 1.28 +6 -3 src/lib/libc/stdio/findfp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 6:26:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF08237B401; Thu, 14 Nov 2002 06:26:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05FD643E4A; Thu, 14 Nov 2002 06:26:32 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEENxmV056000; Thu, 14 Nov 2002 06:23:59 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEENxMX055999; Thu, 14 Nov 2002 06:23:59 -0800 (PST) Message-Id: <200211141423.gAEENxMX055999@repoman.freebsd.org> From: Akinori MUSHA Date: Thu, 14 Nov 2002 06:23:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.ruby.mk ports/lang/ruby-devel Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/14 06:23:59 PST Modified files: Mk bsd.ruby.mk lang/ruby-devel Makefile distinfo pkg-plist Log: Update lang/ruby-devel to the latest snapshot as of 2002-11-14. Revision Changes Path 1.99 +3 -3 ports/Mk/bsd.ruby.mk 1.41 +2 -2 ports/lang/ruby-devel/Makefile 1.34 +1 -1 ports/lang/ruby-devel/distinfo 1.28 +2 -1 ports/lang/ruby-devel/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 Nov 14 7: 2: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04E0537B404; Thu, 14 Nov 2002 07:02:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0804B43E9C; Thu, 14 Nov 2002 07:02:00 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEExSmV058529; Thu, 14 Nov 2002 06:59:28 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEExSjr058525; Thu, 14 Nov 2002 06:59:28 -0800 (PST) Message-Id: <200211141459.gAEExSjr058525@repoman.freebsd.org> From: John Baldwin Date: Thu, 14 Nov 2002 06:59:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/conf GENERIC.hints X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/11/14 06:59:27 PST Modified files: sys/alpha/conf GENERIC.hints Log: Add hints for ISA ATA controllers. At least one Digital AlphaPC 64 has one such beast. Reported by: Rob Byrnes Revision Changes Path 1.6 +6 -0 src/sys/alpha/conf/GENERIC.hints To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 7:14:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 384EC37B401 for ; Thu, 14 Nov 2002 07:14:42 -0800 (PST) Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDB8443E4A for ; Thu, 14 Nov 2002 07:14:41 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 9416 invoked from network); 14 Nov 2002 15:14:43 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail15.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 14 Nov 2002 15:14:43 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id gAEFEc2D011795; Thu, 14 Nov 2002 10:14:39 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200211141325.gAEDPrv4050835@repoman.freebsd.org> Date: Thu, 14 Nov 2002 10:14:40 -0500 (EST) From: John Baldwin To: Maxime Henrion Subject: RE: cvs commit: src/sys/dev/mly mly.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 14-Nov-2002 Maxime Henrion wrote: > mux 2002/11/14 05:25:53 PST > > Modified files: > sys/dev/mly mly.c > Log: > Pass correct parameters to bus_space_barrier() instead of 0 > so that this code compiles on alpha. These aren't necessarily the correct parameters for the first barrier since the code wants a memory barrier. If the mly's registers were in IO space then this wouldn't DTRT. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 7:21:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C448137B401; Thu, 14 Nov 2002 07:21:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7633243E7B; Thu, 14 Nov 2002 07:21:17 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEFIjmV060309; Thu, 14 Nov 2002 07:18:45 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEFIjP7060308; Thu, 14 Nov 2002 07:18:45 -0800 (PST) Message-Id: <200211141518.gAEFIjP7060308@repoman.freebsd.org> From: Ernst de Haan Date: Thu, 14 Nov 2002 07:18:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.java.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/11/14 07:18:45 PST Modified files: Mk bsd.java.mk Log: Only using Jikes if NO_BUILD is not set. Requested by: Herve Quiroz Revision Changes Path 1.28 +2 -2 ports/Mk/bsd.java.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 7:56:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69D7437B401; Thu, 14 Nov 2002 07:56:32 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 545A743E4A; Thu, 14 Nov 2002 07:56:31 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id gAEFuUpk085951; Thu, 14 Nov 2002 08:56:30 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 14 Nov 2002 08:56:10 -0700 (MST) Message-Id: <20021114.085610.129376065.imp@bsdimp.com> To: tjr@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/devd Makefile From: "M. Warner Losh" In-Reply-To: <200211141000.gAEA01fP033283@repoman.freebsd.org> References: <200211141000.gAEA01fP033283@repoman.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <200211141000.gAEA01fP033283@repoman.freebsd.org> "Tim J. Robbins" writes: : tjr 2002/11/14 02:00:01 PST : : Modified files: : sbin/devd Makefile : Log: : Install devd.conf(5). Don't do that. It was specifically not done. Please ask in the future. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 7:57:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B1AE37B401; Thu, 14 Nov 2002 07:57:45 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3717143E4A; Thu, 14 Nov 2002 07:57:44 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id gAEFvhpk085970; Thu, 14 Nov 2002 08:57:43 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 14 Nov 2002 08:57:24 -0700 (MST) Message-Id: <20021114.085724.07694197.imp@bsdimp.com> To: tjr@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/devd Makefile From: "M. Warner Losh" In-Reply-To: <200211141000.gAEA01fP033283@repoman.freebsd.org> References: <200211141000.gAEA01fP033283@repoman.freebsd.org> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <200211141000.gAEA01fP033283@repoman.freebsd.org> "Tim J. Robbins" writes: : Install devd.conf(5). ^^^^ Oh, never mind my last message. I missed this part of it. I gotta stop replying before coffee. Thanks for taking care of this. Please excuse my last outburst. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 7:58: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D1C837B401; Thu, 14 Nov 2002 07:58:02 -0800 (PST) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 884D943E75; Thu, 14 Nov 2002 07:57:58 -0800 (PST) (envelope-from wkb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.12.6/8.12.6) with ESMTP id gAEFvtbY078917; Thu, 14 Nov 2002 16:57:55 +0100 (CET) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.6/8.12.6/Submit) id gAEFvtJK078916; Thu, 14 Nov 2002 16:57:55 +0100 (CET) Date: Thu, 14 Nov 2002 16:57:55 +0100 From: Wilko Bulte To: John Baldwin Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/alpha/conf GENERIC.hints Message-ID: <20021114165755.A78890@freebie.xs4all.nl> References: <200211141459.gAEExSjr058525@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200211141459.gAEExSjr058525@repoman.freebsd.org>; from jhb@FreeBSD.ORG on Thu, Nov 14, 2002 at 06:59:27AM -0800 X-OS: FreeBSD 4.7-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Nov 14, 2002 at 06:59:27AM -0800, John Baldwin wrote: > jhb 2002/11/14 06:59:27 PST > > Modified files: > sys/alpha/conf GENERIC.hints > Log: > Add hints for ISA ATA controllers. At least one Digital AlphaPC 64 has > one such beast. NoName aka AXPpci33 also has one. And Multia/UDB. Would be interesting to see if it works there as well. -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte Arnhem, the Netherlands To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 8: 3: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88BB037B401; Thu, 14 Nov 2002 08:03:02 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13C5743E77; Thu, 14 Nov 2002 08:03:01 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id DAA24444; Fri, 15 Nov 2002 03:02:48 +1100 Date: Fri, 15 Nov 2002 03:15:23 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Jake Burkholder Cc: Matt Jacob , , Subject: Re: cvs commit: src/sys/vm uma_dbg.c In-Reply-To: <20021110135825.B85338@locore.ca> Message-ID: <20021115030008.L10861-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 10 Nov 2002, Jake Burkholder wrote: > Apparently, On Sun, Nov 10, 2002 at 01:56:14PM -0500, > Jake Burkholder said words to the effect of; > > sparc64 can't do atomic operations on less than 32 bits, this needs > > a lock. > > fwiw this is in the man page: > > Certain architectures also provide operations for types smaller than > ``int''. > > char unsigned character > short unsigned short integer > 8 unsigned 8-bit integer > 16 unsigned 16-bit integer > > These must not be used in MI code because the instructions to implement > them efficiently may not be available. I think no arches should provide these and have removed them in my i386 version. They are (were) unused. I also want to remove atomic_*_long() on i386's. These are essentially useless on i386's with incorrectly sized longs (the default), since longs are essentially ints, but on i386's with 64-bit longs the current implementations just don't work. Correct implementations would need to use a lock, but this would defeat the main point of having atomic operations. atomic_*_long() are used mainly in drm and netgraph. atomic_t seems to be very bogus in drm. Some counters in drm and netgraph could reasonably be 64-bits, but longs don't give that on i386's and we have mostly avoided the issue of changing counters to uint64_t partly because making them atomic would be inefficient on 32-bit machine. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 8: 9:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5637837B407 for ; Thu, 14 Nov 2002 08:09:49 -0800 (PST) Received: from mail.speakeasy.net (mail16.speakeasy.net [216.254.0.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DABA43E75 for ; Thu, 14 Nov 2002 08:09:48 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 601 invoked from network); 14 Nov 2002 16:09:51 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail16.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 14 Nov 2002 16:09:51 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id gAEG9k2D012025; Thu, 14 Nov 2002 11:09:46 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20021114165755.A78890@freebie.xs4all.nl> Date: Thu, 14 Nov 2002 11:09:48 -0500 (EST) From: John Baldwin To: Wilko Bulte Subject: Re: cvs commit: src/sys/alpha/conf GENERIC.hints Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 14-Nov-2002 Wilko Bulte wrote: > On Thu, Nov 14, 2002 at 06:59:27AM -0800, John Baldwin wrote: >> jhb 2002/11/14 06:59:27 PST >> >> Modified files: >> sys/alpha/conf GENERIC.hints >> Log: >> Add hints for ISA ATA controllers. At least one Digital AlphaPC 64 has >> one such beast. > > NoName aka AXPpci33 also has one. And Multia/UDB. Would be interesting > to see if it works there as well. It should. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 8:13:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F22B937B401; Thu, 14 Nov 2002 08:13:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0C3D43E42; Thu, 14 Nov 2002 08:13:44 -0800 (PST) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEGBCmV065067; Thu, 14 Nov 2002 08:11:12 -0800 (PST) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEGBC3q065066; Thu, 14 Nov 2002 08:11:12 -0800 (PST) Message-Id: <200211141611.gAEGBC3q065066@repoman.freebsd.org> From: Thomas Moestl Date: Thu, 14 Nov 2002 08:11:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_log.c subr_prf.c src/sys/sys msgbuf.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2002/11/14 08:11:12 PST Modified files: sys/kern subr_log.c subr_prf.c sys/sys msgbuf.h Log: Make the msg_size, msg_bufx and msg_bufr memebers of struct msgbuf signed, since they describe a ring buffer and signed arithmetic is performed on them. This avoids some evilish casts. Since this changes all but two members of this structure, style(9) those remaining ones, too. Requested by: bde Reviewed by: bde (earlier version) Revision Changes Path 1.52 +6 -9 src/sys/kern/subr_log.c 1.92 +3 -2 src/sys/kern/subr_prf.c 1.19 +6 -6 src/sys/sys/msgbuf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 8:36:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 703D537B401; Thu, 14 Nov 2002 08:36:39 -0800 (PST) Received: from nd250009.gab.xdsl.ne.jp (nd250009.gab.xdsl.ne.jp [61.202.250.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83BE843E6E; Thu, 14 Nov 2002 08:36:38 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from melfina.ninth-nine.com (melfina.ninth-nine.com [211.18.249.30]) (authenticated bits=0) by nd250009.gab.xdsl.ne.jp (8.12.6/8.12.6/NinthNine) with ESMTP id gAEGaOE6042803 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 15 Nov 2002 01:36:25 +0900 (JST) (envelope-from nork@FreeBSD.org) Message-Id: <200211141636.gAEGaOE6042803@nd250009.gab.xdsl.ne.jp> Date: Fri, 15 Nov 2002 01:36:24 +0900 From: Norikatsu Shigemura To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Cc: petef@FreeBSD.org, "Akinori MUSHA" Subject: Re: cvs commit: ports/www Makefile ports/www/flashpluginwrapper Makefile distinfo pkg-comment pkg-descr pkg-plist ports/www/flashpluginwrapper/files pkg-message.in In-Reply-To: <86lm3x18e9.wl@archon.local.idaemons.org> References: <200211131935.gADJZF9l059287@repoman.freebsd.org> <86lm3x18e9.wl@archon.local.idaemons.org> X-Mailer: Sylpheed version 0.8.5 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG First. Sorry too late my works. On Thu, 14 Nov 2002 06:12:30 +0900 "Akinori MUSHA" wrote: > > Add flashpluginwrapper 0.20021113, a wrapper allowing use of > > linux-flashplugin with native mozilla. > Did you have a talk with the author? He is a ports committer himself > (nork@FreeBSD.org, one of my mentees) and as far as I know he has a > good reason not to put it into the official ports tree in the current > shape. The wrapper has a known side effect which may cause serious > problems if used with a plugin that the wrapper does not support. At > least there should be a warning of the risk in pkg-message. Yes. Please add to pkg-message. > > WWW: http://tmp.ninth-nine.com/FlashPluginWrapper/ > Judging from the host name "tmp", you could take that it is not yet > intended for public use.. To make sure, I suggest you contact > nork-san and have his say on this. Side effects which I know. 1. effects of other plugins LD_PRELOAD is reserved. And force unsetenv(LD_PRELOAD) in this. Plugins which use /dev/dsp with FreeBSD native (I know MIDI plugin, Java plugin) are terrible. 2. need to setting for mozilla export LD_PRELOAD=/ANY/WHERE/libflushplugin.so.1 or setenv LD_PRELOAD /ANY/WHERE/libflushplugin.so.1 I think ugly hack:-). 3. I assume that Linux's, FreeBSD's open(2) is same. I don't know how to decision linux flash pluing's open(2) or FreeBSD mozilla's open(2). 4. binary edit? No. Licensing violations. This is confirmed by Inagawa-san. I wanted to replace open to OpEn:-). I hope (as possible as). 1. add files to www/mozilla*. I think no need to make up a port for this hack. Because, If it built in, no need LD_PRELOAD. And I don't know effect to KDE, Poenix and Galeon, etc... 2. More safety? Linux/FreeBSD ioctl(2) auto decision feature I wrote this feature. Please get new version of linux_emu.c. It brings more safety to mozilla. But it is not perfect for OSS ioctl(2). 3. Please debug! :-) I don't say about commit. This hack will become good and merge to mozilla*. Then remove this port! :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 8:48:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75EDF37B401; Thu, 14 Nov 2002 08:48:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2662843E4A; Thu, 14 Nov 2002 08:48:53 -0800 (PST) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEGkKmV067590; Thu, 14 Nov 2002 08:46:20 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEGkKLw067589; Thu, 14 Nov 2002 08:46:20 -0800 (PST) Message-Id: <200211141646.gAEGkKLw067589@repoman.freebsd.org> From: Hiroki Sato Date: Thu, 14 Nov 2002 08:46:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/ja/security security.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2002/11/14 08:46:20 PST Modified files: ja/security security.sgml Log: Merge the following from the English version: 1.118 -> 1.122 security/security.sgml Submitted by: Hideyuki KURASHINA References: [doc-jp-work 510] Revision Changes Path 1.65 +13 -4 www/ja/security/security.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 8:54:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24ABB37B401; Thu, 14 Nov 2002 08:54:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF55043E42; Thu, 14 Nov 2002 08:54:57 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEGqPmV068449; Thu, 14 Nov 2002 08:52:25 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEGqPCB068448; Thu, 14 Nov 2002 08:52:25 -0800 (PST) Message-Id: <200211141652.gAEGqPCB068448@repoman.freebsd.org> From: Jacques Vidrine Date: Thu, 14 Nov 2002 08:52:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/python21 Makefile ports/lang/python21/files patch-Lib:os.py patch-Modules:Setup.dist ports/lang/python20 Makefile ports/lang/python20/files patch-Lib:os.py ports/lang/python15 Makefile ports/lang/python15/files ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/11/14 08:52:24 PST Modified files: lang/python21 Makefile lang/python20 Makefile lang/python15 Makefile Added files: lang/python21/files patch-Lib:os.py patch-Modules:Setup.dist lang/python20/files patch-Lib:os.py lang/python15/files patch-Lib:os.py Log: Backport fix for temporary file handling bug in os._execvpe() from Python 2.2.2. Not approved by: tg (short timeout) Revision Changes Path 1.77 +1 -1 ports/lang/python15/Makefile 1.1 +76 -0 ports/lang/python15/files/patch-Lib:os.py (new) 1.84 +1 -0 ports/lang/python20/Makefile 1.1 +76 -0 ports/lang/python20/files/patch-Lib:os.py (new) 1.90 +1 -0 ports/lang/python21/Makefile 1.1 +93 -0 ports/lang/python21/files/patch-Lib:os.py (new) 1.1 +19 -0 ports/lang/python21/files/patch-Modules:Setup.dist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 9: 8:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5632137B401; Thu, 14 Nov 2002 09:08:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CE5C43E7B; Thu, 14 Nov 2002 09:08:34 -0800 (PST) (envelope-from robert@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEH61mV069352; Thu, 14 Nov 2002 09:06:01 -0800 (PST) (envelope-from robert@repoman.freebsd.org) Received: (from robert@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEH61aK069351; Thu, 14 Nov 2002 09:06:01 -0800 (PST) Message-Id: <200211141706.gAEH61aK069351@repoman.freebsd.org> From: Robert Drehmel Date: Thu, 14 Nov 2002 09:06:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strtod.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG robert 2002/11/14 09:06:01 PST Modified files: lib/libc/stdlib strtod.c Log: Define `Sudden_Underflow' when compiling for the Alpha architecture, mainly to avoid getting a SIGFPE signal sent when calling strtod(3) with certain input. The SIGFPE has been sent because the code was not aware that a Gradual Underflow is handled in software via traps on the Alpha architecture, but is not implemented in our Alpha kernel layer. With `Sudden_Underflow' defined, strtod(3) should not depend on Gradual Underflow and adjust its calculations accordingly, which means that other, more subtle errors than the sending of SIGFPE could be solved by this. Discussed with: bde PR: alpha/12623 PR: alpha/17032 PR: alpha/43567 MFC after: 7 days Revision Changes Path 1.25 +3 -0 src/lib/libc/stdlib/strtod.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 9:17:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 393B437B401; Thu, 14 Nov 2002 09:17:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A408C43E75; Thu, 14 Nov 2002 09:17:13 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEHEemV070185; Thu, 14 Nov 2002 09:14:41 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEHEe3E070184; Thu, 14 Nov 2002 09:14:40 -0800 (PST) Message-Id: <200211141714.gAEHEe3E070184@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 14 Nov 2002 09:14:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gstreamer Makefile ports/graphics/gstreamer/files patch-gst::cothreads.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/14 09:14:40 PST Modified files: graphics/gstreamer Makefile Added files: graphics/gstreamer/files patch-gst::cothreads.c Log: o Simplify LIB_DEPENDS dependency graph o USE_X_PREFIX since this will be part of GNOME 2.2 o Fix scheduling issue. Therefore, remove IGNORE [1]. GREAT WORK! Submitted by: marcus [1] Revision Changes Path 1.6 +6 -5 ports/graphics/gstreamer/Makefile 1.1 +16 -0 ports/graphics/gstreamer/files/patch-gst::cothreads.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 9:17:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AEC837B401; Thu, 14 Nov 2002 09:17:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2CF743E42; Thu, 14 Nov 2002 09:17:40 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEHF8mV070234; Thu, 14 Nov 2002 09:15:08 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEHF710070233; Thu, 14 Nov 2002 09:15:07 -0800 (PST) Message-Id: <200211141715.gAEHF710070233@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 14 Nov 2002 09:15:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/xchat2 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/14 09:15:07 PST Modified files: irc/xchat2 Makefile Log: Ensure that xchat is linked against libc_r to avoid spurious crashes on -CURRENT. Based on patch that was Submitted by: Marc Recht Revision Changes Path 1.104 +3 -2 ports/irc/xchat2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 9:24:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D64037B401; Thu, 14 Nov 2002 09:24:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F07DD43E77; Thu, 14 Nov 2002 09:24:28 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEHLumV070994; Thu, 14 Nov 2002 09:21:56 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEHLuA2070993; Thu, 14 Nov 2002 09:21:56 -0800 (PST) Message-Id: <200211141721.gAEHLuA2070993@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 14 Nov 2002 09:21:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gstreamer/files patch-libs::ext::cothreads::cothreads::cothreads.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/14 09:21:56 PST Added files: graphics/gstreamer/files patch-libs::ext::cothreads::cothreads::cothreads.c Log: Fix build in -CURRENT Submitted by: Frode Nordahl Revision Changes Path 1.1 +10 -0 ports/graphics/gstreamer/files/patch-libs::ext::cothreads::cothreads::cothreads.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 9:26:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22EC837B401; Thu, 14 Nov 2002 09:26:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C739843E6E; Thu, 14 Nov 2002 09:26:42 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEHOAmV071060; Thu, 14 Nov 2002 09:24:10 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEHOA9d071059; Thu, 14 Nov 2002 09:24:10 -0800 (PST) Message-Id: <200211141724.gAEHOA9d071059@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Thu, 14 Nov 2002 09:24:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gstreamer-plugins Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/14 09:24:09 PST Modified files: graphics/gstreamer-plugins Makefile distinfo pkg-plist Log: o Update to 0.4.2 o USE_X_PREFIX since this will be part of GNOME 2.2 Revision Changes Path 1.5 +155 -46 ports/graphics/gstreamer-plugins/Makefile 1.3 +1 -1 ports/graphics/gstreamer-plugins/distinfo 1.3 +28 -2 ports/graphics/gstreamer-plugins/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 Nov 14 9:34:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC0EE37B401; Thu, 14 Nov 2002 09:34:35 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AFDE43E88; Thu, 14 Nov 2002 09:34:34 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id EAA29629; Fri, 15 Nov 2002 04:34:26 +1100 Date: Fri, 15 Nov 2002 04:47:02 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Warner Losh Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/lib/libc/stdio findfp.c In-Reply-To: <200211141406.gAEE6ERC054396@repoman.freebsd.org> Message-ID: <20021115044626.K11477-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 14 Nov 2002, Warner Losh wrote: > imp 2002/11/14 06:06:14 PST > > Modified files: > lib/libc/stdio findfp.c > Log: > bde points out that the LIBC_MAJOR macro doesn't exist and requests > that we not use it here. In its place I've put a comment about the > current state of play. > > Submitted by: bde > > Revision Changes Path > 1.28 +6 -3 src/lib/libc/stdio/findfp.c Thanks. (I really wanted +1 -3.) Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 9:37:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65CB137B401; Thu, 14 Nov 2002 09:37:56 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BB8543E6E; Thu, 14 Nov 2002 09:37:55 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id EAA29799; Fri, 15 Nov 2002 04:37:53 +1100 Date: Fri, 15 Nov 2002 04:50:29 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Thomas Moestl Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/kern subr_log.c subr_prf.c src/sys/sys msgbuf.h In-Reply-To: <200211141611.gAEGBC3q065066@repoman.freebsd.org> Message-ID: <20021115044733.O11477-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 14 Nov 2002, Thomas Moestl wrote: > tmm 2002/11/14 08:11:12 PST > > Modified files: > sys/kern subr_log.c subr_prf.c > sys/sys msgbuf.h > Log: > Make the msg_size, msg_bufx and msg_bufr memebers of struct msgbuf > signed, since they describe a ring buffer and signed arithmetic is > performed on them. This avoids some evilish casts. > > Since this changes all but two members of this structure, style(9) > those remaining ones, too. > > Requested by: bde > Reviewed by: bde (earlier version) Thanks. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 10: 1:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4084A37B401; Thu, 14 Nov 2002 10:01:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E53D243E6E; Thu, 14 Nov 2002 10:01:44 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEHxCmV074271; Thu, 14 Nov 2002 09:59:12 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEHxB7w074268; Thu, 14 Nov 2002 09:59:11 -0800 (PST) Message-Id: <200211141759.gAEHxB7w074268@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 14 Nov 2002 09:59:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/11/14 09:59:11 PST Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release note: SA-02:43. Revision Changes Path 1.452 +5 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 10:13:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CCEA37B401; Thu, 14 Nov 2002 10:13:16 -0800 (PST) Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61A9E43E77; Thu, 14 Nov 2002 10:13:15 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.12.6/8.12.6) with ESMTP id gAEIDE0N031209; Thu, 14 Nov 2002 10:13:14 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id gAEIDfRM000679; Thu, 14 Nov 2002 10:13:41 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6/Submit) id gAEIDe7N000678; Thu, 14 Nov 2002 10:13:40 -0800 (PST) (envelope-from marcel) Date: Thu, 14 Nov 2002 10:13:40 -0800 From: Marcel Moolenaar To: Doug Rabson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/ia64/gen _setjmp.S Message-ID: <20021114181340.GA603@dhcp01.pn.xcllnt.net> References: <200211140640.gAE6eNq9016231@repoman.freebsd.org> <200211141009.45000.dfr@nlsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211141009.45000.dfr@nlsystems.com> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Nov 14, 2002 at 10:09:44AM +0000, Doug Rabson wrote: > On Thursday 14 November 2002 6:40 am, Marcel Moolenaar wrote: > > marcel 2002/11/13 22:40:23 PST > > > > Modified files: > > lib/libc/ia64/gen _setjmp.S > > Log: > > o Fix _longjmp() to return 1 when the return value is given as 0. > > o Remove the unwanted smartness in _longjmp() where it compares > > the current ar.bspstore with the saved ar.bspstore and restores > > ar.rnat based on it. This either avoids saving ar.rnat in the > > jmp_buf or is the consequence of not saving ar.rnat. All this > > complexity breaks libc_r where we use longjmp() to switch to > > different threads and the current ar.bspstore has no relation > > to the saved ar.bspstore. Thus: we save ar.rnat in setjmp() > > and simply restore ar.bspstore and ar.rnat in longjmp(). > > This is wrong, I think. The purpose of the comparing bspstore values is > to avoid a forced flushrs in the normal case of unwinding a single > stack. This is the intel-recommended approach for implementing longjmp. Why do you need a flushrs in longjmp() anyway? All you really need to achieve is that ar.bsp equals ar.bspstore before you set ar.bspstore, right? (note that the loadrs is missing a cover or an alloc) > We need to use switchcontext() for libc_r which knows that it is > switching stacks and can flush the register stack appropriately. I > don't think it would ever be a good idea to use longjmp for thread > switches on ia64. Don't forget that signal handlers on alternate stacks can use longjmp to switch to a context on the normal stack. If setjmp/longjmp has to handle those cases as well, I don't see why they cannot now handle thread switching for the time being. It's good to eventually optimize setjmp/longjmp for the common case, but at this time it's all we have and I think we'd better focus on being functionally complete. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 10:15:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50EDC37B401; Thu, 14 Nov 2002 10:15:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F13AA43E77; Thu, 14 Nov 2002 10:15:46 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEIDEmV075281; Thu, 14 Nov 2002 10:13:14 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEIDEXn075280; Thu, 14 Nov 2002 10:13:14 -0800 (PST) Message-Id: <200211141813.gAEIDEXn075280@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 14 Nov 2002 10:13:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/11/14 10:13:13 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: SA-02:43. Revision Changes Path 1.1.2.89 +7 -0 src/release/doc/en_US.ISO8859-1/errata/article.sgml 1.22.2.308 +4 -0 src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 10:17:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8D0F37B401; Thu, 14 Nov 2002 10:17:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86FA943E7B; Thu, 14 Nov 2002 10:17:58 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEIFPmV075414; Thu, 14 Nov 2002 10:15:25 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEIFPZB075413; Thu, 14 Nov 2002 10:15:25 -0800 (PST) Message-Id: <200211141815.gAEIFPZB075413@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 14 Nov 2002 10:15:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11 Makefile ports/x11/startup-notification Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11/startup-notification/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/14 10:15:25 PST Modified files: x11 Makefile Added files: x11/startup-notification Makefile distinfo pkg-comment pkg-descr pkg-plist x11/startup-notification/files patch-configure Log: Add startup-notification, a minimal implementation of the startup notification spec from freedesktop.org. Revision Changes Path 1.385 +1 -0 ports/x11/Makefile 1.1 +33 -0 ports/x11/startup-notification/Makefile (new) 1.1 +1 -0 ports/x11/startup-notification/distinfo (new) 1.1 +10 -0 ports/x11/startup-notification/files/patch-configure (new) 1.1 +1 -0 ports/x11/startup-notification/pkg-comment (new) 1.1 +4 -0 ports/x11/startup-notification/pkg-descr (new) 1.1 +12 -0 ports/x11/startup-notification/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 10:18: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93A4937B404; Thu, 14 Nov 2002 10:18:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4787943E77; Thu, 14 Nov 2002 10:18:05 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEIFWmV075451; Thu, 14 Nov 2002 10:15:32 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEIFWmf075450; Thu, 14 Nov 2002 10:15:32 -0800 (PST) Message-Id: <200211141815.gAEIFWmf075450@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 14 Nov 2002 10:15:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/14 10:15:32 PST Modified files: . modules Log: startup-notification --> ports/x11/startup-notification Revision Changes Path 1.6240 +1 -0 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 Nov 14 10:22:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 765A037B401; Thu, 14 Nov 2002 10:22:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E399F43E91; Thu, 14 Nov 2002 10:22:15 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEIJgmV076168; Thu, 14 Nov 2002 10:19:42 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEIJg7S076167; Thu, 14 Nov 2002 10:19:42 -0800 (PST) Message-Id: <200211141819.gAEIJg7S076167@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 14 Nov 2002 10:19:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.7R errata.html X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/11/14 10:19:42 PST Modified files: en/releases/4.7R errata.html Log: Regen from article.sgml 1.1.2.89. Revision Changes Path 1.7 +10 -2 www/en/releases/4.7R/errata.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 10:29:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 480B037B401; Thu, 14 Nov 2002 10:29:15 -0800 (PST) Received: from gate.qubesoft.com (gate.qubesoft.com [217.169.36.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E21C43E97; Thu, 14 Nov 2002 10:29:14 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from bluebottle.qubesoft.com (bluebottle [192.168.1.2]) by gate.qubesoft.com (8.12.5/8.12.5) with ESMTP id gAEISvcI011337; Thu, 14 Nov 2002 18:28:58 GMT (envelope-from dfr@nlsystems.com) Received: from builder02.qubesoft.com (builder02.qubesoft.com [192.168.1.8]) by bluebottle.qubesoft.com (8.12.6/8.12.6) with ESMTP id gAEISuUW011453; Thu, 14 Nov 2002 18:28:56 GMT (envelope-from dfr@nlsystems.com) Subject: Re: cvs commit: src/lib/libc/ia64/gen _setjmp.S From: Doug Rabson To: Marcel Moolenaar Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <20021114181340.GA603@dhcp01.pn.xcllnt.net> References: <200211140640.gAE6eNq9016231@repoman.freebsd.org> <200211141009.45000.dfr@nlsystems.com> <20021114181340.GA603@dhcp01.pn.xcllnt.net> Content-Type: text/plain Organization: Message-Id: <1037298535.19149.8.camel@builder02.qubesoft.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 14 Nov 2002 18:28:55 +0000 Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 2002-11-14 at 18:13, Marcel Moolenaar wrote: > On Thu, Nov 14, 2002 at 10:09:44AM +0000, Doug Rabson wrote: > > On Thursday 14 November 2002 6:40 am, Marcel Moolenaar wrote: > > > marcel 2002/11/13 22:40:23 PST > > > > > > Modified files: > > > lib/libc/ia64/gen _setjmp.S > > > Log: > > > o Fix _longjmp() to return 1 when the return value is given as 0. > > > o Remove the unwanted smartness in _longjmp() where it compares > > > the current ar.bspstore with the saved ar.bspstore and restores > > > ar.rnat based on it. This either avoids saving ar.rnat in the > > > jmp_buf or is the consequence of not saving ar.rnat. All this > > > complexity breaks libc_r where we use longjmp() to switch to > > > different threads and the current ar.bspstore has no relation > > > to the saved ar.bspstore. Thus: we save ar.rnat in setjmp() > > > and simply restore ar.bspstore and ar.rnat in longjmp(). > > > > This is wrong, I think. The purpose of the comparing bspstore values is > > to avoid a forced flushrs in the normal case of unwinding a single > > stack. This is the intel-recommended approach for implementing longjmp. > > Why do you need a flushrs in longjmp() anyway? > All you really need to achieve is that ar.bsp equals ar.bspstore > before you set ar.bspstore, right? > (note that the loadrs is missing a cover or an alloc) You would need a flushrs if you really wanted to use longjmp for thread switching, otherwise you would lose the stacked registers of the thread you were switching away from. Perhaps the best approach really is to put ar.rnat in the jmp_buf here instead of grovelling around on the register stack for it. I still need think about this more carefully and re-read the code. One case which its is important not to break is longjmp to a context which is still part of the dirty register state. > > > We need to use switchcontext() for libc_r which knows that it is > > switching stacks and can flush the register stack appropriately. I > > don't think it would ever be a good idea to use longjmp for thread > > switches on ia64. > > Don't forget that signal handlers on alternate stacks can use longjmp > to switch to a context on the normal stack. If setjmp/longjmp has to > handle those cases as well, I don't see why they cannot now handle > thread switching for the time being. This is ok because you don't have to be able to switch back to the altstack context. > > It's good to eventually optimize setjmp/longjmp for the common case, > but at this time it's all we have and I think we'd better focus on > being functionally complete. I don't think thread switching is (should be) part of the functional specification of setjmp/longjmp. We are going to change libc_r to use swapcontext anyway. Supporting thread switching severely pessimises the common case due to the potentially large number of dirty stacked registers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 10:31:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB8EF37B401; Thu, 14 Nov 2002 10:31:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7467343E42; Thu, 14 Nov 2002 10:31:43 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEITAmV077029; Thu, 14 Nov 2002 10:29:10 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEITAjJ077026; Thu, 14 Nov 2002 10:29:10 -0800 (PST) Message-Id: <200211141829.gAEITAjJ077026@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 14 Nov 2002 10:29:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mozilla-embedded Makefile ports/www/mozilla-embedded-devel Makefile ports/www/mozilla-embedded-vendor Makefile ports/www/mozilla-headers Makefile ports/www/mozilla-headers-devel Makefile ports/www/mozilla-headers-vendor Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/14 10:29:10 PST Modified files: www/mozilla-embedded Makefile www/mozilla-embedded-devel Makefile www/mozilla-embedded-vendor Makefile www/mozilla-headers Makefile www/mozilla-headers-devel Makefile www/mozilla-headers-vendor Makefile Log: Fix a typo that prevented empty directories from being removed. Revision Changes Path 1.21 +1 -1 ports/www/mozilla-embedded-devel/Makefile 1.20 +1 -1 ports/www/mozilla-embedded-vendor/Makefile 1.20 +1 -1 ports/www/mozilla-embedded/Makefile 1.12 +1 -1 ports/www/mozilla-headers-devel/Makefile 1.11 +1 -1 ports/www/mozilla-headers-vendor/Makefile 1.11 +1 -1 ports/www/mozilla-headers/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 10:45:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8939737B401; Thu, 14 Nov 2002 10:45:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 380A043E4A; Thu, 14 Nov 2002 10:45:26 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEIgrmV077991; Thu, 14 Nov 2002 10:42:53 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEIgrpF077990; Thu, 14 Nov 2002 10:42:53 -0800 (PST) Message-Id: <200211141842.gAEIgrpF077990@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 14 Nov 2002 10:42:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/libxml2 Makefile ports/textproc/libxml2/files patch-catalog.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/14 10:42:53 PST Modified files: textproc/libxml2 Makefile textproc/libxml2/files patch-catalog.c Log: Undo the SGML_CATALOG_FILES variable breakage introduced in 2.4.26. This caused KDE documentation not to build. This patch has been rolled into libxml CVS, and should be resolved in the next release. See http://bugzilla.gnome.org/show_bug.cgi?id=96963 for more details. Submitted by: will Obtained from: libxml CVS Revision Changes Path 1.80 +1 -0 ports/textproc/libxml2/Makefile 1.2 +24 -2 ports/textproc/libxml2/files/patch-catalog.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 11: 4:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99C7737B401; Thu, 14 Nov 2002 11:04:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C74F43E4A; Thu, 14 Nov 2002 11:04:47 -0800 (PST) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEJ2EmV079618; Thu, 14 Nov 2002 11:02:14 -0800 (PST) (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEJ2Egr079617; Thu, 14 Nov 2002 11:02:14 -0800 (PST) Message-Id: <200211141902.gAEJ2Egr079617@repoman.freebsd.org> From: Martin Heinen Date: Thu, 14 Nov 2002 11:02:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/de_DE.ISO8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mheinen 2002/11/14 11:02:14 PST Modified files: de_DE.ISO8859-1/books/faq book.sgml Log: MFbed: Fix broken relative links (triggered by Ulf K. ), fix some typos. Approved by: alex (mentor) Revision Changes Path 1.26 +38 -38 doc/de_DE.ISO8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 11: 5:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7A6F37B401; Thu, 14 Nov 2002 11:05:10 -0800 (PST) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FC3F43E77; Thu, 14 Nov 2002 11:05:01 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) by whale.sunbay.crimea.ua (8.12.6/8.12.6/Sunbay) with ESMTP id gAEJ4q5V062480 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 14 Nov 2002 21:04:52 +0200 (EET) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.6/8.12.6/Submit) id gAEJ4eBc062460; Thu, 14 Nov 2002 21:04:40 +0200 (EET) Date: Thu, 14 Nov 2002 21:04:40 +0200 From: Ruslan Ermilov To: Maxime Henrion Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/pccard pccard.c pccard_cis.c Message-ID: <20021114190440.GC58981@sunbay.com> References: <200211141402.gAEE2WAc054304@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rQ2U398070+RC21q" Content-Disposition: inline In-Reply-To: <200211141402.gAEE2WAc054304@repoman.freebsd.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --rQ2U398070+RC21q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 14, 2002 at 06:02:32AM -0800, Maxime Henrion wrote: > mux 2002/11/14 06:02:32 PST >=20 > Modified files: > sys/dev/pccard pccard.c pccard_cis.c=20 > Log: > Fix printf() format errors. > =20 > Reviewed by: imp > =20 > Revision Changes Path > 1.70 +1 -1 src/sys/dev/pccard/pccard.c > 1.23 +1 -1 src/sys/dev/pccard/pccard_cis.c >=20 Thankyou! I'd like again to please ask developers to at least buildworld/buildkernel their changes before committing -- this saves other's time. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --rQ2U398070+RC21q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE90/PIUkv4P6juNwoRAknFAJ9V27huxEN1FQseg19E/2ii5DoaQQCdGqrI 8TiCm50y/ki08i6o4ZdBJzY= =P0M4 -----END PGP SIGNATURE----- --rQ2U398070+RC21q-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 11:14:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94BFB37B404 for ; Thu, 14 Nov 2002 11:14:45 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id BB4EC43E3B for ; Thu, 14 Nov 2002 11:14:44 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 43821 invoked by uid 1000); 14 Nov 2002 19:14:45 -0000 Date: Thu, 14 Nov 2002 11:14:45 -0800 (PST) From: Nate Lawson To: Mike Silbersack Cc: Nate Lawson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/sleep sleep.c In-Reply-To: <20021114001150.T11033-100000@patrocles.silby.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You're welcome. On Thu, 14 Nov 2002, Mike Silbersack wrote: > That looks more reasonable, thanks for making the change. > > Mike "Silby" Silbersack > > On Wed, 13 Nov 2002, Nate Lawson wrote: > > > njl 2002/11/13 17:14:36 PST > > > > Modified files: > > bin/sleep sleep.c > > Log: > > Minimal take on previous commit -- remove getopt and printf. Static size > > is reduced by 40k, dynamic by a few bytes. > > Functional changes: > > * "sleep -- arg" now returns usage() instead of ignoring the -- > > * "sleep -1" now returns immediately instead of returning usage() > > > > Reviewed by: jmallett > > > > Revision Changes Path > > 1.15 +9 -15 src/bin/sleep/sleep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 11:27:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC20437B401; Thu, 14 Nov 2002 11:27:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CC1143E88; Thu, 14 Nov 2002 11:27:24 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEJOpmV081300; Thu, 14 Nov 2002 11:24:51 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEJOppD081299; Thu, 14 Nov 2002 11:24:51 -0800 (PST) Message-Id: <200211141924.gAEJOppD081299@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 14 Nov 2002 11:24:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 src/lib/libpam/modules Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/11/14 11:24:51 PST Modified files: . Makefile.inc1 lib/libpam/modules Makefile.inc Log: Make dynamic PAM modules depend on dynamic PAM library. Requested by: des, markm Revision Changes Path 1.312 +13 -2 src/Makefile.inc1 1.14 +7 -4 src/lib/libpam/modules/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 11:40:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35B7937B401; Thu, 14 Nov 2002 11:40:33 -0800 (PST) Received: from kayak.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id D878443E77; Thu, 14 Nov 2002 11:40:31 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.12.6/8.12.6) with ESMTP id gAEJeV0N031418; Thu, 14 Nov 2002 11:40:31 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id gAEJewRM000899; Thu, 14 Nov 2002 11:40:58 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6/Submit) id gAEJewSG000898; Thu, 14 Nov 2002 11:40:58 -0800 (PST) (envelope-from marcel) Date: Thu, 14 Nov 2002 11:40:58 -0800 From: Marcel Moolenaar To: Doug Rabson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/ia64/gen _setjmp.S Message-ID: <20021114194057.GA856@dhcp01.pn.xcllnt.net> References: <200211140640.gAE6eNq9016231@repoman.freebsd.org> <200211141009.45000.dfr@nlsystems.com> <20021114181340.GA603@dhcp01.pn.xcllnt.net> <1037298535.19149.8.camel@builder02.qubesoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1037298535.19149.8.camel@builder02.qubesoft.com> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Nov 14, 2002 at 06:28:55PM +0000, Doug Rabson wrote: > > > > Why do you need a flushrs in longjmp() anyway? > > All you really need to achieve is that ar.bsp equals ar.bspstore > > before you set ar.bspstore, right? > > (note that the loadrs is missing a cover or an alloc) > > You would need a flushrs if you really wanted to use longjmp for thread > switching, otherwise you would lose the stacked registers of the thread > you were switching away from. But you need a setjmp to save that context, right? How would you otherwise return to the thread? > > It's good to eventually optimize setjmp/longjmp for the common case, > > but at this time it's all we have and I think we'd better focus on > > being functionally complete. > > I don't think thread switching is (should be) part of the functional > specification of setjmp/longjmp. I don't disagree, but deischen's swapcontext stuff is not here yet and not having libc_r is hurting now. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 11:47:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B562A37B406; Thu, 14 Nov 2002 11:47:55 -0800 (PST) Received: from herring.nlsystems.com (mailgate.nlsystems.com [62.49.251.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DCC443E6E; Thu, 14 Nov 2002 11:47:54 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring [10.0.0.2]) by herring.nlsystems.com (8.12.6/8.12.6) with ESMTP id gAEJlpDP087366; Thu, 14 Nov 2002 19:47:51 GMT (envelope-from dfr@nlsystems.com) Content-Type: text/plain; charset="iso-8859-1" From: Doug Rabson To: Marcel Moolenaar Subject: Re: cvs commit: src/lib/libc/ia64/gen _setjmp.S Date: Thu, 14 Nov 2002 19:47:51 +0000 User-Agent: KMail/1.4.3 Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200211140640.gAE6eNq9016231@repoman.freebsd.org> <200211141009.45000.dfr@nlsystems.com> <20021114181340.GA603@dhcp01.pn.xcllnt.net> In-Reply-To: <20021114181340.GA603@dhcp01.pn.xcllnt.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200211141947.51412.dfr@nlsystems.com> X-Spam-Status: No, hits=-7.6 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_05_08, USER_AGENT,USER_AGENT_KMAIL version=2.41 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday 14 November 2002 6:13 pm, Marcel Moolenaar wrote: > On Thu, Nov 14, 2002 at 10:09:44AM +0000, Doug Rabson wrote: > > On Thursday 14 November 2002 6:40 am, Marcel Moolenaar wrote: > > > marcel 2002/11/13 22:40:23 PST > > > > > > Modified files: > > > lib/libc/ia64/gen _setjmp.S > > > Log: > > > o Fix _longjmp() to return 1 when the return value is given as > > > 0. o Remove the unwanted smartness in _longjmp() where it > > > compares the current ar.bspstore with the saved ar.bspstore and > > > restores ar.rnat based on it. This either avoids saving ar.rnat > > > in the jmp_buf or is the consequence of not saving ar.rnat. All > > > this complexity breaks libc_r where we use longjmp() to switch to > > > different threads and the current ar.bspstore has no relation to > > > the saved ar.bspstore. Thus: we save ar.rnat in setjmp() and > > > simply restore ar.bspstore and ar.rnat in longjmp(). > > > > This is wrong, I think. The purpose of the comparing bspstore > > values is to avoid a forced flushrs in the normal case of unwinding > > a single stack. This is the intel-recommended approach for > > implementing longjmp. > > Why do you need a flushrs in longjmp() anyway? > All you really need to achieve is that ar.bsp equals ar.bspstore > before you set ar.bspstore, right? > (note that the loadrs is missing a cover or an alloc) Ok, now I'm at home and I have time to read the code again. The reason=20 you need a flushrs in longjmp is that you want to avoid using flushrs=20 in setjmp (since setjmp is called many times more often than longjmp).=20 This means that the stacked register state of the setjmp context can be=20 partly contained in dirty registers. In setjmp, we record the value of ar.bsp, which is the address just=20 after the last valid dirty register in setjmp's state. The region=20 between ar.bspstore and ar.bsp represents backing store for those dirty=20 registers. In longjmp, we examine ar.bspstore to see if it has passed=20 that mark. If so, all setjmp's dirty registers are safely in backing=20 store and all we need to do is invalidate the current register set=20 (loadrs) and set ar.bspstore to the value that ar.bsp had at setjmp. If=20 ar.bspstore has not passed out of the 'danger zone', we are forced to=20 flushrs. We try not to flushrs for every call to longjmp but this is an=20 optimisation. The code in _setjmp.S:1.8 is broken for the case when you are calling=20 longjmp and ar.bspstore is within the region of memory backing setjmp's=20 dirty registers. --=20 Doug Rabson=09=09=09=09Mail: dfr@nlsystems.com =09=09=09=09=09Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 11:51:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B79337B401; Thu, 14 Nov 2002 11:51:57 -0800 (PST) Received: from herring.nlsystems.com (mailgate.nlsystems.com [62.49.251.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 792E243F1E; Thu, 14 Nov 2002 11:51:44 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring [10.0.0.2]) by herring.nlsystems.com (8.12.6/8.12.6) with ESMTP id gAEJpfDP087392; Thu, 14 Nov 2002 19:51:41 GMT (envelope-from dfr@nlsystems.com) Content-Type: text/plain; charset="iso-8859-1" From: Doug Rabson To: Marcel Moolenaar Subject: Re: cvs commit: src/lib/libc/ia64/gen _setjmp.S Date: Thu, 14 Nov 2002 19:51:41 +0000 User-Agent: KMail/1.4.3 Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200211140640.gAE6eNq9016231@repoman.freebsd.org> <1037298535.19149.8.camel@builder02.qubesoft.com> <20021114194057.GA856@dhcp01.pn.xcllnt.net> In-Reply-To: <20021114194057.GA856@dhcp01.pn.xcllnt.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200211141951.41202.dfr@nlsystems.com> X-Spam-Status: No, hits=-8.2 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_03_05, USER_AGENT,USER_AGENT_KMAIL version=2.41 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday 14 November 2002 7:40 pm, Marcel Moolenaar wrote: > On Thu, Nov 14, 2002 at 06:28:55PM +0000, Doug Rabson wrote: > > > Why do you need a flushrs in longjmp() anyway? > > > All you really need to achieve is that ar.bsp equals ar.bspstore > > > before you set ar.bspstore, right? > > > (note that the loadrs is missing a cover or an alloc) > > > > You would need a flushrs if you really wanted to use longjmp for > > thread switching, otherwise you would lose the stacked registers of > > the thread you were switching away from. > > But you need a setjmp to save that context, right? How would you > otherwise return to the thread? I've managed to reload my memory from magtape :-). To use setjmp/longjmp=20 for thread switching, you would need to call flushrs from setjmp. That=20 would simplify longjmp at the cost of severely pessimising setjmp. > > > > It's good to eventually optimize setjmp/longjmp for the common > > > case, but at this time it's all we have and I think we'd better > > > focus on being functionally complete. > > > > I don't think thread switching is (should be) part of the > > functional specification of setjmp/longjmp. > > I don't disagree, but deischen's swapcontext stuff is not here yet > and not having libc_r is hurting now. I would rather do this right than break setjmp. Intel wrote the code=20 that way for a good reason. Dan is close to being able to commit the=20 syscall version of swapcontext, and we should be able to implement that=20 for ia64 easily. FWIW, linux doesn't support setjmp/longjmp style=20 thread switching. --=20 Doug Rabson=09=09=09=09Mail: dfr@nlsystems.com =09=09=09=09=09Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 11:57: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B233937B401; Thu, 14 Nov 2002 11:57:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 363E143E9E; Thu, 14 Nov 2002 11:57:07 -0800 (PST) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEJsXmV083728; Thu, 14 Nov 2002 11:54:33 -0800 (PST) (envelope-from cognet@repoman.freebsd.org) Received: (from cognet@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEJsXdN083727; Thu, 14 Nov 2002 11:54:33 -0800 (PST) Message-Id: <200211141954.gAEJsXdN083727@repoman.freebsd.org> From: Olivier Houchard Date: Thu, 14 Nov 2002 11:54:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/trm trm.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cognet 2002/11/14 11:54:33 PST Modified files: sys/dev/trm trm.c Log: Remove the remaining calls to free(), they are not needed anymore now device_get_softc() is used. Revision Changes Path 1.2 +0 -9 src/sys/dev/trm/trm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 11:58:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE26A37B401; Thu, 14 Nov 2002 11:58:20 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64C1643E9E; Thu, 14 Nov 2002 11:58:17 -0800 (PST) (envelope-from eischen@pcnet1.pcnet.com) Received: from localhost (eischen@localhost) by mail.pcnet.com (8.12.3/8.12.1) with ESMTP id gAEJwA3a013412; Thu, 14 Nov 2002 14:58:10 -0500 (EST) Date: Thu, 14 Nov 2002 14:58:10 -0500 (EST) From: Daniel Eischen To: Marcel Moolenaar Cc: Doug Rabson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/ia64/gen _setjmp.S In-Reply-To: <20021114194057.GA856@dhcp01.pn.xcllnt.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 14 Nov 2002, Marcel Moolenaar wrote: > On Thu, Nov 14, 2002 at 06:28:55PM +0000, Doug Rabson wrote: > > > > > > Why do you need a flushrs in longjmp() anyway? > > > All you really need to achieve is that ar.bsp equals ar.bspstore > > > before you set ar.bspstore, right? > > > (note that the loadrs is missing a cover or an alloc) > > > > You would need a flushrs if you really wanted to use longjmp for thread > > switching, otherwise you would lose the stacked registers of the thread > > you were switching away from. > > But you need a setjmp to save that context, right? How would you otherwise > return to the thread? > > > > It's good to eventually optimize setjmp/longjmp for the common case, > > > but at this time it's all we have and I think we'd better focus on > > > being functionally complete. > > > > I don't think thread switching is (should be) part of the functional > > specification of setjmp/longjmp. > > I don't disagree, but deischen's swapcontext stuff is not here yet and > not having libc_r is hurting now. The i386 and alpha bits are done and will be committed as soon as I can get a 386 buildworld done to test the changes (hopefully within a couple of days or so). For now, the sparc64, ia64, and powerpc bits return ENOSYS, but it should be easy enough to implement them for those archs. The current changes are at: http://people.freebsd.org/~deischen/uc-sys.diffs That will get us the *context() functions as system calls. As userland bits for *context() become available (we already have them for i386 and alpha, but the alpha bits seem to be borken), we'll optimize the thread libraries to use those instead. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 12:16:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0341437B401 for ; Thu, 14 Nov 2002 12:16:27 -0800 (PST) Received: from smtp.jetmultimedia.fr (ns1.jetmultimedia.fr [194.206.91.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3967843E75 for ; Thu, 14 Nov 2002 12:16:25 -0800 (PST) (envelope-from aboucherka@jetmultimedia.fr) Received: from parg002131b (cerbere.jetonline.fr [194.153.88.6]) by smtp.jetmultimedia.fr (8.9.3/8.9.3) with SMTP id OAA29732 for ; Thu, 14 Nov 2002 14:54:58 +0100 Reply-To: From: "Abdelaziz Boucherka" To: Subject: Date: Thu, 14 Nov 2002 14:54:55 +0100 Message-ID: <004701c28be5$6af3f620$68caa8c0@parg002131b.int.jetcall.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Importance: Normal Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: 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 Nov 14 12:23:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E038137B406; Thu, 14 Nov 2002 12:23:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92B1043E4A; Thu, 14 Nov 2002 12:23:47 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEKLEmV086152; Thu, 14 Nov 2002 12:21:14 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEKLDNk086151; Thu, 14 Nov 2002 12:21:13 -0800 (PST) Message-Id: <200211142021.gAEKLDNk086151@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 14 Nov 2002 12:21:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/scilab Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/14 12:21:13 PST Modified files: math/scilab Makefile Log: Made math/scilab building on -current again Noticed on: bento Approved by: Jean-Sebastien Roy (approved) Revision Changes Path 1.12 +50 -3 ports/math/scilab/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 12:42:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAA8137B401; Thu, 14 Nov 2002 12:42:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B9D643E6E; Thu, 14 Nov 2002 12:42:16 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEKdhmV087833; Thu, 14 Nov 2002 12:39:43 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEKdhh5087832; Thu, 14 Nov 2002 12:39:43 -0800 (PST) Message-Id: <200211142039.gAEKdhh5087832@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 14 Nov 2002 12:39:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ipv6calc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/14 12:39:43 PST Modified files: net/ipv6calc Makefile distinfo Log: Maintainer update to version 0.45 ChangeLog: * fix not proper handling of option "-q|--quiet" in some cases * enhance help options (-h|--help now also valid) on --out|action|in * ipv6logconf: "make test" can be now also executed by root (su to nobody) * minor cosmetics in IEEE/OUI database Revision Changes Path 1.11 +1 -1 ports/net/ipv6calc/Makefile 1.8 +1 -1 ports/net/ipv6calc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 13: 3:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48BA937B401; Thu, 14 Nov 2002 13:03:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE43643E6E; Thu, 14 Nov 2002 13:03:50 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEL1HmV089500; Thu, 14 Nov 2002 13:01:17 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEL1HvQ089499; Thu, 14 Nov 2002 13:01:17 -0800 (PST) Message-Id: <200211142101.gAEL1HvQ089499@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 14 Nov 2002 13:01:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/lib file.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/11/14 13:01:17 PST Modified files: usr.sbin/pkg_install/lib file.c Log: Assume that packages passed on stdin are in bzip2 format, not gzip. (sysinstall depends on this feature for package addition.) Comment on hard-coded bzip2 usage in the spirit of rev. 1.58. Revision Changes Path 1.63 +2 -1 src/usr.sbin/pkg_install/lib/file.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 14:26:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4BE837B401; Thu, 14 Nov 2002 14:26:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2D2943E3B; Thu, 14 Nov 2002 14:26:42 -0800 (PST) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEMO8mV096084; Thu, 14 Nov 2002 14:24:08 -0800 (PST) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEMO8dc096083; Thu, 14 Nov 2002 14:24:08 -0800 (PST) Message-Id: <200211142224.gAEMO8dc096083@repoman.freebsd.org> From: Udo Erdelhoff Date: Thu, 14 Nov 2002 14:24:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/early-adopter article.sgml src/release/doc/de_DE.ISO8859-1/relnotes/common new.sgml src/release/doc/de_DE.ISO8859-1/relnotes/ia64 article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2002/11/14 14:24:08 PST Modified files: release/doc/de_DE.ISO8859-1/early-adopter article.sgml release/doc/de_DE.ISO8859-1/relnotes/common new.sgml release/doc/de_DE.ISO8859-1/relnotes/ia64 article.sgml Log: MFbed: early-adopter/article.sgml: add lang=de relnotes/common/new.sgml: 1.450 -> 1.451 relnotes/ia64/article.sgml: add lang=de Revision Changes Path 1.4 +2 -2 src/release/doc/de_DE.ISO8859-1/early-adopter/article.sgml 1.17 +19 -1 src/release/doc/de_DE.ISO8859-1/relnotes/common/new.sgml 1.2 +2 -2 src/release/doc/de_DE.ISO8859-1/relnotes/ia64/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 14:40:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3645937B401; Thu, 14 Nov 2002 14:40:24 -0800 (PST) Received: from kayak.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 941FA43E75; Thu, 14 Nov 2002 14:40:23 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from kayak.xcllnt.net (localhost [127.0.0.1]) by kayak.xcllnt.net (8.12.6/8.12.6) with ESMTP id gAEMeN0N031751; Thu, 14 Nov 2002 14:40:23 -0800 (PST) (envelope-from marcel@kayak.xcllnt.net) Received: (from marcel@localhost) by kayak.xcllnt.net (8.12.6/8.12.6/Submit) id gAEMeN3X031750; Thu, 14 Nov 2002 14:40:23 -0800 (PST) Date: Thu, 14 Nov 2002 14:40:23 -0800 From: Marcel Moolenaar To: cvs-all@FreeBSD.org Cc: cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/ia64/gen _setjmp.S Message-ID: <20021114144023.B31710@kayak.xcllnt.net> References: <200211140640.gAE6eNq9016231@repoman.freebsd.org> <1037298535.19149.8.camel@builder02.qubesoft.com> <20021114194057.GA856@dhcp01.pn.xcllnt.net> <200211141951.41202.dfr@nlsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211141951.41202.dfr@nlsystems.com> User-Agent: Mutt/1.3.22.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This thread is moved to ia64@. Remember, subscriptions are free! :-) FYI, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 14:44:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45A7937B401; Thu, 14 Nov 2002 14:44:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB9D943E77; Thu, 14 Nov 2002 14:44:46 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEMgDmV097700; Thu, 14 Nov 2002 14:42:13 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEMgDl1097699; Thu, 14 Nov 2002 14:42:13 -0800 (PST) Message-Id: <200211142242.gAEMgDl1097699@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 14 Nov 2002 14:42:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/comms/efax Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/11/14 14:42:12 PST Modified files: comms/efax Makefile Log: Mark FORBIDDEN: there is an overflowable buffer yielding setuid uucp. Submitted by: Knud Erik H?jgaard Revision Changes Path 1.3 +2 -0 ports/comms/efax/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 14:55:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 749CA37B401; Thu, 14 Nov 2002 14:55:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2862F43E75; Thu, 14 Nov 2002 14:55:48 -0800 (PST) (envelope-from scop@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEMrEmV098554; Thu, 14 Nov 2002 14:53:14 -0800 (PST) (envelope-from scop@repoman.freebsd.org) Received: (from scop@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEMrENA098553; Thu, 14 Nov 2002 14:53:14 -0800 (PST) Message-Id: <200211142253.gAEMrENA098553@repoman.freebsd.org> From: Ville Skyttä Date: Thu, 14 Nov 2002 14:53:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/cvsweb cvsweb.cgi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scop 2002/11/14 14:53:14 PST Modified files: cvsweb cvsweb.cgi Log: Fixed a prototype, removed some redundant code, style tweaks. Revision Changes Path 1.133 +31 -33 projects/cvsweb/cvsweb.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 14:57:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5308A37B404; Thu, 14 Nov 2002 14:57:49 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B0C843E6E; Thu, 14 Nov 2002 14:57:49 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.5/8.12.5) with ESMTP id gAEMvgFC071779; Thu, 14 Nov 2002 14:57:42 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.5/8.12.5/Submit) id gAEMvdxX071776; Thu, 14 Nov 2002 14:57:39 -0800 (PST) (envelope-from dillon) Date: Thu, 14 Nov 2002 14:57:39 -0800 (PST) From: Matthew Dillon Message-Id: <200211142257.gAEMvdxX071776@apollo.backplane.com> To: "M. Warner Losh" Cc: sobomax@FreeBSD.ORG, silby@silby.com, njl@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/sleep sleep.c References: <200211132012.gADKCQxr062768@repoman.freebsd.org> <20021113204503.GI9006@vega.vega.com> <20021113.215346.90827277.imp@bsdimp.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I think the real issue is the bloat in libc. printf() eats 20K, basic stdio eats 5K. You get 15K of bloat just with a blank main(), a good chunk of that being malloc() (reasonable in larger programs, ridiculous in tiny programs where you don't care about malloc() efficiency). (static link output) -rwxr-xr-x 1 dillon dillon 52873 Nov 14 14:36 x printf("X\n"); -rwxr-xr-x 1 dillon dillon 21493 Nov 14 14:36 x puts("X"); -rwxr-xr-x 1 dillon dillon 21493 Nov 14 14:36 x puts("X"); -rwxr-xr-x 1 dillon dillon 15109 Nov 14 14:38 x main() -rwxr-xr-x 1 dillon dillon 959 Nov 14 14:55 x _start() / no libc -rwxr-xr-x 1 dillon dillon 959 Nov 14 14:55 x _start() + phk malloc -rwxr-xr-x 1 dillon dillon 13409 Nov 14 14:56 x My zalloc implementation, which I could turn into a poor-man's malloc in 10 seconds (and is used in libstand) eats 1.7K. My *printf() core (pfmt) from DICE, which handles 95% of the capabilities of *printf, is 1.9K. I could adapt the stdio library from DICE to fit in probably less then 2K, assuming one actually referenced every single function. Why not create a mini-libc? No language-aware character conversions, no efficient string or memory functions, no floating point. Just a basic implementation of the core functionality required for stdio, malloc, *printf(), string functions, and system calls (which will simply be borrowed from libc), sufficient for simple binaries. It could be made compatible with our standard includes (structural bloat != code bloat, so who cares). I could whip this up in a day or two. I'm not kidding. I already have most of the necessary pieces from my embedded libraries and DICE libraries. -Matt Matthew Dillon : :In message: <20021113204503.GI9006@vega.vega.com> : Maxim Sobolev writes: :: On Wed, Nov 13, 2002 at 03:32:13PM -0500, Mike Silbersack wrote: :: > :: > On Wed, 13 Nov 2002, Nate Lawson wrote: :: > :: > > njl 2002/11/13 12:12:26 PST :: > > :: > > Modified files: :: > > bin/sleep sleep.c :: > > Log: :: > > Remove getopt and strtol dependencies, reducing size of static exe. :: > > Preserve older desired behavior, accept [+-]*[0-9]*\.[0-9]* :: > > Remove a few unnecessary casts. :: > :: > Please don't commit crap like this. While having smaller binaries might :: > be nice, being entered into an obfuscated C contest is not one of the :: > goals of FreeBSD. :: :: I fully agree - HDD space is pretty cheap today, while embedded folks :: should use other means to reduce footprint (e.g crunchgen). Actually :: in the case of crunchgen this commit worsens situation, as the code :: is no longer shared. : :It also makes the dynamic binary larger for the folks that have / and :/usr on the same partition and dynamically link /sbin and /bin. Much :more bang for the buck that these silly micro-optimizations. So this :is a negative thing as far as I'm concerned. :-( : :Warner : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 15: 8:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F3D237B401; Thu, 14 Nov 2002 15:08:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DE3B43E7B; Thu, 14 Nov 2002 15:08:56 -0800 (PST) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAEN6MmV099452; Thu, 14 Nov 2002 15:06:22 -0800 (PST) (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAEN6Md0099451; Thu, 14 Nov 2002 15:06:22 -0800 (PST) Message-Id: <200211142306.gAEN6Md0099451@repoman.freebsd.org> From: Giorgos Keramidas Date: Thu, 14 Nov 2002 15:06:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/pgpkeys keramida.key X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG keramida 2002/11/14 15:06:22 PST Modified files: en_US.ISO8859-1/books/handbook/pgpkeys keramida.key Log: Add a couple of uids to my GnuPG key. Revision Changes Path 1.2 +19 -13 doc/en_US.ISO8859-1/books/handbook/pgpkeys/keramida.key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 15:18:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E91637B401; Thu, 14 Nov 2002 15:18:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B491F43E6E; Thu, 14 Nov 2002 15:18:52 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAENGImV000460; Thu, 14 Nov 2002 15:16:18 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAENGIsq000459; Thu, 14 Nov 2002 15:16:18 -0800 (PST) Message-Id: <200211142316.gAENGIsq000459@repoman.freebsd.org> From: Sam Leffler Date: Thu, 14 Nov 2002 15:16:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2002/11/14 15:16:18 PST Modified files: sys/net if.h Log: o add IF_*bps macros for netbsd compatibility o add interface capabilities for vlan use and to signal jumbo frame support Reviewed by: many Approved by: re Revision Changes Path 1.81 +11 -0 src/sys/net/if.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 15:19:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D293337B406; Thu, 14 Nov 2002 15:19:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8151B43E42; Thu, 14 Nov 2002 15:19:34 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAENH0mV000494; Thu, 14 Nov 2002 15:17:00 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAENH0gY000493; Thu, 14 Nov 2002 15:17:00 -0800 (PST) Message-Id: <200211142317.gAENH0gY000493@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 14 Nov 2002 15:17:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/11/14 15:17:00 PST Modified files: release/scripts print-cdrom-packages.sh Log: Make sure that we don't pick up installed packages on the host when we print dependencies (required by rev. 1.424 of ports/Mk/bsd.port.mk). Reviewed (and partially submitted) by: kris Revision Changes Path 1.33 +5 -0 src/release/scripts/print-cdrom-packages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 15:26:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5580937B401; Thu, 14 Nov 2002 15:26:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0609743E77; Thu, 14 Nov 2002 15:26:48 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAENOEmV001298; Thu, 14 Nov 2002 15:24:14 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAENODLr001297; Thu, 14 Nov 2002 15:24:13 -0800 (PST) Message-Id: <200211142324.gAENODLr001297@repoman.freebsd.org> From: Sam Leffler Date: Thu, 14 Nov 2002 15:24:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bpf.c bpf.h bpfdesc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2002/11/14 15:24:13 PST Modified files: sys/net bpf.c bpf.h bpfdesc.h Log: o add support for multiple link types per interface (e.g. 802.11 and Ethernet) o introduce BPF_TAP and BPF_MTAP macros to hide implementation details and ease code portability o use m_getcl where appropriate Reviewed by: many Approved by: re Obtained from: NetBSD (multiple link type support) Revision Changes Path 1.101 +38 -24 src/sys/net/bpf.c 1.27 +14 -3 src/sys/net/bpf.h 1.22 +1 -0 src/sys/net/bpfdesc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 15:29: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFA8C37B401; Thu, 14 Nov 2002 15:29:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60BF643E3B; Thu, 14 Nov 2002 15:29:02 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAENQSmV001369; Thu, 14 Nov 2002 15:26:28 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAENQSd6001368; Thu, 14 Nov 2002 15:26:28 -0800 (PST) Message-Id: <200211142326.gAENQSd6001368@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 14 Nov 2002 15:26:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/11/14 15:26:28 PST Modified files: (Branch: RELENG_4) release/scripts print-cdrom-packages.sh Log: MFC: Make sure that we don't pick up installed packages on the host when we print dependencies (required by rev. 1.424 of ports/Mk/bsd.port.mk). print-cdrom-packages.sh 1.32->1.33 Revision Changes Path 1.1.2.23 +5 -0 src/release/scripts/print-cdrom-packages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 15:31:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C25437B401; Thu, 14 Nov 2002 15:31:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AEBE43E4A; Thu, 14 Nov 2002 15:31:22 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAENSmmV001852; Thu, 14 Nov 2002 15:28:48 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAENSmex001850; Thu, 14 Nov 2002 15:28:48 -0800 (PST) Message-Id: <200211142328.gAENSmex001850@repoman.freebsd.org> From: Sam Leffler Date: Thu, 14 Nov 2002 15:28:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net ethernet.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2002/11/14 15:28:48 PST Modified files: sys/net ethernet.h Log: general cleanups mostly aimed at improving portability of drivers o ETHER_* (ETHER_ALIGN, ETHER_MAX_FRAME, ETHER_CRC_LEN, etc.) o M_HASFCS for drivers to indicate packets include FCS o remove global declarations for ng_ether* and vlan_* since these represent a private contract between the if_ethersubr.c code and certain parts of the system that should not normally be abused o add ether_* declarations that were elsewhere o remove ETHER_BPF_* since they are no longer used with the parameter no longer passed to ether_ifattach and ether_ifdetach Reviewed by: many Approved by: re Revision Changes Path 1.22 +38 -43 src/sys/net/ethernet.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 15:37:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64DBC37B404; Thu, 14 Nov 2002 15:37:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E582443E6E; Thu, 14 Nov 2002 15:37:40 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAENZ6mV002211; Thu, 14 Nov 2002 15:35:06 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAENZ62k002210; Thu, 14 Nov 2002 15:35:06 -0800 (PST) Message-Id: <200211142335.gAENZ62k002210@repoman.freebsd.org> From: Sam Leffler Date: Thu, 14 Nov 2002 15:35:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ethersubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2002/11/14 15:35:06 PST Modified files: sys/net if_ethersubr.c Log: o change input packet handling to eliminate the pointer to the struct ether_header; instead drivers are to leave the Ethernet header at the front of the packet o add declarations for netgraph and vlan hooks that were removed from ethernet.h o change various in-file calling conventions to track change in input API o fixup bridge support to handle Ethernet header no longer being stripped o add consistency checks to ether_input to catch problems with the change in the API; some of these may want to be moved to #ifdef DIAGNOSTIC at a later time (though they are not too expensive to leave as is) o change ether_demux to eliminate the passing of the Ethernet header; it is now expected at the front of the packet a la ether_input o add ether_sprintf compatibility shim o change ether_ifattach API to remove "bpf supported param" and add a pointer to the MAC address to be installed for the LL address (this is for future changes to divest struct arpcom from struct ifnet) o change ether_ifdetach API to remove "bpf support param" Reviewed by: many Approved by: re Revision Changes Path 1.130 +263 -185 src/sys/net/if_ethersubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 15:39: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 904B837B401; Thu, 14 Nov 2002 15:39:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41F4443E3B; Thu, 14 Nov 2002 15:39:02 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAENaSmV002261; Thu, 14 Nov 2002 15:36:28 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAENaSGA002260; Thu, 14 Nov 2002 15:36:28 -0800 (PST) Message-Id: <200211142336.gAENaSGA002260@repoman.freebsd.org> From: Sam Leffler Date: Thu, 14 Nov 2002 15:36:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_var.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2002/11/14 15:36:28 PST Modified files: sys/net if_var.h Log: o add if_nvlans member to track the number of vlans active on an interface o add if_input member for interface drivers to call through to pass packets "up" o remove ethernet-specific function decls (moved to ethernet.h) Reviewed by: many Approved by: re Revision Changes Path 1.52 +3 -9 src/sys/net/if_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 15:42: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54FEE37B404 for ; Thu, 14 Nov 2002 15:42:07 -0800 (PST) Received: from mail.speakeasy.net (mail16.speakeasy.net [216.254.0.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id B717643E88 for ; Thu, 14 Nov 2002 15:42:06 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 27993 invoked from network); 14 Nov 2002 23:42:16 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail16.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 14 Nov 2002 23:42:16 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id gAENg42D013145; Thu, 14 Nov 2002 18:42:04 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200211142101.gAEL1HvQ089499@repoman.freebsd.org> Date: Thu, 14 Nov 2002 18:42:06 -0500 (EST) From: John Baldwin To: "Bruce A. Mah" Subject: RE: cvs commit: src/usr.sbin/pkg_install/lib file.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 14-Nov-2002 Bruce A. Mah wrote: > bmah 2002/11/14 13:01:17 PST > > Modified files: > usr.sbin/pkg_install/lib file.c > Log: > Assume that packages passed on stdin are in bzip2 format, not gzip. > (sysinstall depends on this feature for package addition.) > > Comment on hard-coded bzip2 usage in the spirit of rev. 1.58. Ugh, can't we look at the file header and figure out based on that instead? -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 15:42:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D98C137B401 for ; Thu, 14 Nov 2002 15:42:28 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 3B2E343E97 for ; Thu, 14 Nov 2002 15:42:27 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 44396 invoked by uid 1000); 14 Nov 2002 23:42:28 -0000 Date: Thu, 14 Nov 2002 15:42:28 -0800 (PST) From: Nate Lawson To: Matthew Dillon Cc: hackers@freebsd.org Subject: Re: cvs commit: src/bin/sleep sleep.c In-Reply-To: <200211142257.gAEMvdxX071776@apollo.backplane.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Please see earlier threads on hackers@ about bloat in libc and dynamic linking of /[s]bin. Tim Kientzle submitted a patch that breaks exit's dependency on malloc which saves space in the programs that don't otherwise use malloc. I don't think a mini-libc is a good idea because bugfixes would need to be duplicated or confusion about which one is being used for a program would make debugging harder. I'd rather have the normal libc on /lib (modulo some paring down of libc) and things dynamically linked. -Nate On Thu, 14 Nov 2002, Matthew Dillon wrote: > I think the real issue is the bloat in libc. printf() eats 20K, basic > stdio eats 5K. You get 15K of bloat just with a blank main(), a good > chunk of that being malloc() (reasonable in larger programs, ridiculous > in tiny programs where you don't care about malloc() efficiency). > > (static link output) > -rwxr-xr-x 1 dillon dillon 52873 Nov 14 14:36 x printf("X\n"); > -rwxr-xr-x 1 dillon dillon 21493 Nov 14 14:36 x puts("X"); > -rwxr-xr-x 1 dillon dillon 21493 Nov 14 14:36 x puts("X"); > -rwxr-xr-x 1 dillon dillon 15109 Nov 14 14:38 x main() > > -rwxr-xr-x 1 dillon dillon 959 Nov 14 14:55 x _start() / no libc > -rwxr-xr-x 1 dillon dillon 959 Nov 14 14:55 x _start() + phk malloc > -rwxr-xr-x 1 dillon dillon 13409 Nov 14 14:56 x > > My zalloc implementation, which I could turn into a poor-man's malloc > in 10 seconds (and is used in libstand) eats 1.7K. My *printf() > core (pfmt) from DICE, which handles 95% of the capabilities of *printf, > is 1.9K. I could adapt the stdio library from DICE to fit in probably > less then 2K, assuming one actually referenced every single function. > > Why not create a mini-libc? No language-aware character conversions, > no efficient string or memory functions, no floating point. Just a basic > implementation of the core functionality required for stdio, malloc, > *printf(), string functions, and system calls (which will simply be > borrowed from libc), sufficient for simple binaries. It could be made > compatible with our standard includes (structural bloat != code bloat, > so who cares). > > I could whip this up in a day or two. I'm not kidding. I already have > most of the necessary pieces from my embedded libraries and DICE > libraries. > > -Matt > Matthew Dillon > > > : > :In message: <20021113204503.GI9006@vega.vega.com> > : Maxim Sobolev writes: > :: On Wed, Nov 13, 2002 at 03:32:13PM -0500, Mike Silbersack wrote: > :: > > :: > On Wed, 13 Nov 2002, Nate Lawson wrote: > :: > > :: > > njl 2002/11/13 12:12:26 PST > :: > > > :: > > Modified files: > :: > > bin/sleep sleep.c > :: > > Log: > :: > > Remove getopt and strtol dependencies, reducing size of static exe. > :: > > Preserve older desired behavior, accept [+-]*[0-9]*\.[0-9]* > :: > > Remove a few unnecessary casts. > :: > > :: > Please don't commit crap like this. While having smaller binaries might > :: > be nice, being entered into an obfuscated C contest is not one of the > :: > goals of FreeBSD. > :: > :: I fully agree - HDD space is pretty cheap today, while embedded folks > :: should use other means to reduce footprint (e.g crunchgen). Actually > :: in the case of crunchgen this commit worsens situation, as the code > :: is no longer shared. > : > :It also makes the dynamic binary larger for the folks that have / and > :/usr on the same partition and dynamically link /sbin and /bin. Much > :more bang for the buck that these silly micro-optimizations. So this > :is a negative thing as far as I'm concerned. :-( > : > :Warner > : > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 15:45:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EDED37B401; Thu, 14 Nov 2002 15:45:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22CC243E6E; Thu, 14 Nov 2002 15:45:51 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAENhHmV003040; Thu, 14 Nov 2002 15:43:17 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAENhHpg003039; Thu, 14 Nov 2002 15:43:17 -0800 (PST) Message-Id: <200211142343.gAENhHpg003039@repoman.freebsd.org> From: Sam Leffler Date: Thu, 14 Nov 2002 15:43:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_vlan.c if_vlan_var.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2002/11/14 15:43:16 PST Modified files: sys/net if_vlan.c if_vlan_var.h Log: o eliminate separate callback interface for h/w tagged input packets; instead drivers "tag packets" with an m_tag and the input packet handling recognizes such packets and does the right thing o track the number of active vlans on an interface; this lets lots of places only do vlan-specific processing when needed o track changes to ether_ifdetach/ether_ifattach o track bpf changes o eliminate the use of M_PROTO1 for communicating to drivers about tagged packets o eliminate the use of IFF_LINK0 for drivers communicating to the vlan code that they support h/w tagging; replaced by explicit interface capabilities o add ifnet capabilities for h/w tagging and support of "large mtu's" o use new interface capabilities to auto-configure use of large mtu's and h/w tagging o add support for proper handling of promiscuous mode o document driver/vlan communication conventions Reviewed by: many Approved by: re Revision Changes Path 1.44 +245 -142 src/sys/net/if_vlan.c 1.12 +57 -22 src/sys/net/if_vlan_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 15:47:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3D1C37B401; Thu, 14 Nov 2002 15:47:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4CB743E75; Thu, 14 Nov 2002 15:47:11 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAENibmV003099; Thu, 14 Nov 2002 15:44:37 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAENibIu003098; Thu, 14 Nov 2002 15:44:37 -0800 (PST) Message-Id: <200211142344.gAENibIu003098@repoman.freebsd.org> From: Sam Leffler Date: Thu, 14 Nov 2002 15:44:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_eiface.c ng_ether.c ng_iface.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2002/11/14 15:44:37 PST Modified files: sys/netgraph ng_eiface.c ng_ether.c ng_iface.c Log: o track changes to ethernet input packet handling o track changes to bpf o track changes to make ng hooks more private Reviewed by: many Approved by: re Revision Changes Path 1.6 +5 -25 src/sys/netgraph/ng_eiface.c 1.25 +16 -70 src/sys/netgraph/ng_ether.c 1.22 +1 -1 src/sys/netgraph/ng_iface.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 15:47:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFABA37B401; Thu, 14 Nov 2002 15:47:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6179E43E75; Thu, 14 Nov 2002 15:47:47 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAENjDmV003143; Thu, 14 Nov 2002 15:45:13 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAENjDpp003142; Thu, 14 Nov 2002 15:45:13 -0800 (PST) Message-Id: <200211142345.gAENjDpp003142@repoman.freebsd.org> From: Sam Leffler Date: Thu, 14 Nov 2002 15:45:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_gre.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2002/11/14 15:45:13 PST Modified files: sys/netinet ip_gre.c Log: track bpf changes Reviewed by: many Approved by: re Revision Changes Path 1.7 +2 -2 src/sys/netinet/ip_gre.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 15:48:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B9EB37B401; Thu, 14 Nov 2002 15:48:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1FFE43E6E; Thu, 14 Nov 2002 15:48:38 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAENk4mV003188; Thu, 14 Nov 2002 15:46:04 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAENk461003187; Thu, 14 Nov 2002 15:46:04 -0800 (PST) Message-Id: <200211142346.gAENk461003187@repoman.freebsd.org> From: Sam Leffler Date: Thu, 14 Nov 2002 15:46:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_dummynet.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2002/11/14 15:46:04 PST Modified files: sys/netinet ip_dummynet.c Log: track changes to not strip the Ethernet header from input packets Reviewed by: many Approved by: re Revision Changes Path 1.56 +5 -8 src/sys/netinet/ip_dummynet.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 15:51:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0474437B401; Thu, 14 Nov 2002 15:51:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6D3643E75; Thu, 14 Nov 2002 15:51:44 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAENnAmV003779; Thu, 14 Nov 2002 15:49:10 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAENnA4X003778; Thu, 14 Nov 2002 15:49:10 -0800 (PST) Message-Id: <200211142349.gAENnA4X003778@repoman.freebsd.org> From: Sam Leffler Date: Thu, 14 Nov 2002 15:49:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c if_de.c if_pcn.c if_rl.c if_sf.c if_sis.c if_sk.c if_ste.c if_ti.c if_tl.c if_vr.c if_wb.c if_xl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2002/11/14 15:49:10 PST Modified files: sys/pci if_dc.c if_de.c if_pcn.c if_rl.c if_sf.c if_sis.c if_sk.c if_ste.c if_ti.c if_tl.c if_vr.c if_wb.c if_xl.c Log: o track either_ifattach/ether_ifdetach API changes o use if_input for input packet processing o don't strip the Ethernet header for input packets o use BPF_* macros bpf tapping o call ether_ioctl to handle default ioctl case o track vlan changes Reviewed by: many Approved by: re Revision Changes Path 1.83 +6 -16 src/sys/pci/if_dc.c 1.140 +5 -14 src/sys/pci/if_de.c 1.29 +5 -13 src/sys/pci/if_pcn.c 1.79 +5 -16 src/sys/pci/if_rl.c 1.47 +5 -16 src/sys/pci/if_sf.c 1.58 +8 -11 src/sys/pci/if_sis.c 1.52 +6 -16 src/sys/pci/if_sk.c 1.41 +9 -18 src/sys/pci/if_ste.c 1.67 +16 -29 src/sys/pci/if_ti.c 1.72 +9 -18 src/sys/pci/if_tl.c 1.55 +5 -16 src/sys/pci/if_vr.c 1.50 +5 -16 src/sys/pci/if_wb.c 1.111 +7 -18 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 15:57:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88CE637B401; Thu, 14 Nov 2002 15:57:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 275DC43E75; Thu, 14 Nov 2002 15:57:30 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAENsumV004777; Thu, 14 Nov 2002 15:54:56 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAENstXE004776; Thu, 14 Nov 2002 15:54:55 -0800 (PST) Message-Id: <200211142354.gAENstXE004776@repoman.freebsd.org> From: Sam Leffler Date: Thu, 14 Nov 2002 15:54:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/an if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c src/sys/dev/ar if_ar.c src/sys/dev/awi awi.c if_awi_pccard.c src/sys/dev/bge if_bge.c if_bgereg.h src/sys/dev/cm smc90cx6.c src/sys/dev/cnw if_cnw.c src/sys/dev/cs ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2002/11/14 15:54:55 PST Modified files: sys/dev/an if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c sys/dev/ar if_ar.c sys/dev/awi awi.c if_awi_pccard.c sys/dev/bge if_bge.c if_bgereg.h sys/dev/cm smc90cx6.c sys/dev/cnw if_cnw.c sys/dev/cs if_cs.c sys/dev/ed if_ed.c if_ed_pccard.c sys/dev/em if_em.c if_em.h sys/dev/en midway.c sys/dev/ep if_ep.c if_ep_pccard.c sys/dev/ex if_ex.c sys/dev/fe if_fe.c if_fe_pccard.c sys/dev/firewire if_fwe.c sys/dev/fxp if_fxp.c sys/dev/gem if_gem.c sys/dev/gx if_gx.c if_gxvar.h sys/dev/hme if_hme.c sys/dev/ie if_ie.c sys/dev/iicbus if_ic.c sys/dev/lge if_lge.c if_lgereg.h sys/dev/lnc if_lnc.c if_lnc_cbus.c if_lnc_isa.c if_lnc_pci.c sys/dev/my if_my.c sys/dev/nge if_nge.c if_ngereg.h sys/dev/pdq pdq_ifsubr.c sys/dev/ppbus if_plip.c sys/dev/ray if_ray.c sys/dev/sbni if_sbni.c sys/dev/sn if_sn.c sys/dev/snc dp83932.c sys/dev/sr if_sr.c sys/dev/tx if_tx.c sys/dev/txp if_txp.c sys/dev/usb if_aue.c if_auereg.h if_cue.c if_cuereg.h if_kue.c if_kuereg.h usb_ethersubr.c sys/dev/vx if_vx.c sys/dev/wi if_wi.c sys/dev/wl if_wl.c sys/dev/xe if_xe.c if_xe_pccard.c Log: network interface driver changes: o don't strip the Ethernet header from inbound packets; pass packets up the stack intact (required significant changes to some drivers) o reference common definitions in net/ethernet.h (e.g. ETHER_ALIGN) o track ether_ifattach/ether_ifdetach API changes o track bpf changes (use BPF_TAP and BPF_MTAP) o track vlan changes (ifnet capabilities, revised processing scheme, etc.) o use if_input to pass packets "up" o call ether_ioctl for default handling of ioctls Reviewed by: many Approved by: re Revision Changes Path 1.39 +9 -14 src/sys/dev/an/if_an.c 1.8 +1 -1 src/sys/dev/an/if_an_isa.c 1.14 +1 -1 src/sys/dev/an/if_an_pccard.c 1.14 +1 -1 src/sys/dev/an/if_an_pci.c 1.54 +2 -4 src/sys/dev/ar/if_ar.c 1.23 +5 -12 src/sys/dev/awi/awi.c 1.8 +1 -1 src/sys/dev/awi/if_awi_pccard.c 1.25 +15 -29 src/sys/dev/bge/if_bge.c 1.11 +0 -11 src/sys/dev/bge/if_bgereg.h 1.4 +1 -2 src/sys/dev/cm/smc90cx6.c 1.7 +2 -13 src/sys/dev/cnw/if_cnw.c 1.22 +6 -18 src/sys/dev/cs/if_cs.c 1.212 +9 -21 src/sys/dev/ed/if_ed.c 1.41 +1 -1 src/sys/dev/ed/if_ed_pccard.c 1.14 +13 -22 src/sys/dev/em/if_em.c 1.11 +2 -0 src/sys/dev/em/if_em.h 1.31 +0 -1 src/sys/dev/en/midway.c 1.110 +4 -15 src/sys/dev/ep/if_ep.c 1.25 +1 -1 src/sys/dev/ep/if_ep_pccard.c 1.39 +3 -6 src/sys/dev/ex/if_ex.c 1.74 +7 -19 src/sys/dev/fe/if_fe.c 1.8 +1 -1 src/sys/dev/fe/if_fe_pccard.c 1.2 +10 -16 src/sys/dev/firewire/if_fwe.c 1.144 +8 -12 src/sys/dev/fxp/if_fxp.c 1.9 +3 -5 src/sys/dev/gem/if_gem.c 1.7 +13 -28 src/sys/dev/gx/if_gx.c 1.4 +0 -2 src/sys/dev/gx/if_gxvar.h 1.7 +4 -13 src/sys/dev/hme/if_hme.c 1.85 +42 -39 src/sys/dev/ie/if_ie.c 1.14 +2 -3 src/sys/dev/iicbus/if_ic.c 1.15 +5 -15 src/sys/dev/lge/if_lge.c 1.3 +1 -2 src/sys/dev/lge/if_lgereg.h 1.93 +16 -26 src/sys/dev/lnc/if_lnc.c 1.2 +1 -1 src/sys/dev/lnc/if_lnc_cbus.c 1.13 +2 -2 src/sys/dev/lnc/if_lnc_isa.c 1.26 +2 -2 src/sys/dev/lnc/if_lnc_pci.c 1.12 +6 -14 src/sys/dev/my/if_my.c 1.38 +13 -27 src/sys/dev/nge/if_nge.c 1.9 +0 -1 src/sys/dev/nge/if_ngereg.h 1.19 +6 -6 src/sys/dev/pdq/pdq_ifsubr.c 1.24 +1 -1 src/sys/dev/ppbus/if_plip.c 1.58 +7 -16 src/sys/dev/ray/if_ray.c 1.8 +7 -15 src/sys/dev/sbni/if_sbni.c 1.22 +8 -17 src/sys/dev/sn/if_sn.c 1.6 +6 -13 src/sys/dev/snc/dp83932.c 1.52 +2 -4 src/sys/dev/sr/if_sr.c 1.62 +8 -14 src/sys/dev/tx/if_tx.c 1.12 +12 -28 src/sys/dev/txp/if_txp.c 1.63 +4 -10 src/sys/dev/usb/if_aue.c 1.16 +0 -1 src/sys/dev/usb/if_auereg.h 1.29 +4 -10 src/sys/dev/usb/if_cue.c 1.11 +0 -1 src/sys/dev/usb/if_cuereg.h 1.42 +4 -10 src/sys/dev/usb/if_kue.c 1.12 +0 -1 src/sys/dev/usb/if_kuereg.h 1.12 +1 -4 src/sys/dev/usb/usb_ethersubr.c 1.40 +5 -12 src/sys/dev/vx/if_vx.c 1.118 +7 -14 src/sys/dev/wi/if_wi.c 1.43 +54 -100 src/sys/dev/wl/if_wl.c 1.32 +5 -17 src/sys/dev/xe/if_xe.c 1.5 +1 -1 src/sys/dev/xe/if_xe_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 15:59:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDD6337B404; Thu, 14 Nov 2002 15:59:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71AD243E75; Thu, 14 Nov 2002 15:59:43 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAENv9mV004843; Thu, 14 Nov 2002 15:57:09 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAENv9gf004842; Thu, 14 Nov 2002 15:57:09 -0800 (PST) Message-Id: <200211142357.gAENv9gf004842@repoman.freebsd.org> From: Sam Leffler Date: Thu, 14 Nov 2002 15:57:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bridge.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2002/11/14 15:57:09 PST Modified files: sys/net bridge.c Log: track changes to ethernet input handling to no longer strip the Ethernet header Reviewed by: many Approved by: re Revision Changes Path 1.59 +55 -48 src/sys/net/bridge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 16: 2:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 787AF37B401; Thu, 14 Nov 2002 16:02:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11E3C43E42; Thu, 14 Nov 2002 16:02:50 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF00FmV005686; Thu, 14 Nov 2002 16:00:15 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF00FvR005685; Thu, 14 Nov 2002 16:00:15 -0800 (PST) Message-Id: <200211150000.gAF00FvR005685@repoman.freebsd.org> From: Sam Leffler Date: Thu, 14 Nov 2002 16:00:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/dev/oltr if_oltr.c src/sys/i386/isa if_cx.c if_el.c if_le.c if_rdp.c src/sys/i4b/driver i4b_ipr.c i4b_isppp.c src/sys/net bridge.h fddi.h if_arcsubr.c if_atmsubr.c if_disc.c if_ef.c if_faith.c if_fddisubr.c if_gif.c if_gre.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2002/11/14 16:00:15 PST Modified files: sys/contrib/dev/oltr if_oltr.c sys/i386/isa if_cx.c if_el.c if_le.c if_rdp.c sys/i4b/driver i4b_ipr.c i4b_isppp.c sys/net bridge.h fddi.h if_arcsubr.c if_atmsubr.c if_disc.c if_ef.c if_faith.c if_fddisubr.c if_gif.c if_gre.c if_loop.c if_ppp.c if_sl.c if_stf.c if_tap.c if_tun.c Log: network interface and link layer changes: o on input don't strip the Ethernet header from packets o input packet handling is now done with if_input o track changes to ether_ifattach/ether_ifdetach API o track changes to bpf tapping o call ether_ioctl for default handling of ioctl's o use constants from net/ethernet.h where possible Reviewed by: many Approved by: re Revision Changes Path 1.21 +10 -5 src/sys/contrib/dev/oltr/if_oltr.c 1.36 +2 -4 src/sys/i386/isa/if_cx.c 1.56 +8 -18 src/sys/i386/isa/if_el.c 1.70 +11 -26 src/sys/i386/isa/if_le.c 1.16 +10 -25 src/sys/i386/isa/if_rdp.c 1.20 +2 -2 src/sys/i4b/driver/i4b_ipr.c 1.20 +2 -4 src/sys/i4b/driver/i4b_isppp.c 1.12 +1 -2 src/sys/net/bridge.h 1.13 +0 -1 src/sys/net/fddi.h 1.7 +2 -4 src/sys/net/if_arcsubr.c 1.18 +3 -0 src/sys/net/if_atmsubr.c 1.32 +1 -1 src/sys/net/if_disc.c 1.19 +11 -20 src/sys/net/if_ef.c 1.17 +1 -1 src/sys/net/if_faith.c 1.72 +16 -9 src/sys/net/if_fddisubr.c 1.36 +2 -2 src/sys/net/if_gif.c 1.9 +1 -1 src/sys/net/if_gre.c 1.73 +1 -1 src/sys/net/if_loop.c 1.86 +2 -4 src/sys/net/if_ppp.c 1.106 +2 -2 src/sys/net/if_sl.c 1.27 +2 -2 src/sys/net/if_stf.c 1.23 +10 -25 src/sys/net/if_tap.c 1.112 +3 -3 src/sys/net/if_tun.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 16: 4:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90C5437B404; Thu, 14 Nov 2002 16:04:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25F5243E77; Thu, 14 Nov 2002 16:04:56 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF02MmV005747; Thu, 14 Nov 2002 16:02:22 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF02LUx005746; Thu, 14 Nov 2002 16:02:21 -0800 (PST) Message-Id: <200211150002.gAF02LUx005746@repoman.freebsd.org> From: Sam Leffler Date: Thu, 14 Nov 2002 16:02:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2002/11/14 16:02:21 PST Modified files: sbin/ifconfig ifconfig.c Log: o display new interface capability bits o capitilize capability bit strings for consistency Approved by: re Revision Changes Path 1.85 +1 -1 src/sbin/ifconfig/ifconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 16:15:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 550F637B401; Thu, 14 Nov 2002 16:15:10 -0800 (PST) Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8867943E6E; Thu, 14 Nov 2002 16:15:09 -0800 (PST) (envelope-from archie@dellroad.org) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id QAA29460; Thu, 14 Nov 2002 16:03:36 -0800 (PST) Received: from arch20m.dellroad.org (localhost [127.0.0.1]) by arch20m.dellroad.org (8.12.6/8.12.6) with ESMTP id gAF03ZOS032021; Thu, 14 Nov 2002 16:03:35 -0800 (PST) (envelope-from archie@arch20m.dellroad.org) Received: (from archie@localhost) by arch20m.dellroad.org (8.12.6/8.12.6/Submit) id gAF03ZnK032020; Thu, 14 Nov 2002 16:03:35 -0800 (PST) From: Archie Cobbs Message-Id: <200211150003.gAF03ZnK032020@arch20m.dellroad.org> Subject: Re: cvs commit: src/bin/sleep sleep.c In-Reply-To: <200211142257.gAEMvdxX071776@apollo.backplane.com> To: Matthew Dillon Date: Thu, 14 Nov 2002 16:03:35 -0800 (PST) Cc: "M. Warner Losh" , sobomax@FreeBSD.org, silby@silby.com, njl@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matthew Dillon wrote: > Why not create a mini-libc? No language-aware character conversions, > no efficient string or memory functions, no floating point. Just a basic > implementation of the core functionality required for stdio, malloc, > *printf(), string functions, and system calls (which will simply be > borrowed from libc), sufficient for simple binaries. It could be made > compatible with our standard includes (structural bloat != code bloat, > so who cares). I like that idea.. would this be different from libstand(3) or could they be merged together? -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 16:25: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14A1F37B401; Thu, 14 Nov 2002 16:24:58 -0800 (PST) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id C947D43E3B; Thu, 14 Nov 2002 16:24:56 -0800 (PST) (envelope-from bmah@employees.org) Received: from bmah.dyndns.org ([12.240.204.110]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021115002450.GFAI2683.sccrmhc01.attbi.com@bmah.dyndns.org>; Fri, 15 Nov 2002 00:24:50 +0000 Received: from intruder.bmah.org (localhost [IPv6:::1]) by bmah.dyndns.org (8.12.6/8.12.6) with ESMTP id gAF0OoIQ066724; Thu, 14 Nov 2002 16:24:50 -0800 (PST) (envelope-from bmah@intruder.bmah.org) Received: (from bmah@localhost) by intruder.bmah.org (8.12.6/8.12.6/Submit) id gAF0Oo3A066723; Thu, 14 Nov 2002 16:24:50 -0800 (PST) Message-Id: <200211150024.gAF0Oo3A066723@intruder.bmah.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: John Baldwin Cc: "Bruce A. Mah" , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib file.c In-Reply-To: References: Comments: In-reply-to John Baldwin message dated "Thu, 14 Nov 2002 18:42:06 -0500." From: "Bruce A. Mah" Reply-To: bmah@FreeBSD.org X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Image-Url: http://www.employees.org/~bmah/Images/bmah-cisco-small.gif X-Url: http://www.employees.org/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_951871696P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Thu, 14 Nov 2002 16:24:50 -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --==_Exmh_951871696P Content-Type: text/plain; charset=us-ascii If memory serves me right, John Baldwin wrote: > On 14-Nov-2002 Bruce A. Mah wrote: > > bmah 2002/11/14 13:01:17 PST > > > > Modified files: > > usr.sbin/pkg_install/lib file.c > > Log: > > Assume that packages passed on stdin are in bzip2 format, not gzip. > > (sysinstall depends on this feature for package addition.) > > > > Comment on hard-coded bzip2 usage in the spirit of rev. 1.58. > > Ugh, can't we look at the file header and figure out based on that > instead? Hi John-- I don't like this either, but real autodetection is harder than I wanted to tackle. My goal was to get a snapshot build that can install packages. After having hacked on unpack() for a while, it's harder than I first thought. Looking at the first byte of the file is enough to distinguish the two...if it's '\037', it's gzip; 'B' means bzip2, according to the source code for file(1). You need to peek at the first byte of the file and then put the byte back (remember this is for a package on stdin). I tried fgetc()/ ungetc()) for this. I suspect that the character that I put back doesn't get read by the forked-off gzip or bzip process. You or anyone else is more than welcome to give it a shot...I'm ENOTIME for this for now. Cheers, Bruce. --==_Exmh_951871696P Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) Comment: Exmh version 2.5+ 20020506 iD8DBQE91D7S2MoxcVugUsMRAqVcAKCrPNWPP7hEKkDnp6onIElZiMHhewCghPHV ItsEFB5JeTPy6TwoWRHpT/U= =Q2G1 -----END PGP SIGNATURE----- --==_Exmh_951871696P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 16:28: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E67B37B401; Thu, 14 Nov 2002 16:28:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FEDC43E3B; Thu, 14 Nov 2002 16:28:08 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF0PXmV007454; Thu, 14 Nov 2002 16:25:33 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF0PX2A007453; Thu, 14 Nov 2002 16:25:33 -0800 (PST) Message-Id: <200211150025.gAF0PX2A007453@repoman.freebsd.org> From: Sam Leffler Date: Thu, 14 Nov 2002 16:25:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4 vlan.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2002/11/14 16:25:33 PST Modified files: share/man/man4 vlan.4 Log: document auto-recognition of device capabilities Revision Changes Path 1.11 +8 -19 src/share/man/man4/vlan.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 16:33:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2411037B401; Thu, 14 Nov 2002 16:33:26 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6356943E6E; Thu, 14 Nov 2002 16:33:25 -0800 (PST) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (fledge.pr.watson.org [192.0.2.3]) by fledge.watson.org (8.12.4/8.12.4) with SMTP id gAF0WlOo015317; Thu, 14 Nov 2002 19:32:47 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Thu, 14 Nov 2002 19:32:46 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: "Bruce A. Mah" Cc: John Baldwin , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib file.c In-Reply-To: <200211150024.gAF0Oo3A066723@intruder.bmah.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 14 Nov 2002, Bruce A. Mah wrote: > > Ugh, can't we look at the file header and figure out based on that > > instead? > > I don't like this either, but real autodetection is harder than I wanted > to tackle. My goal was to get a snapshot build that can install > packages. > > After having hacked on unpack() for a while, it's harder than I first > thought. Looking at the first byte of the file is enough to distinguish > the two...if it's '\037', it's gzip; 'B' means bzip2, according to the > source code for file(1). > > You need to peek at the first byte of the file and then put the byte > back (remember this is for a package on stdin). I tried fgetc()/ > ungetc()) for this. I suspect that the character that I put back > doesn't get read by the forked-off gzip or bzip process. Yeah, ungetc() acts on the FILE* libc buffered streams, which means that the character has been read out of the file descriptor and into per-process memory buffering, so is no longer available to other processes. In practice, I think you end up having to create a new pipe and manually buffer the data from the source to gzip/bzip2. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 16:34:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D640937B401; Thu, 14 Nov 2002 16:34:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 895F943E6E; Thu, 14 Nov 2002 16:34:23 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF0VnmV008269; Thu, 14 Nov 2002 16:31:49 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF0VnRf008268; Thu, 14 Nov 2002 16:31:49 -0800 (PST) Message-Id: <200211150031.gAF0VnRf008268@repoman.freebsd.org> From: Sam Leffler Date: Thu, 14 Nov 2002 16:31:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2002/11/14 16:31:49 PST Modified files: sbin/ifconfig ifconfig.8 Log: update vlandev description; vlan code now auto-recognizes devices that support h/w tagging Revision Changes Path 1.65 +4 -6 src/sbin/ifconfig/ifconfig.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 16:37: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3BC437B401; Thu, 14 Nov 2002 16:37:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9371343E77; Thu, 14 Nov 2002 16:37:02 -0800 (PST) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF0YSmV008359; Thu, 14 Nov 2002 16:34:28 -0800 (PST) (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF0YSYR008358; Thu, 14 Nov 2002 16:34:28 -0800 (PST) Message-Id: <200211150034.gAF0YSYR008358@repoman.freebsd.org> From: Archie Cobbs Date: Thu, 14 Nov 2002 16:34:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_execve.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/11/14 16:34:28 PST Modified files: lib/libc_r/uthread uthread_execve.c Log: When about to do an execve(), don't reset the O_NONBLOCK flag on any file descriptors that have the close-on-exec flag set, as that will have no effect anyway and might screw something else up if the file descriptor happens to be shared with another process. PR: standards/43335 MFC after: 1 week Revision Changes Path 1.16 +4 -0 src/lib/libc_r/uthread/uthread_execve.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 16:55:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AFE437B401; Thu, 14 Nov 2002 16:55:09 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 010BC43E3B; Thu, 14 Nov 2002 16:55:09 -0800 (PST) (envelope-from eischen@pcnet1.pcnet.com) Received: from localhost (eischen@localhost) by mail.pcnet.com (8.12.3/8.12.1) with ESMTP id gAF0swnJ016393; Thu, 14 Nov 2002 19:54:58 -0500 (EST) Date: Thu, 14 Nov 2002 19:54:58 -0500 (EST) From: Daniel Eischen To: Archie Cobbs Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_execve.c In-Reply-To: <200211150034.gAF0YSYR008358@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 14 Nov 2002, Archie Cobbs wrote: > archie 2002/11/14 16:34:28 PST > > Modified files: > lib/libc_r/uthread uthread_execve.c > Log: > When about to do an execve(), don't reset the O_NONBLOCK flag on any file > descriptors that have the close-on-exec flag set, as that will have no > effect anyway and might screw something else up if the file descriptor > happens to be shared with another process. I didn't like this change. It was a hack to cover up some other problem. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 16:56:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD55537B401; Thu, 14 Nov 2002 16:56:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FFA943E42; Thu, 14 Nov 2002 16:56:33 -0800 (PST) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF0rxmV009972; Thu, 14 Nov 2002 16:53:59 -0800 (PST) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF0rxcn009971; Thu, 14 Nov 2002 16:53:59 -0800 (PST) Message-Id: <200211150053.gAF0rxcn009971@repoman.freebsd.org> From: David Xu Date: Thu, 14 Nov 2002 16:53:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_thread.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG davidxu 2002/11/14 16:53:59 PST Modified files: sys/kern kern_thread.c Log: Return EWOULDBLOCK for last thread in kse_release(). Requested by: archie Revision Changes Path 1.59 +1 -0 src/sys/kern/kern_thread.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 17:24:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9C2637B401; Thu, 14 Nov 2002 17:24:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C29543E75; Thu, 14 Nov 2002 17:24:55 -0800 (PST) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF1MKmV012392; Thu, 14 Nov 2002 17:22:20 -0800 (PST) (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF1MKeE012391; Thu, 14 Nov 2002 17:22:20 -0800 (PST) Message-Id: <200211150122.gAF1MKeE012391@repoman.freebsd.org> From: Archie Cobbs Date: Thu, 14 Nov 2002 17:22:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/sablevm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/11/14 17:22:20 PST Modified files: java/sablevm Makefile Log: Fix bug in logic for determining the right pkg-plist file to use. Revision Changes Path 1.13 +1 -1 ports/java/sablevm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 17:26: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E69437B401; Thu, 14 Nov 2002 17:26:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20E1443E6E; Thu, 14 Nov 2002 17:26:02 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF1NRmV012426; Thu, 14 Nov 2002 17:23:27 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF1NRwd012425; Thu, 14 Nov 2002 17:23:27 -0800 (PST) Message-Id: <200211150123.gAF1NRwd012425@repoman.freebsd.org> From: Alan Eldridge Date: Thu, 14 Nov 2002 17:23:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-File-Spec Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/11/14 17:23:27 PST Modified files: devel/p5-File-Spec Makefile Log: Make port forbidden if perl is above 5.6.0. PR: 44719 Approved by: maintainer timeout Revision Changes Path 1.8 +19 -1 ports/devel/p5-File-Spec/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 17:30: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 337A137B401; Thu, 14 Nov 2002 17:30:04 -0800 (PST) Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A59443E77; Thu, 14 Nov 2002 17:30:03 -0800 (PST) (envelope-from archie@dellroad.org) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id RAA29917; Thu, 14 Nov 2002 17:16:14 -0800 (PST) Received: from arch20m.dellroad.org (localhost [127.0.0.1]) by arch20m.dellroad.org (8.12.6/8.12.6) with ESMTP id gAF1GEOS032366; Thu, 14 Nov 2002 17:16:14 -0800 (PST) (envelope-from archie@arch20m.dellroad.org) Received: (from archie@localhost) by arch20m.dellroad.org (8.12.6/8.12.6/Submit) id gAF1GEhq032365; Thu, 14 Nov 2002 17:16:14 -0800 (PST) From: Archie Cobbs Message-Id: <200211150116.gAF1GEhq032365@arch20m.dellroad.org> Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_execve.c In-Reply-To: To: Daniel Eischen Date: Thu, 14 Nov 2002 17:16:14 -0800 (PST) Cc: Archie Cobbs , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Daniel Eischen wrote: > > Modified files: > > lib/libc_r/uthread uthread_execve.c > > Log: > > When about to do an execve(), don't reset the O_NONBLOCK flag on any file > > descriptors that have the close-on-exec flag set, as that will have no > > effect anyway and might screw something else up if the file descriptor > > happens to be shared with another process. > > I didn't like this change. It was a hack to cover up some other > problem. But it was harmless, right? I figured it fixes some corner case without causing any additional bugs so why not? The real underlying problem doesn't seem solvable; I'd rather wait until libc_r is KSE'ified. -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 17:36:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F77137B401; Thu, 14 Nov 2002 17:36:40 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 196C243E3B; Thu, 14 Nov 2002 17:36:40 -0800 (PST) (envelope-from eischen@pcnet1.pcnet.com) Received: from localhost (eischen@localhost) by mail.pcnet.com (8.12.3/8.12.1) with ESMTP id gAF1acMc025900; Thu, 14 Nov 2002 20:36:38 -0500 (EST) Date: Thu, 14 Nov 2002 20:36:38 -0500 (EST) From: Daniel Eischen To: Archie Cobbs Cc: Archie Cobbs , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_execve.c In-Reply-To: <200211150116.gAF1GEhq032365@arch20m.dellroad.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 14 Nov 2002, Archie Cobbs wrote: > Daniel Eischen wrote: > > > Modified files: > > > lib/libc_r/uthread uthread_execve.c > > > Log: > > > When about to do an execve(), don't reset the O_NONBLOCK flag on any file > > > descriptors that have the close-on-exec flag set, as that will have no > > > effect anyway and might screw something else up if the file descriptor > > > happens to be shared with another process. > > > > I didn't like this change. It was a hack to cover up some other > > problem. > > But it was harmless, right? I figured it fixes some corner case without > causing any additional bugs so why not? Yes, but might help to hide what the real problem is (if there is one). > The real underlying problem doesn't seem solvable; I'd rather wait > until libc_r is KSE'ified. I don't envision that. That's what libpthread is for. Death to libc_r, death to them all... :-) -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 17:40:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E0A337B401; Thu, 14 Nov 2002 17:40:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ECC443E7B; Thu, 14 Nov 2002 17:40:18 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF1bhmV013347; Thu, 14 Nov 2002 17:37:43 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF1bhxJ013346; Thu, 14 Nov 2002 17:37:43 -0800 (PST) Message-Id: <200211150137.gAF1bhxJ013346@repoman.freebsd.org> From: Alan Eldridge Date: Thu, 14 Nov 2002 17:37:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-PodParser Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/11/14 17:37:43 PST Modified files: textproc/p5-PodParser Makefile Log: Don't have File::Spec as dep if perl > 5.6.0. PR: 44725 Approved by: maintainer timeout Revision Changes Path 1.4 +22 -2 ports/textproc/p5-PodParser/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 17:49:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC15D37B401; Thu, 14 Nov 2002 17:49:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7926F43E3B; Thu, 14 Nov 2002 17:49:24 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF1knmV014200; Thu, 14 Nov 2002 17:46:49 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF1knnv014199; Thu, 14 Nov 2002 17:46:49 -0800 (PST) Message-Id: <200211150146.gAF1knnv014199@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 14 Nov 2002 17:46:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/zpygresqlda Makefile ports/databases/zpygresqlda/files patch-src::Makefile.pre.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/14 17:46:49 PST Modified files: databases/zpygresqlda Makefile Added files: databases/zpygresqlda/files patch-src::Makefile.pre.in Log: Make databases/zpygresqlda building again. Noticed on: bento Revision Changes Path 1.8 +1 -3 ports/databases/zpygresqlda/Makefile 1.1 +11 -0 ports/databases/zpygresqlda/files/patch-src::Makefile.pre.in (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 17:51:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FAD437B401; Thu, 14 Nov 2002 17:51:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00F9443E42; Thu, 14 Nov 2002 17:51:13 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF1mcmV014645; Thu, 14 Nov 2002 17:48:38 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF1mcKt014643; Thu, 14 Nov 2002 17:48:38 -0800 (PST) Message-Id: <200211150148.gAF1mcKt014643@repoman.freebsd.org> From: Alan Eldridge Date: Thu, 14 Nov 2002 17:48:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-File-Spec Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/11/14 17:48:38 PST Modified files: devel/p5-File-Spec Makefile Log: Revert my commit. I'm not leaving the tree with broken ports because of this issue. PR: 44719 Revision Changes Path 1.9 +1 -19 ports/devel/p5-File-Spec/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 18: 0: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D91B37B401; Thu, 14 Nov 2002 18:00:04 -0800 (PST) Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id F260B43E3B; Thu, 14 Nov 2002 18:00:03 -0800 (PST) (envelope-from archie@dellroad.org) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id RAA30108; Thu, 14 Nov 2002 17:49:22 -0800 (PST) Received: from arch20m.dellroad.org (localhost [127.0.0.1]) by arch20m.dellroad.org (8.12.6/8.12.6) with ESMTP id gAF1nLOS032634; Thu, 14 Nov 2002 17:49:21 -0800 (PST) (envelope-from archie@arch20m.dellroad.org) Received: (from archie@localhost) by arch20m.dellroad.org (8.12.6/8.12.6/Submit) id gAF1nLir032633; Thu, 14 Nov 2002 17:49:21 -0800 (PST) From: Archie Cobbs Message-Id: <200211150149.gAF1nLir032633@arch20m.dellroad.org> Subject: Re: cvs commit: src/lib/libc_r/uthread uthread_execve.c In-Reply-To: To: Daniel Eischen Date: Thu, 14 Nov 2002 17:49:21 -0800 (PST) Cc: Archie Cobbs , Archie Cobbs , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Daniel Eischen wrote: > > But it was harmless, right? I figured it fixes some corner case without > > causing any additional bugs so why not? > > Yes, but might help to hide what the real problem is (if there is one). The real problem is unsolvable, i.e., how does a libc_r program know which file descriptors might be shared with another process?? There's no way to know and DTRT in all circumstances. > > The real underlying problem doesn't seem solvable; I'd rather wait > > until libc_r is KSE'ified. > > I don't envision that. That's what libpthread is for. Death to > libc_r, death to them all... :-) Oops, that's what I meant.. libpthread (not libc_r). -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 18: 6:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDEA337B401; Thu, 14 Nov 2002 18:06:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88FF443E42; Thu, 14 Nov 2002 18:06:54 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF24JmV015859; Thu, 14 Nov 2002 18:04:20 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF24JiU015858; Thu, 14 Nov 2002 18:04:19 -0800 (PST) Message-Id: <200211150204.gAF24JiU015858@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 14 Nov 2002 18:04:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/sjog/files patch-setbrightness::Makefile.am patch-setbrightness::setbrightness.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/14 18:04:19 PST Modified files: sysutils/sjog/files patch-setbrightness::Makefile.am patch-setbrightness::setbrightness.c Log: Unbreak building of sysutils/sjog Noticed on: bento Revision Changes Path 1.2 +1 -2 ports/sysutils/sjog/files/patch-setbrightness::Makefile.am 1.3 +34 -39 ports/sysutils/sjog/files/patch-setbrightness::setbrightness.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 18:39:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFFCE37B401; Thu, 14 Nov 2002 18:39:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CFBF43E42; Thu, 14 Nov 2002 18:39:40 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF2b5mV018366; Thu, 14 Nov 2002 18:37:05 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF2b552018365; Thu, 14 Nov 2002 18:37:05 -0800 (PST) Message-Id: <200211150237.gAF2b552018365@repoman.freebsd.org> From: SADA Kenji Date: Thu, 14 Nov 2002 18:37:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ukrainian/aspell Makefile pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/14 18:37:05 PST Added files: ukrainian/aspell Makefile pkg-comment pkg-descr Log: Add uk/aspell -- New Ukrainian dictionary for Aspell. PR: ports/44246 Submitted by: Thierry Thomas Revision Changes Path 1.1 +17 -0 ports/ukrainian/aspell/Makefile (new) 1.1 +1 -0 ports/ukrainian/aspell/pkg-comment (new) 1.1 +3 -0 ports/ukrainian/aspell/pkg-descr (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 18:41:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 345D737B401; Thu, 14 Nov 2002 18:41:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAE7C43E75; Thu, 14 Nov 2002 18:41:18 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF2cimV018809; Thu, 14 Nov 2002 18:38:44 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF2cigE018808; Thu, 14 Nov 2002 18:38:44 -0800 (PST) Message-Id: <200211150238.gAF2cigE018808@repoman.freebsd.org> From: SADA Kenji Date: Thu, 14 Nov 2002 18:38:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ukrainian Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/14 18:38:44 PST Modified files: ukrainian Makefile Log: Activate ukrainian/aspell PR: ports/44246 Submitted by: Thierry Thomas Revision Changes Path 1.9 +1 -0 ports/ukrainian/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 18:43:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B80D37B401; Thu, 14 Nov 2002 18:43:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E49C43E75; Thu, 14 Nov 2002 18:43:20 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF2ejmV019140; Thu, 14 Nov 2002 18:40:45 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF2ejTP019139; Thu, 14 Nov 2002 18:40:45 -0800 (PST) Message-Id: <200211150240.gAF2ejTP019139@repoman.freebsd.org> From: SADA Kenji Date: Thu, 14 Nov 2002 18:40:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/14 18:40:45 PST Modified files: . modules Log: uk-aspell --> ports/ukrainian/aspell PR: ports/44246 Revision Changes Path 1.6241 +1 -0 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 Nov 14 18:51:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2201137B401; Thu, 14 Nov 2002 18:51:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C788843E4A; Thu, 14 Nov 2002 18:51:46 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF2nBmV019871; Thu, 14 Nov 2002 18:49:11 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF2nBw1019868; Thu, 14 Nov 2002 18:49:11 -0800 (PST) Message-Id: <200211150249.gAF2nBw1019868@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 14 Nov 2002 18:49:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gnome news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/14 18:49:11 PST Modified files: en/gnome news.xml Log: Fix a bogon in my XML on the latest news item. Submitted by: Koop Mast Revision Changes Path 1.24 +2 -3 www/en/gnome/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 19:20:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D1F337B401; Thu, 14 Nov 2002 19:20:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CCDE43E3B; Thu, 14 Nov 2002 19:20:25 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF3HomV021780; Thu, 14 Nov 2002 19:17:50 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF3Ho3H021778; Thu, 14 Nov 2002 19:17:50 -0800 (PST) Message-Id: <200211150317.gAF3Ho3H021778@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 14 Nov 2002 19:17:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gnomeutils2 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/14 19:17:50 PST Modified files: misc/gnomeutils2 Makefile distinfo Log: It seems the previous version of gnomeutils2-2.0.5 was not the right one. A new release has since been rolled that matches with the online release notes. A diff shows this to be accurate with what is on the official GNOME FTP site. Reported by: Edward Glowacki Revision Changes Path 1.55 +1 -0 ports/misc/gnomeutils2/Makefile 1.28 +1 -1 ports/misc/gnomeutils2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 19:43:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8402437B401; Thu, 14 Nov 2002 19:43:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F63343E77; Thu, 14 Nov 2002 19:43:29 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF3esmV024085; Thu, 14 Nov 2002 19:40:54 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF3esSL024084; Thu, 14 Nov 2002 19:40:54 -0800 (PST) Message-Id: <200211150340.gAF3esSL024084@repoman.freebsd.org> From: SADA Kenji Date: Thu, 14 Nov 2002 19:40:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile ports/textproc/el-aspell Makefile pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/14 19:40:54 PST Modified files: textproc Makefile Added files: textproc/el-aspell Makefile pkg-comment pkg-descr Log: Add new port: textproc/el-aspell -- New Greek dictionary for Aspell. PR: ports/44247 Submitted by: Thierry Thomas Revision Changes Path 1.451 +1 -0 ports/textproc/Makefile 1.1 +16 -0 ports/textproc/el-aspell/Makefile (new) 1.1 +1 -0 ports/textproc/el-aspell/pkg-comment (new) 1.1 +3 -0 ports/textproc/el-aspell/pkg-descr (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 19:46:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E57F37B401; Thu, 14 Nov 2002 19:46:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD03A43E42; Thu, 14 Nov 2002 19:46:20 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF3hjmV024168; Thu, 14 Nov 2002 19:43:45 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF3hjSv024167; Thu, 14 Nov 2002 19:43:45 -0800 (PST) Message-Id: <200211150343.gAF3hjSv024167@repoman.freebsd.org> From: SADA Kenji Date: Thu, 14 Nov 2002 19:43:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/14 19:43:45 PST Modified files: . modules Log: el-aspell --> ports/textproc/el-aspell PR: ports/44247 Revision Changes Path 1.6242 +1 -0 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 Nov 14 19:51:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68E9737B401; Thu, 14 Nov 2002 19:51:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 214F443E75; Thu, 14 Nov 2002 19:51:56 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF3nLmV024943; Thu, 14 Nov 2002 19:49:21 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF3nLOO024942; Thu, 14 Nov 2002 19:49:21 -0800 (PST) Message-Id: <200211150349.gAF3nLOO024942@repoman.freebsd.org> From: Alan Eldridge Date: Thu, 14 Nov 2002 19:49:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/scribus Makefile distinfo pkg-plist ports/print/scribus/files patch-scribus-libpdf-Makefile.in patch-scribus-libpostscript-Makefile.in patch-scribus-libprefs-Makefile.in patch-scribus-plugins-libchar-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/11/14 19:49:21 PST Modified files: print/scribus Makefile distinfo pkg-plist Added files: print/scribus/files patch-scribus-libpdf-Makefile.in patch-scribus-libpostscript-Makefile.in patch-scribus-libprefs-Makefile.in patch-scribus-plugins-libchar-Makefile.in Log: 1. Updated to 0.9.1. 2. Got it to build (ohh, the pain). 3. Give up maintainership because I don't have time to fight with it. Revision Changes Path 1.8 +13 -10 ports/print/scribus/Makefile 1.4 +1 -3 ports/print/scribus/distinfo 1.1 +11 -0 ports/print/scribus/files/patch-scribus-libpdf-Makefile.in (new) 1.1 +11 -0 ports/print/scribus/files/patch-scribus-libpostscript-Makefile.in (new) 1.1 +11 -0 ports/print/scribus/files/patch-scribus-libprefs-Makefile.in (new) 1.1 +11 -0 ports/print/scribus/files/patch-scribus-plugins-libchar-Makefile.in (new) 1.4 +15 -201 ports/print/scribus/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 Nov 14 20: 6:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB6B337B401; Thu, 14 Nov 2002 20:06:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8207643E77; Thu, 14 Nov 2002 20:06:09 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF43YmV026052; Thu, 14 Nov 2002 20:03:34 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF43YCK026051; Thu, 14 Nov 2002 20:03:34 -0800 (PST) Message-Id: <200211150403.gAF43YCK026051@repoman.freebsd.org> From: Alan Eldridge Date: Thu, 14 Nov 2002 20:03:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsbook Makefile ports/devel/invitation_to_ruby Makefile ports/devel/ptypes Makefile ports/devel/py-period Makefile ports/lang/cyclone Makefile ports/mail/archivemail Makefile ports/mail/gotmail Makefile ports/misc/kenny Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/11/14 20:03:34 PST Modified files: devel/cvsbook Makefile devel/invitation_to_ruby Makefile devel/ptypes Makefile devel/py-period Makefile lang/cyclone Makefile mail/archivemail Makefile mail/gotmail Makefile misc/kenny Makefile print/envelope Makefile sysutils/tree Makefile textproc/aft Makefile www/quanta Makefile Log: Give up maintainership of these ports since I don't have time. Quanta goes to kde@, all the rest are up for grabs to the most masochistic bidder. Revision Changes Path 1.4 +1 -1 ports/devel/cvsbook/Makefile 1.5 +1 -1 ports/devel/invitation_to_ruby/Makefile 1.12 +1 -1 ports/devel/ptypes/Makefile 1.4 +1 -1 ports/devel/py-period/Makefile 1.8 +1 -1 ports/lang/cyclone/Makefile 1.10 +1 -1 ports/mail/archivemail/Makefile 1.8 +1 -1 ports/mail/gotmail/Makefile 1.7 +1 -1 ports/misc/kenny/Makefile 1.5 +1 -1 ports/print/envelope/Makefile 1.5 +1 -1 ports/sysutils/tree/Makefile 1.4 +1 -1 ports/textproc/aft/Makefile 1.26 +1 -1 ports/www/quanta/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 20:15:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F81F37B401; Thu, 14 Nov 2002 20:15:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3372243E75; Thu, 14 Nov 2002 20:15:22 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF4ClmV026881; Thu, 14 Nov 2002 20:12:47 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF4Cl88026880; Thu, 14 Nov 2002 20:12:47 -0800 (PST) Message-Id: <200211150412.gAF4Cl88026880@repoman.freebsd.org> From: SADA Kenji Date: Thu, 14 Nov 2002 20:12:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/14 20:12:47 PST Modified files: textproc Makefile Log: New port textproc/cy-aspell: aspell with Welsh dictionary. PR: ports/44248 Submitted by: Thierry Thomas Revision Changes Path 1.452 +1 -0 ports/textproc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 20:17:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A15D537B401; Thu, 14 Nov 2002 20:17:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5624043E42; Thu, 14 Nov 2002 20:17:47 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF4FCmV026970; Thu, 14 Nov 2002 20:15:12 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF4FCIg026969; Thu, 14 Nov 2002 20:15:12 -0800 (PST) Message-Id: <200211150415.gAF4FCIg026969@repoman.freebsd.org> From: SADA Kenji Date: Thu, 14 Nov 2002 20:15:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/14 20:15:12 PST Modified files: . modules Log: cy-aspell --> ports/textproc/cy-aspell PR: ports/44248 Revision Changes Path 1.6243 +1 -0 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 Nov 14 20:54:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84C5C37B401; Thu, 14 Nov 2002 20:54:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36DBC43E9E; Thu, 14 Nov 2002 20:54:56 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF4qLmV030135; Thu, 14 Nov 2002 20:52:21 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF4qKSI030134; Thu, 14 Nov 2002 20:52:20 -0800 (PST) Message-Id: <200211150452.gAF4qKSI030134@repoman.freebsd.org> From: Norikatsu Shigemura Date: Thu, 14 Nov 2002 20:52:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/liveMedia Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nork 2002/11/14 20:52:20 PST Modified files: net/liveMedia Makefile distinfo pkg-plist Log: Update to 2002.11.14. Revision Changes Path 1.7 +3 -1 ports/net/liveMedia/Makefile 1.6 +1 -1 ports/net/liveMedia/distinfo 1.3 +2 -0 ports/net/liveMedia/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 Nov 14 21:29:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF67137B401; Thu, 14 Nov 2002 21:29:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 720BC43E42; Thu, 14 Nov 2002 21:29:18 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF5QhmV032650; Thu, 14 Nov 2002 21:26:43 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF5QhYX032649; Thu, 14 Nov 2002 21:26:43 -0800 (PST) Message-Id: <200211150526.gAF5QhYX032649@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 14 Nov 2002 21:26:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mbone/rat30/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/14 21:26:43 PST Removed files: mbone/rat30/files patch-ac Log: Made mbone/rat compiling again (double patch-file) Noticed on: bento Revision Changes Path 1.2 +0 -53 ports/mbone/rat30/files/patch-ac (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 21:40:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C82D37B401; Thu, 14 Nov 2002 21:40:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38F4443E6E; Thu, 14 Nov 2002 21:40:13 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF5bbmV033516; Thu, 14 Nov 2002 21:37:37 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF5bbPn033515; Thu, 14 Nov 2002 21:37:37 -0800 (PST) Message-Id: <200211150537.gAF5bbPn033515@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 14 Nov 2002 21:37:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/anjuta Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/14 21:37:37 PST Modified files: devel/anjuta Makefile Log: Replace gnomelibs with gnomeprint as dependency to make it building again. Noticed on: bento Revision Changes Path 1.10 +1 -1 ports/devel/anjuta/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 22:25: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90AD437B401; Thu, 14 Nov 2002 22:24:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 436EC43E4A; Thu, 14 Nov 2002 22:24:59 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF6MNmV038680; Thu, 14 Nov 2002 22:22:23 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF6MNBb038679; Thu, 14 Nov 2002 22:22:23 -0800 (PST) Message-Id: <200211150622.gAF6MNBb038679@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 14 Nov 2002 22:22:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/glabels Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/14 22:22:23 PST Modified files: deskutils/glabels Makefile Log: Add libgnomeui-2.0 to LIB_DEPEND. Spotted by: bento Revision Changes Path 1.4 +2 -1 ports/deskutils/glabels/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 22:29:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BDB437B401; Thu, 14 Nov 2002 22:29:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D255C43E6E; Thu, 14 Nov 2002 22:29:10 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF6QZmV039717; Thu, 14 Nov 2002 22:26:35 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF6QZx7039716; Thu, 14 Nov 2002 22:26:35 -0800 (PST) Message-Id: <200211150626.gAF6QZx7039716@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 14 Nov 2002 22:26:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtk-xfce-engine Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/14 22:26:35 PST Modified files: x11-toolkits/gtk-xfce-engine Makefile Log: Added gtk-x11-2.0.0 to LIB_DEPENDS to make it building again. Noticed on: bento Revision Changes Path 1.2 +2 -0 ports/x11-toolkits/gtk-xfce-engine/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 23: 5:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27AA237B401; Thu, 14 Nov 2002 23:05:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCF8B43E3B; Thu, 14 Nov 2002 23:05:36 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF731mV047169; Thu, 14 Nov 2002 23:03:01 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF731Sx047168; Thu, 14 Nov 2002 23:03:01 -0800 (PST) Message-Id: <200211150703.gAF731Sx047168@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 14 Nov 2002 23:03:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/ical/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/14 23:03:01 PST Added files: deskutils/ical/files patch-configure Log: Make desktutils/ical building again. This was a tricky thing and I suspect this is caused by the new tcl83 package rolled out. What happens is that lib/tcl8.3/tclConfig.sh has this line in it: TCL_LIB_FILE='libtcl83${TCL_DBGX}.so.1' The single ticks TCL_DBGX not to be expanded, that's okay. But the configure-script didn't evaluate the variable once it got it from the tclConfig.sh script. Noticed by: bento Revision Changes Path 1.1 +11 -0 ports/deskutils/ical/files/patch-configure (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 23:13:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52EFB37B401; Thu, 14 Nov 2002 23:13:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03AC343E75; Thu, 14 Nov 2002 23:13:45 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF7B9mV048114; Thu, 14 Nov 2002 23:11:09 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF7B9wx048113; Thu, 14 Nov 2002 23:11:09 -0800 (PST) Message-Id: <200211150711.gAF7B9wx048113@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 14 Nov 2002 23:11:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/medusa/files patch-medusa-idled_medusa-idled.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/14 23:11:09 PST Added files: sysutils/medusa/files patch-medusa-idled_medusa-idled.c Log: Fix build on -CURRENT. Submitted by: bento Revision Changes Path 1.1 +16 -0 ports/sysutils/medusa/files/patch-medusa-idled_medusa-idled.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 23:16:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 774CD37B401; Thu, 14 Nov 2002 23:16:48 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-146.dsl.lsan03.pacbell.net [63.207.60.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFDD243E6E; Thu, 14 Nov 2002 23:16:47 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 208CA66D9C; Thu, 14 Nov 2002 23:16:47 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 2D52E124D; Thu, 14 Nov 2002 23:19:27 -0800 (PST) Date: Thu, 14 Nov 2002 23:19:27 -0800 From: Kris Kennaway To: Joe Marcus Clarke Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/medusa/files patch-medusa-idled_medusa-idled.c Message-ID: <20021115071927.GA14368@rot13.obsecurity.org> References: <200211150711.gAF7B9wx048113@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tThc/1wpZn/ma/RB" Content-Disposition: inline In-Reply-To: <200211150711.gAF7B9wx048113@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 14, 2002 at 11:11:09PM -0800, Joe Marcus Clarke wrote: > marcus 2002/11/14 23:11:09 PST >=20 > Added files: > sysutils/medusa/files patch-medusa-idled_medusa-idled.c=20 > Log: > Fix build on -CURRENT. Thanks..one more down! Kris --tThc/1wpZn/ma/RB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE91J/+Wry0BWjoQKURAsW7AJ4owylNGU0Q/lOWsKJsAY3kEEEV2gCeIh9/ fpB3zqNlsWi+RY44xmPD2Yw= =y8CE -----END PGP SIGNATURE----- --tThc/1wpZn/ma/RB-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 23:24:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD99D37B401; Thu, 14 Nov 2002 23:24:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9181F43E4A; Thu, 14 Nov 2002 23:24:48 -0800 (PST) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF7MCmV049047; Thu, 14 Nov 2002 23:22:12 -0800 (PST) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF7MCGS049046; Thu, 14 Nov 2002 23:22:12 -0800 (PST) Message-Id: <200211150722.gAF7MCGS049046@repoman.freebsd.org> From: Udo Erdelhoff Date: Thu, 14 Nov 2002 23:22:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/errata article.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2002/11/14 23:22:12 PST Modified files: (Branch: RELENG_4) release/doc/en_US.ISO8859-1/errata article.sgml Log: Add a missing word Revision Changes Path 1.1.2.90 +1 -1 src/release/doc/en_US.ISO8859-1/errata/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Nov 14 23:54:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C2BC37B401; Thu, 14 Nov 2002 23:54:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4012F43E75; Thu, 14 Nov 2002 23:54:51 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF7qFmV051785; Thu, 14 Nov 2002 23:52:15 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF7qFoe051784; Thu, 14 Nov 2002 23:52:15 -0800 (PST) Message-Id: <200211150752.gAF7qFoe051784@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 14 Nov 2002 23:52:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/gnomepim Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/14 23:52:15 PST Modified files: deskutils/gnomepim Makefile Log: Add a BUILD_DEPENDS on gm4 which fixes a neat build problem on bento. Submitted by: bento and ktrace Revision Changes Path 1.46 +2 -0 ports/deskutils/gnomepim/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 0:18:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2DA337B401; Fri, 15 Nov 2002 00:18:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E9F843E6E; Fri, 15 Nov 2002 00:18:26 -0800 (PST) (envelope-from fjoe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF8FomV053758; Fri, 15 Nov 2002 00:15:50 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF8FosR053757; Fri, 15 Nov 2002 00:15:50 -0800 (PST) Message-Id: <200211150815.gAF8FosR053757@repoman.freebsd.org> From: Max Khon Date: Fri, 15 Nov 2002 00:15:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ysm Makefile distinfo ports/net/ysm/files patch-YSM_Network.c patch-YSM_ToolBox.c patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fjoe 2002/11/15 00:15:50 PST Modified files: net/ysm Makefile distinfo Added files: net/ysm/files patch-YSM_Network.c patch-YSM_ToolBox.c Removed files: net/ysm/files patch-configure Log: - implement charset conversion for offline messages - USE_BZIP2 Submitted by: MAINTAINER Revision Changes Path 1.4 +5 -4 ports/net/ysm/Makefile 1.3 +1 -1 ports/net/ysm/distinfo 1.1 +40 -0 ports/net/ysm/files/patch-YSM_Network.c (new) 1.1 +11 -0 ports/net/ysm/files/patch-YSM_ToolBox.c (new) 1.2 +0 -11 ports/net/ysm/files/patch-configure (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 0:29:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB44337B401; Fri, 15 Nov 2002 00:29:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 809EA43E75; Fri, 15 Nov 2002 00:29:12 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF8QamV054683; Fri, 15 Nov 2002 00:26:36 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF8QaNN054682; Fri, 15 Nov 2002 00:26:36 -0800 (PST) Message-Id: <200211150826.gAF8QaNN054682@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 15 Nov 2002 00:26:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults rc.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/11/15 00:26:36 PST Modified files: etc/defaults rc.conf Log: Fixed two typos in comments. Revision Changes Path 1.163 +2 -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 Fri Nov 15 0:59: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 523A737B401; Fri, 15 Nov 2002 00:59:07 -0800 (PST) Received: from critter.freebsd.dk (host30-212.bsdcon.customer.bit.nl [213.136.30.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86AF143E75; Fri, 15 Nov 2002 00:59:00 -0800 (PST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id gAF8wePE004745; Fri, 15 Nov 2002 09:58:41 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Sam Leffler Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/an if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c src/sys/dev/ar if_ar.c src/sys/dev/awi awi.c if_awi_pccard.c src/sys/dev/bge if_bge.c if_bgereg.h src/sys/dev/cm smc90cx6.c src/sys/dev/cnw if_cnw.c src/sys/dev/cs ... In-Reply-To: Your message of "Thu, 14 Nov 2002 15:54:55 PST." <200211142354.gAENstXE004776@repoman.freebsd.org> Date: Fri, 15 Nov 2002 09:58:40 +0100 Message-ID: <4744.1037350720@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200211142354.gAENstXE004776@repoman.freebsd.org>, Sam Leffler write s: >sam 2002/11/14 15:54:55 PST > > Modified files: > sys/dev/an if_an.c if_an_isa.c if_an_pccard.c > if_an_pci.c > sys/dev/ar if_ar.c [...] Bravo! -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 0:59:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E94A137B401; Fri, 15 Nov 2002 00:59:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F10A43E6E; Fri, 15 Nov 2002 00:59:14 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAF8ucmV057505; Fri, 15 Nov 2002 00:56:38 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAF8uchu057504; Fri, 15 Nov 2002 00:56:38 -0800 (PST) Message-Id: <200211150856.gAF8uchu057504@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 15 Nov 2002 00:56:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/screem Makefile distinfo pkg-plist ports/www/screem/files patch-ab patch-plugins::mailWizard::mailWizard.c patch-plugins::uploadWizard::Makefile.in patch-plugins::uploadWizard::uploadWizard.c patch-plugins_uploadWizard_Makefile.in patch-src_fileops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/15 00:56:38 PST Modified files: www/screem Makefile distinfo pkg-plist www/screem/files patch-ab Added files: www/screem/files patch-plugins_uploadWizard_Makefile.in patch-src_fileops.c Removed files: www/screem/files patch-plugins::mailWizard::mailWizard.c patch-plugins::uploadWizard::Makefile.in patch-plugins::uploadWizard::uploadWizard.c Log: Update to 0.5.5 which makes screem a GNOME 2 app. Yay! PR: 45302 Submitted by: maintainer Revision Changes Path 1.29 +12 -12 ports/www/screem/Makefile 1.9 +1 -2 ports/www/screem/distinfo 1.7 +9 -26 ports/www/screem/files/patch-ab 1.2 +0 -15 ports/www/screem/files/patch-plugins::mailWizard::mailWizard.c (dead) 1.2 +0 -14 ports/www/screem/files/patch-plugins::uploadWizard::Makefile.in (dead) 1.2 +0 -13 ports/www/screem/files/patch-plugins::uploadWizard::uploadWizard.c (dead) 1.1 +11 -0 ports/www/screem/files/patch-plugins_uploadWizard_Makefile.in (new) 1.1 +31 -0 ports/www/screem/files/patch-src_fileops.c (new) 1.11 +97 -234 ports/www/screem/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 1: 9: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2B2C37B401; Fri, 15 Nov 2002 01:09:04 -0800 (PST) Received: from mailhub.fokus.gmd.de (mailhub.fokus.gmd.de [193.174.154.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFBF943E6E; Fri, 15 Nov 2002 01:09:02 -0800 (PST) (envelope-from brandt@fokus.gmd.de) Received: from beagle (beagle [193.175.132.100]) by mailhub.fokus.gmd.de (8.11.6/8.11.6) with ESMTP id gAF98ew20107; Fri, 15 Nov 2002 10:08:40 +0100 (MET) Date: Fri, 15 Nov 2002 10:08:40 +0100 (CET) From: Harti Brandt To: Matthew Dillon Cc: "M. Warner Losh" , , , , , Subject: Re: cvs commit: src/bin/sleep sleep.c In-Reply-To: <200211142257.gAEMvdxX071776@apollo.backplane.com> Message-ID: <20021115100434.O2812-100000@beagle.fokus.gmd.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 14 Nov 2002, Matthew Dillon wrote: MD> Why not create a mini-libc? No language-aware character conversions, MD> no efficient string or memory functions, no floating point. Just a basic MD> implementation of the core functionality required for stdio, malloc, MD> *printf(), string functions, and system calls (which will simply be MD> borrowed from libc), sufficient for simple binaries. It could be made MD> compatible with our standard includes (structural bloat != code bloat, MD> so who cares). The problem with this is that users needing the language support will be faced with having part of the base system utilities (those in /usr/bin) beeing language-aware and part (those in /bin) not. They will need to rebuild the system after they have installed it (and after twiddling with the configuration). This will be rather confusing. harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.gmd.de, brandt@fokus.fhg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 1:45: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12EA637B404; Fri, 15 Nov 2002 01:45:00 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D41F43E4A; Fri, 15 Nov 2002 01:45:00 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.5/8.12.5) with ESMTP id gAF9irFC003001; Fri, 15 Nov 2002 01:44:53 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.5/8.12.5/Submit) id gAF9irxa003000; Fri, 15 Nov 2002 01:44:53 -0800 (PST) (envelope-from dillon) Date: Fri, 15 Nov 2002 01:44:53 -0800 (PST) From: Matthew Dillon Message-Id: <200211150944.gAF9irxa003000@apollo.backplane.com> To: Harti Brandt Cc: "M. Warner Losh" , , , , , Subject: Re: cvs commit: src/bin/sleep sleep.c References: <20021115100434.O2812-100000@beagle.fokus.gmd.de> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I think you are missing the point. If you need language support, the program should not be compiled with a mini C library. It's that simple. Consider: Does /bin/sleep need language support? -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 2: 2:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A36A337B401; Fri, 15 Nov 2002 02:02:14 -0800 (PST) Received: from mailhub.fokus.gmd.de (mailhub.fokus.gmd.de [193.174.154.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5FDC43E9C; Fri, 15 Nov 2002 02:02:12 -0800 (PST) (envelope-from brandt@fokus.gmd.de) Received: from beagle (beagle [193.175.132.100]) by mailhub.fokus.gmd.de (8.11.6/8.11.6) with ESMTP id gAFA24w27271; Fri, 15 Nov 2002 11:02:04 +0100 (MET) Date: Fri, 15 Nov 2002 11:02:04 +0100 (CET) From: Harti Brandt To: Matthew Dillon Cc: Harti Brandt , "M. Warner Losh" , , , , , Subject: Re: cvs commit: src/bin/sleep sleep.c In-Reply-To: <200211150944.gAF9irxa003000@apollo.backplane.com> Message-ID: <20021115105019.C2812-100000@beagle.fokus.gmd.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 15 Nov 2002, Matthew Dillon wrote: MD> I think you are missing the point. If you need language support, MD> the program should not be compiled with a mini C library. It's MD> that simple. MD> MD> Consider: Does /bin/sleep need language support? As sleep currently stands it has a hard coded decimal point '.' and it has an english usage message. This may and probably should change (esp. the '.'). Then it will need language support. You can of course always say: if you're gonna use Unix you should speak english... (Personally, I never change my language settings away from the default (english) settings and don't want my error messages in my local language, but I know, there are people that care, because they have *real* users). I did not look through the programs in /bin, but I expect all of them have at least a usage(). harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.gmd.de, brandt@fokus.fhg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 2:14:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58C4937B401; Fri, 15 Nov 2002 02:14:09 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0C0B43E42; Fri, 15 Nov 2002 02:14:08 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.5/8.12.5) with ESMTP id gAFAE1FC007787; Fri, 15 Nov 2002 02:14:01 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.5/8.12.5/Submit) id gAFAE1d3007786; Fri, 15 Nov 2002 02:14:01 -0800 (PST) (envelope-from dillon) Date: Fri, 15 Nov 2002 02:14:01 -0800 (PST) From: Matthew Dillon Message-Id: <200211151014.gAFAE1d3007786@apollo.backplane.com> To: Harti Brandt Cc: Harti Brandt , "M. Warner Losh" , , , , , Subject: Re: cvs commit: src/bin/sleep sleep.c References: <20021115105019.C2812-100000@beagle.fokus.gmd.de> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I don't see how this has anything to do with a mini-c library. You seem to be proposing that every program in bin be rewritten to support multiple languages. That is a totally separate issue. I am not proposing that the use of a mini-c library cause program output to be different then it would be with libc. If at some future date someone wishes to put in serious multi-language support then those programs would simply not be compiled with a mini-c or, alternatively, one could have a make.conf variable to enable or disable the mini-c mode, or set a particular language statically for mini-c. Either way this line of thought has nothing to do with my current mini-c proposal. -Matt : :On Fri, 15 Nov 2002, Matthew Dillon wrote: : :MD> I think you are missing the point. If you need language support, :MD> the program should not be compiled with a mini C library. It's :MD> that simple. :MD> :MD> Consider: Does /bin/sleep need language support? : :As sleep currently stands it has a hard coded decimal point '.' and it has :an english usage message. This may and probably should change (esp. the :'.'). Then it will need language support. You can of course always say: if :you're gonna use Unix you should speak english... (Personally, I never :change my language settings away from the default (english) settings and :don't want my error messages in my local language, but I know, there are :people that care, because they have *real* users). : :I did not look through the programs in /bin, but I expect all of them :have at least a usage(). : :harti :-- :harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private : brandt@fokus.gmd.de, brandt@fokus.fhg.de : Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 2:19:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B15937B401; Fri, 15 Nov 2002 02:19:53 -0800 (PST) Received: from mailhub.fokus.gmd.de (mailhub.fokus.gmd.de [193.174.154.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EF0143E42; Fri, 15 Nov 2002 02:19:51 -0800 (PST) (envelope-from brandt@fokus.gmd.de) Received: from beagle (beagle [193.175.132.100]) by mailhub.fokus.gmd.de (8.11.6/8.11.6) with ESMTP id gAFAJiw29561; Fri, 15 Nov 2002 11:19:44 +0100 (MET) Date: Fri, 15 Nov 2002 11:19:44 +0100 (CET) From: Harti Brandt To: Matthew Dillon Cc: Harti Brandt , "M. Warner Losh" , , , , , Subject: Re: cvs commit: src/bin/sleep sleep.c In-Reply-To: <200211151014.gAFAE1d3007786@apollo.backplane.com> Message-ID: <20021115111704.B2812-100000@beagle.fokus.gmd.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 15 Nov 2002, Matthew Dillon wrote: MD> I don't see how this has anything to do with a mini-c library. You MD> seem to be proposing that every program in bin be rewritten to MD> support multiple languages. That is a totally separate issue. I MD> am not proposing that the use of a mini-c library cause program MD> output to be different then it would be with libc. If at some future MD> date someone wishes to put in serious multi-language support then MD> those programs would simply not be compiled with a mini-c or, MD> alternatively, one could have a make.conf variable to enable or MD> disable the mini-c mode, or set a particular language statically MD> for mini-c. Either way this line of thought has nothing to do with MD> my current mini-c proposal. Part of your proposal is to build the mini-c without language support. So you are going to do a change, that in the future has simply to be reverted step by step. I can't see how this buys us anything. harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.gmd.de, brandt@fokus.fhg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 2:21: 0 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A417337B401; Fri, 15 Nov 2002 02:20:58 -0800 (PST) Received: from hamberg.it.uu.se (hamberg.it.uu.se [130.238.9.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3C8343E9C; Fri, 15 Nov 2002 02:20:55 -0800 (PST) (envelope-from ertr1013@csd.uu.se) Received: (from ertr1013@localhost) by hamberg.it.uu.se (8.8.5/8.8.5) id LAA24723; Fri, 15 Nov 2002 11:20:35 +0100 (MET) Date: Fri, 15 Nov 2002 11:20:35 +0100 From: Erik Trulsson To: Harti Brandt Cc: Matthew Dillon , "M. Warner Losh" , sobomax@FreeBSD.ORG, silby@silby.com, njl@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: Re: cvs commit: src/bin/sleep sleep.c Message-ID: <20021115102034.GA19384@student.uu.se> References: <200211150944.gAF9irxa003000@apollo.backplane.com> <20021115105019.C2812-100000@beagle.fokus.gmd.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021115105019.C2812-100000@beagle.fokus.gmd.de> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Nov 15, 2002 at 11:02:04AM +0100, Harti Brandt wrote: > On Fri, 15 Nov 2002, Matthew Dillon wrote: > > MD> I think you are missing the point. If you need language support, > MD> the program should not be compiled with a mini C library. It's > MD> that simple. > MD> > MD> Consider: Does /bin/sleep need language support? > > As sleep currently stands it has a hard coded decimal point '.' and it has > an english usage message. This may and probably should change (esp. the > '.'). Then it will need language support. You can of course always say: if The '.' should *NOT* change. If it became locale-dependent, then any scripts that use sleep(1) would behave differently depending on the locale used. I would consider that to be a Bad Thing. You might as well change the name of the sleep(1) command itself to whatever it would be in the local language, which would make it somewhat non-trivial to write portable scripts. > you're gonna use Unix you should speak english... (Personally, I never > change my language settings away from the default (english) settings and > don't want my error messages in my local language, but I know, there are > people that care, because they have *real* users). This I agree with. > > I did not look through the programs in /bin, but I expect all of them > have at least a usage(). -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 2:29:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EC7437B404; Fri, 15 Nov 2002 02:29:17 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B76B43E75; Fri, 15 Nov 2002 02:29:17 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.5/8.12.5) with ESMTP id gAFATBFC008077; Fri, 15 Nov 2002 02:29:11 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.5/8.12.5/Submit) id gAFATBmQ008076; Fri, 15 Nov 2002 02:29:11 -0800 (PST) (envelope-from dillon) Date: Fri, 15 Nov 2002 02:29:11 -0800 (PST) From: Matthew Dillon Message-Id: <200211151029.gAFATBmQ008076@apollo.backplane.com> To: Harti Brandt Cc: "M. Warner Losh" , , , , , Subject: Re: cvs commit: src/bin/sleep sleep.c References: <20021115111704.B2812-100000@beagle.fokus.gmd.de> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :Part of your proposal is to build the mini-c without language support. So :you are going to do a change, that in the future has simply to be reverted :step by step. I can't see how this buys us anything. : :harti :-- :harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private I think you are missing the whole point of having a mini-c. And I also do not agree with you *AT ALL* in regards to anything having to be reverted. Mini-C by necessity would exist for those people who want a tiny /bin. You don't have to use it. Nor is Mini-C necessarily limited to English. It may be necessary for specific support to be added for othe country's (to support ctype.h which is the only thing in mini-c that has language dependancies), but again the whole point is to create a mechanism that allows people to crunch down their /bin and /sbin if they want to. You obviously don't want to crunch down your /bin and /sbin, so its no skin off your nose. Stop complaining. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 2:31:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE37537B401; Fri, 15 Nov 2002 02:31:36 -0800 (PST) Received: from mailhub.fokus.gmd.de (mailhub.fokus.gmd.de [193.174.154.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F76B43E6E; Fri, 15 Nov 2002 02:31:35 -0800 (PST) (envelope-from brandt@fokus.gmd.de) Received: from beagle (beagle [193.175.132.100]) by mailhub.fokus.gmd.de (8.11.6/8.11.6) with ESMTP id gAFAVQw01396; Fri, 15 Nov 2002 11:31:26 +0100 (MET) Date: Fri, 15 Nov 2002 11:31:26 +0100 (CET) From: Harti Brandt To: Erik Trulsson Cc: Matthew Dillon , "M. Warner Losh" , , , , , Subject: Re: Re: cvs commit: src/bin/sleep sleep.c In-Reply-To: <20021115102034.GA19384@student.uu.se> Message-ID: <20021115112116.V2812-100000@beagle.fokus.gmd.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 15 Nov 2002, Erik Trulsson wrote: ET>On Fri, Nov 15, 2002 at 11:02:04AM +0100, Harti Brandt wrote: ET>> On Fri, 15 Nov 2002, Matthew Dillon wrote: ET>> ET>> MD> I think you are missing the point. If you need language support, ET>> MD> the program should not be compiled with a mini C library. It's ET>> MD> that simple. ET>> MD> ET>> MD> Consider: Does /bin/sleep need language support? ET>> ET>> As sleep currently stands it has a hard coded decimal point '.' and it has ET>> an english usage message. This may and probably should change (esp. the ET>> '.'). Then it will need language support. You can of course always say: if ET> ET>The '.' should *NOT* change. If it became locale-dependent, then any ET>scripts that use sleep(1) would behave differently depending on the locale ET>used. I would consider that to be a Bad Thing. You might as well change ET>the name of the sleep(1) command itself to whatever it would be in the ET>local language, which would make it somewhat non-trivial to write portable ET>scripts. Scripts depending on an utility operating in the C locale MUST set the locale to C before calling that utility. Scripts failing to do this are not portable and are inherently local dependent. harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.gmd.de, brandt@fokus.fhg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 2:36:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4F7737B401; Fri, 15 Nov 2002 02:36:11 -0800 (PST) Received: from mailhub.fokus.gmd.de (mailhub.fokus.gmd.de [193.174.154.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45ABB43E75; Fri, 15 Nov 2002 02:36:09 -0800 (PST) (envelope-from brandt@fokus.gmd.de) Received: from beagle (beagle [193.175.132.100]) by mailhub.fokus.gmd.de (8.11.6/8.11.6) with ESMTP id gAFAa3w02219; Fri, 15 Nov 2002 11:36:03 +0100 (MET) Date: Fri, 15 Nov 2002 11:36:03 +0100 (CET) From: Harti Brandt To: Matthew Dillon Cc: "M. Warner Losh" , , , , , Subject: Re: cvs commit: src/bin/sleep sleep.c In-Reply-To: <200211151029.gAFATBmQ008076@apollo.backplane.com> Message-ID: <20021115113158.K2812-100000@beagle.fokus.gmd.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 15 Nov 2002, Matthew Dillon wrote: MD> I think you are missing the whole point of having a mini-c. And I also MD> do not agree with you *AT ALL* in regards to anything having to be MD> reverted. Mini-C by necessity would exist for those people who want MD> a tiny /bin. You don't have to use it. Nor is Mini-C necessarily MD> limited to English. It may be necessary for specific support to be MD> added for othe country's (to support ctype.h which is the only thing MD> in mini-c that has language dependancies), but again the whole point MD> is to create a mechanism that allows people to crunch down their MD> /bin and /sbin if they want to. MD> MD> You obviously don't want to crunch down your /bin and /sbin, so MD> its no skin off your nose. Stop complaining. As the discussion goes, it is about make /bin tinier. Nobody said, that this is just for those who want it. My impression is that this is going to be a default. harti -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.gmd.de, brandt@fokus.fhg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 2:46:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4CD237B414; Fri, 15 Nov 2002 02:46:17 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63E7F43E3B; Fri, 15 Nov 2002 02:46:17 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.5/8.12.5) with ESMTP id gAFAkAFC008322; Fri, 15 Nov 2002 02:46:10 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.5/8.12.5/Submit) id gAFAkAtg008321; Fri, 15 Nov 2002 02:46:10 -0800 (PST) (envelope-from dillon) Date: Fri, 15 Nov 2002 02:46:10 -0800 (PST) From: Matthew Dillon Message-Id: <200211151046.gAFAkAtg008321@apollo.backplane.com> To: Harti Brandt Cc: "M. Warner Losh" , , , , , Subject: Re: cvs commit: src/bin/sleep sleep.c References: <20021115113158.K2812-100000@beagle.fokus.gmd.de> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG : :As the discussion goes, it is about make /bin tinier. Nobody said, that :this is just for those who want it. My impression is that :this is going to be a default. : :harti :-- :harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private : brandt@fokus.gmd.de, brandt@fokus.fhg.de Well, IMHO, I would simply be happy with a make.conf option. If someone else wants to debate making it the default that is out of my hands. Other people can argue over that. My interest is solely in adding the support for the capability. As someone mentioned before, there are a lot of uses for something like this. PicoBSD could use it, for example. I would probably not use it for real machines but I sure as hell would use it for CF-booting turnkey systems. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 3:22:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 293CB37B401; Fri, 15 Nov 2002 03:22:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0BCC43E3B; Fri, 15 Nov 2002 03:22:57 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFBKLmV071083; Fri, 15 Nov 2002 03:20:21 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFBKL6D071082; Fri, 15 Nov 2002 03:20:21 -0800 (PST) Message-Id: <200211151120.gAFBKL6D071082@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 15 Nov 2002 03:20:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/xmlenc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/11/15 03:20:21 PST Modified files: textproc/xmlenc Makefile distinfo Log: Upgrade to 0.12. Revision Changes Path 1.7 +1 -1 ports/textproc/xmlenc/Makefile 1.6 +1 -1 ports/textproc/xmlenc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 3:40:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17A1A37B401; Fri, 15 Nov 2002 03:40:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC39243E4A; Fri, 15 Nov 2002 03:40:52 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFBcGmV072417; Fri, 15 Nov 2002 03:38:16 -0800 (PST) (envelope-from sheldonh@repoman.freebsd.org) Received: (from sheldonh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFBcFUx072415; Fri, 15 Nov 2002 03:38:15 -0800 (PST) Message-Id: <200211151138.gAFBcFUx072415@repoman.freebsd.org> From: Sheldon Hearn Date: Fri, 15 Nov 2002 03:38:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/find find.1 find.h function.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2002/11/15 03:38:15 PST Modified files: (Branch: RELENG_4) usr.bin/find find.1 find.h function.c Log: MFC: allow time units in arguments to -[acm]time options rev 1.39 src/usr.bin/find/find.1 rev 1.13 src/usr.bin/find/find.h rev 1.34 src/usr.bin/find/function.c Revision Changes Path 1.23.2.19 +61 -6 src/usr.bin/find/find.1 1.6.2.7 +2 -1 src/usr.bin/find/find.h 1.22.2.11 +104 -12 src/usr.bin/find/function.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 4:13:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B04A37B401; Fri, 15 Nov 2002 04:13:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C26A343E4A; Fri, 15 Nov 2002 04:13:22 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFCAkmV075664; Fri, 15 Nov 2002 04:10:46 -0800 (PST) (envelope-from phantom@repoman.freebsd.org) Received: (from phantom@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFCAjOx075663; Fri, 15 Nov 2002 04:10:45 -0800 (PST) Message-Id: <200211151210.gAFCAjOx075663@repoman.freebsd.org> From: Alexey Zelkin Date: Fri, 15 Nov 2002 04:10:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/java/dists 14.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phantom 2002/11/15 04:10:45 PST Added files: en/java/dists 14.sgml Log: Say hello to JDK 1.4 port page Revision Changes Path 1.1 +27 -0 www/en/java/dists/14.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 4:23: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1218837B401; Fri, 15 Nov 2002 04:23:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3C4F43E3B; Fri, 15 Nov 2002 04:23:01 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFCKOmV076603; Fri, 15 Nov 2002 04:20:24 -0800 (PST) (envelope-from phantom@repoman.freebsd.org) Received: (from phantom@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFCKOTI076602; Fri, 15 Nov 2002 04:20:24 -0800 (PST) Message-Id: <200211151220.gAFCKOTI076602@repoman.freebsd.org> From: Alexey Zelkin Date: Fri, 15 Nov 2002 04:20:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/java index.sgml newsflash.sgml www/en/java/dists Makefile index.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phantom 2002/11/15 04:20:24 PST Modified files: en/java index.sgml newsflash.sgml en/java/dists Makefile index.sgml Log: Well, announce a first patchset for Sun JDK 1.4.0. Time to wake up folks :) Committed from: Terminal room at EuroBSD Conference'2002 Revision Changes Path 1.5 +2 -1 www/en/java/dists/Makefile 1.6 +4 -1 www/en/java/dists/index.sgml 1.14 +2 -1 www/en/java/index.sgml 1.30 +9 -1 www/en/java/newsflash.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 5:17:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 361F837B401; Fri, 15 Nov 2002 05:17:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD44143E4A; Fri, 15 Nov 2002 05:17:13 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFDEamV081215; Fri, 15 Nov 2002 05:14:36 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFDEa3w081214; Fri, 15 Nov 2002 05:14:36 -0800 (PST) Message-Id: <200211151314.gAFDEa3w081214@repoman.freebsd.org> From: Alan Eldridge Date: Fri, 15 Nov 2002 05:14:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/cups Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/11/15 05:14:36 PST Modified files: print/cups Makefile.inc Log: Added a USE_PERL5. Revision Changes Path 1.4 +2 -1 ports/print/cups/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 5:21:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C61B37B401; Fri, 15 Nov 2002 05:21:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3FF043E88; Fri, 15 Nov 2002 05:21:18 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFDIfmV081736; Fri, 15 Nov 2002 05:18:41 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFDIfNn081734; Fri, 15 Nov 2002 05:18:41 -0800 (PST) Message-Id: <200211151318.gAFDIfNn081734@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 15 Nov 2002 05:18:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall disks.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/11/15 05:18:41 PST Modified files: usr.sbin/sysinstall disks.c Log: Fix to build for pc98. Revision Changes Path 1.140 +1 -1 src/usr.sbin/sysinstall/disks.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 5:27:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC29E37B40A; Fri, 15 Nov 2002 05:27:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D571043EAF; Fri, 15 Nov 2002 05:27:06 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFDOTmV082188; Fri, 15 Nov 2002 05:24:29 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFDOThe082187; Fri, 15 Nov 2002 05:24:29 -0800 (PST) Message-Id: <200211151324.gAFDOThe082187@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 15 Nov 2002 05:24:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libdisk change.c chunk.c create_chunk.c disk.c libdisk.h rules.c tst01.c write_alpha_disk.c write_disk.c write_i386_disk.c write_ia64_disk.c write_pc98_disk.c write_sparc64_disk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/11/15 05:24:29 PST Modified files: lib/libdisk change.c chunk.c create_chunk.c disk.c libdisk.h rules.c tst01.c write_alpha_disk.c write_disk.c write_i386_disk.c write_ia64_disk.c write_pc98_disk.c write_sparc64_disk.c Log: Fixed style(9) Revision Changes Path 1.24 +8 -6 src/lib/libdisk/change.c 1.45 +70 -59 src/lib/libdisk/chunk.c 1.77 +51 -35 src/lib/libdisk/create_chunk.c 1.109 +71 -31 src/lib/libdisk/disk.c 1.52 +29 -48 src/lib/libdisk/libdisk.h 1.28 +27 -16 src/lib/libdisk/rules.c 1.34 +66 -63 src/lib/libdisk/tst01.c 1.8 +5 -3 src/lib/libdisk/write_alpha_disk.c 1.50 +10 -9 src/lib/libdisk/write_disk.c 1.5 +45 -42 src/lib/libdisk/write_i386_disk.c 1.6 +12 -10 src/lib/libdisk/write_ia64_disk.c 1.5 +36 -36 src/lib/libdisk/write_pc98_disk.c 1.6 +9 -9 src/lib/libdisk/write_sparc64_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 5:38:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9C8D37B401; Fri, 15 Nov 2002 05:38:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BB7143E4A; Fri, 15 Nov 2002 05:38:33 -0800 (PST) (envelope-from perky@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFDZumV083287; Fri, 15 Nov 2002 05:35:56 -0800 (PST) (envelope-from perky@repoman.freebsd.org) Received: (from perky@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFDZuIV083286; Fri, 15 Nov 2002 05:35:56 -0800 (PST) Message-Id: <200211151335.gAFDZuIV083286@repoman.freebsd.org> From: Hye-Shik Chang Date: Fri, 15 Nov 2002 05:35:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache2 Makefile pkg-plist ports/www/apache2/files config.layout patch-srclib:apr:include:apr.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG perky 2002/11/15 05:35:56 PST Modified files: www/apache2 Makefile pkg-plist www/apache2/files config.layout Added files: www/apache2/files patch-srclib:apr:include:apr.h Log: o Change installbuilddir to $PREFIX/share/apache2/build to make porting 3rd party modules easy. [1] o Include before to reduce warnings on -CURRENT PR: 44104 [1] Submitted by: Clement Laforet [1] Revision Changes Path 1.135 +1 -0 ports/www/apache2/Makefile 1.3 +1 -1 ports/www/apache2/files/config.layout 1.1 +17 -0 ports/www/apache2/files/patch-srclib:apr:include:apr.h (new) 1.49 +9 -8 ports/www/apache2/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 Nov 15 6:39:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD52A37B404; Fri, 15 Nov 2002 06:39:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F41743E42; Fri, 15 Nov 2002 06:39:10 -0800 (PST) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFEaXmV088730; Fri, 15 Nov 2002 06:36:33 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFEaXIr088729; Fri, 15 Nov 2002 06:36:33 -0800 (PST) Message-Id: <200211151436.gAFEaXIr088729@repoman.freebsd.org> From: Maxime Henrion Date: Fri, 15 Nov 2002 06:36:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/gem if_gem.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mux 2002/11/15 06:36:33 PST Modified files: sys/dev/gem if_gem.c Log: Catch up with sam's changes to network interfaces. Revision Changes Path 1.10 +1 -2 src/sys/dev/gem/if_gem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 7:33:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62D8A37B401; Fri, 15 Nov 2002 07:33:33 -0800 (PST) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0137843E77; Fri, 15 Nov 2002 07:33:27 -0800 (PST) (envelope-from tilman@arved.de) Received: from huckfinn.arved.de (localhost [127.0.0.1]) by 21322530218.direct.eti.at (8.12.5/8.12.5) with ESMTP id gAFFnZNP032169; Fri, 15 Nov 2002 16:49:35 +0100 (CET) (envelope-from tilman@arved.de) Received: (from tilman@localhost) by huckfinn.arved.de (8.12.5/8.12.5/Submit) id gAFFnZS0032168; Fri, 15 Nov 2002 16:49:35 +0100 (CET) X-Authentication-Warning: huckfinn.arved.de: tilman set sender to tilman@arved.de using -f Date: Fri, 15 Nov 2002 16:49:34 +0100 From: Tilman Linneweh To: Alexey Zelkin Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: www/en/java index.sgml newsflash.sgml Message-ID: <20021115154934.GA32148@huckfinn.arved.de> Reply-To: replytoo@arved.de References: <200211151220.gAFCKOTI076602@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211151220.gAFCKOTI076602@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In freebsd.cvs-all, you wrote: > phantom 2002/11/15 04:20:24 PST > > Modified files: > en/java index.sgml newsflash.sgml > en/java/dists Makefile index.sgml > Log: > Well, announce a first patchset for Sun JDK 1.4.0. Time to wake up > folks :) > > Committed from: Terminal room at EuroBSD Conference'2002 > Wow! I never thought that it is possible to commit with this endless lag. --- freefall.freebsd.org ping statistics --- 10 packets transmitted, 7 packets received, 30% packet loss round-trip min/avg/max/stddev = 269.342/776.926/1225.992/298.416 ms To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 7:40:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8934437B401; Fri, 15 Nov 2002 07:40:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39E0443E88; Fri, 15 Nov 2002 07:40:18 -0800 (PST) (envelope-from znerd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFFbemV094324; Fri, 15 Nov 2002 07:37:40 -0800 (PST) (envelope-from znerd@repoman.freebsd.org) Received: (from znerd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFFben8094323; Fri, 15 Nov 2002 07:37:40 -0800 (PST) Message-Id: <200211151537.gAFFben8094323@repoman.freebsd.org> From: Ernst de Haan Date: Fri, 15 Nov 2002 07:37:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/xmlenc Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG znerd 2002/11/15 07:37:40 PST Modified files: textproc/xmlenc Makefile distinfo Log: Upgrade to 0.13. Revision Changes Path 1.8 +1 -1 ports/textproc/xmlenc/Makefile 1.7 +1 -1 ports/textproc/xmlenc/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 8:12:25 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 820D137B401; Fri, 15 Nov 2002 08:12:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B144543E6E; Fri, 15 Nov 2002 08:12:17 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFG9dmV097716; Fri, 15 Nov 2002 08:09:39 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFG9dkO097715; Fri, 15 Nov 2002 08:09:39 -0800 (PST) Message-Id: <200211151609.gAFG9dkO097715@repoman.freebsd.org> From: SADA Kenji Date: Fri, 15 Nov 2002 08:09:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/jetty Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/15 08:09:39 PST Modified files: www/jetty Makefile distinfo pkg-plist Log: Upgrade to version 4.1.3 PR: ports/44501 Submitted by: maintainer Revision Changes Path 1.6 +5 -7 ports/www/jetty/Makefile 1.5 +1 -1 ports/www/jetty/distinfo 1.5 +163 -231 ports/www/jetty/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 Nov 15 8:20:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20F5137B401; Fri, 15 Nov 2002 08:20:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5C5E43E6E; Fri, 15 Nov 2002 08:20:33 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFGHumV098082; Fri, 15 Nov 2002 08:17:56 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFGHuHH098081; Fri, 15 Nov 2002 08:17:56 -0800 (PST) Message-Id: <200211151617.gAFGHuHH098081@repoman.freebsd.org> From: SADA Kenji Date: Fri, 15 Nov 2002 08:17:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/jetty Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/15 08:17:56 PST Modified files: www/jetty Makefile Log: This is null commit to add what I forgot to note. - maintainer mail was changed. PR: ports/44501 Submitted by: maintainer Revision Changes Path 1.7 +0 -0 ports/www/jetty/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 8:24:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F329B37B404; Fri, 15 Nov 2002 08:24:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F53A43E91; Fri, 15 Nov 2002 08:24:27 -0800 (PST) (envelope-from shige@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFGLomV098761; Fri, 15 Nov 2002 08:21:50 -0800 (PST) (envelope-from shige@repoman.freebsd.org) Received: (from shige@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFGLnwm098760; Fri, 15 Nov 2002 08:21:49 -0800 (PST) Message-Id: <200211151621.gAFGLnwm098760@repoman.freebsd.org> From: Shigeyuki Fukushima Date: Fri, 15 Nov 2002 08:21:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/kterm Makefile ports/japanese/kterm/files patch-ac X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG shige 2002/11/15 08:21:49 PST Modified files: japanese/kterm Makefile japanese/kterm/files patch-ac Log: Support termcap "ec"(erase_chars). This fixed scroll-and-wipe-screen problem, for example, using /usr/bin/vi(4.x-RELEASE). # There is "ec" directive in "kterm" termcap. # But, kterm-6.2.0_4 or former does not support "ec"(erase_chars). PORTREVISION bumped. Pointed by: KFB03633@nifty.ne.jp Revision Changes Path 1.35 +1 -1 ports/japanese/kterm/Makefile 1.2 +13 -0 ports/japanese/kterm/files/patch-ac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 8:24:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F9D537B401; Fri, 15 Nov 2002 08:24:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B3DC43E77; Fri, 15 Nov 2002 08:24:40 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFGM2mV098813; Fri, 15 Nov 2002 08:22:02 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFGM2hV098812; Fri, 15 Nov 2002 08:22:02 -0800 (PST) Message-Id: <200211151622.gAFGM2hV098812@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 15 Nov 2002 08:22:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/vte Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/15 08:22:02 PST Modified files: x11-toolkits/vte Makefile distinfo Log: Update to 0.10.4, and fix build with GNOME 2.0.x. Revision Changes Path 1.7 +2 -6 ports/x11-toolkits/vte/Makefile 1.4 +1 -1 ports/x11-toolkits/vte/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 8:27:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7181C37B401; Fri, 15 Nov 2002 08:27:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CB3943E75; Fri, 15 Nov 2002 08:27:15 -0800 (PST) (envelope-from shige@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFGObmV098895; Fri, 15 Nov 2002 08:24:37 -0800 (PST) (envelope-from shige@repoman.freebsd.org) Received: (from shige@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFGObes098894; Fri, 15 Nov 2002 08:24:37 -0800 (PST) Message-Id: <200211151624.gAFGObes098894@repoman.freebsd.org> From: Shigeyuki Fukushima Date: Fri, 15 Nov 2002 08:24:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/kterm/files patch-ad patch-ae patch-af X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG shige 2002/11/15 08:24:37 PST Added files: japanese/kterm/files patch-ad patch-ae patch-af Log: Support termcap "ec"(erase_chars). This fixed scroll-and-wipe-screen problem, for example, using /usr/bin/vi(4.x-RELEASE). # There is "ec" directive in "kterm" termcap. # But, kterm-6.2.0_4 or former does not support "ec"(erase_chars). PORTREVISION bumped. Pointed by: KFB03633@nifty.ne.jp Revision Changes Path 1.1 +65 -0 ports/japanese/kterm/files/patch-ad (new) 1.1 +11 -0 ports/japanese/kterm/files/patch-ae (new) 1.1 +7 -0 ports/japanese/kterm/files/patch-af (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 8:37:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A21337B404 for ; Fri, 15 Nov 2002 08:37:32 -0800 (PST) Received: from mail.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB86A43E91 for ; Fri, 15 Nov 2002 08:37:29 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 24130 invoked from network); 15 Nov 2002 16:37:32 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail15.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 15 Nov 2002 16:37:32 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.6/8.12.6) with ESMTP id gAFGbR2D015384; Fri, 15 Nov 2002 11:37:28 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200211151324.gAFDOThe082187@repoman.freebsd.org> Date: Fri, 15 Nov 2002 11:37:30 -0500 (EST) From: John Baldwin To: Takahashi Yoshihiro Subject: RE: cvs commit: src/lib/libdisk change.c chunk.c create_chunk.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 15-Nov-2002 Takahashi Yoshihiro wrote: > nyan 2002/11/15 05:24:29 PST > > Modified files: > lib/libdisk change.c chunk.c create_chunk.c disk.c > libdisk.h rules.c tst01.c > write_alpha_disk.c write_disk.c > write_i386_disk.c write_ia64_disk.c > write_pc98_disk.c write_sparc64_disk.c > Log: > Fixed style(9) Thanks I guess, but ouch, the conflicts. :) -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 8:42:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CE5637B401; Fri, 15 Nov 2002 08:42:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1E1343E77; Fri, 15 Nov 2002 08:42:52 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFGeFmV000814; Fri, 15 Nov 2002 08:40:15 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFGeFT7000813; Fri, 15 Nov 2002 08:40:15 -0800 (PST) Message-Id: <200211151640.gAFGeFT7000813@repoman.freebsd.org> From: Tom Rhodes Date: Fri, 15 Nov 2002 08:40:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/news news.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2002/11/15 08:40:15 PST Modified files: en/news news.xml Log: Add a news flash about the nVidia FreeBSD drivers and link to their site. PR: 45315 Submitted by: Eric Anderson Revision Changes Path 1.126 +10 -1 www/en/news/news.xml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 9: 3:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE7F237B401; Fri, 15 Nov 2002 09:03:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E41543E3B; Fri, 15 Nov 2002 09:03:12 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFH0YmV002725; Fri, 15 Nov 2002 09:00:34 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFH0YIn002724; Fri, 15 Nov 2002 09:00:34 -0800 (PST) Message-Id: <200211151700.gAFH0YIn002724@repoman.freebsd.org> From: SADA Kenji Date: Fri, 15 Nov 2002 09:00:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/xerces-c2 Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/15 09:00:34 PST Modified files: textproc/xerces-c2 Makefile pkg-plist Log: add transcoder option for users to also be able to build with ICU or native iconv support. PR: ports/44590 Submitted by: maintainer Revision Changes Path 1.3 +40 -9 ports/textproc/xerces-c2/Makefile 1.3 +4 -2 ports/textproc/xerces-c2/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 Nov 15 9:13:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D41737B401; Fri, 15 Nov 2002 09:13:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C64B43E42; Fri, 15 Nov 2002 09:13:35 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFHAvmV003675; Fri, 15 Nov 2002 09:10:57 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFHAvXF003674; Fri, 15 Nov 2002 09:10:57 -0800 (PST) Message-Id: <200211151710.gAFHAvXF003674@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 15 Nov 2002 09:10:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-EasyTCP Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/15 09:10:57 PST Modified files: net/p5-EasyTCP Makefile distinfo Log: upgrade to 0.17 PR: 45277 Submitted by: maintainer Revision Changes Path 1.6 +1 -1 ports/net/p5-EasyTCP/Makefile 1.6 +1 -1 ports/net/p5-EasyTCP/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 9:15:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A9DA37B404; Fri, 15 Nov 2002 09:15:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EADA43E75; Fri, 15 Nov 2002 09:15:34 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFHCumV003885; Fri, 15 Nov 2002 09:12:56 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFHCu3V003884; Fri, 15 Nov 2002 09:12:56 -0800 (PST) Message-Id: <200211151712.gAFHCu3V003884@repoman.freebsd.org> From: Alan Eldridge Date: Fri, 15 Nov 2002 09:12:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/python-doc-html Makefile ports/lang/python-doc-pdf-a4 Makefile ports/lang/python-doc-pdf-letter Makefile ports/lang/python-doc-postscript-a4 Makefile ports/lang/python-doc-postscript-letter Makefile ports/lang/python Makefile ports/lang/python15 Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/11/15 09:12:56 PST Modified files: lang/python-doc-html Makefile lang/python-doc-pdf-a4 Makefile lang/python-doc-pdf-letter Makefile lang/python-doc-postscript-a4 Makefile lang/python-doc-postscript-letter Makefile lang/python Makefile lang/python15 Makefile lang/python20 Makefile lang/python21 Makefile Log: Take over as maintainer since tg is taking a leave of absence from port maintenance. Revision Changes Path 1.13 +3 -3 ports/lang/python-doc-html/Makefile 1.5 +2 -2 ports/lang/python-doc-pdf-a4/Makefile 1.5 +2 -2 ports/lang/python-doc-pdf-letter/Makefile 1.5 +2 -2 ports/lang/python-doc-postscript-a4/Makefile 1.5 +2 -2 ports/lang/python-doc-postscript-letter/Makefile 1.91 +1 -1 ports/lang/python/Makefile 1.78 +1 -1 ports/lang/python15/Makefile 1.85 +1 -1 ports/lang/python20/Makefile 1.91 +1 -1 ports/lang/python21/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 9:24:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49FF437B401; Fri, 15 Nov 2002 09:24:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDEF643E3B; Fri, 15 Nov 2002 09:24:12 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFHLZmV004784; Fri, 15 Nov 2002 09:21:35 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFHLZWt004783; Fri, 15 Nov 2002 09:21:35 -0800 (PST) Message-Id: <200211151721.gAFHLZWt004783@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 15 Nov 2002 09:21:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/p5-DBD-Excel Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/15 09:21:35 PST Modified files: databases/p5-DBD-Excel Makefile distinfo Log: upgrade to 0.06 PR: 45280 Submitted by: maintainer Revision Changes Path 1.3 +1 -1 ports/databases/p5-DBD-Excel/Makefile 1.2 +1 -1 ports/databases/p5-DBD-Excel/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 9:27:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5029337B404; Fri, 15 Nov 2002 09:27:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D78E243E4A; Fri, 15 Nov 2002 09:27:48 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFHPAmV004905; Fri, 15 Nov 2002 09:25:11 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFHPAfN004904; Fri, 15 Nov 2002 09:25:10 -0800 (PST) Message-Id: <200211151725.gAFHPAfN004904@repoman.freebsd.org> From: SADA Kenji Date: Fri, 15 Nov 2002 09:25:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/cy-aspell Makefile pkg-comment pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/15 09:25:10 PST Added files: textproc/cy-aspell Makefile pkg-comment pkg-descr Log: New port textproc/cy-aspell: aspell with Welsh dictionary PR: ports/44248 Submitted by: Thierry Thomas Revision Changes Path 1.1 +16 -0 ports/textproc/cy-aspell/Makefile (new) 1.1 +1 -0 ports/textproc/cy-aspell/pkg-comment (new) 1.1 +3 -0 ports/textproc/cy-aspell/pkg-descr (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 9:30:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C40D637B401; Fri, 15 Nov 2002 09:30:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C5743E8A; Fri, 15 Nov 2002 09:30:09 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFHRVmV005014; Fri, 15 Nov 2002 09:27:31 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFHRVZF005013; Fri, 15 Nov 2002 09:27:31 -0800 (PST) Message-Id: <200211151727.gAFHRVZF005013@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 15 Nov 2002 09:27:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/p5-Text-FormatTable Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/15 09:27:31 PST Modified files: textproc/p5-Text-FormatTable Makefile distinfo Log: upgrade to 1.00 PR: 45279 Submitted by: maintainer Revision Changes Path 1.2 +1 -1 ports/textproc/p5-Text-FormatTable/Makefile 1.2 +1 -1 ports/textproc/p5-Text-FormatTable/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 9:34:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4224E37B401; Fri, 15 Nov 2002 09:34:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E463843E42; Fri, 15 Nov 2002 09:34:25 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFHVmmV005794; Fri, 15 Nov 2002 09:31:48 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFHVllD005793; Fri, 15 Nov 2002 09:31:47 -0800 (PST) Message-Id: <200211151731.gAFHVllD005793@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 15 Nov 2002 09:31:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/p5-String-Multibyte Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/15 09:31:47 PST Modified files: converters/p5-String-Multibyte Makefile distinfo pkg-plist Log: upgrade to 1.00 PR: 45278 Submitted by: maintainer Revision Changes Path 1.2 +10 -2 ports/converters/p5-String-Multibyte/Makefile 1.2 +1 -1 ports/converters/p5-String-Multibyte/distinfo 1.2 +9 -6 ports/converters/p5-String-Multibyte/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 Nov 15 9:38:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 784EB37B401; Fri, 15 Nov 2002 09:38:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2875543E42; Fri, 15 Nov 2002 09:38:10 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFHZWmV005942; Fri, 15 Nov 2002 09:35:32 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFHZWmu005941; Fri, 15 Nov 2002 09:35:32 -0800 (PST) Message-Id: <200211151735.gAFHZWmu005941@repoman.freebsd.org> From: Akinori MUSHA Date: Fri, 15 Nov 2002 09:35:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/ruby-svg Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/15 09:35:32 PST Modified files: graphics/ruby-svg Makefile distinfo pkg-plist Log: Update to 1.0.2. Revision Changes Path 1.5 +2 -2 ports/graphics/ruby-svg/Makefile 1.3 +1 -1 ports/graphics/ruby-svg/distinfo 1.3 +1 -0 ports/graphics/ruby-svg/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 Nov 15 9:49:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C597537B401; Fri, 15 Nov 2002 09:49:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1798843E42; Fri, 15 Nov 2002 09:49:13 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFHkYmV007107; Fri, 15 Nov 2002 09:46:34 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFHkY31007104; Fri, 15 Nov 2002 09:46:34 -0800 (PST) Message-Id: <200211151746.gAFHkY31007104@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 15 Nov 2002 09:46:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/task Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/15 09:46:34 PST Modified files: sysutils/task Makefile Log: This port uses Perl PR: 45258 Submitted by: Mark Linimon Revision Changes Path 1.3 +1 -0 ports/sysutils/task/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 9:52:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6790437B401; Fri, 15 Nov 2002 09:52:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17E9E43E91; Fri, 15 Nov 2002 09:52:16 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFHncmV007987; Fri, 15 Nov 2002 09:49:38 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFHncoX007986; Fri, 15 Nov 2002 09:49:38 -0800 (PST) Message-Id: <200211151749.gAFHncoX007986@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 15 Nov 2002 09:49:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/gpgme Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/15 09:49:38 PST Modified files: security/gpgme Makefile Log: disable pth detect when configure PR: 43624 Submitted by: maintainer Revision Changes Path 1.8 +1 -0 ports/security/gpgme/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 9:57:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75E3337B401; Fri, 15 Nov 2002 09:57:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26A1843E77; Fri, 15 Nov 2002 09:57:18 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFHsemV008556; Fri, 15 Nov 2002 09:54:40 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFHse6u008551; Fri, 15 Nov 2002 09:54:40 -0800 (PST) Message-Id: <200211151754.gAFHse6u008551@repoman.freebsd.org> From: Akinori MUSHA Date: Fri, 15 Nov 2002 09:54:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/ruby-http-access Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/15 09:54:39 PST Modified files: www/ruby-http-access Makefile distinfo pkg-plist Log: Update to 2.H. Revision Changes Path 1.10 +5 -5 ports/www/ruby-http-access/Makefile 1.8 +1 -1 ports/www/ruby-http-access/distinfo 1.6 +4 -4 ports/www/ruby-http-access/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 Nov 15 9:57:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D17737B401; Fri, 15 Nov 2002 09:57:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EF8843E42; Fri, 15 Nov 2002 09:57:47 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFHt9mV009040; Fri, 15 Nov 2002 09:55:09 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFHt8Zb009036; Fri, 15 Nov 2002 09:55:08 -0800 (PST) Message-Id: <200211151755.gAFHt8Zb009036@repoman.freebsd.org> From: Jimmy Olgeni Date: Fri, 15 Nov 2002 09:55:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py_otp_interface Makefile ports/devel/py_otp_interface/files patch-erl__term.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/15 09:55:08 PST Modified files: devel/py_otp_interface Makefile Added files: devel/py_otp_interface/files patch-erl__term.py Log: Fix typo that prevented unmarshalling of non-small integers. Revision Changes Path 1.2 +3 -2 ports/devel/py_otp_interface/Makefile 1.1 +14 -0 ports/devel/py_otp_interface/files/patch-erl__term.py (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 10: 0:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1099437B401; Fri, 15 Nov 2002 10:00:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C338543E77; Fri, 15 Nov 2002 10:00:29 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFHvpmV012354; Fri, 15 Nov 2002 09:57:51 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFHvpaH012351; Fri, 15 Nov 2002 09:57:51 -0800 (PST) Message-Id: <200211151757.gAFHvpaH012351@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 15 Nov 2002 09:57:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/en_US.ISO8859-1/installation/common install.sgml src/release/doc/en_US.ISO8859-1/installation/sparc64 article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/11/15 09:57:51 PST Modified files: release/doc/en_US.ISO8859-1/installation/common install.sgml release/doc/en_US.ISO8859-1/installation/sparc64 article.sgml Log: Update sparc64 installation instructions. Because sysinstall now works on sparc64, this document can now use (almost) the same procedures as i386, et al. CDROM booting instructions are cut-and-pasted from the older sparc64/install.sgml file, which is now unlinked from the document build. This document is a long ways from perfect, but it's better than shipping instructions for an installation procedure that doesn't apply anymore. While here, add some SGML comments to help others navigate the sources. Revision Changes Path 1.16 +78 -6 src/release/doc/en_US.ISO8859-1/installation/common/install.sgml 1.4 +6 -9 src/release/doc/en_US.ISO8859-1/installation/sparc64/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 10: 0:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EE9037B404; Fri, 15 Nov 2002 10:00:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EB7443E88; Fri, 15 Nov 2002 10:00:41 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFHw2mV012621; Fri, 15 Nov 2002 09:58:02 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFHw2Tv012619; Fri, 15 Nov 2002 09:58:02 -0800 (PST) Message-Id: <200211151758.gAFHw2Tv012619@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 15 Nov 2002 09:58:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mailgraph Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/15 09:58:02 PST Modified files: mail/mailgraph Makefile distinfo Log: upgrade to 0.23 PR: 45284 Submitted by: markun@onohara.to Approved by: maintainer Revision Changes Path 1.8 +1 -1 ports/mail/mailgraph/Makefile 1.6 +1 -1 ports/mail/mailgraph/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 10: 6:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEFAC37B401; Fri, 15 Nov 2002 10:06:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C84943E97; Fri, 15 Nov 2002 10:06:23 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFI3jmV014597; Fri, 15 Nov 2002 10:03:45 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFI3jKF014596; Fri, 15 Nov 2002 10:03:45 -0800 (PST) Message-Id: <200211151803.gAFI3jKF014596@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 15 Nov 2002 10:03:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/sylpheed Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/15 10:03:45 PST Modified files: mail/sylpheed Makefile distinfo Log: Update to 0.8.6 PR 45310 Submitted by: maintainer Revision Changes Path 1.48 +1 -1 ports/mail/sylpheed/Makefile 1.39 +1 -1 ports/mail/sylpheed/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 10: 8:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5193F37B401; Fri, 15 Nov 2002 10:08:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F20C543E75; Fri, 15 Nov 2002 10:08:19 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFI5fmV014781; Fri, 15 Nov 2002 10:05:41 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFI5f7S014780; Fri, 15 Nov 2002 10:05:41 -0800 (PST) Message-Id: <200211151805.gAFI5f7S014780@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 15 Nov 2002 10:05:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/xmame Makefile distinfo pkg-plist ports/emulators/xmess Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/15 10:05:41 PST Modified files: emulators/xmame Makefile distinfo pkg-plist emulators/xmess Makefile Log: - Update of xmame and xmess to 0.61.1 - Update datfiles to latest version - Use master site sorting for WITH_DATFILES - (hopefully) fix pkg-plist issues PR: 45292 Submitted by: maintainer Revision Changes Path 1.49 +26 -35 ports/emulators/xmame/Makefile 1.33 +3 -4 ports/emulators/xmame/distinfo 1.20 +9 -14 ports/emulators/xmame/pkg-plist 1.11 +1 -2 ports/emulators/xmess/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 10:15:16 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38ACC37B401; Fri, 15 Nov 2002 10:15:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B769243E6E; Fri, 15 Nov 2002 10:15:14 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFICamV015686; Fri, 15 Nov 2002 10:12:36 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFICahP015685; Fri, 15 Nov 2002 10:12:36 -0800 (PST) Message-Id: <200211151812.gAFICahP015685@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 15 Nov 2002 10:12:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/xmame/files patch-makefile.unix patch-src::unix::dsp-drivers::oss.c patch-src::unix::joystick-drivers::joy_usb.c patch-src::unix::sysdep::mixer-drivers::oss.c patch-src::unix::unix.mak patch-src::unix::video-drivers::svgainput.c ports/emulators/xmess/files patch-makefile.unix patch-src::unix::dsp-drivers::oss.c patch-src::unix::joystick-drivers::joy_usb.c patch-src::unix::sysdep::mixer-drivers::oss.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/15 10:12:36 PST Removed files: emulators/xmame/files patch-makefile.unix patch-src::unix::dsp-drivers::oss.c patch-src::unix::joystick-drivers::joy_usb.c patch-src::unix::sysdep::mixer-drivers::oss.c patch-src::unix::unix.mak patch-src::unix::video-drivers::svgainput.c emulators/xmess/files patch-makefile.unix patch-src::unix::dsp-drivers::oss.c patch-src::unix::joystick-drivers::joy_usb.c patch-src::unix::sysdep::mixer-drivers::oss.c patch-src::unix::unix.mak patch-src::unix::video-drivers::svgainput.c Log: - Update of xmame and xmess to 0.61.1 - Update datfiles to latest version - Use master site sorting for WITH_DATFILES - (hopefully) fix pkg-plist issues PR: 45292 Submitted by: mainatiner Revision Changes Path 1.2 +0 -15 ports/emulators/xmame/files/patch-makefile.unix (dead) 1.2 +0 -13 ports/emulators/xmame/files/patch-src::unix::dsp-drivers::oss.c (dead) 1.2 +0 -38 ports/emulators/xmame/files/patch-src::unix::joystick-drivers::joy_usb.c (dead) 1.2 +0 -13 ports/emulators/xmame/files/patch-src::unix::sysdep::mixer-drivers::oss.c (dead) 1.2 +0 -56 ports/emulators/xmame/files/patch-src::unix::unix.mak (dead) 1.2 +0 -13 ports/emulators/xmame/files/patch-src::unix::video-drivers::svgainput.c (dead) 1.2 +0 -15 ports/emulators/xmess/files/patch-makefile.unix (dead) 1.2 +0 -13 ports/emulators/xmess/files/patch-src::unix::dsp-drivers::oss.c (dead) 1.2 +0 -46 ports/emulators/xmess/files/patch-src::unix::joystick-drivers::joy_usb.c (dead) 1.2 +0 -13 ports/emulators/xmess/files/patch-src::unix::sysdep::mixer-drivers::oss.c (dead) 1.4 +0 -56 ports/emulators/xmess/files/patch-src::unix::unix.mak (dead) 1.4 +0 -13 ports/emulators/xmess/files/patch-src::unix::video-drivers::svgainput.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 10:21:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61B7637B401; Fri, 15 Nov 2002 10:21:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AD0743E4A; Fri, 15 Nov 2002 10:21:18 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFIIdmV016436; Fri, 15 Nov 2002 10:18:39 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFIIdhi016433; Fri, 15 Nov 2002 10:18:39 -0800 (PST) Message-Id: <200211151818.gAFIIdhi016433@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 15 Nov 2002 10:18:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/cc Makefile Makefile.inc src/gnu/usr.bin/cc/c++ Makefile src/gnu/usr.bin/cc/cc Makefile src/gnu/usr.bin/cc/cc_fbsd Makefile src/gnu/usr.bin/cc/cpp Makefile src/gnu/usr.bin/cc/f77 Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/11/15 10:18:39 PST Modified files: (Branch: RELENG_4) gnu/usr.bin/cc Makefile Makefile.inc gnu/usr.bin/cc/c++ Makefile gnu/usr.bin/cc/cc Makefile gnu/usr.bin/cc/cpp Makefile gnu/usr.bin/cc/f77 Makefile Removed files: (Branch: RELENG_4) gnu/usr.bin/cc/cc_fbsd Makefile Log: Removed the cc_fbsd bootstrap library; upgrades from 4.0-RELEASE work without it and it doesn't compile under today's 5.0-CURRENT. (This is to restore the ability to downgrade to RELENG_4.) Revision Changes Path 1.21.2.3 +1 -1 src/gnu/usr.bin/cc/Makefile 1.49.2.6 +0 -6 src/gnu/usr.bin/cc/Makefile.inc 1.16.2.3 +2 -2 src/gnu/usr.bin/cc/c++/Makefile 1.20.2.4 +2 -2 src/gnu/usr.bin/cc/cc/Makefile 1.3.2.2 +0 -14 src/gnu/usr.bin/cc/cc_fbsd/Makefile (dead) 1.18.2.2 +3 -3 src/gnu/usr.bin/cc/cpp/Makefile 1.12.2.2 +2 -2 src/gnu/usr.bin/cc/f77/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 10:25:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E907437B401; Fri, 15 Nov 2002 10:25:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A76A43E75; Fri, 15 Nov 2002 10:25:09 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFIMVmV016877; Fri, 15 Nov 2002 10:22:31 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFIMVn7016876; Fri, 15 Nov 2002 10:22:31 -0800 (PST) Message-Id: <200211151822.gAFIMVn7016876@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 15 Nov 2002 10:22:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/kdump mkioctls X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/11/15 10:22:31 PST Modified files: (Branch: RELENG_4) usr.bin/kdump mkioctls Log: MFC: Make this work with a pure POSIX awk(1). (This is to restore the ability to downgrade to RELENG_4.) Revision Changes Path 1.15.2.5 +2 -2 src/usr.bin/kdump/mkioctls To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 10:26:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 819C037B401; Fri, 15 Nov 2002 10:26:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 335C043E88; Fri, 15 Nov 2002 10:26:29 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFINpmV016924; Fri, 15 Nov 2002 10:23:51 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFINpXe016923; Fri, 15 Nov 2002 10:23:51 -0800 (PST) Message-Id: <200211151823.gAFINpXe016923@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 15 Nov 2002 10:23:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/R-letter distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/15 10:23:51 PST Modified files: math/R-letter distinfo Log: update distinfo to 1.6.0 PR: 45297 Submitted by: Paul Mather Revision Changes Path 1.11 +1 -1 ports/math/R-letter/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 10:26:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3137A37B42C; Fri, 15 Nov 2002 10:26:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDF1243E88; Fri, 15 Nov 2002 10:26:30 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFINqmV016975; Fri, 15 Nov 2002 10:23:52 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFINqUp016974; Fri, 15 Nov 2002 10:23:52 -0800 (PST) Message-Id: <200211151823.gAFINqUp016974@repoman.freebsd.org> From: SADA Kenji Date: Fri, 15 Nov 2002 10:23:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/awstats Makefile distinfo pkg-plist ports/www/awstats/files patch-aa patch.awstats.model.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/15 10:23:52 PST Modified files: www/awstats Makefile distinfo pkg-plist Added files: www/awstats/files patch.awstats.model.conf Removed files: www/awstats/files patch-aa Log: Upgrade to version 5.1 PR: ports/45009 Submitted by: maintainer Revision Changes Path 1.3 +17 -3 ports/www/awstats/Makefile 1.3 +1 -1 ports/www/awstats/distinfo 1.2 +0 -14 ports/www/awstats/files/patch-aa (dead) 1.1 +18 -0 ports/www/awstats/files/patch.awstats.model.conf (new) 1.3 +36 -6 ports/www/awstats/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 Nov 15 10:27:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAF9337B401; Fri, 15 Nov 2002 10:27:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C66143E6E; Fri, 15 Nov 2002 10:27:44 -0800 (PST) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFIP6mV017048; Fri, 15 Nov 2002 10:25:06 -0800 (PST) (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFIP6Cj017047; Fri, 15 Nov 2002 10:25:06 -0800 (PST) Message-Id: <200211151825.gAFIP6Cj017047@repoman.freebsd.org> From: Archie Cobbs Date: Fri, 15 Nov 2002 10:25:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/sablevm Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/11/15 10:25:06 PST Modified files: java/sablevm Makefile Log: Fix build on -current by adding "-D__XSI_VISIBLE -D__BSD_VISIBLE" to CFLAGS. Revision Changes Path 1.14 +1 -1 ports/java/sablevm/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 10:30:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65FD637B401; Fri, 15 Nov 2002 10:30:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16EB543E77; Fri, 15 Nov 2002 10:30:25 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFIRkmV017188; Fri, 15 Nov 2002 10:27:46 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFIRk6u017186; Fri, 15 Nov 2002 10:27:46 -0800 (PST) Message-Id: <200211151827.gAFIRk6u017186@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 15 Nov 2002 10:27:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/libregex/doc Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/11/15 10:27:46 PST Modified files: (Branch: RELENG_4) gnu/lib/libregex/doc Makefile Log: MFC: 1.5: -v must have a space between it and the variable. (This is to restore the ability to downgrade to RELENG_4.) Revision Changes Path 1.4.6.1 +3 -1 src/gnu/lib/libregex/doc/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 10:34:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F3B637B401; Fri, 15 Nov 2002 10:34:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F57043E6E; Fri, 15 Nov 2002 10:34:42 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFIW4mV017940; Fri, 15 Nov 2002 10:32:04 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFIW4RJ017939; Fri, 15 Nov 2002 10:32:04 -0800 (PST) Message-Id: <200211151832.gAFIW4RJ017939@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 15 Nov 2002 10:32:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomedesktop Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/15 10:32:04 PST Modified files: x11/gnomedesktop Makefile distinfo pkg-plist Log: Update to 2.0.10. Revision Changes Path 1.20 +1 -1 ports/x11/gnomedesktop/Makefile 1.17 +1 -1 ports/x11/gnomedesktop/distinfo 1.11 +3 -0 ports/x11/gnomedesktop/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 Nov 15 10:34:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0B7E37B401; Fri, 15 Nov 2002 10:34:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0A1543E3B; Fri, 15 Nov 2002 10:34:56 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFIWImV017977; Fri, 15 Nov 2002 10:32:18 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFIWI2r017976; Fri, 15 Nov 2002 10:32:18 -0800 (PST) Message-Id: <200211151832.gAFIWI2r017976@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 15 Nov 2002 10:32:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomepanel Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/15 10:32:18 PST Modified files: x11/gnomepanel Makefile distinfo pkg-plist Log: Update to 2.0.11. Revision Changes Path 1.22 +1 -1 ports/x11/gnomepanel/Makefile 1.15 +1 -1 ports/x11/gnomepanel/distinfo 1.10 +2 -0 ports/x11/gnomepanel/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 Nov 15 10:35:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCA6D37B401; Fri, 15 Nov 2002 10:35:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25BDC43E3B; Fri, 15 Nov 2002 10:35:12 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFIWYmV018022; Fri, 15 Nov 2002 10:32:34 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFIWX7Y018021; Fri, 15 Nov 2002 10:32:33 -0800 (PST) Message-Id: <200211151832.gAFIWX7Y018021@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 15 Nov 2002 10:32:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomesession Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/15 10:32:33 PST Modified files: x11/gnomesession Makefile distinfo pkg-plist Log: Update to 2.0.9. Revision Changes Path 1.18 +1 -1 ports/x11/gnomesession/Makefile 1.14 +1 -1 ports/x11/gnomesession/distinfo 1.9 +2 -0 ports/x11/gnomesession/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 Nov 15 10:38:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A25E37B404; Fri, 15 Nov 2002 10:38:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AAA943E4A; Fri, 15 Nov 2002 10:38:20 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFIZfmV018161; Fri, 15 Nov 2002 10:35:41 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFIZfGJ018160; Fri, 15 Nov 2002 10:35:41 -0800 (PST) Message-Id: <200211151835.gAFIZfGJ018160@repoman.freebsd.org> From: Sam Leffler Date: Fri, 15 Nov 2002 10:35:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2002/11/15 10:35:41 PST Modified files: sys/net if.c Log: if_attach should not sleep; change malloc's M_WAITOK to M_NOWAIT Revision Changes Path 1.150 +1 -1 src/sys/net/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 10:42: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6846337B401; Fri, 15 Nov 2002 10:42:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 194CE43E75; Fri, 15 Nov 2002 10:42:00 -0800 (PST) (envelope-from archie@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFIdLmV018976; Fri, 15 Nov 2002 10:39:21 -0800 (PST) (envelope-from archie@repoman.freebsd.org) Received: (from archie@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFIdLlT018975; Fri, 15 Nov 2002 10:39:21 -0800 (PST) Message-Id: <200211151839.gAFIdLlT018975@repoman.freebsd.org> From: Archie Cobbs Date: Fri, 15 Nov 2002 10:39:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_writev.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG archie 2002/11/15 10:39:21 PST Modified files: (Branch: RELENG_4) lib/libc_r/uthread uthread_writev.c Log: MFC: (rev. 1.21) Fix bogus return values from libc_r's writev(). Revision Changes Path 1.16.2.6 +21 -6 src/lib/libc_r/uthread/uthread_writev.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 10:44:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C0AD37B401; Fri, 15 Nov 2002 10:44:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2DD143E42; Fri, 15 Nov 2002 10:44:48 -0800 (PST) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFIgAmV019111; Fri, 15 Nov 2002 10:42:10 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFIgA2b019110; Fri, 15 Nov 2002 10:42:10 -0800 (PST) Message-Id: <200211151842.gAFIgA2b019110@repoman.freebsd.org> From: Sam Leffler Date: Fri, 15 Nov 2002 10:42:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2002/11/15 10:42:10 PST Modified files: sys/net if.c Log: Back out rev 1.150; things are more complicated than this. Revision Changes Path 1.151 +1 -1 src/sys/net/if.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 10:46:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50F6037B401; Fri, 15 Nov 2002 10:46:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C21F43E9E; Fri, 15 Nov 2002 10:46:47 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFIi9mV019232; Fri, 15 Nov 2002 10:44:09 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFIi9ib019231; Fri, 15 Nov 2002 10:44:09 -0800 (PST) Message-Id: <200211151844.gAFIi9ib019231@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 15 Nov 2002 10:44:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.usr.dist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/11/15 10:44:09 PST Modified files: etc/mtree BSD.usr.dist Log: Backout rev. 1.263. Approved by: jmallett Revision Changes Path 1.269 +0 -2 src/etc/mtree/BSD.usr.dist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 10:46:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D746A37B42B; Fri, 15 Nov 2002 10:46:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE8C643E75; Fri, 15 Nov 2002 10:46:50 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFIiCmV019284; Fri, 15 Nov 2002 10:44:12 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFIiCaS019283; Fri, 15 Nov 2002 10:44:12 -0800 (PST) Message-Id: <200211151844.gAFIiCaS019283@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 15 Nov 2002 10:44:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games Makefile ports/games/xbubble Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/15 10:44:12 PST Modified files: games Makefile Added files: games/xbubble Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add xbubble, another bubble clone Submitted by: Klaus Goger Revision Changes Path 1.500 +1 -0 ports/games/Makefile 1.1 +25 -0 ports/games/xbubble/Makefile (new) 1.1 +1 -0 ports/games/xbubble/distinfo (new) 1.1 +1 -0 ports/games/xbubble/pkg-comment (new) 1.1 +6 -0 ports/games/xbubble/pkg-descr (new) 1.1 +98 -0 ports/games/xbubble/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 10:47:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E8D837B404; Fri, 15 Nov 2002 10:47:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD84D43E88; Fri, 15 Nov 2002 10:47:34 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFIiumV019481; Fri, 15 Nov 2002 10:44:56 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFIiuZf019480; Fri, 15 Nov 2002 10:44:56 -0800 (PST) Message-Id: <200211151844.gAFIiuZf019480@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 15 Nov 2002 10:44:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/15 10:44:56 PST Modified files: . modules Log: xbubble --> ports/games/xbubble Revision Changes Path 1.6244 +1 -0 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 Nov 15 10:48:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2678D37B401; Fri, 15 Nov 2002 10:48:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C75A343E6E; Fri, 15 Nov 2002 10:48:52 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFIkEmV019612; Fri, 15 Nov 2002 10:46:14 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFIkEaE019611; Fri, 15 Nov 2002 10:46:14 -0800 (PST) Message-Id: <200211151846.gAFIkEaE019611@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 15 Nov 2002 10:46:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/global Makefile distinfo pkg-plist ports/devel/global/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/15 10:46:14 PST Modified files: devel/global Makefile distinfo pkg-plist devel/global/files patch-aa Log: upgrade to 4.5.1 PR: 45306 Submitted by: maintainer Revision Changes Path 1.11 +3 -3 ports/devel/global/Makefile 1.9 +1 -1 ports/devel/global/distinfo 1.5 +8 -6 ports/devel/global/files/patch-aa 1.7 +0 -1 ports/devel/global/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 Nov 15 10:52:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2730737B401; Fri, 15 Nov 2002 10:52:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8D2B43E6E; Fri, 15 Nov 2002 10:52:51 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFIoDmV020384; Fri, 15 Nov 2002 10:50:13 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFIoDkO020383; Fri, 15 Nov 2002 10:50:13 -0800 (PST) Message-Id: <200211151850.gAFIoDkO020383@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 15 Nov 2002 10:50:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Date-ISO Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/15 10:50:13 PST Modified files: devel/p5-Date-ISO Makefile distinfo pkg-descr Log: upgrade to 1.29 PR: 45307 Submitted by: maintainer Revision Changes Path 1.2 +2 -2 ports/devel/p5-Date-ISO/Makefile 1.2 +1 -1 ports/devel/p5-Date-ISO/distinfo 1.2 +1 -1 ports/devel/p5-Date-ISO/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 Nov 15 11: 5:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2CD037B401; Fri, 15 Nov 2002 11:05:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51FC343E6E; Fri, 15 Nov 2002 11:05:44 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFJ36mV021476; Fri, 15 Nov 2002 11:03:06 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFJ36Ex021475; Fri, 15 Nov 2002 11:03:06 -0800 (PST) Message-Id: <200211151903.gAFJ36Ex021475@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 15 Nov 2002 11:03:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/pfaedit Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/15 11:03:06 PST Modified files: print/pfaedit Makefile distinfo Log: upgrade to 20021113 PR: 45308 Submitted by: maintainer Revision Changes Path 1.23 +1 -1 ports/print/pfaedit/Makefile 1.20 +1 -1 ports/print/pfaedit/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 11:18:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5969B37B401; Fri, 15 Nov 2002 11:18:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03D8043E6E; Fri, 15 Nov 2002 11:18:54 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFJGFmV022589; Fri, 15 Nov 2002 11:16:15 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFJGFiQ022588; Fri, 15 Nov 2002 11:16:15 -0800 (PST) Message-Id: <200211151916.gAFJGFiQ022588@repoman.freebsd.org> From: Ying-Chieh Liao Date: Fri, 15 Nov 2002 11:16:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/x86info Makefile distinfo ports/sysutils/x86info/files patch-Intel_cachesize.c patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/15 11:16:15 PST Modified files: sysutils/x86info Makefile distinfo Added files: sysutils/x86info/files patch-Makefile Removed files: sysutils/x86info/files patch-Intel_cachesize.c Log: upgrade to 1.11 PR: 45313 Submitted by: maintainer Revision Changes Path 1.7 +1 -1 ports/sysutils/x86info/Makefile 1.7 +1 -1 ports/sysutils/x86info/distinfo 1.2 +0 -18 ports/sysutils/x86info/files/patch-Intel_cachesize.c (dead) 1.6 +11 -0 ports/sysutils/x86info/files/patch-Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 11:24:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B81AC37B401; Fri, 15 Nov 2002 11:24:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 685F643E3B; Fri, 15 Nov 2002 11:24:33 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFJLtmV023392; Fri, 15 Nov 2002 11:21:55 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFJLtqA023391; Fri, 15 Nov 2002 11:21:55 -0800 (PST) Message-Id: <200211151921.gAFJLtqA023391@repoman.freebsd.org> From: Akinori MUSHA Date: Fri, 15 Nov 2002 11:21:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-mmap Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/15 11:21:55 PST Modified files: devel/ruby-mmap Makefile pkg-plist Log: Do not install b.rb - it is not an example script. Revision Changes Path 1.13 +0 -5 ports/devel/ruby-mmap/Makefile 1.6 +0 -2 ports/devel/ruby-mmap/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 Nov 15 11:28:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69DFB37B401; Fri, 15 Nov 2002 11:28:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24DCD43E8A; Fri, 15 Nov 2002 11:28:37 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFJPwmV023611; Fri, 15 Nov 2002 11:25:58 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFJPwbS023610; Fri, 15 Nov 2002 11:25:58 -0800 (PST) Message-Id: <200211151925.gAFJPwbS023610@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 15 Nov 2002 11:25:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/swhplugins Makefile distinfo pkg-comment pkg-descr pkg-plist ports/audio/swhplugins/files patch-Makefile.am patch-aclocal.m4 patch-configure.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/15 11:25:58 PST Modified files: audio Makefile Added files: audio/swhplugins Makefile distinfo pkg-comment pkg-descr pkg-plist audio/swhplugins/files patch-Makefile.am patch-aclocal.m4 patch-configure.in Log: Add swhplugins, the largest collection of Ladspa plugins Revision Changes Path 1.357 +1 -0 ports/audio/Makefile 1.1 +36 -0 ports/audio/swhplugins/Makefile (new) 1.1 +1 -0 ports/audio/swhplugins/distinfo (new) 1.1 +66 -0 ports/audio/swhplugins/files/patch-Makefile.am (new) 1.1 +11 -0 ports/audio/swhplugins/files/patch-aclocal.m4 (new) 1.1 +20 -0 ports/audio/swhplugins/files/patch-configure.in (new) 1.1 +1 -0 ports/audio/swhplugins/pkg-comment (new) 1.1 +4 -0 ports/audio/swhplugins/pkg-descr (new) 1.1 +43 -0 ports/audio/swhplugins/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 11:29: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECF3E37B401; Fri, 15 Nov 2002 11:29:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F75343E3B; Fri, 15 Nov 2002 11:29:06 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFJQSmV023664; Fri, 15 Nov 2002 11:26:28 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFJQSjR023663; Fri, 15 Nov 2002 11:26:28 -0800 (PST) Message-Id: <200211151926.gAFJQSjR023663@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 15 Nov 2002 11:26:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/15 11:26:28 PST Modified files: . modules Log: swhplugins --> ports/audio/swhplugins Revision Changes Path 1.6245 +1 -0 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 Nov 15 11:30: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 582C437B401; Fri, 15 Nov 2002 11:30:08 -0800 (PST) Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id A33D643E88; Fri, 15 Nov 2002 11:30:07 -0800 (PST) (envelope-from archie@dellroad.org) Received: from arch20m.dellroad.org (arch20m.dellroad.org [10.1.1.20]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id LAA35987; Fri, 15 Nov 2002 11:29:04 -0800 (PST) Received: from arch20m.dellroad.org (localhost [127.0.0.1]) by arch20m.dellroad.org (8.12.6/8.12.6) with ESMTP id gAFJT5OS036061; Fri, 15 Nov 2002 11:29:05 -0800 (PST) (envelope-from archie@arch20m.dellroad.org) Received: (from archie@localhost) by arch20m.dellroad.org (8.12.6/8.12.6/Submit) id gAFJT5sQ036060; Fri, 15 Nov 2002 11:29:05 -0800 (PST) From: Archie Cobbs Message-Id: <200211151929.gAFJT5sQ036060@arch20m.dellroad.org> Subject: Re: cvs commit: ports/sysutils/medusa/files patch-medusa-idled_medusa-idled.c In-Reply-To: <20021115071927.GA14368@rot13.obsecurity.org> To: Kris Kennaway Date: Fri, 15 Nov 2002 11:29:05 -0800 (PST) Cc: Joe Marcus Clarke , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kris Kennaway wrote: > > Added files: > > sysutils/medusa/files patch-medusa-idled_medusa-idled.c > > Log: > > Fix build on -CURRENT. > > Thanks..one more down! Here's an idea.. in the same way we get weekly emails about open PR's assigned to us, why not get weekly reminders about any ports building errors for ports which we maintain? Probably best if this could be enabled/disabled on a per-maintainer basis. -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 11:30:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F9FE37B401; Fri, 15 Nov 2002 11:30:35 -0800 (PST) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FEAA43E3B; Fri, 15 Nov 2002 11:30:34 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id OAA28532; Fri, 15 Nov 2002 14:30:34 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id gAFJU4a54936; Fri, 15 Nov 2002 14:30:04 -0500 (EST) (envelope-from gallatin@cs.duke.edu) Date: Fri, 15 Nov 2002 14:30:04 -0500 From: Andrew Gallatin To: Sam Leffler Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/an if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c src/sys/dev/ar if_ar.c src/sys/dev/awi awi.c if_awi_pccard.c src/sys/dev/bge if_bge.c if_bgereg.h src/sys/dev/cm smc90cx6.c src/sys/dev/cnw if_cnw.c src/sys/dev/cs ... Message-ID: <20021115143004.A54902@grasshopper.cs.duke.edu> References: <200211142354.gAENstXE004776@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200211142354.gAENstXE004776@repoman.freebsd.org>; from sam@FreeBSD.org on Thu, Nov 14, 2002 at 03:54:55PM -0800 X-Operating-System: FreeBSD 4.4-RELEASE on an i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sam Leffler [sam@FreeBSD.org] wrote: > > o don't strip the Ethernet header from inbound packets; pass packets > up the stack intact (required significant changes to some drivers) > o reference common definitions in net/ethernet.h (e.g. ETHER_ALIGN) > o track ether_ifattach/ether_ifdetach API changes > o track bpf changes (use BPF_TAP and BPF_MTAP) > o track vlan changes (ifnet capabilities, revised processing scheme, etc.) > o use if_input to pass packets "up" > o call ether_ioctl for default handling of ioctls > Go, Sam, Go! Do you anticipate making any other major network driver interface changes in the near future? If so, it would be best if you could make them sooner rather than later. FWIW, 3rd party driver developers appreciate having a stable network driver ABI. On -stable, a module built on 4.1.1 will load and run correctly on all kernels through 4.7-RELEASE. I'd like to see us maintain a similar ABI consistancy through the 5.x series for NIC drivers, if at all possible. Cheers, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 11:35:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6595837B401; Fri, 15 Nov 2002 11:35:32 -0800 (PST) Received: from m20.unixathome.org (m20.unixathome.org [66.11.168.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 067F243E91; Fri, 15 Nov 2002 11:35:32 -0800 (PST) (envelope-from dan@langille.org) Received: by m20.unixathome.org (Postfix, from userid 1001) id D116E7A1C; Fri, 15 Nov 2002 14:35:27 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by m20.unixathome.org (Postfix) with ESMTP id CBCFA1E8E; Fri, 15 Nov 2002 14:35:27 -0500 (EST) Date: Fri, 15 Nov 2002 14:35:27 -0500 (EST) From: Dan Langille X-X-Sender: dan@m20.unixathome.org To: Archie Cobbs Cc: Kris Kennaway , Joe Marcus Clarke , , Subject: Re: cvs commit: ports/sysutils/medusa/files patch-medusa-idled_medusa-idled.c In-Reply-To: <200211151929.gAFJT5sQ036060@arch20m.dellroad.org> Message-ID: <20021115143432.E19443-100000@m20.unixathome.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 15 Nov 2002, Archie Cobbs wrote: > Kris Kennaway wrote: > > > Added files: > > > sysutils/medusa/files patch-medusa-idled_medusa-idled.c > > > Log: > > > Fix build on -CURRENT. > > > > Thanks..one more down! > > Here's an idea.. in the same way we get weekly emails about open > PR's assigned to us, why not get weekly reminders about any ports > building errors for ports which we maintain? Probably best if this > could be enabled/disabled on a per-maintainer basis. There is something in the works. I can't remember who, but knowing I will be corrected, my guess is fenner. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 11:35:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9A1B37B415; Fri, 15 Nov 2002 11:35:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7348B43E91; Fri, 15 Nov 2002 11:35:33 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFJWtmV024579; Fri, 15 Nov 2002 11:32:55 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFJWtKu024578; Fri, 15 Nov 2002 11:32:55 -0800 (PST) Message-Id: <200211151932.gAFJWtKu024578@repoman.freebsd.org> From: Akinori MUSHA Date: Fri, 15 Nov 2002 11:32:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers Makefile ports/archivers/ruby-bz2 Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/15 11:32:55 PST Modified files: archivers Makefile Added files: archivers/ruby-bz2 Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ruby-bz2, a Ruby extension to use libbz. Revision Changes Path 1.72 +1 -0 ports/archivers/Makefile 1.1 +41 -0 ports/archivers/ruby-bz2/Makefile (new) 1.1 +1 -0 ports/archivers/ruby-bz2/distinfo (new) 1.1 +1 -0 ports/archivers/ruby-bz2/pkg-comment (new) 1.1 +4 -0 ports/archivers/ruby-bz2/pkg-descr (new) 1.1 +64 -0 ports/archivers/ruby-bz2/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 11:36:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7107437B401 for ; Fri, 15 Nov 2002 11:36:46 -0800 (PST) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id B5F3043E9E for ; Fri, 15 Nov 2002 11:36:44 -0800 (PST) (envelope-from tilman@arved.de) Received: from huckfinn.arved.de (localhost [127.0.0.1]) by 21322530218.direct.eti.at (8.12.5/8.12.5) with ESMTP id gAFJqvNP034300; Fri, 15 Nov 2002 20:52:57 +0100 (CET) (envelope-from tilman@arved.de) Received: (from tilman@localhost) by huckfinn.arved.de (8.12.5/8.12.5/Submit) id gAFJqv0P034299; Fri, 15 Nov 2002 20:52:57 +0100 (CET) X-Authentication-Warning: huckfinn.arved.de: tilman set sender to tilman@arved.de using -f Date: Fri, 15 Nov 2002 20:52:53 +0100 From: Tilman Linneweh To: Archie Cobbs Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/medusa/files patch-medusa-idled_medusa-idled.c Message-ID: <20021115195253.GA34268@huckfinn.arved.de> Reply-To: replytoo@arved.de References: <20021115071927.GA14368@rot13.obsecurity.org> <200211151929.gAFJT5sQ036060@arch20m.dellroad.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HcAYCG3uE/tztfnV" Content-Disposition: inline In-Reply-To: <200211151929.gAFJT5sQ036060@arch20m.dellroad.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable >=20 > Here's an idea.. in the same way we get weekly emails about open > PR's assigned to us, why not get weekly reminders about any ports > building errors for ports which we maintain? Probably best if this > could be enabled/disabled on a per-maintainer basis. This feature already exists, but is only sent once month IIRC.=20 --HcAYCG3uE/tztfnV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE91VCTfCLDn4B6xToRAk3XAKCDKjVgh5WRpeRttagYKUG0ZYxbUwCeJW4W kFby4oHDEdTHLPWFo4sOsRQ= =k+e/ -----END PGP SIGNATURE----- --HcAYCG3uE/tztfnV-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 11:36:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EABD337B401; Fri, 15 Nov 2002 11:36:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DB0143E9E; Fri, 15 Nov 2002 11:36:53 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFJYEmV024648; Fri, 15 Nov 2002 11:34:14 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFJYEm9024647; Fri, 15 Nov 2002 11:34:14 -0800 (PST) Message-Id: <200211151934.gAFJYEm9024647@repoman.freebsd.org> From: Akinori MUSHA Date: Fri, 15 Nov 2002 11:34:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/15 11:34:14 PST Modified files: . modules Log: ruby-bz2 -> ports/archivers/ruby-bz2 Revision Changes Path 1.6246 +1 -0 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 Nov 15 11:37: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CEE737B401; Fri, 15 Nov 2002 11:37:06 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3A5343E6E; Fri, 15 Nov 2002 11:37:05 -0800 (PST) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.5/8.12.1) with ESMTP id gAFJb39i041589 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 15 Nov 2002 11:37:03 -0800 (PST)?g (envelope-from sam@errno.com)œ X-Authentication-Warning: ebb.errno.com: Host melange.errno.com [66.127.85.82] claimed to be melange Message-ID: <033f01c28cde$5fe3fb00$52557f42@errno.com> From: "Sam Leffler" To: "Andrew Gallatin" Cc: , References: <200211142354.gAENstXE004776@repoman.freebsd.org> <20021115143004.A54902@grasshopper.cs.duke.edu> Subject: Re: cvs commit: src/sys/dev/an if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c src/sys/dev/ar if_ar.c src/sys/dev/awi awi.c if_awi_pccard.c src/sys/dev/bge if_bge.c if_bgereg.h src/sys/dev/cm smc90cx6.c src/sys/dev/cnw if_cnw.c src/sys/dev/cs ... Date: Fri, 15 Nov 2002 11:37:03 -0800 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG There are no more changes planned (though there are still issues; they won't be addressed until 6.0). I did the commits before 5.0 released so drivers would have a stable ABI. Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 11:37:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1AB937B4E3; Fri, 15 Nov 2002 11:37:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5098343E42; Fri, 15 Nov 2002 11:37:10 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFJYWmV024681; Fri, 15 Nov 2002 11:34:32 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFJYVgM024680; Fri, 15 Nov 2002 11:34:31 -0800 (PST) Message-Id: <200211151934.gAFJYVgM024680@repoman.freebsd.org> From: "Bruce A. Mah" Date: Fri, 15 Nov 2002 11:34:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/scripts print-cdrom-packages.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/11/15 11:34:31 PST Modified files: release/scripts print-cdrom-packages.sh Log: Explicitly add lang/perl5 to the disc1 packages. Practically speaking, this is unnecessary, because some other port is likely to depend on it anyways. But just to be safe... Revision Changes Path 1.34 +1 -0 src/release/scripts/print-cdrom-packages.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 11:40:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1EE237B401; Fri, 15 Nov 2002 11:40:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72A4643E3B; Fri, 15 Nov 2002 11:40:48 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFJcAmV025094; Fri, 15 Nov 2002 11:38:10 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFJcAVI025092; Fri, 15 Nov 2002 11:38:10 -0800 (PST) Message-Id: <200211151938.gAFJcAVI025092@repoman.freebsd.org> From: Akinori MUSHA Date: Fri, 15 Nov 2002 11:38:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/ruby-amrita Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/15 11:38:10 PST Modified files: textproc/ruby-amrita Makefile distinfo pkg-plist Log: Update to 0.9.6. Revision Changes Path 1.2 +2 -2 ports/textproc/ruby-amrita/Makefile 1.2 +1 -1 ports/textproc/ruby-amrita/distinfo 1.2 +6 -2 ports/textproc/ruby-amrita/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 Nov 15 11:43:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F23737B401; Fri, 15 Nov 2002 11:43:42 -0800 (PST) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8DEE43E3B; Fri, 15 Nov 2002 11:43:41 -0800 (PST) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.3/8.12.3) with ESMTP id gAFJhas7002566; Fri, 15 Nov 2002 11:43:36 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.3/8.12.3/Submit) id gAFJha92002565; Fri, 15 Nov 2002 11:43:36 -0800 Date: Fri, 15 Nov 2002 11:43:35 -0800 From: Brooks Davis To: Andrew Gallatin Cc: Sam Leffler , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/an if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c src/sys/dev/ar if_ar.c src/sys/dev/awi awi.c if_awi_pccard.c src/sys/dev/bge if_bge.c if_bgereg.h src/sys/dev/cm smc90cx6.c src/sys/dev/cnw if_cnw.c src/sys/dev/cs ... Message-ID: <20021115114335.A4826@Odin.AC.HMC.Edu> References: <200211142354.gAENstXE004776@repoman.freebsd.org> <20021115143004.A54902@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021115143004.A54902@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Fri, Nov 15, 2002 at 02:30:04PM -0500 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 15, 2002 at 02:30:04PM -0500, Andrew Gallatin wrote: > Sam Leffler [sam@FreeBSD.org] wrote: > > =20 > > o don't strip the Ethernet header from inbound packets; pass packets > > up the stack intact (required significant changes to some drivers) > > o reference common definitions in net/ethernet.h (e.g. ETHER_ALIGN) > > o track ether_ifattach/ether_ifdetach API changes > > o track bpf changes (use BPF_TAP and BPF_MTAP) > > o track vlan changes (ifnet capabilities, revised processing scheme, = etc.) > > o use if_input to pass packets "up" > > o call ether_ioctl for default handling of ioctls > > =20 >=20 > Go, Sam, Go! >=20 > Do you anticipate making any other major network driver interface > changes in the near future? If so, it would be best if you > could make them sooner rather than later. I've got the if_xname change coming, but we're waiting until after DP2 because it breaks some ports. I'm going to try and roll up a new patch soon and see if Kris can to do a ports run soon. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --AhhlLboLdkugWU4S Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE91U5nXY6L6fI4GtQRArRPAKDBV/tLCuXF0wWvuzKK/CllncWoBgCfayeR BIVIYH4PABXo4xpPuTemK/A= =23ob -----END PGP SIGNATURE----- --AhhlLboLdkugWU4S-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 11:49:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1515837B401; Fri, 15 Nov 2002 11:49:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB62643E42; Fri, 15 Nov 2002 11:49:19 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFJkfmV025787; Fri, 15 Nov 2002 11:46:41 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFJkfDE025786; Fri, 15 Nov 2002 11:46:41 -0800 (PST) Message-Id: <200211151946.gAFJkfDE025786@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 15 Nov 2002 11:46:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/btx/lib Makefile X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/11/15 11:46:41 PST Modified files: (Branch: RELENG_4) sys/boot/i386/btx/lib Makefile Log: MFC: 1.10. The getobjformat(3) API was broken in 5.0-CURRENT -- it no longer deletes object format options from the argument vector. Should this be fixed before 5.0 is out? (This is to restore the ability to downgrade to RELENG_4.) Revision Changes Path 1.3.2.2 +0 -2 src/sys/boot/i386/btx/lib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 11:52: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F45537B401; Fri, 15 Nov 2002 11:52:02 -0800 (PST) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FCCB43E3B; Fri, 15 Nov 2002 11:52:01 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id OAA29984; Fri, 15 Nov 2002 14:52:01 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id gAFJpV654961; Fri, 15 Nov 2002 14:51:31 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15829.20547.24539.647339@grasshopper.cs.duke.edu> Date: Fri, 15 Nov 2002 14:51:31 -0500 (EST) To: Brooks Davis Cc: Sam Leffler , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/an if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c src/sys/dev/ar if_ar.c src/sys/dev/awi awi.c if_awi_pccard.c src/sys/dev/bge if_bge.c if_bgereg.h src/sys/dev/cm smc90cx6.c src/sys/dev/cnw if_cnw.c src/sys/dev/cs ... In-Reply-To: <20021115114335.A4826@Odin.AC.HMC.Edu> References: <200211142354.gAENstXE004776@repoman.freebsd.org> <20021115143004.A54902@grasshopper.cs.duke.edu> <20021115114335.A4826@Odin.AC.HMC.Edu> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Brooks Davis writes: > > I've got the if_xname change coming, but we're waiting until after DP2 > because it breaks some ports. I'm going to try and roll up a new patch > soon and see if Kris can to do a ports run soon. Can you remind me what the motivation for the changes are? I started reading about it somewhere in the middle of a thread, so I'm curious why you want to make these changes. Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 11:52:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7861837B404; Fri, 15 Nov 2002 11:52:36 -0800 (PST) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 700DE43E75; Fri, 15 Nov 2002 11:52:35 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id OAA00117; Fri, 15 Nov 2002 14:52:35 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id gAFJq5w54964; Fri, 15 Nov 2002 14:52:05 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15829.20580.989952.764324@grasshopper.cs.duke.edu> Date: Fri, 15 Nov 2002 14:52:04 -0500 (EST) To: "Sam Leffler" Cc: , Subject: Re: cvs commit: src/sys/dev/an if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c src/sys/dev/ar if_ar.c src/sys/dev/awi awi.c if_awi_pccard.c src/sys/dev/bge if_bge.c if_bgereg.h src/sys/dev/cm smc90cx6.c src/sys/dev/cnw if_cnw.c src/sys/dev/cs ... In-Reply-To: <033f01c28cde$5fe3fb00$52557f42@errno.com> References: <200211142354.gAENstXE004776@repoman.freebsd.org> <20021115143004.A54902@grasshopper.cs.duke.edu> <033f01c28cde$5fe3fb00$52557f42@errno.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sam Leffler writes: > There are no more changes planned (though there are still issues; they won't > be addressed until 6.0). I did the commits before 5.0 released so drivers > would have a stable ABI. > > Sam Great. That's what I was hoping to hear. Thanks! Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 11:57: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 295F937B401; Fri, 15 Nov 2002 11:57:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF39D43E75; Fri, 15 Nov 2002 11:57:06 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFJsSmV026628; Fri, 15 Nov 2002 11:54:28 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFJsSkN026627; Fri, 15 Nov 2002 11:54:28 -0800 (PST) Message-Id: <200211151954.gAFJsSkN026627@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 15 Nov 2002 11:54:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.gnome.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/15 11:54:28 PST Modified files: Mk bsd.gnome.mk Log: Chase gtkhtml's shared lib. PR: 45318 Submitted by: dinoex Revision Changes Path 1.19 +2 -2 ports/Mk/bsd.gnome.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 11:58:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7862537B401; Fri, 15 Nov 2002 11:58:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC7CB43E6E; Fri, 15 Nov 2002 11:58:43 -0800 (PST) (envelope-from knu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFJu5mV026741; Fri, 15 Nov 2002 11:56:05 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFJu5ps026740; Fri, 15 Nov 2002 11:56:05 -0800 (PST) Message-Id: <200211151956.gAFJu5ps026740@repoman.freebsd.org> From: Akinori MUSHA Date: Fri, 15 Nov 2002 11:56:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/ruby-tmail Makefile ports/mail/ruby-tmail/files patch-mails.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG knu 2002/11/15 11:56:05 PST Modified files: mail/ruby-tmail Makefile Added files: mail/ruby-tmail/files patch-mails.c Log: Apply a patch to avoid coredump on platforms where sizeof(int) != sizeof(long). Obtained from; [ruby-list:36492] Revision Changes Path 1.32 +1 -0 ports/mail/ruby-tmail/Makefile 1.1 +11 -0 ports/mail/ruby-tmail/files/patch-mails.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 12: 4:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70FCE37B401; Fri, 15 Nov 2002 12:04:51 -0800 (PST) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id D520743E4A; Fri, 15 Nov 2002 12:04:50 -0800 (PST) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.3/8.12.3) with ESMTP id gAFK4ls7007117; Fri, 15 Nov 2002 12:04:48 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.3/8.12.3/Submit) id gAFK4lYG007114; Fri, 15 Nov 2002 12:04:47 -0800 Date: Fri, 15 Nov 2002 12:04:47 -0800 From: Brooks Davis To: Andrew Gallatin Cc: Brooks Davis , Sam Leffler , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/an if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c src/sys/dev/ar if_ar.c src/sys/dev/awi awi.c if_awi_pccard.c src/sys/dev/bge if_bge.c if_bgereg.h src/sys/dev/cm smc90cx6.c src/sys/dev/cnw if_cnw.c src/sys/dev/cs ... Message-ID: <20021115120447.C4826@Odin.AC.HMC.Edu> References: <200211142354.gAENstXE004776@repoman.freebsd.org> <20021115143004.A54902@grasshopper.cs.duke.edu> <20021115114335.A4826@Odin.AC.HMC.Edu> <15829.20547.24539.647339@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="OBd5C1Lgu00Gd/Tn" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <15829.20547.24539.647339@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Fri, Nov 15, 2002 at 02:51:31PM -0500 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --OBd5C1Lgu00Gd/Tn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 15, 2002 at 02:51:31PM -0500, Andrew Gallatin wrote: >=20 > Brooks Davis writes: > >=20 > > I've got the if_xname change coming, but we're waiting until after DP2 > > because it breaks some ports. I'm going to try and roll up a new patch > > soon and see if Kris can to do a ports run soon. >=20 > Can you remind me what the motivation for the changes are? I started > reading about it somewhere in the middle of a thread, so I'm curious > why you want to make these changes. The short list is, increased compatability with NetBSD and OpenBSD, ability to name interfaces arbitrarily (e.g. lax-t1, sfo-ds1, etc.) and thus usefully rename interfaces, cleaner code for most uses of either if_name or if_unit, and hopefully, easier implementation of intresting cloning functions like fxp0.10 as a vlan interface. The downside is an API incompatability, but we're talking about trading two assignments for an snprintf in most drivers so the #if's aren't too bad. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --OBd5C1Lgu00Gd/Tn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE91VNeXY6L6fI4GtQRAkScAKCxsYOguxyzhf4lwPZOzQmDG50ZWgCfUnNb z3RbRmNMCb+a7LjhKBYrLTE= =Hb1x -----END PGP SIGNATURE----- --OBd5C1Lgu00Gd/Tn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 12:15:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E31F37B404; Fri, 15 Nov 2002 12:15:16 -0800 (PST) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B642443E6E; Fri, 15 Nov 2002 12:15:06 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id PAA01928; Fri, 15 Nov 2002 15:15:01 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id gAFKEUw54987; Fri, 15 Nov 2002 15:14:30 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15829.21926.961058.610694@grasshopper.cs.duke.edu> Date: Fri, 15 Nov 2002 15:14:30 -0500 (EST) To: Brooks Davis Cc: Sam Leffler , "luigi@freebsd.org.cvs-committers"@FreeBSD.org, cvs-all@FreeBSD.org Subject: if_xname ( was Re: cvs commit: src/sys/dev/an if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c src/sys/dev/ar if_ar.c src/sys/dev/awi awi.c if_awi_pccard.c src/sys/dev/bge if_bge.c if_bgereg.h src/sys/dev/cm smc90cx6.c src/sys/dev/cnw if_cnw.c src/sys/dev/cs ...) In-Reply-To: <20021115120447.C4826@Odin.AC.HMC.Edu> References: <200211142354.gAENstXE004776@repoman.freebsd.org> <20021115143004.A54902@grasshopper.cs.duke.edu> <20021115114335.A4826@Odin.AC.HMC.Edu> <15829.20547.24539.647339@grasshopper.cs.duke.edu> <20021115120447.C4826@Odin.AC.HMC.Edu> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Brooks Davis writes: > On Fri, Nov 15, 2002 at 02:51:31PM -0500, Andrew Gallatin wrote: > > > > Brooks Davis writes: > > > > > > I've got the if_xname change coming, but we're waiting until after DP2 > > > because it breaks some ports. I'm going to try and roll up a new patch > > > soon and see if Kris can to do a ports run soon. > > > > Can you remind me what the motivation for the changes are? I started > > reading about it somewhere in the middle of a thread, so I'm curious > > why you want to make these changes. > > The short list is, increased compatability with NetBSD and OpenBSD, > ability to name interfaces arbitrarily (e.g. lax-t1, sfo-ds1, etc.) and > thus usefully rename interfaces, cleaner code for most uses of either > if_name or if_unit, and hopefully, easier implementation of intresting > cloning functions like fxp0.10 as a vlan interface. > > The downside is an API incompatability, but we're talking about trading > two assignments for an snprintf in most drivers so the #if's aren't too > bad. Yeah, I looked at the patch, got all excited, then realized its just one more tiny macro in my if_start() routine that I share with FreeBSD, MacOS-X and Tru64, so I agree its no big deal for drivers. But what about ip_if*'s (ab)use of if_unit in the critical path? Introducing extra code here to do string parsing is my only concern. If Luigi is OK with it, then I am too. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 12:17:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2A8A37B401; Fri, 15 Nov 2002 12:17:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F7EE43E3B; Fri, 15 Nov 2002 12:17:37 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFKExmV035135; Fri, 15 Nov 2002 12:14:59 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFKEwT8035134; Fri, 15 Nov 2002 12:14:58 -0800 (PST) Message-Id: <200211152014.gAFKEwT8035134@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 15 Nov 2002 12:14:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/simicq Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/15 12:14:58 PST Modified files: net Makefile Added files: net/simicq Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add simicq, another KDE-ICQ clone. PR: 44886 Submitted by: Josef El-Rayes Revision Changes Path 1.876 +1 -0 ports/net/Makefile 1.1 +38 -0 ports/net/simicq/Makefile (new) 1.1 +1 -0 ports/net/simicq/distinfo (new) 1.1 +1 -0 ports/net/simicq/pkg-comment (new) 1.1 +23 -0 ports/net/simicq/pkg-descr (new) 1.1 +25 -0 ports/net/simicq/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 12:18:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A8DE37B401; Fri, 15 Nov 2002 12:18:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D4D343E3B; Fri, 15 Nov 2002 12:18:41 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFKG2mV036018; Fri, 15 Nov 2002 12:16:02 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFKG2s4036017; Fri, 15 Nov 2002 12:16:02 -0800 (PST) Message-Id: <200211152016.gAFKG2s4036017@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 15 Nov 2002 12:16:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/15 12:16:02 PST Modified files: . modules Log: simicq --> ports/net/simicq Revision Changes Path 1.6247 +1 -0 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 Nov 15 12:24:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB23037B401; Fri, 15 Nov 2002 12:24:40 -0800 (PST) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81F3743E4A; Fri, 15 Nov 2002 12:24:39 -0800 (PST) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.3/8.12.3) with ESMTP id gAFKOVs7011293; Fri, 15 Nov 2002 12:24:31 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.3/8.12.3/Submit) id gAFKOVGt011292; Fri, 15 Nov 2002 12:24:31 -0800 Date: Fri, 15 Nov 2002 12:24:31 -0800 From: Brooks Davis To: Andrew Gallatin Cc: Brooks Davis , Sam Leffler , cvs-all@FreeBSD.org Subject: Re: if_xname ( was Re: cvs commit: src/sys/dev/an if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c src/sys/dev/ar if_ar.c src/sys/dev/awi awi.c if_awi_pccard.c src/sys/dev/bge if_bge.c if_bgereg.h src/sys/dev/cm smc90cx6.c src/sys/dev/cnw if_cnw.c src/sys/dev/cs ...) Message-ID: <20021115122431.E4826@Odin.AC.HMC.Edu> References: <200211142354.gAENstXE004776@repoman.freebsd.org> <20021115143004.A54902@grasshopper.cs.duke.edu> <20021115114335.A4826@Odin.AC.HMC.Edu> <15829.20547.24539.647339@grasshopper.cs.duke.edu> <20021115120447.C4826@Odin.AC.HMC.Edu> <15829.21926.961058.610694@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="cPi+lWm09sJ+d57q" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <15829.21926.961058.610694@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Fri, Nov 15, 2002 at 03:14:30PM -0500 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --cPi+lWm09sJ+d57q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 15, 2002 at 03:14:30PM -0500, Andrew Gallatin wrote: >=20 > But what about ip_if*'s (ab)use of if_unit in the critical path? > Introducing extra code here to do string parsing is my only concern.=20 > If Luigi is OK with it, then I am too. Well, the string compare of if_name was already in the critical path, it now looks at an average of one more character with if_xname so I seriously doubt that will matter. The wildcard case will be slower because it becomes a fnmatch call, but Luigi was actually willing to just nuke that feature. The recent import of fnmatch() into libkern gave me an easy way to implement it much more powerfully. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --cPi+lWm09sJ+d57q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE91Vf+XY6L6fI4GtQRAn8wAJwPgHWDbG6zxrXEZqZQpLhlOcIz3QCg3itV uIQFtN4lZu/55aLLdbzoLKo= =W7Id -----END PGP SIGNATURE----- --cPi+lWm09sJ+d57q-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 12:29:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 564A337B401; Fri, 15 Nov 2002 12:29:26 -0800 (PST) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8388E43E6E; Fri, 15 Nov 2002 12:29:25 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id PAA02849; Fri, 15 Nov 2002 15:29:25 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id gAFKStR55015; Fri, 15 Nov 2002 15:28:55 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15829.22791.9492.230288@grasshopper.cs.duke.edu> Date: Fri, 15 Nov 2002 15:28:55 -0500 (EST) To: Brooks Davis Cc: Sam Leffler , cvs-all@FreeBSD.org Subject: Re: if_xname ( was Re: cvs commit: src/sys/dev/an if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c src/sys/dev/ar if_ar.c src/sys/dev/awi awi.c if_awi_pccard.c src/sys/dev/bge if_bge.c if_bgereg.h src/sys/dev/cm smc90cx6.c src/sys/dev/cnw if_cnw.c src/sys/dev/cs ...) In-Reply-To: <20021115122431.E4826@Odin.AC.HMC.Edu> References: <200211142354.gAENstXE004776@repoman.freebsd.org> <20021115143004.A54902@grasshopper.cs.duke.edu> <20021115114335.A4826@Odin.AC.HMC.Edu> <15829.20547.24539.647339@grasshopper.cs.duke.edu> <20021115120447.C4826@Odin.AC.HMC.Edu> <15829.21926.961058.610694@grasshopper.cs.duke.edu> <20021115122431.E4826@Odin.AC.HMC.Edu> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Brooks Davis writes: > On Fri, Nov 15, 2002 at 03:14:30PM -0500, Andrew Gallatin wrote: > > > > But what about ip_if*'s (ab)use of if_unit in the critical path? > > Introducing extra code here to do string parsing is my only concern. > > If Luigi is OK with it, then I am too. > > Well, the string compare of if_name was already in the critical path, OK, I wasn't aware of that. I'm happy now ;) Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 12:39:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4416537B401; Fri, 15 Nov 2002 12:39:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA67A43E42; Fri, 15 Nov 2002 12:39:15 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFKabmV057023; Fri, 15 Nov 2002 12:36:37 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFKaaub057019; Fri, 15 Nov 2002 12:36:37 -0800 (PST) Message-Id: <200211152036.gAFKaaub057019@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 15 Nov 2002 12:36:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/contributors article.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/15 12:36:36 PST Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add Josef El-Rayes for the simicq port Revision Changes Path 1.298 +4 -0 doc/en_US.ISO8859-1/articles/contributors/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 12:54: 7 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D05CD37B401; Fri, 15 Nov 2002 12:54:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83CA243E6E; Fri, 15 Nov 2002 12:54:06 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFKpRmV072699; Fri, 15 Nov 2002 12:51:27 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFKpRLC072695; Fri, 15 Nov 2002 12:51:27 -0800 (PST) Message-Id: <200211152051.gAFKpRLC072695@repoman.freebsd.org> From: John Baldwin Date: Fri, 15 Nov 2002 12:51:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/11/15 12:51:27 PST Modified files: release Makefile Log: Allow a person to specify NOCDROM to skip the cdrom.1 target during a release build. PR: 45300 Submitted by: David Yeske Revision Changes Path 1.728 +5 -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 Fri Nov 15 12:55:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5A6B37B401; Fri, 15 Nov 2002 12:55:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6887943E77; Fri, 15 Nov 2002 12:55:17 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFKqcmV074037; Fri, 15 Nov 2002 12:52:38 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFKqc0o074033; Fri, 15 Nov 2002 12:52:38 -0800 (PST) Message-Id: <200211152052.gAFKqc0o074033@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 15 Nov 2002 12:52:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gkrellmbgchg Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/15 12:52:38 PST Modified files: misc/gkrellmbgchg Makefile distinfo Log: Update to 0.0.3 PR: 45225 Submitted by: firewolf (maintainer) Revision Changes Path 1.3 +3 -2 ports/misc/gkrellmbgchg/Makefile 1.2 +1 -1 ports/misc/gkrellmbgchg/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 12:58:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4DEE37B404; Fri, 15 Nov 2002 12:58:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77BFF43E4A; Fri, 15 Nov 2002 12:58:16 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFKtbmV077468; Fri, 15 Nov 2002 12:55:37 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFKtbPL077467; Fri, 15 Nov 2002 12:55:37 -0800 (PST) Message-Id: <200211152055.gAFKtbPL077467@repoman.freebsd.org> From: John Baldwin Date: Fri, 15 Nov 2002 12:55:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man7 release.7 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/11/15 12:55:37 PST Modified files: share/man/man7 release.7 Log: Document NOCDROM and NO_FLOPPIES. Revision Changes Path 1.17 +4 -0 src/share/man/man7/release.7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 13: 7:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F43137B401; Fri, 15 Nov 2002 13:07:28 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0663743E3B; Fri, 15 Nov 2002 13:07:28 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id E38B32A88D; Fri, 15 Nov 2002 13:07:23 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/btx/lib Makefile In-Reply-To: <200211151946.gAFJkfDE025786@repoman.freebsd.org> Date: Fri, 15 Nov 2002 13:07:23 -0800 From: Peter Wemm Message-Id: <20021115210723.E38B32A88D@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ruslan Ermilov wrote: > ru 2002/11/15 11:46:41 PST > > Modified files: (Branch: RELENG_4) > sys/boot/i386/btx/lib Makefile > Log: > MFC: 1.10. > > The getobjformat(3) API was broken in 5.0-CURRENT -- it no longer > deletes object format options from the argument vector. Should > this be fixed before 5.0 is out? > > (This is to restore the ability to downgrade to RELENG_4.) Actually, getobjformat(3) was supposed to go away the moment the gcc folks. Why does the world build care what the host environment is here? Wouldn't this just be making it harder to upgrade from older OS's? Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 13:34:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34FC437B401; Fri, 15 Nov 2002 13:34:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA51043E4A; Fri, 15 Nov 2002 13:34:18 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFLVemV016475; Fri, 15 Nov 2002 13:31:40 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFLVeoY016474; Fri, 15 Nov 2002 13:31:40 -0800 (PST) Message-Id: <200211152131.gAFLVeoY016474@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 15 Nov 2002 13:31:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/simicq Makefile pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/15 13:31:40 PST Modified files: net/simicq Makefile pkg-descr Log: Update Maintainers Emailaddress in pkg-descr [1] USE_KDELIBS_VER does not work with bsd.port.(pre|post).mk [2] Submitted by: maintainer[1] Herbert Skuhra [2] Revision Changes Path 1.2 +1 -3 ports/net/simicq/Makefile 1.2 +1 -1 ports/net/simicq/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 Nov 15 13:46:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C984C37B401; Fri, 15 Nov 2002 13:46:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87E2C43E42; Fri, 15 Nov 2002 13:46:17 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFLhcmV028819; Fri, 15 Nov 2002 13:43:38 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFLhceT028815; Fri, 15 Nov 2002 13:43:38 -0800 (PST) Message-Id: <200211152143.gAFLhceT028815@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 15 Nov 2002 13:43:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio Makefile ports/audio/xmms-mailnotify Makefile distinfo pkg-comment pkg-descr pkg-plist ports/audio/xmms-mailnotify/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/15 13:43:38 PST Modified files: audio Makefile Added files: audio/xmms-mailnotify Makefile distinfo pkg-comment pkg-descr pkg-plist audio/xmms-mailnotify/files patch-aa Log: Add xmms-mailnotify, plays a sound on incoming mail and opens the MUA PR: 35062 Revision Changes Path 1.358 +1 -0 ports/audio/Makefile 1.1 +23 -0 ports/audio/xmms-mailnotify/Makefile (new) 1.1 +1 -0 ports/audio/xmms-mailnotify/distinfo (new) 1.1 +19 -0 ports/audio/xmms-mailnotify/files/patch-aa (new) 1.1 +1 -0 ports/audio/xmms-mailnotify/pkg-comment (new) 1.1 +4 -0 ports/audio/xmms-mailnotify/pkg-descr (new) 1.1 +2 -0 ports/audio/xmms-mailnotify/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 13:47: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2185437B401; Fri, 15 Nov 2002 13:47:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA34043E3B; Fri, 15 Nov 2002 13:47:07 -0800 (PST) (envelope-from arved@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFLiSmV029762; Fri, 15 Nov 2002 13:44:29 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFLiS2o029758; Fri, 15 Nov 2002 13:44:28 -0800 (PST) Message-Id: <200211152144.gAFLiS2o029758@repoman.freebsd.org> From: Tilman Linneweh Date: Fri, 15 Nov 2002 13:44:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2002/11/15 13:44:28 PST Modified files: . modules Log: xmms-mailnotify --> ports/audio/xmms-mailnotify Revision Changes Path 1.6248 +1 -0 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 Nov 15 14: 6: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 381E337B401; Fri, 15 Nov 2002 14:06:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F27C843E3B; Fri, 15 Nov 2002 14:06:04 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFM3QmV045983; Fri, 15 Nov 2002 14:03:26 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFM3PKx045982; Fri, 15 Nov 2002 14:03:25 -0800 (PST) Message-Id: <200211152203.gAFM3PKx045982@repoman.freebsd.org> From: John Baldwin Date: Fri, 15 Nov 2002 14:03:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2002/11/15 14:03:25 PST Modified files: release Makefile Log: Rework the checking out of the doc, src, and ports trees a bit to make it more manageable. - Add some helper variables (CVS_{SRC,DOC,PORTS}ARGS) to be used when using CVS to checkout files. We stick release tags in these helper variables if they are defined and then use only one cvs command instead of two cvs commands with an .ifdef to choose between them. - rm the old src/doc/ports directories as separate commands from the CVS comands so that the rm commands don't need to be duplicated. - Simplify the DOMINIMALDOCPORTS case by overriding RELEASEPORTSMODULE to be ${MINIMALDOCPORTS} thus removing yet another nearly-duplicate cvs command in an .ifdef. - Add support for grabbing src/ and doc/ from external directories specified via EXTSRCDIR and EXTDOCDIR instead of from CVS. The same is not done for ports/ quite yet as the DOMINIMALDOCPORTS case is a bit tricky. The rerelease target scripts have not been changed to use the helper variables yet, so there is still some room for improvement. Submitted by: kuriyama (4) Revision Changes Path 1.729 +31 -19 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 Fri Nov 15 14:38:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DA3437B401; Fri, 15 Nov 2002 14:38:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F34AE43E6E; Fri, 15 Nov 2002 14:38:13 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFMZYmV048814; Fri, 15 Nov 2002 14:35:34 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFMZYIv048813; Fri, 15 Nov 2002 14:35:34 -0800 (PST) Message-Id: <200211152235.gAFMZYIv048813@repoman.freebsd.org> From: Peter Wemm Date: Fri, 15 Nov 2002 14:35:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/include _types.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/11/15 14:35:34 PST Modified files: sys/ia64/include _types.h Log: Test the water. Make time_t long (64 bit) on ia64 since we do not have to worry about ABI vs released systems yet. This is mostly transparent since there is no significant exposure in the syscall interface. The things that go wrong are mostly userland stuff - time(&intvariable). Reviewed by: dfr, marcel Approved by: re (jhb) Revision Changes Path 1.4 +1 -1 src/sys/ia64/include/_types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 14:39:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E620937B401; Fri, 15 Nov 2002 14:39:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95E9B43E75; Fri, 15 Nov 2002 14:39:37 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFMawmV048893; Fri, 15 Nov 2002 14:36:58 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFMawSw048884; Fri, 15 Nov 2002 14:36:58 -0800 (PST) Message-Id: <200211152236.gAFMawSw048884@repoman.freebsd.org> From: Peter Wemm Date: Fri, 15 Nov 2002 14:36:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 clock.c src/sys/ufs/ffs ffs_snapshot.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/11/15 14:36:58 PST Modified files: sys/ia64/ia64 clock.c sys/ufs/ffs ffs_snapshot.c Log: Do not assume that time_t is an int. Approved by: re (jhb) Revision Changes Path 1.17 +1 -1 src/sys/ia64/ia64/clock.c 1.49 +2 -2 src/sys/ufs/ffs/ffs_snapshot.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 14:44:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAFF037B401; Fri, 15 Nov 2002 14:44:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CF7543E75; Fri, 15 Nov 2002 14:44:39 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFMg0mV049829; Fri, 15 Nov 2002 14:42:00 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFMg0w1049828; Fri, 15 Nov 2002 14:42:00 -0800 (PST) Message-Id: <200211152242.gAFMg0w1049828@repoman.freebsd.org> From: Peter Wemm Date: Fri, 15 Nov 2002 14:42:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_lastlog pam_lastlog.c src/usr.bin/who who.c src/usr.sbin/ppp physical.c src/usr.sbin/pppd auth.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/11/15 14:42:00 PST Modified files: lib/libpam/modules/pam_lastlog pam_lastlog.c usr.bin/who who.c usr.sbin/ppp physical.c usr.sbin/pppd auth.c Log: utmp.ut_time and lastlog.ll_time are explicitly int32_t rather than time_t. Deal with the possibility that time_t != int32_t. This boils down to this sort of thing: - time(&ut.ut_time); + ut.ut_time = time(NULL); and similar for ctime(3) etc. I've kept it minimal for the stuff that may need to be portable (or 3rd party code), but used Matt's time32 stuff for cases where that isn't as much of a concern. Approved by: re (jhb) Revision Changes Path 1.17 +6 -4 src/lib/libpam/modules/pam_lastlog/pam_lastlog.c 1.18 +5 -3 src/usr.bin/who/who.c 1.54 +1 -1 src/usr.sbin/ppp/physical.c 1.27 +1 -1 src/usr.sbin/pppd/auth.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 14:46:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5039737B401; Fri, 15 Nov 2002 14:46:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 034D743E3B; Fri, 15 Nov 2002 14:46:36 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFMhvmV049908; Fri, 15 Nov 2002 14:43:57 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFMhuwH049907; Fri, 15 Nov 2002 14:43:56 -0800 (PST) Message-Id: <200211152243.gAFMhuwH049907@repoman.freebsd.org> From: Peter Wemm Date: Fri, 15 Nov 2002 14:43:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xinstall xinstall.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/11/15 14:43:56 PST Modified files: usr.bin/xinstall xinstall.c Log: A little bit of anti-foot-shooting. Use utimes(2) rather than the deprecated utime(3). utimes(2) uses timeval, but utime(3) uses time_t's. If you do bad things (like I did) by mixing up include files with libc, then install can do strange things if you mismatch the time_t stuff. utime() is emulated entirely within libc. Approved by: re (jhb) Revision Changes Path 1.59 +11 -8 src/usr.bin/xinstall/xinstall.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 14:49:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A52D37B401; Fri, 15 Nov 2002 14:49:58 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4849043E77; Fri, 15 Nov 2002 14:49:54 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 2D4652A88D; Fri, 15 Nov 2002 14:49:54 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpam/modules/pam_lastlog pam_lastlog.c src/usr.bin/who who.c src/usr.sbin/ppp physical.c src/usr.sbin/pppd auth.c In-Reply-To: <200211152242.gAFMg0w1049828@repoman.freebsd.org> Date: Fri, 15 Nov 2002 14:49:54 -0800 From: Peter Wemm Message-Id: <20021115224954.2D4652A88D@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Peter Wemm wrote: > Modified files: > lib/libpam/modules/pam_lastlog pam_lastlog.c > usr.bin/who who.c > usr.sbin/ppp physical.c > usr.sbin/pppd auth.c > Log: > utmp.ut_time and lastlog.ll_time are explicitly int32_t rather than > time_t. Deal with the possibility that time_t != int32_t. FWIW, This stuff only has an effect on ia64. It's a NOP for the other platforms. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 14:55:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E55C237B401; Fri, 15 Nov 2002 14:55:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 991D643E6E; Fri, 15 Nov 2002 14:55:09 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFMqUmV051220; Fri, 15 Nov 2002 14:52:30 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFMqU44051219; Fri, 15 Nov 2002 14:52:30 -0800 (PST) Message-Id: <200211152252.gAFMqU44051219@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 15 Nov 2002 14:52:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/firestring Makefile distinfo pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/15 14:52:30 PST Modified files: misc/firestring Makefile distinfo pkg-descr Log: Commited patch, thank you! PR: 45235 Submitted by: Dean Hollister Revision Changes Path 1.5 +6 -5 ports/misc/firestring/Makefile 1.5 +1 -1 ports/misc/firestring/distinfo 1.3 +14 -7 ports/misc/firestring/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 Nov 15 14:56:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9B3337B401; Fri, 15 Nov 2002 14:56:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C1A543E42; Fri, 15 Nov 2002 14:56:32 -0800 (PST) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFMrrmV051325; Fri, 15 Nov 2002 14:53:53 -0800 (PST) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFMrrRq051324; Fri, 15 Nov 2002 14:53:53 -0800 (PST) Message-Id: <200211152253.gAFMrrRq051324@repoman.freebsd.org> From: Luigi Rizzo Date: Fri, 15 Nov 2002 14:53:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_input.c ip_mroute.c ip_mroute.h ip_output.c ip_var.h raw_ip.c src/sys/conf files src/sys/net route.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2002/11/15 14:53:53 PST Modified files: sys/netinet ip_mroute.c ip_input.c ip_output.c ip_var.h raw_ip.c ip_mroute.h sys/conf files sys/net route.c Log: Massive cleanup of the ip_mroute code. No functional changes, but: + the mrouting module now should behave the same as the compiled-in version (it did not before, some of the rsvp code was not loaded properly); + netinet/ip_mroute.c is now truly optional; + removed some redundant/unused code; + changed many instances of '0' to NULL and INADDR_ANY as appropriate; + removed several static variables to make the code more SMP-friendly; + fixed some minor bugs in the mrouting code (mostly, incorrect return values from functions). This commit is also a prerequisite to the addition of support for PIM, which i would like to put in before DP2 (it does not change any of the existing APIs, anyways). Note, in the process we found out that some device drivers fail to properly handle changes in IFF_ALLMULTI, leading to interesting behaviour when a multicast router is started. This bug is not corrected by this commit, and will be fixed with a separate commit. Detailed changes: -------------------- netinet/ip_mroute.c all the above. conf/files make ip_mroute.c optional net/route.c fix mrt_ioctl hook netinet/ip_input.c fix ip_mforward hook, move rsvp_input() here together with other rsvp code, and a couple of indentation fixes. netinet/ip_output.c fix ip_mforward and ip_mcast_src hooks netinet/ip_var.h rsvp function hooks netinet/raw_ip.c hooks for mrouting and rsvp functions, plus interface cleanup. netinet/ip_mroute.h remove an unused and optional field from a struct Most of the code is from Pavlin Radoslavov and the XORP project Reviewed by: sam MFC after: 1 week Revision Changes Path 1.735 +1 -1 src/sys/conf/files 1.71 +1 -1 src/sys/net/route.c 1.216 +30 -3 src/sys/netinet/ip_input.c 1.83 +527 -869 src/sys/netinet/ip_mroute.c 1.20 +0 -3 src/sys/netinet/ip_mroute.h 1.170 +7 -4 src/sys/netinet/ip_output.c 1.68 +4 -3 src/sys/netinet/ip_var.h 1.105 +31 -9 src/sys/netinet/raw_ip.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 14:57:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B6BC37B401; Fri, 15 Nov 2002 14:57:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0CBF43E75; Fri, 15 Nov 2002 14:57:45 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFMt6mV051381; Fri, 15 Nov 2002 14:55:06 -0800 (PST) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFMt6jx051380; Fri, 15 Nov 2002 14:55:06 -0800 (PST) Message-Id: <200211152255.gAFMt6jx051380@repoman.freebsd.org> From: Alfred Perlstein Date: Fri, 15 Nov 2002 14:55:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/posix4 ksched.c p1003_1b.c posix4.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/11/15 14:55:06 PST Modified files: sys/posix4 ksched.c p1003_1b.c posix4.h Log: headers should not really include "opt_foo.h" (in this case opt_posix.h). remove it from the header and add it to the files that require it. Revision Changes Path 1.22 +2 -0 src/sys/posix4/ksched.c 1.20 +2 -0 src/sys/posix4/p1003_1b.c 1.10 +0 -2 src/sys/posix4/posix4.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 15: 1:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E057B37B401; Fri, 15 Nov 2002 15:01:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9487D43E6E; Fri, 15 Nov 2002 15:01:58 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFMxJmV052223; Fri, 15 Nov 2002 14:59:19 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFMxJwv052222; Fri, 15 Nov 2002 14:59:19 -0800 (PST) Message-Id: <200211152259.gAFMxJwv052222@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 15 Nov 2002 14:59:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/firedns/files patch-firemake.libs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/15 14:59:19 PST Added files: net/firedns/files patch-firemake.libs Log: Added patchfile to properly handle the -lpthread -pthread differences for FreeBSD. Noticed on: bento Revision Changes Path 1.1 +5 -0 ports/net/firedns/files/patch-firemake.libs (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 15:10:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3317237B404; Fri, 15 Nov 2002 15:10:45 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-63-207-60-146.dsl.lsan03.pacbell.net [63.207.60.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BB8143E4A; Fri, 15 Nov 2002 15:10:44 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from rot13.obsecurity.org (rot13.obsecurity.org [10.0.0.5]) by obsecurity.dyndns.org (Postfix) with ESMTP id 8B5F566D9C; Fri, 15 Nov 2002 15:10:43 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id F3AA21249; Fri, 15 Nov 2002 15:13:29 -0800 (PST) Date: Fri, 15 Nov 2002 15:13:29 -0800 From: Kris Kennaway To: Archie Cobbs Cc: Kris Kennaway , Joe Marcus Clarke , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/sysutils/medusa/files patch-medusa-idled_medusa-idled.c Message-ID: <20021115231329.GA16552@rot13.obsecurity.org> References: <20021115071927.GA14368@rot13.obsecurity.org> <200211151929.gAFJT5sQ036060@arch20m.dellroad.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline In-Reply-To: <200211151929.gAFJT5sQ036060@arch20m.dellroad.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 15, 2002 at 11:29:05AM -0800, Archie Cobbs wrote: > Kris Kennaway wrote: > > > Added files: > > > sysutils/medusa/files patch-medusa-idled_medusa-idled.c=20 > > > Log: > > > Fix build on -CURRENT. > >=20 > > Thanks..one more down! >=20 > Here's an idea.. in the same way we get weekly emails about open > PR's assigned to us, why not get weekly reminders about any ports > building errors for ports which we maintain? Probably best if this > could be enabled/disabled on a per-maintainer basis. Something like that has been on my to-do list for a very long time. Kris --C7zPtVaVf+AK4Oqc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE91X+ZWry0BWjoQKURAoLzAKCuuBt7And99I25syDbG1jk4rMv0wCg6k2J UdwVo+de/vSgnggMfiGHiAY= =1mgF -----END PGP SIGNATURE----- --C7zPtVaVf+AK4Oqc-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 15:18: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D002C37B401; Fri, 15 Nov 2002 15:18:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8597743E42; Fri, 15 Nov 2002 15:18:00 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFNFLmV053376; Fri, 15 Nov 2002 15:15:21 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFNFL7E053375; Fri, 15 Nov 2002 15:15:21 -0800 (PST) Message-Id: <200211152315.gAFNFL7E053375@repoman.freebsd.org> From: Alan Eldridge Date: Fri, 15 Nov 2002 15:15:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/pmw Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/11/15 15:15:21 PST Modified files: x11-toolkits/pmw Makefile Log: take over for tg@ who has no net access Revision Changes Path 1.16 +2 -2 ports/x11-toolkits/pmw/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 15:25:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E364537B401; Fri, 15 Nov 2002 15:25:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9490743E4A; Fri, 15 Nov 2002 15:25:30 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFNMpmV054216; Fri, 15 Nov 2002 15:22:51 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFNMpJ2054215; Fri, 15 Nov 2002 15:22:51 -0800 (PST) Message-Id: <200211152322.gAFNMpJ2054215@repoman.freebsd.org> From: Alan Eldridge Date: Fri, 15 Nov 2002 15:22:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/pmw Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/11/15 15:22:51 PST Modified files: x11-toolkits/pmw Makefile distinfo pkg-plist Log: Update to 1.1. PR: 45321 Submitted by: Tony Maher Revision Changes Path 1.17 +1 -1 ports/x11-toolkits/pmw/Makefile 1.7 +1 -1 ports/x11-toolkits/pmw/distinfo 1.7 +6 -3 ports/x11-toolkits/pmw/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 Nov 15 15:27:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2932437B401; Fri, 15 Nov 2002 15:27:47 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27D8D43E3B; Fri, 15 Nov 2002 15:27:42 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id gAFNRQpk096390; Fri, 15 Nov 2002 16:27:27 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 15 Nov 2002 16:26:54 -0700 (MST) Message-Id: <20021115.162654.106394440.imp@bsdimp.com> To: dillon@apollo.backplane.com Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/sleep sleep.c From: "M. Warner Losh" In-Reply-To: <200211151029.gAFATBmQ008076@apollo.backplane.com> References: <20021115111704.B2812-100000@beagle.fokus.gmd.de> <200211151029.gAFATBmQ008076@apollo.backplane.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <200211151029.gAFATBmQ008076@apollo.backplane.com> Matthew Dillon writes: : I think you are missing the whole point of having a mini-c. And I also : do not agree with you *AT ALL* in regards to anything having to be : reverted. Mini-C by necessity would exist for those people who want : a tiny /bin. You don't have to use it. Nor is Mini-C necessarily I don't think that a mini-c will help at all. /bin can be scrunched down to 500k and sbin to 605k on 4.5 and the system will still boot. A full install is only 2842k when sbin/bin are dynamically linked. A full static install is 15302k. mini-c would help in the static case, but not at all in the dynamic case. If you have to have libc, et al, on /, then the libraries used by sbin/bin are 1604k in size, which cuts into your savings down to only 10M. A mini-c dynamic would help a little in this case, but it can't help by more than 500k, which is the size of libc. When both / and /usr are on the same partition, your savings is 12M. I've booted 6M 4.5 systems, including kernel and all binaries to boot as well as a few things like telnetd, etc. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 15:30:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD1E637B404; Fri, 15 Nov 2002 15:30:42 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86DF343E88; Fri, 15 Nov 2002 15:30:41 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.3/8.12.3) with ESMTP id gAFNU9pk096415; Fri, 15 Nov 2002 16:30:10 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 15 Nov 2002 16:29:35 -0700 (MST) Message-Id: <20021115.162935.02426037.imp@bsdimp.com> To: dillon@apollo.backplane.com Cc: brandt@fokus.gmd.de, sobomax@FreeBSD.org, silby@silby.com, njl@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/sleep sleep.c From: "M. Warner Losh" In-Reply-To: <200211151046.gAFAkAtg008321@apollo.backplane.com> References: <20021115113158.K2812-100000@beagle.fokus.gmd.de> <200211151046.gAFAkAtg008321@apollo.backplane.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message: <200211151046.gAFAkAtg008321@apollo.backplane.com> Matthew Dillon writes: : like this. PicoBSD could use it, for example. I would probably : not use it for real machines but I sure as hell would use it for : CF-booting turnkey systems. A fully dynamic bin and sbin are so small that it likely wouldn't be worth the effort in a CF system. We ship these all the time and haven't found a need to strip things more than making / dynamic. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 15:52:55 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAD0037B401; Fri, 15 Nov 2002 15:52:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A106943E3B; Fri, 15 Nov 2002 15:52:53 -0800 (PST) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAFNoEmV056925; Fri, 15 Nov 2002 15:50:14 -0800 (PST) (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAFNoE2L056924; Fri, 15 Nov 2002 15:50:14 -0800 (PST) Message-Id: <200211152350.gAFNoE2L056924@repoman.freebsd.org> From: Kirk McKusick Date: Fri, 15 Nov 2002 15:50:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs mkfs.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mckusick 2002/11/15 15:50:14 PST Modified files: sbin/newfs mkfs.c Log: Properly calculate the initial number of fragments in a large filesystem. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.64 +2 -1 src/sbin/newfs/mkfs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 16: 3:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BAFF37B401; Fri, 15 Nov 2002 16:03:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE3C443E77; Fri, 15 Nov 2002 16:03:40 -0800 (PST) (envelope-from scop@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG011mV057967; Fri, 15 Nov 2002 16:01:01 -0800 (PST) (envelope-from scop@repoman.freebsd.org) Received: (from scop@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG011uH057966; Fri, 15 Nov 2002 16:01:01 -0800 (PST) Message-Id: <200211160001.gAG011uH057966@repoman.freebsd.org> From: Ville Skyttä Date: Fri, 15 Nov 2002 16:01:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/cvsweb ChangeLog INSTALL README.FreeBSD TODO.FreeBSD cvsweb.cgi cvsweb.conf projects/cvsweb/css cvsweb.css X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scop 2002/11/15 16:01:01 PST Modified files: cvsweb ChangeLog INSTALL README.FreeBSD TODO.FreeBSD cvsweb.cgi cvsweb.conf Added files: cvsweb/css cvsweb.css Log: Move CSS into external stylesheet file. Revision Changes Path 1.67 +6 -0 projects/cvsweb/ChangeLog 1.6 +15 -12 projects/cvsweb/INSTALL 1.18 +1 -1 projects/cvsweb/README.FreeBSD 1.18 +0 -2 projects/cvsweb/TODO.FreeBSD 1.1 +82 -0 projects/cvsweb/css/cvsweb.css (new) 1.134 +11 -95 projects/cvsweb/cvsweb.cgi 1.43 +3 -0 projects/cvsweb/cvsweb.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 16: 4:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16EDC37B401; Fri, 15 Nov 2002 16:04:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B94BE43E42; Fri, 15 Nov 2002 16:04:52 -0800 (PST) (envelope-from cy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG02DmV058040; Fri, 15 Nov 2002 16:02:13 -0800 (PST) (envelope-from cy@repoman.freebsd.org) Received: (from cy@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG02D9W058039; Fri, 15 Nov 2002 16:02:13 -0800 (PST) Message-Id: <200211160002.gAG02D9W058039@repoman.freebsd.org> From: Cy Schubert Date: Fri, 15 Nov 2002 16:02:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/krb5 Makefile distinfo ports/security/krb5/files patch-kadmin::v4server::kadm_ser_wrap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cy 2002/11/15 16:02:13 PST Modified files: security/krb5 Makefile distinfo Removed files: security/krb5/files patch-kadmin::v4server::kadm_ser_wrap.c Log: Update 1.2.6 --> 1.2.7 Note: Since crypto-publish.org does not yet have krb5-1.2.7 up on their website, fetch from their site has been temporarily disabled. Revision Changes Path 1.48 +8 -4 ports/security/krb5/Makefile 1.15 +1 -2 ports/security/krb5/distinfo 1.2 +0 -26 ports/security/krb5/files/patch-kadmin::v4server::kadm_ser_wrap.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 16: 9:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDBFB37B401; Fri, 15 Nov 2002 16:09:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94E9543E4A; Fri, 15 Nov 2002 16:09:25 -0800 (PST) (envelope-from scop@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG06kmV058219; Fri, 15 Nov 2002 16:06:46 -0800 (PST) (envelope-from scop@repoman.freebsd.org) Received: (from scop@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG06kmE058218; Fri, 15 Nov 2002 16:06:46 -0800 (PST) Message-Id: <200211160006.gAG06kmE058218@repoman.freebsd.org> From: Ville Skyttä Date: Fri, 15 Nov 2002 16:06:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/cvsweb cvsweb.cgi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scop 2002/11/15 16:06:46 PST Modified files: cvsweb cvsweb.cgi Log: Fix arguments to cvsgraph(1). Revision Changes Path 1.135 +10 -9 projects/cvsweb/cvsweb.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 16:10:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEDD537B401; Fri, 15 Nov 2002 16:10:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82A7643E75; Fri, 15 Nov 2002 16:10:45 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG086mV058458; Fri, 15 Nov 2002 16:08:06 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG085Yn058456; Fri, 15 Nov 2002 16:08:05 -0800 (PST) Message-Id: <200211160008.gAG085Yn058456@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 15 Nov 2002 16:08:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/larbin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/15 16:08:05 PST Modified files: www/larbin Makefile Log: Larbin is using makedepend, which is part of devel/imake or devel/imake-4 Noticed on: bento Revision Changes Path 1.6 +9 -1 ports/www/larbin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 16:21:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6117337B401; Fri, 15 Nov 2002 16:21:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11C9043E6E; Fri, 15 Nov 2002 16:21:10 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG0IUmV059571; Fri, 15 Nov 2002 16:18:30 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG0IUqu059570; Fri, 15 Nov 2002 16:18:30 -0800 (PST) Message-Id: <200211160018.gAG0IUqu059570@repoman.freebsd.org> From: Jimmy Olgeni Date: Fri, 15 Nov 2002 16:18:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py_otp_interface Makefile ports/devel/py_otp_interface/files patch-erl__term.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/15 16:18:29 PST Modified files: devel/py_otp_interface Makefile devel/py_otp_interface/files patch-erl__term.py Log: Caught bug (typo) in erl_term._PackString. Also submitted to author. Revision Changes Path 1.3 +1 -1 ports/devel/py_otp_interface/Makefile 1.2 +16 -2 ports/devel/py_otp_interface/files/patch-erl__term.py To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 16:22:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D314737B401; Fri, 15 Nov 2002 16:22:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88D5D43E88; Fri, 15 Nov 2002 16:22:46 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG0K7mV059957; Fri, 15 Nov 2002 16:20:07 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG0K79p059956; Fri, 15 Nov 2002 16:20:07 -0800 (PST) Message-Id: <200211160020.gAG0K79p059956@repoman.freebsd.org> From: Jimmy Olgeni Date: Fri, 15 Nov 2002 16:20:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/erlang Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/15 16:20:07 PST Modified files: lang/erlang Makefile Log: Make more silent + whitespace change. Revision Changes Path 1.32 +3 -3 ports/lang/erlang/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 16:38:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC35D37B401; Fri, 15 Nov 2002 16:38:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 622A043E42; Fri, 15 Nov 2002 16:38:40 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG0a0mV061120; Fri, 15 Nov 2002 16:36:00 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG0a040061117; Fri, 15 Nov 2002 16:36:00 -0800 (PST) Message-Id: <200211160036.gAG0a040061117@repoman.freebsd.org> From: Jimmy Olgeni Date: Fri, 15 Nov 2002 16:36:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/erlang pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/15 16:36:00 PST Added files: lang/erlang pkg-message Log: Add installation message suggesting path to emacs mode. Submitted by: Marc Ernst Eddy van Woerkom Revision Changes Path 1.1 +9 -0 ports/lang/erlang/pkg-message (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 16:51:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE57D37B401; Fri, 15 Nov 2002 16:51:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1E3B43E3B; Fri, 15 Nov 2002 16:51:19 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG0memV062514; Fri, 15 Nov 2002 16:48:40 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG0mdp2062512; Fri, 15 Nov 2002 16:48:39 -0800 (PST) Message-Id: <200211160048.gAG0mdp2062512@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 15 Nov 2002 16:48:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/bison Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/15 16:48:39 PST Modified files: devel/bison Makefile Log: Add a RUN_DEPENDS on gm4 to prevent bison from failing with many ports. Approved by: kris Discussed on ports Revision Changes Path 1.38 +2 -1 ports/devel/bison/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 16:51:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 060F037B401; Fri, 15 Nov 2002 16:51:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78A5343E91; Fri, 15 Nov 2002 16:51:53 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG0nEmV062763; Fri, 15 Nov 2002 16:49:14 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG0nDb7062762; Fri, 15 Nov 2002 16:49:13 -0800 (PST) Message-Id: <200211160049.gAG0nDb7062762@repoman.freebsd.org> From: Joe Marcus Clarke Date: Fri, 15 Nov 2002 16:49:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/gnomepim Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/15 16:49:13 PST Modified files: deskutils/gnomepim Makefile Log: Remove BUILD_DEPENDS on gm4 as this is now inherited from devel/bison. Revision Changes Path 1.47 +0 -2 ports/deskutils/gnomepim/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 16:57:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAC3037B401; Fri, 15 Nov 2002 16:57:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FAD143E6E; Fri, 15 Nov 2002 16:57:51 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG0tCmV062990; Fri, 15 Nov 2002 16:55:12 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG0tCNf062989; Fri, 15 Nov 2002 16:55:12 -0800 (PST) Message-Id: <200211160055.gAG0tCNf062989@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 15 Nov 2002 16:55:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/xjman Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/15 16:55:11 PST Modified files: japanese/xjman Makefile Log: scripts/configure needs perl -> USE_PERL5=yes Noticed on: bento Revision Changes Path 1.21 +1 -0 ports/japanese/xjman/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 17: 4: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 063C737B401; Fri, 15 Nov 2002 17:04:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B06B543E4A; Fri, 15 Nov 2002 17:04:00 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG11LmV063853; Fri, 15 Nov 2002 17:01:21 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG11L46063852; Fri, 15 Nov 2002 17:01:21 -0800 (PST) Message-Id: <200211160101.gAG11L46063852@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 15 Nov 2002 17:01:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xstr xstr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/11/15 17:01:21 PST Modified files: (Branch: RELENG_4) usr.bin/xstr xstr.c Log: MFC 1.7 and 1.8: Avoid buffer overflow in yankstr(), style changes. Revision Changes Path 1.4.2.1 +70 -78 src/usr.bin/xstr/xstr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 17:10:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3975137B401; Fri, 15 Nov 2002 17:10:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DDFA43E6E; Fri, 15 Nov 2002 17:10:22 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG17gmV064111; Fri, 15 Nov 2002 17:07:42 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG17gXR064109; Fri, 15 Nov 2002 17:07:42 -0800 (PST) Message-Id: <200211160107.gAG17gXR064109@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 15 Nov 2002 17:07:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/mkstr mkstr.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/11/15 17:07:42 PST Modified files: (Branch: RELENG_4) usr.bin/mkstr mkstr.c Log: MFC 1.5-1.10: Avoid two buffer overflows, style and warnings changes. Revision Changes Path 1.4.2.1 +48 -46 src/usr.bin/mkstr/mkstr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 17:39:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A4A937B401; Fri, 15 Nov 2002 17:39:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E225443E6E; Fri, 15 Nov 2002 17:39:19 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG1aemV066798; Fri, 15 Nov 2002 17:36:40 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG1aev9066797; Fri, 15 Nov 2002 17:36:40 -0800 (PST) Message-Id: <200211160136.gAG1aev9066797@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 15 Nov 2002 17:36:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/msyslog Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/15 17:36:40 PST Modified files: sysutils/msyslog Makefile Log: sysutils/msyslog needs perl to configure, -> USE_PERL5=yes Noticed on: bento Revision Changes Path 1.9 +1 -0 ports/sysutils/msyslog/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 17:44:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84BB937B401; Fri, 15 Nov 2002 17:44:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7B0D43E97; Fri, 15 Nov 2002 17:44:12 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG1fXmV067577; Fri, 15 Nov 2002 17:41:33 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG1fX0c067576; Fri, 15 Nov 2002 17:41:33 -0800 (PST) Message-Id: <200211160141.gAG1fX0c067576@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 15 Nov 2002 17:41:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/ia64/gen Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/11/15 17:41:33 PST Modified files: lib/libc/ia64/gen Makefile.inc Log: Sort SRCS. Revision Changes Path 1.5 +4 -5 src/lib/libc/ia64/gen/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 18: 1:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83D8637B401; Fri, 15 Nov 2002 18:01:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3794D43E75; Fri, 15 Nov 2002 18:01:43 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG1x3mV069219; Fri, 15 Nov 2002 17:59:03 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG1x3HN069218; Fri, 15 Nov 2002 17:59:03 -0800 (PST) Message-Id: <200211160159.gAG1x3HN069218@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 15 Nov 2002 17:59:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/anjuta Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/15 17:59:03 PST Modified files: devel/anjuta Makefile Log: gdkpixbuf is also needed here. Submitted by: Volker Stolz Revision Changes Path 1.11 +1 -1 ports/devel/anjuta/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 18:10:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF3FD37B401; Fri, 15 Nov 2002 18:10:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F89B43E9C; Fri, 15 Nov 2002 18:10:36 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG27umV069745; Fri, 15 Nov 2002 18:07:56 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG27uV4069742; Fri, 15 Nov 2002 18:07:56 -0800 (PST) Message-Id: <200211160207.gAG27uV4069742@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 15 Nov 2002 18:07:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/palm/syncmal/files patch-malsync::mal::client::unix::MAL31DBConfig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/15 18:07:56 PST Added files: palm/syncmal/files patch-malsync::mal::client::unix::MAL31DBConfig.c Log: Make palm/syncmal building again: malloc.h -> stdlib.h Noticed on: bento Revision Changes Path 1.1 +14 -0 ports/palm/syncmal/files/patch-malsync::mal::client::unix::MAL31DBConfig.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 18:22:13 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3CDD37B401; Fri, 15 Nov 2002 18:22:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8794343E9C; Fri, 15 Nov 2002 18:22:12 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG2JWmV071212; Fri, 15 Nov 2002 18:19:32 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG2JWBw071211; Fri, 15 Nov 2002 18:19:32 -0800 (PST) Message-Id: <200211160219.gAG2JWBw071211@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 15 Nov 2002 18:19:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/wmminichess Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/15 18:19:32 PST Modified files: games/wmminichess Makefile Log: bin/gnuchessx doesn't exist anymore, changed in favour of bin/gnuchess. Noticed: on bento Revision Changes Path 1.8 +1 -1 ports/games/wmminichess/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 18:25:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11AF937B401; Fri, 15 Nov 2002 18:25:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B829243E75; Fri, 15 Nov 2002 18:25:57 -0800 (PST) (envelope-from nectar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG2NHmV071360; Fri, 15 Nov 2002 18:23:17 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG2NHLd071359; Fri, 15 Nov 2002 18:23:17 -0800 (PST) Message-Id: <200211160223.gAG2NHLd071359@repoman.freebsd.org> From: Jacques Vidrine Date: Fri, 15 Nov 2002 18:23:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/kerberos5/usr.bin/krb5-config Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nectar 2002/11/15 18:23:17 PST Modified files: kerberos5/usr.bin/krb5-config Makefile Log: Repair buglet introduced with the last import of Heimdal: `krb5-config --cflags' spewed an erroneous argument. Reported by: Gabor@Zahemszky.HU Approved by: re (jhb) Revision Changes Path 1.8 +1 -0 src/kerberos5/usr.bin/krb5-config/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 19: 3:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F39C37B401; Fri, 15 Nov 2002 19:03:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B07943E88; Fri, 15 Nov 2002 19:03:48 -0800 (PST) (envelope-from dwcjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG318mV075029; Fri, 15 Nov 2002 19:01:08 -0800 (PST) (envelope-from dwcjr@repoman.freebsd.org) Received: (from dwcjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG318EA075028; Fri, 15 Nov 2002 19:01:08 -0800 (PST) Message-Id: <200211160301.gAG318EA075028@repoman.freebsd.org> From: "David W. Chapman Jr." Date: Fri, 15 Nov 2002 19:01:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/cgiwrap pkg-descr X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/11/15 19:01:08 PST Modified files: www/cgiwrap pkg-descr Log: Update url in pkg-descr PR: 45271 Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/www/cgiwrap/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 Nov 15 19: 6: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09C2B37B401; Fri, 15 Nov 2002 19:06:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0C4543E4A; Fri, 15 Nov 2002 19:06:00 -0800 (PST) (envelope-from dwcjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG33KmV075110; Fri, 15 Nov 2002 19:03:20 -0800 (PST) (envelope-from dwcjr@repoman.freebsd.org) Received: (from dwcjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG33KcW075109; Fri, 15 Nov 2002 19:03:20 -0800 (PST) Message-Id: <200211160303.gAG33KcW075109@repoman.freebsd.org> From: "David W. Chapman Jr." Date: Fri, 15 Nov 2002 19:03:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/scout Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dwcjr 2002/11/15 19:03:20 PST Modified files: www/scout Makefile Log: Update MASTER_SITES PR: 45187 Submitted by: maintainer Revision Changes Path 1.4 +1 -2 ports/www/scout/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 19:28:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 468E537B401; Fri, 15 Nov 2002 19:28:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B667143E8A; Fri, 15 Nov 2002 19:28:17 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG3PbmV077028; Fri, 15 Nov 2002 19:25:37 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG3PbNT077027; Fri, 15 Nov 2002 19:25:37 -0800 (PST) Message-Id: <200211160325.gAG3PbNT077027@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 15 Nov 2002 19:25:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/vterrain-sdk Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/15 19:25:37 PST Modified files: graphics/vterrain-sdk Makefile Log: One of the libraries this port relied on was renamed from libosg.so.1 to libosg.so. Unfortunatly, ldconfig doesn't pick up that name so I had to move it from the LIB_DEPENDS section to the BUILD_DEPENDS/RUN_DEPENDS section. Noticed on: bento Revision Changes Path 1.8 +3 -2 ports/graphics/vterrain-sdk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 19:33:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95C5937B401; Fri, 15 Nov 2002 19:33:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4952043E3B; Fri, 15 Nov 2002 19:33:35 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG3UtmV077847; Fri, 15 Nov 2002 19:30:55 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG3UtlF077846; Fri, 15 Nov 2002 19:30:55 -0800 (PST) Message-Id: <200211160330.gAG3UtlF077846@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 15 Nov 2002 19:30:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese/metalist Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/15 19:30:55 PST Modified files: chinese/metalist Makefile Log: Move the check for Harness.pm from LIB_PERL to SITE_PERL Noticed on: bento Revision Changes Path 1.4 +1 -1 ports/chinese/metalist/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 19:45:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30D6C37B401; Fri, 15 Nov 2002 19:45:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D847E43E42; Fri, 15 Nov 2002 19:45:14 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG3gYmV078856; Fri, 15 Nov 2002 19:42:34 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG3gYZu078855; Fri, 15 Nov 2002 19:42:34 -0800 (PST) Message-Id: <200211160342.gAG3gYZu078855@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 15 Nov 2002 19:42:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/pronto Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/15 19:42:34 PST Modified files: mail/pronto Makefile Log: Fix building dependencies: SQL/Statement.pm is not in architecture directory. Noticed by: bento Revision Changes Path 1.3 +2 -2 ports/mail/pronto/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 20:25:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22B0C37B401; Fri, 15 Nov 2002 20:25:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA58243E3B; Fri, 15 Nov 2002 20:25:35 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG4MtmV082483; Fri, 15 Nov 2002 20:22:55 -0800 (PST) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG4MtXu082482; Fri, 15 Nov 2002 20:22:55 -0800 (PST) Message-Id: <200211160422.gAG4MtXu082482@repoman.freebsd.org> From: Alfred Perlstein Date: Fri, 15 Nov 2002 20:22:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/11/15 20:22:55 PST Modified files: sys/kern vfs_aio.c Log: Call 'p31b_setcfg(CTL_P1003_1B_AIO_LISTIO_MAX, AIO_LISTIO_MAX)' when AIO is initialized so that sysconf() gives correct results. Reported by: Craig Rodrigues Revision Changes Path 1.144 +3 -0 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 20:26:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D105D37B401; Fri, 15 Nov 2002 20:26:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8387843E6E; Fri, 15 Nov 2002 20:26:57 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG4OHmV082547; Fri, 15 Nov 2002 20:24:17 -0800 (PST) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG4OHO5082546; Fri, 15 Nov 2002 20:24:17 -0800 (PST) Message-Id: <200211160424.gAG4OHO5082546@repoman.freebsd.org> From: Alfred Perlstein Date: Fri, 15 Nov 2002 20:24:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/mplayer Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/11/15 20:24:17 PST Modified files: graphics/mplayer Makefile distinfo Log: update to pre10 Revision Changes Path 1.33 +2 -2 ports/graphics/mplayer/Makefile 1.10 +1 -1 ports/graphics/mplayer/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 20:29:48 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCA6937B401; Fri, 15 Nov 2002 20:29:47 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 884A843E8A; Fri, 15 Nov 2002 20:29:47 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 5908AAE31A; Fri, 15 Nov 2002 20:29:42 -0800 (PST) Date: Fri, 15 Nov 2002 20:29:42 -0800 From: Alfred Perlstein To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_aio.c Message-ID: <20021116042942.GS50692@elvis.mu.org> References: <200211160422.gAG4MtXu082482@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211160422.gAG4MtXu082482@repoman.freebsd.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Alfred Perlstein [021115 20:27] wrote: > alfred 2002/11/15 20:22:55 PST > > Modified files: > sys/kern vfs_aio.c > Log: > Call 'p31b_setcfg(CTL_P1003_1B_AIO_LISTIO_MAX, AIO_LISTIO_MAX)' > when AIO is initialized so that sysconf() gives correct results. > > Reported by: Craig Rodrigues More of these knobs might need initialization, anyone know what else? -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 20:52:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0093337B401; Fri, 15 Nov 2002 20:52:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B188B43E3B; Fri, 15 Nov 2002 20:52:55 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG4oFmV085292; Fri, 15 Nov 2002 20:50:15 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG4oFuX085291; Fri, 15 Nov 2002 20:50:15 -0800 (PST) Message-Id: <200211160450.gAG4oFuX085291@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 15 Nov 2002 20:50:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/bogofilter Makefile ports/mail/bogofilter/files patch-Makefile.in patch-config.c patch-configure patch-find_home.c patch-find_home.h patch-main.c patch-version.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/15 20:50:15 PST Modified files: mail/bogofilter Makefile Added files: mail/bogofilter/files patch-Makefile.in patch-config.c patch-configure patch-find_home.c patch-find_home.h patch-main.c patch-version.h Log: Maintainer update to version 0.8.0.1 PR: ports/45238 Submitted by: Matthias Andree Revision Changes Path 1.2 +2 -0 ports/mail/bogofilter/Makefile 1.1 +84 -0 ports/mail/bogofilter/files/patch-Makefile.in (new) 1.1 +19 -0 ports/mail/bogofilter/files/patch-config.c (new) 1.1 +20 -0 ports/mail/bogofilter/files/patch-configure (new) 1.1 +59 -0 ports/mail/bogofilter/files/patch-find_home.c (new) 1.1 +36 -0 ports/mail/bogofilter/files/patch-find_home.h (new) 1.1 +29 -0 ports/mail/bogofilter/files/patch-main.c (new) 1.1 +6 -0 ports/mail/bogofilter/files/patch-version.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 20:58:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CEF537B401; Fri, 15 Nov 2002 20:58:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1C1243E77; Fri, 15 Nov 2002 20:58:36 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG4tumV085485; Fri, 15 Nov 2002 20:55:56 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG4tu7a085484; Fri, 15 Nov 2002 20:55:56 -0800 (PST) Message-Id: <200211160455.gAG4tu7a085484@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 15 Nov 2002 20:55:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/php-screw Makefile distinfo pkg-message pkg-plist ports/www/php-screw/files patch-extension::Makefile patch-tools::Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/15 20:55:56 PST Modified files: www/php-screw Makefile distinfo pkg-message pkg-plist Added files: www/php-screw/files patch-tools::Makefile Removed files: www/php-screw/files patch-extension::Makefile Log: Maintainer update to version 1.2.1 PR: ports/45188 Submitted by: Alex Dupre Revision Changes Path 1.2 +7 -13 ports/www/php-screw/Makefile 1.2 +1 -1 ports/www/php-screw/distinfo 1.2 +0 -19 ports/www/php-screw/files/patch-extension::Makefile (dead) 1.1 +11 -0 ports/www/php-screw/files/patch-tools::Makefile (new) 1.2 +0 -1 ports/www/php-screw/pkg-message 1.2 +0 -1 ports/www/php-screw/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 Nov 15 21:13: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A658237B401; Fri, 15 Nov 2002 21:13:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58C0043E75; Fri, 15 Nov 2002 21:13:00 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG5AJmV087208; Fri, 15 Nov 2002 21:10:19 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG5AJRo087207; Fri, 15 Nov 2002 21:10:19 -0800 (PST) Message-Id: <200211160510.gAG5AJRo087207@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 15 Nov 2002 21:10:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/benchmarks/siege Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/15 21:10:19 PST Modified files: benchmarks/siege Makefile distinfo Log: Maintainer update to version 2.55 PR: 45141 Submitted by: Dominic Marks Revision Changes Path 1.10 +4 -3 ports/benchmarks/siege/Makefile 1.8 +1 -1 ports/benchmarks/siege/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 21:13:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60A6737B404; Fri, 15 Nov 2002 21:13:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7531143E9C; Fri, 15 Nov 2002 21:13:24 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG5AimV087247; Fri, 15 Nov 2002 21:10:44 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG5AiwJ087246; Fri, 15 Nov 2002 21:10:44 -0800 (PST) Message-Id: <200211160510.gAG5AiwJ087246@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Fri, 15 Nov 2002 21:10:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/cyrus-imapd2 Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2002/11/15 21:10:44 PST Modified files: mail/cyrus-imapd2 Makefile distinfo Log: Update to 2.1.10. Revision Changes Path 1.67 +2 -2 ports/mail/cyrus-imapd2/Makefile 1.20 +2 -2 ports/mail/cyrus-imapd2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 21:17:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5882337B404; Fri, 15 Nov 2002 21:17:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0800143E77; Fri, 15 Nov 2002 21:17:48 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG5F7mV087382; Fri, 15 Nov 2002 21:15:07 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG5F7lG087381; Fri, 15 Nov 2002 21:15:07 -0800 (PST) Message-Id: <200211160515.gAG5F7lG087381@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 15 Nov 2002 21:15:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/resume Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/15 21:15:07 PST Modified files: textproc/resume Makefile distinfo pkg-plist Log: Maintainer update to version 1.5.0 PR: ports/45134 Submitted by: Kimura Fuyuki Revision Changes Path 1.6 +10 -5 ports/textproc/resume/Makefile 1.6 +1 -1 ports/textproc/resume/distinfo 1.7 +19 -15 ports/textproc/resume/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 Nov 15 22:38: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9554E37B401; Fri, 15 Nov 2002 22:38:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46BB143E75; Fri, 15 Nov 2002 22:38:01 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG6ZKmV094650; Fri, 15 Nov 2002 22:35:20 -0800 (PST) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG6ZKUX094649; Fri, 15 Nov 2002 22:35:20 -0800 (PST) Message-Id: <200211160635.gAG6ZKUX094649@repoman.freebsd.org> From: Alfred Perlstein Date: Fri, 15 Nov 2002 22:35:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen sysconf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/11/15 22:35:20 PST Modified files: lib/libc/gen sysconf.c Log: Provide more correct default values for sysconf(3) reporting of the AIO subsystems capabilities: _SC_AIO_LISTIO_MAX returns the default of _POSIX_AIO_LISTIO_MAX _SC_AIO_MAX returns the default _POSIX_AIO_MAX _SC_AIO_PRIO_DELTA_MAX returns the default of 0 Without these adjustments the values returned are -1 even when the aio side of the kernel returns '0' for them which is incorrect. Noticed by: Craig Rodrigues Revision Changes Path 1.18 +3 -0 src/lib/libc/gen/sysconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 22:38:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F11B837B401; Fri, 15 Nov 2002 22:38:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A305E43E77; Fri, 15 Nov 2002 22:38:34 -0800 (PST) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG6ZrmV094875; Fri, 15 Nov 2002 22:35:53 -0800 (PST) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG6ZrLY094874; Fri, 15 Nov 2002 22:35:53 -0800 (PST) Message-Id: <200211160635.gAG6ZrLY094874@repoman.freebsd.org> From: Daniel Eischen Date: Fri, 15 Nov 2002 22:35:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/alpha/include cpu.h fpu.h signal.h ucontext.h src/sys/conf files src/sys/i386/i386 machdep.c src/sys/i386/include signal.h ucontext.h src/sys/i386/isa npx.c src/sys/ia64/ia64 machdep.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG deischen 2002/11/15 22:35:53 PST Modified files: sys/alpha/alpha machdep.c sys/alpha/include cpu.h fpu.h signal.h ucontext.h sys/conf files sys/i386/i386 machdep.c sys/i386/include signal.h ucontext.h sys/i386/isa npx.c sys/ia64/ia64 machdep.c sys/kern syscalls.master sys/powerpc/powerpc machdep.c sys/sparc64/sparc64 machdep.c sys/sys ucontext.h Added files: sys/kern kern_context.c Log: Add getcontext, setcontext, and swapcontext as system calls. Previously these were libc functions but were requested to be made into system calls for atomicity and to coalesce what might be two entrances into the kernel (signal mask setting and floating point trap) into one. A few style nits and comments from bde are also included. Tested on alpha by: gallatin Revision Changes Path 1.192 +134 -9 src/sys/alpha/alpha/machdep.c 1.34 +4 -4 src/sys/alpha/include/cpu.h 1.6 +2 -4 src/sys/alpha/include/fpu.h 1.11 +3 -4 src/sys/alpha/include/signal.h 1.6 +6 -3 src/sys/alpha/include/ucontext.h 1.736 +1 -0 src/sys/conf/files 1.550 +2 -1 src/sys/i386/i386/machdep.c 1.19 +2 -2 src/sys/i386/include/signal.h 1.9 +3 -10 src/sys/i386/include/ucontext.h 1.136 +2 -2 src/sys/i386/isa/npx.c 1.122 +14 -0 src/sys/ia64/ia64/machdep.c 1.1 +134 -0 src/sys/kern/kern_context.c (new) 1.137 +4 -0 src/sys/kern/syscalls.master 1.44 +14 -0 src/sys/powerpc/powerpc/machdep.c 1.73 +14 -0 src/sys/sparc64/sparc64/machdep.c 1.9 +8 -0 src/sys/sys/ucontext.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 22:39:39 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B5DC37B401; Fri, 15 Nov 2002 22:39:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0746143E77; Fri, 15 Nov 2002 22:39:38 -0800 (PST) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG6avmV095023; Fri, 15 Nov 2002 22:36:57 -0800 (PST) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG6avST095022; Fri, 15 Nov 2002 22:36:57 -0800 (PST) Message-Id: <200211160636.gAG6avST095022@repoman.freebsd.org> From: Daniel Eischen Date: Fri, 15 Nov 2002 22:36:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern init_sysent.c syscalls.c src/sys/sys syscall.h syscall.mk sysproto.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG deischen 2002/11/15 22:36:57 PST Modified files: sys/kern init_sysent.c syscalls.c sys/sys syscall.h syscall.mk sysproto.h Log: Regenerate after adding system calls. Revision Changes Path 1.143 +4 -1 src/sys/kern/init_sysent.c 1.129 +4 -1 src/sys/kern/syscalls.c 1.127 +5 -2 src/sys/sys/syscall.h 1.82 +5 -2 src/sys/sys/syscall.mk 1.120 +14 -1 src/sys/sys/sysproto.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 22:40:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3232537B401; Fri, 15 Nov 2002 22:40:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D884443E6E; Fri, 15 Nov 2002 22:40:48 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG6c8mV095252; Fri, 15 Nov 2002 22:38:08 -0800 (PST) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG6c7mx095250; Fri, 15 Nov 2002 22:38:07 -0800 (PST) Message-Id: <200211160638.gAG6c7mx095250@repoman.freebsd.org> From: Alfred Perlstein Date: Fri, 15 Nov 2002 22:38:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/11/15 22:38:07 PST Modified files: sys/kern vfs_aio.c Log: Export the values for _SC_AIO_MAX and _SC_AIO_PRIO_DELTA_MAX via the p1003b sysctl interface. Revision Changes Path 1.145 +4 -0 src/sys/kern/vfs_aio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 22:41:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FE6237B401; Fri, 15 Nov 2002 22:41:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C68043E88; Fri, 15 Nov 2002 22:41:52 -0800 (PST) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG6dBmV095753; Fri, 15 Nov 2002 22:39:11 -0800 (PST) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG6dBrm095752; Fri, 15 Nov 2002 22:39:11 -0800 (PST) Message-Id: <200211160639.gAG6dBrm095752@repoman.freebsd.org> From: Daniel Eischen Date: Fri, 15 Nov 2002 22:39:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/alpha/gen Makefile.inc makecontext.c src/lib/libc/i386/gen Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG deischen 2002/11/15 22:39:11 PST Modified files: lib/libc/alpha/gen Makefile.inc makecontext.c lib/libc/i386/gen Makefile.inc Log: Disconnect the userland get/set/swapcontext() functions from libc. I want to keep these in some version for the thread library/ies, but don't know whether to have them repo-copied to libc_r or renamed and kept in libc. Change the name of an alpha macro that was changed with the system call commit. Revision Changes Path 1.10 +1 -1 src/lib/libc/alpha/gen/Makefile.inc 1.2 +1 -1 src/lib/libc/alpha/gen/makecontext.c 1.18 +2 -2 src/lib/libc/i386/gen/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 23: 0:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB77837B401; Fri, 15 Nov 2002 23:00:10 -0800 (PST) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A1C343E42; Fri, 15 Nov 2002 23:00:06 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) by whale.sunbay.crimea.ua (8.12.6/8.12.6/Sunbay) with ESMTP id gAG7015V054595 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 16 Nov 2002 09:00:01 +0200 (EET) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.6/8.12.6/Submit) id gAG6xwgR054571; Sat, 16 Nov 2002 08:59:58 +0200 (EET) Date: Sat, 16 Nov 2002 08:59:58 +0200 From: Ruslan Ermilov To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/btx/lib Makefile Message-ID: <20021116065958.GA53717@sunbay.com> References: <200211151946.gAFJkfDE025786@repoman.freebsd.org> <20021115210723.E38B32A88D@canning.wemm.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GvXjxJ+pjyke8COw" Content-Disposition: inline In-Reply-To: <20021115210723.E38B32A88D@canning.wemm.org> User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 15, 2002 at 01:07:23PM -0800, Peter Wemm wrote: > Ruslan Ermilov wrote: > > ru 2002/11/15 11:46:41 PST > >=20 > > Modified files: (Branch: RELENG_4) > > sys/boot/i386/btx/lib Makefile=20 > > Log: > > MFC: 1.10. > > =20 > > The getobjformat(3) API was broken in 5.0-CURRENT -- it no longer > > deletes object format options from the argument vector. Should > > this be fixed before 5.0 is out? > > =20 > > (This is to restore the ability to downgrade to RELENG_4.) >=20 > Actually, getobjformat(3) was supposed to go away the moment the gcc folk= s. > Why does the world build care what the host environment is here? Wouldn't > this just be making it harder to upgrade from older OS's? >=20 This is now necessary to build a RELENG_4 kernel on 5.0-CURRENT: %%% Index: Makefile.alpha =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/sys/conf/Makefile.alpha,v retrieving revision 1.47.2.14 diff -u -r1.47.2.14 Makefile.alpha --- Makefile.alpha 7 Aug 2002 16:31:53 -0000 1.47.2.14 +++ Makefile.alpha 16 Nov 2002 06:58:26 -0000 @@ -57,12 +57,6 @@ # XXX LOCORE means "don't declare C stuff" not "for locore.s". ASM_CFLAGS=3D -x assembler-with-cpp -DLOCORE ${CFLAGS} =20 -# Select the correct set of tools. Can't set OBJFORMAT here because it -# doesn't get exported into the environment, and if it were exported -# then it might break building of utilities. -FMT=3D -elf -CFLAGS+=3D ${FMT} - DEFINED_PROF=3D ${PROF} .if defined(PROF) CFLAGS+=3D -malign-functions=3D4 @@ -91,12 +85,12 @@ SYSTEM_DEP=3D Makefile ${SYSTEM_OBJS} SYSTEM_OBJS=3D locore.o setdef0.o vnode_if.o ${OBJS} ioconf.o config.o \ setdef1.o hack.So -SYSTEM_LD=3D @${LD} ${FMT} -Bdynamic -T $S/conf/ldscript.$M \ +SYSTEM_LD=3D @${LD} -Bdynamic -T $S/conf/ldscript.$M \ -e locorestart \ -export-dynamic -dynamic-linker /red/herring \ -o ${.TARGET} -X ${SYSTEM_OBJS} vers.o SYSTEM_LD_TAIL=3D @${OBJCOPY} --strip-symbol gcc2_compiled. ${.TARGET} ; \ - ${SIZE} ${FMT} ${.TARGET} ; chmod 755 ${.TARGET} + ${SIZE} ${.TARGET} ; chmod 755 ${.TARGET} SYSTEM_DEP+=3D $S/conf/ldscript.$M =20 %BEFORE_DEPEND @@ -159,7 +153,7 @@ # in the a.out ld. For now, this works. hack.So: Makefile touch hack.c - ${CC} ${FMT} -shared -nostdlib hack.c -o hack.So + ${CC} -shared -nostdlib hack.c -o hack.So rm -f hack.c =20 .ORDER: setdefs.h setdef0.c setdef1.c Index: Makefile.i386 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/sys/conf/Makefile.i386,v retrieving revision 1.179.2.15 diff -u -r1.179.2.15 Makefile.i386 --- Makefile.i386 7 Aug 2002 16:31:53 -0000 1.179.2.15 +++ Makefile.i386 16 Nov 2002 06:58:26 -0000 @@ -57,12 +57,6 @@ # XXX LOCORE means "don't declare C stuff" not "for locore.s". ASM_CFLAGS=3D -x assembler-with-cpp -DLOCORE ${CFLAGS} =20 -# Select the correct set of tools. Can't set OBJFORMAT here because it -# doesn't get exported into the environment, and if it were exported -# then it might break building of utilities. -FMT=3D -elf -CFLAGS+=3D ${FMT} - DEFINED_PROF=3D ${PROF} .if defined(PROF) CFLAGS+=3D -malign-functions=3D4 @@ -91,11 +85,11 @@ SYSTEM_DEP=3D Makefile ${SYSTEM_OBJS} SYSTEM_OBJS=3D locore.o setdef0.o vnode_if.o ${OBJS} ioconf.o config.o \ setdef1.o hack.So -SYSTEM_LD=3D @${LD} ${FMT} -Bdynamic -T $S/conf/ldscript.$M \ +SYSTEM_LD=3D @${LD} -Bdynamic -T $S/conf/ldscript.$M \ -export-dynamic -dynamic-linker /red/herring \ -o ${.TARGET} -X ${SYSTEM_OBJS} vers.o SYSTEM_LD_TAIL=3D @${OBJCOPY} --strip-symbol gcc2_compiled. ${.TARGET} ; \ - ${SIZE} ${FMT} ${.TARGET} ; chmod 755 ${.TARGET} + ${SIZE} ${.TARGET} ; chmod 755 ${.TARGET} SYSTEM_DEP+=3D $S/conf/ldscript.$M =20 %BEFORE_DEPEND @@ -159,7 +153,7 @@ # in the a.out ld. For now, this works. hack.So: Makefile touch hack.c - ${CC} ${FMT} -shared -nostdlib hack.c -o hack.So + ${CC} -shared -nostdlib hack.c -o hack.So rm -f hack.c =20 .ORDER: setdefs.h setdef0.c setdef1.c Index: Makefile.pc98 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/sys/conf/Makefile.pc98,v retrieving revision 1.82.2.16 diff -u -r1.82.2.16 Makefile.pc98 --- Makefile.pc98 7 Aug 2002 16:31:53 -0000 1.82.2.16 +++ Makefile.pc98 16 Nov 2002 06:58:26 -0000 @@ -59,12 +59,6 @@ # XXX LOCORE means "don't declare C stuff" not "for locore.s". ASM_CFLAGS=3D -x assembler-with-cpp -DLOCORE ${CFLAGS} =20 -# Select the correct set of tools. Can't set OBJFORMAT here because it -# doesn't get exported into the environment, and if it were exported -# then it might break building of utilities. -FMT=3D -elf -CFLAGS+=3D ${FMT} - DEFINED_PROF=3D ${PROF} .if defined(PROF) CFLAGS+=3D -malign-functions=3D4 @@ -93,11 +87,11 @@ SYSTEM_DEP=3D Makefile ${SYSTEM_OBJS} SYSTEM_OBJS=3D locore.o setdef0.o vnode_if.o ${OBJS} ioconf.o config.o \ setdef1.o hack.So -SYSTEM_LD=3D @${LD} ${FMT} -Bdynamic -T $S/conf/ldscript.$M \ +SYSTEM_LD=3D @${LD} -Bdynamic -T $S/conf/ldscript.$M \ -export-dynamic -dynamic-linker /red/herring \ -o ${.TARGET} -X ${SYSTEM_OBJS} vers.o SYSTEM_LD_TAIL=3D @${OBJCOPY} --strip-symbol gcc2_compiled. ${.TARGET} ; \ - ${SIZE} ${FMT} ${.TARGET} ; chmod 755 ${.TARGET} + ${SIZE} ${.TARGET} ; chmod 755 ${.TARGET} SYSTEM_DEP+=3D $S/conf/ldscript.$M =20 %BEFORE_DEPEND @@ -161,7 +155,7 @@ # in the a.out ld. For now, this works. hack.So: Makefile touch hack.c - ${CC} ${FMT} -shared -nostdlib hack.c -o hack.So + ${CC} -shared -nostdlib hack.c -o hack.So rm -f hack.c =20 .ORDER: setdefs.h setdef0.c setdef1.c Index: files.i386 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/sys/conf/files.i386,v retrieving revision 1.307.2.35 diff -u -r1.307.2.35 files.i386 --- files.i386 5 Oct 2002 18:31:47 -0000 1.307.2.35 +++ files.i386 16 Nov 2002 06:58:26 -0000 @@ -67,8 +67,8 @@ # contrib/dev/oltr/if_oltr.c optional oltr trlld.o optional oltr \ - dependency "$S/contrib/dev/oltr/i386${FMT}.trlld.o.uu" \ - compile-with "uudecode < $S/contrib/dev/oltr/i386${FMT}.trlld.o.uu" \ + dependency "$S/contrib/dev/oltr/i386-elf.trlld.o.uu" \ + compile-with "uudecode < $S/contrib/dev/oltr/i386-elf.trlld.o.uu" \ no-implicit-rule contrib/dev/oltr/trlldbm.c optional oltr contrib/dev/oltr/trlldhm.c optional oltr Index: files.pc98 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/sys/conf/files.pc98,v retrieving revision 1.140.2.40 diff -u -r1.140.2.40 files.pc98 --- files.pc98 5 Oct 2002 18:31:47 -0000 1.140.2.40 +++ files.pc98 16 Nov 2002 06:58:26 -0000 @@ -64,8 +64,8 @@ # contrib/dev/oltr/if_oltr.c optional oltr trlld.o optional oltr \ - dependency "$S/contrib/dev/oltr/i386${FMT}.trlld.o.uu" \ - compile-with "uudecode < $S/contrib/dev/oltr/i386${FMT}.trlld.o.uu" \ + dependency "$S/contrib/dev/oltr/i386-elf.trlld.o.uu" \ + compile-with "uudecode < $S/contrib/dev/oltr/i386-elf.trlld.o.uu" \ no-implicit-rule contrib/dev/oltr/trlldbm.c optional oltr contrib/dev/oltr/trlldhm.c optional oltr %%% --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --GvXjxJ+pjyke8COw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE91ezuUkv4P6juNwoRApEyAJ9S+VgOyVPWnUWmeVjA8qfvUwZoxgCZASzL MCp0wHClzK0pRIToOCUcbzg= =ehEH -----END PGP SIGNATURE----- --GvXjxJ+pjyke8COw-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 23: 2:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5DBF37B401; Fri, 15 Nov 2002 23:02:23 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FE5343E4A; Fri, 15 Nov 2002 23:02:23 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.5) with ESMTP id gAG72Men089535 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sat, 16 Nov 2002 02:02:22 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.5/Submit) id gAG72LxE089532; Sat, 16 Nov 2002 02:02:21 -0500 (EST) (envelope-from wollman) Date: Sat, 16 Nov 2002 02:02:21 -0500 (EST) From: Garrett Wollman Message-Id: <200211160702.gAG72LxE089532@khavrinen.lcs.mit.edu> To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_aio.c In-Reply-To: <20021116042942.GS50692@elvis.mu.org> References: <200211160422.gAG4MtXu082482@repoman.freebsd.org> <20021116042942.GS50692@elvis.mu.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > More of these knobs might need initialization, anyone know what > else? `sysctl p1003_1b | fgrep aio` -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 23: 6:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91CA137B401; Fri, 15 Nov 2002 23:06:36 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id E168443E42; Fri, 15 Nov 2002 23:06:35 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.5) with ESMTP id gAG76Zen089559 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sat, 16 Nov 2002 02:06:35 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.5/Submit) id gAG76Z4S089556; Sat, 16 Nov 2002 02:06:35 -0500 (EST) (envelope-from wollman) Date: Sat, 16 Nov 2002 02:06:35 -0500 (EST) From: Garrett Wollman Message-Id: <200211160706.gAG76Z4S089556@khavrinen.lcs.mit.edu> To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen sysconf.c In-Reply-To: <200211160635.gAG6ZKUX094649@repoman.freebsd.org> References: <200211160635.gAG6ZKUX094649@repoman.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > _SC_AIO_LISTIO_MAX returns the default of _POSIX_AIO_LISTIO_MAX > _SC_AIO_MAX returns the default _POSIX_AIO_MAX > _SC_AIO_PRIO_DELTA_MAX returns the default of 0 _POSIX_* are the minimum maxima. Someone needs to interpret the big long list of parameters at the beginning of vfs_aio.c and actually write the correct values. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Fri Nov 15 23:47: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C1B637B401; Fri, 15 Nov 2002 23:47:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC4F443E77; Fri, 15 Nov 2002 23:47:06 -0800 (PST) (envelope-from alc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG7iPmV001853; Fri, 15 Nov 2002 23:44:25 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG7iPDx001852; Fri, 15 Nov 2002 23:44:25 -0800 (PST) Message-Id: <200211160744.gAG7iPDx001852@repoman.freebsd.org> From: Alan Cox Date: Fri, 15 Nov 2002 23:44:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_exec.c vfs_bio.c src/sys/vm vm_fault.c vm_object.c vm_page.c vm_pageout.c vnode_pager.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2002/11/15 23:44:25 PST Modified files: sys/kern kern_exec.c vfs_bio.c sys/vm vm_fault.c vm_object.c vm_page.c vm_pageout.c vnode_pager.c Log: Now that pmap_remove_all() is exported by our pmap implementations use it directly. Revision Changes Path 1.199 +1 -1 src/sys/kern/kern_exec.c 1.341 +2 -2 src/sys/kern/vfs_bio.c 1.156 +2 -2 src/sys/vm/vm_fault.c 1.240 +7 -7 src/sys/vm/vm_object.c 1.224 +4 -4 src/sys/vm/vm_page.c 1.212 +5 -5 src/sys/vm/vm_pageout.c 1.160 +1 -1 src/sys/vm/vnode_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 0: 9:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C4A237B401; Sat, 16 Nov 2002 00:09:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19D4843E4A; Sat, 16 Nov 2002 00:09:25 -0800 (PST) (envelope-from roberto@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAG86imV004576; Sat, 16 Nov 2002 00:06:44 -0800 (PST) (envelope-from roberto@repoman.freebsd.org) Received: (from roberto@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAG86iCs004575; Sat, 16 Nov 2002 00:06:44 -0800 (PST) Message-Id: <200211160806.gAG86iCs004575@repoman.freebsd.org> From: Ollivier Robert Date: Sat, 16 Nov 2002 00:06:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ntp Makefile Makefile.inc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG roberto 2002/11/16 00:06:43 PST Modified files: usr.sbin/ntp Makefile Makefile.inc Log: These two patches makes it easier to compile custom versions of NTP on FreeBSD: The first one allows one to avoid installing the html files. The second one allows one to override the CLOCKDEFS on the make command line. Submitted by: phk Revision Changes Path 1.6 +5 -1 src/usr.sbin/ntp/Makefile 1.3 +2 -2 src/usr.sbin/ntp/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 1:58:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D805337B401; Sat, 16 Nov 2002 01:58:22 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9755443E6E; Sat, 16 Nov 2002 01:58:22 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 603D2AE2E4; Sat, 16 Nov 2002 01:58:22 -0800 (PST) Date: Sat, 16 Nov 2002 01:58:22 -0800 From: Alfred Perlstein To: Garrett Wollman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, alc@freebsd.org Subject: Re: cvs commit: src/lib/libc/gen sysconf.c Message-ID: <20021116095822.GT50692@elvis.mu.org> References: <200211160635.gAG6ZKUX094649@repoman.freebsd.org> <200211160706.gAG76Z4S089556@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211160706.gAG76Z4S089556@khavrinen.lcs.mit.edu> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Garrett Wollman [021115 23:06] wrote: > < said: > > > _SC_AIO_LISTIO_MAX returns the default of _POSIX_AIO_LISTIO_MAX > > _SC_AIO_MAX returns the default _POSIX_AIO_MAX > > _SC_AIO_PRIO_DELTA_MAX returns the default of 0 > > _POSIX_* are the minimum maxima. Someone needs to interpret the big > long list of parameters at the beginning of vfs_aio.c and actually > write the correct values. Alan, can you lend me a hand with this? I'm a bit confused as to the right way to proceed... src/include/limits.h has: #define _POSIX_AIO_LISTIO_MAX 16 #define _POSIX_AIO_MAX 1 however I think the relevant defines from vfs_aio.c are: #ifndef MAX_AIO_QUEUE #define MAX_AIO_QUEUE 1024 /* Bigger than AIO_LISTIO_MAX */ #endif and sys/aio.h: ../sys/aio.h:#define AIO_LISTIO_MAX 16 so what to do? Should I set _POSIX_AIO_MAX to 1024? Or leaving it at 1 makes sense because people should be using sysconf(3)? Can I set vfs_aio to use the defines in include/limits.h? Or do we need to move them to syslimits.h? -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 2:12:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B1BE37B401; Sat, 16 Nov 2002 02:12:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09C2243E8A; Sat, 16 Nov 2002 02:12:18 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGA9amV016274; Sat, 16 Nov 2002 02:09:36 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGA9a5P016273; Sat, 16 Nov 2002 02:09:36 -0800 (PST) Message-Id: <200211161009.gAGA9a5P016273@repoman.freebsd.org> From: Alan Eldridge Date: Sat, 16 Nov 2002 02:09:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/grip Makefile distinfo pkg-plist ports/audio/grip/files patch-src-Makefile.am patch-src-grip.c patch-src-rip.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/11/16 02:09:36 PST Modified files: audio/grip Makefile distinfo pkg-plist Removed files: audio/grip/files patch-src-Makefile.am patch-src-grip.c patch-src-rip.c Log: Updated grip to 3.0.2. Mike incorporated my last set of source patches into the trunk like he always does so they're gone from here. Able to remove some extra work from Makefile cause Mike did those over, too. Have fun, kids, and remember, Do not taunt Happy Fun Grip! Revision Changes Path 1.19 +4 -9 ports/audio/grip/Makefile 1.9 +1 -1 ports/audio/grip/distinfo 1.2 +0 -9 ports/audio/grip/files/patch-src-Makefile.am (dead) 1.6 +0 -33 ports/audio/grip/files/patch-src-grip.c (dead) 1.2 +0 -11 ports/audio/grip/files/patch-src-rip.c (dead) 1.8 +5 -7 ports/audio/grip/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 2:34: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED08E37B401; Sat, 16 Nov 2002 02:34:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B39243E9C; Sat, 16 Nov 2002 02:34:08 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGAVQmV018215; Sat, 16 Nov 2002 02:31:26 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGAVQDt018210; Sat, 16 Nov 2002 02:31:26 -0800 (PST) Message-Id: <200211161031.gAGAVQDt018210@repoman.freebsd.org> From: SADA Kenji Date: Sat, 16 Nov 2002 02:31:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/dvipdfm-cjk Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/16 02:31:26 PST Modified files: print/dvipdfm-cjk Makefile distinfo Log: Upgrade to version 20020605 - fetch returned "Moved Temporarily" and failed. I just added transfered address to MASTER_SITES to cope with it. PR: ports/45022 Submitted by: maintainer Revision Changes Path 1.2 +3 -2 ports/print/dvipdfm-cjk/Makefile 1.2 +1 -1 ports/print/dvipdfm-cjk/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 3:14: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00CBA37B401; Sat, 16 Nov 2002 03:14:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A365E43E4A; Sat, 16 Nov 2002 03:14:02 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGBBLmV022151; Sat, 16 Nov 2002 03:11:21 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGBBKWZ022150; Sat, 16 Nov 2002 03:11:20 -0800 (PST) Message-Id: <200211161111.gAGBBKWZ022150@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 16 Nov 2002 03:11:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/11/16 03:11:20 PST Modified files: en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml Log: Add some Index entries in the -CURRENT part to be consistent with the -STABLE part. Revision Changes Path 1.151 +14 -0 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 3:41:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CCD337B401; Sat, 16 Nov 2002 03:41:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CBF943E91; Sat, 16 Nov 2002 03:41:31 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGBcnmV024586; Sat, 16 Nov 2002 03:38:49 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGBcn1Z024583; Sat, 16 Nov 2002 03:38:49 -0800 (PST) Message-Id: <200211161138.gAGBcn1Z024583@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 16 Nov 2002 03:38:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/11/16 03:38:49 PST Modified files: en_US.ISO8859-1/books/handbook/cutting-edge chapter.sgml Log: Explain that the sample supfile for -STABLE have to be customized. Revision Changes Path 1.152 +5 -2 doc/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 3:59:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC2AC37B401; Sat, 16 Nov 2002 03:59:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 893D043E3B; Sat, 16 Nov 2002 03:59:17 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGBuZmV026009; Sat, 16 Nov 2002 03:56:35 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGBuZbW026008; Sat, 16 Nov 2002 03:56:35 -0800 (PST) Message-Id: <200211161156.gAGBuZbW026008@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 16 Nov 2002 03:56:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ttf2pt1 Makefile distinfo pkg-plist ports/print/ttf2pt1/files patch-Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/16 03:56:35 PST Modified files: print/ttf2pt1 Makefile distinfo pkg-plist print/ttf2pt1/files patch-Makefile Log: Maintainer update to version 3.4.2 PR: ports/45024 Submitted by: Statue Revision Changes Path 1.6 +1 -1 ports/print/ttf2pt1/Makefile 1.4 +1 -1 ports/print/ttf2pt1/distinfo 1.5 +11 -2 ports/print/ttf2pt1/files/patch-Makefile 1.3 +1 -0 ports/print/ttf2pt1/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 4:17: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9440F37B401; Sat, 16 Nov 2002 04:17:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FEB043E3B; Sat, 16 Nov 2002 04:17:04 -0800 (PST) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGCEMmV027873; Sat, 16 Nov 2002 04:14:22 -0800 (PST) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGCEMDt027872; Sat, 16 Nov 2002 04:14:22 -0800 (PST) Message-Id: <200211161214.gAGCEMDt027872@repoman.freebsd.org> From: Udo Erdelhoff Date: Sat, 16 Nov 2002 04:14:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/installation/common install.sgml src/release/doc/de_DE.ISO8859-1/installation/sparc64 article.sgml src/release/doc/de_DE.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2002/11/16 04:14:22 PST Modified files: release/doc/de_DE.ISO8859-1/installation/common install.sgml release/doc/de_DE.ISO8859-1/installation/sparc64 article.sgml release/doc/de_DE.ISO8859-1/relnotes/common new.sgml Log: Mfebd in a hurry installation/common/install.sgml: 1.15 -> 1.16 installation/sparc64/article.sgml: 1.3 -> 1.4 relnotes/common/new.sgml: 1.451 -> 1.452 Revision Changes Path 1.7 +81 -8 src/release/doc/de_DE.ISO8859-1/installation/common/install.sgml 1.3 +7 -11 src/release/doc/de_DE.ISO8859-1/installation/sparc64/article.sgml 1.18 +7 -2 src/release/doc/de_DE.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 4:39:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85F6837B401; Sat, 16 Nov 2002 04:39:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37DC243E6E; Sat, 16 Nov 2002 04:39:52 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGCbAmV032091; Sat, 16 Nov 2002 04:37:10 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGCbA9n032090; Sat, 16 Nov 2002 04:37:10 -0800 (PST) Message-Id: <200211161237.gAGCbA9n032090@repoman.freebsd.org> From: Alan Eldridge Date: Sat, 16 Nov 2002 04:37:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/python21 Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/11/16 04:37:10 PST Modified files: lang/python21 Makefile pkg-plist Log: 1. Removed lib-dynload/errno.so from plist since it isn't built. 2. Bumped portrev cuz plist changed. Revision Changes Path 1.92 +1 -1 ports/lang/python21/Makefile 1.40 +0 -1 ports/lang/python21/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 5: 8:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 969A737B401; Sat, 16 Nov 2002 05:08:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4483743E4A; Sat, 16 Nov 2002 05:08:21 -0800 (PST) (envelope-from ue@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGD5dmV034876; Sat, 16 Nov 2002 05:05:39 -0800 (PST) (envelope-from ue@repoman.freebsd.org) Received: (from ue@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGD5dxC034875; Sat, 16 Nov 2002 05:05:39 -0800 (PST) Message-Id: <200211161305.gAGD5dxC034875@repoman.freebsd.org> From: Udo Erdelhoff Date: Sat, 16 Nov 2002 05:05:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/doc/de_DE.ISO8859-1/errata article.sgml src/release/doc/de_DE.ISO8859-1/relnotes/common new.sgml X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ue 2002/11/16 05:05:39 PST Modified files: (Branch: RELENG_4) release/doc/de_DE.ISO8859-1/errata article.sgml release/doc/de_DE.ISO8859-1/relnotes/common new.sgml Log: MFbed: errata/article.sgml: 1.1.2.87 -> 1.1.2.90 relnotes/common/new.sgml: 1.22.2.306 -> 1.22.2.308 Revision Changes Path 1.1.2.9 +34 -3 src/release/doc/de_DE.ISO8859-1/errata/article.sgml 1.1.2.13 +9 -4 src/release/doc/de_DE.ISO8859-1/relnotes/common/new.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 5:27:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 331B237B401; Sat, 16 Nov 2002 05:27:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9F4E43E3B; Sat, 16 Nov 2002 05:27:10 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGDOSmV036686; Sat, 16 Nov 2002 05:24:28 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGDOS06036685; Sat, 16 Nov 2002 05:24:28 -0800 (PST) Message-Id: <200211161324.gAGDOS06036685@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 16 Nov 2002 05:24:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/drivers README X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/11/16 05:24:28 PST Modified files: (Branch: RELENG_4) share/examples/drivers README Log: MFC: 1.3 fix spelling errors, clarify comment, add $FreeBSD$ PR: docs/45334 (for the MFC) Submitted by: Nicola Vitale Revision Changes Path 1.2.6.1 +6 -8 src/share/examples/drivers/README To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 5:27:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B82637B401; Sat, 16 Nov 2002 05:27:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1A7443E4A; Sat, 16 Nov 2002 05:27:26 -0800 (PST) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGDOimV036716; Sat, 16 Nov 2002 05:24:44 -0800 (PST) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGDOiTM036715; Sat, 16 Nov 2002 05:24:44 -0800 (PST) Message-Id: <200211161324.gAGDOiTM036715@repoman.freebsd.org> From: Joerg Wunsch Date: Sat, 16 Nov 2002 05:24:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/games/fortune/datfiles freebsd-tips X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2002/11/16 05:24:44 PST Modified files: games/fortune/datfiles freebsd-tips Log: set watch in tcsh requires an equal sign after the variable name. MFC after: 1 day Revision Changes Path 1.29 +1 -1 src/games/fortune/datfiles/freebsd-tips To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 5:29:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A913537B401; Sat, 16 Nov 2002 05:29:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E38843E42; Sat, 16 Nov 2002 05:29:23 -0800 (PST) (envelope-from scop@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGDQfmV036825; Sat, 16 Nov 2002 05:26:41 -0800 (PST) (envelope-from scop@repoman.freebsd.org) Received: (from scop@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGDQfFB036824; Sat, 16 Nov 2002 05:26:41 -0800 (PST) Message-Id: <200211161326.gAGDQfFB036824@repoman.freebsd.org> From: Ville Skyttä Date: Sat, 16 Nov 2002 05:26:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/cvsweb ChangeLog cvsweb.cgi X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG scop 2002/11/16 05:26:41 PST Modified files: cvsweb ChangeLog cvsweb.cgi Log: HTML escaping fixes. Revision Changes Path 1.68 +1 -1 projects/cvsweb/ChangeLog 1.136 +52 -41 projects/cvsweb/cvsweb.cgi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 5:34:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4852737B401; Sat, 16 Nov 2002 05:34:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF57C43E42; Sat, 16 Nov 2002 05:34:34 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGDVqmV037667; Sat, 16 Nov 2002 05:31:52 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGDVqbg037666; Sat, 16 Nov 2002 05:31:52 -0800 (PST) Message-Id: <200211161331.gAGDVqbg037666@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 16 Nov 2002 05:31:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ipcheck Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/16 05:31:52 PST Modified files: net/ipcheck Makefile distinfo Log: Update to 0.196 Revision Changes Path 1.21 +1 -1 ports/net/ipcheck/Makefile 1.18 +1 -1 ports/net/ipcheck/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 5:37:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD3EB37B401; Sat, 16 Nov 2002 05:37:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A5B343E4A; Sat, 16 Nov 2002 05:37:42 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGDZ0mV037886; Sat, 16 Nov 2002 05:35:00 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGDZ0w1037885; Sat, 16 Nov 2002 05:35:00 -0800 (PST) Message-Id: <200211161335.gAGDZ0w1037885@repoman.freebsd.org> From: SADA Kenji Date: Sat, 16 Nov 2002 05:35:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/irrtoolset Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/irrtoolset/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/16 05:35:00 PST Modified files: net Makefile net/irrtoolset Makefile distinfo pkg-comment pkg-descr pkg-plist Removed files: net/irrtoolset/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am net/ratoolset Makefile distinfo pkg-comment pkg-descr pkg-plist net/ratoolset/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am Log: Upgrade and rename: net/ratoolset-3.5.8 to net/irrtoolset-4.7.2 PR: ports/42391 Submitted by: maintainer Revision Changes Path 1.877 +1 -1 ports/net/Makefile 1.18 +20 -15 ports/net/irrtoolset/Makefile 1.5 +1 -1 ports/net/irrtoolset/distinfo 1.5 +0 -45 ports/net/irrtoolset/files/patch-aa (dead) 1.4 +0 -20 ports/net/irrtoolset/files/patch-ab (dead) 1.4 +0 -208 ports/net/irrtoolset/files/patch-ac (dead) 1.4 +0 -11 ports/net/irrtoolset/files/patch-ad (dead) 1.4 +0 -11 ports/net/irrtoolset/files/patch-ae (dead) 1.4 +0 -10 ports/net/irrtoolset/files/patch-af (dead) 1.4 +0 -11 ports/net/irrtoolset/files/patch-ag (dead) 1.4 +0 -20 ports/net/irrtoolset/files/patch-ah (dead) 1.4 +0 -11 ports/net/irrtoolset/files/patch-ai (dead) 1.4 +0 -14 ports/net/irrtoolset/files/patch-aj (dead) 1.4 +0 -11 ports/net/irrtoolset/files/patch-ak (dead) 1.4 +0 -11 ports/net/irrtoolset/files/patch-al (dead) 1.4 +0 -11 ports/net/irrtoolset/files/patch-am (dead) 1.4 +1 -1 ports/net/irrtoolset/pkg-comment 1.3 +1 -4 ports/net/irrtoolset/pkg-descr 1.5 +1 -4 ports/net/irrtoolset/pkg-plist 1.18 +0 -32 ports/net/ratoolset/Makefile (dead) 1.5 +0 -1 ports/net/ratoolset/distinfo (dead) 1.5 +0 -45 ports/net/ratoolset/files/patch-aa (dead) 1.4 +0 -20 ports/net/ratoolset/files/patch-ab (dead) 1.4 +0 -208 ports/net/ratoolset/files/patch-ac (dead) 1.4 +0 -11 ports/net/ratoolset/files/patch-ad (dead) 1.4 +0 -11 ports/net/ratoolset/files/patch-ae (dead) 1.4 +0 -10 ports/net/ratoolset/files/patch-af (dead) 1.4 +0 -11 ports/net/ratoolset/files/patch-ag (dead) 1.4 +0 -20 ports/net/ratoolset/files/patch-ah (dead) 1.4 +0 -11 ports/net/ratoolset/files/patch-ai (dead) 1.4 +0 -14 ports/net/ratoolset/files/patch-aj (dead) 1.4 +0 -11 ports/net/ratoolset/files/patch-ak (dead) 1.4 +0 -11 ports/net/ratoolset/files/patch-al (dead) 1.4 +0 -11 ports/net/ratoolset/files/patch-am (dead) 1.4 +0 -1 ports/net/ratoolset/pkg-comment (dead) 1.3 +0 -24 ports/net/ratoolset/pkg-descr (dead) 1.5 +0 -11 ports/net/ratoolset/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 5:42:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83C1937B401; Sat, 16 Nov 2002 05:42:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A5DB43E77; Sat, 16 Nov 2002 05:42:09 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGDdRmV038774; Sat, 16 Nov 2002 05:39:27 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGDdQhm038773; Sat, 16 Nov 2002 05:39:26 -0800 (PST) Message-Id: <200211161339.gAGDdQhm038773@repoman.freebsd.org> From: SADA Kenji Date: Sat, 16 Nov 2002 05:39:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/16 05:39:26 PST Modified files: . modules Log: irrtoolset --> ports/net/irrtoolset Remove: ratoolset --> ports/net/ratoolset PR: ports/42391 Revision Changes Path 1.6249 +1 -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 Nov 16 5:48:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F7FC37B401; Sat, 16 Nov 2002 05:48:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA5AD43E75; Sat, 16 Nov 2002 05:48:56 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGDkEmV039030; Sat, 16 Nov 2002 05:46:14 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGDkEIS039029; Sat, 16 Nov 2002 05:46:14 -0800 (PST) Message-Id: <200211161346.gAGDkEIS039029@repoman.freebsd.org> From: SADA Kenji Date: Sat, 16 Nov 2002 05:46:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports MOVED X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/16 05:46:14 PST Modified files: . MOVED Log: Add net/ratoolset PR: ports/42391 Revision Changes Path 1.2 +2 -1 ports/MOVED To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 5:49:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 361FC37B401; Sat, 16 Nov 2002 05:49:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE94D43E3B; Sat, 16 Nov 2002 05:49:35 -0800 (PST) (envelope-from cjh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGDkrmV039085; Sat, 16 Nov 2002 05:46:53 -0800 (PST) (envelope-from cjh@repoman.freebsd.org) Received: (from cjh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGDkrtR039084; Sat, 16 Nov 2002 05:46:53 -0800 (PST) Message-Id: <200211161346.gAGDkrtR039084@repoman.freebsd.org> From: CHOI Junho Date: Sat, 16 Nov 2002 05:46:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/korean/gau Makefile ports/korean/gau/files patch-gau-install.in patch-rc:gaurc patch-rc:gtkrc X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cjh 2002/11/16 05:46:53 PST Modified files: korean/gau Makefile Added files: korean/gau/files patch-gau-install.in patch-rc:gaurc patch-rc:gtkrc Log: 1. change my address. 2. fix default fontset to work. it is broken since XFree86-4 is used. 3. fix document directory to show when default rc installed. 4. change background color to white. Submitted by: Soonmyung Hong Revision Changes Path 1.9 +3 -3 ports/korean/gau/Makefile 1.1 +11 -0 ports/korean/gau/files/patch-gau-install.in (new) 1.1 +12 -0 ports/korean/gau/files/patch-rc:gaurc (new) 1.1 +22 -0 ports/korean/gau/files/patch-rc:gtkrc (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 6: 2:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E54FC37B401; Sat, 16 Nov 2002 06:02:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9327B43E75; Sat, 16 Nov 2002 06:02:10 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGDxSmV040688; Sat, 16 Nov 2002 05:59:28 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGDxSB8040686; Sat, 16 Nov 2002 05:59:28 -0800 (PST) Message-Id: <200211161359.gAGDxSB8040686@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 16 Nov 2002 05:59:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/uf-view Makefile distinfo pkg-plist ports/misc/uf-view/files patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/16 05:59:28 PST Modified files: misc/uf-view Makefile distinfo pkg-plist Removed files: misc/uf-view/files patch-Makefile.in Log: Maintainer update to version 2.0 PR: ports/44478 Submitted by: Jonathan McGee Revision Changes Path 1.3 +11 -5 ports/misc/uf-view/Makefile 1.3 +1 -1 ports/misc/uf-view/distinfo 1.3 +0 -20 ports/misc/uf-view/files/patch-Makefile.in (dead) 1.2 +14 -1 ports/misc/uf-view/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 6: 7:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DB1337B401; Sat, 16 Nov 2002 06:07:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D462D43E6E; Sat, 16 Nov 2002 06:07:33 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGE4pmV040894; Sat, 16 Nov 2002 06:04:51 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGE4pcZ040893; Sat, 16 Nov 2002 06:04:51 -0800 (PST) Message-Id: <200211161404.gAGE4pcZ040893@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 16 Nov 2002 06:04:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/firebird-devel/files patch-qli::help.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/16 06:04:51 PST Added files: databases/firebird-devel/files patch-qli::help.c Log: Maintainer update for -current building PR: ports/45228 Submitted by: Chris Knight Revision Changes Path 1.1 +11 -0 ports/databases/firebird-devel/files/patch-qli::help.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 6: 7:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46B1237B40B; Sat, 16 Nov 2002 06:07:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6B0743E6E; Sat, 16 Nov 2002 06:07:47 -0800 (PST) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGE55mV040951; Sat, 16 Nov 2002 06:05:05 -0800 (PST) (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGE554S040950; Sat, 16 Nov 2002 06:05:05 -0800 (PST) Message-Id: <200211161405.gAGE554S040950@repoman.freebsd.org> From: Martin Heinen Date: Sat, 16 Nov 2002 06:05:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/de_DE.ISO8859-1/books/handbook/cutting-edge chapter.sgml doc/de_DE.ISO8859-1/books/handbook/eresources chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mheinen 2002/11/16 06:05:05 PST Modified files: de_DE.ISO8859-1/books/handbook/cutting-edge chapter.sgml de_DE.ISO8859-1/books/handbook/eresources chapter.sgml Log: MFbed: books/handbook/cutting-edge/chapter.sgml: 1.149 -> 1.152 books/handbook/eresources/chapter.sgml: 1.102 -> 1.104 Approved by: alex (mentor) Revision Changes Path 1.7 +20 -3 doc/de_DE.ISO8859-1/books/handbook/cutting-edge/chapter.sgml 1.6 +25 -2 doc/de_DE.ISO8859-1/books/handbook/eresources/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 6:17:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DEEA37B401; Sat, 16 Nov 2002 06:17:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21A5743E91; Sat, 16 Nov 2002 06:17:14 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGEEVmV042030; Sat, 16 Nov 2002 06:14:31 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGEEV5G042029; Sat, 16 Nov 2002 06:14:31 -0800 (PST) Message-Id: <200211161414.gAGEEV5G042029@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 16 Nov 2002 06:14:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/libesmtp Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/16 06:14:31 PST Modified files: mail/libesmtp Makefile distinfo Log: Maintainer update to version 1.0 PR: ports/45299 Submitted by: John Merryweather Cooper Revision Changes Path 1.18 +4 -9 ports/mail/libesmtp/Makefile 1.11 +1 -1 ports/mail/libesmtp/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 6:21:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 280A537B401; Sat, 16 Nov 2002 06:21:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE25D43E4A; Sat, 16 Nov 2002 06:21:43 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGEJ1mV042574; Sat, 16 Nov 2002 06:19:01 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGEJ1Qk042573; Sat, 16 Nov 2002 06:19:01 -0800 (PST) Message-Id: <200211161419.gAGEJ1Qk042573@repoman.freebsd.org> From: Jimmy Olgeni Date: Sat, 16 Nov 2002 06:19:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/erlang-doc Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/16 06:19:01 PST Modified files: lang/erlang-doc Makefile distinfo pkg-plist Log: Add course.pdf, a quick Erlang course for starters. Revision Changes Path 1.4 +5 -2 ports/lang/erlang-doc/Makefile 1.5 +1 -0 ports/lang/erlang-doc/distinfo 1.4 +1 -0 ports/lang/erlang-doc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 6:25:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87D8A37B401; Sat, 16 Nov 2002 06:25:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3397143E6E; Sat, 16 Nov 2002 06:25:27 -0800 (PST) (envelope-from mheinen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGEMimV042975; Sat, 16 Nov 2002 06:22:44 -0800 (PST) (envelope-from mheinen@repoman.freebsd.org) Received: (from mheinen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGEMiFJ042974; Sat, 16 Nov 2002 06:22:44 -0800 (PST) Message-Id: <200211161422.gAGEMiFJ042974@repoman.freebsd.org> From: Martin Heinen Date: Sat, 16 Nov 2002 06:22:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/de_DE.ISO8859-1/books/handbook/basics chapter.sgml doc/de_DE.ISO8859-1/books/handbook/config chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mheinen 2002/11/16 06:22:44 PST Modified files: de_DE.ISO8859-1/books/handbook/basics chapter.sgml de_DE.ISO8859-1/books/handbook/config chapter.sgml Log: MFbed: Header update, no content changes books/handbook/basics/chapter.sgml: 1.84 -> 1.87 books/handbook/config/chapter.sgml: 1.69 -> 1.71 Approved by: alex (mentor) Revision Changes Path 1.15 +2 -2 doc/de_DE.ISO8859-1/books/handbook/basics/chapter.sgml 1.13 +2 -2 doc/de_DE.ISO8859-1/books/handbook/config/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 6:26:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9AC337B401; Sat, 16 Nov 2002 06:26:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C48143E88; Sat, 16 Nov 2002 06:26:52 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGEOAmV043042; Sat, 16 Nov 2002 06:24:10 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGEO9sg043041; Sat, 16 Nov 2002 06:24:09 -0800 (PST) Message-Id: <200211161424.gAGEO9sg043041@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 16 Nov 2002 06:24:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/samefile Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/16 06:24:09 PST Modified files: sysutils/samefile Makefile distinfo Log: Maintainer update to version 2.10 PR: ports/45335 Submitted by: Jens Schweikhardt Revision Changes Path 1.3 +2 -2 ports/sysutils/samefile/Makefile 1.2 +1 -1 ports/sysutils/samefile/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 6:31:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDF4037B401; Sat, 16 Nov 2002 06:31:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DED643E4A; Sat, 16 Nov 2002 06:31:44 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGET2mV043676; Sat, 16 Nov 2002 06:29:02 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGET1fF043674; Sat, 16 Nov 2002 06:29:01 -0800 (PST) Message-Id: <200211161429.gAGET1fF043674@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 16 Nov 2002 06:29:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/afsp Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/16 06:29:01 PST Modified files: audio/afsp Makefile distinfo Log: Maintainer update to version 6.6a PR: ports/45325 Submitted by: Kawaguti Ginga Revision Changes Path 1.10 +2 -2 ports/audio/afsp/Makefile 1.7 +1 -1 ports/audio/afsp/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 6:39:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14A3B37B401; Sat, 16 Nov 2002 06:39:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB20743E75; Sat, 16 Nov 2002 06:39:17 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGEaZmV044110; Sat, 16 Nov 2002 06:36:35 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGEaZ8r044109; Sat, 16 Nov 2002 06:36:35 -0800 (PST) Message-Id: <200211161436.gAGEaZ8r044109@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 16 Nov 2002 06:36:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ehnt Makefile ports/net/ehnt/files patch-config-h patch-ehnt__client.c patch-ehnt__processflow.c patch-ehntserv.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/16 06:36:35 PST Modified files: net/ehnt Makefile net/ehnt/files patch-config-h Added files: net/ehnt/files patch-ehnt__client.c patch-ehnt__processflow.c patch-ehntserv.c Log: Maintainer update to version 0.3_2 PR: ports/45296 Submitted by: Dmitry Morozovsky Revision Changes Path 1.6 +1 -1 ports/net/ehnt/Makefile 1.2 +14 -7 ports/net/ehnt/files/patch-config-h 1.1 +14 -0 ports/net/ehnt/files/patch-ehnt__client.c (new) 1.1 +14 -0 ports/net/ehnt/files/patch-ehnt__processflow.c (new) 1.1 +176 -0 ports/net/ehnt/files/patch-ehntserv.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 6:42:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2286C37B401; Sat, 16 Nov 2002 06:42:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA78C43E6E; Sat, 16 Nov 2002 06:42:35 -0800 (PST) (envelope-from alane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGEdrmV044936; Sat, 16 Nov 2002 06:39:53 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGEdrQZ044935; Sat, 16 Nov 2002 06:39:53 -0800 (PST) Message-Id: <200211161439.gAGEdrQZ044935@repoman.freebsd.org> From: Alan Eldridge Date: Sat, 16 Nov 2002 06:39:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/kdenetwork3 Makefile distinfo pkg-plist ports/x11/kdelibs3 Makefile distinfo pkg-message pkg-plist ports/x11/kdelibs3/files keramik-patch-kstyles-Makefile.am ports/x11/kdebase3 Makefile distinfo pkg-message pkg-plist ports/x11/kdebase3/files ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alane 2002/11/16 06:39:53 PST Modified files: net/kdenetwork3 Makefile distinfo pkg-plist x11/kdelibs3 Makefile distinfo pkg-plist x11/kdebase3 Makefile distinfo pkg-plist Removed files: x11/kdelibs3 pkg-message x11/kdelibs3/files keramik-patch-kstyles-Makefile.am x11/kdebase3 pkg-message x11/kdebase3/files keramik-patch-kwin-Makefile.am keramik-patch-kwin-client.h keramik-patch-kwin-clients-Makefile.am patch-ksysguard-ksysguardd-FBSD-netdev.c Log: Update these ports to 3.0.5 per KDE security advisory. Fix missing deps in kdebase (I didn't whack those intentionally, I don't think...). Revision Changes Path 1.87 +1 -1 ports/net/kdenetwork3/Makefile 1.28 +1 -1 ports/net/kdenetwork3/distinfo 1.39 +30 -0 ports/net/kdenetwork3/pkg-plist 1.110 +6 -26 ports/x11/kdebase3/Makefile 1.30 +1 -2 ports/x11/kdebase3/distinfo 1.2 +0 -20 ports/x11/kdebase3/files/keramik-patch-kwin-Makefile.am (dead) 1.2 +0 -27 ports/x11/kdebase3/files/keramik-patch-kwin-client.h (dead) 1.2 +0 -6 ports/x11/kdebase3/files/keramik-patch-kwin-clients-Makefile.am (dead) 1.2 +0 -18 ports/x11/kdebase3/files/patch-ksysguard-ksysguardd-FBSD-netdev.c (dead) 1.4 +0 -7 ports/x11/kdebase3/pkg-message (dead) 1.56 +3 -10 ports/x11/kdebase3/pkg-plist 1.115 +5 -27 ports/x11/kdelibs3/Makefile 1.33 +1 -2 ports/x11/kdelibs3/distinfo 1.2 +0 -5 ports/x11/kdelibs3/files/keramik-patch-kstyles-Makefile.am (dead) 1.3 +0 -7 ports/x11/kdelibs3/pkg-message (dead) 1.46 +3 -10 ports/x11/kdelibs3/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 6:51:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1518B37B401; Sat, 16 Nov 2002 06:51:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCC0B43E3B; Sat, 16 Nov 2002 06:51:50 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGEn8mV045730; Sat, 16 Nov 2002 06:49:08 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGEn8sp045729; Sat, 16 Nov 2002 06:49:08 -0800 (PST) Message-Id: <200211161449.gAGEn8sp045729@repoman.freebsd.org> From: Jimmy Olgeni Date: Sat, 16 Nov 2002 06:49:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/16 06:49:08 PST Modified files: sysutils/webmin Makefile distinfo Log: Update module: status-1.030-1 (did not detect when remote TCP services went down). Revision Changes Path 1.140 +2 -1 ports/sysutils/webmin/Makefile 1.109 +1 -0 ports/sysutils/webmin/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 6:59:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C60437B401; Sat, 16 Nov 2002 06:59:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3E2943E91; Sat, 16 Nov 2002 06:59:54 -0800 (PST) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGEvCmV046091; Sat, 16 Nov 2002 06:57:12 -0800 (PST) (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGEvC0Q046090; Sat, 16 Nov 2002 06:57:12 -0800 (PST) Message-Id: <200211161457.gAGEvC0Q046090@repoman.freebsd.org> From: Thomas Quinot Date: Sat, 16 Nov 2002 06:57:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/periodic/security 700.kernelmsg X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG thomas 2002/11/16 06:57:12 PST Modified files: etc/periodic/security 700.kernelmsg Log: Remove incorrect output redirection. Reviewed by: roberto Committed from: EuroBSDCon Amsterdam MFC after: 3 days Revision Changes Path 1.7 +1 -1 src/etc/periodic/security/700.kernelmsg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 7: 1:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F8A437B401; Sat, 16 Nov 2002 07:01:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3857443E6E; Sat, 16 Nov 2002 07:01:22 -0800 (PST) (envelope-from thomas@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGEwdmV046473; Sat, 16 Nov 2002 06:58:39 -0800 (PST) (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGEwdBe046470; Sat, 16 Nov 2002 06:58:39 -0800 (PST) Message-Id: <200211161458.gAGEwdBe046470@repoman.freebsd.org> From: Thomas Quinot Date: Sat, 16 Nov 2002 06:58:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/periodic/security security.functions X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG thomas 2002/11/16 06:58:39 PST Modified files: etc/periodic/security security.functions Log: Do not emit a message on stderr when one of the compared files is shorter than the other. Reviewed by: roberto MFC after: 3 days Revision Changes Path 1.2 +1 -1 src/etc/periodic/security/security.functions To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 7: 5:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BCE337B401; Sat, 16 Nov 2002 07:05:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F116543E3B; Sat, 16 Nov 2002 07:05:16 -0800 (PST) (envelope-from blackend@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGF2YmV046943; Sat, 16 Nov 2002 07:02:34 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGF2Y9x046940; Sat, 16 Nov 2002 07:02:34 -0800 (PST) Message-Id: <200211161502.gAGF2Y9x046940@repoman.freebsd.org> From: Marc Fonvieille Date: Sat, 16 Nov 2002 07:02:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/install chapter.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG blackend 2002/11/16 07:02:34 PST Modified files: en_US.ISO8859-1/books/handbook/install chapter.sgml Log: Use quote tags instead of " Revision Changes Path 1.224 +1 -1 doc/en_US.ISO8859-1/books/handbook/install/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 7:18: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7145B37B401; Sat, 16 Nov 2002 07:18:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24E6143E4A; Sat, 16 Nov 2002 07:18:00 -0800 (PST) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGFFHmV048004; Sat, 16 Nov 2002 07:15:17 -0800 (PST) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGFFHDN048003; Sat, 16 Nov 2002 07:15:17 -0800 (PST) Message-Id: <200211161515.gAGFFHDN048003@repoman.freebsd.org> From: Daniel Eischen Date: Sat, 16 Nov 2002 07:15:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia32 syscalls.master X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG deischen 2002/11/16 07:15:17 PST Modified files: sys/ia64/ia32 syscalls.master Log: Add *context() syscalls to ia64 32-bit compatability table as requested in kern/syscalls.master. Revision Changes Path 1.13 +3 -0 src/sys/ia64/ia32/syscalls.master To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 7:51:17 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C9A537B401; Sat, 16 Nov 2002 07:51:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C4FA43E77; Sat, 16 Nov 2002 07:51:16 -0800 (PST) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGFmXmV051278; Sat, 16 Nov 2002 07:48:33 -0800 (PST) (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGFmXW6051275; Sat, 16 Nov 2002 07:48:33 -0800 (PST) Message-Id: <200211161548.gAGFmXW6051275@repoman.freebsd.org> From: Jun Kuriyama Date: Sat, 16 Nov 2002 07:48:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/net-snmp4/files patch-auto_nlist.c patch-hr_storage.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kuriyama 2002/11/16 07:48:33 PST Modified files: net/net-snmp4/files patch-hr_storage.c Added files: net/net-snmp4/files patch-auto_nlist.c Log: Unbreak on -current. Submitted by: Olivier Houchard Revision Changes Path 1.1 +18 -0 ports/net/net-snmp4/files/patch-auto_nlist.c (new) 1.4 +10 -1 ports/net/net-snmp4/files/patch-hr_storage.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 7:51:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 353CC37B404; Sat, 16 Nov 2002 07:51:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC70C43E3B; Sat, 16 Nov 2002 07:51:40 -0800 (PST) (envelope-from suz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGFmwmV051474; Sat, 16 Nov 2002 07:48:58 -0800 (PST) (envelope-from suz@repoman.freebsd.org) Received: (from suz@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGFmwM6051472; Sat, 16 Nov 2002 07:48:58 -0800 (PST) Message-Id: <200211161548.gAGFmwM6051472@repoman.freebsd.org> From: SUZUKI Shinsuke Date: Sat, 16 Nov 2002 07:48:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/pim6sd/files patch-ad patch-ae X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG suz 2002/11/16 07:48:58 PST Added files: net/pim6sd/files patch-ad patch-ae Log: fixed compilation error. (sorry, I checked compilability just on KAME+FreeBSD) Revision Changes Path 1.1 +18 -0 ports/net/pim6sd/files/patch-ad (new) 1.1 +33 -0 ports/net/pim6sd/files/patch-ae (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 8: 8:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CB6E37B401; Sat, 16 Nov 2002 08:08:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DD4A43E75; Sat, 16 Nov 2002 08:08:14 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGG5VmV052782; Sat, 16 Nov 2002 08:05:31 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGG5VgU052781; Sat, 16 Nov 2002 08:05:31 -0800 (PST) Message-Id: <200211161605.gAGG5VgU052781@repoman.freebsd.org> From: SADA Kenji Date: Sat, 16 Nov 2002 08:05:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/mozilla-jlp Makefile distinfo pkg-descr ports/japanese/mozilla-jlp/files mozilla.noxpg4 mozilla.sh mozilla.xpg4 unix.js X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/16 08:05:31 PST Modified files: japanese/mozilla-jlp Makefile distinfo pkg-descr japanese/mozilla-jlp/files unix.js Added files: japanese/mozilla-jlp/files mozilla.sh Removed files: japanese/mozilla-jlp/files mozilla.noxpg4 mozilla.xpg4 Log: Upgrade to version 1.1 PR: ports/45263 Submitted by: maintainer Revision Changes Path 1.38 +12 -7 ports/japanese/mozilla-jlp/Makefile 1.27 +1 -1 ports/japanese/mozilla-jlp/distinfo 1.2 +0 -6 ports/japanese/mozilla-jlp/files/mozilla.noxpg4 (dead) 1.1 +7 -0 ports/japanese/mozilla-jlp/files/mozilla.sh (new) 1.2 +0 -7 ports/japanese/mozilla-jlp/files/mozilla.xpg4 (dead) 1.16 +1 -2 ports/japanese/mozilla-jlp/files/unix.js 1.3 +1 -0 ports/japanese/mozilla-jlp/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 Nov 16 8:24:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B66D237B401; Sat, 16 Nov 2002 08:24:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66D2643E4A; Sat, 16 Nov 2002 08:24:55 -0800 (PST) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGGMCmV054530; Sat, 16 Nov 2002 08:22:12 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGGMCqV054529; Sat, 16 Nov 2002 08:22:12 -0800 (PST) Message-Id: <200211161622.gAGGMCqV054529@repoman.freebsd.org> From: Maxim Sobolev Date: Sat, 16 Nov 2002 08:22:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Date-Calc Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2002/11/16 08:22:12 PST Modified files: devel/p5-Date-Calc Makefile distinfo pkg-plist Log: Update to 5.3. Sponsored by: Porta Software Ltd Revision Changes Path 1.5 +8 -3 ports/devel/p5-Date-Calc/Makefile 1.2 +1 -1 ports/devel/p5-Date-Calc/distinfo 1.3 +12 -0 ports/devel/p5-Date-Calc/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 8:38:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7855937B401; Sat, 16 Nov 2002 08:38:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B66F43E42; Sat, 16 Nov 2002 08:38:44 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGGa1mV055586; Sat, 16 Nov 2002 08:36:01 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGGa148055585; Sat, 16 Nov 2002 08:36:01 -0800 (PST) Message-Id: <200211161636.gAGGa148055585@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 16 Nov 2002 08:36:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall disks.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/11/16 08:36:01 PST Modified files: usr.sbin/sysinstall disks.c Log: Enable selecting the type of partition menu on pc98. Revision Changes Path 1.141 +17 -17 src/usr.sbin/sysinstall/disks.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 9: 7:51 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3940337B401; Sat, 16 Nov 2002 09:07:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFA7243E8A; Sat, 16 Nov 2002 09:07:49 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGH56mV058240; Sat, 16 Nov 2002 09:05:06 -0800 (PST) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGH56v5058239; Sat, 16 Nov 2002 09:05:06 -0800 (PST) Message-Id: <200211161705.gAGH56v5058239@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 16 Nov 2002 09:05:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/arch/ia64 _atomic_lock.S X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/11/16 09:05:06 PST Modified files: lib/libc_r/arch/ia64 _atomic_lock.S Log: Implement the lock with a cmpxchg instruction instead of a xchg. Both are atomic, but the cmpxchg has memory ordering hints. We give this acquire semantics. NOTE: The unlock in libc_r is implemented by a "normal" assign statement. This is not correct on ia64 due to the memory ordering characteristics of the architecture. We need release semantics for an unlock. Revision Changes Path 1.2 +3 -2 src/lib/libc_r/arch/ia64/_atomic_lock.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 9: 7:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8295937B40C; Sat, 16 Nov 2002 09:07:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0176043E77; Sat, 16 Nov 2002 09:07:51 -0800 (PST) (envelope-from obraun@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGH58mV058268; Sat, 16 Nov 2002 09:05:08 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGH574v058267; Sat, 16 Nov 2002 09:05:07 -0800 (PST) Message-Id: <200211161705.gAGH574v058267@repoman.freebsd.org> From: Oliver Braun Date: Sat, 16 Nov 2002 09:05:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xbindkeys Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obraun 2002/11/16 09:05:07 PST Modified files: x11/xbindkeys Makefile distinfo Log: Upgrade to 1.6.3. Revision Changes Path 1.24 +1 -1 ports/x11/xbindkeys/Makefile 1.16 +1 -1 ports/x11/xbindkeys/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 9:31: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12E6D37B401; Sat, 16 Nov 2002 09:31:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB60A43E4A; Sat, 16 Nov 2002 09:31:00 -0800 (PST) (envelope-from shige@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGHSHmV060475; Sat, 16 Nov 2002 09:28:17 -0800 (PST) (envelope-from shige@repoman.freebsd.org) Received: (from shige@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGHSH7q060474; Sat, 16 Nov 2002 09:28:17 -0800 (PST) Message-Id: <200211161728.gAGHSH7q060474@repoman.freebsd.org> From: Shigeyuki Fukushima Date: Sat, 16 Nov 2002 09:28:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.emacs.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG shige 2002/11/16 09:28:17 PST Modified files: Mk bsd.emacs.mk Log: Upgrade xemacs-devel-mule to 21.4.10. PR: ports/45326 Submitted by: Edwin Groothuis Revision Changes Path 1.20 +2 -2 ports/Mk/bsd.emacs.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 9:45:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 722B437B401; Sat, 16 Nov 2002 09:45:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20EA743E42; Sat, 16 Nov 2002 09:45:22 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGHgdmV061969; Sat, 16 Nov 2002 09:42:39 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGHgcXN061968; Sat, 16 Nov 2002 09:42:38 -0800 (PST) Message-Id: <200211161742.gAGHgcXN061968@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 16 Nov 2002 09:42:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/octave Makefile distinfo ports/math/octave/files patch-glob.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/16 09:42:38 PST Modified files: math/octave Makefile distinfo Added files: math/octave/files patch-glob.h Log: upgrade to 2.1.39 PR: 39251, 45201 Submitted by: Steve Kargl Approved by: maintainer timeout Revision Changes Path 1.31 +4 -3 ports/math/octave/Makefile 1.12 +1 -1 ports/math/octave/distinfo 1.1 +14 -0 ports/math/octave/files/patch-glob.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 10: 7:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88C4437B401; Sat, 16 Nov 2002 10:07:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BD8643E3B; Sat, 16 Nov 2002 10:07:45 -0800 (PST) (envelope-from ijliao@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGI52mV063857; Sat, 16 Nov 2002 10:05:02 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGI51xt063856; Sat, 16 Nov 2002 10:05:01 -0800 (PST) Message-Id: <200211161805.gAGI51xt063856@repoman.freebsd.org> From: Ying-Chieh Liao Date: Sat, 16 Nov 2002 10:05:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/omniORB/files patch-configure X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/11/16 10:05:01 PST Added files: devel/omniORB/files patch-configure Log: fix build on -current Submitted by: Patrick Hartling Revision Changes Path 1.1 +10 -0 ports/devel/omniORB/files/patch-configure (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 10: 9: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CACB837B401; Sat, 16 Nov 2002 10:08:59 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42EFE43E42; Sat, 16 Nov 2002 10:08:59 -0800 (PST) (envelope-from eischen@pcnet1.pcnet.com) Received: from localhost (eischen@localhost) by mail.pcnet.com (8.12.3/8.12.1) with ESMTP id gAGI8wJs024154; Sat, 16 Nov 2002 13:08:58 -0500 (EST) Date: Sat, 16 Nov 2002 13:08:58 -0500 (EST) From: Daniel Eischen To: Marcel Moolenaar Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/arch/ia64 _atomic_lock.S In-Reply-To: <200211161705.gAGH56v5058239@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 16 Nov 2002, Marcel Moolenaar wrote: > marcel 2002/11/16 09:05:06 PST > > Modified files: > lib/libc_r/arch/ia64 _atomic_lock.S > Log: > Implement the lock with a cmpxchg instruction instead of a xchg. > Both are atomic, but the cmpxchg has memory ordering hints. We > give this acquire semantics. > > NOTE: The unlock in libc_r is implemented by a "normal" assign > statement. This is not correct on ia64 due to the memory ordering > characteristics of the architecture. We need release semantics > for an unlock. We can fix that before 5.0 goes out. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 10:21:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF0DC37B401; Sat, 16 Nov 2002 10:21:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8017643E8A; Sat, 16 Nov 2002 10:21:34 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGIIpmV065368; Sat, 16 Nov 2002 10:18:51 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGIIpJ2065366; Sat, 16 Nov 2002 10:18:51 -0800 (PST) Message-Id: <200211161818.gAGIIpJ2065366@repoman.freebsd.org> From: Ceri Davies Date: Sat, 16 Nov 2002 10:18:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/faq book.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/11/16 10:18:51 PST Modified files: en_US.ISO8859-1/books/faq book.sgml Log: Point users at the nVidia website for their nVidia drivers, instead of to the FreeBSD nVidia Driver Initiative. Suggested by: Munish Chopra Revision Changes Path 1.491 +5 -4 doc/en_US.ISO8859-1/books/faq/book.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 10:23:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C03A37B401; Sat, 16 Nov 2002 10:23:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2E5343E3B; Sat, 16 Nov 2002 10:23:28 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGIKjmV065636; Sat, 16 Nov 2002 10:20:45 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGIKjNu065635; Sat, 16 Nov 2002 10:20:45 -0800 (PST) Message-Id: <200211161820.gAGIKjNu065635@repoman.freebsd.org> From: Ceri Davies Date: Sat, 16 Nov 2002 10:20:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects projects.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/11/16 10:20:45 PST Modified files: en/projects projects.sgml Log: Remove the entry for the FreeBSD nVidia Driver Initiative, which is soon to be dissolved. Suggested by: Munish Chopra Revision Changes Path 1.133 +1 -8 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 Sat Nov 16 10:46:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E9C437B401; Sat, 16 Nov 2002 10:46:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C48AE43E42; Sat, 16 Nov 2002 10:46:13 -0800 (PST) (envelope-from ceri@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGIhUmV067538; Sat, 16 Nov 2002 10:43:30 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGIhUZL067537; Sat, 16 Nov 2002 10:43:30 -0800 (PST) Message-Id: <200211161843.gAGIhUZL067537@repoman.freebsd.org> From: Ceri Davies Date: Sat, 16 Nov 2002 10:43:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en Makefile send-pr.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ceri 2002/11/16 10:43:30 PST Modified files: en Makefile send-pr.sgml Log: Add a note to the send-pr.sgml page advising users that it's disabled. The original contents of this page are commented out for now. Hook it back up to the build. Revision Changes Path 1.91 +2 -2 www/en/Makefile 1.29 +11 -1 www/en/send-pr.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 10:51:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89E6F37B401; Sat, 16 Nov 2002 10:51:26 -0800 (PST) Received: from kayak.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A7D543E3B; Sat, 16 Nov 2002 10:51:25 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.12.6/8.12.6) with ESMTP id gAGIpO0N039541; Sat, 16 Nov 2002 10:51:24 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id gAGIpPUq000970; Sat, 16 Nov 2002 10:51:25 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6/Submit) id gAGIpPqU000969; Sat, 16 Nov 2002 10:51:25 -0800 (PST) (envelope-from marcel) Date: Sat, 16 Nov 2002 10:51:25 -0800 From: Marcel Moolenaar To: Daniel Eischen Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/arch/ia64 _atomic_lock.S Message-ID: <20021116185125.GB618@dhcp01.pn.xcllnt.net> References: <200211161705.gAGH56v5058239@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Nov 16, 2002 at 01:08:58PM -0500, Daniel Eischen wrote: > > marcel 2002/11/16 09:05:06 PST > > > > Modified files: > > lib/libc_r/arch/ia64 _atomic_lock.S > > Log: > > Implement the lock with a cmpxchg instruction instead of a xchg. > > Both are atomic, but the cmpxchg has memory ordering hints. We > > give this acquire semantics. > > > > NOTE: The unlock in libc_r is implemented by a "normal" assign > > statement. This is not correct on ia64 due to the memory ordering > > characteristics of the architecture. We need release semantics > > for an unlock. > > We can fix that before 5.0 goes out. That would be great. We can special-case ia64 by calling _spinunlock(), which for libc_r resolves to _atomic_unlock() which would have a single store with release semantics. That way we don't pessimize archs with strong memory ordering. If you want me to send patches, let me know. I'm trying to figure out what to do now that the *context functions have been turned into syscalls. It complicates things... BTW: Thanks for updating sys/ia64/ia32/syscalls.master. I haven't seen the re-gen yet but don't worry about it. I'm behind on my mail... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 11:13:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49D8A37B401; Sat, 16 Nov 2002 11:13:20 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id C662743E42; Sat, 16 Nov 2002 11:13:19 -0800 (PST) (envelope-from eischen@pcnet1.pcnet.com) Received: from localhost (eischen@localhost) by mail.pcnet.com (8.12.3/8.12.1) with ESMTP id gAGJDJF8014631; Sat, 16 Nov 2002 14:13:19 -0500 (EST) Date: Sat, 16 Nov 2002 14:13:19 -0500 (EST) From: Daniel Eischen To: Marcel Moolenaar Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/arch/ia64 _atomic_lock.S In-Reply-To: <20021116185125.GB618@dhcp01.pn.xcllnt.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 16 Nov 2002, Marcel Moolenaar wrote: > On Sat, Nov 16, 2002 at 01:08:58PM -0500, Daniel Eischen wrote: > > > marcel 2002/11/16 09:05:06 PST > > > > > > Modified files: > > > lib/libc_r/arch/ia64 _atomic_lock.S > > > Log: > > > Implement the lock with a cmpxchg instruction instead of a xchg. > > > Both are atomic, but the cmpxchg has memory ordering hints. We > > > give this acquire semantics. > > > > > > NOTE: The unlock in libc_r is implemented by a "normal" assign > > > statement. This is not correct on ia64 due to the memory ordering > > > characteristics of the architecture. We need release semantics > > > for an unlock. > > > > We can fix that before 5.0 goes out. > > That would be great. We can special-case ia64 by calling > _spinunlock(), which for libc_r resolves to _atomic_unlock() > which would have a single store with release semantics. > That way we don't pessimize archs with strong memory ordering. > > If you want me to send patches, let me know. I'm trying to figure > out what to do now that the *context functions have been turned > into syscalls. It complicates things... I'm working on converting libc_r to use *context() so don't worry about doing it yourself. > BTW: Thanks for updating sys/ia64/ia32/syscalls.master. I haven't > seen the re-gen yet but don't worry about it. I'm behind on my > mail... Oh, I didn't know I had to regen those. I'll try and do it and if it's not obvious, I'll shoot you some email. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 11:18:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58D3137B401; Sat, 16 Nov 2002 11:18:29 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4BA843E6E; Sat, 16 Nov 2002 11:18:28 -0800 (PST) (envelope-from eischen@pcnet1.pcnet.com) Received: from localhost (eischen@localhost) by mail.pcnet.com (8.12.3/8.12.1) with ESMTP id gAGJISGi016007; Sat, 16 Nov 2002 14:18:28 -0500 (EST) Date: Sat, 16 Nov 2002 14:18:28 -0500 (EST) From: Daniel Eischen To: Marcel Moolenaar Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/arch/ia64 _atomic_lock.S In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 16 Nov 2002, Daniel Eischen wrote: > On Sat, 16 Nov 2002, Marcel Moolenaar wrote: > > > On Sat, Nov 16, 2002 at 01:08:58PM -0500, Daniel Eischen wrote: > > > > marcel 2002/11/16 09:05:06 PST > > > > > > > > Modified files: > > > > lib/libc_r/arch/ia64 _atomic_lock.S > > > > Log: > > > > Implement the lock with a cmpxchg instruction instead of a xchg. > > > > Both are atomic, but the cmpxchg has memory ordering hints. We > > > > give this acquire semantics. > > > > > > > > NOTE: The unlock in libc_r is implemented by a "normal" assign > > > > statement. This is not correct on ia64 due to the memory ordering > > > > characteristics of the architecture. We need release semantics > > > > for an unlock. > > > > > > We can fix that before 5.0 goes out. > > > > That would be great. We can special-case ia64 by calling > > _spinunlock(), which for libc_r resolves to _atomic_unlock() > > which would have a single store with release semantics. > > That way we don't pessimize archs with strong memory ordering. > > > > If you want me to send patches, let me know. I'm trying to figure > > out what to do now that the *context functions have been turned > > into syscalls. It complicates things... > > I'm working on converting libc_r to use *context() so don't > worry about doing it yourself. > > > BTW: Thanks for updating sys/ia64/ia32/syscalls.master. I haven't > > seen the re-gen yet but don't worry about it. I'm behind on my > > mail... > > Oh, I didn't know I had to regen those. I'll try and do it > and if it's not obvious, I'll shoot you some email. OK, what do I have to do? $ cd sys/ia64/ia32 $ sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf ??? -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 11:31:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47E9237B401; Sat, 16 Nov 2002 11:31:41 -0800 (PST) Received: from kayak.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C60743E3B; Sat, 16 Nov 2002 11:31:40 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.12.6/8.12.6) with ESMTP id gAGJVd0N039647; Sat, 16 Nov 2002 11:31:39 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id gAGJVeUq001070; Sat, 16 Nov 2002 11:31:40 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6/Submit) id gAGJVes0001069; Sat, 16 Nov 2002 11:31:40 -0800 (PST) (envelope-from marcel) Date: Sat, 16 Nov 2002 11:31:40 -0800 From: Marcel Moolenaar To: Daniel Eischen Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/arch/ia64 _atomic_lock.S Message-ID: <20021116193140.GA1058@dhcp01.pn.xcllnt.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Nov 16, 2002 at 02:18:28PM -0500, Daniel Eischen wrote: > On Sat, 16 Nov 2002, Daniel Eischen wrote: > > > Oh, I didn't know I had to regen those. I'll try and do it > > and if it's not obvious, I'll shoot you some email. > > OK, what do I have to do? > > $ cd sys/ia64/ia32 > $ sh ../../kern/makesyscalls.sh syscalls.master syscalls.conf % cd sys/ia64/ia32 % make sysent At least, that's what I did :-) -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 11:41: 2 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09A7337B401; Sat, 16 Nov 2002 11:41:01 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0CDF43E77; Sat, 16 Nov 2002 11:41:00 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id A35622A88D; Sat, 16 Nov 2002 11:41:00 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/btx/lib Makefile In-Reply-To: <20021116065958.GA53717@sunbay.com> Date: Sat, 16 Nov 2002 11:41:00 -0800 From: Peter Wemm Message-Id: <20021116194100.A35622A88D@canning.wemm.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ruslan Ermilov wrote: > On Fri, Nov 15, 2002 at 01:07:23PM -0800, Peter Wemm wrote: > > Ruslan Ermilov wrote: > > > ru 2002/11/15 11:46:41 PST > > >=20 > > > Modified files: (Branch: RELENG_4) > > > sys/boot/i386/btx/lib Makefile=20 > > > Log: > > > MFC: 1.10. > > > =20 > > > The getobjformat(3) API was broken in 5.0-CURRENT -- it no longer > > > deletes object format options from the argument vector. Should > > > this be fixed before 5.0 is out? > > > =20 > > > (This is to restore the ability to downgrade to RELENG_4.) > >=20 > > Actually, getobjformat(3) was supposed to go away the moment the gcc folk= > s. > > Why does the world build care what the host environment is here? Wouldn't > > this just be making it harder to upgrade from older OS's? > >=20 > This is now necessary to build a RELENG_4 kernel on 5.0-CURRENT: Actually, this can be done a bit simpler by setting FMT to nothing. But that doesn't solve all the problems. We had to fix a bunch of inline assembler to make it work properly with gcc-3.x. These changes have not been made on RELENG_4. It would be dangerous to make the kernel appear to compile using the -current compiler when we'd be ending up producing a harmless looking kernel with code generation bugs. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 11:41:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB80437B401; Sat, 16 Nov 2002 11:41:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C0C743E42; Sat, 16 Nov 2002 11:41:31 -0800 (PST) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGJclmV072726; Sat, 16 Nov 2002 11:38:47 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGJcl3t072724; Sat, 16 Nov 2002 11:38:47 -0800 (PST) Message-Id: <200211161938.gAGJcl3t072724@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sat, 16 Nov 2002 11:38:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdelibs3 Makefile ports/x11/kdebase3 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2002/11/16 11:38:47 PST Modified files: x11/kdelibs3 Makefile x11/kdebase3 Makefile Log: Fetch from correct MASTER_SITE_SUBDIR Approved by: alane Revision Changes Path 1.111 +1 -1 ports/x11/kdebase3/Makefile 1.116 +1 -1 ports/x11/kdelibs3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 11:58:36 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05C7437B401; Sat, 16 Nov 2002 11:58:35 -0800 (PST) Received: from kayak.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1E6043E3B; Sat, 16 Nov 2002 11:58:25 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by kayak.xcllnt.net (8.12.6/8.12.6) with ESMTP id gAGJwK0N039694; Sat, 16 Nov 2002 11:58:20 -0800 (PST) (envelope-from marcel@kayak.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id gAGJwLUq001133; Sat, 16 Nov 2002 11:58:21 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6/Submit) id gAGJwL7a001132; Sat, 16 Nov 2002 11:58:21 -0800 (PST) (envelope-from marcel) Date: Sat, 16 Nov 2002 11:58:21 -0800 From: Marcel Moolenaar To: Daniel Eischen Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/arch/ia64 _atomic_lock.S Message-ID: <20021116195821.GB1058@dhcp01.pn.xcllnt.net> References: <20021116185125.GB618@dhcp01.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Nov 16, 2002 at 02:13:19PM -0500, Daniel Eischen wrote: > On Sat, 16 Nov 2002, Marcel Moolenaar wrote: > > > If you want me to send patches, let me know. I'm trying to figure > > out what to do now that the *context functions have been turned > > into syscalls. It complicates things... > > I'm working on converting libc_r to use *context() so don't > worry about doing it yourself. Cool! I hope to have the *context syscalls next week. I've decided to not attack the problem head on, because we don't have time to fix the infrastructure for it (we need to unwind to recreate the context). Instead, I hope to hack-up a workable solution from an ABI breaking change. The ABI breaker allows us to have lightweight syscalls, which we permanently want. So, doing that now is very attractive. The intend is to implement the *context syscalls as lightweight syscalls in a very hackish way. This serves as an experiment as well as solving an immediate problem. Let's hope it works out... -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 12:21:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 668B537B401; Sat, 16 Nov 2002 12:21:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 187D243E4A; Sat, 16 Nov 2002 12:21:26 -0800 (PST) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGKIgmV076340; Sat, 16 Nov 2002 12:18:42 -0800 (PST) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGKIgET076338; Sat, 16 Nov 2002 12:18:42 -0800 (PST) Message-Id: <200211162018.gAGKIgET076338@repoman.freebsd.org> From: Doug Barton Date: Sat, 16 Nov 2002 12:18:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/bind8 Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dougb 2002/11/16 12:18:42 PST Modified files: net/bind8 Makefile pkg-plist Log: * Add more complete PORTDOCS, namely the same files the base installs * This fixes deinstall when PORT_REPLACES_BASE Revision Changes Path 1.41 +4 -1 ports/net/bind8/Makefile 1.13 +6 -0 ports/net/bind8/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 12:25:40 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62DFA37B401; Sat, 16 Nov 2002 12:25:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11C3643E3B; Sat, 16 Nov 2002 12:25:39 -0800 (PST) (envelope-from olgeni@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGKMtmV076703; Sat, 16 Nov 2002 12:22:55 -0800 (PST) (envelope-from olgeni@repoman.freebsd.org) Received: (from olgeni@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGKMt0j076702; Sat, 16 Nov 2002 12:22:55 -0800 (PST) Message-Id: <200211162022.gAGKMt0j076702@repoman.freebsd.org> From: Jimmy Olgeni Date: Sat, 16 Nov 2002 12:22:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/py_otp_interface Makefile ports/devel/py_otp_interface/files patch-erl__term.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2002/11/16 12:22:55 PST Modified files: devel/py_otp_interface Makefile devel/py_otp_interface/files patch-erl__term.py Log: Bugfix: non-integer lists terminate with a NIL value that should be skipped when unpacking terms (also submitted to author). Revision Changes Path 1.4 +1 -1 ports/devel/py_otp_interface/Makefile 1.3 +10 -1 ports/devel/py_otp_interface/files/patch-erl__term.py To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 12:49:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EC5637B401; Sat, 16 Nov 2002 12:49:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E37A443E6E; Sat, 16 Nov 2002 12:49:20 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGKkbmV078662; Sat, 16 Nov 2002 12:46:37 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGKkbGS078661; Sat, 16 Nov 2002 12:46:37 -0800 (PST) Message-Id: <200211162046.gAGKkbGS078661@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 16 Nov 2002 12:46:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnomeapplets/files extra-patch-Makefile.in X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/16 12:46:37 PST Modified files: x11/gnomeapplets/files extra-patch-Makefile.in Log: Fix make patch on non-i386 platforms. PR: 45339 Revision Changes Path 1.2 +11 -10 ports/x11/gnomeapplets/files/extra-patch-Makefile.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 13: 0:27 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5A0D37B401; Sat, 16 Nov 2002 13:00:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7703A43E9C; Sat, 16 Nov 2002 13:00:26 -0800 (PST) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGKvgmV079601; Sat, 16 Nov 2002 12:57:42 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGKvfkk079600; Sat, 16 Nov 2002 12:57:41 -0800 (PST) Message-Id: <200211162057.gAGKvfkk079600@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 16 Nov 2002 12:57:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma_core.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/11/16 12:57:41 PST Modified files: sys/vm uma_core.c Log: - Don't forget the flags value when using boot pages. Reported by: grehan Revision Changes Path 1.43 +1 -0 src/sys/vm/uma_core.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 14: 6:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CDFA37B401; Sat, 16 Nov 2002 14:06:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EBC443E42; Sat, 16 Nov 2002 14:06:09 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGM3PmV085855; Sat, 16 Nov 2002 14:03:25 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGM3OJP085854; Sat, 16 Nov 2002 14:03:24 -0800 (PST) Message-Id: <200211162203.gAGM3OJP085854@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 16 Nov 2002 14:03:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/libbonoboui Makefile ports/x11-toolkits/libbonoboui/files patch-bonobo_bonobo-ui-util.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/16 14:03:24 PST Modified files: x11-toolkits/libbonoboui Makefile Added files: x11-toolkits/libbonoboui/files patch-bonobo_bonobo-ui-util.c Log: Fix a bug where bonobo applications could have a bogus datadir path registered. This came about when testing that the Help feature worked in Gnumeric 2. This fix looks correct, and I tested numerous bonobo apps to very they still worked. However, if people run into problems where application components suddenly can't be found, let me know. Revision Changes Path 1.22 +1 -0 ports/x11-toolkits/libbonoboui/Makefile 1.1 +18 -0 ports/x11-toolkits/libbonoboui/files/patch-bonobo_bonobo-ui-util.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 14:20:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D116737B401; Sat, 16 Nov 2002 14:20:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91E4F43E75; Sat, 16 Nov 2002 14:20:07 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGMHNmV086951; Sat, 16 Nov 2002 14:17:23 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGMHNNg086950; Sat, 16 Nov 2002 14:17:23 -0800 (PST) Message-Id: <200211162217.gAGMHNNg086950@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 16 Nov 2002 14:17:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/starlogo Makefile distinfo pkg-comment pkg-descr pkg-plist ports/lang/starlogo/files patch-aa starlogo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/16 14:17:23 PST Modified files: lang/starlogo Makefile distinfo pkg-comment pkg-descr pkg-plist Added files: lang/starlogo/files starlogo Removed files: lang/starlogo/files patch-aa Log: iMaintainer update to version 2.0.2 PR: ports/45143 Submitted by: Jose Marques Revision Changes Path 1.9 +13 -11 ports/lang/starlogo/Makefile 1.6 +1 -1 ports/lang/starlogo/distinfo 1.4 +0 -10 ports/lang/starlogo/files/patch-aa (dead) 1.1 +4 -0 ports/lang/starlogo/files/starlogo (new) 1.2 +1 -1 ports/lang/starlogo/pkg-comment 1.3 +3 -2 ports/lang/starlogo/pkg-descr 1.7 +766 -675 ports/lang/starlogo/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 14:21:33 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E72CA37B401; Sat, 16 Nov 2002 14:21:32 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FAB343E77; Sat, 16 Nov 2002 14:21:32 -0800 (PST) (envelope-from baka@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1921) id 71F5FAE2E4; Sat, 16 Nov 2002 14:21:31 -0800 (PST) Date: Sat, 16 Nov 2002 14:21:31 -0800 From: Jon Mini To: Daniel Eischen Cc: Marcel Moolenaar , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/arch/ia64 _atomic_lock.S Message-ID: <20021116222131.GA2070@elvis.mu.org> Mail-Followup-To: Daniel Eischen , Marcel Moolenaar , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Daniel Eischen [eischen@pcnet1.pcnet.com] wrote : > > I'm working on converting libc_r to use *context() so don't > > worry about doing it yourself. I have those patches already.. If you're interested, I can dig them up. -- Jonathan Mini http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 14:30:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93A0937B401; Sat, 16 Nov 2002 14:30:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 478C543E6E; Sat, 16 Nov 2002 14:30:53 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGMS9mV088142; Sat, 16 Nov 2002 14:28:09 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGMS88X088140; Sat, 16 Nov 2002 14:28:08 -0800 (PST) Message-Id: <200211162228.gAGMS88X088140@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 16 Nov 2002 14:28:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/spread Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/spread/files patch-FreeBSD_makefile patch-Makefile.in patch-arch.h patch-auth-ip.c patch-auth-pword.c patch-data_link.c patch-session.c patch-spread.c spread.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/16 14:28:08 PST Modified files: net/spread Makefile distinfo pkg-comment pkg-descr pkg-plist Added files: net/spread/files patch-Makefile.in patch-auth-ip.c patch-auth-pword.c patch-spread.c spread.sh Removed files: net/spread/files patch-FreeBSD_makefile patch-arch.h patch-data_link.c patch-session.c Log: Maintainer update to version 3.17.0 PR: ports/45178 Submitted by: Joshua Goodall Revision Changes Path 1.9 +15 -69 ports/net/spread/Makefile 1.4 +1 -1 ports/net/spread/distinfo 1.3 +0 -36 ports/net/spread/files/patch-FreeBSD_makefile (dead) 1.1 +96 -0 ports/net/spread/files/patch-Makefile.in (new) 1.2 +0 -11 ports/net/spread/files/patch-arch.h (dead) 1.1 +13 -0 ports/net/spread/files/patch-auth-ip.c (new) 1.1 +13 -0 ports/net/spread/files/patch-auth-pword.c (new) 1.2 +0 -10 ports/net/spread/files/patch-data_link.c (dead) 1.2 +0 -10 ports/net/spread/files/patch-session.c (dead) 1.1 +40 -0 ports/net/spread/files/patch-spread.c (new) 1.1 +36 -0 ports/net/spread/files/spread.sh (new) 1.2 +1 -1 ports/net/spread/pkg-comment 1.4 +2 -2 ports/net/spread/pkg-descr 1.4 +16 -52 ports/net/spread/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 14:37:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4C0337B401; Sat, 16 Nov 2002 14:37:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8098943E75; Sat, 16 Nov 2002 14:37:57 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGMZDmV088804; Sat, 16 Nov 2002 14:35:13 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGMZDR1088803; Sat, 16 Nov 2002 14:35:13 -0800 (PST) Message-Id: <200211162235.gAGMZDR1088803@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 16 Nov 2002 14:35:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/py-spreadmodule Makefile distinfo ports/net/py-spreadmodule/files patch-setup.py X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/16 14:35:13 PST Modified files: net/py-spreadmodule Makefile distinfo Added files: net/py-spreadmodule/files patch-setup.py Log: Maintainer update to version 1.3 PR: ports/45179 Submitted by: Joshua Goodall Revision Changes Path 1.2 +4 -3 ports/net/py-spreadmodule/Makefile 1.2 +1 -1 ports/net/py-spreadmodule/distinfo 1.1 +11 -0 ports/net/py-spreadmodule/files/patch-setup.py (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 14:40:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE8B837B401; Sat, 16 Nov 2002 14:40:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 753F043E6E; Sat, 16 Nov 2002 14:40:49 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGMc5mV089147; Sat, 16 Nov 2002 14:38:05 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGMc5Ab089145; Sat, 16 Nov 2002 14:38:05 -0800 (PST) Message-Id: <200211162238.gAGMc5Ab089145@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 16 Nov 2002 14:38:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Spread-Session Makefile distinfo ports/net/p5-Spread-Session/files patch-Makefile.PL patch-Session.pm X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/16 14:38:05 PST Modified files: net/p5-Spread-Session Makefile distinfo Removed files: net/p5-Spread-Session/files patch-Makefile.PL patch-Session.pm Log: Maintainer update to version 1.4 PR: ports/45181 Submitted by: Joshua Goodall Revision Changes Path 1.2 +2 -3 ports/net/p5-Spread-Session/Makefile 1.2 +1 -1 ports/net/p5-Spread-Session/distinfo 1.2 +0 -13 ports/net/p5-Spread-Session/files/patch-Makefile.PL (dead) 1.2 +0 -30 ports/net/p5-Spread-Session/files/patch-Session.pm (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 14:48:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6FEC37B401; Sat, 16 Nov 2002 14:48:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8044D43E4A; Sat, 16 Nov 2002 14:48:19 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGMjZmV089854; Sat, 16 Nov 2002 14:45:35 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGMjZtO089853; Sat, 16 Nov 2002 14:45:35 -0800 (PST) Message-Id: <200211162245.gAGMjZtO089853@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 16 Nov 2002 14:45:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/gnumeric2 Makefile distinfo pkg-plist ports/math/gnumeric2/files patch-configure patch-doc_C_keybinding-appendix.xml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/16 14:45:35 PST Modified files: math/gnumeric2 Makefile distinfo pkg-plist math/gnumeric2/files patch-configure Added files: math/gnumeric2/files patch-doc_C_keybinding-appendix.xml Log: Update to 1.1.12. Revision Changes Path 1.98 +1 -1 ports/math/gnumeric2/Makefile 1.54 +1 -1 ports/math/gnumeric2/distinfo 1.3 +16 -6 ports/math/gnumeric2/files/patch-configure 1.1 +11 -0 ports/math/gnumeric2/files/patch-doc_C_keybinding-appendix.xml (new) 1.52 +2 -4 ports/math/gnumeric2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 15:45: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D28E37B401; Sat, 16 Nov 2002 15:45:07 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88C0043E6E; Sat, 16 Nov 2002 15:45:06 -0800 (PST) (envelope-from eischen@pcnet1.pcnet.com) Received: from localhost (eischen@localhost) by mail.pcnet.com (8.12.3/8.12.1) with ESMTP id gAGNixU2013118; Sat, 16 Nov 2002 18:44:59 -0500 (EST) Date: Sat, 16 Nov 2002 18:44:59 -0500 (EST) From: Daniel Eischen To: Jon Mini Cc: Marcel Moolenaar , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc_r/arch/ia64 _atomic_lock.S In-Reply-To: <20021116222131.GA2070@elvis.mu.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 16 Nov 2002, Jon Mini wrote: > Daniel Eischen [eischen@pcnet1.pcnet.com] wrote : > > > > I'm working on converting libc_r to use *context() so don't > > > worry about doing it yourself. > > I have those patches already.. If you're interested, I can dig them up. Yeah, I have some too, but I want to change signal handling at the same time (more for the java folks than anyone else). Send 'em to me if you can find them. I'll take a look at them all, and come up with something. -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 15:47:31 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EDD237B401; Sat, 16 Nov 2002 15:47:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C7C943E6E; Sat, 16 Nov 2002 15:47:30 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGNijmV095313; Sat, 16 Nov 2002 15:44:45 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGNijie095312; Sat, 16 Nov 2002 15:44:45 -0800 (PST) Message-Id: <200211162344.gAGNijie095312@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 16 Nov 2002 15:44:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jde Makefile distinfo pkg-descr pkg-plist ports/java/jde/files patch-aa patch-ab X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/16 15:44:45 PST Modified files: java/jde Makefile distinfo pkg-descr pkg-plist Removed files: java/jde/files patch-aa patch-ab Log: Maintainer update to version 2.2.9 PR: ports/45231 Submitted by: Kimura Fuyuki Revision Changes Path 1.4 +7 -11 ports/java/jde/Makefile 1.2 +1 -1 ports/java/jde/distinfo 1.2 +0 -11 ports/java/jde/files/patch-aa (dead) 1.2 +0 -31 ports/java/jde/files/patch-ab (dead) 1.3 +0 -3 ports/java/jde/pkg-descr 1.3 +35 -0 ports/java/jde/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 15:51: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20BD437B401; Sat, 16 Nov 2002 15:51:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C533743E4A; Sat, 16 Nov 2002 15:50:59 -0800 (PST) (envelope-from deischen@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGNmFmV095729; Sat, 16 Nov 2002 15:48:15 -0800 (PST) (envelope-from deischen@repoman.freebsd.org) Received: (from deischen@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGNmFdW095726; Sat, 16 Nov 2002 15:48:15 -0800 (PST) Message-Id: <200211162348.gAGNmFdW095726@repoman.freebsd.org> From: Daniel Eischen Date: Sat, 16 Nov 2002 15:48:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia32 ia32_proto.h ia32_syscall.h ia32_sysent.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG deischen 2002/11/16 15:48:15 PST Modified files: sys/ia64/ia32 ia32_proto.h ia32_syscall.h ia32_sysent.c Log: Regenerate after adding syscalls. Revision Changes Path 1.6 +1 -1 src/sys/ia64/ia32/ia32_proto.h 1.6 +2 -2 src/sys/ia64/ia32/ia32_syscall.h 1.7 +10 -1 src/sys/ia64/ia32/ia32_sysent.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 15:54:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2B7B37B401; Sat, 16 Nov 2002 15:54:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5264D43E8A; Sat, 16 Nov 2002 15:54:08 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGNpNmV096302; Sat, 16 Nov 2002 15:51:23 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGNpNhX096301; Sat, 16 Nov 2002 15:51:23 -0800 (PST) Message-Id: <200211162351.gAGNpNhX096301@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 16 Nov 2002 15:51:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/5.0R/DP2 docbook.css early-adopter.html errata.html hardware-alpha.html hardware-i386.html hardware-ia64.html hardware-pc98.html hardware-sparc64.html installation-alpha.html installation-i386.html installation-ia64.html ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/11/16 15:51:23 PST Added files: en/releases/5.0R/DP2 docbook.css early-adopter.html errata.html hardware-alpha.html hardware-i386.html hardware-ia64.html hardware-pc98.html hardware-sparc64.html installation-alpha.html installation-i386.html installation-ia64.html installation-pc98.html installation-sparc64.html readme.html relnotes-alpha.html relnotes-i386.html relnotes-ia64.html relnotes-pc98.html relnotes-sparc64.html Log: Stage HTML renditions of the 5.0-DP2 release documentation, not hooked up to the Web site build yet. Revision Changes Path 1.1 +161 -0 www/en/releases/5.0R/DP2/docbook.css (new) 1.1 +486 -0 www/en/releases/5.0R/DP2/early-adopter.html (new) 1.1 +153 -0 www/en/releases/5.0R/DP2/errata.html (new) 1.1 +5519 -0 www/en/releases/5.0R/DP2/hardware-alpha.html (new) 1.1 +4368 -0 www/en/releases/5.0R/DP2/hardware-i386.html (new) 1.1 +576 -0 www/en/releases/5.0R/DP2/hardware-ia64.html (new) 1.1 +2903 -0 www/en/releases/5.0R/DP2/hardware-pc98.html (new) 1.1 +783 -0 www/en/releases/5.0R/DP2/hardware-sparc64.html (new) 1.1 +1524 -0 www/en/releases/5.0R/DP2/installation-alpha.html (new) 1.1 +1987 -0 www/en/releases/5.0R/DP2/installation-i386.html (new) 1.1 +1176 -0 www/en/releases/5.0R/DP2/installation-ia64.html (new) 1.1 +1332 -0 www/en/releases/5.0R/DP2/installation-pc98.html (new) 1.1 +1237 -0 www/en/releases/5.0R/DP2/installation-sparc64.html (new) 1.1 +550 -0 www/en/releases/5.0R/DP2/readme.html (new) 1.1 +3880 -0 www/en/releases/5.0R/DP2/relnotes-alpha.html (new) 1.1 +3997 -0 www/en/releases/5.0R/DP2/relnotes-i386.html (new) 1.1 +3837 -0 www/en/releases/5.0R/DP2/relnotes-ia64.html (new) 1.1 +3913 -0 www/en/releases/5.0R/DP2/relnotes-pc98.html (new) 1.1 +3861 -0 www/en/releases/5.0R/DP2/relnotes-sparc64.html (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 15:56:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 362ED37B401; Sat, 16 Nov 2002 15:56:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D560D43E75; Sat, 16 Nov 2002 15:56:48 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGNs4mV096415; Sat, 16 Nov 2002 15:54:04 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGNs4nk096414; Sat, 16 Nov 2002 15:54:04 -0800 (PST) Message-Id: <200211162354.gAGNs4nk096414@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 16 Nov 2002 15:54:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/linux-j Makefile distinfo pkg-plist ports/lang/linux-j/files jconsole patch-j501a::profile.ijs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/16 15:54:04 PST Modified files: lang/linux-j Makefile distinfo pkg-plist lang/linux-j/files jconsole Added files: lang/linux-j/files patch-j501a::profile.ijs Log: Maintainer update to version v501a PR: ports/44383 Submitted by: Jean-Sebastien Roy Revision Changes Path 1.2 +6 -8 ports/lang/linux-j/Makefile 1.2 +1 -3 ports/lang/linux-j/distinfo 1.2 +7 -3 ports/lang/linux-j/files/jconsole 1.1 +14 -0 ports/lang/linux-j/files/patch-j501a::profile.ijs (new) 1.2 +671 -82 ports/lang/linux-j/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 16: 2:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0679837B401; Sat, 16 Nov 2002 16:02:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABE6143E42; Sat, 16 Nov 2002 16:02:29 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAGNxjmV097226; Sat, 16 Nov 2002 15:59:45 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAGNxjWW097225; Sat, 16 Nov 2002 15:59:45 -0800 (PST) Message-Id: <200211162359.gAGNxjWW097225@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 16 Nov 2002 15:59:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/archivemail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/16 15:59:45 PST Modified files: mail/archivemail Makefile Log: Taking of maintainership PR: ports/45346 Submitted by: Sergei Kolobov Revision Changes Path 1.11 +1 -1 ports/mail/archivemail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 16: 5:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C49B337B401; Sat, 16 Nov 2002 16:05:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76E8243E75; Sat, 16 Nov 2002 16:05:52 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH038mV097381; Sat, 16 Nov 2002 16:03:08 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH037xi097380; Sat, 16 Nov 2002 16:03:07 -0800 (PST) Message-Id: <200211170003.gAH037xi097380@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 16 Nov 2002 16:03:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gq Makefile distinfo X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/16 16:03:07 PST Modified files: net/gq Makefile distinfo Log: Maintainer update to version 0.6.0 PR: ports/45345 Submitted by: Roman Shterenzon Revision Changes Path 1.9 +17 -6 ports/net/gq/Makefile 1.5 +1 -1 ports/net/gq/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 16:18:10 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42DF837B401; Sat, 16 Nov 2002 16:18:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E68F143E8A; Sat, 16 Nov 2002 16:18:08 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH0FOmV098421; Sat, 16 Nov 2002 16:15:24 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH0FOud098420; Sat, 16 Nov 2002 16:15:24 -0800 (PST) Message-Id: <200211170015.gAH0FOud098420@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 16 Nov 2002 16:15:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtk--2 Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/16 16:15:24 PST Modified files: x11-toolkits/gtk--2 Makefile distinfo pkg-plist Log: Update to 2.0.1. Revision Changes Path 1.44 +1 -1 ports/x11-toolkits/gtk--2/Makefile 1.16 +1 -1 ports/x11-toolkits/gtk--2/distinfo 1.16 +1505 -6 ports/x11-toolkits/gtk--2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 16:34: 5 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C35CE37B401; Sat, 16 Nov 2002 16:34:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 844B643E42; Sat, 16 Nov 2002 16:34:04 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH0VJmV000290; Sat, 16 Nov 2002 16:31:19 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH0VJ7k000289; Sat, 16 Nov 2002 16:31:19 -0800 (PST) Message-Id: <200211170031.gAH0VJ7k000289@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 16 Nov 2002 16:31:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtk20 Makefile ports/x11-toolkits/gtk20/files patch-gdk_x11_gdkwindow-x11.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/16 16:31:19 PST Modified files: x11-toolkits/gtk20 Makefile Added files: x11-toolkits/gtk20/files patch-gdk_x11_gdkwindow-x11.c Log: Fix a bug that caused spurious crashes in metacity. Special thanks goes to James Pole , and Marc Recht who provided information to GNOME's Bugzilla. More details on this bug can be found at: http://bugzilla.gnome.org/show_bug.cgi?id=97992 http://bugzilla.gnome.org/show_bug.cgi?id=94806 Obtained from: GNOME CVS Revision Changes Path 1.106 +1 -0 ports/x11-toolkits/gtk20/Makefile 1.1 +17 -0 ports/x11-toolkits/gtk20/files/patch-gdk_x11_gdkwindow-x11.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 17: 0:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 090CC37B401; Sat, 16 Nov 2002 17:00:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA7FE43E75; Sat, 16 Nov 2002 17:00:17 -0800 (PST) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH0vXmV002353; Sat, 16 Nov 2002 16:57:33 -0800 (PST) (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH0vWLn002352; Sat, 16 Nov 2002 16:57:32 -0800 (PST) Message-Id: <200211170057.gAH0vWLn002352@repoman.freebsd.org> From: "Bruce A. Mah" Date: Sat, 16 Nov 2002 16:57:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/5.0R/DP2 Makefile hardware.sgml installation.sgml relnotes.sgml X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmah 2002/11/16 16:57:32 PST Added files: en/releases/5.0R/DP2 Makefile hardware.sgml installation.sgml relnotes.sgml Log: Glue and infrastructure for 5.0-DP2 release documentation. Revision Changes Path 1.1 +31 -0 www/en/releases/5.0R/DP2/Makefile (new) 1.1 +28 -0 www/en/releases/5.0R/DP2/hardware.sgml (new) 1.1 +28 -0 www/en/releases/5.0R/DP2/installation.sgml (new) 1.1 +28 -0 www/en/releases/5.0R/DP2/relnotes.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 17:13: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AABBE37B401; Sat, 16 Nov 2002 17:13:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5584643E75; Sat, 16 Nov 2002 17:13:05 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH1AKmV003907; Sat, 16 Nov 2002 17:10:20 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH1AKmU003906; Sat, 16 Nov 2002 17:10:20 -0800 (PST) Message-Id: <200211170110.gAH1AKmU003906@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 16 Nov 2002 17:10:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-fonts/terminus-font Makefile pkg-descr pkg-plist ports/x11-fonts/terminus-font/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/16 17:10:20 PST Modified files: x11-fonts/terminus-font Makefile pkg-descr pkg-plist Added files: x11-fonts/terminus-font/files patch-aa Log: Maintainer update to version 3.96_2 PR: ports/45340 Submitted by: Kang-min Liu Revision Changes Path 1.2 +6 -1 ports/x11-fonts/terminus-font/Makefile 1.1 +279 -0 ports/x11-fonts/terminus-font/files/patch-aa (new) 1.2 +4 -0 ports/x11-fonts/terminus-font/pkg-descr 1.2 +64 -0 ports/x11-fonts/terminus-font/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 17:19:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7649337B401; Sat, 16 Nov 2002 17:19:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3B6C43E75; Sat, 16 Nov 2002 17:19:51 -0800 (PST) (envelope-from jake@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH1H7mV004324; Sat, 16 Nov 2002 17:17:07 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH1H74B004323; Sat, 16 Nov 2002 17:17:07 -0800 (PST) Message-Id: <200211170117.gAH1H74B004323@repoman.freebsd.org> From: Jake Burkholder Date: Sat, 16 Nov 2002 17:17:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2002/11/16 17:17:07 PST Modified files: sys/sparc64/sparc64 pmap.c Log: MFi386 r1.369. Clear the PG_WRITEABLE flag in pmap_clear_write; return immediately if its already clear. Suggested by: alc Revision Changes Path 1.90 +3 -1 src/sys/sparc64/sparc64/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 18: 2:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7247837B401; Sat, 16 Nov 2002 18:02:52 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2A6143E42; Sat, 16 Nov 2002 18:02:51 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.5) with ESMTP id gAH22oen099182 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sat, 16 Nov 2002 21:02:50 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.5/Submit) id gAH22oLd099179; Sat, 16 Nov 2002 21:02:50 -0500 (EST) (envelope-from wollman) Date: Sat, 16 Nov 2002 21:02:50 -0500 (EST) From: Garrett Wollman Message-Id: <200211170202.gAH22oLd099179@khavrinen.lcs.mit.edu> To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen sysconf.c In-Reply-To: <20021116095822.GT50692@elvis.mu.org> References: <200211160635.gAG6ZKUX094649@repoman.freebsd.org> <200211160706.gAG76Z4S089556@khavrinen.lcs.mit.edu> <20021116095822.GT50692@elvis.mu.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > Should I set _POSIX_AIO_MAX to 1024? You *must not* change _POSIX_AIO_MAX. Its value is fixed in the Standard. (Specifically, it is the minimum permissible value of {AIO_MAX}.) The constant AIO_MAX should probably be left undefined, thereby forcing applications to call sysconf(_SC_AIO_MAX) if they care -- but in order for this to work, sysconf() has be able to get the correct value of {AIO_MAX} from the kernel. Rev. 1.18 to sysconf.c is simply wrong. If the kernel is providing an incorrect value, it's a bug in the kernel and should not be papered over by the library. If AIO is not supported in the kernel, these values are meaningless anyway (and an error should probably be reported). -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 18: 5:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 996DB37B401; Sat, 16 Nov 2002 18:05:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A16043E77; Sat, 16 Nov 2002 18:05:27 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH22gmV010131; Sat, 16 Nov 2002 18:02:42 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH22gFe010130; Sat, 16 Nov 2002 18:02:42 -0800 (PST) Message-Id: <200211170202.gAH22gFe010130@repoman.freebsd.org> From: Bruce Evans Date: Sat, 16 Nov 2002 18:02:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_lookup.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/11/16 18:02:42 PST Modified files: (Branch: RELENG_4) sys/gnu/ext2fs ext2_lookup.c Log: MFC (1.37: MFufs (1.33: (move a brelse() so that a buffer is not used after it has been released)). PR: 44060 Revision Changes Path 1.21.2.3 +2 -2 src/sys/gnu/ext2fs/ext2_lookup.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 18:22:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3CD737B401; Sat, 16 Nov 2002 18:22:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AB0343E77; Sat, 16 Nov 2002 18:22:51 -0800 (PST) (envelope-from cjh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH2K6mV011944; Sat, 16 Nov 2002 18:20:06 -0800 (PST) (envelope-from cjh@repoman.freebsd.org) Received: (from cjh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH2K63v011943; Sat, 16 Nov 2002 18:20:06 -0800 (PST) Message-Id: <200211170220.gAH2K63v011943@repoman.freebsd.org> From: CHOI Junho Date: Sat, 16 Nov 2002 18:20:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/cjk-lyx Makefile distinfo pkg-plist ports/print/cjk-lyx/files patch-config::pspell.m4 patch-configure.in patch-src::FontLoader.C patch-src::WorkArea.C patch-src::frontends::xforms::GUIRunTime.C patch-src::sp_spell.C X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cjh 2002/11/16 18:20:06 PST Modified files: print/cjk-lyx Makefile distinfo pkg-plist Added files: print/cjk-lyx/files patch-config::pspell.m4 patch-src::FontLoader.C patch-src::WorkArea.C patch-src::sp_spell.C Removed files: print/cjk-lyx/files patch-configure.in patch-src::frontends::xforms::GUIRunTime.C Log: Update to 1.2.1 and unbroke ports. PR: ports/43705 Submitted by: Ports Fury Revision Changes Path 1.14 +9 -8 ports/print/cjk-lyx/Makefile 1.7 +1 -1 ports/print/cjk-lyx/distinfo 1.1 +20 -0 ports/print/cjk-lyx/files/patch-config::pspell.m4 (new) 1.2 +0 -15 ports/print/cjk-lyx/files/patch-configure.in (dead) 1.1 +12 -0 ports/print/cjk-lyx/files/patch-src::FontLoader.C (new) 1.1 +14 -0 ports/print/cjk-lyx/files/patch-src::WorkArea.C (new) 1.2 +0 -20 ports/print/cjk-lyx/files/patch-src::frontends::xforms::GUIRunTime.C (dead) 1.1 +11 -0 ports/print/cjk-lyx/files/patch-src::sp_spell.C (new) 1.7 +13 -3 ports/print/cjk-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 Sat Nov 16 18:42:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 475AC37B401; Sat, 16 Nov 2002 18:42:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFA8643E4A; Sat, 16 Nov 2002 18:42:40 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH2dtmV013775; Sat, 16 Nov 2002 18:39:55 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH2dt1R013774; Sat, 16 Nov 2002 18:39:55 -0800 (PST) Message-Id: <200211170239.gAH2dt1R013774@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 16 Nov 2002 18:39:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 fd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/11/16 18:39:55 PST Modified files: sys/pc98/pc98 fd.c Log: Merged from sys/isa/fd.c revision 1.242. Revision Changes Path 1.127 +2 -2 src/sys/pc98/pc98/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 18:57:52 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCC1237B401; Sat, 16 Nov 2002 18:57:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 806D443E6E; Sat, 16 Nov 2002 18:57:51 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH2t6mV014908; Sat, 16 Nov 2002 18:55:06 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH2t6kN014907; Sat, 16 Nov 2002 18:55:06 -0800 (PST) Message-Id: <200211170255.gAH2t6kN014907@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 16 Nov 2002 18:55:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/spread Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/16 18:55:06 PST Modified files: net/spread Makefile Log: IGNORE wasn't for a LICENSE issue but for download-restrictions. Revision Changes Path 1.10 +5 -5 ports/net/spread/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 18:59:53 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E15837B401; Sat, 16 Nov 2002 18:59:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51F3243E42; Sat, 16 Nov 2002 18:59:52 -0800 (PST) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH2v7mV015000; Sat, 16 Nov 2002 18:57:07 -0800 (PST) (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH2v781014999; Sat, 16 Nov 2002 18:57:07 -0800 (PST) Message-Id: <200211170257.gAH2v781014999@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Sat, 16 Nov 2002 18:57:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nyan 2002/11/16 18:57:07 PST Modified files: sys/pc98/i386 machdep.c Log: MFi386: revision 1.550. Revision Changes Path 1.304 +2 -1 src/sys/pc98/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 19: 8:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5007037B401; Sat, 16 Nov 2002 19:08:09 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0636043E88; Sat, 16 Nov 2002 19:08:09 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 1751DAE307; Sat, 16 Nov 2002 19:08:05 -0800 (PST) Date: Sat, 16 Nov 2002 19:08:05 -0800 From: Alfred Perlstein To: Garrett Wollman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen sysconf.c Message-ID: <20021117030805.GA6882@elvis.mu.org> References: <200211160635.gAG6ZKUX094649@repoman.freebsd.org> <200211160706.gAG76Z4S089556@khavrinen.lcs.mit.edu> <20021116095822.GT50692@elvis.mu.org> <200211170202.gAH22oLd099179@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211170202.gAH22oLd099179@khavrinen.lcs.mit.edu> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Garrett Wollman [021116 18:02] wrote: > < said: > > > Should I set _POSIX_AIO_MAX to 1024? > > You *must not* change _POSIX_AIO_MAX. Its value is fixed in the > Standard. (Specifically, it is the minimum permissible value of > {AIO_MAX}.) > > The constant AIO_MAX should probably be left undefined, thereby > forcing applications to call sysconf(_SC_AIO_MAX) if they care -- but > in order for this to work, sysconf() has be able to get the correct > value of {AIO_MAX} from the kernel. > > Rev. 1.18 to sysconf.c is simply wrong. If the kernel is providing an > incorrect value, it's a bug in the kernel and should not be papered > over by the library. If AIO is not supported in the kernel, these > values are meaningless anyway (and an error should probably be > reported). In re 1.18, the problem is that the code changes a 0 return to -1, at least for _SC_AIO_PRIO_DELTA_MAX, so that portion of the revision should stay right? (since 0 is a valid response from the kernel) For _SC_AIO_LISTIO_MAX and _SC_AIO_MAX returning -1 when aio is not loaded is ok, so I can revert that: Index: gen/sysconf.c =================================================================== RCS file: /home/ncvs/src/lib/libc/gen/sysconf.c,v retrieving revision 1.18 diff -u -r1.18 sysconf.c --- gen/sysconf.c 16 Nov 2002 06:35:20 -0000 1.18 +++ gen/sysconf.c 17 Nov 2002 03:06:27 -0000 @@ -254,12 +254,10 @@ return (_POSIX_TIMERS); #endif case _SC_AIO_LISTIO_MAX: - defaultresult = _POSIX_AIO_LISTIO_MAX; mib[0] = CTL_P1003_1B; mib[1] = CTL_P1003_1B_AIO_LISTIO_MAX; goto yesno; case _SC_AIO_MAX: - defaultresult = _POSIX_AIO_MAX; mib[0] = CTL_P1003_1B; mib[1] = CTL_P1003_1B_AIO_MAX; goto yesno; -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 19:33:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9BDB37B401; Sat, 16 Nov 2002 19:33:18 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FD2243E42; Sat, 16 Nov 2002 19:33:18 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.5) with ESMTP id gAH3XHen099555 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sat, 16 Nov 2002 22:33:17 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.5/Submit) id gAH3XG7o099552; Sat, 16 Nov 2002 22:33:16 -0500 (EST) (envelope-from wollman) Date: Sat, 16 Nov 2002 22:33:16 -0500 (EST) From: Garrett Wollman Message-Id: <200211170333.gAH3XG7o099552@khavrinen.lcs.mit.edu> To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen sysconf.c In-Reply-To: <20021117030805.GA6882@elvis.mu.org> References: <200211160635.gAG6ZKUX094649@repoman.freebsd.org> <200211160706.gAG76Z4S089556@khavrinen.lcs.mit.edu> <20021116095822.GT50692@elvis.mu.org> <200211170202.gAH22oLd099179@khavrinen.lcs.mit.edu> <20021117030805.GA6882@elvis.mu.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > In re 1.18, the problem is that the code changes a 0 return to -1, > at least for _SC_AIO_PRIO_DELTA_MAX, so that portion of the revision > should stay right? (since 0 is a valid response from the kernel) The bug here is that these cases are going through the `yesno' logic but are not booleans. Replace the `goto yesno' with `break' and the Right Thing should happen (i.e., the value from the kernel will be returned). -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 19:40:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7A9237B401; Sat, 16 Nov 2002 19:40:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82FA643E75; Sat, 16 Nov 2002 19:40:31 -0800 (PST) (envelope-from nobutaka@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH3bkmV018905; Sat, 16 Nov 2002 19:37:46 -0800 (PST) (envelope-from nobutaka@repoman.freebsd.org) Received: (from nobutaka@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH3bkOr018903; Sat, 16 Nov 2002 19:37:46 -0800 (PST) Message-Id: <200211170337.gAH3bkOr018903@repoman.freebsd.org> From: MANTANI Nobutaka Date: Sat, 16 Nov 2002 19:37:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/emacs-w3m Makefile pkg-descr ports/www/emacs-w3m/files patch-shimbun:mew-shimbun.el X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nobutaka 2002/11/16 19:37:46 PST Modified files: www/emacs-w3m Makefile pkg-descr Added files: www/emacs-w3m/files patch-shimbun:mew-shimbun.el Log: Add a patch to work mew-shimbun.el with Mew 2.x. Update my mail address in pkg-descr. Obtained from: emacs-w3m CVS Revision Changes Path 1.19 +1 -0 ports/www/emacs-w3m/Makefile 1.1 +52 -0 ports/www/emacs-w3m/files/patch-shimbun:mew-shimbun.el (new) 1.4 +1 -1 ports/www/emacs-w3m/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 Nov 16 19:40:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E678137B401; Sat, 16 Nov 2002 19:40:41 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FE3C43E42; Sat, 16 Nov 2002 19:40:41 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 7E373AE2E4; Sat, 16 Nov 2002 19:40:41 -0800 (PST) Date: Sat, 16 Nov 2002 19:40:41 -0800 From: Alfred Perlstein To: Garrett Wollman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen sysconf.c Message-ID: <20021117034041.GC6882@elvis.mu.org> References: <200211160635.gAG6ZKUX094649@repoman.freebsd.org> <200211160706.gAG76Z4S089556@khavrinen.lcs.mit.edu> <20021116095822.GT50692@elvis.mu.org> <200211170202.gAH22oLd099179@khavrinen.lcs.mit.edu> <20021117030805.GA6882@elvis.mu.org> <200211170333.gAH3XG7o099552@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211170333.gAH3XG7o099552@khavrinen.lcs.mit.edu> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Garrett Wollman [021116 19:33] wrote: > < said: > > > In re 1.18, the problem is that the code changes a 0 return to -1, > > at least for _SC_AIO_PRIO_DELTA_MAX, so that portion of the revision > > should stay right? (since 0 is a valid response from the kernel) > > The bug here is that these cases are going through the `yesno' logic > but are not booleans. Replace the `goto yesno' with `break' and the > Right Thing should happen (i.e., the value from the kernel will be > returned). > > -GAWollman But don't we want -1 for _SC_AIO_LISTIO_MAX and _SC_AIO_MAX when it's not loaded? -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 19:46:35 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42CB737B401; Sat, 16 Nov 2002 19:46:34 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AA6243E3B; Sat, 16 Nov 2002 19:46:33 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.5) with ESMTP id gAH3kWen099707 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sat, 16 Nov 2002 22:46:33 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.5/Submit) id gAH3kWZm099704; Sat, 16 Nov 2002 22:46:32 -0500 (EST) (envelope-from wollman) Date: Sat, 16 Nov 2002 22:46:32 -0500 (EST) From: Garrett Wollman Message-Id: <200211170346.gAH3kWZm099704@khavrinen.lcs.mit.edu> To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen sysconf.c In-Reply-To: <20021117034041.GC6882@elvis.mu.org> References: <200211160635.gAG6ZKUX094649@repoman.freebsd.org> <200211160706.gAG76Z4S089556@khavrinen.lcs.mit.edu> <20021116095822.GT50692@elvis.mu.org> <200211170202.gAH22oLd099179@khavrinen.lcs.mit.edu> <20021117030805.GA6882@elvis.mu.org> <200211170333.gAH3XG7o099552@khavrinen.lcs.mit.edu> <20021117034041.GC6882@elvis.mu.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > But don't we want -1 for _SC_AIO_LISTIO_MAX and _SC_AIO_MAX when it's > not loaded? Yes, but we want the kernel to return the correct value (or rather, we want the kernel to return an error, which is not possible in the current implementation, but as an ideal..) rather than having libc patch up the wrong value. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 19:59:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5454237B401; Sat, 16 Nov 2002 19:59:36 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09B7D43E4A; Sat, 16 Nov 2002 19:59:36 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id E95CAAE323; Sat, 16 Nov 2002 19:59:35 -0800 (PST) Date: Sat, 16 Nov 2002 19:59:35 -0800 From: Alfred Perlstein To: Garrett Wollman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen sysconf.c Message-ID: <20021117035935.GE6882@elvis.mu.org> References: <200211160635.gAG6ZKUX094649@repoman.freebsd.org> <200211160706.gAG76Z4S089556@khavrinen.lcs.mit.edu> <20021116095822.GT50692@elvis.mu.org> <200211170202.gAH22oLd099179@khavrinen.lcs.mit.edu> <20021117030805.GA6882@elvis.mu.org> <200211170333.gAH3XG7o099552@khavrinen.lcs.mit.edu> <20021117034041.GC6882@elvis.mu.org> <200211170346.gAH3kWZm099704@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211170346.gAH3kWZm099704@khavrinen.lcs.mit.edu> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Garrett Wollman [021116 19:46] wrote: > < said: > > > But don't we want -1 for _SC_AIO_LISTIO_MAX and _SC_AIO_MAX when it's > > not loaded? > > Yes, but we want the kernel to return the correct value (or rather, we > want the kernel to return an error, which is not possible in the > current implementation, but as an ideal..) rather than having libc > patch up the wrong value. Actually the posix4_mib.c file could initialize those to -1. I'll put in a version that should cover all these cases. -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 20: 7:37 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47B2637B401; Sat, 16 Nov 2002 20:07:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9B8443E42; Sat, 16 Nov 2002 20:07:35 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH44omV021494; Sat, 16 Nov 2002 20:04:50 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH44oi0021493; Sat, 16 Nov 2002 20:04:50 -0800 (PST) Message-Id: <200211170404.gAH44oi0021493@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 16 Nov 2002 20:04:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/adzap Makefile distinfo pkg-descr ports/www/adzap/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/11/16 20:04:50 PST Modified files: www/adzap Makefile distinfo pkg-descr www/adzap/files patch-aa Log: Update to adzap-20021116, now hosted on sourceforge Revision Changes Path 1.24 +2 -2 ports/www/adzap/Makefile 1.23 +1 -1 ports/www/adzap/distinfo 1.8 +8 -8 ports/www/adzap/files/patch-aa 1.2 +1 -1 ports/www/adzap/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 Nov 16 20: 7:45 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AC6D37B404; Sat, 16 Nov 2002 20:07:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C77843E42; Sat, 16 Nov 2002 20:07:44 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH44wmV021524; Sat, 16 Nov 2002 20:04:58 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH44w5i021523; Sat, 16 Nov 2002 20:04:58 -0800 (PST) Message-Id: <200211170404.gAH44w5i021523@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 16 Nov 2002 20:04:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/lire Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/16 20:04:58 PST Modified files: sysutils/lire Makefile Log: Maintainer-update: use ARCH_PERL/SITE_PERL variables. Revision Changes Path 1.3 +8 -5 ports/sysutils/lire/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 20:10:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DBB137B401; Sat, 16 Nov 2002 20:10:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C31E543E75; Sat, 16 Nov 2002 20:10:18 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH47XmV021680; Sat, 16 Nov 2002 20:07:33 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH47Xpt021679; Sat, 16 Nov 2002 20:07:33 -0800 (PST) Message-Id: <200211170407.gAH47Xpt021679@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 16 Nov 2002 20:07:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/p5-Mail-Audit Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/16 20:07:33 PST Modified files: mail/p5-Mail-Audit Makefile Log: Make p5-Mail-Audit building again. Noticed on: bento Revision Changes Path 1.14 +1 -1 ports/mail/p5-Mail-Audit/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 20:16:14 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F49A37B401; Sat, 16 Nov 2002 20:16:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EC1643E42; Sat, 16 Nov 2002 20:16:13 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH4DRmV022502; Sat, 16 Nov 2002 20:13:27 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH4DRNk022501; Sat, 16 Nov 2002 20:13:27 -0800 (PST) Message-Id: <200211170413.gAH4DRNk022501@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 16 Nov 2002 20:13:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/p5-Tcl-Tk Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/16 20:13:27 PST Modified files: x11-toolkits/p5-Tcl-Tk Makefile Log: i386-freebsd -> PERL_ARCH Noticed on: bento Revision Changes Path 1.23 +1 -1 ports/x11-toolkits/p5-Tcl-Tk/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 20:18:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F67737B401; Sat, 16 Nov 2002 20:18:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F349343E77; Sat, 16 Nov 2002 20:18:19 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH4FYmV022646; Sat, 16 Nov 2002 20:15:34 -0800 (PST) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH4FYwL022645; Sat, 16 Nov 2002 20:15:34 -0800 (PST) Message-Id: <200211170415.gAH4FYwL022645@repoman.freebsd.org> From: Alfred Perlstein Date: Sat, 16 Nov 2002 20:15:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c src/lib/libc/gen sysconf.c src/sys/posix4 posix4.h posix4_mib.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/11/16 20:15:34 PST Modified files: sys/kern vfs_aio.c lib/libc/gen sysconf.c sys/posix4 posix4.h posix4_mib.c Log: Rework the sysconf(3) interaction with aio: sysconf.c: Use 'break' rather than 'goto yesno' in sysconf.c so that we report a '0' return value from the kernel sysctl. vfs_aio.c: Make aio reset its configuration parameters to -1 after unloading instead of 0. posix4_mib.c: Initialize the aio configuration parameters to -1 to indicate that it is not loaded. Add a facility (p31b_iscfg()) to determine if a posix4 facility has been initialized to avoid having to re-order the SYSINITs. Use p31b_iscfg() to determine if aio has had a chance to run yet which is likely if it is compiled into the kernel and avoid spamming its values. Introduce a macro P31B_VALID() instead of doing the same comparison over and over. posix4.h: Prototype p31b_iscfg(). Revision Changes Path 1.19 +3 -6 src/lib/libc/gen/sysconf.c 1.146 +3 -3 src/sys/kern/vfs_aio.c 1.11 +1 -0 src/sys/posix4/posix4.h 1.7 +22 -2 src/sys/posix4/posix4_mib.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 20:51:49 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF18037B401; Sat, 16 Nov 2002 20:51:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61AC443E3B; Sat, 16 Nov 2002 20:51:48 -0800 (PST) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH4n2mV026610; Sat, 16 Nov 2002 20:49:02 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH4n2k6026608; Sat, 16 Nov 2002 20:49:02 -0800 (PST) Message-Id: <200211170449.gAH4n2k6026608@repoman.freebsd.org> From: Sean Chittenden Date: Sat, 16 Nov 2002 20:49:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/ruby-cdb/files patch-cdb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG seanc 2002/11/16 20:49:02 PST Added files: databases/ruby-cdb/files patch-cdb.c Log: Patch for Ruby 1.7. Approved by: maintainer (knu) Revision Changes Path 1.1 +48 -0 ports/databases/ruby-cdb/files/patch-cdb.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 20:55:24 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E16437B401; Sat, 16 Nov 2002 20:55:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51FC043E8A; Sat, 16 Nov 2002 20:55:23 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH4qbmV026868; Sat, 16 Nov 2002 20:52:37 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH4qb8a026867; Sat, 16 Nov 2002 20:52:37 -0800 (PST) Message-Id: <200211170452.gAH4qb8a026867@repoman.freebsd.org> From: Warner Losh Date: Sat, 16 Nov 2002 20:52:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pcic i82365.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/11/16 20:52:37 PST Modified files: sys/dev/pcic i82365.c Log: DETACH_FORCE was removed recently. Remove it here, even though this isn't supported. Revision Changes Path 1.37 +5 -7 src/sys/dev/pcic/i82365.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 21: 6:44 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44C0A37B401; Sat, 16 Nov 2002 21:06:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF5A943E75; Sat, 16 Nov 2002 21:06:39 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH53smV028260; Sat, 16 Nov 2002 21:03:54 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH53sxk028259; Sat, 16 Nov 2002 21:03:54 -0800 (PST) Message-Id: <200211170503.gAH53sxk028259@repoman.freebsd.org> From: SADA Kenji Date: Sat, 16 Nov 2002 21:03:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/sysutils Makefile ports/mail Makefile ports/net Makefile ports/devel/pear Makefile pkg-comment pkg-descr pkg-plist ports/devel/pear-Console_Getopt Makefile distinfo pkg-comment pkg-descr pkg-plist ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/16 21:03:54 PST Modified files: devel Makefile sysutils Makefile mail Makefile net Makefile Added files: devel/pear Makefile pkg-comment pkg-descr pkg-plist devel/pear-Console_Getopt Makefile distinfo pkg-comment pkg-descr pkg-plist devel/pear-PEAR Makefile distinfo pkg-comment pkg-descr pkg-plist devel/pear-install Makefile pkg-comment pkg-descr pkg-plist sysutils/pear-File Makefile distinfo pkg-comment pkg-descr pkg-plist sysutils/pear-Log Makefile distinfo pkg-comment pkg-descr pkg-plist mail/pear-Mail_Mime Makefile distinfo pkg-comment pkg-descr pkg-plist net/pear-Net_Sieve Makefile distinfo pkg-comment pkg-descr pkg-plist net/pear-Net_Socket Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Resurrection of port devel/pear PR: ports/44473 Submitted by: Thierry Thomas Revision Changes Path 1.982 +4 -0 ports/devel/Makefile 1.1 +38 -0 ports/devel/pear-Console_Getopt/Makefile (new) 1.1 +1 -0 ports/devel/pear-Console_Getopt/distinfo (new) 1.1 +1 -0 ports/devel/pear-Console_Getopt/pkg-comment (new) 1.1 +4 -0 ports/devel/pear-Console_Getopt/pkg-descr (new) 1.1 +3 -0 ports/devel/pear-Console_Getopt/pkg-plist (new) 1.1 +45 -0 ports/devel/pear-PEAR/Makefile (new) 1.1 +1 -0 ports/devel/pear-PEAR/distinfo (new) 1.1 +1 -0 ports/devel/pear-PEAR/pkg-comment (new) 1.1 +4 -0 ports/devel/pear-PEAR/pkg-descr (new) 1.1 +34 -0 ports/devel/pear-PEAR/pkg-plist (new) 1.1 +39 -0 ports/devel/pear-install/Makefile (new) 1.1 +1 -0 ports/devel/pear-install/pkg-comment (new) 1.1 +6 -0 ports/devel/pear-install/pkg-descr (new) 1.1 +4 -0 ports/devel/pear-install/pkg-plist (new) 1.6 +42 -0 ports/devel/pear/Makefile (new) 1.3 +1 -0 ports/devel/pear/pkg-comment (new) 1.3 +20 -0 ports/devel/pear/pkg-descr (new) 1.4 +1 -0 ports/devel/pear/pkg-plist (new) 1.339 +1 -0 ports/mail/Makefile 1.1 +39 -0 ports/mail/pear-Mail_Mime/Makefile (new) 1.1 +1 -0 ports/mail/pear-Mail_Mime/distinfo (new) 1.1 +1 -0 ports/mail/pear-Mail_Mime/pkg-comment (new) 1.1 +3 -0 ports/mail/pear-Mail_Mime/pkg-descr (new) 1.1 +5 -0 ports/mail/pear-Mail_Mime/pkg-plist (new) 1.878 +2 -0 ports/net/Makefile 1.1 +37 -0 ports/net/pear-Net_Sieve/Makefile (new) 1.1 +1 -0 ports/net/pear-Net_Sieve/distinfo (new) 1.1 +1 -0 ports/net/pear-Net_Sieve/pkg-comment (new) 1.1 +6 -0 ports/net/pear-Net_Sieve/pkg-descr (new) 1.1 +1 -0 ports/net/pear-Net_Sieve/pkg-plist (new) 1.1 +36 -0 ports/net/pear-Net_Socket/Makefile (new) 1.1 +1 -0 ports/net/pear-Net_Socket/distinfo (new) 1.1 +1 -0 ports/net/pear-Net_Socket/pkg-comment (new) 1.1 +7 -0 ports/net/pear-Net_Socket/pkg-descr (new) 1.1 +1 -0 ports/net/pear-Net_Socket/pkg-plist (new) 1.315 +2 -0 ports/sysutils/Makefile 1.1 +37 -0 ports/sysutils/pear-File/Makefile (new) 1.1 +1 -0 ports/sysutils/pear-File/distinfo (new) 1.1 +1 -0 ports/sysutils/pear-File/pkg-comment (new) 1.1 +5 -0 ports/sysutils/pear-File/pkg-descr (new) 1.1 +5 -0 ports/sysutils/pear-File/pkg-plist (new) 1.1 +36 -0 ports/sysutils/pear-Log/Makefile (new) 1.1 +1 -0 ports/sysutils/pear-Log/distinfo (new) 1.1 +1 -0 ports/sysutils/pear-Log/pkg-comment (new) 1.1 +6 -0 ports/sysutils/pear-Log/pkg-descr (new) 1.1 +10 -0 ports/sysutils/pear-Log/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 21:16:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0983E37B401; Sat, 16 Nov 2002 21:16:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B059C43E97; Sat, 16 Nov 2002 21:16:48 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH5E3mV029233; Sat, 16 Nov 2002 21:14:03 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH5E3JU029232; Sat, 16 Nov 2002 21:14:03 -0800 (PST) Message-Id: <200211170514.gAH5E3JU029232@repoman.freebsd.org> From: SADA Kenji Date: Sat, 16 Nov 2002 21:14:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT modules X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/16 21:14:03 PST Modified files: . modules Log: add below pear ports/devel/pear pear-Console_Getopt ports/devel/pear-Console_Getopt pear-File ports/sysutils/pear-File pear-Log ports/sysutils/pear-Log pear-Mail_Mime ports/mail/pear-Mail_Mime pear-Net_Sieve ports/net/pear-Net_Sieve pear-Net_Socket ports/net/pear-Net_Socket pear-PEAR ports/devel/pear-PEAR pear-install ports/devel/pear-install PR: ports/44473 Revision Changes Path 1.6250 +9 -0 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 Nov 16 21:19: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 152C137B401; Sat, 16 Nov 2002 21:19:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B831A43E4A; Sat, 16 Nov 2002 21:19:02 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH5GHmV029326; Sat, 16 Nov 2002 21:16:17 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH5GHJW029325; Sat, 16 Nov 2002 21:16:17 -0800 (PST) Message-Id: <200211170516.gAH5GHJW029325@repoman.freebsd.org> From: Kris Kennaway Date: Sat, 16 Nov 2002 21:16:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.port.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kris 2002/11/16 21:16:17 PST Modified files: Mk bsd.port.mk Log: Clean up handling of perl-related variables: * Add USE_PERL_RUN and USE_PERL_BUILD to add {RUN,BUILD}_DEPENDS on the perl5 port if required (i.e. on 5.0 or later) (USE_PERL adds both, which is not always appropriate) [1] * On 5.0 systems without perl, depend on the full path to the perl port binaries to not pick up the system perl wrapper * If PERL_CONFIGURE is defined, move the USE_PERL setting earlier in the makefile so it actually adds a dependency. [2] Noticed by: dougb [1] Submitted by: sobomax [2] Tested on: bento Revision Changes Path 1.431 +14 -6 ports/Mk/bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 21:28:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7797037B404; Sat, 16 Nov 2002 21:28:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A1A543E8A; Sat, 16 Nov 2002 21:28:18 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH5PWmV030223; Sat, 16 Nov 2002 21:25:32 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH5PW4O030222; Sat, 16 Nov 2002 21:25:32 -0800 (PST) Message-Id: <200211170525.gAH5PW4O030222@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 16 Nov 2002 21:25:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gnomesword Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2002/11/16 21:25:32 PST Modified files: misc/gnomesword Makefile Log: Port needs gtkhtml as a dependancy Noticed on: bento Revision Changes Path 1.3 +1 -1 ports/misc/gnomesword/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 21:34:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9394C37B401; Sat, 16 Nov 2002 21:34:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46F1E43E3B; Sat, 16 Nov 2002 21:34:57 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH5WBmV031083; Sat, 16 Nov 2002 21:32:11 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH5WBgW031082; Sat, 16 Nov 2002 21:32:11 -0800 (PST) Message-Id: <200211170532.gAH5WBgW031082@repoman.freebsd.org> From: SADA Kenji Date: Sat, 16 Nov 2002 21:32:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/horde2 Makefile pkg-message X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/16 21:32:11 PST Modified files: www/horde2 Makefile pkg-message Log: fixing dependence with PEAR::Log. PR: ports/44474 Submitted by: maintainer Revision Changes Path 1.17 +1 -5 ports/www/horde2/Makefile 1.4 +0 -3 ports/www/horde2/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 21:43:23 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EB8837B401; Sat, 16 Nov 2002 21:43:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EED643E88; Sat, 16 Nov 2002 21:43:22 -0800 (PST) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH5eamV031995; Sat, 16 Nov 2002 21:40:36 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH5eaKL031994; Sat, 16 Nov 2002 21:40:36 -0800 (PST) Message-Id: <200211170540.gAH5eaKL031994@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sat, 16 Nov 2002 21:40:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/plugger Makefile pkg-comment pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcus 2002/11/16 21:40:36 PST Modified files: www/plugger Makefile pkg-comment pkg-plist Log: * Make this port GNOME 2 aware * Install plugin in new browser_plugins directory PR: 45362 Submitted by: maintainer Revision Changes Path 1.15 +19 -5 ports/www/plugger/Makefile 1.3 +1 -1 ports/www/plugger/pkg-comment 1.5 +1 -1 ports/www/plugger/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 22:24:43 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74CB037B401; Sat, 16 Nov 2002 22:24:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D24BA43E42; Sat, 16 Nov 2002 22:24:36 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH6LpmV036784; Sat, 16 Nov 2002 22:21:51 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH6LpNB036783; Sat, 16 Nov 2002 22:21:51 -0800 (PST) Message-Id: <200211170621.gAH6LpNB036783@repoman.freebsd.org> From: SADA Kenji Date: Sat, 16 Nov 2002 22:21:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/chinese Makefile ports/japanese Makefile ports/korean Makefile ports/russian Makefile ports/www Makefile ports/chinese/linux-netscape47-communicator Makefile distinfo pkg-comment pkg-descr pkg-plist ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/16 22:21:51 PST Modified files: chinese Makefile japanese Makefile korean Makefile russian Makefile www Makefile Removed files: chinese/linux-netscape47-communicator Makefile distinfo pkg-comment pkg-descr pkg-plist chinese/linux-netscape47-communicator/files DEINSTALL.in INSTALL.in MESSAGE.in start.sh.in chinese/linux-netscape47-navigator Makefile chinese/netscape47-communicator Makefile distinfo pkg-comment pkg-descr pkg-plist chinese/netscape47-communicator/files DEINSTALL.in INSTALL.in MESSAGE.in start.sh.in chinese/netscape47-navigator Makefile japanese/linux-netscape47-communicator Makefile japanese/linux-netscape47-communicator/files patch-aa start.sh.in japanese/linux-netscape47-navigator Makefile japanese/netscape-fonts Makefile pkg-comment pkg-deinstall pkg-descr pkg-install pkg-plist japanese/netscape3.language Makefile distinfo pkg-comment pkg-descr pkg-plist japanese/netscape3.language/files netscape.sh patch-aa patch-ab setup.doc japanese/netscape4-communicator Makefile distinfo pkg-comment pkg-descr pkg-plist japanese/netscape4-communicator/files INSTALL ja-netscape.1 patch-aa patch-ab preferences.js start.sh.in japanese/netscape4-navigator Makefile japanese/netscape47-communicator Makefile distinfo pkg-comment pkg-descr pkg-plist japanese/netscape47-communicator/files patch-aa japanese/netscape47-navigator Makefile korean/linux-netscape47-communicator Makefile korean/linux-netscape47-communicator/files patch-aa start.sh.in korean/linux-netscape47-navigator Makefile korean/netscape3 Makefile distinfo pkg-comment pkg-descr pkg-plist korean/netscape3/files netscape.sh patch-aa patch-ab korean/netscape4-communicator Makefile distinfo pkg-comment pkg-descr pkg-plist korean/netscape4-communicator/files INSTALL patch-aa preferences.js start.sh.in xresource.ad korean/netscape4-navigator Makefile korean/netscape47-communicator Makefile distinfo pkg-comment pkg-descr pkg-plist korean/netscape47-communicator/files INSTALL patch-aa preferences.js start.sh.in korean/netscape47-navigator Makefile russian/netscape4.language Makefile distinfo pkg-comment pkg-descr pkg-plist www/linux-netscape47-communicator Makefile pkg-comment pkg-descr pkg-plist www/linux-netscape47-communicator/files mailcap www/linux-netscape47-navigator Makefile pkg-comment pkg-descr pkg-plist www/netscape3 Makefile distinfo pkg-comment pkg-descr pkg-plist www/netscape3/files Makefile mailcap netscape.sh www/netscape3/scripts configure www/netscape3-gold Makefile pkg-comment www/netscape4-communicator Makefile distinfo pkg-comment pkg-descr pkg-plist pkg-req.aout www/netscape4-communicator/files mailcap netscape.sh www/netscape4-navigator Makefile pkg-comment pkg-descr pkg-plist www/netscape47-communicator Makefile pkg-comment pkg-descr pkg-plist pkg-plist.alpha www/netscape47-navigator Makefile pkg-comment pkg-descr pkg-plist Log: Remove all netscape ports with a vulnerability of JRE. cf. http://sunsolve.sun.com/pub-cgi/retrieve.pl?doctype=coll&doc=secbull/218&type=0&nav=sec.sba Submitted by: trevor Silently agreed by: maintainers Revision Changes Path 1.128 +0 -4 ports/chinese/Makefile 1.6 +0 -95 ports/chinese/linux-netscape47-communicator/Makefile (dead) 1.4 +0 -1 ports/chinese/linux-netscape47-communicator/distinfo (dead) 1.2 +0 -22 ports/chinese/linux-netscape47-communicator/files/DEINSTALL.in (dead) 1.2 +0 -18 ports/chinese/linux-netscape47-communicator/files/INSTALL.in (dead) 1.2 +0 -9 ports/chinese/linux-netscape47-communicator/files/MESSAGE.in (dead) 1.2 +0 -34 ports/chinese/linux-netscape47-communicator/files/start.sh.in (dead) 1.2 +0 -1 ports/chinese/linux-netscape47-communicator/pkg-comment (dead) 1.2 +0 -11 ports/chinese/linux-netscape47-communicator/pkg-descr (dead) 1.2 +0 -126 ports/chinese/linux-netscape47-communicator/pkg-plist (dead) 1.3 +0 -11 ports/chinese/linux-netscape47-navigator/Makefile (dead) 1.7 +0 -92 ports/chinese/netscape47-communicator/Makefile (dead) 1.3 +0 -1 ports/chinese/netscape47-communicator/distinfo (dead) 1.2 +0 -22 ports/chinese/netscape47-communicator/files/DEINSTALL.in (dead) 1.2 +0 -18 ports/chinese/netscape47-communicator/files/INSTALL.in (dead) 1.2 +0 -9 ports/chinese/netscape47-communicator/files/MESSAGE.in (dead) 1.2 +0 -20 ports/chinese/netscape47-communicator/files/start.sh.in (dead) 1.2 +0 -1 ports/chinese/netscape47-communicator/pkg-comment (dead) 1.3 +0 -11 ports/chinese/netscape47-communicator/pkg-descr (dead) 1.2 +0 -126 ports/chinese/netscape47-communicator/pkg-plist (dead) 1.4 +0 -11 ports/chinese/netscape47-navigator/Makefile (dead) 1.458 +0 -8 ports/japanese/Makefile 1.10 +0 -19 ports/japanese/linux-netscape47-communicator/Makefile (dead) 1.4 +0 -27 ports/japanese/linux-netscape47-communicator/files/patch-aa (dead) 1.7 +0 -33 ports/japanese/linux-netscape47-communicator/files/start.sh.in (dead) 1.4 +0 -10 ports/japanese/linux-netscape47-navigator/Makefile (dead) 1.12 +0 -35 ports/japanese/netscape-fonts/Makefile (dead) 1.3 +0 -1 ports/japanese/netscape-fonts/pkg-comment (dead) 1.3 +0 -22 ports/japanese/netscape-fonts/pkg-deinstall (dead) 1.2 +0 -1 ports/japanese/netscape-fonts/pkg-descr (dead) 1.4 +0 -45 ports/japanese/netscape-fonts/pkg-install (dead) 1.2 +0 -1 ports/japanese/netscape-fonts/pkg-plist (dead) 1.14 +0 -76 ports/japanese/netscape3.language/Makefile (dead) 1.3 +0 -3 ports/japanese/netscape3.language/distinfo (dead) 1.2 +0 -7 ports/japanese/netscape3.language/files/netscape.sh (dead) 1.2 +0 -89 ports/japanese/netscape3.language/files/patch-aa (dead) 1.2 +0 -20 ports/japanese/netscape3.language/files/patch-ab (dead) 1.2 +0 -26 ports/japanese/netscape3.language/files/setup.doc (dead) 1.3 +0 -1 ports/japanese/netscape3.language/pkg-comment (dead) 1.3 +0 -17 ports/japanese/netscape3.language/pkg-descr (dead) 1.5 +0 -25 ports/japanese/netscape3.language/pkg-plist (dead) 1.42 +0 -93 ports/japanese/netscape4-communicator/Makefile (dead) 1.15 +0 -2 ports/japanese/netscape4-communicator/distinfo (dead) 1.2 +0 -9 ports/japanese/netscape4-communicator/files/INSTALL (dead) 1.3 +0 -49 ports/japanese/netscape4-communicator/files/ja-netscape.1 (dead) 1.5 +0 -1881 ports/japanese/netscape4-communicator/files/patch-aa (dead) 1.2 +0 -292 ports/japanese/netscape4-communicator/files/patch-ab (dead) 1.5 +0 -5 ports/japanese/netscape4-communicator/files/preferences.js (dead) 1.8 +0 -25 ports/japanese/netscape4-communicator/files/start.sh.in (dead) 1.4 +0 -1 ports/japanese/netscape4-communicator/pkg-comment (dead) 1.6 +0 -9 ports/japanese/netscape4-communicator/pkg-descr (dead) 1.8 +0 -128 ports/japanese/netscape4-communicator/pkg-plist (dead) 1.18 +0 -12 ports/japanese/netscape4-navigator/Makefile (dead) 1.27 +0 -23 ports/japanese/netscape47-communicator/Makefile (dead) 1.16 +0 -1 ports/japanese/netscape47-communicator/distinfo (dead) 1.10 +0 -158 ports/japanese/netscape47-communicator/files/patch-aa (dead) 1.3 +0 -1 ports/japanese/netscape47-communicator/pkg-comment (dead) 1.5 +0 -9 ports/japanese/netscape47-communicator/pkg-descr (dead) 1.9 +0 -123 ports/japanese/netscape47-communicator/pkg-plist (dead) 1.15 +0 -10 ports/japanese/netscape47-navigator/Makefile (dead) 1.75 +0 -7 ports/korean/Makefile 1.6 +0 -23 ports/korean/linux-netscape47-communicator/Makefile (dead) 1.4 +0 -11 ports/korean/linux-netscape47-communicator/files/patch-aa (dead) 1.3 +0 -33 ports/korean/linux-netscape47-communicator/files/start.sh.in (dead) 1.3 +0 -10 ports/korean/linux-netscape47-navigator/Makefile (dead) 1.16 +0 -62 ports/korean/netscape3/Makefile (dead) 1.4 +0 -2 ports/korean/netscape3/distinfo (dead) 1.3 +0 -7 ports/korean/netscape3/files/netscape.sh (dead) 1.3 +0 -155 ports/korean/netscape3/files/patch-aa (dead) 1.2 +0 -8 ports/korean/netscape3/files/patch-ab (dead) 1.3 +0 -1 ports/korean/netscape3/pkg-comment (dead) 1.5 +0 -20 ports/korean/netscape3/pkg-descr (dead) 1.3 +0 -79 ports/korean/netscape3/pkg-plist (dead) 1.20 +0 -103 ports/korean/netscape4-communicator/Makefile (dead) 1.8 +0 -1 ports/korean/netscape4-communicator/distinfo (dead) 1.2 +0 -9 ports/korean/netscape4-communicator/files/INSTALL (dead) 1.4 +0 -20 ports/korean/netscape4-communicator/files/patch-aa (dead) 1.2 +0 -5 ports/korean/netscape4-communicator/files/preferences.js (dead) 1.5 +0 -42 ports/korean/netscape4-communicator/files/start.sh.in (dead) 1.2 +0 -9 ports/korean/netscape4-communicator/files/xresource.ad (dead) 1.3 +0 -1 ports/korean/netscape4-communicator/pkg-comment (dead) 1.8 +0 -11 ports/korean/netscape4-communicator/pkg-descr (dead) 1.8 +0 -122 ports/korean/netscape4-communicator/pkg-plist (dead) 1.16 +0 -12 ports/korean/netscape4-navigator/Makefile (dead) 1.28 +0 -22 ports/korean/netscape47-communicator/Makefile (dead) 1.17 +0 -1 ports/korean/netscape47-communicator/distinfo (dead) 1.2 +0 -9 ports/korean/netscape47-communicator/files/INSTALL (dead) 1.5 +0 -20 ports/korean/netscape47-communicator/files/patch-aa (dead) 1.2 +0 -5 ports/korean/netscape47-communicator/files/preferences.js (dead) 1.5 +0 -42 ports/korean/netscape47-communicator/files/start.sh.in (dead) 1.5 +0 -1 ports/korean/netscape47-communicator/pkg-comment (dead) 1.9 +0 -10 ports/korean/netscape47-communicator/pkg-descr (dead) 1.9 +0 -124 ports/korean/netscape47-communicator/pkg-plist (dead) 1.18 +0 -11 ports/korean/netscape47-navigator/Makefile (dead) 1.47 +0 -1 ports/russian/Makefile 1.24 +0 -38 ports/russian/netscape4.language/Makefile (dead) 1.2 +0 -1 ports/russian/netscape4.language/distinfo (dead) 1.4 +0 -1 ports/russian/netscape4.language/pkg-comment (dead) 1.4 +0 -3 ports/russian/netscape4.language/pkg-descr (dead) 1.4 +0 -1 ports/russian/netscape4.language/pkg-plist (dead) 1.563 +0 -8 ports/www/Makefile 1.30 +0 -28 ports/www/linux-netscape47-communicator/Makefile (dead) 1.3 +0 -69 ports/www/linux-netscape47-communicator/files/mailcap (dead) 1.6 +0 -1 ports/www/linux-netscape47-communicator/pkg-comment (dead) 1.5 +0 -13 ports/www/linux-netscape47-communicator/pkg-descr (dead) 1.12 +0 -202 ports/www/linux-netscape47-communicator/pkg-plist (dead) 1.24 +0 -11 ports/www/linux-netscape47-navigator/Makefile (dead) 1.7 +0 -1 ports/www/linux-netscape47-navigator/pkg-comment (dead) 1.5 +0 -13 ports/www/linux-netscape47-navigator/pkg-descr (dead) 1.13 +0 -158 ports/www/linux-netscape47-navigator/pkg-plist (dead) 1.9 +0 -17 ports/www/netscape3-gold/Makefile (dead) 1.2 +0 -1 ports/www/netscape3-gold/pkg-comment (dead) 1.46 +0 -52 ports/www/netscape3/Makefile (dead) 1.23 +0 -4 ports/www/netscape3/distinfo (dead) 1.5 +0 -29 ports/www/netscape3/files/Makefile (dead) 1.3 +0 -69 ports/www/netscape3/files/mailcap (dead) 1.4 +0 -6 ports/www/netscape3/files/netscape.sh (dead) 1.10 +0 -1 ports/www/netscape3/pkg-comment (dead) 1.5 +0 -8 ports/www/netscape3/pkg-descr (dead) 1.5 +0 -13 ports/www/netscape3/pkg-plist (dead) 1.2 +0 -12 ports/www/netscape3/scripts/configure (dead) 1.85 +0 -131 ports/www/netscape4-communicator/Makefile (dead) 1.51 +0 -12 ports/www/netscape4-communicator/distinfo (dead) 1.2 +0 -69 ports/www/netscape4-communicator/files/mailcap (dead) 1.13 +0 -7 ports/www/netscape4-communicator/files/netscape.sh (dead) 1.5 +0 -1 ports/www/netscape4-communicator/pkg-comment (dead) 1.19 +0 -10 ports/www/netscape4-communicator/pkg-descr (dead) 1.22 +0 -201 ports/www/netscape4-communicator/pkg-plist (dead) 1.3 +0 -35 ports/www/netscape4-communicator/pkg-req.aout (dead) 1.47 +0 -17 ports/www/netscape4-navigator/Makefile (dead) 1.5 +0 -1 ports/www/netscape4-navigator/pkg-comment (dead) 1.16 +0 -14 ports/www/netscape4-navigator/pkg-descr (dead) 1.23 +0 -151 ports/www/netscape4-navigator/pkg-plist (dead) 1.84 +0 -78 ports/www/netscape47-communicator/Makefile (dead) 1.9 +0 -1 ports/www/netscape47-communicator/pkg-comment (dead) 1.20 +0 -8 ports/www/netscape47-communicator/pkg-descr (dead) 1.29 +0 -198 ports/www/netscape47-communicator/pkg-plist (dead) 1.2 +0 -197 ports/www/netscape47-communicator/pkg-plist.alpha (dead) 1.54 +0 -11 ports/www/netscape47-navigator/Makefile (dead) 1.9 +0 -1 ports/www/netscape47-navigator/pkg-comment (dead) 1.19 +0 -8 ports/www/netscape47-navigator/pkg-descr (dead) 1.31 +0 -154 ports/www/netscape47-navigator/pkg-plist (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 22:35:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A98F137B401; Sat, 16 Nov 2002 22:35:49 -0800 (PST) Received: from mail.musha.org (daemon.musha.org [210.189.104.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32FE943E75; Sat, 16 Nov 2002 22:35:49 -0800 (PST) (envelope-from knu@iDaemons.org) Received: from daemon.musha.org (daemon.local.idaemons.org [192.168.1.1]) by mail.musha.org (Postfix) with ESMTP id 6417B519B4; Sun, 17 Nov 2002 15:35:48 +0900 (JST) Date: Sun, 17 Nov 2002 15:35:48 +0900 Message-ID: <86adk8sny3.wl@daemon.musha.org> From: "Akinori MUSHA" To: SADA Kenji Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/chinese Makefile ports/japanese Makefile ports/korean Makefile ports/russian Makefile ports/www Makefile ports/chinese/linux-netscape47-communicator Makefile distinfo pkg-comment pkg-descr pkg-plist ... In-Reply-To: <200211170621.gAH6LpNB036783@repoman.freebsd.org> References: <200211170621.gAH6LpNB036783@repoman.freebsd.org> User-Agent: Wanderlust/2.11.0 (Wonderwall) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.7 (Fujiidera) APEL/10.4 Emacs/21.2 (i386--freebsd) MULE/5.0 (SAKAKI) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 081D 099C 1705 861D 4B70 B04A 920B EFC7 9FD9 E1EE MIME-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At Sat, 16 Nov 2002 22:21:51 -0800 (PST), SADA Kenji wrote: > Remove all netscape ports with a vulnerability of JRE. Would you please add entries to MOVED? Thanks, -- / /__ __ Akinori.org / MUSHA.org / ) ) ) ) / FreeBSD.org / Ruby-lang.org Akinori MUSHA aka / (_ / ( (__( @ iDaemons.org / and.or.jp "When I leave I don't know what I'm hoping to find When I leave I don't know what I'm leaving behind.." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 22:47:56 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50AA737B401; Sat, 16 Nov 2002 22:47:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD8BE43E4A; Sat, 16 Nov 2002 22:47:54 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAH6j9mV038708; Sat, 16 Nov 2002 22:45:09 -0800 (PST) (envelope-from sada@repoman.freebsd.org) Received: (from sada@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAH6j8V8038707; Sat, 16 Nov 2002 22:45:08 -0800 (PST) Message-Id: <200211170645.gAH6j8V8038707@repoman.freebsd.org> From: SADA Kenji Date: Sat, 16 Nov 2002 22:45:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/qconfirm Makefile distinfo pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sada 2002/11/16 22:45:08 PST Modified files: mail/qconfirm Makefile distinfo pkg-plist Log: upgrade to version 0.7.0 PR: ports/45350 Submitted by: maintainer Revision Changes Path 1.7 +3 -3 ports/mail/qconfirm/Makefile 1.5 +1 -1 ports/mail/qconfirm/distinfo 1.4 +3 -0 ports/mail/qconfirm/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 22:57:29 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6DFC37B401; Sat, 16 Nov 2002 22:57:28 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4200743E4A; Sat, 16 Nov 2002 22:57:28 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.5) with ESMTP id gAH6vQen000455 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sun, 17 Nov 2002 01:57:27 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.5/Submit) id gAH6vQ7G000452; Sun, 17 Nov 2002 01:57:26 -0500 (EST) (envelope-from wollman) Date: Sun, 17 Nov 2002 01:57:26 -0500 (EST) From: Garrett Wollman Message-Id: <200211170657.gAH6vQ7G000452@khavrinen.lcs.mit.edu> To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c src/lib/libc/gen sysconf.c src/sys/posix4 posix4.h posix4_mib.c In-Reply-To: <200211170415.gAH4FYwL022645@repoman.freebsd.org> References: <200211170415.gAH4FYwL022645@repoman.freebsd.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > posix4_mib.c: > Initialize the aio configuration parameters to -1 > to indicate that it is not loaded. > Add a facility (p31b_iscfg()) to determine if a posix4 facility has been > initialized to avoid having to re-order the SYSINITs. > Use p31b_iscfg() to determine if aio has had a chance to run yet which > is likely if it is compiled into the kernel and avoid spamming its > values. > Introduce a macro P31B_VALID() instead of doing the same comparison over > and over. Everything in this file is utterly bogus and should be replaced with normal sysctls in the relevant source files. You have done quite a lot of work to work around this bug; it might have been easier to just fix it. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 23: 3:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 635FC37B401; Sat, 16 Nov 2002 23:03:10 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DA1E43E4A; Sat, 16 Nov 2002 23:03:10 -0800 (PST) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 006C1AE162; Sat, 16 Nov 2002 23:03:09 -0800 (PST) Date: Sat, 16 Nov 2002 23:03:09 -0800 From: Alfred Perlstein To: Garrett Wollman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_aio.c src/lib/libc/gen sysconf.c src/sys/posix4 posix4.h posix4_mib.c Message-ID: <20021117070309.GH6882@elvis.mu.org> References: <200211170415.gAH4FYwL022645@repoman.freebsd.org> <200211170657.gAH6vQ7G000452@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200211170657.gAH6vQ7G000452@khavrinen.lcs.mit.edu> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Garrett Wollman [021116 22:57] wrote: > < said: > > > posix4_mib.c: > > Initialize the aio configuration parameters to -1 > > to indicate that it is not loaded. > > Add a facility (p31b_iscfg()) to determine if a posix4 facility has been > > initialized to avoid having to re-order the SYSINITs. > > Use p31b_iscfg() to determine if aio has had a chance to run yet which > > is likely if it is compiled into the kernel and avoid spamming its > > values. > > Introduce a macro P31B_VALID() instead of doing the same comparison over > > and over. > > Everything in this file is utterly bogus and should be replaced with > normal sysctls in the relevant source files. You have done quite a > lot of work to work around this bug; it might have been easier to just > fix it. I can take a shot at that. No promises though. :) In the future when I come to you for advice I'd really appreciate it if you'd attempt to think one step ahead of me, especially if you have strong opinions on how something should be done. Basically I really don't care how it's fixed, but I'd like it to be as clean in your eyes as possible, so please either take the initiative and suggest the one true way or feel free to step in and clean up any mess I may have made and I assure you I won't object. :) I think part of the problem was that posix4 was optional before, with it now manditory I think I can just SYSCTL_DECL the p31b top of tree and move the relevant branches directly into the aio code. Let me know if you have a better way of doing this and I'll take a shot at it. -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 23:24:20 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0534337B401; Sat, 16 Nov 2002 23:24:19 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AC8543E91; Sat, 16 Nov 2002 23:24:18 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.3/8.12.5) with ESMTP id gAH7OHen000625 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sun, 17 Nov 2002 02:24:17 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.3/8.12.5/Submit) id gAH7OHkQ000622; Sun, 17 Nov 2002 02:24:17 -0500 (EST) (envelope-from wollman) Date: Sun, 17 Nov 2002 02:24:17 -0500 (EST) From: Garrett Wollman Message-Id: <200211170724.gAH7OHkQ000622@khavrinen.lcs.mit.edu> To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern vfs_aio.c src/lib/libc/gen sysconf.c src/sys/posix4 posix4.h posix4_mib.c In-Reply-To: <20021117070309.GH6882@elvis.mu.org> References: <200211170415.gAH4FYwL022645@repoman.freebsd.org> <200211170657.gAH6vQ7G000452@khavrinen.lcs.mit.edu> <20021117070309.GH6882@elvis.mu.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < said: > In the future when I come to you for advice I'd really appreciate it > if you'd attempt to think one step ahead of me, especially if you have > strong opinions on how something should be done. Well, I thought it was pretty clear that the whole thing with the array was just an utter kluge. > I think part of the problem was that posix4 was optional before, > with it now manditory I think I can just SYSCTL_DECL the p31b > top of tree and move the relevant branches directly into the > aio code. I'm not certain that I understand what you're suggesting. All of the interfaces introduced in 1003.1b are still optional (from a POSIX perspective). When they are not available in the running kernel, the relevant sysctl()s should just fail, rather than going to some effort to return a wrong answer. The only trick to this is that it is necessary to distinguish between options (for which sysconf() must return either 0 or -1 if the option is not supported) and option-dependent configuration variables (for which sysconf() may and probably should indicate [EINVAL]). This is similar to, but not quite the same as, the distinction between `goto yesno' and `break' in sysconf.c. (These MIB variables should never have been given their own MIB tree, and the naming of the MIB tree and the `posix4' directory and header file are quite unfortunate. posix4_mib.c should eventually disappear, but we do seem to be stuck with just for the definitions of the CTL_P1003_1B_* constants. Grumble.) -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sat Nov 16 23:49:34 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1A3B37B401; Sat, 16 Nov 2002 23:49:33 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 398B243E4A; Sat, 16 Nov 2002 23:49:32 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id SAA03943; Sun, 17 Nov 2002 18:49:23 +1100 Date: Sun, 17 Nov 2002 19:02:08 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Garrett Wollman Cc: Alfred Perlstein , , Subject: Re: cvs commit: src/sys/kern vfs_aio.c src/lib/libc/gen sysconf.c src/sys/posix4 posix4.h posix4_mib.c In-Reply-To: <200211170724.gAH7OHkQ000622@khavrinen.lcs.mit.edu> Message-ID: <20021117184717.X21842-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 17 Nov 2002, Garrett Wollman wrote: > < said: > > I think part of the problem was that posix4 was optional before, > > with it now manditory I think I can just SYSCTL_DECL the p31b > > top of tree and move the relevant branches directly into the > > aio code. Yes; options that are so option that you need an another option to tell if they are optional were far too complicated. > ... > (These MIB variables should never have been given their own MIB tree, > and the naming of the MIB tree and the `posix4' directory and header > file are quite unfortunate. posix4_mib.c should eventually disappear, > but we do seem to be stuck with just for the > definitions of the CTL_P1003_1B_* constants. Grumble.) The CTL_P1003_1B_* constants seem to be in now (I'm 10 days behind -current). Couldn't all of these be OID_AUTO and not have pre-assigned numbers? Having to preassign the numbers gets in the way of even incremental development of the features (assuming sysctl does the right thing for completely unimplemented features). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message