From owner-cvs-all Sun Jan 26 0:23:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04B3437B401; Sun, 26 Jan 2003 00:23:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DE3143F13; Sun, 26 Jan 2003 00:23:37 -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 h0Q8Nbbv031214; Sun, 26 Jan 2003 00:23:37 -0800 (PST) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0Q8NbQJ031213; Sun, 26 Jan 2003 00:23:37 -0800 (PST) Message-Id: <200301260823.h0Q8NbQJ031213@repoman.freebsd.org> From: Mike Silbersack Date: Sun, 26 Jan 2003 00:23:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/md5 md5.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 silby 2003/01/26 00:23:37 PST Modified files: sbin/md5 md5.c Log: Change the -x option so that it does an actual REAL test of the correctness of this program. Previously, it printed out the MD5 values of some test strings, but did not tell you if they were correct or not! Revision Changes Path 1.28 +35 -11 src/sbin/md5/md5.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 0:42: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C54B37B401; Sun, 26 Jan 2003 00:42:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F4DA43F5B; Sun, 26 Jan 2003 00:42:02 -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 h0Q8g2bv037694; Sun, 26 Jan 2003 00:42:02 -0800 (PST) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0Q8g1er037693; Sun, 26 Jan 2003 00:42:01 -0800 (PST) Message-Id: <200301260842.h0Q8g1er037693@repoman.freebsd.org> From: Doug Barton Date: Sun, 26 Jan 2003 00:42:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/bind9 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 dougb 2003/01/26 00:42:01 PST Modified files: net/bind9 Makefile distinfo pkg-plist Log: Upgrade to 9.2.2rc1. This version has been available for several months, and is widely considered to be more stable than 9.2.1. I would have preferred a -REL version, but better is better. * Clean up the Makefile a little * Just say no to threads * Add the PORT_REPLACES_BASE magic, similar to the bind8 port Revision Changes Path 1.47 +25 -21 ports/net/bind9/Makefile 1.28 +1 -1 ports/net/bind9/distinfo 1.18 +2 -2 ports/net/bind9/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 Jan 26 1:18:40 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A7A637B401; Sun, 26 Jan 2003 01:18:39 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8237B43F75; Sun, 26 Jan 2003 01:18:38 -0800 (PST) (envelope-from phk@freebsd.org) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h0Q9IbQl005471; Sun, 26 Jan 2003 10:18:37 +0100 (CET) (envelope-from phk@freebsd.org) To: Mike Silbersack Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/md5 md5.c From: phk@freebsd.org In-Reply-To: Your message of "Sun, 26 Jan 2003 00:23:37 PST." <200301260823.h0Q8NbQJ031213@repoman.freebsd.org> Date: Sun, 26 Jan 2003 10:18:37 +0100 Message-ID: <5470.1043572717@critter.freebsd.dk> Sender: owner-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 <200301260823.h0Q8NbQJ031213@repoman.freebsd.org>, Mike Silbersack w rites: >silby 2003/01/26 00:23:37 PST > > Modified files: > sbin/md5 md5.c > Log: > Change the -x option so that it does an actual REAL test of > the correctness of this program. Previously, it printed out > the MD5 values of some test strings, but did not tell you > if they were correct or not! Uhm, this is pretty pointless, regression tests are already properly implemented over in src/lib/libmd... -- 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 Jan 26 1:21: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA36837B401; Sun, 26 Jan 2003 01:21:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A29143ED8; Sun, 26 Jan 2003 01:21:02 -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 h0Q9L2bv050464; Sun, 26 Jan 2003 01:21:02 -0800 (PST) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0Q9L2YJ050460; Sun, 26 Jan 2003 01:21:02 -0800 (PST) Message-Id: <200301260921.h0Q9L2YJ050460@repoman.freebsd.org> From: Doug Barton Date: Sun, 26 Jan 2003 01:21:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/shlock Makefile distinfo ports/sysutils/shlock/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 dougb 2003/01/26 01:21:02 PST Modified files: sysutils/shlock Makefile distinfo sysutils/shlock/files patch-configure Log: Chase inn's version number. Revision Changes Path 1.4 +1 -1 ports/sysutils/shlock/Makefile 1.2 +1 -1 ports/sysutils/shlock/distinfo 1.2 +15 -11 ports/sysutils/shlock/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 Jan 26 2: 2: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36CDA37B401; Sun, 26 Jan 2003 02:02:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD3A143F13; Sun, 26 Jan 2003 02:01:59 -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 h0QA1xbv065752; Sun, 26 Jan 2003 02:01: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 h0QA1xpo065748; Sun, 26 Jan 2003 02:01:59 -0800 (PST) Message-Id: <200301261001.h0QA1xpo065748@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 26 Jan 2003 02:01:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio fopen.3 freopen.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 2003/01/26 02:01:59 PST Modified files: lib/libc/stdio fopen.3 freopen.c Log: Initial implementation of the C99 feature whereby calling freopen() with a NULL filename argument allows a stream's mode to be changed. At the moment it just recycles the old file descriptor instead of storing the filename somewhere and using that to reopen the file, as the standard seems to require. Strictly conforming C99 applications probably can't tell the difference but POSIX ones can. PR: 46791 Revision Changes Path 1.18 +36 -1 src/lib/libc/stdio/fopen.3 1.11 +58 -1 src/lib/libc/stdio/freopen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 3:11:21 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D86B37B401; Sun, 26 Jan 2003 03:11:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2697643F5B; Sun, 26 Jan 2003 03:11:20 -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 h0QBBJbv090268; Sun, 26 Jan 2003 03:11:19 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QBBJ5M090267; Sun, 26 Jan 2003 03:11:19 -0800 (PST) Message-Id: <200301261111.h0QBBJ5M090267@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 03:11:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.8 disklabel.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 2003/01/26 03:11:19 PST Modified files: sbin/disklabel disklabel.8 disklabel.c Log: Retire the "-N" and "-W" options which implemented write-protection for the disklabel: This facility is OBE. First of all, we cannot sensibly implement this in a properly stacked environment. Second, if we did, it would confuse the heck out of users who wouldn't be able to "start from scratch" by dd(8)'ing /dev/zero onto /dev/da0. Third, the offered protection is not comprehensive: no other software would respect it. Fourth and finally, the disklabel is already protected against tampering if it controls open partitions. Uselessness of these options discussed with: peter Revision Changes Path 1.44 +0 -24 src/sbin/disklabel/disklabel.8 1.67 +3 -25 src/sbin/disklabel/disklabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 3:13:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82E5637B401; Sun, 26 Jan 2003 03:13:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29FE943ED8; Sun, 26 Jan 2003 03:13:41 -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 h0QBDebv091886; Sun, 26 Jan 2003 03:13:41 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QBDeQK091885; Sun, 26 Jan 2003 03:13:40 -0800 (PST) Message-Id: <200301261113.h0QBDeQK091885@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 03:13:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/dd dd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/26 03:13:40 PST Modified files: bin/dd dd.c Log: Don't call DIOCWLABEL on disks, it is not implemented, and calling it like this negated any practical value of the feature. Revision Changes Path 1.38 +1 -7 src/bin/dd/dd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 3:16:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B2A337B401; Sun, 26 Jan 2003 03:16:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31DC643F13; Sun, 26 Jan 2003 03:16:26 -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 h0QBGQbv091979; Sun, 26 Jan 2003 03:16:26 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QBGP14091978; Sun, 26 Jan 2003 03:16:25 -0800 (PST) Message-Id: <200301261116.h0QBGP14091978@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 03:16:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.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 2003/01/26 03:16:25 PST Modified files: sbin/disklabel disklabel.c Log: Don't fiddle write-protect status of disklabel, it's a discontinued feature. Revision Changes Path 1.68 +0 -8 src/sbin/disklabel/disklabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 3:22:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CD2D37B401; Sun, 26 Jan 2003 03:22:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEBA543E4A; Sun, 26 Jan 2003 03:22:39 -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 h0QBMdbv095322; Sun, 26 Jan 2003 03:22: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 h0QBMdFx095319; Sun, 26 Jan 2003 03:22:39 -0800 (PST) Message-Id: <200301261122.h0QBMdFx095319@repoman.freebsd.org> From: Akinori MUSHA Date: Sun, 26 Jan 2003 03:22:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ruby-xmlrpc Makefile distinfo pkg-plist ports/net/ruby-xmlrpc/files patch-config.rb X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/26 03:22:39 PST Modified files: net/ruby-xmlrpc Makefile distinfo pkg-plist net/ruby-xmlrpc/files patch-config.rb Log: Update to 1.7.14. Revision Changes Path 1.31 +1 -8 ports/net/ruby-xmlrpc/Makefile 1.25 +1 -1 ports/net/ruby-xmlrpc/distinfo 1.2 +4 -4 ports/net/ruby-xmlrpc/files/patch-config.rb 1.15 +2 -1 ports/net/ruby-xmlrpc/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 Jan 26 3:28:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B37C737B401; Sun, 26 Jan 2003 03:28:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ACE643EB2; Sun, 26 Jan 2003 03:28:34 -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 h0QBSYbv095611; Sun, 26 Jan 2003 03:28:34 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QBSYHe095610; Sun, 26 Jan 2003 03:28:34 -0800 (PST) Message-Id: <200301261128.h0QBSYHe095610@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 03:28:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.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 2003/01/26 03:28:34 PST Modified files: sbin/disklabel disklabel.c Log: Remember to remove -N and -W from usage. Revision Changes Path 1.69 +0 -2 src/sbin/disklabel/disklabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 3:29: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 926D337B401; Sun, 26 Jan 2003 03:28:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C67043ED8; Sun, 26 Jan 2003 03:28:57 -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 h0QBSvbv095643; Sun, 26 Jan 2003 03:28:57 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QBSuqJ095642; Sun, 26 Jan 2003 03:28:56 -0800 (PST) Message-Id: <200301261128.h0QBSuqJ095642@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 03:28:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumio.c vinumioctl.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 2003/01/26 03:28:56 PST Modified files: sys/dev/vinum vinumio.c vinumioctl.c Log: Put use of DIOCWLABEL under #ifdef NO_GEOM Revision Changes Path 1.79 +6 -0 src/sys/dev/vinum/vinumio.c 1.40 +2 -1 src/sys/dev/vinum/vinumioctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 3:40:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D9C837B401 for ; Sun, 26 Jan 2003 03:40:13 -0800 (PST) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 145C143F1E for ; Sun, 26 Jan 2003 03:40:09 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: from whale.sunbay.crimea.ua (root@localhost) by whale.sunbay.crimea.ua (8.12.6/8.12.6/Sunbay) with SMTP id h0QBe3xQ058703 for ; Sun, 26 Jan 2003 13:40:03 +0200 (EET) (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 h0QBe04N058663 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 26 Jan 2003 13:40: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 h0QBe0RR058649; Sun, 26 Jan 2003 13:40:00 +0200 (EET) Date: Sun, 26 Jan 2003 13:40:00 +0200 From: Ruslan Ermilov To: Poul-Henning Kamp Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/disklabel disklabel.8 disklabel.c Message-ID: <20030126114000.GA58366@sunbay.com> References: <200301261111.h0QBBJ5M090267@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OwLcNYc0lM97+oe1" Content-Disposition: inline In-Reply-To: <200301261111.h0QBBJ5M090267@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 --OwLcNYc0lM97+oe1 Content-Type: multipart/mixed; boundary="5vNYLRcllDrimb99" Content-Disposition: inline --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 26, 2003 at 03:11:19AM -0800, Poul-Henning Kamp wrote: > phk 2003/01/26 03:11:19 PST >=20 > Modified files: > sbin/disklabel disklabel.8 disklabel.c=20 > Log: > Retire the "-N" and "-W" options which implemented write-protection > for the disklabel: This facility is OBE. > =20 [...] > Fourth and finally, the disklabel is already protected against > tampering if it controls open partitions. > =20 Then maybe you could answer my old question (please see the attached)? 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 --5vNYLRcllDrimb99 Content-Type: message/rfc822 Content-Disposition: inline Date: Tue, 9 Jul 2002 14:29:45 +0300 From: Ruslan Ermilov To: hackers@FreeBSD.org Bcc: Igor Kucherenko Subject: How I managed to lose (and then recover) my disklabel Message-ID: <20020709112945.GA79816@sunbay.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J/dobhs11T7y2rNN" Content-Disposition: inline User-Agent: Mutt/1.3.99i --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! I have my disk set in a so-called dangerously-dedicated mode, and its disklabel looks like this: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 8388608 262144 4.2BSD 1024 8192 16 # (Cyl. 260*- 8582= *) b: 262144 0 swap # (Cyl. 0 - 260*) c: 19932192 0 unused 0 0 # (Cyl. 0 - 1977= 3) d: 11281440 8650752 4.2BSD 1024 8192 16 # (Cyl. 8582*- 1977= 3*) I recently upgraded the amount of RAM available on this machine from 128M to 256M, and it took me a while to figure out why swapon(8) no longer wants to enable swapping on `b' (which is only 128M large). I was pretty tired at the moment, and I thought that maybe the problem is with the contents of my `b' partition, so I did: dd if=3D/dev/zero of=3D/dev/ad0b bs=3D512 count=3D1000. This did not help, and eventually I recalled the fact of upgrading RAM, and I've looked into some /sys/kern code to verify my guesses. Nevertheless, I continued with my work on this machine, and compiled and installed the new kernel (without any problems) on it. Next reboot refused to boot FreeBSD by mentioning that "No operating system was found". I wondered how I managed to screw my disk up. It was too late in the night, so I delayed it until the next morning. The night and next morning gave me the knowledge about what I did wrong, and it surprised me a lot, as I never thought about it before. The disklabel occupies the first sectors of the disk (or slice, if you are under i386 and have your disk sliced). My `b' partition starts from the very first sector of my disk, so when I did the dd(1) it overwrote the disklabel of my disk with zeroes. Once I understood and verified it, I recovered from this very fast. I remembered that my swap partition was first and exactly 128M large, so I skipped over this space, and saved some amount of my `a' partition into a plain file. Fortunately, file(1) is smart enough to read the superblock and tell you about the size of the filesystems. This way I found the size of my `a' partition and an offset for my `d' partition. Hope this technique could help someone in a similar situation. Now the question. Where is the code in the kernel that prevents swapping and/or writing to a disklabel portion of a physically first partition on the disk? Thanks, --=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 --J/dobhs11T7y2rNN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9KskpUkv4P6juNwoRAhZyAJ992MFDKIqmNlIyR4y1d9uQqcqDjwCdER1Q HRI8XYev1XiP/rwuXor60hc= =W6/d -----END PGP SIGNATURE----- --J/dobhs11T7y2rNN-- --5vNYLRcllDrimb99-- --OwLcNYc0lM97+oe1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+M8kPUkv4P6juNwoRAuGpAJ0RwaCs9Fo7wKmwCSgEKvq9D338rACZAd5E AqKGOs3/kfasZ2SAsfgviAQ= =1jSB -----END PGP SIGNATURE----- --OwLcNYc0lM97+oe1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 3:41:40 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B05737B4EE; Sun, 26 Jan 2003 03:41:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D092E43E4A; Sun, 26 Jan 2003 03:41:35 -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 h0QBfZbv001814; Sun, 26 Jan 2003 03:41:35 -0800 (PST) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QBfZxZ001813; Sun, 26 Jan 2003 03:41:35 -0800 (PST) Message-Id: <200301261141.h0QBfZxZ001813@repoman.freebsd.org> From: David Xu Date: Sun, 26 Jan 2003 03:41:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha trap.c vm_machdep.c src/sys/ddb db_ps.c src/sys/i386/i386 critical.c exception.s genassym.c trap.c vm_machdep.c src/sys/ia64/ia64 trap.c vm_machdep.c src/sys/kern init_main.c kern_clock.c kern_exec.c kern_exit.c kern_fork.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 2003/01/26 03:41:35 PST Modified files: sys/alpha/alpha trap.c vm_machdep.c sys/ddb db_ps.c sys/i386/i386 critical.c exception.s genassym.c trap.c vm_machdep.c sys/ia64/ia64 trap.c vm_machdep.c sys/kern init_main.c kern_clock.c kern_exec.c kern_exit.c kern_fork.c kern_lock.c kern_resource.c kern_sig.c kern_switch.c kern_thread.c subr_prof.c subr_trap.c subr_witness.c sys/powerpc/powerpc vm_machdep.c sys/sparc64/sparc64 trap.c vm_machdep.c sys/sys buf.h lockmgr.h proc.h resourcevar.h systm.h Log: Move UPCALL related data structure out of kse, introduce a new data structure called kse_upcall to manage UPCALL. All KSE binding and loaning code are gone. A thread owns an upcall can collect all completed syscall contexts in its ksegrp, turn itself into UPCALL mode, and takes those contexts back to userland. Any thread without upcall structure has to export their contexts and exit at user boundary. Any thread running in user mode owns an upcall structure, when it enters kernel, if the kse mailbox's current thread pointer is not NULL, then when the thread is blocked in kernel, a new UPCALL thread is created and the upcall structure is transfered to the new UPCALL thread. if the kse mailbox's current thread pointer is NULL, then when a thread is blocked in kernel, no UPCALL thread will be created. Each upcall always has an owner thread. Userland can remove an upcall by calling kse_exit, when all upcalls in ksegrp are removed, the group is atomatically shutdown. An upcall owner thread also exits when process is in exiting state. when an owner thread exits, the upcall it owns is also removed. KSE is a pure scheduler entity. it represents a virtual cpu. when a thread is running, it always has a KSE associated with it. scheduler is free to assign a KSE to thread according thread priority, if thread priority is changed, KSE can be moved from one thread to another. When a ksegrp is created, there is always N KSEs created in the group. the N is the number of physical cpu in the current system. This makes it is possible that even an userland UTS is single CPU safe, threads in kernel still can execute on different cpu in parallel. Userland calls kse_create to add more upcall structures into ksegrp to increase concurrent in userland itself, kernel is not restricted by number of upcalls userland provides. The code hasn't been tested under SMP by author due to lack of hardware. Reviewed by: julian Revision Changes Path 1.103 +2 -2 src/sys/alpha/alpha/trap.c 1.80 +1 -1 src/sys/alpha/alpha/vm_machdep.c 1.37 +0 -9 src/sys/ddb/db_ps.c 1.5 +1 -1 src/sys/i386/i386/critical.c 1.100 +3 -0 src/sys/i386/i386/exception.s 1.133 +1 -0 src/sys/i386/i386/genassym.c 1.238 +2 -2 src/sys/i386/i386/trap.c 1.199 +4 -6 src/sys/i386/i386/vm_machdep.c 1.66 +3 -3 src/sys/ia64/ia64/trap.c 1.54 +1 -1 src/sys/ia64/ia64/vm_machdep.c 1.220 +0 -1 src/sys/kern/init_main.c 1.144 +37 -18 src/sys/kern/kern_clock.c 1.211 +0 -3 src/sys/kern/kern_exec.c 1.191 +4 -14 src/sys/kern/kern_exit.c 1.180 +0 -2 src/sys/kern/kern_fork.c 1.61 +20 -20 src/sys/kern/kern_lock.c 1.114 +59 -73 src/sys/kern/kern_resource.c 1.202 +0 -6 src/sys/kern/kern_sig.c 1.48 +56 -178 src/sys/kern/kern_switch.c 1.77 +646 -513 src/sys/kern/kern_thread.c 1.59 +47 -22 src/sys/kern/subr_prof.c 1.240 +31 -24 src/sys/kern/subr_trap.c 1.134 +1 -1 src/sys/kern/subr_witness.c 1.83 +1 -1 src/sys/powerpc/powerpc/vm_machdep.c 1.52 +2 -2 src/sys/sparc64/sparc64/trap.c 1.36 +1 -1 src/sys/sparc64/sparc64/vm_machdep.c 1.141 +1 -1 src/sys/sys/buf.h 1.36 +4 -4 src/sys/sys/lockmgr.h 1.290 +72 -74 src/sys/sys/proc.h 1.31 +2 -4 src/sys/sys/resourcevar.h 1.186 +1 -1 src/sys/sys/systm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 3:41:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 138C737B40A; Sun, 26 Jan 2003 03:41:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADBC343E4A; Sun, 26 Jan 2003 03:41:37 -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 h0QBfbbv001879; Sun, 26 Jan 2003 03:41:37 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QBfbIG001878; Sun, 26 Jan 2003 03:41:37 -0800 (PST) Message-Id: <200301261141.h0QBfbIG001878@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 03:41:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.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 2003/01/26 03:41:37 PST Modified files: sbin/disklabel disklabel.c Log: Fix typo in last commit. Rearrange bits in writelabel() a bit for improved readability. Revision Changes Path 1.70 +87 -84 src/sbin/disklabel/disklabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 3:43:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8901737B401; Sun, 26 Jan 2003 03:43:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F09143EB2; Sun, 26 Jan 2003 03:43:51 -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 h0QBhobv003118; Sun, 26 Jan 2003 03:43:50 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QBhoHr003117; Sun, 26 Jan 2003 03:43:50 -0800 (PST) Message-Id: <200301261143.h0QBhoHr003117@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 03:43:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.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 2003/01/26 03:43:50 PST Modified files: sbin/disklabel disklabel.c Log: Remove #ifdef __sparc64__ code. GEOM uses native SUN labels on this arch, so no hacks are needed. Revision Changes Path 1.71 +2 -59 src/sbin/disklabel/disklabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 3:45:56 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F32B437B401; Sun, 26 Jan 2003 03:45:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98BA043F13; Sun, 26 Jan 2003 03:45: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 h0QBjtbv003293; Sun, 26 Jan 2003 03:45:55 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QBjtJI003292; Sun, 26 Jan 2003 03:45:55 -0800 (PST) Message-Id: <200301261145.h0QBjtJI003292@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 26 Jan 2003 03:45:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio freopen.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 2003/01/26 03:45:55 PST Modified files: lib/libc/stdio freopen.c Log: Remove part of my stateful locale patch that slipped into the previous rev. Revision Changes Path 1.12 +0 -3 src/lib/libc/stdio/freopen.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 3:56:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30D7437B401; Sun, 26 Jan 2003 03:56:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCAA243EB2; Sun, 26 Jan 2003 03:56:32 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0QBuWbv006844; Sun, 26 Jan 2003 03:56:32 -0800 (PST) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QBuWEi006843; Sun, 26 Jan 2003 03:56:32 -0800 (PST) Message-Id: <200301261156.h0QBuWEi006843@repoman.freebsd.org> From: Wilko Bulte Date: Sun, 26 Jan 2003 03:56:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations donors.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 wilko 2003/01/26 03:56:32 PST Modified files: en/donations donors.sgml Log: My remaining two ISDN cards also go to hm Revision Changes Path 1.29 +8 -1 www/en/donations/donors.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 4:15:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B2D8437B401; Sun, 26 Jan 2003 04:15:57 -0800 (PST) Received: from angelica.unixdaemons.com (angelica.unixdaemons.com [209.148.64.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00B1F43E4A; Sun, 26 Jan 2003 04:15:56 -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.7/8.12.1) with ESMTP id h0QCFoa6058807; Sun, 26 Jan 2003 07:15:50 -0500 (EST) Received: (from hiten@localhost) by angelica.unixdaemons.com (8.12.7/8.12.1/Submit) id h0QCFohs058806; Sun, 26 Jan 2003 07:15:50 -0500 (EST) (envelope-from hiten) Date: Sun, 26 Jan 2003 07:15:50 -0500 From: Hiten Pandya To: "Tim J. Robbins" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/stdio fopen.3 freopen.c Message-ID: <20030126121550.GA58214@unixdaemons.com> References: <200301261001.h0QA1xpo065748@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301261001.h0QA1xpo065748@repoman.freebsd.org> User-Agent: Mutt/1.4i 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 Sun, Jan 26, 2003 at 02:01:59AM -0800, Tim J. Robbins wrote the words in effect of: > tjr 2003/01/26 02:01:59 PST > > Modified files: > lib/libc/stdio fopen.3 freopen.c > Log: > Initial implementation of the C99 feature whereby calling freopen() with > a NULL filename argument allows a stream's mode to be changed. At the > moment it just recycles the old file descriptor instead of storing the > filename somewhere and using that to reopen the file, as the standard > seems to require. Strictly conforming C99 applications probably can't > tell the difference but POSIX ones can. > > PR: 46791 Is this like fmemopen()/open_memstream()? 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 Sun Jan 26 4:19:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B1FF37B401; Sun, 26 Jan 2003 04:19:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33CCD43ED8; Sun, 26 Jan 2003 04:19:37 -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 h0QCJbbv013998; Sun, 26 Jan 2003 04:19:37 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QCJaww013997; Sun, 26 Jan 2003 04:19:36 -0800 (PST) Message-Id: <200301261219.h0QCJaww013997@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 04:19:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin 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 phk 2003/01/26 04:19:36 PST Modified files: sbin Makefile Log: Make disklabel(8) MD for i386/pc98 and alpha only. Revision Changes Path 1.115 +5 -1 src/sbin/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 4:19:49 2003 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 7ABA537B412; Sun, 26 Jan 2003 04:19:47 -0800 (PST) Date: Sun, 26 Jan 2003 04:19:47 -0800 From: Juli Mallett To: Hiten Pandya Cc: "Tim J. Robbins" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/stdio fopen.3 freopen.c Message-ID: <20030126041947.A67649@FreeBSD.org> References: <200301261001.h0QA1xpo065748@repoman.freebsd.org> <20030126121550.GA58214@unixdaemons.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: <20030126121550.GA58214@unixdaemons.com>; from hiten@unixdaemons.com on Sun, Jan 26, 2003 at 07:15:50AM -0500 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: Hiten Pandya [ Data: 2003-01-26 ] [ Subjecte: Re: cvs commit: src/lib/libc/stdio fopen.3 freopen.c ] > On Sun, Jan 26, 2003 at 02:01:59AM -0800, Tim J. Robbins wrote the words in effect of: > > tjr 2003/01/26 02:01:59 PST > > > > Modified files: > > lib/libc/stdio fopen.3 freopen.c > > Log: > > Initial implementation of the C99 feature whereby calling freopen() with > > a NULL filename argument allows a stream's mode to be changed. At the > > moment it just recycles the old file descriptor instead of storing the > > filename somewhere and using that to reopen the file, as the standard > > seems to require. Strictly conforming C99 applications probably can't > > tell the difference but POSIX ones can. > > > > PR: 46791 > > Is this like fmemopen()/open_memstream()? No, it's like changing the mode a FILE stream is opened as. So you can use freopen to go from being say "rb" to "w+", etc. The problems tjr points out relate to just using the fd, as opposed to doing what seems desired: actually reopen the stream in question, as opposed to just updating it. Or so I understand it. Thanx, juli. -- Juli Mallett AIM: BSDFlata -- IRC: juli on EFnet. OpenDarwin, Mono, FreeBSD Developer. ircd-hybrid Developer, EFnet addict. 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 Sun Jan 26 4:22:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C01637B401; Sun, 26 Jan 2003 04:22:13 -0800 (PST) Received: from 12-234-22-23.client.attbi.com (12-234-22-23.client.attbi.com [12.234.22.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75FFB43ED8; Sun, 26 Jan 2003 04:22:12 -0800 (PST) (envelope-from DougB@FreeBSD.org) Received: from slave.gorean.org (0ekj0thsl7mgygub@slave.gorean.org [10.0.0.1]) by 12-234-22-23.client.attbi.com (8.12.6/8.12.6) with ESMTP id h0QCM7jD028349; Sun, 26 Jan 2003 04:22:12 -0800 (PST) (envelope-from DougB@FreeBSD.org) Date: Sun, 26 Jan 2003 04:22:07 -0800 (PST) From: Doug Barton To: Matt Dillon Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/mergemaster mergemaster.sh In-Reply-To: <200301251918.h0PJI6ld069132@freefall.freebsd.org> Message-ID: <20030126040430.Q26257@12-234-22-23.pyvrag.nggov.pbz> References: <200301251918.h0PJI6ld069132@freefall.freebsd.org> Organization: http://www.FreeBSD.org/ X-message-flag: Outlook -- Not just for spreading viruses anymore! 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, 25 Jan 2003, Matt Dillon wrote: > These changes are the ones that were discussed quite a while ago, > a few months ago I think. Generally speaking the end of that discussion > was positive towards the patch, but some people still had reservations > over not displaying the complete diff | pager initially. I was one of those people, but I don't think that I made my objection explicit. I'm not sure if that was a mistake or not, however I honestly didn't expect you to commit this change without passing it by me first. I've been very clear about my desire to review changes to mergemaster before they are committed. My preference is listed in MAINTAINERS, and the Makefile. I have the following technical problems with this patch as well: 1. You've redefined the meaning of the 'v' menu option. This is a _huge_ UI bozo no-no. 2. You've duplicated effort on the column width code, your stty commands are inefficient, and the style in general doesn't match the rest of the code (although you've duplicated some of the same mistakes others have made here, so that last one is forgivable). 3. The most disturbing part of your change is that it's not immediately apparent when there is a diff which is longer than DIFFROWS. Previously, if the user saw a page full of diff, then the mm menu at the bottom, they could safely assume that they'd seen all of the diff. You've redefined this behavior as well, and I'm not really comfortable with that. The one part of your patch that I can agree with is the concept of using 'clear' to start display of new messages. I'd be willing to incorporate that part if I can prove that this is a safe thing to do in all circumstances. The rest of your patch only applies to diffs which are shorter than $ROWS; and the meat of your changes are accomplished just by using 'clear'. Diffs that are longer are already handled by PAGER. So, at this point I'd really like you to back out this change. I'll work on a version that incorporates the 'clear,' and send it over to see if it meets your needs. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 4:22:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07F2937B40B; Sun, 26 Jan 2003 04:22:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1DB843ED8; Sun, 26 Jan 2003 04:22:26 -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 h0QCMQbv017077; Sun, 26 Jan 2003 04:22:26 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QCMQiv017073; Sun, 26 Jan 2003 04:22:26 -0800 (PST) Message-Id: <200301261222.h0QCMQiv017073@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 04:22:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.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 2003/01/26 04:22:26 PST Modified files: sbin/disklabel disklabel.c Log: Remove ia64 and powerpc #ifdefs: this is i386/pc98/alpha only code. Revision Changes Path 1.72 +3 -3 src/sbin/disklabel/disklabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 4:29:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5DBC37B401; Sun, 26 Jan 2003 04:29:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D53243E4A; Sun, 26 Jan 2003 04:29:58 -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 h0QCTwbv017590; Sun, 26 Jan 2003 04:29:58 -0800 (PST) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QCTwRN017589; Sun, 26 Jan 2003 04:29:58 -0800 (PST) Message-Id: <200301261229.h0QCTwRN017589@repoman.freebsd.org> From: David Xu Date: Sun, 26 Jan 2003 04:29:58 -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 davidxu 2003/01/26 04:29:58 PST Modified files: en/donations wantlist.sgml Log: Put me on wantlist. Revision Changes Path 1.66 +8 -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 Sun Jan 26 4:34:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6B3A37B401; Sun, 26 Jan 2003 04:34:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CD9943F18; Sun, 26 Jan 2003 04:34:36 -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 h0QCYabv021038; Sun, 26 Jan 2003 04:34: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 h0QCYaY5021037; Sun, 26 Jan 2003 04:34:36 -0800 (PST) Message-Id: <200301261234.h0QCYaY5021037@repoman.freebsd.org> From: Ruslan Ermilov Date: Sun, 26 Jan 2003 04:34:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/badsect Makefile src/sbin/dumpfs 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 2003/01/26 04:34:36 PST Modified files: sbin/badsect Makefile sbin/dumpfs Makefile Log: Spell libufs correctly in DPADD. Reviewed by: juli Revision Changes Path 1.7 +1 -1 src/sbin/badsect/Makefile 1.8 +1 -1 src/sbin/dumpfs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 4:35:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7AE737B401; Sun, 26 Jan 2003 04:35:18 -0800 (PST) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D2DD43F13; Sun, 26 Jan 2003 04:35:17 -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 h0QCZG1F025324; Sun, 26 Jan 2003 13:35:16 +0100 (CET) (envelope-from wkb@freebie.xs4all.nl) Received: (from wkb@localhost) by freebie.xs4all.nl (8.12.6/8.12.6/Submit) id h0QCZGTW025321; Sun, 26 Jan 2003 13:35:16 +0100 (CET) Date: Sun, 26 Jan 2003 13:35:16 +0100 From: Wilko Bulte To: David Xu Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: www/en/donations wantlist.sgml Message-ID: <20030126133516.A25285@freebie.xs4all.nl> References: <200301261229.h0QCTwRN017589@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: <200301261229.h0QCTwRN017589@repoman.freebsd.org>; from davidxu@FreeBSD.ORG on Sun, Jan 26, 2003 at 04:29:58AM -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 Sun, Jan 26, 2003 at 04:29:58AM -0800, David Xu wrote: > davidxu 2003/01/26 04:29:58 PST > > Modified files: > en/donations wantlist.sgml > Log: > Put me on wantlist. I think it is a good idea if everybody who adds a wish in the wantlist puts a short description what [s]he wants in the commit message. This allows potential donors to get triggered by the commit email instead of digging in the file itself. Wilko -- | / o / /_ _ wilko@FreeBSD.org |/|/ / / /( (_) Bulte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 4:39:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D2E637B405; Sun, 26 Jan 2003 04:39:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C31E743EB2; Sun, 26 Jan 2003 04:39:22 -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 h0QCdMbv021308; Sun, 26 Jan 2003 04:39:22 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QCdMG2021307; Sun, 26 Jan 2003 04:39:22 -0800 (PST) Message-Id: <200301261239.h0QCdMG2021307@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 26 Jan 2003 04:39:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/OpenEXR Makefile distinfo pkg-comment pkg-descr pkg-plist ports/graphics/OpenEXR/files patch-Makefile.in patch-OpenEXR.pc.in 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 nork 2003/01/26 04:39:22 PST Modified files: graphics Makefile Added files: graphics/OpenEXR Makefile distinfo pkg-comment pkg-descr pkg-plist graphics/OpenEXR/files patch-Makefile.in patch-OpenEXR.pc.in patch-configure Log: Add OpenEXR(1.0.4), a high dynamic-range (HDR) image file format (manipulator) developed by Industrial Light & Magic, a division of Lucas Digital Ltd. LLC. It was used in the movies Harry Potter, Men in Black II, and Signs. Submitted by: NINOMIYA Hideyuki Revision Changes Path 1.547 +1 -0 ports/graphics/Makefile 1.1 +49 -0 ports/graphics/OpenEXR/Makefile (new) 1.1 +1 -0 ports/graphics/OpenEXR/distinfo (new) 1.1 +11 -0 ports/graphics/OpenEXR/files/patch-Makefile.in (new) 1.1 +10 -0 ports/graphics/OpenEXR/files/patch-OpenEXR.pc.in (new) 1.1 +23 -0 ports/graphics/OpenEXR/files/patch-configure (new) 1.1 +1 -0 ports/graphics/OpenEXR/pkg-comment (new) 1.1 +18 -0 ports/graphics/OpenEXR/pkg-descr (new) 1.1 +86 -0 ports/graphics/OpenEXR/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 Jan 26 4:39:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D13F937B4F0; Sun, 26 Jan 2003 04:39:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67AF343ED8; Sun, 26 Jan 2003 04:39:33 -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 h0QCdXbv021352; Sun, 26 Jan 2003 04:39:33 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QCdXQj021351; Sun, 26 Jan 2003 04:39:33 -0800 (PST) Message-Id: <200301261239.h0QCdXQj021351@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 26 Jan 2003 04:39: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 nork 2003/01/26 04:39:33 PST Modified files: . modules Log: OpenEXR --> ports/graphics/OpenEXR Revision Changes Path 1.6584 +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 Jan 26 4:39:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB7FA37B405; Sun, 26 Jan 2003 04:39:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62F5643E4A; Sun, 26 Jan 2003 04:39:47 -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 h0QCdlbv021390; Sun, 26 Jan 2003 04:39: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 h0QCdln6021389; Sun, 26 Jan 2003 04:39:47 -0800 (PST) Message-Id: <200301261239.h0QCdln6021389@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 04:39:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.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 2003/01/26 04:39:47 PST Modified files: sbin/disklabel disklabel.c Log: Offer better advice in #error. Remove yet a usage message about -N/-W Revision Changes Path 1.73 +3 -5 src/sbin/disklabel/disklabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 4:51:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 567CC37B401; Sun, 26 Jan 2003 04:51:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C93AB43F6D; Sun, 26 Jan 2003 04:51:14 -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 h0QCpEbv026618; Sun, 26 Jan 2003 04:51: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 h0QCpEAi026615; Sun, 26 Jan 2003 04:51:14 -0800 (PST) Message-Id: <200301261251.h0QCpEAi026615@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 26 Jan 2003 04:51:14 -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 2003/01/26 04:51:14 PST Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Use quote tags where needed. While I'm there: addition of some non-breaking spaces. Revision Changes Path 1.134 +20 -20 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 Sun Jan 26 5: 4:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB6BB37B401; Sun, 26 Jan 2003 05:04:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F5CA43F13; Sun, 26 Jan 2003 05:04:43 -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 h0QD4hbv031939; Sun, 26 Jan 2003 05:04:43 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QD4hsw031938; Sun, 26 Jan 2003 05:04:43 -0800 (PST) Message-Id: <200301261304.h0QD4hsw031938@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 26 Jan 2003 05:04:43 -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 2003/01/26 05:04:43 PST Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: - Use of username tags for root. - Remove "e.g." from a command line. Revision Changes Path 1.135 +2 -2 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 Sun Jan 26 5: 8:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D731637B401; Sun, 26 Jan 2003 05:08:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D7DC43ED8; Sun, 26 Jan 2003 05:08:49 -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 h0QD8nbv032122; Sun, 26 Jan 2003 05:08:49 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QD8nXu032121; Sun, 26 Jan 2003 05:08:49 -0800 (PST) Message-Id: <200301261308.h0QD8nXu032121@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 05:08:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys vnioctl.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 phk 2003/01/26 05:08:49 PST Removed files: sys/sys vnioctl.h Log: This file is no longer needed. Spotted by: tjr Revision Changes Path 1.5 +0 -79 src/sys/sys/vnioctl.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 5:33:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7393837B401; Sun, 26 Jan 2003 05:33:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B07CA43F3F; Sun, 26 Jan 2003 05:33:57 -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 h0QDXvbv042639; Sun, 26 Jan 2003 05:33:57 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QDXvUw042638; Sun, 26 Jan 2003 05:33:57 -0800 (PST) Message-Id: <200301261333.h0QDXvUw042638@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 05:33:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot2 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 phk 2003/01/26 05:33:57 PST Modified files: sys/boot/i386/boot2 Makefile Log: Build a file "boot" which consists of boot1 and boot2 concatenated. There is little if any reason to treat the two components separately and it will simplify disklabel(8) and libdisk if we didn't. Revision Changes Path 1.45 +6 -1 src/sys/boot/i386/boot2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 5:47: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1158437B401; Sun, 26 Jan 2003 05:47:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A51D643F13; Sun, 26 Jan 2003 05:47:08 -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 h0QDl8bv046418; Sun, 26 Jan 2003 05:47:08 -0800 (PST) (envelope-from shige@repoman.freebsd.org) Received: (from shige@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QDl8jP046417; Sun, 26 Jan 2003 05:47:08 -0800 (PST) Message-Id: <200301261347.h0QDl8jP046417@repoman.freebsd.org> From: Shigeyuki Fukushima Date: Sun, 26 Jan 2003 05:47:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/flim pkg-plist.emacs20 pkg-plist.emacs21 ports/editors/semi pkg-plist.emacs20 pkg-plist.emacs21 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/26 05:47:08 PST Modified files: editors/flim pkg-plist.emacs20 pkg-plist.emacs21 editors/semi pkg-plist.emacs20 pkg-plist.emacs21 Log: Install info(ja version). Submitted by: Ayumu Kato Revision Changes Path 1.13 +3 -0 ports/editors/flim/pkg-plist.emacs20 1.13 +3 -0 ports/editors/flim/pkg-plist.emacs21 1.11 +3 -0 ports/editors/semi/pkg-plist.emacs20 1.11 +3 -0 ports/editors/semi/pkg-plist.emacs21 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 5:50:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E869F37B401; Sun, 26 Jan 2003 05:50:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E3AB43ED8; Sun, 26 Jan 2003 05:50:12 -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 h0QDoCbv046563; Sun, 26 Jan 2003 05:50:12 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QDoCuN046557; Sun, 26 Jan 2003 05:50:12 -0800 (PST) Message-Id: <200301261350.h0QDoCuN046557@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 05:50:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.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 2003/01/26 05:50:12 PST Modified files: sbin/disklabel disklabel.c Log: Remove #if checks for NUMBOOT==0, it's not relevant for any architecture and if we get such an architecture, we can just avoid using the relevant options. Revision Changes Path 1.74 +0 -30 src/sbin/disklabel/disklabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 5:59: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8280437B401; Sun, 26 Jan 2003 05:59:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2758043EB2; Sun, 26 Jan 2003 05:59:04 -0800 (PST) (envelope-from stephane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0QDx3bv050031; Sun, 26 Jan 2003 05:59:03 -0800 (PST) (envelope-from stephane@repoman.freebsd.org) Received: (from stephane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QDx34Y050030; Sun, 26 Jan 2003 05:59:03 -0800 (PST) Message-Id: <200301261359.h0QDx34Y050030@repoman.freebsd.org> From: Stephane Legrand Date: Sun, 26 Jan 2003 05:59:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/fr includes.sgml includes.xsl index.xsl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG stephane 2003/01/26 05:59:03 PST Modified files: fr includes.sgml includes.xsl index.xsl Log: Merge from the English version: 1.10 -> 1.12 includes.xsl 1.53 -> 1.55 includes.sgml 1.38 -> 1.47 index.xsl Revision Changes Path 1.2 +19 -5 www/fr/includes.sgml 1.2 +15 -4 www/fr/includes.xsl 1.2 +32 -17 www/fr/index.xsl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 6: 8: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F42137B401 for ; Sun, 26 Jan 2003 06:08:08 -0800 (PST) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 0E39843F1E for ; Sun, 26 Jan 2003 06:08:07 -0800 (PST) (envelope-from csharp@gmx.net) Received: (qmail 13933 invoked by uid 0); 26 Jan 2003 14:08:05 -0000 Received: from pD9E46519.dip.t-dialin.net (HELO dagon.cthulhu.net) (217.228.101.25) by mail.gmx.net (mp014-rz3) with SMTP; 26 Jan 2003 14:08:05 -0000 Received: from mephisto by dagon.cthulhu.net with local (Exim 4.12) id 18cnSG-000GB4-00 for cvs-all@FreeBSD.org; Sun, 26 Jan 2003 15:08:12 +0100 Date: Sun, 26 Jan 2003 15:08:12 +0100 From: Christopher Sharp To: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio fopen.3 freopen.c Message-ID: <20030126140812.GA594@gmx.net> Mail-Followup-To: cvs-all@FreeBSD.org References: <200301261001.h0QA1xpo065748@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301261001.h0QA1xpo065748@repoman.freebsd.org> User-Agent: Mutt/1.5.3i Sender: owner-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 (26/01/03 02:01), Tim J. Robbins wrote: > tjr 2003/01/26 02:01:59 PST > > Modified files: > lib/libc/stdio fopen.3 freopen.c > Log: > Initial implementation of the C99 feature whereby calling freopen() with > a NULL filename argument allows a stream's mode to be changed. At the > moment it just recycles the old file descriptor instead of storing the > filename somewhere and using that to reopen the file, as the standard > seems to require. Strictly conforming C99 applications probably can't > tell the difference but POSIX ones can. > > PR: 46791 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=46791 > > Revision Changes Path > 1.18 +36 -1 src/lib/libc/stdio/fopen.3 > 1.11 +58 -1 src/lib/libc/stdio/freopen.c Is the problem below I'm seeing maybe related to this commit ? cc -pg -O -pipe -march=athlon -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -D__DBINTERFACE_PRIVATE -DINET6 -I/usr/obj/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -DYP -DHESIOD -c /usr/src/lib/libc/stdio/freopen.c -o freopen.po /usr/src/lib/libc/stdio/freopen.c: In function `freopen': /usr/src/lib/libc/stdio/freopen.c:191: structure has no member named `state' /usr/src/lib/libc/stdio/freopen.c:191: structure has no member named `state' /usr/src/lib/libc/stdio/freopen.c:192: structure has no member named `cstate' /usr/src/lib/libc/stdio/freopen.c:192: structure has no member named `cstate' /usr/src/lib/libc/stdio/freopen.c:193: structure has no member named `cstatepos' *** Error code 1 /usr/src/lib/libc/stdio/freopen.c: In function `freopen': /usr/src/lib/libc/stdio/freopen.c:191: structure has no member named `state' /usr/src/lib/libc/stdio/freopen.c:191: structure has no member named `state' /usr/src/lib/libc/stdio/freopen.c:192: structure has no member named `cstate' /usr/src/lib/libc/stdio/freopen.c:192: structure has no member named `cstate' /usr/src/lib/libc/stdio/freopen.c:193: structure has no member named `cstatepos' *** Error code 1 2 errors *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 6:32:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BE3737B401; Sun, 26 Jan 2003 06:32:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C669543F18; Sun, 26 Jan 2003 06:32:53 -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 h0QEWrbv064024; Sun, 26 Jan 2003 06:32:53 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QEWrtd064023; Sun, 26 Jan 2003 06:32:53 -0800 (PST) Message-Id: <200301261432.h0QEWrtd064023@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 06:32:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha/boot1 Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/26 06:32:53 PST Modified files: sys/boot/alpha/boot1 Makefile Log: Link /boot/boot1 to the name /boot/boot to avoid per-arch naming of the bootstrap code for disklabel using architectures. Revision Changes Path 1.16 +1 -0 src/sys/boot/alpha/boot1/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 6:35:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 647F237B401; Sun, 26 Jan 2003 06:35:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B0D343F43; Sun, 26 Jan 2003 06:35:54 -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 h0QEZrbv064189; Sun, 26 Jan 2003 06:35:53 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QEZrPd064188; Sun, 26 Jan 2003 06:35:53 -0800 (PST) Message-Id: <200301261435.h0QEZrPd064188@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 06:35:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.8 disklabel.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 2003/01/26 06:35:53 PST Modified files: sbin/disklabel disklabel.8 disklabel.c Log: Drop the silly notion that i386 has two bootstrap files now that sys/boot creates a single file named just "boot". Apart from the fact that the option "-s" is now gone and that "-b" should be pointed at /boot/boot instead of /boot/boot1, this patch should be a no-op. Revision Changes Path 1.45 +11 -25 src/sbin/disklabel/disklabel.8 1.75 +24 -138 src/sbin/disklabel/disklabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 7: 3:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AE4A37B401; Sun, 26 Jan 2003 07:03:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 410C143E4A; Sun, 26 Jan 2003 07:03:49 -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 h0QF3nbv074768; Sun, 26 Jan 2003 07:03: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 h0QF3m0O074767; Sun, 26 Jan 2003 07:03:48 -0800 (PST) Message-Id: <200301261503.h0QF3m0O074767@repoman.freebsd.org> From: Akinori MUSHA Date: Sun, 26 Jan 2003 07:03:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/ruby-eb Makefile distinfo ports/japanese/ruby-eb/files patch-eb.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 2003/01/26 07:03:48 PST Modified files: japanese/ruby-eb Makefile distinfo Removed files: japanese/ruby-eb/files patch-eb.c Log: Update to 2.2. Revision Changes Path 1.11 +5 -5 ports/japanese/ruby-eb/Makefile 1.7 +1 -1 ports/japanese/ruby-eb/distinfo 1.4 +0 -21 ports/japanese/ruby-eb/files/patch-eb.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 7: 8: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D498D37B401; Sun, 26 Jan 2003 07:08:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7465F43F13; Sun, 26 Jan 2003 07:08:08 -0800 (PST) (envelope-from stephane@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0QF88bv074938; Sun, 26 Jan 2003 07:08:08 -0800 (PST) (envelope-from stephane@repoman.freebsd.org) Received: (from stephane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QF885Q074937; Sun, 26 Jan 2003 07:08:08 -0800 (PST) Message-Id: <200301261508.h0QF885Q074937@repoman.freebsd.org> From: Stephane Legrand Date: Sun, 26 Jan 2003 07:08:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/fr/copyright Makefile copyright.sgml daemon.sgml freebsd-license.sgml license.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 stephane 2003/01/26 07:08:08 PST Added files: fr/copyright Makefile copyright.sgml daemon.sgml freebsd-license.sgml license.sgml Log: New translations. fr/copyright/copyright.sgml: MFen 1.6 fr/copyright/daemon.sgml: MFen 1.21 fr/copyright/freebsd-license.sgml: MFen 1.10 fr/copyright/license.sgml: MFen 1.8 Revision Changes Path 1.1 +42 -0 www/fr/copyright/Makefile (new) 1.1 +30 -0 www/fr/copyright/copyright.sgml (new) 1.1 +79 -0 www/fr/copyright/daemon.sgml (new) 1.1 +61 -0 www/fr/copyright/freebsd-license.sgml (new) 1.1 +106 -0 www/fr/copyright/license.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 7:22:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3098237B401 for ; Sun, 26 Jan 2003 07:22:18 -0800 (PST) Received: from mail.gmx.net (mail.gmx.net [213.165.65.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 0B0E943EB2 for ; Sun, 26 Jan 2003 07:22:17 -0800 (PST) (envelope-from csharp@gmx.net) Received: (qmail 3906 invoked by uid 0); 26 Jan 2003 15:22:15 -0000 Received: from pD9E46519.dip.t-dialin.net (HELO dagon.cthulhu.net) (217.228.101.25) by mail.gmx.net (mp006-rz3) with SMTP; 26 Jan 2003 15:22:15 -0000 Received: from mephisto by dagon.cthulhu.net with local (Exim 4.12) id 18coc3-000AeB-00 for cvs-all@FreeBSD.org; Sun, 26 Jan 2003 16:22:23 +0100 Date: Sun, 26 Jan 2003 16:22:23 +0100 From: Christopher Sharp To: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio fopen.3 freopen.c Message-ID: <20030126152223.GB594@gmx.net> Mail-Followup-To: cvs-all@FreeBSD.org References: <200301261001.h0QA1xpo065748@repoman.freebsd.org> <20030126140812.GA594@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030126140812.GA594@gmx.net> User-Agent: Mutt/1.5.3i Sender: owner-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 (26/01/03 15:08), Christopher Sharp wrote: > Is the problem below I'm seeing maybe related to this commit ? > Hmm, my fault, seems like this was already fixed ... - Christopher To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 7:36:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4B5C37B401; Sun, 26 Jan 2003 07:36:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D98543F13; Sun, 26 Jan 2003 07: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 h0QFarbv085542; Sun, 26 Jan 2003 07:36:53 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QFaqqj085541; Sun, 26 Jan 2003 07:36:52 -0800 (PST) Message-Id: <200301261536.h0QFaqqj085541@repoman.freebsd.org> From: Akinori MUSHA Date: Sun, 26 Jan 2003 07:36:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/postgresql-tcltk 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 2003/01/26 07:36:52 PST Modified files: japanese/postgresql-tcltk Makefile pkg-plist Log: Catch up with the devel/postgresql7 port. Pgaccess is not part of this port any more. PR: ports/47261 Submitted by: Saito Tomokatsu (MAINTAINER) Revision Changes Path 1.34 +0 -7 ports/japanese/postgresql-tcltk/Makefile 1.11 +0 -139 ports/japanese/postgresql-tcltk/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 Jan 26 7:39: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5368637B401; Sun, 26 Jan 2003 07:39:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EABC943EB2; Sun, 26 Jan 2003 07:39:04 -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 h0QFd4bv085693; Sun, 26 Jan 2003 07:39:04 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QFd48u085692; Sun, 26 Jan 2003 07:39:04 -0800 (PST) Message-Id: <200301261539.h0QFd48u085692@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Sun, 26 Jan 2003 07:39:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire firewire.c firewirereg.h fwdev.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 2003/01/26 07:39:04 PST Modified files: sys/dev/firewire firewire.c firewirereg.h fwdev.c fwohci.c Log: - Improve IT/IR DMA queue management. - Improve debug message for mbuf handling. - Wait 1 sec for DMA stop in fwohci_i{t,r}x_disable() before freeing buffers. Revision Changes Path 1.28 +0 -178 src/sys/dev/firewire/firewire.c 1.10 +4 -6 src/sys/dev/firewire/firewirereg.h 1.12 +12 -29 src/sys/dev/firewire/fwdev.c 1.28 +220 -216 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 Sun Jan 26 8: 2: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8872837B401; Sun, 26 Jan 2003 08:02:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 306CD43ED8; Sun, 26 Jan 2003 08:02:02 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0QG21bv095389; Sun, 26 Jan 2003 08:02:01 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QG21us095385; Sun, 26 Jan 2003 08:02:01 -0800 (PST) Message-Id: <200301261602.h0QG21us095385@repoman.freebsd.org> From: Anton Berezin Date: Sun, 26 Jan 2003 08:02:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/st 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 tobez 2003/01/26 08:02:01 PST Modified files: devel/st Makefile distinfo Log: Update to 1.4. Revision Changes Path 1.6 +3 -3 ports/devel/st/Makefile 1.4 +1 -1 ports/devel/st/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 8:55:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 937B737B401; Sun, 26 Jan 2003 08:55:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3593443EB2; Sun, 26 Jan 2003 08:55:18 -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 h0QGtIbv014156; Sun, 26 Jan 2003 08:55:18 -0800 (PST) (envelope-from yoichi@repoman.freebsd.org) Received: (from yoichi@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QGtHGA014155; Sun, 26 Jan 2003 08:55:17 -0800 (PST) Message-Id: <200301261655.h0QGtHGA014155@repoman.freebsd.org> From: Yoichi NAKAYAMA Date: Sun, 26 Jan 2003 08:55:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/speedbar Makefile pkg-plist ports/devel/semantic 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 yoichi 2003/01/26 08:55:17 PST Modified files: editors/speedbar pkg-plist Makefile devel/semantic Makefile pkg-plist Log: Fix plist. PR: 47500,47501 Submitted by: maintainer Revision Changes Path 1.6 +1 -0 ports/devel/semantic/Makefile 1.5 +4 -3 ports/devel/semantic/pkg-plist 1.6 +1 -0 ports/editors/speedbar/Makefile 1.5 +1 -1 ports/editors/speedbar/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 Jan 26 9: 8:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7B9937B401; Sun, 26 Jan 2003 09:08:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F90B43ED8; Sun, 26 Jan 2003 09:08:18 -0800 (PST) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0QH8Ibv017798; Sun, 26 Jan 2003 09:08:18 -0800 (PST) (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QH8Id8017797; Sun, 26 Jan 2003 09:08:18 -0800 (PST) Message-Id: <200301261708.h0QH8Id8017797@repoman.freebsd.org> From: Mikhail Teterin Date: Sun, 26 Jan 2003 09:08:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/cdlabelgen 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 mi 2003/01/26 09:08:18 PST Modified files: print/cdlabelgen Makefile pkg-descr Log: Update the MASTER_SITES and WWW PR: ports/47510 Submitted by: nox@jelal.kn-bremen.de (maintainer) Revision Changes Path 1.6 +2 -2 ports/print/cdlabelgen/Makefile 1.2 +1 -1 ports/print/cdlabelgen/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 Jan 26 9:34:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49BAD37B401; Sun, 26 Jan 2003 09:34:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E37CC43EB2; Sun, 26 Jan 2003 09:34: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 h0QHYrbv028301; Sun, 26 Jan 2003 09:34:53 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QHYrRC028300; Sun, 26 Jan 2003 09:34:53 -0800 (PST) Message-Id: <200301261734.h0QHYrRC028300@repoman.freebsd.org> From: Akinori MUSHA Date: Sun, 26 Jan 2003 09:34:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/skkinput 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 2003/01/26 09:34:53 PST Modified files: japanese/skkinput Makefile distinfo pkg-plist Log: Update to 2.06.3. PR: ports/47292 Submitted by: KOMATSU Shinichiro (MAINTAINER) Revision Changes Path 1.12 +3 -3 ports/japanese/skkinput/Makefile 1.6 +1 -1 ports/japanese/skkinput/distinfo 1.6 +0 -1 ports/japanese/skkinput/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 Jan 26 9:36:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1354B37B401; Sun, 26 Jan 2003 09:36:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4F4F43E4A; Sun, 26 Jan 2003 09:36:56 -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 h0QHaubv028442; Sun, 26 Jan 2003 09:36:56 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QHau5T028441; Sun, 26 Jan 2003 09:36:56 -0800 (PST) Message-Id: <200301261736.h0QHau5T028441@repoman.freebsd.org> From: Akinori MUSHA Date: Sun, 26 Jan 2003 09:36:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/mozilla-jlp Makefile distinfo pkg-plist ports/japanese/mozilla-jlp/files installed-chrome.txt 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 knu 2003/01/26 09:36:56 PST Modified files: japanese/mozilla-jlp Makefile distinfo pkg-plist japanese/mozilla-jlp/files installed-chrome.txt unix.js Log: Update to 1.2.1. PR: ports/47399 Submitted by: Yoichi ASAI (MAINTAINER) Revision Changes Path 1.39 +6 -7 ports/japanese/mozilla-jlp/Makefile 1.28 +1 -1 ports/japanese/mozilla-jlp/distinfo 1.12 +0 -1 ports/japanese/mozilla-jlp/files/installed-chrome.txt 1.17 +5 -0 ports/japanese/mozilla-jlp/files/unix.js 1.18 +2 -7 ports/japanese/mozilla-jlp/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 Jan 26 9:38:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6168937B401; Sun, 26 Jan 2003 09:38:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14EAB43F13; Sun, 26 Jan 2003 09:38: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 h0QHc8bv028514; Sun, 26 Jan 2003 09:38:08 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QHc8dp028513; Sun, 26 Jan 2003 09:38:08 -0800 (PST) Message-Id: <200301261738.h0QHc8dp028513@repoman.freebsd.org> From: Akinori MUSHA Date: Sun, 26 Jan 2003 09:38:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/mozilla-jlp-devel Makefile distinfo pkg-message pkg-plist ports/japanese/mozilla-jlp-devel/files installed-chrome.txt X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/26 09:38:08 PST Modified files: japanese/mozilla-jlp-devel Makefile distinfo pkg-message pkg-plist japanese/mozilla-jlp-devel/files installed-chrome.txt Log: Update to 1.3a. PR: ports/47436 Submitted by: Yoichi ASAI (MAINTAINER) Revision Changes Path 1.40 +8 -16 ports/japanese/mozilla-jlp-devel/Makefile 1.29 +1 -3 ports/japanese/mozilla-jlp-devel/distinfo 1.12 +1 -0 ports/japanese/mozilla-jlp-devel/files/installed-chrome.txt 1.2 +1 -1 ports/japanese/mozilla-jlp-devel/pkg-message 1.19 +2 -16 ports/japanese/mozilla-jlp-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 Jan 26 9:54:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2611837B401; Sun, 26 Jan 2003 09:54:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C073443EB2; Sun, 26 Jan 2003 09:54:35 -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 h0QHsZbv035498; Sun, 26 Jan 2003 09:54:35 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QHsZqO035497; Sun, 26 Jan 2003 09:54:35 -0800 (PST) Message-Id: <200301261754.h0QHsZqO035497@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 26 Jan 2003 09:54:35 -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 2003/01/26 09:54:35 PST Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Use application tags for SAMS:Alexandria. Revision Changes Path 1.136 +1 -1 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 Sun Jan 26 10: 6:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47B3937B401; Sun, 26 Jan 2003 10:06:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E44FA43F43; Sun, 26 Jan 2003 10:06:46 -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 h0QI6kbv039168; Sun, 26 Jan 2003 10:06:46 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QI6khU039167; Sun, 26 Jan 2003 10:06:46 -0800 (PST) Message-Id: <200301261806.h0QI6khU039167@repoman.freebsd.org> From: Maxim Sobolev Date: Sun, 26 Jan 2003 10:06:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/b2bua 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 sobomax 2003/01/26 10:06:46 PST Modified files: net/b2bua Makefile Log: Fix build on systems without /usr/include/getopt.h (4.x). Submitted by: kris Revision Changes Path 1.2 +5 -0 ports/net/b2bua/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 10:17:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15DA237B401; Sun, 26 Jan 2003 10:17:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE99343EB2; Sun, 26 Jan 2003 10:17:54 -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 h0QIHsbv042761; Sun, 26 Jan 2003 10:17:54 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QIHsOG042760; Sun, 26 Jan 2003 10:17:54 -0800 (PST) Message-Id: <200301261817.h0QIHsOG042760@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 26 Jan 2003 10:17:54 -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 2003/01/26 10:17:54 PST Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Use an "itemizedlist" where needed. Revision Changes Path 1.137 +6 -0 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 Sun Jan 26 10:21:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FA4037B401; Sun, 26 Jan 2003 10:21:13 -0800 (PST) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C89043ED8; Sun, 26 Jan 2003 10:21:12 -0800 (PST) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205]) by abigail.blackend.org (8.12.3/8.12.3) with ESMTP id h0QILADN092890; Sun, 26 Jan 2003 19:21:10 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost [127.0.0.1]) by nosferatu.blackend.org (8.12.6/8.12.6) with ESMTP id h0QILCvb001932; Sun, 26 Jan 2003 19:21:13 +0100 (CET) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.12.6/8.12.6/Submit) id h0QILC2O001931; Sun, 26 Jan 2003 19:21:12 +0100 (CET) (envelope-from marc) Date: Sun, 26 Jan 2003 19:21:12 +0100 From: Marc Fonvieille To: cvs-committers@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/disks chapter.sgml Message-ID: <20030126182111.GA613@nosferatu.blackend.org> References: <200301261817.h0QIHsOG042760@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301261817.h0QIHsOG042760@repoman.freebsd.org> User-Agent: Mutt/1.4i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.0-CURRENT Sender: owner-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, Jan 26, 2003 at 10:17:54AM -0800, Marc Fonvieille wrote: > blackend 2003/01/26 10:17:54 PST > > Modified files: > en_US.ISO8859-1/books/handbook/disks chapter.sgml > Log: > Use an "itemizedlist" where needed. > Forgot to say without that change the part is very difficult to read. Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 10:24:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7398437B401; Sun, 26 Jan 2003 10:24:17 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2690943F1E; Sun, 26 Jan 2003 10:24:17 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 107612A89E; Sun, 26 Jan 2003 10:24:17 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin Makefile In-Reply-To: <200301261219.h0QCJaww013997@repoman.freebsd.org> Date: Sun, 26 Jan 2003 10:24:17 -0800 From: Peter Wemm Message-Id: <20030126182417.107612A89E@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 Poul-Henning Kamp wrote: > phk 2003/01/26 04:19:36 PST > > Modified files: > sbin Makefile > Log: > Make disklabel(8) MD for i386/pc98 and alpha only. We still use it on ia64.. Especially since sysinstall only knows how to create MBR+disklabel. eg: ia64# df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/da0s2a 6569116 3288970 2754618 54% / devfs 1 1 0 100% /dev /dev/da0s1 200576 51688 148888 26% /efi ia64# disklabel da0s2 # /dev/da0s2c: type: SCSI disk: QUANTUM label: flags: bytes/sector: 512 sectors/track: 63 ... 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 13346655 4194304 4.2BSD 2048 16384 89 # (Cyl. 261*- 1091*) b: 4194304 0 swap # (Cyl. 0 - 261*) c: 17540959 0 unused 0 0 # (Cyl. 0 - 1091*) On the other hand, if you partition by hand, you can use GPT: pluto.freebsd.org1# df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/da0p2 253678 64188 169196 28% / devfs 1 1 0 100% /dev /dev/da0p4 2026030 209596 1654352 11% /usr /dev/da0p5 253678 3740 229644 2% /var /dev/da0p6 253678 2728 230656 1% /tmp /dev/da0p7 27393772 2353336 22848936 9% /p /dev/da0p1 200576 20236 180340 10% /efi procfs 8 8 0 100% /proc pluto1.freebsd.org# gpt -r show da0 start end size contents 0 0 1 PMBR 1 1 1 Pri GPT header 2 33 32 Pri GPT table 34 401595 401562 GPT part c12a7328-f81f-11d2-ba4b-00a0c93ec93b 401596 925883 524288 GPT part 516e7cb6-6ecf-11d6-8ff8-00022d09712b 925884 9314491 8388608 GPT part 516e7cb5-6ecf-11d6-8ff8-00022d09712b 9314492 13508795 4194304 GPT part 516e7cb6-6ecf-11d6-8ff8-00022d09712b 13508796 14033083 524288 GPT part 516e7cb6-6ecf-11d6-8ff8-00022d09712b 14033084 14557371 524288 GPT part 516e7cb6-6ecf-11d6-8ff8-00022d09712b 14557372 71132926 56575555 GPT part 516e7cb6-6ecf-11d6-8ff8-00022d09712b 71132927 71132958 32 Sec GPT table 71132959 71132959 1 Sec GPT header gpt(8) isn't very friendly yet. It doesn't recognize partition id's and convert them to human readable text. FWIW, the first is EFI, the second is freebsd-ufs, the third is freebsd-swap, and the rest are freebsd-ufs. 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 Sun Jan 26 10:25:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 089AF37B401; Sun, 26 Jan 2003 10:25:37 -0800 (PST) Received: from out1.mx.nwbl.wi.voyager.net (out1.mx.nwbl.wi.voyager.net [169.207.3.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A66B43F18; Sun, 26 Jan 2003 10:25:37 -0800 (PST) (envelope-from silby@silby.com) Received: from [10.1.1.6] (d34.as7.nwbl0.wi.voyager.net [169.207.128.162]) by out1.mx.nwbl.wi.voyager.net (Postfix) with ESMTP id F37E4E7C7B; Sun, 26 Jan 2003 12:24:11 -0600 (CST) Date: Sun, 26 Jan 2003 12:32:01 -0600 (CST) From: Mike Silbersack To: phk@freebsd.org Cc: cvs-committers@freebsd.org, "" Subject: Re: cvs commit: src/sbin/md5 md5.c In-Reply-To: <5470.1043572717@critter.freebsd.dk> Message-ID: <20030126122840.T2254-100000@patrocles.silby.com> References: <5470.1043572717@critter.freebsd.dk> 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, 26 Jan 2003 phk@freebsd.org wrote: > In message <200301260823.h0Q8NbQJ031213@repoman.freebsd.org>, Mike Silbersack w > rites: > >silby 2003/01/26 00:23:37 PST > > > > Modified files: > > sbin/md5 md5.c > > Log: > > Change the -x option so that it does an actual REAL test of > > the correctness of this program. Previously, it printed out > > the MD5 values of some test strings, but did not tell you > > if they were correct or not! > > Uhm, this is pretty pointless, regression tests are already > properly implemented over in src/lib/libmd... > > -- > Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 Nonetheless, I think it's better to have the -x option actually do something; I was playing with libmd, and it rather annoyed me that md5 -x never reported any errors when I intentionally caused them. 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 Sun Jan 26 10:30:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0645337B401; Sun, 26 Jan 2003 10:30:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AABFB43F18; Sun, 26 Jan 2003 10:30:30 -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 h0QIUUbv046888; Sun, 26 Jan 2003 10:30: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 h0QIUUwA046881; Sun, 26 Jan 2003 10:30:30 -0800 (PST) Message-Id: <200301261830.h0QIUUwA046881@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 26 Jan 2003 10:30:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/mldonkey-gui Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/net/mldonkey-gui/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 2003/01/26 10:30:30 PST Modified files: net/mldonkey-gui Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Removed files: net/mldonkey-gui/files wrapper.sh Log: o After being repo copied from mldonkey port: - update to 2.02.0 - only install the mldonkey GUI (leave the core for the mldonkey port) - update all informational files to reflect this change Approved by: portmgr (myself & no objections) Repo copied by: joe Submitted by: maintainer Revision Changes Path 1.3 +20 -35 ports/net/mldonkey-gui/Makefile 1.2 +2 -1 ports/net/mldonkey-gui/distinfo 1.2 +0 -18 ports/net/mldonkey-gui/files/wrapper.sh (dead) 1.2 +1 -1 ports/net/mldonkey-gui/pkg-comment 1.2 +8 -5 ports/net/mldonkey-gui/pkg-descr 1.2 +3 -14 ports/net/mldonkey-gui/pkg-message 1.2 +1 -6 ports/net/mldonkey-gui/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 Jan 26 10:32:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 826A437B401; Sun, 26 Jan 2003 10:32:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 269DC43F13; Sun, 26 Jan 2003 10:32:23 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0QIWMbv049391; Sun, 26 Jan 2003 10:32:22 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QIWMUF049390; Sun, 26 Jan 2003 10:32:22 -0800 (PST) Message-Id: <200301261832.h0QIWMUF049390@repoman.freebsd.org> From: Anton Berezin Date: Sun, 26 Jan 2003 10:32:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-HTML-SimpleParse 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 tobez 2003/01/26 10:32:22 PST Modified files: www/p5-HTML-SimpleParse Makefile distinfo pkg-descr Log: Update to 0.11. Submitted by: Erwin Lansing PR: 47514 Revision Changes Path 1.4 +1 -1 ports/www/p5-HTML-SimpleParse/Makefile 1.2 +1 -1 ports/www/p5-HTML-SimpleParse/distinfo 1.2 +2 -0 ports/www/p5-HTML-SimpleParse/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 Jan 26 10:33:56 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2813737B401; Sun, 26 Jan 2003 10:33:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C238B43F18; Sun, 26 Jan 2003 10:33:54 -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 h0QIXsbv049845; Sun, 26 Jan 2003 10:33:54 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QIXsJW049844; Sun, 26 Jan 2003 10:33:54 -0800 (PST) Message-Id: <200301261833.h0QIXsJW049844@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 10:33:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin Makefile src/sbin/disklabel disklabel.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 2003/01/26 10:33:54 PST Modified files: sbin Makefile sbin/disklabel disklabel.c Log: IA64 still needs to be able to run on MBR+BSD combination, so put disklabel back. Pointed out by: peter Revision Changes Path 1.116 +1 -0 src/sbin/Makefile 1.76 +1 -0 src/sbin/disklabel/disklabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 10:38: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B84E37B401; Sun, 26 Jan 2003 10:38:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40AC043F18; Sun, 26 Jan 2003 10:38:07 -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 h0QIc7bv050205; Sun, 26 Jan 2003 10:38:07 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QIc6aV050204; Sun, 26 Jan 2003 10:38:07 -0800 (PST) Message-Id: <200301261838.h0QIc6aV050204@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Sun, 26 Jan 2003 10:38:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire fwohci.c fwohcireg.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 2003/01/26 10:38:06 PST Modified files: sys/dev/firewire fwohci.c fwohcireg.h Log: - Split db.desc.cmd into desc.control and desc.reqcount. - remove unncessary descriptor updates. Revision Changes Path 1.29 +88 -65 src/sys/dev/firewire/fwohci.c 1.6 +34 -33 src/sys/dev/firewire/fwohcireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 10:42:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0163E37B41D; Sun, 26 Jan 2003 10:42:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87C4343F1E; Sun, 26 Jan 2003 10:42:49 -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 h0QIgnbv053691; Sun, 26 Jan 2003 10:42: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 h0QIgmMi053690; Sun, 26 Jan 2003 10:42:48 -0800 (PST) Message-Id: <200301261842.h0QIgmMi053690@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 26 Jan 2003 10:42:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/mldonkey Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist ports/net/mldonkey/files kill_mldonkey X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/26 10:42:48 PST Modified files: net/mldonkey Makefile distinfo pkg-comment pkg-descr pkg-message pkg-plist Added files: net/mldonkey/files kill_mldonkey Log: o After being repo copied to mldonkey-gui port: - update to 2.02.0 - only install the mldonkey core (leave the GUI for the mldonkey-gui port) - update all informational files to reflect this change - roll our own BSD license kill_mldonkey shell script instead of using the distribution's one: sh(1) based using fetch(1) Approved by: portmgr (myself & no objections) Repo copied by: joe Submitted by: maintainer Revision Changes Path 1.3 +14 -28 ports/net/mldonkey/Makefile 1.2 +2 -1 ports/net/mldonkey/distinfo 1.1 +51 -0 ports/net/mldonkey/files/kill_mldonkey (new) 1.2 +1 -1 ports/net/mldonkey/pkg-comment 1.2 +6 -4 ports/net/mldonkey/pkg-descr 1.2 +4 -9 ports/net/mldonkey/pkg-message 1.2 +7 -1 ports/net/mldonkey/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 Jan 26 10:45:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C92B537B401; Sun, 26 Jan 2003 10:45:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ED2C43E4A; Sun, 26 Jan 2003 10:45: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 h0QIjPbv053821; Sun, 26 Jan 2003 10:45:25 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QIjPlU053820; Sun, 26 Jan 2003 10:45:25 -0800 (PST) Message-Id: <200301261845.h0QIjPlU053820@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 26 Jan 2003 10:45:25 -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 2003/01/26 10:45:25 PST Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Put a sentence at the right place (I forgot it in my previous commit). Revision Changes Path 1.138 +2 -1 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 Sun Jan 26 10:50:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8466137B401; Sun, 26 Jan 2003 10:50:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29AA243E4A; Sun, 26 Jan 2003 10:50:33 -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 h0QIoWbv054535; Sun, 26 Jan 2003 10:50:32 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QIoWS7054528; Sun, 26 Jan 2003 10:50:32 -0800 (PST) Message-Id: <200301261850.h0QIoWS7054528@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 26 Jan 2003 10:50:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lioux 2003/01/26 10:50:32 PST Modified files: net Makefile Log: Connect mldonkey-gui port to build after being repo copied from mldonkey one Approved by: portmgr (myself & no objections) Repo copied by: joe Submitted by: maintainer Revision Changes Path 1.903 +1 -0 ports/net/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 10:50:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2305A37B439; Sun, 26 Jan 2003 10:50:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B08B143EB2; Sun, 26 Jan 2003 10:50:35 -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 h0QIoZbv054636; Sun, 26 Jan 2003 10:50:35 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QIoZ7u054634; Sun, 26 Jan 2003 10:50:35 -0800 (PST) Message-Id: <200301261850.h0QIoZ7u054634@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 26 Jan 2003 10:50:35 -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 2003/01/26 10:50:35 PST Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Indentation/whitespaces fix (can be ignored). Revision Changes Path 1.139 +9 -8 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 Sun Jan 26 10:52:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E7FB37B401; Sun, 26 Jan 2003 10:52:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9FCB43E4A; Sun, 26 Jan 2003 10:52:35 -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 h0QIqZbv057197; Sun, 26 Jan 2003 10:52:35 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QIqZfn057196; Sun, 26 Jan 2003 10:52:35 -0800 (PST) Message-Id: <200301261852.h0QIqZfn057196@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 26 Jan 2003 10:52:35 -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 2003/01/26 10:52:35 PST Modified files: . modules Log: After being repo copied from mldonkey mldonkey-gui --> ports/net/mldonkey-gui Approved by: portmgr (myself & no objections) Repo copied by: joe Revision Changes Path 1.6585 +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 Jan 26 10:57:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1103137B401; Sun, 26 Jan 2003 10:57:54 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83D7E43F18; Sun, 26 Jan 2003 10:57:53 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.6/8.12.6) with ESMTP id h0QIvr0i051818; Sun, 26 Jan 2003 10:57:53 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.6/8.12.6/Submit) id h0QIvr65051817; Sun, 26 Jan 2003 10:57:53 -0800 (PST) Date: Sun, 26 Jan 2003 10:57:53 -0800 (PST) From: Matthew Dillon Message-Id: <200301261857.h0QIvr65051817@apollo.backplane.com> To: Doug Barton Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/mergemaster mergemaster.sh References: <200301251918.h0PJI6ld069132@freefall.freebsd.org> <20030126040430.Q26257@12-234-22-23.pyvrag.nggov.pbz> Sender: owner-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 was one of those people, but I don't think that I made my objection :explicit. I'm not sure if that was a mistake or not, however I honestly :didn't expect you to commit this change without passing it by me first. : :I've been very clear about my desire to review changes to mergemaster :before they are committed. My preference is listed in MAINTAINERS, and the :Makefile. : :I have the following technical problems with this patch as well: : :1. You've redefined the meaning of the 'v' menu option. This is a _huge_ :UI bozo no-no. I did? No I didn't! What did I do to 'v'? It's the same as it always has been. It views the whole diff. In anycase, lets try to turn this into a positive affair rather then yet another furball. I'm asking people to *TRY* this patch and improve upon it. I don't mind making style changes or other changes but I would like people to at least try it out. I've had this in my tree for so long I honestly didn't think to check MAINTAINERS before comitting it. I apologize for that. :The one part of your patch that I can agree with is the concept of using :'clear' to start display of new messages. I'd be willing to incorporate :that part if I can prove that this is a safe thing to do in all :circumstances. The rest of your patch only applies to diffs which are :shorter than $ROWS; and the meat of your changes are accomplished just by :using 'clear'. Diffs that are longer are already handled by PAGER. : :So, at this point I'd really like you to back out this change. I'll work :on a version that incorporates the 'clear,' and send it over to see if it :meets your needs. : :Doug I actually think it's better to generate a sufficient number of newlines so the new screen is properly aligned, rather then clear, so the xterm history mechanism works as expected (which would be an improvement over running it through a pager), but clear was easier to implement. I would ask you not to request a backout, because there is really no reason that a backout should be needed. Instead, allow the changes to be left in the tree and work on your version then simply commit it over mine (I would like to see it before hand). While the changes are minor and a backout would not a big deal (compared to, say, the struct file changes and backout), I do not believe that the current commit breaks anything so it would be more efficient simply to leave it in and commit over it. And I really think that once people start using it they won't be able to live without it. -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 Sun Jan 26 11: 2:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31AE837B401; Sun, 26 Jan 2003 11:02:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C88F343F13; Sun, 26 Jan 2003 11:02:56 -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 h0QJ2ubv060953; Sun, 26 Jan 2003 11:02:56 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QJ2uOW060952; Sun, 26 Jan 2003 11:02:56 -0800 (PST) Message-Id: <200301261902.h0QJ2uOW060952@repoman.freebsd.org> From: Yar Tikhiy Date: Sun, 26 Jan 2003 11:02:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd Makefile ftpchroot.5 ftpd.8 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 2003/01/26 11:02:56 PST Modified files: libexec/ftpd Makefile ftpd.8 ftpd.c Added files: libexec/ftpd ftpchroot.5 Log: Extend the format of /etc/ftpchroot so an alternative chroot directory can be specified for a user or a group. Add the manpage ftpchroot(5) since the file's format has grown complex enough. PR: bin/45327 Portions submitted by: Hideki SAKAMOTO MFC after: 1 week Revision Changes Path 1.52 +1 -1 src/libexec/ftpd/Makefile 1.1 +109 -0 src/libexec/ftpd/ftpchroot.5 (new) 1.58 +6 -1 src/libexec/ftpd/ftpd.8 1.135 +55 -22 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 Jan 26 11: 6:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 066F837B401; Sun, 26 Jan 2003 11:06:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A172643EB2; Sun, 26 Jan 2003 11:06: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 h0QJ6Ybv061119; Sun, 26 Jan 2003 11:06:34 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QJ6YeX061118; Sun, 26 Jan 2003 11:06:34 -0800 (PST) Message-Id: <200301261906.h0QJ6YeX061118@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 26 Jan 2003 11:06:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/qmail 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 2003/01/26 11:06:34 PST Modified files: mail/qmail Makefile Log: Style fix: replace the 8 for the 7 bits quote character Revision Changes Path 1.41 +4 -4 ports/mail/qmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 11:10:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A804437B401; Sun, 26 Jan 2003 11:10:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F3CC43E4A; Sun, 26 Jan 2003 11:10:36 -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 h0QJAabv062169; Sun, 26 Jan 2003 11:10: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 h0QJAakJ062168; Sun, 26 Jan 2003 11:10:36 -0800 (PST) Message-Id: <200301261910.h0QJAakJ062168@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Sun, 26 Jan 2003 11:10:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/qmail 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 2003/01/26 11:10:36 PST Modified files: mail/qmail Makefile Log: Update to current standards for rc.conf(5) file: disable sendmail by setting sendmail_enable to NONE instead of NO Prompted by: too many Revision Changes Path 1.42 +3 -3 ports/mail/qmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 11:30: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5618937B405; Sun, 26 Jan 2003 11:30:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B134243F3F; Sun, 26 Jan 2003 11:30:00 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0QJU0bv068566; Sun, 26 Jan 2003 11:30:00 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QJU0Ex068565; Sun, 26 Jan 2003 11:30:00 -0800 (PST) Message-Id: <200301261930.h0QJU0Ex068565@repoman.freebsd.org> From: Anton Berezin Date: Sun, 26 Jan 2003 11:30:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Date-ISO 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 tobez 2003/01/26 11:30:00 PST Modified files: devel/p5-Date-ISO Makefile distinfo Log: Update to 1.30. Submitted by: maintainer PR: 47502 Revision Changes Path 1.3 +1 -1 ports/devel/p5-Date-ISO/Makefile 1.3 +1 -1 ports/devel/p5-Date-ISO/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 11:41:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CFA237B401; Sun, 26 Jan 2003 11:41:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8B8843EB2; Sun, 26 Jan 2003 11:41:52 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0QJfqbv074780; Sun, 26 Jan 2003 11:41:52 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QJfq07074779; Sun, 26 Jan 2003 11:41:52 -0800 (PST) Message-Id: <200301261941.h0QJfq07074779@repoman.freebsd.org> From: Dmitry Sivachenko Date: Sun, 26 Jan 2003 11:41: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 demon 2003/01/26 11:41:52 PST Modified files: . modules Log: umbrello --> ports/devel/umbrello Revision Changes Path 1.6586 +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 Jan 26 11:43:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BD6837B405; Sun, 26 Jan 2003 11:43:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 154C543F13; Sun, 26 Jan 2003 11:43:19 -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 h0QJhIbv075590; Sun, 26 Jan 2003 11:43:18 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QJhIjn075587; Sun, 26 Jan 2003 11:43:18 -0800 (PST) Message-Id: <200301261943.h0QJhIjn075587@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 11:43:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys disklabel.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/26 11:43:18 PST Modified files: sys/sys disklabel.h Log: Put DIOCWLABEL under #ifdef NO_GEOM Revision Changes Path 1.97 +2 -0 src/sys/sys/disklabel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 11:54:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77C8F37B401; Sun, 26 Jan 2003 11:54:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F13C43E4A; Sun, 26 Jan 2003 11:54:27 -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 h0QJsQbv079175; Sun, 26 Jan 2003 11:54:26 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QJsQUw079174; Sun, 26 Jan 2003 11:54:26 -0800 (PST) Message-Id: <200301261954.h0QJsQUw079174@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 11:54:26 -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 phk 2003/01/26 11:54:26 PST Modified files: en/donations wantlist.sgml Log: Ok, I was wrong, and alphastation 255 _is_ to slow, it takes 30 minutes to link a kernel. Ask for something faster. Revision Changes Path 1.67 +12 -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 Sun Jan 26 12: 9:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B343737B401; Sun, 26 Jan 2003 12:09:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1375143F13; Sun, 26 Jan 2003 12:09: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 h0QK9Ybv082905; Sun, 26 Jan 2003 12:09: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 h0QK9YJ7082904; Sun, 26 Jan 2003 12:09:34 -0800 (PST) Message-Id: <200301262009.h0QK9YJ7082904@repoman.freebsd.org> From: Alfred Perlstein Date: Sun, 26 Jan 2003 12:09:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern syscalls.master sysv_msg.c src/sys/sys msg.h src/lib/libc/gen msgsnd.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 alfred 2003/01/26 12:09:34 PST Modified files: sys/kern syscalls.master sysv_msg.c sys/sys msg.h lib/libc/gen msgsnd.3 Log: Add const qualifier to data argument for msgsnd. PR: standards/45274 Submitted by: Craig Rodrigues Revision Changes Path 1.19 +1 -1 src/lib/libc/gen/msgsnd.3 1.143 +1 -1 src/sys/kern/syscalls.master 1.46 +2 -2 src/sys/kern/sysv_msg.c 1.16 +1 -2 src/sys/sys/msg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 12:10:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6F2637B401; Sun, 26 Jan 2003 12:10:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ED9143EB2; Sun, 26 Jan 2003 12:10:36 -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 h0QKAabv083586; Sun, 26 Jan 2003 12:10:36 -0800 (PST) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QKAaGH083583; Sun, 26 Jan 2003 12:10:36 -0800 (PST) Message-Id: <200301262010.h0QKAaGH083583@repoman.freebsd.org> From: Alfred Perlstein Date: Sun, 26 Jan 2003 12:10:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys 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 alfred 2003/01/26 12:10:35 PST Modified files: sys/sys sysproto.h Log: regen Revision Changes Path 1.126 +2 -2 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 Sun Jan 26 12:19: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D49637B401; Sun, 26 Jan 2003 12:19:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19D0043F5B; Sun, 26 Jan 2003 12:19:06 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0QKJ5bv086590; Sun, 26 Jan 2003 12:19:05 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QKJ50h086589; Sun, 26 Jan 2003 12:19:05 -0800 (PST) Message-Id: <200301262019.h0QKJ50h086589@repoman.freebsd.org> From: Dmitry Sivachenko Date: Sun, 26 Jan 2003 12:19:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/umbrello Makefile distinfo pkg-descr pkg-plist ports/devel/umbrello/files patch-Makefile.in patch-uml-Makefile.am patch-uml-uml.cpp patch-uml-umldoc.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 demon 2003/01/26 12:19:05 PST Modified files: devel/umbrello Makefile distinfo pkg-descr pkg-plist Removed files: devel/umbrello/files patch-Makefile.in patch-uml-Makefile.am patch-uml-uml.cpp patch-uml-umldoc.cpp Log: Update to umbrello version 1.1 after a repo-copy from devel/uml. (The project was renamed.) Submitted by: David Johnson Revision Changes Path 1.3 +7 -19 ports/devel/umbrello/Makefile 1.3 +1 -1 ports/devel/umbrello/distinfo 1.3 +0 -0 ports/devel/umbrello/files/patch-Makefile.in (dead) 1.2 +0 -11 ports/devel/umbrello/files/patch-uml-Makefile.am (dead) 1.2 +0 -11 ports/devel/umbrello/files/patch-uml-uml.cpp (dead) 1.2 +0 -10 ports/devel/umbrello/files/patch-uml-umldoc.cpp (dead) 1.2 +6 -2 ports/devel/umbrello/pkg-descr 1.2 +192 -95 ports/devel/umbrello/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 Jan 26 12:21:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46C1137B401; Sun, 26 Jan 2003 12:21:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E908943E4A; Sun, 26 Jan 2003 12:21:56 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0QKLubv089287; Sun, 26 Jan 2003 12:21:56 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QKLtOu089280; Sun, 26 Jan 2003 12:21:55 -0800 (PST) Message-Id: <200301262021.h0QKLtOu089280@repoman.freebsd.org> From: Dmitry Sivachenko Date: Sun, 26 Jan 2003 12:21:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/uml Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/uml/files patch-Makefile.in patch-uml-Makefile.am patch-uml-uml.cpp patch-uml-umldoc.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 demon 2003/01/26 12:21:55 PST Removed files: devel/uml Makefile distinfo pkg-comment pkg-descr pkg-plist devel/uml/files patch-Makefile.in patch-uml-Makefile.am patch-uml-uml.cpp patch-uml-umldoc.cpp Log: This port has been repo-copied to devel/umbrello. Revision Changes Path 1.3 +0 -38 ports/devel/uml/Makefile (dead) 1.3 +0 -1 ports/devel/uml/distinfo (dead) 1.3 +0 -0 ports/devel/uml/files/patch-Makefile.in (dead) 1.2 +0 -11 ports/devel/uml/files/patch-uml-Makefile.am (dead) 1.2 +0 -11 ports/devel/uml/files/patch-uml-uml.cpp (dead) 1.2 +0 -10 ports/devel/uml/files/patch-uml-umldoc.cpp (dead) 1.2 +0 -1 ports/devel/uml/pkg-comment (dead) 1.2 +0 -4 ports/devel/uml/pkg-descr (dead) 1.2 +0 -96 ports/devel/uml/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 Sun Jan 26 12:22:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50C5E37B401; Sun, 26 Jan 2003 12:22:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED9BD43EB2; Sun, 26 Jan 2003 12:22:27 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0QKMRbv089701; Sun, 26 Jan 2003 12:22:27 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QKMR4K089697; Sun, 26 Jan 2003 12:22:27 -0800 (PST) Message-Id: <200301262022.h0QKMR4K089697@repoman.freebsd.org> From: Dmitry Sivachenko Date: Sun, 26 Jan 2003 12:22:27 -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 demon 2003/01/26 12:22:27 PST Modified files: devel Makefile Log: Reflect repo-copy of devel/uml to devel/umbrello. Revision Changes Path 1.1024 +1 -1 ports/devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 12:24:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3E4537B401; Sun, 26 Jan 2003 12:24:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D3FD43ED8; Sun, 26 Jan 2003 12:24:37 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0QKObbv090142; Sun, 26 Jan 2003 12:24:37 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QKObj7090141; Sun, 26 Jan 2003 12:24:37 -0800 (PST) Message-Id: <200301262024.h0QKObj7090141@repoman.freebsd.org> From: Dmitry Sivachenko Date: Sun, 26 Jan 2003 12:24:37 -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 demon 2003/01/26 12:24:37 PST Modified files: . MOVED Log: devel/uml --> devel/umbrello. Revision Changes Path 1.49 +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 Sun Jan 26 12:37:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDAD037B401; Sun, 26 Jan 2003 12:37:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9469943E4A; Sun, 26 Jan 2003 12:37: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 h0QKbYbv093837; Sun, 26 Jan 2003 12:37:34 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QKbYDD093836; Sun, 26 Jan 2003 12:37:34 -0800 (PST) Message-Id: <200301262037.h0QKbYDD093836@repoman.freebsd.org> From: Maxime Henrion Date: Sun, 26 Jan 2003 12:37:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/projects/busdma 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 mux 2003/01/26 12:37:34 PST Modified files: en/projects/busdma index.sgml Log: Poul-Henning has hardware and information to provide for the if_lnc, musycc, if_mn and ncr tasks. Note it here. Revision Changes Path 1.42 +6 -5 www/en/projects/busdma/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 Jan 26 12:44:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2664737B401; Sun, 26 Jan 2003 12:44:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDED743F13; Sun, 26 Jan 2003 12:44:14 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0QKiEbv097331; Sun, 26 Jan 2003 12:44:14 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QKiELm097330; Sun, 26 Jan 2003 12:44:14 -0800 (PST) Message-Id: <200301262044.h0QKiELm097330@repoman.freebsd.org> From: Dmitry Sivachenko Date: Sun, 26 Jan 2003 12:44:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/umbrello Makefile ports/devel/umbrello/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 demon 2003/01/26 12:44:14 PST Modified files: devel/umbrello Makefile Added files: devel/umbrello/files patch-configure Log: Properly define CONFIGURE_TARGET; Respect CFLAGS. Revision Changes Path 1.4 +1 -1 ports/devel/umbrello/Makefile 1.1 +65 -0 ports/devel/umbrello/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 Sun Jan 26 13: 3:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6242737B401; Sun, 26 Jan 2003 13:03:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02AD743E4A; Sun, 26 Jan 2003 13:03:09 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0QL38bv004535; Sun, 26 Jan 2003 13:03:08 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QL38dX004534; Sun, 26 Jan 2003 13:03:08 -0800 (PST) Message-Id: <200301262103.h0QL38dX004534@repoman.freebsd.org> From: Juli Mallett Date: Sun, 26 Jan 2003 13:03:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/mono Makefile distinfo pkg-plist ports/lang/mono/files patch-mono_jit_debug.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 jmallett 2003/01/26 13:03:08 PST Modified files: lang/mono Makefile distinfo pkg-plist Removed files: lang/mono/files patch-mono_jit_debug.c Log: Update to Mono 0.19. Reviewed by: marcus (mentor) Revision Changes Path 1.9 +1 -1 ports/lang/mono/Makefile 1.5 +1 -1 ports/lang/mono/distinfo 1.2 +0 -34 ports/lang/mono/files/patch-mono_jit_debug.c (dead) 1.5 +3 -0 ports/lang/mono/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 Jan 26 13: 5:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC0CE37B401; Sun, 26 Jan 2003 13:05:53 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CD1843E4A; Sun, 26 Jan 2003 13:05:49 -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 h0QL5gIx023709; Sun, 26 Jan 2003 13:05:42 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.6/Submit) id h0QL4QGK023701; Sun, 26 Jan 2003 13:04:26 -0800 (PST) Date: Sun, 26 Jan 2003 13:04:26 -0800 From: "David O'Brien" To: Greg Lehey Cc: Matt Dillon , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/sysinstall label.c Message-ID: <20030126210426.GA23132@dragon.nuxi.com> Reply-To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Mail-Followup-To: David O'Brien , Greg Lehey , Matt Dillon , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200301251932.h0PJWZHo054126@repoman.freebsd.org> <20030125215919.GA6687@HAL9000.homeunix.com> <20030126013124.GD3641@sydney.worldwide.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030126013124.GD3641@sydney.worldwide.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 Sun, Jan 26, 2003 at 09:31:24AM +0800, Greg Lehey wrote: > I second this. There are cases where you're installing a second > FreeBSD system on a disk, and there's a swap partition on another > slice. Currently there's no way to tell sysinstall to use this > partition, There isn't?? Sysinstall asks you to select a disk, not a slice, at the fdisk menu. After that, when you go into the lable menu you see all the slices and their [BSD] partition types. Am I missing something in what you say? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 13: 8:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4DB437B401; Sun, 26 Jan 2003 13:08:33 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F3EC43F13; Sun, 26 Jan 2003 13:08:33 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.6/8.12.6) with ESMTP id h0QL8W0i068599; Sun, 26 Jan 2003 13:08:33 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.6/8.12.6/Submit) id h0QL8WRs068598; Sun, 26 Jan 2003 13:08:32 -0800 (PST) Date: Sun, 26 Jan 2003 13:08:32 -0800 (PST) From: Matthew Dillon Message-Id: <200301262108.h0QL8WRs068598@apollo.backplane.com> To: "David O'Brien" Cc: Greg Lehey , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/sysinstall label.c References: <200301251932.h0PJWZHo054126@repoman.freebsd.org> <20030125215919.GA6687@HAL9000.homeunix.com> <20030126013124.GD3641@sydney.worldwide.lemis.com> <20030126210426.GA23132@dragon.nuxi.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 If someone explains to me how to reproduce the sysinstall swap issue I will try to track it down and fix it. At worst sysinstall should simply try to run without swap. -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 Sun Jan 26 13:13:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B83AB37B401; Sun, 26 Jan 2003 13:13:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D7D843EB2; Sun, 26 Jan 2003 13:13: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 h0QLDXbv008132; Sun, 26 Jan 2003 13:13:33 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QLDXcs008131; Sun, 26 Jan 2003 13:13:33 -0800 (PST) Message-Id: <200301262113.h0QLDXcs008131@repoman.freebsd.org> From: Marc Fonvieille Date: Sun, 26 Jan 2003 13:13:33 -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 2003/01/26 13:13:33 PST Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Use of some manual pages entities. Revision Changes Path 1.140 +9 -9 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 Sun Jan 26 13:14:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB2F937B401; Sun, 26 Jan 2003 13:14:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5296543ED8; Sun, 26 Jan 2003 13:14:57 -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 h0QLEvbv008181; Sun, 26 Jan 2003 13:14:57 -0800 (PST) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QLEvpA008180; Sun, 26 Jan 2003 13:14:57 -0800 (PST) Message-Id: <200301262114.h0QLEvpA008180@repoman.freebsd.org> From: Murray Stokely Date: Sun, 26 Jan 2003 13:14:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall menus.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 murray 2003/01/26 13:14:57 PST Modified files: usr.sbin/sysinstall menus.c Log: Correct typo. Submitted by: Andreas Kohn (via -STABLE) Revision Changes Path 1.367 +1 -1 src/usr.sbin/sysinstall/menus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 13:26:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A046037B401; Sun, 26 Jan 2003 13:26:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55FBC43F1E; Sun, 26 Jan 2003 13:26:50 -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 h0QLQobv011825; Sun, 26 Jan 2003 13:26: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 h0QLQoDU011824; Sun, 26 Jan 2003 13:26:50 -0800 (PST) Message-Id: <200301262126.h0QLQoDU011824@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 26 Jan 2003 13:26:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www Makefile ports/www/bluefish-devel 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 2003/01/26 13:26:50 PST Modified files: www Makefile Added files: www/bluefish-devel Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add bluefish-devel, the development, GTK-2 based, branch for the Bluefish HTML editor. Submitted by: Koop Mast Revision Changes Path 1.595 +1 -0 ports/www/Makefile 1.1 +31 -0 ports/www/bluefish-devel/Makefile (new) 1.1 +1 -0 ports/www/bluefish-devel/distinfo (new) 1.1 +1 -0 ports/www/bluefish-devel/pkg-comment (new) 1.1 +15 -0 ports/www/bluefish-devel/pkg-descr (new) 1.1 +31 -0 ports/www/bluefish-devel/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 Jan 26 13:26:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63C3E37B414; Sun, 26 Jan 2003 13:26:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09DF743F18; Sun, 26 Jan 2003 13:26: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 h0QLQvbv011862; Sun, 26 Jan 2003 13:26:57 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QLQva0011861; Sun, 26 Jan 2003 13:26:57 -0800 (PST) Message-Id: <200301262126.h0QLQva0011861@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 26 Jan 2003 13:26: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 marcus 2003/01/26 13:26:57 PST Modified files: . modules Log: bluefish-devel --> ports/www/bluefish-devel Revision Changes Path 1.6587 +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 Jan 26 13:32:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CC1937B401; Sun, 26 Jan 2003 13:32:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8DD543ED8; Sun, 26 Jan 2003 13:32:08 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0QLW8bv014752; Sun, 26 Jan 2003 13:32:08 -0800 (PST) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QLW8BY014751; Sun, 26 Jan 2003 13:32:08 -0800 (PST) Message-Id: <200301262132.h0QLW8BY014751@repoman.freebsd.org> From: Julian Elischer Date: Sun, 26 Jan 2003 13:32:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mp_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 julian 2003/01/26 13:32:08 PST Modified files: sys/i386/i386 mp_machdep.c Log: Fix KSE related patch. Make it compile for the SMP case.. statclock_process() has changed prototypes. Revision Changes Path 1.197 +1 -2 src/sys/i386/i386/mp_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 Jan 26 13:35: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81BA337B401; Sun, 26 Jan 2003 13:35:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28C7243ED8; Sun, 26 Jan 2003 13:35: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 h0QLZ0bv015395; Sun, 26 Jan 2003 13:35: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 h0QLZ0aT015394; Sun, 26 Jan 2003 13:35:00 -0800 (PST) Message-Id: <200301262135.h0QLZ0aT015394@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 26 Jan 2003 13:35:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/bluefish-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 2003/01/26 13:35:00 PST Modified files: www/bluefish-devel Makefile Log: Add NO_LATEST_LINK. Revision Changes Path 1.2 +1 -0 ports/www/bluefish-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 Jan 26 13:42:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7F8937B405; Sun, 26 Jan 2003 13:42:27 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6BDA43F18; Sun, 26 Jan 2003 13:42:24 -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.6/8.12.5) with SMTP id h0QLgHP4004393; Sun, 26 Jan 2003 16:42:17 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sun, 26 Jan 2003 16:42:17 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Julian Elischer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 mp_machdep.c In-Reply-To: <200301262132.h0QLW8BY014751@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 There are reports of breakage on all non-i386 platforms also. Do you plan to commit fixes for them to? (See the tinderbox errors on -current, etc). This commit appears to have been under-tested; given the nature of the changes being made in the commit that caused the breakage, it's probably time for a broader review. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories On Sun, 26 Jan 2003, Julian Elischer wrote: > julian 2003/01/26 13:32:08 PST > > Modified files: > sys/i386/i386 mp_machdep.c > Log: > Fix KSE related patch. > Make it compile for the SMP case.. > statclock_process() has changed prototypes. > > Revision Changes Path > 1.197 +1 -2 src/sys/i386/i386/mp_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 Jan 26 13:49:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D73837B401; Sun, 26 Jan 2003 13:49:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA55443F13; Sun, 26 Jan 2003 13:49:44 -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 h0QLnibv019155; Sun, 26 Jan 2003 13:49:44 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QLni6K019154; Sun, 26 Jan 2003 13:49:44 -0800 (PST) Message-Id: <200301262149.h0QLni6K019154@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 13:49:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys disklabel.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/26 13:49:44 PST Modified files: sys/sys disklabel.h Log: Add ioctl which overwrites the first BBSIZE bytes of a BSD labeled disk. Revision Changes Path 1.98 +1 -0 src/sys/sys/disklabel.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 13:54: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66D6537B401; Sun, 26 Jan 2003 13:54:08 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A073D43EB2; Sun, 26 Jan 2003 13:54:07 -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 h0QLs7Ix039400; Sun, 26 Jan 2003 13:54: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 h0QLqq0H038488; Sun, 26 Jan 2003 13:52:52 -0800 (PST) Date: Sun, 26 Jan 2003 13:52:52 -0800 From: "David O'Brien" To: David Xu Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha trap.c vm_machdep.c src/sys/ddb db_ps.c src/sys/i386/i386 critical.c exception.s genassym.c trap.c vm_machdep.c src/sys/ia64/ia64 trap.c vm_machdep.c src/sys/kern init_main.c kern_clock.c kern_exec.c kern_exit.c kern_fork.c ... Message-ID: <20030126215252.GA24818@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , David Xu , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301261141.h0QBfZxZ001813@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301261141.h0QBfZxZ001813@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 Sun, Jan 26, 2003 at 03:41:35AM -0800, David Xu wrote: > davidxu 2003/01/26 03:41:35 PST > > Modified files: > sys/alpha/alpha trap.c vm_machdep.c > sys/ddb db_ps.c > sys/i386/i386 critical.c exception.s genassym.c trap.c > vm_machdep.c > sys/ia64/ia64 trap.c vm_machdep.c > sys/kern init_main.c kern_clock.c kern_exec.c > kern_exit.c kern_fork.c kern_lock.c > kern_resource.c kern_sig.c kern_switch.c > kern_thread.c subr_prof.c subr_trap.c > subr_witness.c > sys/powerpc/powerpc vm_machdep.c > sys/sparc64/sparc64 trap.c vm_machdep.c > sys/sys buf.h lockmgr.h proc.h resourcevar.h > systm.h > Log: > Move UPCALL related data structure out of kse, introduce a new > data structure called kse_upcall to manage UPCALL. All KSE binding > and loaning code are gone. Hi David, There have been reports from some senior kernel developers that this commit breaks sparc64, alpha, ia64, and SMP i386 kernels. You've also broke userland profiling for everything but i386. Would you please back this commit out and have it farther reviewed. For such extensive changes it should also have been tested on something other than just UP i386. It is bad this happened on a weekend, as that is the time of most FreeBSD activity for many of us. :-( thanks, -- David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 13:54:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4EE637B401; Sun, 26 Jan 2003 13:54:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FDAB43EB2; Sun, 26 Jan 2003 13:54:36 -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 h0QLsabv022624; Sun, 26 Jan 2003 13:54:36 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QLsaBZ022623; Sun, 26 Jan 2003 13:54:36 -0800 (PST) Message-Id: <200301262154.h0QLsaBZ022623@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 13:54:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_bsd.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 2003/01/26 13:54:36 PST Modified files: sys/geom geom_bsd.c Log: Implement DIOCBSDBB ioctl which overwrites first BBSIZE bytes of BSD labeled disk. This is complicated by the fact that BBSIZE is greater than the PAGE_SIZE limit ioctl inflicts on arguments which are automatically copied in. As long as we don't need access to userland memory (copyin/out) we can deal with the ioctl using g_callme() which executes it from the GEOM event thread. Once we need copyin/out, we need to return the bio with EDIRIOCTL in order to make geom_dev call us back in the original process context where copyin will work. Unfortunately, that results in us getting called with Giant, so we have to DROP_GIANT/PICKUP_GIANT around the code where we diddle GEOMs internals. Sometimes you just can't win... ... But it does make geom_bsd.c an almost complete example of the GEOM beastiarium. Revision Changes Path 1.38 +62 -0 src/sys/geom/geom_bsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 13:55:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CCA237B401; Sun, 26 Jan 2003 13:55:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A88B943F13; Sun, 26 Jan 2003 13:55:43 -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 h0QLthbv022707; Sun, 26 Jan 2003 13:55:43 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QLthcN022706; Sun, 26 Jan 2003 13:55:43 -0800 (PST) Message-Id: <200301262155.h0QLthcN022706@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 13:55:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.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 2003/01/26 13:55:43 PST Modified files: sbin/disklabel disklabel.c Log: If we fail to open O_RDWR, try opening O_RDONLY, if we use ioctls to fiddle the disk we can get away with it. Try to use DIOCBSDBB to write boot code. Revision Changes Path 1.77 +6 -0 src/sbin/disklabel/disklabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 14: 5: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88DD537B401; Sun, 26 Jan 2003 14:05:00 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C900B43F1E; Sun, 26 Jan 2003 14:04:59 -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.6/8.12.5) with SMTP id h0QM4rP4010663; Sun, 26 Jan 2003 17:04:53 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sun, 26 Jan 2003 17:04:52 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Alfred Perlstein Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern syscalls.master sysv_msg.c src/sys/sys msg.h src/lib/libc/gen msgsnd.3 In-Reply-To: <200301262009.h0QK9YJ7082904@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 Sun, 26 Jan 2003, Alfred Perlstein wrote: > alfred 2003/01/26 12:09:34 PST > > Modified files: > sys/kern syscalls.master sysv_msg.c > sys/sys msg.h > lib/libc/gen msgsnd.3 > Log: > Add const qualifier to data argument for msgsnd. > > PR: standards/45274 > Submitted by: Craig Rodrigues paprika:~/freebsd/commit/HEAD/src/sys/i386/compile/GENERIC> make sysv_msg.o cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror ../../../kern/sysv_msg.c cc1: warnings being treated as errors ../../../kern/sysv_msg.c: In function `msgsnd': ../../../kern/sysv_msg.c:775: warning: cast discards qualifiers from pointer target type ../../../kern/sysv_msg.c:818: warning: cast discards qualifiers from pointer target type *** Error code 1 Making type fixes is usually a bad idea unless you're willing to compile them, not just commit them. There seem to be several developers with a with misunderstandings regarding compiling changes before committing them in the last 24 hours. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories Index: sysv_msg.c =================================================================== RCS file: /home/ncvs/src/sys/kern/sysv_msg.c,v retrieving revision 1.46 diff -u -r1.46 sysv_msg.c --- sysv_msg.c 26 Jan 2003 20:09:34 -0000 1.46 +++ sysv_msg.c 26 Jan 2003 22:02:18 -0000 @@ -772,7 +772,7 @@ goto done2; } mtx_lock(&msq_mtx); - user_msgp = (char *)user_msgp + sizeof(msghdr->msg_type); + user_msgp = (const char *)user_msgp + sizeof(msghdr->msg_type); /* * Validate the message type @@ -815,7 +815,7 @@ } mtx_lock(&msq_mtx); msgsz -= tlen; - user_msgp = (char *)user_msgp + tlen; + user_msgp = (const char *)user_msgp + tlen; next = msgmaps[next].next; } if (next != -1) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 14: 9:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DB7437B405; Sun, 26 Jan 2003 14:09:36 -0800 (PST) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEC0643F18; Sun, 26 Jan 2003 14:09:34 -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.6/8.12.6) with ESMTP id h0QMBnjb083085; Sun, 26 Jan 2003 17:11:49 -0500 (EST) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.6/8.12.6/Submit) id h0QMBn36083084; Sun, 26 Jan 2003 17:11:49 -0500 (EST) Date: Sun, 26 Jan 2003 17:11:49 -0500 From: Jake Burkholder To: David Xu Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha trap.c vm_machdep.c src/sys/ddb db_ps.c src/sys/i386/i386 critical.c exception.s genassym.c trap.c vm_machdep.c src/sys/ia64/ia64 trap.c vm_machdep.c src/sys/kern init_main.c kern_clock.c kern_exec.c kern_exit.c kern_fork.c ... Message-ID: <20030126171149.B79685@locore.ca> References: <200301261141.h0QBfZxZ001813@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: <200301261141.h0QBfZxZ001813@repoman.freebsd.org>; from davidxu@FreeBSD.org on Sun, Jan 26, 2003 at 03:41:35AM -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, Jan 26, 2003 at 03:41:35AM -0800, David Xu said words to the effect of; > davidxu 2003/01/26 03:41:35 PST > > Modified files: > sys/alpha/alpha trap.c vm_machdep.c > sys/ddb db_ps.c > sys/i386/i386 critical.c exception.s genassym.c trap.c > vm_machdep.c > sys/ia64/ia64 trap.c vm_machdep.c > sys/kern init_main.c kern_clock.c kern_exec.c > kern_exit.c kern_fork.c kern_lock.c > kern_resource.c kern_sig.c kern_switch.c > kern_thread.c subr_prof.c subr_trap.c > subr_witness.c > sys/powerpc/powerpc vm_machdep.c > sys/sparc64/sparc64 trap.c vm_machdep.c > sys/sys buf.h lockmgr.h proc.h resourcevar.h > systm.h > Log: > Move UPCALL related data structure out of kse, introduce a new > data structure called kse_upcall to manage UPCALL. All KSE binding > and loaning code are gone. > Ok, this change should have had much more significant review and testing. A lot of things were broken by this commit, and a lot of changes were made which are not mentioned in the commit message, should have been committed separately, and should have had more review than just julian. The part that I care about is the profiling changes. The TDF_ASTPENDING flag is not tested on anyhting but x86, which breaks userland profiling on all other architectures. I don't see how this change can have had significant testing given that you don't have sufficient infrastructure to test profiling of non-trivial threaded programs. In addition, this blocks getting addupc_intr out of sched_lock for non-threaded processes. Please back this part out and re-implement it in a way that does not break profiling for other architectures, and that does not require sched_lock to be held accross addupc_intr for threaded processes. The only way I can see to do that is with per-thread profiling buffers. Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 14:11:40 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A35E537B401; Sun, 26 Jan 2003 14:11:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A8B143F3F; Sun, 26 Jan 2003 14:11:39 -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 h0QMBdbv028736; Sun, 26 Jan 2003 14:11:39 -0800 (PST) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QMBcjp028735; Sun, 26 Jan 2003 14:11:38 -0800 (PST) Message-Id: <200301262211.h0QMBcjp028735@repoman.freebsd.org> From: Robert Watson Date: Sun, 26 Jan 2003 14:11:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/trustedbsd/www legal.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 2003/01/26 14:11:38 PST Modified files: trustedbsd/www legal.page Log: Remove an incorrect editor's note that was getting rendered into the page by accident. Revision Changes Path 1.5 +2 -4 projects/trustedbsd/www/legal.page To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 14:14:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED82237B401; Sun, 26 Jan 2003 14:14:43 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2196E43F13; Sun, 26 Jan 2003 14:14:43 -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.6/8.12.6) with ESMTP id h0QMEfbs078224 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sun, 26 Jan 2003 17:14:42 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.6/8.12.6/Submit) id h0QMEfiV078221; Sun, 26 Jan 2003 17:14:41 -0500 (EST) (envelope-from wollman) Date: Sun, 26 Jan 2003 17:14:41 -0500 (EST) From: Garrett Wollman Message-Id: <200301262214.h0QMEfiV078221@khavrinen.lcs.mit.edu> To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/disklabel disklabel.c In-Reply-To: <200301262155.h0QLthcN022706@repoman.freebsd.org> References: <200301262155.h0QLthcN022706@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: > If we fail to open O_RDWR, try opening O_RDONLY, if we use ioctls > to fiddle the disk we can get away with it. Uh, if the ioctls actually succeed in fiddling the disk, that's a serious security problem. Probably there should be a separate .ctl node for these sorts of operations. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 14:17:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F59337B401; Sun, 26 Jan 2003 14:17:09 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57EAA43E4A; Sun, 26 Jan 2003 14:17:08 -0800 (PST) (envelope-from phk@freebsd.org) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h0QMH6Ql011295; Sun, 26 Jan 2003 23:17:07 +0100 (CET) (envelope-from phk@freebsd.org) To: Garrett Wollman Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/disklabel disklabel.c From: phk@freebsd.org In-Reply-To: Your message of "Sun, 26 Jan 2003 17:14:41 EST." <200301262214.h0QMEfiV078221@khavrinen.lcs.mit.edu> Date: Sun, 26 Jan 2003 23:17:06 +0100 Message-ID: <11294.1043619426@critter.freebsd.dk> Sender: owner-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 <200301262214.h0QMEfiV078221@khavrinen.lcs.mit.edu>, Garrett Wollman writes: >< said: > >> If we fail to open O_RDWR, try opening O_RDONLY, if we use ioctls >> to fiddle the disk we can get away with it. > >Uh, if the ioctls actually succeed in fiddling the disk, that's a >serious security problem. I don't think so in practice, but if we want to put an suser() check there to be pure it's ok with me. critter phk> ls -l /dev/ad0 crw-r----- 1 root operator 4, 1 Jan 25 23:13 /dev/ad0 -- 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 Jan 26 14:17:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 894BF37B401; Sun, 26 Jan 2003 14:17:49 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEF1A43F5B; Sun, 26 Jan 2003 14:17:48 -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 h0QMHmIx046138; Sun, 26 Jan 2003 14:17:48 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.6/Submit) id h0QMGXfU045923; Sun, 26 Jan 2003 14:16:33 -0800 (PST) Date: Sun, 26 Jan 2003 14:16:33 -0800 From: "David O'Brien" To: Brian Feldman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail Makefile ports/mail/p5-Mail-SpamAssassin-snapshot Makefile Message-ID: <20030126221633.GD23132@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Brian Feldman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301250642.h0P6gxPn077261@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301250642.h0P6gxPn077261@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, Jan 24, 2003 at 10:42:59PM -0800, Brian Feldman wrote: > green 2003/01/24 22:42:59 PST > > Modified files: > mail Makefile > mail/p5-Mail-SpamAssassin-snapshot Makefile > Log: > Move mail/p5-Mail-SpamAssassin-devel to mail/p5-Mail-SpamAssassin-snapshot > and add NO_LATEST_LINK. Why not assign an alternate LINK= so that the package is still easily installable with "pkg_add -r"? Set NO_CDROM= if you feel this package isn't useful being on a release CDROM. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 14:21:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEC6D37B401; Sun, 26 Jan 2003 14:21:15 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4879343EB2; Sun, 26 Jan 2003 14:21:15 -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.6/8.12.5) with SMTP id h0QML7P4015280; Sun, 26 Jan 2003 17:21:07 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Sun, 26 Jan 2003 17:21:06 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Garrett Wollman Cc: Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/disklabel disklabel.c In-Reply-To: <200301262214.h0QMEfiV078221@khavrinen.lcs.mit.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 26 Jan 2003, Garrett Wollman wrote: > < said: > > > If we fail to open O_RDWR, try opening O_RDONLY, if we use ioctls > > to fiddle the disk we can get away with it. > > Uh, if the ioctls actually succeed in fiddling the disk, that's a > serious security problem. > > Probably there should be a separate .ctl node for these sorts of > operations. We've always had a problem with ioctl's operating on storage devices regardless of the open mode (and permitted access modes) for the devidce nodes. For some device drivers, mediation occurs in the ioctl() implementation via some arbitrary calls to suser(), but for many, it doesn't. Unfortunately, ioctl() is intentionally a semantic-free interface such that mediation must always be done at the device layer, and we can't perform masking at higher layers where we have the open mode available. If we passed the 'struct file' mode down the stack more, we could clean that up some, although the result would still arguably be unclean. 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 Sun Jan 26 14:23:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AB2737B401; Sun, 26 Jan 2003 14:23:12 -0800 (PST) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C0F743F1E; Sun, 26 Jan 2003 14:23:11 -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.6/8.12.6) with ESMTP id h0QMNAbs078309 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sun, 26 Jan 2003 17:23:11 -0500 (EST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.6/8.12.6/Submit) id h0QMNAwP078306; Sun, 26 Jan 2003 17:23:10 -0500 (EST) (envelope-from wollman) Date: Sun, 26 Jan 2003 17:23:10 -0500 (EST) From: Garrett Wollman Message-Id: <200301262223.h0QMNAwP078306@khavrinen.lcs.mit.edu> To: phk@freebsd.org Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/disklabel disklabel.c In-Reply-To: <11294.1043619426@critter.freebsd.dk> References: <200301262214.h0QMEfiV078221@khavrinen.lcs.mit.edu> <11294.1043619426@critter.freebsd.dk> Sender: owner-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 think so in practice, but if we want to put an suser() > check there to be pure it's ok with me. > critter phk> ls -l /dev/ad0 > crw-r----- 1 root operator 4, 1 Jan 25 23:13 /dev/ad0 Typically, on bigger machines, users (whether human or automated) whose job is to run backups are put into group operator. Read access to the disk should not automatically confer on someone the ability to modify it. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 14:26:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30A9A37B401; Sun, 26 Jan 2003 14:26:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB33243F5F; Sun, 26 Jan 2003 14:26:46 -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 h0QMQkbv033481; Sun, 26 Jan 2003 14:26:46 -0800 (PST) (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QMQkn5033480; Sun, 26 Jan 2003 14:26:46 -0800 (PST) Message-Id: <200301262226.h0QMQkn5033480@repoman.freebsd.org> From: Giorgos Keramidas Date: Sun, 26 Jan 2003 14:26:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/26 14:26:46 PST Modified files: sys/conf NOTES Log: Fix a typo and reword a bit the description of the new SCHED_xxx stuff. Reviewed by: jeff Revision Changes Path 1.1122 +4 -4 src/sys/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 14:31:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC4A737B401; Sun, 26 Jan 2003 14:31:37 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A14D43E4A; Sun, 26 Jan 2003 14:31:37 -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 h0QMVZIx054497; Sun, 26 Jan 2003 14:31:35 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.6/Submit) id h0QMUK3u053216; Sun, 26 Jan 2003 14:30:20 -0800 (PST) Date: Sun, 26 Jan 2003 14:30:20 -0800 From: "David O'Brien" To: John Baldwin Cc: Max Khon , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, joseph Subject: Re: Compiling libc and libc_r broken with new compiler code gene Message-ID: <20030126223020.GF23132@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , John Baldwin , Max Khon , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, joseph References: <20030124020731.B4730@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 Fri, Jan 24, 2003 at 12:54:41PM -0500, John Baldwin wrote: > > you should use -lc_r in 5.x to link pthreads in > > (or -lpthread when it will be ready, notice an 'l' after '-') > > -pthread (which should be used in 4.x and earlier to link pthreads in) > > is a no-op in 5.x afaik > > -pthread still works in 5.x. It basically means -lc_r on 5.x. If anyone has alternate views on how -pthread works in 5.x, please say. I just follow the direction of the wind on this particular topic. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 14:32:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23AAC37B401; Sun, 26 Jan 2003 14:32:48 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C97A43ED8; Sun, 26 Jan 2003 14:32:47 -0800 (PST) (envelope-from phk@freebsd.org) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h0QMWkQl011537; Sun, 26 Jan 2003 23:32:46 +0100 (CET) (envelope-from phk@freebsd.org) To: Robert Watson Cc: Garrett Wollman , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/disklabel disklabel.c From: phk@freebsd.org In-Reply-To: Your message of "Sun, 26 Jan 2003 17:21:06 EST." Date: Sun, 26 Jan 2003 23:32:46 +0100 Message-ID: <11536.1043620366@critter.freebsd.dk> Sender: owner-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 , Robe rt Watson writes: >We've always had a problem with ioctl's operating on storage devices >regardless of the open mode (and permitted access modes) for the devidce >nodes. And it ain't going to get any better as we get more weird "disks" in the GEOM framwork. >> Probably there should be a separate .ctl node for these sorts of >> operations. This is not a solution I like, partly because of the /dev clutter but more because the device driver API is not the right one to use for it, in particular since there are GEOM node needs it cannot fill. The basic problem is that addressing inside the GEOM mesh does not follow /dev contents. I have worked a fair bit on an API which would allow us to manage the entire GEOM zoo through /dev/geom.ctl but I have not got it to a point where I am satisfied yet. -- 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 Jan 26 15: 1:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95D5037B401; Sun, 26 Jan 2003 15:01:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C89C43E4A; Sun, 26 Jan 2003 15:01:37 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0QN1bbv046269; Sun, 26 Jan 2003 15:01:37 -0800 (PST) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QN1aK4046262; Sun, 26 Jan 2003 15:01:36 -0800 (PST) Message-Id: <200301262301.h0QN1aK4046262@repoman.freebsd.org> From: Mark Murray Date: Sun, 26 Jan 2003 15:01:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/csu/sparc64 crt1.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 markm 2003/01/26 15:01:36 PST Modified files: lib/csu/sparc64 crt1.c Log: Remove the get_term() function. It pretty much can't work for FreeBSD, and makes ugly diffs with the other crt1.c's. Leave behind a comment (words supplied by Thomas Moestl) that explain the issue. OK'ed by: tmm Revision Changes Path 1.12 +7 -36 src/lib/csu/sparc64/crt1.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 15: 1:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E12437B401; Sun, 26 Jan 2003 15:01:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A78F143F18; Sun, 26 Jan 2003 15:01:49 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0QN1nbv046595; Sun, 26 Jan 2003 15:01:49 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QN1nOk046591; Sun, 26 Jan 2003 15:01:49 -0800 (PST) Message-Id: <200301262301.h0QN1nOk046591@repoman.freebsd.org> From: Martin Blapp Date: Sun, 26 Jan 2003 15:01:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc svc_run.c svc_vc.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 mbr 2003/01/26 15:01:49 PST Modified files: lib/libc/rpc svc_run.c svc_vc.c Log: Fix namespace pollution introduced in previous commit. Reviewed by: phk Revision Changes Path 1.17 +1 -1 src/lib/libc/rpc/svc_run.c 1.17 +4 -4 src/lib/libc/rpc/svc_vc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 15:14:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5792E37B401; Sun, 26 Jan 2003 15:14:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E659543E4A; Sun, 26 Jan 2003 15:14:47 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0QNElbv051302; Sun, 26 Jan 2003 15:14:47 -0800 (PST) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QNEl7B051301; Sun, 26 Jan 2003 15:14:47 -0800 (PST) Message-Id: <200301262314.h0QNEl7B051301@repoman.freebsd.org> From: Mark Murray Date: Sun, 26 Jan 2003 15:14:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/csu/alpha crt1.c src/lib/csu/i386-elf crt1.c src/lib/csu/ia64 crt1.c src/lib/csu/powerpc crt1.c src/lib/csu/sparc64 crt1.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 markm 2003/01/26 15:14:47 PST Modified files: lib/csu/alpha crt1.c lib/csu/i386-elf crt1.c lib/csu/ia64 crt1.c lib/csu/powerpc crt1.c lib/csu/sparc64 crt1.c Log: make these more useful for lint(1). Minor diff-reductions while I'm about it. Revision Changes Path 1.15 +1 -0 src/lib/csu/alpha/crt1.c 1.12 +1 -0 src/lib/csu/i386-elf/crt1.c 1.9 +2 -1 src/lib/csu/ia64/crt1.c 1.10 +1 -0 src/lib/csu/powerpc/crt1.c 1.13 +1 -0 src/lib/csu/sparc64/crt1.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 15:25: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 300E037B401; Sun, 26 Jan 2003 15:25:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBE6643F18; Sun, 26 Jan 2003 15:25:00 -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 h0QNP0bv054935; Sun, 26 Jan 2003 15:25:00 -0800 (PST) (envelope-from alfred@repoman.freebsd.org) Received: (from alfred@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QNP0c7054934; Sun, 26 Jan 2003 15:25:00 -0800 (PST) Message-Id: <200301262325.h0QNP0c7054934@repoman.freebsd.org> From: Alfred Perlstein Date: Sun, 26 Jan 2003 15:25:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sysv_msg.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2003/01/26 15:25:00 PST Modified files: sys/kern sysv_msg.c Log: fix warnings Revision Changes Path 1.47 +2 -2 src/sys/kern/sysv_msg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 15:29:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 098F037B401; Sun, 26 Jan 2003 15:29:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A56BF43EB2; Sun, 26 Jan 2003 15:29:22 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0QNTMbv055111; Sun, 26 Jan 2003 15:29:22 -0800 (PST) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QNTMxC055110; Sun, 26 Jan 2003 15:29:22 -0800 (PST) Message-Id: <200301262329.h0QNTMxC055110@repoman.freebsd.org> From: Mark Murray Date: Sun, 26 Jan 2003 15:29:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/csu/sparc64 crt1.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 markm 2003/01/26 15:29:22 PST Modified files: lib/csu/sparc64 crt1.c Log: Missed a bit of cleanup. Revision Changes Path 1.14 +0 -2 src/lib/csu/sparc64/crt1.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 15:34:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 822CE37B401; Sun, 26 Jan 2003 15:34:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29B3343ED8; Sun, 26 Jan 2003 15:34:48 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0QNYlbv058553; Sun, 26 Jan 2003 15:34:47 -0800 (PST) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QNYlhr058552; Sun, 26 Jan 2003 15:34:47 -0800 (PST) Message-Id: <200301262334.h0QNYlhr058552@repoman.freebsd.org> From: Mark Murray Date: Sun, 26 Jan 2003 15:34:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/csu/sparc64 crt1.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 markm 2003/01/26 15:34:47 PST Modified files: lib/csu/sparc64 crt1.c Log: Very minor EOL whitespace diff-reducer. Revision Changes Path 1.15 +1 -1 src/lib/csu/sparc64/crt1.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 15:35:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D705C37B401; Sun, 26 Jan 2003 15:35:50 -0800 (PST) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0C8C43E4A; Sun, 26 Jan 2003 15:35:49 -0800 (PST) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by sccrmhc03.attbi.com (sccrmhc03) with ESMTP id <2003012623354800300091fle>; Sun, 26 Jan 2003 23:35:48 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id PAA98768; Sun, 26 Jan 2003 15:35:46 -0800 (PST) Date: Sun, 26 Jan 2003 15:35:45 -0800 (PST) From: Julian Elischer To: Robert Watson Cc: Julian Elischer , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 mp_machdep.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 I will look.. do you have anything more concrete? (I guess the same patch) julian On Sun, 26 Jan 2003, Robert Watson wrote: > There are reports of breakage on all non-i386 platforms also. Do you plan > to commit fixes for them to? (See the tinderbox errors on -current, etc). > This commit appears to have been under-tested; given the nature of the > changes being made in the commit that caused the breakage, it's probably > time for a broader review. > > Robert N M Watson FreeBSD Core Team, TrustedBSD Projects > robert@fledge.watson.org Network Associates Laboratories > > On Sun, 26 Jan 2003, Julian Elischer wrote: > > > julian 2003/01/26 13:32:08 PST > > > > Modified files: > > sys/i386/i386 mp_machdep.c > > Log: > > Fix KSE related patch. > > Make it compile for the SMP case.. > > statclock_process() has changed prototypes. > > > > Revision Changes Path > > 1.197 +1 -2 src/sys/i386/i386/mp_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 Jan 26 15:39:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7F4C37B401; Sun, 26 Jan 2003 15:39:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DA6843F65; Sun, 26 Jan 2003 15:39: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 h0QNdXbv058772; Sun, 26 Jan 2003 15:39:33 -0800 (PST) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QNdX4E058771; Sun, 26 Jan 2003 15:39:33 -0800 (PST) Message-Id: <200301262339.h0QNdX4E058771@repoman.freebsd.org> From: David Xu Date: Sun, 26 Jan 2003 15:39:33 -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 2003/01/26 15:39:33 PST Modified files: sys/kern kern_thread.c Log: Use kg_numupcalls to see if we are closing a thread group, not kg_kses which is not changed when a group is still working. Revision Changes Path 1.78 +2 -2 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 Sun Jan 26 15:52:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 538A237B401; Sun, 26 Jan 2003 15:52:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFD3B43F1E; Sun, 26 Jan 2003 15:52:45 -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 h0QNqjbv065740; Sun, 26 Jan 2003 15:52:45 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0QNqjDv065739; Sun, 26 Jan 2003 15:52:45 -0800 (PST) Message-Id: <200301262352.h0QNqjDv065739@repoman.freebsd.org> From: Jake Burkholder Date: Sun, 26 Jan 2003 15:52:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 tick.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 2003/01/26 15:52:45 PST Modified files: sys/sparc64/sparc64 tick.c Log: Fix standard kse breakage of non-x86 platforms. Pointy hat to: davidxu Revision Changes Path 1.9 +1 -2 src/sys/sparc64/sparc64/tick.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 16: 0: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A300F37B401; Sun, 26 Jan 2003 16:00:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4533843E4A; Sun, 26 Jan 2003 16:00:07 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R007bv065984; Sun, 26 Jan 2003 16:00:07 -0800 (PST) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R006vD065983; Sun, 26 Jan 2003 16:00:06 -0800 (PST) Message-Id: <200301270000.h0R006vD065983@repoman.freebsd.org> From: Julian Elischer Date: Sun, 26 Jan 2003 16:00:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha interrupt.c src/sys/ia64/ia64 interrupt.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 julian 2003/01/26 16:00:06 PST Modified files: sys/alpha/alpha interrupt.c sys/ia64/ia64 interrupt.c Log: Unbreak SMP cases for these architectures. statclock_process() changed arguments. note: it may be worth checking if curkse is needed on these architectures.. (and if so, why?) Revision Changes Path 1.70 +1 -1 src/sys/alpha/alpha/interrupt.c 1.34 +1 -1 src/sys/ia64/ia64/interrupt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 16: 3:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 496A337B401; Sun, 26 Jan 2003 16:03:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0DC043ED8; Sun, 26 Jan 2003 16:03:44 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R03ibv069444; Sun, 26 Jan 2003 16:03:44 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R03ivO069443; Sun, 26 Jan 2003 16:03:44 -0800 (PST) Message-Id: <200301270003.h0R03ivO069443@repoman.freebsd.org> From: Anton Berezin Date: Sun, 26 Jan 2003 16:03:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/p5-File-Scan 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 tobez 2003/01/26 16:03:44 PST Modified files: security/p5-File-Scan Makefile distinfo pkg-plist Log: Update to 0.43. Submitted by: maintainer PR: 47521 Revision Changes Path 1.9 +21 -1 ports/security/p5-File-Scan/Makefile 1.8 +1 -1 ports/security/p5-File-Scan/distinfo 1.3 +14 -0 ports/security/p5-File-Scan/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 16:11:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D461237B401; Sun, 26 Jan 2003 16:11:18 -0800 (PST) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FB8D43F5F; Sun, 26 Jan 2003 16:11:18 -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.6/8.12.6) with ESMTP id h0R0DXjb083940; Sun, 26 Jan 2003 19:13:33 -0500 (EST) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.6/8.12.6/Submit) id h0R0DXVk083939; Sun, 26 Jan 2003 19:13:33 -0500 (EST) Date: Sun, 26 Jan 2003 19:13:33 -0500 From: Jake Burkholder To: David Xu Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_thread.c Message-ID: <20030126191333.C79685@locore.ca> References: <200301262339.h0QNdX4E058771@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: <200301262339.h0QNdX4E058771@repoman.freebsd.org>; from davidxu@FreeBSD.org on Sun, Jan 26, 2003 at 03:39:33PM -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 Please respond to your mail. Jake Apparently, On Sun, Jan 26, 2003 at 03:39:33PM -0800, David Xu said words to the effect of; > davidxu 2003/01/26 15:39:33 PST > > Modified files: > sys/kern kern_thread.c > Log: > Use kg_numupcalls to see if we are closing a thread group, > not kg_kses which is not changed when a group is still working. > > Revision Changes Path > 1.78 +2 -2 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 Sun Jan 26 16:36:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9312037B401; Sun, 26 Jan 2003 16:36:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36CB543E4A; Sun, 26 Jan 2003 16:36:13 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R0aCbv080151; Sun, 26 Jan 2003 16:36:12 -0800 (PST) (envelope-from horikawa@repoman.freebsd.org) Received: (from horikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R0aCMO080150; Sun, 26 Jan 2003 16:36:12 -0800 (PST) Message-Id: <200301270036.h0R0aCMO080150@repoman.freebsd.org> From: Kazuo Horikawa Date: Sun, 26 Jan 2003 16:36:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 soelim.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 horikawa 2003/01/26 16:36:12 PST Modified files: ja_JP.eucJP/man/man1 soelim.1 Log: Catch up with the version which comes with Groff Version 1.18.1 Submitted by: OHSAWA Chitoshi Revision Changes Path 1.8 +90 -85 doc/ja_JP.eucJP/man/man1/soelim.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 16:46: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BBAB37B401; Sun, 26 Jan 2003 16:45:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E599743ED8; Sun, 26 Jan 2003 16:45:58 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R0jwbv083722; Sun, 26 Jan 2003 16:45:58 -0800 (PST) (envelope-from horikawa@repoman.freebsd.org) Received: (from horikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R0jvpm083721; Sun, 26 Jan 2003 16:45:57 -0800 (PST) Message-Id: <200301270045.h0R0jvpm083721@repoman.freebsd.org> From: Kazuo Horikawa Date: Sun, 26 Jan 2003 16:45:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man8 fdisk.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 horikawa 2003/01/26 16:45:57 PST Modified files: ja_JP.eucJP/man/man8 fdisk.8 Log: Add a missing puctuation character. Submitted by: kano@na.rim.or.jp Revision Changes Path 1.25 +1 -1 doc/ja_JP.eucJP/man/man8/fdisk.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 17: 6:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 056C237B401; Sun, 26 Jan 2003 17:06:48 -0800 (PST) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96FF243E4A; Sun, 26 Jan 2003 17:06:47 -0800 (PST) (envelope-from baka@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1921) id 411E7AE1C6; Sun, 26 Jan 2003 17:06:42 -0800 (PST) Date: Sun, 26 Jan 2003 17:06:42 -0800 From: Jon Mini To: David O'Brien , John Baldwin , Max Khon , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, joseph Subject: Re: Compiling libc and libc_r broken with new compiler code gene Message-ID: <20030127010642.GI27470@elvis.mu.org> Mail-Followup-To: David O'Brien , John Baldwin , Max Khon , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, joseph References: <20030124020731.B4730@FreeBSD.org> <20030126223020.GF23132@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030126223020.GF23132@dragon.nuxi.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 David O'Brien [obrien@FreeBSD.org] wrote : > On Fri, Jan 24, 2003 at 12:54:41PM -0500, John Baldwin wrote: > > > you should use -lc_r in 5.x to link pthreads in > > > (or -lpthread when it will be ready, notice an 'l' after '-') > > > -pthread (which should be used in 4.x and earlier to link pthreads in) > > > is a no-op in 5.x afaik > > > > -pthread still works in 5.x. It basically means -lc_r on 5.x. > > If anyone has alternate views on how -pthread works in 5.x, please say. > I just follow the direction of the wind on this particular topic. "-pthread" should be specified until be deprecate it. That way we can switch over relatively easily by changing the resolution of the -pthread alias. Later, when libc_r is just a glimmer in the minds of old dodders, we can deprecate -pthread in favor of -lpthread. -- 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 Sun Jan 26 17: 8:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F98C37B401; Sun, 26 Jan 2003 17:08:33 -0800 (PST) Received: from mail.viasoft.com.cn (ip-167-164-97-218.anlai.com [218.97.164.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31D7543F18; Sun, 26 Jan 2003 17:08:29 -0800 (PST) (envelope-from davidx@viasoft.com.cn) Received: from davidw2k (davidlnx.viasoft.com.cn [192.168.1.240]) by mail.viasoft.com.cn (8.9.3/8.9.3) with SMTP id JAA09345; Mon, 27 Jan 2003 09:32:47 +0800 Message-ID: <008a01c2c5a0$a0474620$f001a8c0@davidw2k> From: "David Xu" To: Cc: , References: <200301261141.h0QBfZxZ001813@repoman.freebsd.org> <20030126215252.GA24818@dragon.nuxi.com> Subject: Re: cvs commit: src/sys/alpha/alpha trap.c vm_machdep.c src/sys/ddb db_ps.c src/sys/i386/i386 critical.c exception.s genassym.c trap.c vm_machdep.c src/sys/ia64/ia64 trap.c vm_machdep.c src/sys/kern init_main.c kern_clock.c kern_exec.c kern_exit.c kern_for Date: Mon, 27 Jan 2003 09:08:39 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message -----=20 From: "David O'Brien" To: "David Xu" Cc: ; Sent: Monday, January 27, 2003 5:52 AM Subject: Re: cvs commit: src/sys/alpha/alpha trap.c vm_machdep.c = src/sys/ddb db_ps.c src/sys/i386/i386 critical.c exception.s genassym.c = trap.c vm_machdep.c src/sys/ia64/ia64 trap.c vm_machdep.c src/sys/kern = init_main.c kern_clock.c kern_exec.c kern_exit.c kern_fork.c ... > On Sun, Jan 26, 2003 at 03:41:35AM -0800, David Xu wrote: > > davidxu 2003/01/26 03:41:35 PST > >=20 > > Modified files: > > sys/alpha/alpha trap.c vm_machdep.c=20 > > sys/ddb db_ps.c=20 > > sys/i386/i386 critical.c exception.s genassym.c trap.c=20 > > vm_machdep.c=20 > > sys/ia64/ia64 trap.c vm_machdep.c=20 > > sys/kern init_main.c kern_clock.c kern_exec.c=20 > > kern_exit.c kern_fork.c kern_lock.c=20 > > kern_resource.c kern_sig.c kern_switch.c=20 > > kern_thread.c subr_prof.c subr_trap.c=20 > > subr_witness.c=20 > > sys/powerpc/powerpc vm_machdep.c=20 > > sys/sparc64/sparc64 trap.c vm_machdep.c=20 > > sys/sys buf.h lockmgr.h proc.h resourcevar.h=20 > > systm.h=20 > > Log: > > Move UPCALL related data structure out of kse, introduce a new > > data structure called kse_upcall to manage UPCALL. All KSE binding > > and loaning code are gone. >=20 > Hi David, >=20 > There have been reports from some senior kernel developers that this > commit breaks sparc64, alpha, ia64, and SMP i386 kernels. You've also > broke userland profiling for everything but i386. >=20 Julian has fixed it while I am sleeping. I am living in another half of = the earth. > Would you please back this commit out and have it farther reviewed. = For > such extensive changes it should also have been tested on something = other > than just UP i386. It is bad this happened on a weekend, as that is = the > time of most FreeBSD activity for many of us. :-( >=20 I have patch there if someone has interest to review: http://davidxu.freebsd.org/~davidxu/kse2.diff if you think some code should be adjusted, I would like to do. > thanks, > -- David Thanks, David Xu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 17:12:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3029937B401; Sun, 26 Jan 2003 17:12:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8BC143F13; Sun, 26 Jan 2003 17:12: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 h0R1CZbv094107; Sun, 26 Jan 2003 17:12:35 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R1CZjF094104; Sun, 26 Jan 2003 17:12:35 -0800 (PST) Message-Id: <200301270112.h0R1CZjF094104@repoman.freebsd.org> From: Alan Cox Date: Sun, 26 Jan 2003 17:12:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm 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 alc 2003/01/26 17:12:35 PST Modified files: sys/vm vm_object.c Log: Simplify vm_object_page_remove(): The object's memq is now ordered. The two cases that existed before for performance optimization purposes can be reduced to one. Revision Changes Path 1.257 +31 -62 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 Sun Jan 26 17:45: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 394BC37B406; Sun, 26 Jan 2003 17:45:02 -0800 (PST) Received: from mail.viasoft.com.cn (ip-167-164-97-218.anlai.com [218.97.164.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30B8643F1E; Sun, 26 Jan 2003 17:44:59 -0800 (PST) (envelope-from davidxu@freebsd.org) Received: from davidw2k (davidlnx.viasoft.com.cn [192.168.1.240]) by mail.viasoft.com.cn (8.9.3/8.9.3) with SMTP id KAA09450; Mon, 27 Jan 2003 10:08:52 +0800 Message-ID: <00cd01c2c5a5$aad5a8c0$f001a8c0@davidw2k> From: "David Xu" To: "Jake Burkholder" Cc: , References: <200301262339.h0QNdX4E058771@repoman.freebsd.org> <20030126191333.C79685@locore.ca> Subject: Re: cvs commit: src/sys/kern kern_thread.c Date: Mon, 27 Jan 2003 09:44:44 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-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, I really need you help. I have added a flag TDF_ASTPENDING for per-thread asynchronous events, the code for handle this in assemble language was already in i386, = exceptions.s. if you can clone the code in i386 to other archs, the help will be very = appreciated. BTW, KSE now works well on i386, there is really no arch depended code = changed, all are high level code. Regards, David Xu ----- Original Message -----=20 From: "Jake Burkholder" To: "David Xu" Cc: ; Sent: Monday, January 27, 2003 8:13 AM Subject: Re: cvs commit: src/sys/kern kern_thread.c >=20 > Please respond to your mail. >=20 > Jake >=20 > Apparently, On Sun, Jan 26, 2003 at 03:39:33PM -0800, > David Xu said words to the effect of; >=20 > > davidxu 2003/01/26 15:39:33 PST > >=20 > > Modified files: > > sys/kern kern_thread.c=20 > > Log: > > Use kg_numupcalls to see if we are closing a thread group, > > not kg_kses which is not changed when a group is still working. > > =20 > > Revision Changes Path > > 1.78 +2 -2 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 Sun Jan 26 17:57:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FB9337B401; Sun, 26 Jan 2003 17:57:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2286E43F13; Sun, 26 Jan 2003 17:57:16 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R1vFbv008720; Sun, 26 Jan 2003 17:57:15 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R1vFQP008719; Sun, 26 Jan 2003 17:57:15 -0800 (PST) Message-Id: <200301270157.h0R1vFQP008719@repoman.freebsd.org> From: Juli Mallett Date: Sun, 26 Jan 2003 17:57:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libufs sblock.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 jmallett 2003/01/26 17:57:15 PST Modified files: lib/libufs sblock.c Log: If we don't know where the sblock is (e.g. filling out a blank disk), then get it from the fs structure. Really libufs should have interfaces to generate both what we export, and what we import, based on eachother, and this should be full of redundant code to make sure everything is right... But really, we don't even deal with checksums, so plenty of room to improve. Revision Changes Path 1.8 +4 -0 src/lib/libufs/sblock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 18: 6: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B16F137B401; Sun, 26 Jan 2003 18:06:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53EEA43EB2; Sun, 26 Jan 2003 18:06:00 -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 h0R260bv012276; Sun, 26 Jan 2003 18:06:00 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R260sg012274; Sun, 26 Jan 2003 18:06:00 -0800 (PST) Message-Id: <200301270206.h0R260sg012274@repoman.freebsd.org> From: Tom Rhodes Date: Sun, 26 Jan 2003 18:06:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/version pkg_version.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 trhodes 2003/01/26 18:06:00 PST Modified files: usr.sbin/pkg_install/version pkg_version.1 Log: Note that -c is no longer supported. This was requested by a few users and we even have a PR about it. PR: 47388 Discussed with: bmah Requested by: many Revision Changes Path 1.25 +4 -0 src/usr.sbin/pkg_install/version/pkg_version.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 18:19:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF56A37B401; Sun, 26 Jan 2003 18:19:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 933E443ED8; Sun, 26 Jan 2003 18:19:38 -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 h0R2Jcbv015889; Sun, 26 Jan 2003 18:19:38 -0800 (PST) (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R2JcJY015888; Sun, 26 Jan 2003 18:19:38 -0800 (PST) Message-Id: <200301270219.h0R2JcJY015888@repoman.freebsd.org> From: Giorgos Keramidas Date: Sun, 26 Jan 2003 18:19:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/advocacy myths.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 keramida 2003/01/26 18:19:38 PST Modified files: en/advocacy myths.sgml Log: Make sure that href="#support" has somewhere to point to. Submitted by: Rostislav Krasny on freebsd-www Revision Changes Path 1.16 +1 -1 www/en/advocacy/myths.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 18:23: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A9B737B401; Sun, 26 Jan 2003 18:23:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 194A343F1E; Sun, 26 Jan 2003 18:23:02 -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 h0R2N1bv019306; Sun, 26 Jan 2003 18:23:01 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R2N1CU019305; Sun, 26 Jan 2003 18:23:01 -0800 (PST) Message-Id: <200301270223.h0R2N1CU019305@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sun, 26 Jan 2003 18:23:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/ft2demos 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 nork 2003/01/26 18:23:01 PST Modified files: print/ft2demos Makefile distinfo Log: Update to 2.1.3. PR: ports/47215 Submitted by: KANOU Hiroki (maintainer) Revision Changes Path 1.13 +1 -1 ports/print/ft2demos/Makefile 1.8 +1 -1 ports/print/ft2demos/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 18:48: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBF6937B401; Sun, 26 Jan 2003 18:48:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B1C543F43; Sun, 26 Jan 2003 18:48:08 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R2m7bv026584; Sun, 26 Jan 2003 18:48:08 -0800 (PST) (envelope-from horikawa@repoman.freebsd.org) Received: (from horikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R2m7nS026583; Sun, 26 Jan 2003 18:48:07 -0800 (PST) Message-Id: <200301270248.h0R2m7nS026583@repoman.freebsd.org> From: Kazuo Horikawa Date: Sun, 26 Jan 2003 18:48:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man5 dhclient.conf.5 dhclient.leases.5 dhcp-eval.5 dhcp-options.5 make.conf.5 doc/ja_JP.eucJP/man/man8 camcontrol.8 dhclient-script.8 dhclient.8 pciconf.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 horikawa 2003/01/26 18:48:07 PST Modified files: ja_JP.eucJP/man/man5 dhclient.conf.5 dhclient.leases.5 dhcp-eval.5 dhcp-options.5 make.conf.5 ja_JP.eucJP/man/man8 camcontrol.8 dhclient-script.8 dhclient.8 pciconf.8 Log: Catch up with 5.0-RELEASE Revision Changes Path 1.9 +8 -7 doc/ja_JP.eucJP/man/man5/dhclient.conf.5 1.8 +3 -2 doc/ja_JP.eucJP/man/man5/dhclient.leases.5 1.5 +1 -1 doc/ja_JP.eucJP/man/man5/dhcp-eval.5 1.14 +4 -3 doc/ja_JP.eucJP/man/man5/dhcp-options.5 1.28 +11 -1 doc/ja_JP.eucJP/man/man5/make.conf.5 1.28 +7 -1 doc/ja_JP.eucJP/man/man8/camcontrol.8 1.15 +3 -2 doc/ja_JP.eucJP/man/man8/dhclient-script.8 1.11 +4 -2 doc/ja_JP.eucJP/man/man8/dhclient.8 1.18 +10 -5 doc/ja_JP.eucJP/man/man8/pciconf.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 19:14: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A31C37B401; Sun, 26 Jan 2003 19:14:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E8F543ED8; Sun, 26 Jan 2003 19:14:05 -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 h0R3E4bv037177; Sun, 26 Jan 2003 19:14:04 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R3E4rK037176; Sun, 26 Jan 2003 19:14:04 -0800 (PST) Message-Id: <200301270314.h0R3E4rK037176@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 26 Jan 2003 19:14:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil property.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 ache 2003/01/26 19:14:04 PST Modified files: lib/libutil property.c Log: Handle read errors Revision Changes Path 1.11 +6 -3 src/lib/libutil/property.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 19:18:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4439537B401; Sun, 26 Jan 2003 19:18:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDAAD43F18; Sun, 26 Jan 2003 19:18:24 -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 h0R3IObv037298; Sun, 26 Jan 2003 19:18:24 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R3IObB037297; Sun, 26 Jan 2003 19:18:24 -0800 (PST) Message-Id: <200301270318.h0R3IObB037297@repoman.freebsd.org> From: Warner Losh Date: Sun, 26 Jan 2003 19:18:24 -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 imp 2003/01/26 19:18:24 PST Modified files: en/donations wantlist.sgml Log: I need an o2 mciro cardbus laptop Revision Changes Path 1.68 +8 -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 Sun Jan 26 19:39:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79B8B37B401; Sun, 26 Jan 2003 19:39:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EDF543E4A; Sun, 26 Jan 2003 19:39:34 -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 h0R3dXbv044464; Sun, 26 Jan 2003 19:39:33 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R3dXPG044463; Sun, 26 Jan 2003 19:39:33 -0800 (PST) Message-Id: <200301270339.h0R3dXPG044463@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 26 Jan 2003 19:39:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libutil property.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 ache 2003/01/26 19:39:33 PST Modified files: lib/libutil property.c Log: Now return NULLified struct in case of empty config file (previous variant return NULL pointer for both empty file case and error case, so caller can't sense error properly). It not affect existen programs because property_find() now returns NULL for both NULL pointer and NULLified struct. Revision Changes Path 1.12 +9 -6 src/lib/libutil/property.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 19:52:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA59E37B401; Sun, 26 Jan 2003 19:52:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39FD143E4A; Sun, 26 Jan 2003 19:52:29 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R3qTbv051088; Sun, 26 Jan 2003 19:52:29 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R3qSjF051084; Sun, 26 Jan 2003 19:52:28 -0800 (PST) Message-Id: <200301270352.h0R3qSjF051084@repoman.freebsd.org> From: Juli Mallett Date: Sun, 26 Jan 2003 19:52:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gtk-sharp Makefile distinfo pkg-plist ports/x11-toolkits/gtk-sharp/files patch-gconf_Makefile.in patch-parser_Makefile.in patch-sample_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 jmallett 2003/01/26 19:52:28 PST Modified files: x11-toolkits/gtk-sharp Makefile distinfo pkg-plist x11-toolkits/gtk-sharp/files patch-sample_Makefile.in Removed files: x11-toolkits/gtk-sharp/files patch-gconf_Makefile.in patch-parser_Makefile.in Log: Update to 0.7. Reviewed by: marcus (mentor) Revision Changes Path 1.2 +4 -5 ports/x11-toolkits/gtk-sharp/Makefile 1.2 +1 -1 ports/x11-toolkits/gtk-sharp/distinfo 1.2 +0 -21 ports/x11-toolkits/gtk-sharp/files/patch-gconf_Makefile.in (dead) 1.2 +0 -19 ports/x11-toolkits/gtk-sharp/files/patch-parser_Makefile.in (dead) 1.2 +10 -12 ports/x11-toolkits/gtk-sharp/files/patch-sample_Makefile.in 1.2 +0 -2 ports/x11-toolkits/gtk-sharp/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 Jan 26 19:54:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5740037B401; Sun, 26 Jan 2003 19:54:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0A8743EB2; Sun, 26 Jan 2003 19:54: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 h0R3subv051489; Sun, 26 Jan 2003 19:54: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 h0R3su1M051488; Sun, 26 Jan 2003 19:54:56 -0800 (PST) Message-Id: <200301270354.h0R3su1M051488@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 26 Jan 2003 19:54:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/xalf 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 2003/01/26 19:54:56 PST Modified files: x11/xalf Makefile Log: s/-pthread/${PTHREAD_LIBS}/ Revision Changes Path 1.13 +1 -1 ports/x11/xalf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 20:24:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 151A837B401; Sun, 26 Jan 2003 20:24:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD61C43F1E; Sun, 26 Jan 2003 20:24:57 -0800 (PST) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R4Ovbv062187; Sun, 26 Jan 2003 20:24:57 -0800 (PST) (envelope-from benno@repoman.freebsd.org) Received: (from benno@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R4OvYg062186; Sun, 26 Jan 2003 20:24:57 -0800 (PST) Message-Id: <200301270424.h0R4OvYg062186@repoman.freebsd.org> From: Benno Rice Date: Sun, 26 Jan 2003 20:24:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/include asm.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 benno 2003/01/26 20:24:57 PST Modified files: sys/powerpc/include asm.h Log: Remove a duplicate definition of the __FBSDID macro. Revision Changes Path 1.8 +0 -6 src/sys/powerpc/include/asm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 20:26:11 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6EF837B405; Sun, 26 Jan 2003 20:26:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 204F843F43; Sun, 26 Jan 2003 20:26:10 -0800 (PST) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R4Q9bv062300; Sun, 26 Jan 2003 20:26:09 -0800 (PST) (envelope-from benno@repoman.freebsd.org) Received: (from benno@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R4Q9Vh062299; Sun, 26 Jan 2003 20:26:09 -0800 (PST) Message-Id: <200301270426.h0R4Q9Vh062299@repoman.freebsd.org> From: Benno Rice Date: Sun, 26 Jan 2003 20:26:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/powerpc trap.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 benno 2003/01/26 20:26:09 PST Modified files: sys/powerpc/powerpc trap.c Log: Use td->td_sticks, not td->td_kse->ke_sticks. Forgotten by: davidxu Revision Changes Path 1.35 +1 -1 src/sys/powerpc/powerpc/trap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 20:27: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C771837B401; Sun, 26 Jan 2003 20:27:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AF5643F18; Sun, 26 Jan 2003 20:27:02 -0800 (PST) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R4R2bv062349; Sun, 26 Jan 2003 20:27:02 -0800 (PST) (envelope-from benno@repoman.freebsd.org) Received: (from benno@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R4R2fd062348; Sun, 26 Jan 2003 20:27:02 -0800 (PST) Message-Id: <200301270427.h0R4R2fd062348@repoman.freebsd.org> From: Benno Rice Date: Sun, 26 Jan 2003 20:27:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/powerpc busdma_machdep.c openpic.c 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 benno 2003/01/26 20:27:02 PST Modified files: sys/powerpc/powerpc busdma_machdep.c openpic.c pmap.c Log: Flesh out bus_dmamap_sync. Revision Changes Path 1.5 +6 -1 src/sys/powerpc/powerpc/busdma_machdep.c 1.5 +7 -5 src/sys/powerpc/powerpc/openpic.c 1.51 +177 -19 src/sys/powerpc/powerpc/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 20:31:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE31037B401; Sun, 26 Jan 2003 20:31:10 -0800 (PST) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC68043F1E; Sun, 26 Jan 2003 20:31:08 -0800 (PST) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 8FABF51978; Mon, 27 Jan 2003 15:01:06 +1030 (CST) Date: Mon, 27 Jan 2003 15:01:06 +1030 From: Greg 'groggy' Lehey To: David O'Brien , Matt Dillon , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, Matthew Dillon Subject: Re: cvs commit: src/usr.sbin/sysinstall label.c Message-ID: <20030127043106.GL94229@wantadilla.lemis.com> References: <200301251932.h0PJWZHo054126@repoman.freebsd.org> <20030125215919.GA6687@HAL9000.homeunix.com> <20030126013124.GD3641@sydney.worldwide.lemis.com> <20030126210426.GA23132@dragon.nuxi.com> <200301262108.h0QL8WRs068598@apollo.backplane.com> <200301251932.h0PJWZHo054126@repoman.freebsd.org> <20030125215919.GA6687@HAL9000.homeunix.com> <20030126013124.GD3641@sydney.worldwide.lemis.com> <20030126210426.GA23132@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301262108.h0QL8WRs068598@apollo.backplane.com> <20030126210426.GA23132@dragon.nuxi.com> 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 Sunday, 26 January 2003 at 13:04:26 -0800, David O'Brien wrote: > On Sun, Jan 26, 2003 at 09:31:24AM +0800, Greg Lehey wrote: >> I second this. There are cases where you're installing a second >> FreeBSD system on a disk, and there's a swap partition on another >> slice. Currently there's no way to tell sysinstall to use this >> partition, > > There isn't?? Well, at any rate I haven't been able to find one. > Sysinstall asks you to select a disk, not a slice, at the fdisk > menu. After that, when you go into the lable menu you see all the > slices and their [BSD] partition types. Am I missing something in > what you say? Maybe. On Sunday, 26 January 2003 at 13:08:32 -0800, Matthew Dillon wrote: > If someone explains to me how to reproduce the sysinstall swap > issue I will try to track it down and fix it. At worst > sysinstall should simply try to run without swap. Here's what I did: I have a disk with 4 BIOS slices, all FreeBSD. ad0s[134] have FreeBSD disk labels, and two of them have swap space. I want to install a root file system, and nothing else, on ad0s2. I go to the partition menu, then the label menu, which shows the existing partitions without a type. I can select a mount point with the m command, but it doesn't give me the option to declare it to be swap, and if I enter "swap" it complains about the name not starting with /. I suppose I could delete one of the swap partitions and recreate it, assuming that the slice is full, but that sounds dangerous, and it's tacky at the best. It seems that it should be relatively trivial to modify sysinstall to offer the choice of file system or swap when you select the m command. 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 Sun Jan 26 20:32:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6508737B401; Sun, 26 Jan 2003 20:32:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B947143F18; Sun, 26 Jan 2003 20:32:10 -0800 (PST) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R4WAbv065386; Sun, 26 Jan 2003 20:32:10 -0800 (PST) (envelope-from benno@repoman.freebsd.org) Received: (from benno@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R4WAau065382; Sun, 26 Jan 2003 20:32:10 -0800 (PST) Message-Id: <200301270432.h0R4WAau065382@repoman.freebsd.org> From: Benno Rice Date: Sun, 26 Jan 2003 20:32:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/powerpc openpic.c 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 benno 2003/01/26 20:32:10 PST Modified files: sys/powerpc/powerpc openpic.c pmap.c Log: Back out some changes that snuck in with the last commit. Pointy hat to: benno Revision Changes Path 1.6 +5 -7 src/sys/powerpc/powerpc/openpic.c 1.52 +19 -177 src/sys/powerpc/powerpc/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 20:37:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D1C937B401; Sun, 26 Jan 2003 20:37:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DCBF43EB2; Sun, 26 Jan 2003 20:37:42 -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 h0R4bgbv066155; Sun, 26 Jan 2003 20:37: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 h0R4bg0a066154; Sun, 26 Jan 2003 20:37:42 -0800 (PST) Message-Id: <200301270437.h0R4bg0a066154@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 26 Jan 2003 20:37:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/vice 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 2003/01/26 20:37:42 PST Modified files: emulators/vice Makefile distinfo pkg-plist Log: - Update to 1.11 Revision Changes Path 1.22 +1 -2 ports/emulators/vice/Makefile 1.7 +1 -1 ports/emulators/vice/distinfo 1.8 +0 -10 ports/emulators/vice/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 Jan 26 20:42:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E530537B401; Sun, 26 Jan 2003 20:42:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86CDD43F1E; Sun, 26 Jan 2003 20:42:17 -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 h0R4gHbv069127; Sun, 26 Jan 2003 20:42:17 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R4gHQR069126; Sun, 26 Jan 2003 20:42:17 -0800 (PST) Message-Id: <200301270442.h0R4gHQR069126@repoman.freebsd.org> From: Jake Burkholder Date: Sun, 26 Jan 2003 20:42:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/etc.sparc64 ttys src/sys/dev/ofw ofw_console.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 2003/01/26 20:42:17 PST Modified files: etc/etc.sparc64 ttys sys/dev/ofw ofw_console.c Log: Change ofwcons to use the output-device property from the firmware for the name of the device that it creates. Update /etc/ttys accordingly. An alias is created for the old name so that old /etc/ttys will continue to work, but due to aliases being implemented as symlinks in devfs you cannot login as root when using the alias device. Discussed with: grehan Revision Changes Path 1.4 +4 -4 src/etc/etc.sparc64/ttys 1.8 +3 -2 src/sys/dev/ofw/ofw_console.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 20:44:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0A2337B401; Sun, 26 Jan 2003 20:44:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63C8143F18; Sun, 26 Jan 2003 20:44:35 -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 h0R4iZbv069679; Sun, 26 Jan 2003 20:44:35 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R4iZkd069678; Sun, 26 Jan 2003 20:44:35 -0800 (PST) Message-Id: <200301270444.h0R4iZkd069678@repoman.freebsd.org> From: Tom Rhodes Date: Sun, 26 Jan 2003 20:44:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/x11 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 trhodes 2003/01/26 20:44:35 PST Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Fix an unclear sentence. Revision Changes Path 1.106 +3 -3 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 20:47: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAAAC37B401; Sun, 26 Jan 2003 20:47:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DE2543E4A; Sun, 26 Jan 2003 20:47:03 -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 h0R4l3bv069801; Sun, 26 Jan 2003 20:47:03 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R4l3Wo069800; Sun, 26 Jan 2003 20:47:03 -0800 (PST) Message-Id: <200301270447.h0R4l3Wo069800@repoman.freebsd.org> From: Tom Rhodes Date: Sun, 26 Jan 2003 20:47:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/x11 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 trhodes 2003/01/26 20:47:03 PST Modified files: en_US.ISO8859-1/books/handbook/x11 chapter.sgml Log: Whitespace. Wrap lines. Revision Changes Path 1.107 +5 -2 doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 20:51:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 706AF37B401; Sun, 26 Jan 2003 20:51:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13D6C43ED8; Sun, 26 Jan 2003 20:51:47 -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 h0R4pkbv072347; Sun, 26 Jan 2003 20:51:46 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R4pktg072343; Sun, 26 Jan 2003 20:51:46 -0800 (PST) Message-Id: <200301270451.h0R4pktg072343@repoman.freebsd.org> From: Tom Rhodes Date: Sun, 26 Jan 2003 20:51:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall devices.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 trhodes 2003/01/26 20:51:46 PST Modified files: usr.sbin/sysinstall devices.c Log: Teach sysinstall about the em(4) device. PR: 46439 Submitted by: Dan Lukes Approved by: re (murray) Tested? yes MFC: 1 day Revision Changes Path 1.145 +1 -0 src/usr.sbin/sysinstall/devices.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 20:52:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3909237B401; Sun, 26 Jan 2003 20:52:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F87743ED8; Sun, 26 Jan 2003 20:52:11 -0800 (PST) (envelope-from sf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R4qBbv072737; Sun, 26 Jan 2003 20:52:11 -0800 (PST) (envelope-from sf@repoman.freebsd.org) Received: (from sf@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R4qBTa072736; Sun, 26 Jan 2003 20:52:11 -0800 (PST) Message-Id: <200301270452.h0R4qBTa072736@repoman.freebsd.org> From: FUJISHIMA Satsuki Date: Sun, 26 Jan 2003 20:52:11 -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 sf 2003/01/26 20:52:11 PST Modified files: . MOVED Log: correct destination of p5-Mail-SpamAssassin. Revision Changes Path 1.50 +2 -2 ports/MOVED To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 20:53:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A81537B401; Sun, 26 Jan 2003 20:53:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 107DD43E4A; Sun, 26 Jan 2003 20:53:31 -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 h0R4rUbv073338; Sun, 26 Jan 2003 20:53:30 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R4rUM8073337; Sun, 26 Jan 2003 20:53:30 -0800 (PST) Message-Id: <200301270453.h0R4rUM8073337@repoman.freebsd.org> From: Jake Burkholder Date: Sun, 26 Jan 2003 20:53:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2003/01/26 20:53:30 PST Modified files: . UPDATING Log: Add a note about the ofwcons device name change. Revision Changes Path 1.237 +4 -0 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 20:59:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE7F137B401; Sun, 26 Jan 2003 20:59:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 611C743E4A; Sun, 26 Jan 2003 20:59: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 h0R4xNbv073487; Sun, 26 Jan 2003 20:59:23 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R4xN3B073486; Sun, 26 Jan 2003 20:59:23 -0800 (PST) Message-Id: <200301270459.h0R4xN3B073486@repoman.freebsd.org> From: Sam Leffler Date: Sun, 26 Jan 2003 20:59:23 -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 sam 2003/01/26 20:59:23 PST Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: stable version bump to 470102 Revision Changes Path 1.268 +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 Jan 26 21: 1:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAC4D37B401; Sun, 26 Jan 2003 21:01:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E3C543F13; Sun, 26 Jan 2003 21:01:57 -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 h0R51vbv075974; Sun, 26 Jan 2003 21:01:57 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R51v8Y075973; Sun, 26 Jan 2003 21:01:57 -0800 (PST) Message-Id: <200301270501.h0R51v8Y075973@repoman.freebsd.org> From: Scott Long Date: Sun, 26 Jan 2003 21:01: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 scottl 2003/01/26 21:01:57 PST Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Add entry for 5.0-RELEASE and note that 5-CURRENT is now as 500100 Revision Changes Path 1.269 +10 -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 Jan 26 21: 2:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F19B37B401; Sun, 26 Jan 2003 21:02:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FD1743F1E; Sun, 26 Jan 2003 21:02: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 h0R52pbv076828; Sun, 26 Jan 2003 21:02: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 h0R52p2T076821; Sun, 26 Jan 2003 21:02:51 -0800 (PST) Message-Id: <200301270502.h0R52p2T076821@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 26 Jan 2003 21:02:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gnome-icon-theme 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 2003/01/26 21:02:51 PST Modified files: misc/gnome-icon-theme Makefile distinfo pkg-plist Log: Update to 1.0.0. Revision Changes Path 1.3 +2 -2 ports/misc/gnome-icon-theme/Makefile 1.3 +1 -1 ports/misc/gnome-icon-theme/distinfo 1.3 +8 -0 ports/misc/gnome-icon-theme/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 Jan 26 21: 4:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE38137B401; Sun, 26 Jan 2003 21:04:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 707B443EB2; Sun, 26 Jan 2003 21:04:38 -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 h0R54cbv077008; Sun, 26 Jan 2003 21:04: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 h0R54csU077007; Sun, 26 Jan 2003 21:04:38 -0800 (PST) Message-Id: <200301270504.h0R54csU077007@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 26 Jan 2003 21:04:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gnome-themes 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 2003/01/26 21:04:38 PST Modified files: x11-toolkits/gnome-themes Makefile distinfo pkg-plist Log: Update to 1.0. Revision Changes Path 1.4 +2 -2 ports/x11-toolkits/gnome-themes/Makefile 1.4 +1 -1 ports/x11-toolkits/gnome-themes/distinfo 1.3 +16 -0 ports/x11-toolkits/gnome-themes/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 Jan 26 21: 5:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 627F137B401; Sun, 26 Jan 2003 21:05:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0794843F13; Sun, 26 Jan 2003 21:05:53 -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 h0R55qbv077142; Sun, 26 Jan 2003 21:05:52 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R55qYu077141; Sun, 26 Jan 2003 21:05:52 -0800 (PST) Message-Id: <200301270505.h0R55qYu077141@repoman.freebsd.org> From: Jake Burkholder Date: Sun, 26 Jan 2003 21:05:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/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 jake 2003/01/26 21:05:52 PST Modified files: sys/sparc64/conf GENERIC Log: Enable device zs and device sab by default. Revision Changes Path 1.45 +2 -2 src/sys/sparc64/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 Jan 26 21:17:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B3F937B405; Sun, 26 Jan 2003 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 9334D43ED8; Sun, 26 Jan 2003 21:17:47 -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 h0R5Hlbv080813; Sun, 26 Jan 2003 21:17:47 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R5HlBO080812; Sun, 26 Jan 2003 21:17:47 -0800 (PST) Message-Id: <200301270517.h0R5HlBO080812@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 26 Jan 2003 21:17:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/licq Makefile.inc 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 2003/01/26 21:17:47 PST Modified files: net/licq Makefile.inc distinfo Log: - Update to 1.2.4 licq-base,licq-console,licq-jons-gtk-gui,licq-qt-gui Revision Changes Path 1.8 +5 -5 ports/net/licq/Makefile.inc 1.15 +1 -1 ports/net/licq/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 21:23:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07C6137B401; Sun, 26 Jan 2003 21:23:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CD1C43F18; Sun, 26 Jan 2003 21:23:44 -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 h0R5Nibv084266; Sun, 26 Jan 2003 21:23:44 -0800 (PST) (envelope-from jdp@repoman.freebsd.org) Received: (from jdp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R5NiDZ084265; Sun, 26 Jan 2003 21:23:44 -0800 (PST) Message-Id: <200301270523.h0R5NiDZ084265@repoman.freebsd.org> From: John Polstra Date: Sun, 26 Jan 2003 21:23:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/mirrors 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 jdp 2003/01/26 21:23:44 PST Modified files: en_US.ISO8859-1/books/handbook/mirrors chapter.sgml Log: Update the maintainer addresses for the Slovakia mirrors. Tomas TPS Ulej rest in peace, November 7, 2002. Revision Changes Path 1.266 +2 -2 doc/en_US.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 Sun Jan 26 21:27:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C13FB37B401; Sun, 26 Jan 2003 21:27:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6531E43F1E; Sun, 26 Jan 2003 21:27:14 -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 h0R5REbv084375; Sun, 26 Jan 2003 21:27: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 h0R5RE3o084374; Sun, 26 Jan 2003 21:27:14 -0800 (PST) Message-Id: <200301270527.h0R5RE3o084374@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 26 Jan 2003 21:27:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/lsh 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 2003/01/26 21:27:14 PST Modified files: security/lsh Makefile distinfo Log: - Update to 1.5 Revision Changes Path 1.12 +1 -1 ports/security/lsh/Makefile 1.5 +1 -1 ports/security/lsh/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 21:28:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EC9B37B401; Sun, 26 Jan 2003 21:28:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A839843EB2; Sun, 26 Jan 2003 21:28:50 -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 h0R5Sobv084444; Sun, 26 Jan 2003 21:28:50 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R5So3t084443; Sun, 26 Jan 2003 21:28:50 -0800 (PST) Message-Id: <200301270528.h0R5So3t084443@repoman.freebsd.org> From: Dirk Meyer Date: Sun, 26 Jan 2003 21:28:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/lsh/files patch-lsh-authorize X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/26 21:28:50 PST Removed files: security/lsh/files patch-lsh-authorize Log: - Update to 1.5 Revision Changes Path 1.3 +0 -56 ports/security/lsh/files/patch-lsh-authorize (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 21:47: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1953E37B401; Sun, 26 Jan 2003 21:47:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADA3143F3F; Sun, 26 Jan 2003 21:47:01 -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 h0R5l1bv091553; Sun, 26 Jan 2003 21:47:01 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R5l14E091552; Sun, 26 Jan 2003 21:47:01 -0800 (PST) Message-Id: <200301270547.h0R5l14E091552@repoman.freebsd.org> From: Warner Losh Date: Sun, 26 Jan 2003 21:47:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cardbus cardbus.c cardbus_cis.c cardbus_cis.h cardbusvar.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 2003/01/26 21:47:01 PST Modified files: sys/dev/cardbus cardbus.c cardbus_cis.c cardbus_cis.h cardbusvar.h Log: MFp4: u_int*_t -> uint*_t to conform more closely with C99. Revision Changes Path 1.30 +14 -14 src/sys/dev/cardbus/cardbus.c 1.29 +37 -37 src/sys/dev/cardbus/cardbus_cis.c 1.8 +1 -1 src/sys/dev/cardbus/cardbus_cis.h 1.8 +11 -11 src/sys/dev/cardbus/cardbusvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 22:26:11 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 509CB37B401; Sun, 26 Jan 2003 22:26:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E83C843F43; Sun, 26 Jan 2003 22:26:09 -0800 (PST) (envelope-from horikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R6Q9bv005885; Sun, 26 Jan 2003 22:26:09 -0800 (PST) (envelope-from horikawa@repoman.freebsd.org) Received: (from horikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R6Q9gQ005884; Sun, 26 Jan 2003 22:26:09 -0800 (PST) Message-Id: <200301270626.h0R6Q9gQ005884@repoman.freebsd.org> From: Kazuo Horikawa Date: Sun, 26 Jan 2003 22:26:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/ja_JP.eucJP/man/man1 groff.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 horikawa 2003/01/26 22:26:09 PST Modified files: ja_JP.eucJP/man/man1 groff.1 Log: Update to the version based on Groff Version 1.18.1 Submitted by: SUZUKI Koichi Revision Changes Path 1.15 +1565 -433 doc/ja_JP.eucJP/man/man1/groff.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 22:30:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F26737B401; Sun, 26 Jan 2003 22:30:12 -0800 (PST) Received: from smtp04.iprimus.com.au (smtp04.iprimus.com.au [210.50.76.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3AE343EB2; Sun, 26 Jan 2003 22:30:10 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from smtp02.iprimus.net.au (210.50.76.70) by smtp04.iprimus.com.au (6.7.010) id 3E2C167200129E0A; Mon, 27 Jan 2003 17:30:04 +1100 Received: from dilbert.robbins.dropbear.id.au ([203.134.132.187]) by smtp02.iprimus.net.au with Microsoft SMTPSVC(5.0.2195.5600); Mon, 27 Jan 2003 17:30:02 +1100 Received: from dilbert.robbins.dropbear.id.au (5sxfjqpq6i92div7@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6) with ESMTP id h0R6To7i005194; Mon, 27 Jan 2003 17:30:00 +1100 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6/Submit) id h0R6Tfi0005192; Mon, 27 Jan 2003 17:29:41 +1100 (EST) (envelope-from tim) Date: Mon, 27 Jan 2003 17:29:41 +1100 From: Tim Robbins To: David Xu Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_thread.c Message-ID: <20030127172941.A5041@dilbert.robbins.dropbear.id.au> References: <200301262339.h0QNdX4E058771@repoman.freebsd.org> <20030126191333.C79685@locore.ca> <00cd01c2c5a5$aad5a8c0$f001a8c0@davidw2k> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <00cd01c2c5a5$aad5a8c0$f001a8c0@davidw2k>; from davidxu@FreeBSD.ORG on Mon, Jan 27, 2003 at 09:44:44AM +0800 X-OriginalArrivalTime: 27 Jan 2003 06:30:03.0223 (UTC) FILETIME=[86512E70:01C2C5CD] Sender: owner-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, Jan 27, 2003 at 09:44:44AM +0800, David Xu wrote: [...] > BTW, KSE now works well on i386, there is really no arch depended code changed, > all are high level code. Could you please commit the version of ksetest you're using, or any other (small) programs you are using to test it? Here is what ksetest does for me: # ./ksetest main() : 0x804c000 eip -> 0x280b29a3 uts() at : 0x8048e50 uts stack at : 0x814d000 - 0x8155000 main() : 0x804c400 eip -> 0x280b29a3 uts() at : 0x8048e50 uts stack at : 0x8255000 - 0x825d000 Bus error (core dumped) Also, can you offer any advice as to why libkse (src/lib/libpthread) is not behaving correctly? Threads that call nanosleep() seem to get stuck forever and never get woken up. Thanks, Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 22:32:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F20337B405 for ; Sun, 26 Jan 2003 22:32:28 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 5F89243F5B for ; Sun, 26 Jan 2003 22:32:23 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 84331 invoked by uid 1000); 27 Jan 2003 06:32:20 -0000 Date: Sun, 26 Jan 2003 22:32:20 -0800 (PST) From: Nate Lawson To: phk@freebsd.org Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/disklabel disklabel.c In-Reply-To: <11536.1043620366@critter.freebsd.dk> 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 Sun, 26 Jan 2003 phk@freebsd.org wrote: > Robert Watson writes: > >We've always had a problem with ioctl's operating on storage devices > >regardless of the open mode (and permitted access modes) for the devidce > >nodes. > > And it ain't going to get any better as we get more weird "disks" > in the GEOM framwork. I'm not sure why boot block/disk label writes can't be done as ordinary writes and semantic checking performed by whichever GEOM layer thinks it knows best about that portion of a disk. What is wrong with that approach? -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 22:36: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0157C37B401; Sun, 26 Jan 2003 22:36:01 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FDA543F18; Sun, 26 Jan 2003 22:36:00 -0800 (PST) (envelope-from phk@freebsd.org) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h0R6ZmQl015854; Mon, 27 Jan 2003 07:35:58 +0100 (CET) (envelope-from phk@freebsd.org) To: Nate Lawson Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/disklabel disklabel.c From: phk@freebsd.org In-Reply-To: Your message of "Sun, 26 Jan 2003 22:32:20 PST." Date: Mon, 27 Jan 2003 07:35:48 +0100 Message-ID: <15853.1043649348@critter.freebsd.dk> Sender: owner-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 , Nate Lawson wri tes: >On Sun, 26 Jan 2003 phk@freebsd.org wrote: >> Robert Watson writes: >> >We've always had a problem with ioctl's operating on storage devices >> >regardless of the open mode (and permitted access modes) for the devidce >> >nodes. >> >> And it ain't going to get any better as we get more weird "disks" >> in the GEOM framwork. > >I'm not sure why boot block/disk label writes can't be done as ordinary >writes and semantic checking performed by whichever GEOM layer thinks it >knows best about that portion of a disk. What is wrong with that >approach? It doesn't work without running a lot of special-case testing code, possibly several times, on each and every disk I/O request. Considering how often people update their bootblocks, this would be a totally unacceptable tradeoff. -- 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 Jan 26 22:40:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43C2337B405 for ; Sun, 26 Jan 2003 22:40:40 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 0EE9843F13 for ; Sun, 26 Jan 2003 22:40:39 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 84358 invoked by uid 1000); 27 Jan 2003 06:40:40 -0000 Date: Sun, 26 Jan 2003 22:40:40 -0800 (PST) From: Nate Lawson To: Juli Mallett Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org Subject: Re: cvs commit: src/lib/libufs sblock.c In-Reply-To: <20030127015719.C98C937B4B6@hub.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 Sun, 26 Jan 2003, Juli Mallett wrote: > jmallett 2003/01/26 17:57:15 PST > > Modified files: > lib/libufs sblock.c > Log: > If we don't know where the sblock is (e.g. filling out a blank disk), then > get it from the fs structure. > > + if (!disk->d_sblock) { > + disk->d_sblock = disk->d_fs.fs_sblockloc / disk->d_bsize; > + } Please fix this for the "new" way where sblockloc is in bytes, not blocks. For information on how to parse it, check sys/ufs/ffs/ffs_vfsops.c in ffs_oldfscompat*(). There are a couple of stages a sb can currently be in, based on when the fs was created. -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 22:49:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 605AF37B406 for ; Sun, 26 Jan 2003 22:49:11 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 359C743F6D for ; Sun, 26 Jan 2003 22:49:10 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 84370 invoked by uid 1000); 27 Jan 2003 06:49:12 -0000 Date: Sun, 26 Jan 2003 22:49:12 -0800 (PST) From: Nate Lawson To: phk@freebsd.org Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/disklabel disklabel.c In-Reply-To: <15853.1043649348@critter.freebsd.dk> 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 Mon, 27 Jan 2003 phk@freebsd.org wrote: > In message , Nate Lawson wri > tes: > >I'm not sure why boot block/disk label writes can't be done as ordinary > >writes and semantic checking performed by whichever GEOM layer thinks it > >knows best about that portion of a disk. What is wrong with that > >approach? > > It doesn't work without running a lot of special-case testing code, > possibly several times, on each and every disk I/O request. I thought GEOM would (eventually) support providers registering for byte ranges of the same device. For example: geom_i386mbr: 0-511 (parse PC mbr) geom_label: 512-8k (parse bsd label) All requests that were for other ranges would bypass these providers, making it unnecessary to run any special case code for most requests. -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 23: 4:39 2003 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 989F137B401; Sun, 26 Jan 2003 23:04:38 -0800 (PST) Date: Sun, 26 Jan 2003 23:04:38 -0800 From: Juli Mallett To: Nate Lawson Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org Subject: Re: cvs commit: src/lib/libufs sblock.c Message-ID: <20030126230438.A39273@FreeBSD.org> References: <20030127015719.C98C937B4B6@hub.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: ; from nate@root.org on Sun, Jan 26, 2003 at 10:40:40PM -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: Nate Lawson [ Data: 2003-01-26 ] [ Subjecte: Re: cvs commit: src/lib/libufs sblock.c ] > On Sun, 26 Jan 2003, Juli Mallett wrote: > > jmallett 2003/01/26 17:57:15 PST > > > > Modified files: > > lib/libufs sblock.c > > Log: > > If we don't know where the sblock is (e.g. filling out a blank disk), then > > get it from the fs structure. > > > > + if (!disk->d_sblock) { > > + disk->d_sblock = disk->d_fs.fs_sblockloc / disk->d_bsize; > > + } > > Please fix this for the "new" way where sblockloc is in bytes, not blocks. > For information on how to parse it, check sys/ufs/ffs/ffs_vfsops.c in > ffs_oldfscompat*(). There are a couple of stages a sb can currently be > in, based on when the fs was created. disk->d_bsize is 1 when the filesystem is in bytes, for newfs, it's sectors. -- Juli Mallett AIM: BSDFlata -- IRC: juli on EFnet. OpenDarwin, Mono, FreeBSD Developer. ircd-hybrid Developer, EFnet addict. 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 Sun Jan 26 23:10: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7C5E37B401; Sun, 26 Jan 2003 23:10:00 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD1EC43ED8; Sun, 26 Jan 2003 23:09:59 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0R79xMW056797; Sun, 26 Jan 2003 23:09:59 -0800 (PST) (envelope-from marcel@piii.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 h0R79xXC002500; Sun, 26 Jan 2003 23:09:59 -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 h0R79wNg002499; Sun, 26 Jan 2003 23:09:58 -0800 (PST) (envelope-from marcel) Date: Sun, 26 Jan 2003 23:09:58 -0800 From: Marcel Moolenaar To: phk@FreeBSD.org Cc: Nate Lawson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/disklabel disklabel.c Message-ID: <20030127070958.GA2431@dhcp01.pn.xcllnt.net> References: <15853.1043649348@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15853.1043649348@critter.freebsd.dk> User-Agent: Mutt/1.5.3i Sender: owner-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, Jan 27, 2003 at 07:35:48AM +0100, phk@FreeBSD.org wrote: > In message , Nate Lawson wri > tes: > >On Sun, 26 Jan 2003 phk@freebsd.org wrote: > >> Robert Watson writes: > >> >We've always had a problem with ioctl's operating on storage devices > >> >regardless of the open mode (and permitted access modes) for the devidce > >> >nodes. > >> > >> And it ain't going to get any better as we get more weird "disks" > >> in the GEOM framwork. > > > >I'm not sure why boot block/disk label writes can't be done as ordinary > >writes and semantic checking performed by whichever GEOM layer thinks it > >knows best about that portion of a disk. What is wrong with that > >approach? > > It doesn't work without running a lot of special-case testing code, > possibly several times, on each and every disk I/O request. > > Considering how often people update their bootblocks, this would be > a totally unacceptable tradeoff. One of the thoughts I have on the issue is to have the geom classes have device nodes as side-entrances, independent of the producer- consumer interfaces. Direct access to the device nodes can then easily be checked with each read or write without pessimizing the P/C layering. The ioctl interface not not suited for GPT as the amount of data that has to be read or written is not fixed, as are the LBAs at which the data has to be written. -- 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 Sun Jan 26 23:12:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C49237B401; Sun, 26 Jan 2003 23:12:43 -0800 (PST) Received: from HAL9000.homeunix.com (12-233-57-224.client.attbi.com [12.233.57.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 965A143E4A; Sun, 26 Jan 2003 23:12:42 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.6/8.12.5) with ESMTP id h0R7Cf1Q001360; Sun, 26 Jan 2003 23:12:41 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.6/8.12.5/Submit) id h0R7Cff9001359; Sun, 26 Jan 2003 23:12:41 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Date: Sun, 26 Jan 2003 23:12:41 -0800 From: David Schultz To: Matthew Dillon Cc: "David O'Brien" , Greg Lehey , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/sysinstall label.c Message-ID: <20030127071241.GC1018@HAL9000.homeunix.com> Mail-Followup-To: Matthew Dillon , David O'Brien , Greg Lehey , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200301251932.h0PJWZHo054126@repoman.freebsd.org> <20030125215919.GA6687@HAL9000.homeunix.com> <20030126013124.GD3641@sydney.worldwide.lemis.com> <20030126210426.GA23132@dragon.nuxi.com> <200301262108.h0QL8WRs068598@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301262108.h0QL8WRs068598@apollo.backplane.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 Thus spake Matthew Dillon : > If someone explains to me how to reproduce the sysinstall swap issue > I will try to track it down and fix it. At worst sysinstall should > simply try to run without swap. Try to install without creating a swap partition. I haven't tried this since circa DP2, so I don't recall exactly what it bitched about, but I think it complained before it wrote the label. Someone (Eric McCoy, I think) mentioned on one of the lists that it is still an issue as of 5.0-RELEASE. I would try it myself if I had a non-broken disk around that I could afford to trash. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 23:15:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA40637B401; Sun, 26 Jan 2003 23:15:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F20E43F18; Sun, 26 Jan 2003 23:15:26 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R7FQbv023605; Sun, 26 Jan 2003 23:15:26 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R7FQUv023604; Sun, 26 Jan 2003 23:15:26 -0800 (PST) Message-Id: <200301270715.h0R7FQUv023604@repoman.freebsd.org> From: Martin Blapp Date: Sun, 26 Jan 2003 23:15:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/openoffice 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 mbr 2003/01/26 23:15:26 PST Modified files: editors/openoffice Makefile Log: Linux JDK has moved. Submitted by: Tadayuki OKADA Revision Changes Path 1.153 +1 -1 ports/editors/openoffice/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 23:24:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D44D37B401; Sun, 26 Jan 2003 23:24:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2B2C43F13; Sun, 26 Jan 2003 23:24:32 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R7OWbv027122; Sun, 26 Jan 2003 23:24:32 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R7OWMC027121; Sun, 26 Jan 2003 23:24:32 -0800 (PST) Message-Id: <200301270724.h0R7OWMC027121@repoman.freebsd.org> From: Juli Mallett Date: Sun, 26 Jan 2003 23:24:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs Makefile mkfs.c newfs.c newfs.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 jmallett 2003/01/26 23:24:32 PST Modified files: sbin/newfs Makefile mkfs.c newfs.c newfs.h Log: Convert newfs to use libufs. I've tested this on md filesystems, as has keramida, and all seems well. Revision Changes Path 1.20 +2 -0 src/sbin/newfs/Makefile 1.68 +20 -99 src/sbin/newfs/mkfs.c 1.67 +13 -11 src/sbin/newfs/newfs.c 1.9 +7 -1 src/sbin/newfs/newfs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 23:24:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFAEF37B401; Sun, 26 Jan 2003 23:24:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DAAC43F5F; Sun, 26 Jan 2003 23:24:51 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R7Oobv027148; Sun, 26 Jan 2003 23:24:50 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R7Oob8027147; Sun, 26 Jan 2003 23:24:50 -0800 (PST) Message-Id: <200301270724.h0R7Oob8027147@repoman.freebsd.org> From: Dmitry Sivachenko Date: Sun, 26 Jan 2003 23:24:50 -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 demon 2003/01/26 23:24:50 PST Modified files: . modules Log: uml port was renamed. Reminded by: lioux Revision Changes Path 1.6588 +0 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 23:25:51 2003 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 217AB37B401; Sun, 26 Jan 2003 23:25:50 -0800 (PST) Date: Sun, 26 Jan 2003 23:25:50 -0800 From: Juli Mallett To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/newfs Makefile mkfs.c newfs.c newfs.h Message-ID: <20030126232550.A40586@FreeBSD.org> References: <200301270724.h0R7OWMC027121@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: <200301270724.h0R7OWMC027121@repoman.freebsd.org>; from jmallett@FreeBSD.org on Sun, Jan 26, 2003 at 11:24:32PM -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: Juli Mallett [ Data: 2003-01-26 ] [ Subjecte: cvs commit: src/sbin/newfs Makefile mkfs.c newfs.c newfs.h ] > jmallett 2003/01/26 23:24:32 PST > > Modified files: > sbin/newfs Makefile mkfs.c newfs.c newfs.h > Log: > Convert newfs to use libufs. I've tested this on md filesystems, as has > keramida, and all seems well. Please report any problems with this to me *directly* very quickly. I'm a bit uncomfortable with it, but nobody spoke up on -current, and I got data back from both keramida and myself that is encouraging, but newfs is quite the scary beast :) Thanx, juli. -- Juli Mallett AIM: BSDFlata -- IRC: juli on EFnet. OpenDarwin, Mono, FreeBSD Developer. ircd-hybrid Developer, EFnet addict. 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 Sun Jan 26 23:32:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B704D37B401; Sun, 26 Jan 2003 23:32:19 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA28943F3F; Sun, 26 Jan 2003 23:32:18 -0800 (PST) (envelope-from phk@freebsd.org) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h0R7WHQl019314; Mon, 27 Jan 2003 08:32:17 +0100 (CET) (envelope-from phk@freebsd.org) To: Marcel Moolenaar Cc: Nate Lawson , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/disklabel disklabel.c From: phk@freebsd.org In-Reply-To: Your message of "Sun, 26 Jan 2003 23:09:58 PST." <20030127070958.GA2431@dhcp01.pn.xcllnt.net> Date: Mon, 27 Jan 2003 08:32:17 +0100 Message-ID: <19313.1043652737@critter.freebsd.dk> Sender: owner-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 <20030127070958.GA2431@dhcp01.pn.xcllnt.net>, Marcel Moolenaar write s: >One of the thoughts I have on the issue is to have the geom classes >have device nodes as side-entrances, independent of the producer- >consumer interfaces. Direct access to the device nodes can then >easily be checked with each read or write without pessimizing the >P/C layering. > >The ioctl interface not not suited for GPT as the amount of data that >has to be read or written is not fixed, as are the LBAs at which the >data has to be written. Well, that doesn't really mean that ioctl cannot be used, merely that the arguments have to be taylored. -- 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 Jan 26 23:41:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1BFB37B401; Sun, 26 Jan 2003 23:41:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67C5543F1E; Sun, 26 Jan 2003 23:41:12 -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 h0R7fCbv032471; Sun, 26 Jan 2003 23:41:12 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R7fCJe032467; Sun, 26 Jan 2003 23:41:12 -0800 (PST) Message-Id: <200301270741.h0R7fCJe032467@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 26 Jan 2003 23:41:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh jobs.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 2003/01/26 23:41:12 PST Modified files: bin/sh jobs.c Log: Ensure that the TTY file descriptor is greater than or equal to 10 so that it doesn't interfere with the user's redirections. PR: 47136 MFC after: 1 week Revision Changes Path 1.62 +14 -1 src/bin/sh/jobs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 23:55: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B333D37B401; Sun, 26 Jan 2003 23:54:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59AB243ED8; Sun, 26 Jan 2003 23:54:59 -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 h0R7sxbv037822; Sun, 26 Jan 2003 23:54:59 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R7sxan037821; Sun, 26 Jan 2003 23:54:59 -0800 (PST) Message-Id: <200301270754.h0R7sxan037821@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 23:54:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mdioctl.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 phk 2003/01/26 23:54:59 PST Modified files: sys/sys mdioctl.h Log: Add an ioctl to return the unit numbers of the configured md devices. Revision Changes Path 1.11 +3 -1 src/sys/sys/mdioctl.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Sun Jan 26 23:58:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47D2D37B401; Sun, 26 Jan 2003 23:58:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E113F43F13; Sun, 26 Jan 2003 23:58:18 -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 h0R7wIbv037983; Sun, 26 Jan 2003 23:58:18 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R7wIRh037982; Sun, 26 Jan 2003 23:58:18 -0800 (PST) Message-Id: <200301270758.h0R7wIRh037982@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 23:58:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/md md.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 2003/01/26 23:58:18 PST Modified files: sys/dev/md md.c Log: Implement MDIOCLIST which returns the unit numbers of configured md(4) devices. We use the md_pad[] array and if there are more units than its size the last returned unit number will be -1, but the number of units returned is correct. Revision Changes Path 1.83 +11 -0 src/sys/dev/md/md.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 0: 1:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5029B37B401; Mon, 27 Jan 2003 00:01:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E93A743ED8; Mon, 27 Jan 2003 00:01:08 -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 h0R818bv039155; Mon, 27 Jan 2003 00:01:08 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R818H8039153; Mon, 27 Jan 2003 00:01:08 -0800 (PST) Message-Id: <200301270801.h0R818H8039153@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 27 Jan 2003 00:01:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mdconfig mdconfig.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 2003/01/27 00:01:08 PST Modified files: sbin/mdconfig mdconfig.c Log: Don't use the kern.disks sysctl to find a list of md devices, use the MDIOCLIST ioctl instead. Spotted by: keramida Revision Changes Path 1.25 +7 -41 src/sbin/mdconfig/mdconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 0:14:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F93937B401; Mon, 27 Jan 2003 00:14:54 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1521043EB2; Mon, 27 Jan 2003 00:14:52 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a083.otenet.gr [212.205.215.83]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id h0R8EhBb017314; Mon, 27 Jan 2003 10:14:44 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id h0R8EgB6001715; Mon, 27 Jan 2003 10:14:42 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id h0R8EgRO001714; Mon, 27 Jan 2003 10:14:42 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 27 Jan 2003 10:14:42 +0200 From: Giorgos Keramidas To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mdconfig mdconfig.c Message-ID: <20030127081442.GA1673@gothmog.gr> References: <200301270801.h0R818H8039153@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301270801.h0R818H8039153@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 On 2003-01-27 00:01, Poul-Henning Kamp wrote: > phk 2003/01/27 00:01:08 PST > > Modified files: > sbin/mdconfig mdconfig.c > Log: > Don't use the kern.disks sysctl to find a list of md devices, use the > MDIOCLIST ioctl instead. Thanks. That was very fast! :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 0:17:56 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1804037B401; Mon, 27 Jan 2003 00:17:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B03C943F13; Mon, 27 Jan 2003 00:17:55 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R8Htbv045121; Mon, 27 Jan 2003 00:17:55 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R8HtkU045120; Mon, 27 Jan 2003 00:17:55 -0800 (PST) Message-Id: <200301270817.h0R8HtkU045120@repoman.freebsd.org> From: Anton Berezin Date: Mon, 27 Jan 2003 00:17:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-File-ReadBackwards 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 tobez 2003/01/27 00:17:55 PST Modified files: devel/p5-File-ReadBackwards Makefile distinfo Log: Update to 0.99. Revision Changes Path 1.4 +5 -1 ports/devel/p5-File-ReadBackwards/Makefile 1.4 +1 -1 ports/devel/p5-File-ReadBackwards/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 0:22:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA43437B401; Mon, 27 Jan 2003 00:22:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3925F43F18; Mon, 27 Jan 2003 00:22: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 h0R8Mfbv048435; Mon, 27 Jan 2003 00:22:41 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R8MeI2048434; Mon, 27 Jan 2003 00:22:40 -0800 (PST) Message-Id: <200301270822.h0R8MeI2048434@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 27 Jan 2003 00:22:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/balsa2 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 2003/01/27 00:22:40 PST Modified files: mail/balsa2 Makefile distinfo Log: Update to 2.0.5. Revision Changes Path 1.69 +1 -1 ports/mail/balsa2/Makefile 1.35 +1 -1 ports/mail/balsa2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 0:35:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C39737B401; Mon, 27 Jan 2003 00:35:38 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DB2743ED8; Mon, 27 Jan 2003 00:35:37 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0R8ZaMW057135; Mon, 27 Jan 2003 00:35:36 -0800 (PST) (envelope-from marcel@piii.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 h0R8ZaXC002780; Mon, 27 Jan 2003 00:35:36 -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 h0R8Zaki002779; Mon, 27 Jan 2003 00:35:36 -0800 (PST) (envelope-from marcel) Date: Mon, 27 Jan 2003 00:35:36 -0800 From: Marcel Moolenaar To: phk@freebsd.org Cc: Nate Lawson , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/disklabel disklabel.c Message-ID: <20030127083536.GA2644@dhcp01.pn.xcllnt.net> References: <20030127070958.GA2431@dhcp01.pn.xcllnt.net> <19313.1043652737@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19313.1043652737@critter.freebsd.dk> User-Agent: Mutt/1.5.3i Sender: owner-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, Jan 27, 2003 at 08:32:17AM +0100, phk@freebsd.org wrote: > In message <20030127070958.GA2431@dhcp01.pn.xcllnt.net>, Marcel Moolenaar write > s: > > >One of the thoughts I have on the issue is to have the geom classes > >have device nodes as side-entrances, independent of the producer- > >consumer interfaces. Direct access to the device nodes can then > >easily be checked with each read or write without pessimizing the > >P/C layering. > > > >The ioctl interface not not suited for GPT as the amount of data that > >has to be read or written is not fixed, as are the LBAs at which the > >data has to be written. > > Well, that doesn't really mean that ioctl cannot be used, merely > that the arguments have to be taylored. True, but why do we want to create an artificial interface on top of ioctl(2) or by means of ioctl(2), that's less suitable than the existing read(2), write(2) and lseek(2) mechanism, which BTW is in use by gpt(8) already? When we talked about this more than 6 months ago (IIRC) you suggested the use of a sysctl (which is roughly equivalent to an ioctl) to enable foot-shooting. That would be an acceptable solution IMO. Using ioctl (or sysctl for that matter) to implemement an alternate read- write interface for single sector boot blocks at fixed LBAs is getting ugly, but one could get away with it. Trying to implement an alternate read/write interface that's as flexible as existing interfaces to handle GPT is a bad idea and volates POLA. And all this because we haven't got the infrastructure in the kernel to deal with permissions without pessimizing disk I/O? Sorry, that doesn't seem right to me... -- 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 Mon Jan 27 0:43:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DD6B37B401; Mon, 27 Jan 2003 00:43:23 -0800 (PST) Received: from smtp04.iprimus.com.au (smtp04.iprimus.com.au [210.50.76.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6341243F1E; Mon, 27 Jan 2003 00:43:22 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from smtp02.iprimus.net.au (210.50.76.70) by smtp04.iprimus.com.au (6.7.010) id 3E2C16720012EE8F; Mon, 27 Jan 2003 19:43:20 +1100 Received: from dilbert.robbins.dropbear.id.au ([203.134.132.187]) by smtp02.iprimus.net.au with Microsoft SMTPSVC(5.0.2195.5600); Mon, 27 Jan 2003 19:43:18 +1100 Received: from dilbert.robbins.dropbear.id.au (tz0xsr4jy8d0u0xx@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6) with ESMTP id h0R8hG7i009093; Mon, 27 Jan 2003 19:43:16 +1100 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6/Submit) id h0R8hFaB009092; Mon, 27 Jan 2003 19:43:15 +1100 (EST) (envelope-from tim) Date: Mon, 27 Jan 2003 19:43:15 +1100 From: Tim Robbins To: David Xu Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_thread.c Message-ID: <20030127194315.A8450@dilbert.robbins.dropbear.id.au> References: <200301262339.h0QNdX4E058771@repoman.freebsd.org> <20030126191333.C79685@locore.ca> <00cd01c2c5a5$aad5a8c0$f001a8c0@davidw2k> <20030127172941.A5041@dilbert.robbins.dropbear.id.au> <025e01c2c5d2$38110a00$f001a8c0@davidw2k> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <025e01c2c5d2$38110a00$f001a8c0@davidw2k>; from davidx@viasoft.com.cn on Mon, Jan 27, 2003 at 03:03:39PM +0800 X-OriginalArrivalTime: 27 Jan 2003 08:43:19.0479 (UTC) FILETIME=[24750470:01C2C5E0] Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG No, it still seems to not work correctly, but thanks anyway. Perhaps it's a local problem -- it seems to work fine on ref5.freebsd.org. Tim On Mon, Jan 27, 2003 at 03:03:39PM +0800, David Xu wrote: > I have attached a patch for ksetest which is the version running well on my machine. > If you test it works, I will commit it. > I know libkse is not work, there are many things to do in the library, for example, > some wrappers are not needed and may not work well. > > David Xu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 0:46:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFB2237B401; Mon, 27 Jan 2003 00:46:34 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAFD543F18; Mon, 27 Jan 2003 00:46:33 -0800 (PST) (envelope-from phk@freebsd.org) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h0R8kVQl020077; Mon, 27 Jan 2003 09:46:31 +0100 (CET) (envelope-from phk@freebsd.org) To: Marcel Moolenaar Cc: Nate Lawson , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/disklabel disklabel.c From: phk@freebsd.org In-Reply-To: Your message of "Mon, 27 Jan 2003 00:35:36 PST." <20030127083536.GA2644@dhcp01.pn.xcllnt.net> Date: Mon, 27 Jan 2003 09:46:31 +0100 Message-ID: <20076.1043657191@critter.freebsd.dk> Sender: owner-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 <20030127083536.GA2644@dhcp01.pn.xcllnt.net>, Marcel Moolenaar write s: For BSD the problem is that the disklabel is inside the partition(s) and that there is a boatload of historical interfaces and conventions. For MBR it is "only" the historical interfaces and conventions which get in the way. As far as I know, GPT does not repeat BSD's mistake of putting the meta-data inside the partitions, so nothing prevents you from creating a (actually two: one for each copy) partitions which map to the area of the disk where the metadata is. You can even do this with the normal slice + hotspot mechanism. And you don't have any historical brain-damage to protect, so you can do it right from the start :-) -- 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 Mon Jan 27 0:51:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF7CB37B401; Mon, 27 Jan 2003 00:51:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 619EE43E4A; Mon, 27 Jan 2003 00:51:40 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R8pebv058147; Mon, 27 Jan 2003 00:51:40 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R8pet1058141; Mon, 27 Jan 2003 00:51:40 -0800 (PST) Message-Id: <200301270851.h0R8pet1058141@repoman.freebsd.org> From: Anton Berezin Date: Mon, 27 Jan 2003 00:51:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-IO-Multiplex 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 tobez 2003/01/27 00:51:40 PST Modified files: devel/p5-IO-Multiplex Makefile distinfo pkg-plist Log: Update to 1.04. Revision Changes Path 1.2 +1 -1 ports/devel/p5-IO-Multiplex/Makefile 1.2 +1 -1 ports/devel/p5-IO-Multiplex/distinfo 1.2 +2 -0 ports/devel/p5-IO-Multiplex/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 Jan 27 0:55:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53AC737B401; Mon, 27 Jan 2003 00:55:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACAEF43ED8; Mon, 27 Jan 2003 00:55:32 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R8tWbv059353; Mon, 27 Jan 2003 00:55:32 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R8tWAf059352; Mon, 27 Jan 2003 00:55:32 -0800 (PST) Message-Id: <200301270855.h0R8tWAf059352@repoman.freebsd.org> From: Anton Berezin Date: Mon, 27 Jan 2003 00:55:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Devel-StackTrace 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 tobez 2003/01/27 00:55:32 PST Modified files: devel/p5-Devel-StackTrace Makefile distinfo Log: Update to 1.03. Submitted by: maintainer PR: 47375 Revision Changes Path 1.7 +1 -1 ports/devel/p5-Devel-StackTrace/Makefile 1.6 +1 -1 ports/devel/p5-Devel-StackTrace/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 0:59:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BF3137B401; Mon, 27 Jan 2003 00:59:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4C9643F13; Mon, 27 Jan 2003 00:59:55 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R8xtbv059475; Mon, 27 Jan 2003 00:59:55 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R8xthQ059474; Mon, 27 Jan 2003 00:59:55 -0800 (PST) Message-Id: <200301270859.h0R8xthQ059474@repoman.freebsd.org> From: Anton Berezin Date: Mon, 27 Jan 2003 00:59:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Exception-Class 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 tobez 2003/01/27 00:59:55 PST Modified files: devel/p5-Exception-Class Makefile distinfo Log: Update to 1.09. Submitted by: maintainer PR: 47354 Revision Changes Path 1.6 +1 -1 ports/devel/p5-Exception-Class/Makefile 1.5 +1 -1 ports/devel/p5-Exception-Class/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 1: 4:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C3AA37B401; Mon, 27 Jan 2003 01:04:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D095343E4A; Mon, 27 Jan 2003 01:04:29 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R94Tbv062945; Mon, 27 Jan 2003 01:04:29 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R94TWw062944; Mon, 27 Jan 2003 01:04:29 -0800 (PST) Message-Id: <200301270904.h0R94TWw062944@repoman.freebsd.org> From: Søren Schmidt Date: Mon, 27 Jan 2003 01:04:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-raid.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 sos 2003/01/27 01:04:29 PST Modified files: sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-raid.c Log: Update the code that deals with disk enclosures: Properly handle the newer Promise SuperSwap 1000 enclosures. Print out what kind of enclosure was found in the probe. Misc cleanups in the enclosure handling code. Sponsored by: Advanis Inc. Revision Changes Path 1.164 +121 -62 src/sys/dev/ata/ata-all.c 1.58 +5 -2 src/sys/dev/ata/ata-all.h 1.140 +3 -1 src/sys/dev/ata/ata-disk.c 1.51 +6 -4 src/sys/dev/ata/ata-raid.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 1:11:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A99C637B401; Mon, 27 Jan 2003 01:11:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41CAF43F13; Mon, 27 Jan 2003 01:11:14 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R9BEbv064833; Mon, 27 Jan 2003 01:11:14 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R9BDGD064832; Mon, 27 Jan 2003 01:11:13 -0800 (PST) Message-Id: <200301270911.h0R9BDGD064832@repoman.freebsd.org> From: Anton Berezin Date: Mon, 27 Jan 2003 01:11:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Proc-Background 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 tobez 2003/01/27 01:11:13 PST Modified files: devel/p5-Proc-Background Makefile distinfo Log: Update to 1.08. Revision Changes Path 1.7 +1 -1 ports/devel/p5-Proc-Background/Makefile 1.6 +1 -1 ports/devel/p5-Proc-Background/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 1:14:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A319237B401; Mon, 27 Jan 2003 01:14:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4795C43F3F; Mon, 27 Jan 2003 01:14:40 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R9Eebv066594; Mon, 27 Jan 2003 01:14:40 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R9Eent066593; Mon, 27 Jan 2003 01:14:40 -0800 (PST) Message-Id: <200301270914.h0R9Eent066593@repoman.freebsd.org> From: Anton Berezin Date: Mon, 27 Jan 2003 01:14:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Storable 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 tobez 2003/01/27 01:14:40 PST Modified files: devel/p5-Storable Makefile distinfo Log: Update to 2.06. Revision Changes Path 1.35 +1 -1 ports/devel/p5-Storable/Makefile 1.25 +1 -1 ports/devel/p5-Storable/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 1:43:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 302BA37B401; Mon, 27 Jan 2003 01:43:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C378343ED8; Mon, 27 Jan 2003 01:43:24 -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 h0R9hObv077188; Mon, 27 Jan 2003 01:43:24 -0800 (PST) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R9hO5m077187; Mon, 27 Jan 2003 01:43:24 -0800 (PST) Message-Id: <200301270943.h0R9hO5m077187@repoman.freebsd.org> From: Josef Karthauser Date: Mon, 27 Jan 2003 01:43:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2003/01/27 01:43:24 PST Modified files: sys/dev/usb usbdevs Log: Put the Perfection 1660 scanner entry in the right place. (Entries are sorted by product id). Revision Changes Path 1.107 +1 -1 src/sys/dev/usb/usbdevs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 1:48:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 046F037B401; Mon, 27 Jan 2003 01:48:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 622A443F5F; Mon, 27 Jan 2003 01:48:58 -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 h0R9mwbv077368; Mon, 27 Jan 2003 01:48:58 -0800 (PST) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R9mwqI077367; Mon, 27 Jan 2003 01:48:58 -0800 (PST) Message-Id: <200301270948.h0R9mwqI077367@repoman.freebsd.org> From: Josef Karthauser Date: Mon, 27 Jan 2003 01:48:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs uscanner.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 2003/01/27 01:48:58 PST Modified files: (Branch: RELENG_4) sys/dev/usb usbdevs uscanner.c Log: MFC: Add support for Epson Perfection 1260 and 1660, Primax Visioneer 6200 and Visioneer Scanport 3000 scanners. Revision Changes Path 1.11.2.33 +4 -0 src/sys/dev/usb/usbdevs 1.2.2.12 +4 -0 src/sys/dev/usb/uscanner.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 1:49:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC75F37B401; Mon, 27 Jan 2003 01:49:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67ECE43F5B; Mon, 27 Jan 2003 01:49:17 -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 h0R9nHbv077404; Mon, 27 Jan 2003 01:49:17 -0800 (PST) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R9nH0n077403; Mon, 27 Jan 2003 01:49:17 -0800 (PST) Message-Id: <200301270949.h0R9nH0n077403@repoman.freebsd.org> From: Josef Karthauser Date: Mon, 27 Jan 2003 01:49:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usbdevs.h usbdevs_data.h X-FreeBSD-CVS-Branch: 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 2003/01/27 01:49:17 PST Modified files: (Branch: RELENG_4) sys/dev/usb usbdevs.h usbdevs_data.h Log: Regen. Revision Changes Path 1.32.2.31 +5 -1 src/sys/dev/usb/usbdevs.h 1.32.2.31 +25 -1 src/sys/dev/usb/usbdevs_data.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 1:50: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45F2137B401; Mon, 27 Jan 2003 01:50:06 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0CC843EB2; Mon, 27 Jan 2003 01:50:04 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0R9o4MW057427; Mon, 27 Jan 2003 01:50:04 -0800 (PST) (envelope-from marcel@piii.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 h0R9o4XC002987; Mon, 27 Jan 2003 01:50:04 -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 h0R9o4KC002986; Mon, 27 Jan 2003 01:50:04 -0800 (PST) (envelope-from marcel) Date: Mon, 27 Jan 2003 01:50:04 -0800 From: Marcel Moolenaar To: phk@freebsd.org Cc: Nate Lawson , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/disklabel disklabel.c Message-ID: <20030127095004.GA2876@dhcp01.pn.xcllnt.net> References: <20030127083536.GA2644@dhcp01.pn.xcllnt.net> <20076.1043657191@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20076.1043657191@critter.freebsd.dk> User-Agent: Mutt/1.5.3i Sender: owner-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, Jan 27, 2003 at 09:46:31AM +0100, phk@freebsd.org wrote: > In message <20030127083536.GA2644@dhcp01.pn.xcllnt.net>, Marcel Moolenaar write > s: > > For BSD the problem is that the disklabel is inside the partition(s) > and that there is a boatload of historical interfaces and conventions. > > For MBR it is "only" the historical interfaces and conventions which > get in the way. I don't see how this changes the fact that we're still just reading and writing. If ioctls really make a difference than I don't have a problem with the creation of ioctls in these cases. Those will be the compatibility interfaces. > As far as I know, GPT does not repeat BSD's mistake of putting the > meta-data inside the partitions, so nothing prevents you from > creating a (actually two: one for each copy) partitions which > map to the area of the disk where the metadata is. Yes, GPT does prevent us from doing that because the GPT header contains the first and last LBA of user storage that is managed by the GPT and the GPT itself is not user storage and hence cannot be included in the range. Since all partitions have to be defined between the first and last LBA, it follows immediately that GPT does not allow covering the GPT meta-data with partitions. The specification continues by dictating that the MBR that preceeds the GPT has to be a protective MBR and thus has a predefined partition that covers the whole diski (or the maximum possible with MBR). Clearly, one cannot create overlapping partitions, which means that the MBR cannot also be used to fake partitions for the meta-data. Ergo: the kludge does not work. > And you don't have any historical brain-damage to protect, so you > can do it right from the start :-) Well, kludging with fake partitions and ioctls to do regular I/O isn't quite what I would call "doing it right from the start". I think a "historical brain-damage to be" bucket would be more fitting :-) Seriously: I think too much effort is going into avoiding dealing with the root cause by creating flawed work-arounds and making all sorts of assumptions that will bite you in the ass one way or the other. I realize that fixing the root cause may be more work, but at least that would be a one time thing... -- 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 Mon Jan 27 1:53:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65FF437B401; Mon, 27 Jan 2003 01:53:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1654E43EB2; Mon, 27 Jan 2003 01:53:41 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R9rebv080896; Mon, 27 Jan 2003 01:53:40 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R9refj080895; Mon, 27 Jan 2003 01:53:40 -0800 (PST) Message-Id: <200301270953.h0R9refj080895@repoman.freebsd.org> From: Anton Berezin Date: Mon, 27 Jan 2003 01:53:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Coro Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/p5-Coro/files patch-Coro:Makefile.PL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tobez 2003/01/27 01:53:40 PST Modified files: devel Makefile Added files: devel/p5-Coro Makefile distinfo pkg-comment pkg-descr pkg-plist devel/p5-Coro/files patch-Coro:Makefile.PL Log: Add p5-Coro, a collection of perl modules that bring coroutines to perl5. Revision Changes Path 1.1025 +1 -0 ports/devel/Makefile 1.1 +47 -0 ports/devel/p5-Coro/Makefile (new) 1.1 +1 -0 ports/devel/p5-Coro/distinfo (new) 1.1 +69 -0 ports/devel/p5-Coro/files/patch-Coro:Makefile.PL (new) 1.1 +1 -0 ports/devel/p5-Coro/pkg-comment (new) 1.1 +10 -0 ports/devel/p5-Coro/pkg-descr (new) 1.1 +26 -0 ports/devel/p5-Coro/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 Jan 27 1:53:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C0F237B401; Mon, 27 Jan 2003 01:53:58 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5250343E4A; Mon, 27 Jan 2003 01:53:57 -0800 (PST) (envelope-from phk@freebsd.org) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h0R9rtQl021121; Mon, 27 Jan 2003 10:53:55 +0100 (CET) (envelope-from phk@freebsd.org) To: Marcel Moolenaar Cc: Nate Lawson , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/disklabel disklabel.c From: phk@freebsd.org In-Reply-To: Your message of "Mon, 27 Jan 2003 01:50:04 PST." <20030127095004.GA2876@dhcp01.pn.xcllnt.net> Date: Mon, 27 Jan 2003 10:53:55 +0100 Message-ID: <21120.1043661235@critter.freebsd.dk> Sender: owner-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 <20030127095004.GA2876@dhcp01.pn.xcllnt.net>, Marcel Moolenaar write s: >> As far as I know, GPT does not repeat BSD's mistake of putting the >> meta-data inside the partitions, so nothing prevents you from >> creating a (actually two: one for each copy) partitions which >> map to the area of the disk where the metadata is. > >Yes, GPT does prevent us from doing that because the GPT header >contains the first and last LBA of user storage that is managed >by the GPT and the GPT itself is not user storage and hence >cannot be included in the range. Since all partitions have to be >defined between the first and last LBA, it follows immediately >that GPT does not allow covering the GPT meta-data with partitions. I didn't mean you should create GPT partitions to cover them, that would be repeating the BSD label mistake. I simply meant that the geom_gpt.c class should create two providers which correspond to the applicable ranges of the consumer. Those two would show up in /dev as "ad0.gpt0" and "ad0.gpt1" or whatever you decide to call them, and you can open/read/write them as much as you like: no need for ioctls. -- 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 Mon Jan 27 1:55:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7977637B401; Mon, 27 Jan 2003 01:55:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FD6E43ED8; Mon, 27 Jan 2003 01:55:32 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0R9tVbv080997; Mon, 27 Jan 2003 01:55:31 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0R9tVe5080996; Mon, 27 Jan 2003 01:55:31 -0800 (PST) Message-Id: <200301270955.h0R9tVe5080996@repoman.freebsd.org> From: Anton Berezin Date: Mon, 27 Jan 2003 01:55:31 -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 tobez 2003/01/27 01:55:31 PST Modified files: . modules Log: p5-Coro --> ports/devel/p5-Coro Revision Changes Path 1.6589 +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 Jan 27 2:45:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6DC937B401; Mon, 27 Jan 2003 02:45:56 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id D09B643F18; Mon, 27 Jan 2003 02:45:55 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0RAjtMW057638; Mon, 27 Jan 2003 02:45:55 -0800 (PST) (envelope-from marcel@piii.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 h0RAjtXC003177; Mon, 27 Jan 2003 02:45:55 -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 h0RAjtO8003176; Mon, 27 Jan 2003 02:45:55 -0800 (PST) (envelope-from marcel) Date: Mon, 27 Jan 2003 02:45:55 -0800 From: Marcel Moolenaar To: phk@freebsd.org Cc: Nate Lawson , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/disklabel disklabel.c Message-ID: <20030127104555.GA3050@dhcp01.pn.xcllnt.net> References: <20030127095004.GA2876@dhcp01.pn.xcllnt.net> <21120.1043661235@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <21120.1043661235@critter.freebsd.dk> User-Agent: Mutt/1.5.3i Sender: owner-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, Jan 27, 2003 at 10:53:55AM +0100, phk@freebsd.org wrote: > > I simply meant that the geom_gpt.c class should create two providers > which correspond to the applicable ranges of the consumer. > > Those two would show up in /dev as "ad0.gpt0" and "ad0.gpt1" or > whatever you decide to call them, and you can open/read/write them > as much as you like: no need for ioctls. This is just a variant of alternate interfacing because the gpt(8) tool must to open /dev/ad0 when no gpt partitioning is created and no applicable ranges exist, can open /dev/ad0 or both /dev/ad0.gpt(0|1) when partitions exist but none are mounted and must open /dev/ad0.gpt(0|1) when partitions are mounted. Added to this the complexity of actually stat'ing and making sure that if ad0.gpt0 exists, ad0.gpt1 exists as well (and vice versa). Not to mention the kludgery to continue supporting regular files which do allow all GPT munging on a single file descriptor :-( Now, to top this off: This obviously ignores the not uncommon case of not being able to open /dev/ad0 for writing when MBR partitions are mounted and no GPT exists (and hence /dev/ad0.gpt(0|1) do not exist) because we're trying to migrate from MBR to GPT. Since we apparently go for the context specific and limited interfaces, we run into walls we create for ourselves. Ergo: we need an ioctl that's capable of general I/O if we want to avoid fixing the problem and allow migrating from MBR to GPT. This annihilates the work-around of creating 2 device nodes and brings us back to the point where I entered the discussion and said that ioctls are not suitable for generic I/O. Clearly this isn't getting anywhere and you also don't give any reason whatsoever why fixing geom is not an option. So, at this time I can only conclude that there are non-technical forces at work... this is where I step out of the discussion and into bed... -- 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 Mon Jan 27 3:37: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 233AD37B401; Mon, 27 Jan 2003 03:37:05 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5275843F13; Mon, 27 Jan 2003 03:37:04 -0800 (PST) (envelope-from phk@freebsd.org) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h0RBb1Ql021755; Mon, 27 Jan 2003 12:37:02 +0100 (CET) (envelope-from phk@freebsd.org) To: Marcel Moolenaar Cc: Nate Lawson , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/disklabel disklabel.c From: phk@freebsd.org In-Reply-To: Your message of "Mon, 27 Jan 2003 02:45:55 PST." <20030127104555.GA3050@dhcp01.pn.xcllnt.net> Date: Mon, 27 Jan 2003 12:37:01 +0100 Message-ID: <21754.1043667421@critter.freebsd.dk> Sender: owner-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 <20030127104555.GA3050@dhcp01.pn.xcllnt.net>, Marcel Moolenaar write s: >Clearly this isn't getting anywhere and you also don't give any >reason whatsoever why fixing geom is not an option. So, at this >time I can only conclude that there are non-technical forces >at work... this is where I step out of the discussion and into >bed... First of all: The ratio of normal I/O requests to operations which examine or modify partitioning meta-data is so staggering high that it should be obvious that there is no sane reason to take even the smallest performance hit in the normal I/O path to cater for meta-data updates. And thats where it stops. You can call this "non-technical forces" if you like, but that is not what I would choose to call it. Second, if you add a sysctl that allows you to write to /dev/ad0 while it is being actively used, then you can update the on-disk GPT tables, but you still need to notify the GPT module that a change occured, and in doing so, you may present the GPT with a new on-disk GPT table which would blow any number of already open and mounted partitions out of the water. So: How do you intend to make that notification happen, and how do you intend to handle the case where the new on-disk GPT table would violate open partitions ? The answer is "the notification mechanism would be trival" and "you can't" respectively. That's where it stops for that "solution". We have always, and for obviously good reasons, refused to shrink or move open partitions, and I have not seen anybody suggest that restriction be lifted, and I have implemented GEOM so nobody short-cuts across it as a "quick hack". (GEOM does in fact provide for much finer control over this aspect than our previous code, but due to not carrying the relevant information in the vnode layer we cannot fully exploit this yet.) So, yes, it does look a lot like disk-partitioning tools will need to be able to operate in two distinct mode: 1) Directly to parent as a disk to write the initial meta-data. 2) Using whatever ioctl/special devices/whatever interface this particular geom-class implements for modifying active instances. Now, having been extensively through two diskpartitioning tools which both has this ability, and which both are bagged down with extensive historical luggage and one of them even with total braindamaged design decisions, I can tell that this is not an impossible task. It is not even a big task. It's barely noticeable in fact. Yes, it's marginally harder to write disk-management tools, but hey, tha'ts life. In my experience the code makes the bits end up the right place is totally dwarfed by the user-interface to allow the administrator to twiddle those bits anyway. I don't care if you implement your "in-line" path using /dev/ad0.gpt and ioctls, or reads/writes or even sysctls, but you will have to go through the active GPT class if there is one, and you obviously cannot go through it if there isn't one. Now, if you want to cooperate on trying to make a generically usable interface for such operations, I'm all open for cooperation. Poul-Henning PS: And trust me: I have only inflicted GEOM on you and the rest of the FreeBSD crew in order to annoy you and to restrict your possibilities and restrain the performance. Really: That's why. -- 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 Mon Jan 27 4:32:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48F3D37B401; Mon, 27 Jan 2003 04:32:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5109943F43; Mon, 27 Jan 2003 04:32:21 -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 h0RCWLbv037425; Mon, 27 Jan 2003 04:32:21 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RCWLrC037421; Mon, 27 Jan 2003 04:32:21 -0800 (PST) Message-Id: <200301271232.h0RCWLrC037421@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 27 Jan 2003 04:32:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/japanese/bookview 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 2003/01/27 04:32:21 PST Modified files: japanese/bookview Makefile distinfo pkg-plist Log: Update to 3.1.1. PR: ports/47509 Submitted by: Kazu TAKAMUNE (MAINTAINER) Revision Changes Path 1.16 +2 -2 ports/japanese/bookview/Makefile 1.13 +1 -1 ports/japanese/bookview/distinfo 1.7 +2 -0 ports/japanese/bookview/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 Jan 27 4:37:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C2A937B401; Mon, 27 Jan 2003 04:37:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CD7A43F13; Mon, 27 Jan 2003 04:37:31 -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 h0RCbVbv038102; Mon, 27 Jan 2003 04:37:31 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RCbUtm038101; Mon, 27 Jan 2003 04:37:30 -0800 (PST) Message-Id: <200301271237.h0RCbUtm038101@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 27 Jan 2003 04:37:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ruby-xmlrpc Makefile ports/net/ruby-xmlrpc/files patch-httpserver.rb X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/27 04:37:30 PST Modified files: net/ruby-xmlrpc Makefile Added files: net/ruby-xmlrpc/files patch-httpserver.rb Log: Add a patch to fix a fatal typo in httpserver.rb. PR: ports/47535 Submitted by: alane Revision Changes Path 1.32 +1 -0 ports/net/ruby-xmlrpc/Makefile 1.1 +11 -0 ports/net/ruby-xmlrpc/files/patch-httpserver.rb (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 4:44: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28B5A37B401; Mon, 27 Jan 2003 04:44:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE91E43EB2; Mon, 27 Jan 2003 04:44:06 -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 h0RCi6bv041583; Mon, 27 Jan 2003 04:44: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 h0RCi6o9041582; Mon, 27 Jan 2003 04:44:06 -0800 (PST) Message-Id: <200301271244.h0RCi6o9041582@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 27 Jan 2003 04:44:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsd Makefile distinfo ports/devel/cvsd/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 knu 2003/01/27 04:44:06 PST Modified files: devel/cvsd Makefile distinfo devel/cvsd/files patch-configure Log: Update to 0.9.16. PR: ports/47317 Submitted by: Ports Fury Revision Changes Path 1.15 +14 -12 ports/devel/cvsd/Makefile 1.9 +1 -1 ports/devel/cvsd/distinfo 1.2 +12 -12 ports/devel/cvsd/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 Jan 27 4:50:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67CD237B401; Mon, 27 Jan 2003 04:50:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C78943E4A; Mon, 27 Jan 2003 04:50: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 h0RCoFbv041803; Mon, 27 Jan 2003 04:50:15 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RCoFC9041796; Mon, 27 Jan 2003 04:50:15 -0800 (PST) Message-Id: <200301271250.h0RCoFC9041796@repoman.freebsd.org> From: Akinori MUSHA Date: Mon, 27 Jan 2003 04:50:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/icon 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 2003/01/27 04:50:15 PST Modified files: lang/icon Makefile distinfo pkg-plist Log: Update to 9.4.1. PR: ports/47329 Submitted by: Ports Fury Revision Changes Path 1.26 +22 -21 ports/lang/icon/Makefile 1.9 +1 -1 ports/lang/icon/distinfo 1.7 +5 -4 ports/lang/icon/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 Jan 27 4:59:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56F6D37B401; Mon, 27 Jan 2003 04:59:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E5D143F13; Mon, 27 Jan 2003 04:59:52 -0800 (PST) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0RCxqbv045284; Mon, 27 Jan 2003 04:59:52 -0800 (PST) (envelope-from benno@repoman.freebsd.org) Received: (from benno@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RCxqhw045283; Mon, 27 Jan 2003 04:59:52 -0800 (PST) Message-Id: <200301271259.h0RCxqhw045283@repoman.freebsd.org> From: Benno Rice Date: Mon, 27 Jan 2003 04:59:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/powerpc busdma_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 benno 2003/01/27 04:59:52 PST Modified files: sys/powerpc/powerpc busdma_machdep.c Log: Back the previous commit out. It didn't actually fix the problem I was seeing and the memory barrier isn't needed with the bridges we're using. Fix the function style however. Revision Changes Path 1.6 +5 -3 src/sys/powerpc/powerpc/busdma_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 5:42:12 2003 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 E0B4C37B401; Mon, 27 Jan 2003 05:42:09 -0800 (PST) Received: from green.bikeshed.org (2tbhift3yj178rn8@green.bikeshed.org [10.0.0.1] (may be forged)) by green.bikeshed.org (8.12.6/8.12.6) with ESMTP id h0RDg9il043289; Mon, 27 Jan 2003 08:42:09 -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 h0RDg9Ik043285; Mon, 27 Jan 2003 08:42:09 -0500 (EST) Message-Id: <200301271342.h0RDg9Ik043285@green.bikeshed.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: obrien@FreeBSD.org Cc: Brian Feldman , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail Makefile ports/mail/p5-Mail-SpamAssassin-snapshot Makefile In-Reply-To: Your message of "Sun, 26 Jan 2003 14:16:33 PST." <20030126221633.GD23132@dragon.nuxi.com> From: "Brian F. Feldman" Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 27 Jan 2003 08:42:08 -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 "David O'Brien" wrote: > On Fri, Jan 24, 2003 at 10:42:59PM -0800, Brian Feldman wrote: > > green 2003/01/24 22:42:59 PST > > > > Modified files: > > mail Makefile > > mail/p5-Mail-SpamAssassin-snapshot Makefile > > Log: > > Move mail/p5-Mail-SpamAssassin-devel to mail/p5-Mail-SpamAssassin-snapshot > > and add NO_LATEST_LINK. > > Why not assign an alternate LINK= so that the package is still easily > installable with "pkg_add -r"? Set NO_CDROM= if you feel this package > isn't useful being on a release CDROM. > That makes sense; how does this look? --- Makefile 25 Jan 2003 06:42:59 -0000 1.2 +++ Makefile 27 Jan 2003 13:41:37 -0000 @@ -25,7 +25,7 @@ PODPARSER= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser RUN_DEPENDS+= ${PODPARSER} BUILD_DEPENDS+= ${PODPARSER} -NO_LATEST_LINK= yes +LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}-snapshot-${PORTVERSION} PERL_CONFIGURE= yes CONFIGURE_ARGS+= SYSCONFDIR="${PREFIX}/etc" RUN_RAZOR1_TESTS="no" \ -- 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 Mon Jan 27 5:45:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5656837B401; Mon, 27 Jan 2003 05:45:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF91C43F13; Mon, 27 Jan 2003 05:45:20 -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 h0RDjKbv063224; Mon, 27 Jan 2003 05:45:20 -0800 (PST) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RDjK3X063223; Mon, 27 Jan 2003 05:45:20 -0800 (PST) Message-Id: <200301271345.h0RDjK3X063223@repoman.freebsd.org> From: Maxim Konovalov Date: Mon, 27 Jan 2003 05:45:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_fw2.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 2003/01/27 05:45:20 PST Modified files: (Branch: RELENG_4) sys/netinet ip_fw2.c Log: MFC rev. 1.24: if the first action is O_LOG adjust a pointer to the real one, unbreaks skipto + log rules. Revision Changes Path 1.6.2.11 +2 -0 src/sys/netinet/ip_fw2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 6: 4:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9452537B401; Mon, 27 Jan 2003 06:04:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 366C643ED8; Mon, 27 Jan 2003 06:04:36 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0RE4abv070267; Mon, 27 Jan 2003 06:04:36 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RE4Z5o070266; Mon, 27 Jan 2003 06:04:35 -0800 (PST) Message-Id: <200301271404.h0RE4Z5o070266@repoman.freebsd.org> From: Anton Berezin Date: Mon, 27 Jan 2003 06:04:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Params-Validate 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 tobez 2003/01/27 06:04:35 PST Modified files: devel/p5-Params-Validate Makefile distinfo pkg-plist Log: Update to 0.50. Submitted by: maintainer PR: 47038 Revision Changes Path 1.6 +3 -2 ports/devel/p5-Params-Validate/Makefile 1.6 +1 -1 ports/devel/p5-Params-Validate/distinfo 1.3 +9 -5 ports/devel/p5-Params-Validate/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 Jan 27 6:11: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80CA037B401; Mon, 27 Jan 2003 06:11:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D298543F18; Mon, 27 Jan 2003 06:11:05 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0REB5bv071771; Mon, 27 Jan 2003 06:11:05 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0REB56c071767; Mon, 27 Jan 2003 06:11:05 -0800 (PST) Message-Id: <200301271411.h0REB56c071767@repoman.freebsd.org> From: Anton Berezin Date: Mon, 27 Jan 2003 06:11:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/p5-GD-Graph3d 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 tobez 2003/01/27 06:11:05 PST Modified files: graphics/p5-GD-Graph3d Makefile distinfo Log: Update to 0.63. Submitted by: maintainer PR: 47539 Revision Changes Path 1.8 +1 -1 ports/graphics/p5-GD-Graph3d/Makefile 1.5 +1 -1 ports/graphics/p5-GD-Graph3d/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 6:31:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7D7D37B401; Mon, 27 Jan 2003 06:31:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D2B043EB2; Mon, 27 Jan 2003 06:31:33 -0800 (PST) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0REVXbv079658; Mon, 27 Jan 2003 06:31:33 -0800 (PST) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0REVXbx079654; Mon, 27 Jan 2003 06:31:33 -0800 (PST) Message-Id: <200301271431.h0REVXbx079654@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Mon, 27 Jan 2003 06:31:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.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 sanpei 2003/01/27 06:31:33 PST Modified files: sys/dev/fxp if_fxp.c Log: Add PCI id for fxp(Intel Pro/100 M Mobile Connection). PR: i386/41915 Submitted by: Ross A. Lippert MFC after: 1 week Revision Changes Path 1.146 +1 -0 src/sys/dev/fxp/if_fxp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 6:41:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42C4037B401; Mon, 27 Jan 2003 06:41:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFB1443EB2; Mon, 27 Jan 2003 06:41:08 -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 h0REf8bv082679; Mon, 27 Jan 2003 06:41:08 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0REf8sN082678; Mon, 27 Jan 2003 06:41:08 -0800 (PST) Message-Id: <200301271441.h0REf8sN082678@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Jan 2003 06:41:08 -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 2003/01/27 06:41:08 PST Modified files: libexec/ftpd ftpd.c Log: Allow more than one separator character between fields in ftpchroot(5). Revision Changes Path 1.136 +3 -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 Mon Jan 27 7: 8:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 937A137B401; Mon, 27 Jan 2003 07:08:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 373F943EB2; Mon, 27 Jan 2003 07:08:49 -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 h0RF8nbv091746; Mon, 27 Jan 2003 07:08:49 -0800 (PST) (envelope-from wjv@repoman.freebsd.org) Received: (from wjv@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RF8msq091744; Mon, 27 Jan 2003 07:08:48 -0800 (PST) Message-Id: <200301271508.h0RF8msq091744@repoman.freebsd.org> From: Johann Visagie Date: Mon, 27 Jan 2003 07:08:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/mailman 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 wjv 2003/01/27 07:08:48 PST Modified files: mail/mailman Makefile pkg-plist Log: - Install the Mailman favicon, which had been omitted. - Refrain from installing the GNU logo, which is not used by this port anymore. - Bump $PORTREVISION Submitted by: Vivek Khera , Neil Darlow Revision Changes Path 1.35 +2 -2 ports/mail/mailman/Makefile 1.17 +1 -1 ports/mail/mailman/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 Jan 27 7: 9:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C89E537B401; Mon, 27 Jan 2003 07:09:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E23343EB2; Mon, 27 Jan 2003 07:09:41 -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 h0RF9fbv091798; Mon, 27 Jan 2003 07:09:41 -0800 (PST) (envelope-from mwlucas@repoman.freebsd.org) Received: (from mwlucas@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RF9fB9091797; Mon, 27 Jan 2003 07:09:41 -0800 (PST) Message-Id: <200301271509.h0RF9fB9091797@repoman.freebsd.org> From: Michael Lucas Date: Mon, 27 Jan 2003 07:09:41 -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 2003/01/27 07:09:41 PST Modified files: en/donations wantlist.sgml Log: Add a Sparc for anholt, for X support. We know that Sparc is not at the point where this is doable, but we don't want to forget that anholt will need one when we get there. Revision Changes Path 1.69 +8 -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 Jan 27 7:12:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 848AB37B401; Mon, 27 Jan 2003 07:12:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22CE843ED8; Mon, 27 Jan 2003 07:12:33 -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 h0RFCWbv094927; Mon, 27 Jan 2003 07:12:32 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RFCWRE094926; Mon, 27 Jan 2003 07:12:32 -0800 (PST) Message-Id: <200301271512.h0RFCWRE094926@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 27 Jan 2003 07:12:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro/libnova Makefile distinfo pkg-plist ports/astro/libnova/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 arved 2003/01/27 07:12:32 PST Modified files: astro/libnova Makefile distinfo pkg-plist Removed files: astro/libnova/files patch-Makefile.in Log: Update to 0.5.1 PR: 47485 Submitted by: KATO Tsuguru Revision Changes Path 1.4 +3 -1 ports/astro/libnova/Makefile 1.2 +1 -1 ports/astro/libnova/distinfo 1.2 +0 -9 ports/astro/libnova/files/patch-Makefile.in (dead) 1.2 +1 -1 ports/astro/libnova/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 Jan 27 7:33:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 252C537B401; Mon, 27 Jan 2003 07:33:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C177643F1E; Mon, 27 Jan 2003 07:33: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 h0RFXjbv002473; Mon, 27 Jan 2003 07:33: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 h0RFXjT2002472; Mon, 27 Jan 2003 07:33:45 -0800 (PST) Message-Id: <200301271533.h0RFXjT2002472@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 27 Jan 2003 07:33:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports LEGAL X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG arved 2003/01/27 07:33:45 PST Modified files: . LEGAL Log: Add Entry for linux-eagle ports, from ports Makefile: RESTRICTED= "Usage permitted for non-commercial purposes only" NO_CDROM= "Sale for profit is not permitted" Revision Changes Path 1.273 +4 -2 ports/LEGAL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 7:34:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AFDE37B401; Mon, 27 Jan 2003 07:34:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E662D43F13; Mon, 27 Jan 2003 07:34:22 -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 h0RFYMbv002511; Mon, 27 Jan 2003 07:34:22 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RFYMqZ002510; Mon, 27 Jan 2003 07:34:22 -0800 (PST) Message-Id: <200301271534.h0RFYMqZ002510@repoman.freebsd.org> From: Yar Tikhiy Date: Mon, 27 Jan 2003 07:34:22 -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 2003/01/27 07:34:22 PST Modified files: libexec/ftpd ftpd.c Log: Actually extract the second field from a line in ftpchroot(5) instead of just using the rest of the line behind the first field. Revision Changes Path 1.137 +18 -16 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 Mon Jan 27 7:38:45 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1B1E37B401; Mon, 27 Jan 2003 07:38:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 565BA43F13; Mon, 27 Jan 2003 07:38:44 -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 h0RFcibv002692; Mon, 27 Jan 2003 07:38: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 h0RFci6j002691; Mon, 27 Jan 2003 07:38:44 -0800 (PST) Message-Id: <200301271538.h0RFci6j002691@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 27 Jan 2003 07:38:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/linux-eagle 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 arved 2003/01/27 07:38:44 PST Modified files: cad/linux-eagle Makefile pkg-plist Log: Use cpio instead of tar to fix permission problems. Remove a file from pkg-plist. Bump PORTREVISION PR: 47532 Submitted by: Thomas E. Zander Revision Changes Path 1.8 +7 -4 ports/cad/linux-eagle/Makefile 1.4 +0 -1 ports/cad/linux-eagle/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 Jan 27 7:41:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCF6737B401; Mon, 27 Jan 2003 07:41:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8642F43ED8; Mon, 27 Jan 2003 07:41:16 -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 h0RFfGbv004457; Mon, 27 Jan 2003 07:41:16 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RFfGJ7004452; Mon, 27 Jan 2003 07:41:16 -0800 (PST) Message-Id: <200301271541.h0RFfGJ7004452@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 27 Jan 2003 07:41:16 -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 2003/01/27 07:41:16 PST Modified files: . modules Log: de-linux-eagle --> ports/german/linux-eagle Revision Changes Path 1.6590 +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 Jan 27 7:42:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22E9A37B401; Mon, 27 Jan 2003 07:42:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE4ED43E4A; Mon, 27 Jan 2003 07:42:56 -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 h0RFgubv006145; Mon, 27 Jan 2003 07:42: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 h0RFgu4n006144; Mon, 27 Jan 2003 07:42:56 -0800 (PST) Message-Id: <200301271542.h0RFgu4n006144@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 27 Jan 2003 07:42:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/german/linux-eagle 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 2003/01/27 07:42:56 PST Modified files: german/linux-eagle pkg-plist Log: Remove a file from pkg-plist. PR: 47534 Submitted by: Thomas E. Zander Revision Changes Path 1.5 +0 -1 ports/german/linux-eagle/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 Jan 27 7:45:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F016637B405 for ; Mon, 27 Jan 2003 07:45:17 -0800 (PST) Received: from analog.databits.net (analog.databits.net [198.78.65.155]) by mx1.FreeBSD.org (Postfix) with SMTP id 0EC6643F43 for ; Mon, 27 Jan 2003 07:45:15 -0800 (PST) (envelope-from petef@analog.databits.net) Received: (qmail 33599 invoked by uid 1000); 27 Jan 2003 15:41:20 -0000 Date: Mon, 27 Jan 2003 09:41:20 -0600 From: Pete Fritchman To: "Brian F. Feldman" Cc: obrien@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/mail Makefile ports/mail/p5-Mail-SpamAssassin-snapshot Makefile Message-ID: <20030127154120.GL65443@absolutbsd.org> References: <20030126221633.GD23132@dragon.nuxi.com> <200301271342.h0RDg9Ik043285@green.bikeshed.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301271342.h0RDg9Ik043285@green.bikeshed.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 ++ 27/01/03 08:42 -0500 - Brian F. Feldman: | "David O'Brien" wrote: | > Why not assign an alternate LINK= so that the package is still easily | > installable with "pkg_add -r"? Set NO_CDROM= if you feel this package | > isn't useful being on a release CDROM. | | That makes sense; how does this look? | | --- Makefile 25 Jan 2003 06:42:59 -0000 1.2 | +++ Makefile 27 Jan 2003 13:41:37 -0000 | @@ -25,7 +25,7 @@ | PODPARSER= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser | RUN_DEPENDS+= ${PODPARSER} | BUILD_DEPENDS+= ${PODPARSER} | -NO_LATEST_LINK= yes | +LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}-snapshot-${PORTVERSION} Leave out the ${PORTVERSION}. The idea is somebody can just go: # pkg_add -r p5-Mail-SpamAssassin-snapshot and get the latest version. From bsd.port.mk: # LATEST_LINK - Install the "Latest" link for the package as ___. Define # this if the "Latest" link name will be incorrectly determined. (look in ftp://ftp.freebsd.org//pub/FreeBSD/ports/i386/packages-5-current/Latest) --pete To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 7:53:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C85B37B401; Mon, 27 Jan 2003 07:53:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 125FD43EB2; Mon, 27 Jan 2003 07:53: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 h0RFrBbv009705; Mon, 27 Jan 2003 07:53: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 h0RFrBAh009704; Mon, 27 Jan 2003 07:53:11 -0800 (PST) Message-Id: <200301271553.h0RFrBAh009704@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 27 Jan 2003 07:53:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/ftpcopy 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 2003/01/27 07:53:11 PST Modified files: ftp/ftpcopy Makefile distinfo Log: Update to 0.6.0 Add ipv6 to Categories PR: 47526 Submitted by: Matthias Andree Revision Changes Path 1.17 +2 -2 ports/ftp/ftpcopy/Makefile 1.14 +1 -1 ports/ftp/ftpcopy/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 7:55:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C9BC37B401; Mon, 27 Jan 2003 07:55:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2344B43EB2; Mon, 27 Jan 2003 07:55:40 -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 h0RFtdbv009801; Mon, 27 Jan 2003 07:55:39 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RFtdIL009800; Mon, 27 Jan 2003 07:55:39 -0800 (PST) Message-Id: <200301271555.h0RFtdIL009800@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 27 Jan 2003 07:55:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/licq 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 dinoex 2003/01/27 07:55:39 PST Modified files: net/licq Makefile.inc Log: - add option LICQ_PORT= to alter location of master port Revision Changes Path 1.9 +4 -3 ports/net/licq/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 8: 4:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B17C337B401; Mon, 27 Jan 2003 08:04:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5071543F18; Mon, 27 Jan 2003 08:04:56 -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 h0RG4ubv013350; Mon, 27 Jan 2003 08:04: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 h0RG4ubH013349; Mon, 27 Jan 2003 08:04:56 -0800 (PST) Message-Id: <200301271604.h0RG4ubH013349@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 27 Jan 2003 08:04:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/scid Makefile distinfo pkg-plist ports/games/scid/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 arved 2003/01/27 08:04:56 PST Modified files: games/scid Makefile distinfo pkg-plist games/scid/files patch-Makefile Log: Update to 3.4 [1] Use tcl/tk 8.4.x[1] Update Maintainers email address[1] Use Systems zlib PR: 47519 Submitted by: Friedrich Volkmann Revision Changes Path 1.4 +5 -5 ports/games/scid/Makefile 1.3 +1 -1 ports/games/scid/distinfo 1.3 +40 -9 ports/games/scid/files/patch-Makefile 1.3 +2 -0 ports/games/scid/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 Jan 27 8: 5: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00B0637B4E0; Mon, 27 Jan 2003 08:05:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A63443E4A; Mon, 27 Jan 2003 08:05:01 -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 h0RG51bv013383; Mon, 27 Jan 2003 08:05:01 -0800 (PST) (envelope-from mwlucas@repoman.freebsd.org) Received: (from mwlucas@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RG51GJ013382; Mon, 27 Jan 2003 08:05:01 -0800 (PST) Message-Id: <200301271605.h0RG51GJ013382@repoman.freebsd.org> From: Michael Lucas Date: Mon, 27 Jan 2003 08:05:01 -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 2003/01/27 08:05:01 PST Modified files: en/donations wantlist.sgml Log: fix typo noticed by: jesper Revision Changes Path 1.70 +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 Mon Jan 27 8:10:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6C2237B401; Mon, 27 Jan 2003 08:10:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0DD943E4A; Mon, 27 Jan 2003 08:10:10 -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 h0RGAAbv013593; Mon, 27 Jan 2003 08:10: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 h0RGAAEg013592; Mon, 27 Jan 2003 08:10:10 -0800 (PST) Message-Id: <200301271610.h0RGAAEg013592@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 27 Jan 2003 08:10:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gtk-gnutella 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 2003/01/27 08:10:10 PST Modified files: net/gtk-gnutella Makefile distinfo pkg-plist Log: Update to 0.91.1 PR: 47518 Submitted by: Roman Shterenzon Revision Changes Path 1.13 +1 -1 ports/net/gtk-gnutella/Makefile 1.9 +1 -1 ports/net/gtk-gnutella/distinfo 1.5 +5 -0 ports/net/gtk-gnutella/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 Jan 27 8:17:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF2C437B401; Mon, 27 Jan 2003 08:17:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 659D643EB2; Mon, 27 Jan 2003 08:17:24 -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 h0RGHObv017058; Mon, 27 Jan 2003 08:17:24 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RGHOvD017057; Mon, 27 Jan 2003 08:17:24 -0800 (PST) Message-Id: <200301271617.h0RGHOvD017057@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 27 Jan 2003 08:17:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/nc6 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 arved 2003/01/27 08:17:24 PST Modified files: net/nc6 Makefile distinfo pkg-descr Log: Update to 0.4 PR: 47507 Submitted by: Filippo Natali Revision Changes Path 1.2 +3 -3 ports/net/nc6/Makefile 1.2 +1 -1 ports/net/nc6/distinfo 1.2 +2 -2 ports/net/nc6/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 Jan 27 8:21:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA20037B401; Mon, 27 Jan 2003 08:21:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C3C043EB2; Mon, 27 Jan 2003 08:21: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 h0RGLnbv019702; Mon, 27 Jan 2003 08:21:49 -0800 (PST) (envelope-from arved@repoman.freebsd.org) Received: (from arved@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RGLmad019693; Mon, 27 Jan 2003 08:21:48 -0800 (PST) Message-Id: <200301271621.h0RGLmad019693@repoman.freebsd.org> From: Tilman Linneweh Date: Mon, 27 Jan 2003 08:21:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/dtdinst 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 arved 2003/01/27 08:21:48 PST Modified files: textproc/dtdinst Makefile distinfo pkg-descr pkg-plist Log: Update to 2003.01.22 PR: 47504 Submitted by: Kimura Fuyuki (old maintainer) Revision Changes Path 1.4 +10 -13 ports/textproc/dtdinst/Makefile 1.3 +4 -4 ports/textproc/dtdinst/distinfo 1.3 +1 -4 ports/textproc/dtdinst/pkg-descr 1.2 +6 -5 ports/textproc/dtdinst/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 Jan 27 8:41:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EFC737B401; Mon, 27 Jan 2003 08:41:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9C2143F18; Mon, 27 Jan 2003 08:41:12 -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 h0RGfCbv025870; Mon, 27 Jan 2003 08:41:12 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RGfCnR025863; Mon, 27 Jan 2003 08:41:12 -0800 (PST) Message-Id: <200301271641.h0RGfCnR025863@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 27 Jan 2003 08:41:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations Makefile donors.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 trhodes 2003/01/27 08:41:12 PST Modified files: en/donations Makefile donors.sgml Log: Add the 10 GB IBM Drive to jesper; mark as awaiting shipment. Revision Changes Path 1.4 +2 -2 www/en/donations/Makefile 1.30 +8 -1 www/en/donations/donors.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 8:42:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CC6237B401; Mon, 27 Jan 2003 08:42:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B72A343EB2; Mon, 27 Jan 2003 08:42:27 -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 h0RGgRbv027326; Mon, 27 Jan 2003 08:42:27 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RGgR1N027322; Mon, 27 Jan 2003 08:42:27 -0800 (PST) Message-Id: <200301271642.h0RGgR1N027322@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 27 Jan 2003 08:42:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations 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 trhodes 2003/01/27 08:42:27 PST Modified files: en/donations Makefile Log: A file I was test building snuck in the Makefile during my last commit. Remove it. Revision Changes Path 1.5 +2 -2 www/en/donations/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 8:48:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFDFC37B401; Mon, 27 Jan 2003 08:48:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F69243F13; Mon, 27 Jan 2003 08:48:18 -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 h0RGmIbv027840; Mon, 27 Jan 2003 08:48:18 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RGmHYf027839; Mon, 27 Jan 2003 08:48:17 -0800 (PST) Message-Id: <200301271648.h0RGmHYf027839@repoman.freebsd.org> From: Norikatsu Shigemura Date: Mon, 27 Jan 2003 08:48:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/OpenEXR Makefile ports/graphics/OpenEXR/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 nork 2003/01/27 08:48:17 PST Modified files: graphics/OpenEXR Makefile graphics/OpenEXR/files patch-configure Log: make more clean Makefile and CFLAGS. Bump PORTREVISION for *_DEPENDS. PR: ports/47378 Submitted by: Miguel Mendez Submitted by: Simon 'corecode' Schubert Revision Changes Path 1.2 +11 -11 ports/graphics/OpenEXR/Makefile 1.2 +9 -1 ports/graphics/OpenEXR/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 Jan 27 8:51:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7844237B401; Mon, 27 Jan 2003 08:51:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F05B43F13; Mon, 27 Jan 2003 08:51:22 -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 h0RGpLbv029792; Mon, 27 Jan 2003 08:51:21 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RGpLMO029788; Mon, 27 Jan 2003 08:51:21 -0800 (PST) Message-Id: <200301271651.h0RGpLMO029788@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 27 Jan 2003 08:51:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations donors.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 trhodes 2003/01/27 08:51:21 PST Modified files: en/donations donors.sgml Log: mbr is shipping a 10GB drive to sos. Revision Changes Path 1.31 +8 -1 www/en/donations/donors.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 8:54:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B20B37B405; Mon, 27 Jan 2003 08:54:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1EE443F3F; Mon, 27 Jan 2003 08:54:17 -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 h0RGsHbv031322; Mon, 27 Jan 2003 08:54:17 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RGsHpZ031321; Mon, 27 Jan 2003 08:54:17 -0800 (PST) Message-Id: <200301271654.h0RGsHpZ031321@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 27 Jan 2003 08:54:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty_tty.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 2003/01/27 08:54:17 PST Modified files: sys/kern tty_tty.c Log: Don't dereference null vnode pointer if controling terminal was revoked. Submitted by: "Peter Edwards" Revision Changes Path 1.47 +5 -3 src/sys/kern/tty_tty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 8:56:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C69B37B401; Mon, 27 Jan 2003 08:56:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D706F43ED8; Mon, 27 Jan 2003 08:56:50 -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 h0RGuobv031447; Mon, 27 Jan 2003 08:56:50 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RGuoBa031446; Mon, 27 Jan 2003 08:56:50 -0800 (PST) Message-Id: <200301271656.h0RGuoBa031446@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 27 Jan 2003 08:56:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations donors.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 trhodes 2003/01/27 08:56:50 PST Modified files: en/donations donors.sgml Log: s/freebsd/FreeBSD and a few others. Revision Changes Path 1.32 +7 -7 www/en/donations/donors.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 9: 5:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A5D637B401; Mon, 27 Jan 2003 09:05:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AD6B43ED8; Mon, 27 Jan 2003 09:05:36 -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 h0RH5abv035025; Mon, 27 Jan 2003 09:05:36 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RH5acf035024; Mon, 27 Jan 2003 09:05:36 -0800 (PST) Message-Id: <200301271705.h0RH5acf035024@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 27 Jan 2003 09:05:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache13-ssl Makefile pkg-plist ports/www/apache13-ssl/files patch-as patch-httpd.conf-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 dinoex 2003/01/27 09:05:36 PST Modified files: www/apache13-ssl Makefile pkg-plist Added files: www/apache13-ssl/files patch-httpd.conf-dist Removed files: www/apache13-ssl/files patch-as Log: - Use user and group "www" - fix PLIST - add patch from ports/36363 (from ryan@servercity.com) - verify ports/36361 - fix ports/36364 Revision Changes Path 1.86 +6 -3 ports/www/apache13-ssl/Makefile 1.3 +0 -10 ports/www/apache13-ssl/files/patch-as (dead) 1.1 +32 -0 ports/www/apache13-ssl/files/patch-httpd.conf-dist (new) 1.15 +2 -1 ports/www/apache13-ssl/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 Jan 27 9:10: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 902B837B401; Mon, 27 Jan 2003 09:10:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3186F43F43; Mon, 27 Jan 2003 09:10:07 -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 h0RHA7bv035179; Mon, 27 Jan 2003 09:10:07 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RHA6Ga035177; Mon, 27 Jan 2003 09:10:06 -0800 (PST) Message-Id: <200301271710.h0RHA6Ga035177@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 27 Jan 2003 09:10:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/gnupg-idea Makefile ports/security/lsh 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 dinoex 2003/01/27 09:10:06 PST Modified files: security/gnupg-idea Makefile security/lsh Makefile Log: - add MASTER_SITE_GNUPG Suggested by: arved Revision Changes Path 1.18 +2 -1 ports/security/gnupg-idea/Makefile 1.13 +2 -1 ports/security/lsh/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 9:20:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC2D937B401; Mon, 27 Jan 2003 09:20:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71EDA43F6B; Mon, 27 Jan 2003 09:20:13 -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 h0RHKDbv038787; Mon, 27 Jan 2003 09:20:13 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RHKD7A038781; Mon, 27 Jan 2003 09:20:13 -0800 (PST) Message-Id: <200301271720.h0RHKD7A038781@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 27 Jan 2003 09:20:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/df df.1 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 trhodes 2003/01/27 09:20:13 PST Modified files: (Branch: RELENG_4) bin/df df.1 Log: Sync with CURRENT. Revision Changes Path 1.18.2.8 +16 -16 src/bin/df/df.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 9:48: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5164037B401; Mon, 27 Jan 2003 09:48:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4FC043F1E; Mon, 27 Jan 2003 09:47:59 -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 h0RHlxbv049304; Mon, 27 Jan 2003 09:47:59 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RHlx91049303; Mon, 27 Jan 2003 09:47:59 -0800 (PST) Message-Id: <200301271747.h0RHlx91049303@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 27 Jan 2003 09:47:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/mldonkey Makefile ports/net/mldonkey-gui 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 2003/01/27 09:47:59 PST Modified files: net/mldonkey Makefile net/mldonkey-gui Makefile Log: Fix typo: set WRKSRC correctly Submitted by: maintainer Revision Changes Path 1.4 +1 -1 ports/net/mldonkey-gui/Makefile 1.4 +1 -1 ports/net/mldonkey/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 9:48:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E75B37B401; Mon, 27 Jan 2003 09:48:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34C2B43E4A; Mon, 27 Jan 2003 09:48: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 h0RHmZbv049356; Mon, 27 Jan 2003 09: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 h0RHmYPr049355; Mon, 27 Jan 2003 09:48:34 -0800 (PST) Message-Id: <200301271748.h0RHmYPr049355@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 27 Jan 2003 09:48:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim 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 obrien 2003/01/27 09:48:34 PST Modified files: editors/vim Makefile distinfo Log: Update to Vim 6.1 patchlevel 302 Revision Changes Path 1.213 +2 -2 ports/editors/vim/Makefile 1.131 +31 -0 ports/editors/vim/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 9:50:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5F4237B405; Mon, 27 Jan 2003 09:50:41 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1E3E43F5F; Mon, 27 Jan 2003 09:50:40 -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 h0RHoXIx072956; Mon, 27 Jan 2003 09:50:33 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.6/Submit) id h0RHnIa4072894; Mon, 27 Jan 2003 09:49:18 -0800 (PST) Date: Mon, 27 Jan 2003 09:49:17 -0800 From: "David O'Brien" To: Jeff Roberson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf NOTES Message-ID: <20030127174917.GA51502@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Jeff Roberson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301260535.h0Q5Zs4g070843@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301260535.h0Q5Zs4g070843@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 Sat, Jan 25, 2003 at 09:35:54PM -0800, Jeff Roberson wrote: > jeff 2003/01/25 21:35:54 PST > > Modified files: > sys/conf NOTES > Log: > - Add entries for scheduler selection > > Revision Changes Path > 1.1121 +17 -0 src/sys/conf/NOTES > http://cvsweb.freebsd.org/src/sys/conf/NOTES.diff?r1=1.1120&r2=1.1121 What does ULE stand for? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 9:53: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59A4137B401; Mon, 27 Jan 2003 09:53:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F352643E4A; Mon, 27 Jan 2003 09:53:01 -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 h0RHr1bv052785; Mon, 27 Jan 2003 09:53:01 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RHr18B052784; Mon, 27 Jan 2003 09:53:01 -0800 (PST) Message-Id: <200301271753.h0RHr18B052784@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Mon, 27 Jan 2003 09:53:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/mldonkey 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 2003/01/27 09:53:01 PST Modified files: net/mldonkey Makefile Log: o Install port's supplied version of kill_mldonkey instead of distribution's one o Bump PORTREVISION Submitted by: maintainer Pointy hat to: lioux Revision Changes Path 1.5 +2 -1 ports/net/mldonkey/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 9:54:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97ED037B401; Mon, 27 Jan 2003 09:54:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AF4643ED8; Mon, 27 Jan 2003 09:54:50 -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 h0RHsobv052860; Mon, 27 Jan 2003 09:54:50 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RHsnOk052859; Mon, 27 Jan 2003 09:54:49 -0800 (PST) Message-Id: <200301271754.h0RHsnOk052859@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 27 Jan 2003 09:54:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/i386 drivers.conf src/release/pc98 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 2003/01/27 09:54:49 PST Modified files: release/i386 drivers.conf release/pc98 drivers.conf Log: Unbreak i386 snapshots by moving the 802.11 support (device wlan) out from BOOTMFS to the drivers floppy. Revision Changes Path 1.19 +1 -0 src/release/i386/drivers.conf 1.9 +1 -0 src/release/pc98/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 Jan 27 10: 0:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C91637B405; Mon, 27 Jan 2003 10:00:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAD0F43F1E; Mon, 27 Jan 2003 10:00:16 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0RI0Gbv053038; Mon, 27 Jan 2003 10:00:16 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RI0GoA053035; Mon, 27 Jan 2003 10:00:16 -0800 (PST) Message-Id: <200301271800.h0RI0GoA053035@repoman.freebsd.org> From: Christian Brueffer Date: Mon, 27 Jan 2003 10:00:16 -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 brueffer 2003/01/27 10:00:16 PST Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: More cleanup: o Remove some dublicate additional contributors o Move some former developers to the alumni o Add missing developers to the alumni o Fix most of the ???? entries in the alumni (based on cvs logs) Approved by: ceri (mentor) Revision Changes Path 1.327 +40 -55 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 Mon Jan 27 10:16:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFD8D37B401; Mon, 27 Jan 2003 10:16:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9544D43ED8; Mon, 27 Jan 2003 10:16:32 -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 h0RIGWbv060089; Mon, 27 Jan 2003 10:16:32 -0800 (PST) (envelope-from fenner@repoman.freebsd.org) Received: (from fenner@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RIGWfL060088; Mon, 27 Jan 2003 10:16:32 -0800 (PST) Message-Id: <200301271816.h0RIGWfL060088@repoman.freebsd.org> From: Bill Fenner Date: Mon, 27 Jan 2003 10:16:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/lastcomm lastcomm.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 2003/01/27 10:16:32 PST Modified files: usr.bin/lastcomm lastcomm.c Log: Don't try to fseek before the beginning of the file; POSIX requires that this return an error. This re-enables display of the first entry in /var/account/acct instead of the error "lastcomm: /var/account/acct: Invalid argument" Revision Changes Path 1.18 +8 -7 src/usr.bin/lastcomm/lastcomm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 10:16:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9656A37B4C2; Mon, 27 Jan 2003 10:16:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB70C43ED8; Mon, 27 Jan 2003 10:16:36 -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 h0RIGabv060115; Mon, 27 Jan 2003 10:16:36 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RIGaCo060114; Mon, 27 Jan 2003 10:16:36 -0800 (PST) Message-Id: <200301271816.h0RIGaCo060114@repoman.freebsd.org> From: Tom Rhodes Date: Mon, 27 Jan 2003 10:16:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xargs xargs.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 trhodes 2003/01/27 10:16:36 PST Modified files: usr.bin/xargs xargs.1 Log: A few changes for clarity. PR: 47170 Submitted by: Gary W. Swearingen (original version) Revision Changes Path 1.27 +17 -13 src/usr.bin/xargs/xargs.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 10:35:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1821837B401; Mon, 27 Jan 2003 10:35:34 -0800 (PST) Received: from mail-green.research.att.com (mail-green.research.att.com [135.207.30.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 727F543E4A; Mon, 27 Jan 2003 10:35:33 -0800 (PST) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-green.research.att.com (Postfix) with ESMTP id 97B771E17E; Mon, 27 Jan 2003 13:35:32 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id NAA17531; Mon, 27 Jan 2003 13:35:31 -0500 (EST) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id KAA09277; Mon, 27 Jan 2003 10:35:31 -0800 (PST) Message-Id: <200301271835.KAA09277@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/lastcomm lastcomm.c Date: Mon, 27 Jan 2003 10:35:30 -0800 Versions: dmail (solaris) 2.5a/makemail 2.9d Sender: owner-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 2003/01/27 10:16:32 PST > > Modified files: > usr.bin/lastcomm lastcomm.c > Log: > Don't try to fseek before the beginning of the file; POSIX requires that > this return an error. If anyone's interested, our fseek() gained the POSIX behavior in libc/stdio/fseek.c rev 1.12, at Wed Aug 15 02:07:47 2001 UTC , breaking lastcomm at that time. I guess nobody uses lastcomm much =) Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 10:39:11 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85AC737B401; Mon, 27 Jan 2003 10:39:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6C8243F1E; Mon, 27 Jan 2003 10:39:09 -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 h0RId9bv067306; Mon, 27 Jan 2003 10:39:09 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RId93J067305; Mon, 27 Jan 2003 10:39:09 -0800 (PST) Message-Id: <200301271839.h0RId93J067305@repoman.freebsd.org> From: Jake Burkholder Date: Mon, 27 Jan 2003 10:39:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sab sab.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 2003/01/27 10:39:09 PST Modified files: sys/dev/sab sab.c Log: Add the sabtty children devices as unordered. Use the unit numbr of the sabtty device to create its description so that they will be unique for machines with multiple sab chips. This fixes a panic on machines with an rsc card. Tested by: obrien (e250) Revision Changes Path 1.11 +4 -5 src/sys/dev/sab/sab.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 10:45: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BA8637B401; Mon, 27 Jan 2003 10:44:59 -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 D195A43ED8; Mon, 27 Jan 2003 10:44:58 -0800 (PST) (envelope-from silby@silby.com) Received: from [10.1.1.6] (d184.as3.nwbl0.wi.voyager.net [169.207.95.122]) by out3.mx.nwbl.wi.voyager.net (Postfix) with ESMTP id 00AB277638; Mon, 27 Jan 2003 12:44:55 -0600 (CST) Date: Mon, 27 Jan 2003 12:52:48 -0600 (CST) From: Mike Silbersack To: David O'Brien Cc: Jeff Roberson , "" , "" Subject: Re: cvs commit: src/sys/conf NOTES In-Reply-To: <20030127174917.GA51502@dragon.nuxi.com> Message-ID: <20030127125215.A3909-100000@patrocles.silby.com> References: <200301260535.h0Q5Zs4g070843@repoman.freebsd.org> <20030127174917.GA51502@dragon.nuxi.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 On Mon, 27 Jan 2003, David O'Brien wrote: > On Sat, Jan 25, 2003 at 09:35:54PM -0800, Jeff Roberson wrote: > > jeff 2003/01/25 21:35:54 PST > > > > Modified files: > > sys/conf NOTES > > Log: > > - Add entries for scheduler selection > > > > Revision Changes Path > > 1.1121 +17 -0 src/sys/conf/NOTES > > http://cvsweb.freebsd.org/src/sys/conf/NOTES.diff?r1=1.1120&r2=1.1121 > > What does ULE stand for? It's stored in the file: sched_ule.c Very Punny. 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 Mon Jan 27 11: 9:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E1F637B401; Mon, 27 Jan 2003 11:09:53 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8743643ED8; Mon, 27 Jan 2003 11:09:52 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0RJ9hDZ009845; Mon, 27 Jan 2003 14:09:44 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: cvs commit: ports/editors/vim Makefile distinfo From: Joe Marcus Clarke To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200301271748.h0RHmYPr049355@repoman.freebsd.org> References: <200301271748.h0RHmYPr049355@repoman.freebsd.org> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1043694566.325.51.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 27 Jan 2003 14:09:26 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,REFERENCES,SPAM_PHRASE_00_01 version=2.43 Sender: owner-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, 2003-01-27 at 12:48, David E. O'Brien wrote: > obrien 2003/01/27 09:48:34 PST > > Modified files: > editors/vim Makefile distinfo > Log: > Update to Vim 6.1 patchlevel 302 Any chance you could look at ports/46770? Thanks. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 11:13:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDC5A37B401; Mon, 27 Jan 2003 11:13:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6494743E4A; Mon, 27 Jan 2003 11:13:51 -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 h0RJDpbv081452; Mon, 27 Jan 2003 11:13:51 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RJDppT081451; Mon, 27 Jan 2003 11:13:51 -0800 (PST) Message-Id: <200301271913.h0RJDppT081451@repoman.freebsd.org> From: Sean Chittenden Date: Mon, 27 Jan 2003 11:13:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_geoip 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 seanc 2003/01/27 11:13:51 PST Modified files: www/mod_geoip Makefile Log: Add GeoIP dependency. ::blush:: Not bumping port version. Revision Changes Path 1.2 +1 -0 ports/www/mod_geoip/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 11:59:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAE7937B401; Mon, 27 Jan 2003 11:59:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FAD543EB2; Mon, 27 Jan 2003 11:59:28 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0RJxSbv095738; Mon, 27 Jan 2003 11:59:28 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RJxSIx095737; Mon, 27 Jan 2003 11:59:28 -0800 (PST) Message-Id: <200301271959.h0RJxSIx095737@repoman.freebsd.org> From: Matt Dillon Date: Mon, 27 Jan 2003 11:59:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall label.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 dillon 2003/01/27 11:59:28 PST Modified files: (Branch: RELENG_4) release/sysinstall label.c Log: MFC usr.sbin/sysinstall 1.136, change swap backoff from 1/2 to 1/8 physical memory for 'A'uto command. Revision Changes Path 1.98.2.13 +2 -2 src/release/sysinstall/label.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 12: 1:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7C9937B401; Mon, 27 Jan 2003 12:01:48 -0800 (PST) Received: from mail.rpi.edu (mail.rpi.edu [128.113.2.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id E528343F1E; Mon, 27 Jan 2003 12:01:47 -0800 (PST) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.12.1/8.12.1) with ESMTP id h0RK1g2w169104; Mon, 27 Jan 2003 15:01:42 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <200301271959.h0RJxSIx095737@repoman.freebsd.org> References: <200301271959.h0RJxSIx095737@repoman.freebsd.org> Date: Mon, 27 Jan 2003 15:01:41 -0500 To: Matt Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org From: Garance A Drosihn Subject: Re: cvs commit: src/release/sysinstall label.c Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: MIMEDefang 2.3 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-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 11:59 AM -0800 1/27/03, Matt Dillon wrote: >dillon 2003/01/27 11:59:28 PST > > Modified files: (Branch: RELENG_4) > release/sysinstall label.c > Log: > MFC usr.sbin/sysinstall 1.136, change swap backoff from 1/2 > to 1/8 physical memory for 'A'uto command. Thanks. That should help on systems with larger amounts of memory. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 12: 3:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E37237B401 for ; Mon, 27 Jan 2003 12:03:34 -0800 (PST) Received: from mail.speakeasy.net (mail13.speakeasy.net [216.254.0.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8ED743F3F for ; Mon, 27 Jan 2003 12:03:31 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 8891 invoked from network); 27 Jan 2003 20:03:35 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail13.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 27 Jan 2003 20:03:35 -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 h0RK3QUT057936; Mon, 27 Jan 2003 15:03:26 -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: <20030127043106.GL94229@wantadilla.lemis.com> Date: Mon, 27 Jan 2003 15:03:31 -0500 (EST) From: John Baldwin To: "Greg 'groggy' Lehey" Subject: Re: cvs commit: src/usr.sbin/sysinstall label.c Cc: Matthew Dillon , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, Matt Dillon , "David O'Brien" Sender: owner-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 27-Jan-2003 Greg 'groggy' Lehey wrote: > On Sunday, 26 January 2003 at 13:04:26 -0800, David O'Brien wrote: >> On Sun, Jan 26, 2003 at 09:31:24AM +0800, Greg Lehey wrote: >>> I second this. There are cases where you're installing a second >>> FreeBSD system on a disk, and there's a swap partition on another >>> slice. Currently there's no way to tell sysinstall to use this >>> partition, >> >> There isn't?? > > Well, at any rate I haven't been able to find one. > >> Sysinstall asks you to select a disk, not a slice, at the fdisk >> menu. After that, when you go into the lable menu you see all the >> slices and their [BSD] partition types. Am I missing something in >> what you say? > > Maybe. > > On Sunday, 26 January 2003 at 13:08:32 -0800, Matthew Dillon wrote: >> If someone explains to me how to reproduce the sysinstall swap >> issue I will try to track it down and fix it. At worst >> sysinstall should simply try to run without swap. > > Here's what I did: > > I have a disk with 4 BIOS slices, all FreeBSD. ad0s[134] have > FreeBSD disk labels, and two of them have swap space. I want to > install a root file system, and nothing else, on ad0s2. I go to the > partition menu, then the label menu, which shows the existing > partitions without a type. I can select a mount point with the m > command, but it doesn't give me the option to declare it to be swap, > and if I enter "swap" it complains about the name not starting with /. > > I suppose I could delete one of the swap partitions and recreate it, > assuming that the slice is full, but that sounds dangerous, and it's > tacky at the best. It seems that it should be relatively trivial to > modify sysinstall to offer the choice of file system or swap when you > select the m command. This is an old bug that I fixed a while ago. :) sysinstall now knows when existing partitions are swap again. -- 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 Jan 27 12: 4:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A45D37B401; Mon, 27 Jan 2003 12:04:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40E9A43F18; Mon, 27 Jan 2003 12:04:09 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0RK49bv099171; Mon, 27 Jan 2003 12:04:09 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RK48lu099170; Mon, 27 Jan 2003 12:04:08 -0800 (PST) Message-Id: <200301272004.h0RK48lu099170@repoman.freebsd.org> From: Matt Dillon Date: Mon, 27 Jan 2003 12:04:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/nfs nfs_vfsops.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 dillon 2003/01/27 12:04:08 PST Modified files: (Branch: RELENG_4) sys/nfs nfs_vfsops.c Log: MFC 1.131 nfsclient/nfs_vfsops.c. Provide sysctl to allow defaulting of the connectionless (-c) feature to mount_nfs. Revision Changes Path 1.91.2.7 +15 -0 src/sys/nfs/nfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 12:12:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA86437B401; Mon, 27 Jan 2003 12:12:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 610A443F13; Mon, 27 Jan 2003 12:12:33 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0RKCXbv002651; Mon, 27 Jan 2003 12:12:33 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RKCXtM002650; Mon, 27 Jan 2003 12:12:33 -0800 (PST) Message-Id: <200301272012.h0RKCXtM002650@repoman.freebsd.org> From: Matt Dillon Date: Mon, 27 Jan 2003 12:12:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount_nfs mount_nfs.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2003/01/27 12:12:33 PST Modified files: sbin/mount_nfs mount_nfs.8 Log: Update mount_nfs documentation to reference new sysctl for -c default. Revision Changes Path 1.36 +6 -2 src/sbin/mount_nfs/mount_nfs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 12:13:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A44337B401; Mon, 27 Jan 2003 12:13:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A343443F43; Mon, 27 Jan 2003 12:13:37 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0RKDbbv002920; Mon, 27 Jan 2003 12:13:37 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RKDbWq002919; Mon, 27 Jan 2003 12:13:37 -0800 (PST) Message-Id: <200301272013.h0RKDbWq002919@repoman.freebsd.org> From: Matt Dillon Date: Mon, 27 Jan 2003 12:13:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount_nfs mount_nfs.8 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 dillon 2003/01/27 12:13:37 PST Modified files: (Branch: RELENG_4) sbin/mount_nfs mount_nfs.8 Log: MFC 1.36 - update mount_nfs documentation to reference new sysctl for -c default. Revision Changes Path 1.18.2.9 +6 -2 src/sbin/mount_nfs/mount_nfs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 12:52:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6840B37B401; Mon, 27 Jan 2003 12:52:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E40B43EB2; Mon, 27 Jan 2003 12:52:15 -0800 (PST) (envelope-from alex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0RKqEbv016572; Mon, 27 Jan 2003 12:52:14 -0800 (PST) (envelope-from alex@repoman.freebsd.org) Received: (from alex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RKqES4016571; Mon, 27 Jan 2003 12:52:14 -0800 (PST) Message-Id: <200301272052.h0RKqES4016571@repoman.freebsd.org> From: Alexander Langer Date: Mon, 27 Jan 2003 12:52:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/mindterm-binary 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 alex 2003/01/27 12:52:14 PST Modified files: security/mindterm-binary distinfo Log: Fix mindterm-ssh.html checksum. Submitted by: evenson@panix.com Revision Changes Path 1.2 +1 -1 ports/security/mindterm-binary/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 12:52:45 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11AD437B401; Mon, 27 Jan 2003 12:52:44 -0800 (PST) Received: from kurush.osdn.org.ua (external.osdn.org.ua [212.40.34.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4384343ED8; Mon, 27 Jan 2003 12:52:37 -0800 (PST) (envelope-from never@kurush.osdn.org.ua) Received: from kurush.osdn.org.ua (never@localhost [127.0.0.1]) by kurush.osdn.org.ua (8.12.6/8.12.6) with ESMTP id h0RKqXWK071840; Mon, 27 Jan 2003 22:52:33 +0200 (EET) (envelope-from never@kurush.osdn.org.ua) Received: (from never@localhost) by kurush.osdn.org.ua (8.12.6/8.12.6/Submit) id h0RKqXvB071839; Mon, 27 Jan 2003 22:52:33 +0200 (EET) Date: Mon, 27 Jan 2003 22:52:32 +0200 From: Alexandr Kovalenko To: Martin Blapp Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/editors/openoffice Makefile ports/editors/openoffice/files patch-berkeleydb+db-3.2.9.patch patch-config_office+configure.in patch-config_office+setsoenv.in Message-ID: <20030127205232.GA69040@nevermind.kiev.ua> References: <200301251955.h0PJt9P4061608@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200301251955.h0PJt9P4061608@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 Hello, Martin Blapp! On Sat, Jan 25, 2003 at 11:55:09AM -0800, you wrote: > mbr 2003/01/25 11:55:09 PST > > Modified files: > editors/openoffice Makefile > editors/openoffice/files patch-berkeleydb+db-3.2.9.patch > patch-config_office+configure.in > Added files: > editors/openoffice/files patch-config_office+setsoenv.in > Log: > Use the linux JDK for the build, which hopefully fixes the > build on bento. Add required patches to support this change. > If WITH_BSD_JDK is set, the original native JDK is used. Wow! Kewl, thanks! -- NEVE-RIPE, will build world for food Ukrainian FreeBSD User Group http://uafug.org.ua/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 13: 8:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DE3837B401; Mon, 27 Jan 2003 13:08:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30F0843E4A; Mon, 27 Jan 2003 13:08:43 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0RL8hbv020869; Mon, 27 Jan 2003 13:08:43 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RL8g4A020868; Mon, 27 Jan 2003 13:08:42 -0800 (PST) Message-Id: <200301272108.h0RL8g4A020868@repoman.freebsd.org> From: Anton Berezin Date: Mon, 27 Jan 2003 13:08:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Attribute-Handlers 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 tobez 2003/01/27 13:08:42 PST Modified files: devel Makefile Added files: devel/p5-Attribute-Handlers Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Attribute-Handlers 0.78, a perl module that provides simple definition of attribute handlers. PR: 47558 Submitted by: Erwin Lansing Revision Changes Path 1.1026 +1 -0 ports/devel/Makefile 1.1 +31 -0 ports/devel/p5-Attribute-Handlers/Makefile (new) 1.1 +1 -0 ports/devel/p5-Attribute-Handlers/distinfo (new) 1.1 +1 -0 ports/devel/p5-Attribute-Handlers/pkg-comment (new) 1.1 +9 -0 ports/devel/p5-Attribute-Handlers/pkg-descr (new) 1.1 +6 -0 ports/devel/p5-Attribute-Handlers/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 Jan 27 13: 9:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1AD437B401; Mon, 27 Jan 2003 13:09:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EDDC43F18; Mon, 27 Jan 2003 13:09:34 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0RL9Ybv020927; Mon, 27 Jan 2003 13:09:34 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RL9YKH020926; Mon, 27 Jan 2003 13:09:34 -0800 (PST) Message-Id: <200301272109.h0RL9YKH020926@repoman.freebsd.org> From: Juli Mallett Date: Mon, 27 Jan 2003 13:09:34 -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 jmallett 2003/01/27 13:09:34 PST Modified files: en/donations wantlist.sgml Log: Add a 4-port PCI serial card with DIN-8 cables, to provide a better serial console setup for my lab. Revision Changes Path 1.71 +8 -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 Jan 27 13: 9:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B23E537B405; Mon, 27 Jan 2003 13:09:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2245843F43; Mon, 27 Jan 2003 13:09:57 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0RL9ubv020956; Mon, 27 Jan 2003 13:09:56 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RL9u4f020955; Mon, 27 Jan 2003 13:09:56 -0800 (PST) Message-Id: <200301272109.h0RL9u4f020955@repoman.freebsd.org> From: Anton Berezin Date: Mon, 27 Jan 2003 13:09: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 tobez 2003/01/27 13:09:56 PST Modified files: . modules Log: p5-Attribute-Handlers ---> ports/devel/p5-Attribute-Handlers Revision Changes Path 1.6591 +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 Jan 27 13:16:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A117D37B401; Mon, 27 Jan 2003 13:16:14 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8045243F13; Mon, 27 Jan 2003 13:16:13 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0RLGDMW060214; Mon, 27 Jan 2003 13:16:13 -0800 (PST) (envelope-from marcel@piii.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 h0RLGCRn001041; Mon, 27 Jan 2003 13:16:13 -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 h0RLGCWM001040; Mon, 27 Jan 2003 13:16:12 -0800 (PST) (envelope-from marcel) Date: Mon, 27 Jan 2003 13:16:12 -0800 From: Marcel Moolenaar To: phk@freebsd.org Cc: Nate Lawson , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/disklabel disklabel.c Message-ID: <20030127211612.GA582@dhcp01.pn.xcllnt.net> References: <20030127104555.GA3050@dhcp01.pn.xcllnt.net> <21754.1043667421@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <21754.1043667421@critter.freebsd.dk> User-Agent: Mutt/1.5.3i Sender: owner-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, Jan 27, 2003 at 12:37:01PM +0100, phk@freebsd.org wrote: > In message <20030127104555.GA3050@dhcp01.pn.xcllnt.net>, Marcel Moolenaar write > s: > > >Clearly this isn't getting anywhere and you also don't give any > >reason whatsoever why fixing geom is not an option. So, at this > >time I can only conclude that there are non-technical forces > >at work... this is where I step out of the discussion and into > >bed... > > First of all: The ratio of normal I/O requests to operations which > examine or modify partitioning meta-data is so staggering high that > it should be obvious that there is no sane reason to take even the > smallest performance hit in the normal I/O path to cater for meta-data > updates. And thats where it stops. You can call this "non-technical > forces" if you like, but that is not what I would choose to call > it. The problem of not pessimizing the common I/O when uncommon I/O is to be allowed does not automaticly yield the solution implemented with GEOM and also does not yield a single solution only. So, describing the problem does not rationalize, in any way, the alternative used with GEOM to address the problem. Consequently, you still haven't given any reason whatsoever why fixing geom is not an option. And so this too is not going anywhere. > Second, if you add a sysctl that allows you to write to /dev/ad0 > while it is being actively used, then you can update the on-disk > GPT tables, but you still need to notify the GPT module that a > change occured, and in doing so, you may present the GPT with a new > on-disk GPT table which would blow any number of already open and > mounted partitions out of the water. Good point. However it is a fundamental problem that exists no matter how you abstract partitioning. Disallowing updates does not make the problem go away nor does changing the mechanics of updating the meta- data cause the problem to change. The current behaviour of GEOM is pleasing in that when you change a configuration (whether that's adding a partition entry or configuring a memory disk) the effect is immediately visible under /dev and you can use the new disk/partition/slice right away. Not bad. As for the case where the configuration is changed in a destructive or conflicting way this can cause all sorts of problems. However, I think this is the uncommon of the cases. Partitition tables are only seldomly changed in a conflicting way on purpose. Hence the common case is a change in meta-data that is consistent with the current configuration. I agree that optimizing the common case at the cost of pessimizing the uncommon case is good and so GEOM does with I/O. However, this is not done for updating meta-data. GEOM at this time disallows updates (excluding the recently added hooks) because the meta-data may conflict with the correct configuration and as such favors the uncommon case and even makes the common case impossible. Only with the added ioctls is it possible to update the meta-data. For GPT this still yields a significant pessimization. > So: How do you intend to make that notification happen, and how > do you intend to handle the case where the new on-disk GPT table > would violate open partitions ? I intend to make it happen by telling you that ioctls are not the right way to update GPT and then to leave you alone so that you can figure it out. See also below. As for my thoughts on both subjects: notification: after having performed all reads and writes necessary to update the meta-data, a tool can optionally use a sysctl or an ioctl to tell GEOM to retaste. The optionality allows the system administrator to control whether GEOM should use the new table right away or not. This allows the SA to perform additional tasks while the kernel uses the old partitioning. These tasks can include a reboot. When the SA opts to retaste he/she is responsible for the consequences. violation: in the above scheme, the SA is is responsible for getting his feet out of the way. Failure to do so results in undefined behaviour, including but not limited to panics, corruption and a wooden foot. > Now, if you want to cooperate on trying to make a generically usable > interface for such operations, I'm all open for cooperation. Not so far. You have been telling me that you are working on the GPT issue (see this MLs archive). I now get the distinct impression that you have no plans whatsoever to finish the job you started. On another mailinglist you have let people believe that everything was cool and that you were not aware of any bugs and that you only had on or two loose ends to tie. Yet, I still cannot update the GPT and after I shot down your proposed kludges you ask me how *I* want to solve the problems? So ok, call me weird, but I don't call that cooperation at all. > PS: And trust me: I have only inflicted GEOM on you and the rest > of the FreeBSD crew in order to annoy you and to restrict your > possibilities and restrain the performance. Really: That's why. Ah, ok. I thought you were in denial, but deliberately implementing these flaws so much more sensible. -- 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 Mon Jan 27 13:16:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A4F437B401 for ; Mon, 27 Jan 2003 13:16:54 -0800 (PST) Received: from ns1.ventonline.ca (h24-81-100-181.ok.shawcable.net [24.81.100.181]) by mx1.FreeBSD.org (Postfix) with SMTP id 27BD743F1E for ; Mon, 27 Jan 2003 13:16:48 -0800 (PST) (envelope-from polltis@baysystems.com.pk) Received: (qmail 1932 invoked from network); 27 Jan 2003 07:38:41 -0000 Received: from 200-206-158-140.travelnet.com.br (HELO solum.nu) (200.206.158.140) by ns1.ventonline.ca with SMTP; 27 Jan 2003 07:38:41 -0000 Message-ID: <0000105d747e$00002c2f$00001877@www.vrg.se> To: Cc: , , , , , , , , , , From: "Investment" Subject: Performers1715 Date: Mon, 27 Jan 2003 11:30:40 -2000 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" 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 BUY NASDAQ: MSGL (OTC BB) – Medical Technology Sector; MRI Scanning Software Systems Groundbreaking Upgrade Allows 10X more Resolution, at 10% of the cost of a new machine; Proven existing market of $1.3B for this product. The product is patented, FDA approved and currently just beginning to be implemented at many major institutions. The software allows for MRI resolutions of up to 1.3 Tesla’s compared to existing clarity of 0.5 Tesla’s. Investors who are still making money in the stock market are those who know what stocks are in play or stocks about to be promoted/syndicated. By now you probably realize that stocks don’t just go up but are pushed up by brokerage firms that give companies exposure and analyst coverage – they promote them! To make money, an investor needs to buy at the beginning of the PUSH and sell within a 60-day period. We report on which stocks are being pushed and at what price levels to buy and sell at. Our current pick, OTCBB: MSGL is poised to move quickly with solid fundamentals, excellent news to be released continually over the next several weeks and a full-blown exposure campaign and promotion underway. Trading Symbol--------MSGL Exchange Listing------NASDAQ OTCBB Capital Structure-----Total Float/DTC 5.8m, of which 4.4 million are tightly held/friendly Recent High-----------$0.40 Recent Low------------$0.08 30-day Avg Volume-----40,000 30-day price target---$0.50 NASDAQ OTCBB: MSGL - Listed Medical Technology MRI Software Company MSGL – Developers of a Revolutionary MRI upgrade software package (currently being implemented in facilities across the U.S.) that produces images with up to 10X more clarity and resolution than standard MRI processing software at a fraction of the price. MSGL’s ground-breading SLICES software manipulates raw data matrices obtained through the MRI scanning process. Through the use of advanced calculations (MicroSignal's EXACT method), SLICES is able to produce images that boast up to 10 times more clarity and resolutions than standard MRI processing software. In addition to superior image quality, and because of the method of processing, SLICES™ is able to significantly reduce patient scan time and the need for patient call backs and rescanning. These factors also can contribute to a reduction in film consumption of up to 40%. At the end of 2002, there were approximately 10,500 MRI (magnetic resonance imaging) systems installed worldwide. While changes in medical reimbursement have slowed the sale of new MRI machines, and the ever-increasing demand for improved image quality and reduced patient scan time; thus there has been a tremendous need for products that can improve patient throughput and image quality. OTCBB: MSGL has solved this problem with its low cost software that upgrades existing installed MRI systems to the quality of a new machine at a savings of approximately $1.4 million per machine. The total estimated market for this system is in excess of $1.3B. NASDAQ OTCBB: MSGL is expected to capture approximately 40% of this market within 3 years, resulting in revenues of approximately $500 million, with a Net Margin of approximately 35%, or over $100 million in earnings. Other medical technology / software & system developers such as Baxter Medical NYSE: BAX – p/e of 20X; NASDAQ: NMMD, p/e of 31.4, NASDAQ: NMDC, p/e of 20X; an average of 24X current EPS, and 20X 1 yr forward expected earnings. In comparison to these valuations, NASDAQ OTCBB: MSGL, with its proven market for its product, sales on the books for the current quarter and a successful product launch already would be more fairly valued at 25X–to-30X forward earnings or $2.00 –to- $3.00 per share currently. For more information, see the company’s website: microsignalcorp.com/index2.htm ******************************************************* ***********************Disclaimer******************** Information within this email contains "forward looking statements" within the meaning of Section 27A of the Securities Act of 1933 and Section 21B of the Securities Exchange Act of 1934. Any statements that express or involve discussions with respect to predictions, goals, expectations, beliefs, plans, projections, objectives, assumptions or future events or performance are not statements of historical fact and may be "forward looking statements." Forward looking statements are based on expectations, estimates and projections at the time the statements are made that involve a number of risks and uncertainties which could cause actual results or events to differ materially from those presently anticipated. Forward looking statements in this action may be identified through the use of words such as: "projects", "foresee", "expects", "estimates," "believes," "understands" "will," "anticipates," or that by statements indicating certain actions "may," "could," or "might" occur. All information provided within this email pertaining to investing, stocks, securities must be understood as information provided and not investment advice. Emerging Equity Alert advises all readers and subscribers to seek advice from a registered professional securities representative before deciding to trade in stocks featured within this email. None of the material within this report shall be construed as any kind of investment advice. In compliance with the Securities Act of 1933, Section 17(b), Emerging Stock Alert discloses the receipt of 50,000 unrestricted shares of MSGL from a third party for the publication of this report. Be aware of an inherent conflict of interest resulting from such compensation due to our intent to profit from the liquidation of these shares. Shares may be sold at any time, even after positive statements have been made regarding the above company. All factual information in this report was gathered from public sources, including but not limited to SEC filings, Company Press Releases, and Market Guide. Emerging Equity Alert believes this information to be reliable but can make no guarantee as to its accuracy or completeness. Use of the material within this email constitutes your acceptance of these terms. ****** Advertising Disclaimer ****** We are an internet advertising company and have received a monetary payment for this mailing service We hold no stocks and have no personal interest in this company whatsoever. We are simply being paid to perform a service. ****** Removal Instructions ****** This message has been sent to you in compliance with our strict anti-abuse regulations. We will continue to bring you valuable offers on the products and services that interest you most. If you do not wish to receive further mailings, please click below. We respect all removal requests. To be removed immediately from our mailing lists just click on the link below: MailTo:cal6517@excite.com Be sure that "Please Remove" is in the subject line of the email prior to sending it. This message is a paid advertisement. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 13:29:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 570BB37B401; Mon, 27 Jan 2003 13:29:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FB5743F81; Mon, 27 Jan 2003 13:29:01 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0RLT1bv028015; Mon, 27 Jan 2003 13:29:01 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RLT1p9028014; Mon, 27 Jan 2003 13:29:01 -0800 (PST) Message-Id: <200301272129.h0RLT1p9028014@repoman.freebsd.org> From: Juli Mallett Date: Mon, 27 Jan 2003 13:29:01 -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 jmallett 2003/01/27 13:29:01 PST Modified files: en/donations wantlist.sgml Log: Add a printed copy of the MIPS R4K User Guide to the wishlist. On my laptop, reading the PDF is too slow/cumbersome to be effective. Revision Changes Path 1.72 +8 -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 Jan 27 13:38:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E33B37B401; Mon, 27 Jan 2003 13:38:38 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12D8143F75; Mon, 27 Jan 2003 13:38:38 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id E41832A89E; Mon, 27 Jan 2003 13:38:37 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Mike Silbersack Cc: David O'Brien , Jeff Roberson , "" , "" Subject: Re: cvs commit: src/sys/conf NOTES In-Reply-To: <20030127125215.A3909-100000@patrocles.silby.com> Date: Mon, 27 Jan 2003 13:38:37 -0800 From: Peter Wemm Message-Id: <20030127213837.E41832A89E@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 Mike Silbersack wrote: > > On Mon, 27 Jan 2003, David O'Brien wrote: > > > On Sat, Jan 25, 2003 at 09:35:54PM -0800, Jeff Roberson wrote: > > > jeff 2003/01/25 21:35:54 PST > > > > > > Modified files: > > > sys/conf NOTES > > > Log: > > > - Add entries for scheduler selection > > > > > > Revision Changes Path > > > 1.1121 +17 -0 src/sys/conf/NOTES > > > http://cvsweb.freebsd.org/src/sys/conf/NOTES.diff?r1=1.1120&r2=1.1121 > > > > What does ULE stand for? > > It's stored in the file: > > sched_ule.c *GROAN* 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 Mon Jan 27 13:50:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB92D37B401; Mon, 27 Jan 2003 13:50:56 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-104-205.dsl.lsan03.pacbell.net [64.169.104.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 187F243F43; Mon, 27 Jan 2003 13:50:56 -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 6DDCA6786F; Mon, 27 Jan 2003 13:50:55 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id 30ED31716; Mon, 27 Jan 2003 13:50:55 -0800 (PST) Date: Mon, 27 Jan 2003 13:50:55 -0800 From: Kris Kennaway To: Dirk Meyer Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/licq Makefile.inc Message-ID: <20030127215054.GA6738@rot13.obsecurity.org> References: <200301271555.h0RFtdIL009800@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline In-Reply-To: <200301271555.h0RFtdIL009800@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 --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 27, 2003 at 07:55:39AM -0800, Dirk Meyer wrote: > dinoex 2003/01/27 07:55:39 PST >=20 > Modified files: > net/licq Makefile.inc=20 > Log: > - add option LICQ_PORT=3D to alter location of master port This contains a bogus change that breaks INDEX. More care needed! Kris --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+Nam+Wry0BWjoQKURAhjhAJ0RrBU/5NdPuxIg2q2wNtG3rnfcIgCg1Pkv wXazUfXNnI4r8RHmnWSB4dg= =Y9yB -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 14: 5: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B69BB37B401; Mon, 27 Jan 2003 14:05:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A18043F5F; Mon, 27 Jan 2003 14:05: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 h0RM55bv042063; Mon, 27 Jan 2003 14:05:05 -0800 (PST) (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RM558v042062; Mon, 27 Jan 2003 14:05:05 -0800 (PST) Message-Id: <200301272205.h0RM558v042062@repoman.freebsd.org> From: Kris Kennaway Date: Mon, 27 Jan 2003 14:05:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/angband 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 kris 2003/01/27 14:05:05 PST Modified files: games/angband Makefile distinfo pkg-plist Log: Update to angband 3.0.3, fix and sort pkg-plist. Reviewed by: mph (maintainer) Revision Changes Path 1.19 +1 -1 ports/games/angband/Makefile 1.9 +1 -1 ports/games/angband/distinfo 1.11 +15 -7 ports/games/angband/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 Jan 27 14: 5:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BDEB37B405; Mon, 27 Jan 2003 14:05:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F66043F7B; Mon, 27 Jan 2003 14:05:20 -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 h0RM5Kbv042146; Mon, 27 Jan 2003 14:05:20 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RM5KHX042145; Mon, 27 Jan 2003 14:05:20 -0800 (PST) Message-Id: <200301272205.h0RM5KHX042145@repoman.freebsd.org> From: Alan Eldridge Date: Mon, 27 Jan 2003 14:05:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/cups-base/files patch-cgi-bin-ipp-var.c-1.1.19 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/27 14:05:20 PST Modified files: print/cups-base/files patch-cgi-bin-ipp-var.c-1.1.19 Log: remove parts of 1.1.19 patch that are just cvs tags Revision Changes Path 1.2 +0 -14 ports/print/cups-base/files/patch-cgi-bin-ipp-var.c-1.1.19 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 14:10:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E46D37B401; Mon, 27 Jan 2003 14:10:48 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 569B443E4A; Mon, 27 Jan 2003 14:10:47 -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.6/8.12.5) with SMTP id h0RMAdP4085879; Mon, 27 Jan 2003 17:10:39 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Mon, 27 Jan 2003 17:10:38 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Bill Fenner Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/lastcomm lastcomm.c In-Reply-To: <200301271835.KAA09277@windsor.research.att.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 Mon, 27 Jan 2003, Bill Fenner wrote: > >fenner 2003/01/27 10:16:32 PST > > > > Modified files: > > usr.bin/lastcomm lastcomm.c > > Log: > > Don't try to fseek before the beginning of the file; POSIX requires that > > this return an error. > > If anyone's interested, our fseek() gained the POSIX behavior in > libc/stdio/fseek.c rev 1.12, at Wed Aug 15 02:07:47 2001 UTC , breaking > lastcomm at that time. I guess nobody uses lastcomm much =) Odd. I'm sure I've used it since then, because I'm sure we've fixed bugs in the accounting code since that time. 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 Mon Jan 27 14:13: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DD9137B401; Mon, 27 Jan 2003 14:13:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08C3243F18; Mon, 27 Jan 2003 14:13:03 -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 h0RMD2bv045647; Mon, 27 Jan 2003 14:13:02 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RMD2ib045646; Mon, 27 Jan 2003 14:13:02 -0800 (PST) Message-Id: <200301272213.h0RMD2ib045646@repoman.freebsd.org> From: Adam Weinberger Date: Mon, 27 Jan 2003 14:13:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/thefish 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 adamw 2003/01/27 14:13:02 PST Modified files: sysutils/thefish Makefile distinfo Log: Update to 0.2.5. PR: 47466 Submitted by: Miguel Mendez (maintainer) Revision Changes Path 1.22 +1 -1 ports/sysutils/thefish/Makefile 1.13 +1 -1 ports/sysutils/thefish/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 14:19:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B378637B401; Mon, 27 Jan 2003 14:19:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 581C443F75; Mon, 27 Jan 2003 14:19:33 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0RMJXbv045824; Mon, 27 Jan 2003 14:19:33 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RMJWgC045823; Mon, 27 Jan 2003 14:19:32 -0800 (PST) Message-Id: <200301272219.h0RMJWgC045823@repoman.freebsd.org> From: Martin Blapp Date: Mon, 27 Jan 2003 14:19:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/xdr xdr_rec.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 mbr 2003/01/27 14:19:32 PST Modified files: lib/libc/xdr xdr_rec.c Log: Reset the record lenght and received bytes once a record is finished. This fixes clients doing two RPCs over the same connection at the same time. Without this fix, we could end with a reply to old data. Submitted by: Frank van der Linden Reviewed by: rwatson Obtained from: NetBSD Revision Changes Path 1.18 +9 -0 src/lib/libc/xdr/xdr_rec.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 14:23: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCDD037B401; Mon, 27 Jan 2003 14:23:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3463443F7C; Mon, 27 Jan 2003 14:23:00 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0RMN0bv049222; Mon, 27 Jan 2003 14:23:00 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RMMxJP049221; Mon, 27 Jan 2003 14:22:59 -0800 (PST) Message-Id: <200301272222.h0RMMxJP049221@repoman.freebsd.org> From: Martin Blapp Date: Mon, 27 Jan 2003 14:22:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc rpc_generic.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 mbr 2003/01/27 14:22:59 PST Modified files: lib/libc/rpc rpc_generic.c Log: Free the correct buffer in error handling. Handle that malloc may return NULL. NetBSD Rev. 1.8 Reviewed by: phk Obtained from: NetBSD Revision Changes Path 1.11 +3 -1 src/lib/libc/rpc/rpc_generic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 14:27:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A65337B401; Mon, 27 Jan 2003 14:27:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6242143FB5; Mon, 27 Jan 2003 14:27:55 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0RMRtbv049370; Mon, 27 Jan 2003 14:27:55 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RMRtZ2049369; Mon, 27 Jan 2003 14:27:55 -0800 (PST) Message-Id: <200301272227.h0RMRtZ2049369@repoman.freebsd.org> From: Martin Blapp Date: Mon, 27 Jan 2003 14:27:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc rpcb_clnt.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 mbr 2003/01/27 14:27:55 PST Modified files: lib/libc/rpc rpcb_clnt.c Log: Add missing __rpc_fixup_addr. This is needed to make mount_nfs -T work for scoped addresses. NetBSD Rev 1.11 Reviewed by: phk Obtained from: NetBSD Revision Changes Path 1.12 +3 -0 src/lib/libc/rpc/rpcb_clnt.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 14:28:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC5F137B401; Mon, 27 Jan 2003 14:28:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FA9B43F43; Mon, 27 Jan 2003 14:28:27 -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 h0RMSRbv049413; Mon, 27 Jan 2003 14:28:27 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RMSRlI049412; Mon, 27 Jan 2003 14:28:27 -0800 (PST) Message-Id: <200301272228.h0RMSRlI049412@repoman.freebsd.org> From: Scott Long Date: Mon, 27 Jan 2003 14:28: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 scottl 2003/01/27 14:28:26 PST Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Remove a duplicate entry for 5.0-RELEASE Spotted by: fenner Revision Changes Path 1.270 +0 -5 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 Jan 27 14:36:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81E4837B401; Mon, 27 Jan 2003 14:36:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B4AF43F79; Mon, 27 Jan 2003 14:36:08 -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 h0RMa8bv052974; Mon, 27 Jan 2003 14:36:08 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RMa8Dw052973; Mon, 27 Jan 2003 14:36:08 -0800 (PST) Message-Id: <200301272236.h0RMa8Dw052973@repoman.freebsd.org> From: Max Khon Date: Mon, 27 Jan 2003 14:36:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/archivers/dact 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 fjoe 2003/01/27 14:36:08 PST Modified files: archivers/dact Makefile Log: Fix fetching PR: 47568 Revision Changes Path 1.6 +4 -2 ports/archivers/dact/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 14:36:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0023C37B401; Mon, 27 Jan 2003 14:36:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97A5A43F43; Mon, 27 Jan 2003 14:36:53 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0RMarbv053017; Mon, 27 Jan 2003 14:36:53 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RMarsZ053016; Mon, 27 Jan 2003 14:36:53 -0800 (PST) Message-Id: <200301272236.h0RMarsZ053016@repoman.freebsd.org> From: Martin Blapp Date: Mon, 27 Jan 2003 14:36:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc getnetpath.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 mbr 2003/01/27 14:36:53 PST Modified files: lib/libc/rpc getnetpath.c Log: Make sure we don't look before the beginning of the string. NetBSD Rev 1.5 Reviewed by: phk Obtained from: NetBSD Revision Changes Path 1.4 +2 -2 src/lib/libc/rpc/getnetpath.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 14:38:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C26E37B401; Mon, 27 Jan 2003 14:38:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32AA143F79; Mon, 27 Jan 2003 14:38:26 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0RMcPbv053085; Mon, 27 Jan 2003 14:38:25 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RMcP2R053084; Mon, 27 Jan 2003 14:38:25 -0800 (PST) Message-Id: <200301272238.h0RMcP2R053084@repoman.freebsd.org> From: Martin Blapp Date: Mon, 27 Jan 2003 14:38:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc clnt_bcast.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 mbr 2003/01/27 14:38:25 PST Modified files: lib/libc/rpc clnt_bcast.c Log: Check pmap_flag before sendto. NetBSD r 1.5 Reviewed by: phk Obtained from: NetBSD Revision Changes Path 1.6 +2 -1 src/lib/libc/rpc/clnt_bcast.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 14:43:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BAB337B401; Mon, 27 Jan 2003 14:43:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FE7D43F75; Mon, 27 Jan 2003 14:43:24 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0RMhNbv056530; Mon, 27 Jan 2003 14:43:23 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RMhN8S056529; Mon, 27 Jan 2003 14:43:23 -0800 (PST) Message-Id: <200301272243.h0RMhN8S056529@repoman.freebsd.org> From: Martin Blapp Date: Mon, 27 Jan 2003 14:43:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc clnt_bcast.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 mbr 2003/01/27 14:43:23 PST Modified files: lib/libc/rpc clnt_bcast.c Log: Make this work in the !INET6 case -- if we mismatch the AF, don't return a bogus (uninitialized) structure. Also, ignore v4 ifa's with no broadcast address (rather than core dumping). NetBSD Rev 1.8 Reviewed by: phk Obtained from: NetBSD Revision Changes Path 1.7 +10 -9 src/lib/libc/rpc/clnt_bcast.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 14:45:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E83437B401; Mon, 27 Jan 2003 14:45:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E623C43E4A; Mon, 27 Jan 2003 14:45:08 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0RMj8bv056593; Mon, 27 Jan 2003 14:45:08 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RMj8aH056592; Mon, 27 Jan 2003 14:45:08 -0800 (PST) Message-Id: <200301272245.h0RMj8aH056592@repoman.freebsd.org> From: Martin Blapp Date: Mon, 27 Jan 2003 14:45:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc getnetconfig.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 mbr 2003/01/27 14:45:08 PST Modified files: lib/libc/rpc getnetconfig.c Log: Fix signed/unsigned comparison warnings. Fix spelling error in comment. NetBSD Rev. 1.9 and 1.7 Reviewed by: phk Obtained from: NetBSD Revision Changes Path 1.8 +5 -4 src/lib/libc/rpc/getnetconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 14:46:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 236B437B401; Mon, 27 Jan 2003 14:46:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCF3743F79; Mon, 27 Jan 2003 14:46:50 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0RMkobv056670; Mon, 27 Jan 2003 14:46:50 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RMkoKN056669; Mon, 27 Jan 2003 14:46:50 -0800 (PST) Message-Id: <200301272246.h0RMkoKN056669@repoman.freebsd.org> From: Martin Blapp Date: Mon, 27 Jan 2003 14:46:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/rpc svc_dg.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 mbr 2003/01/27 14:46:50 PST Modified files: lib/libc/rpc svc_dg.c Log: Fix signed/unsigned comparison warnings. Reviewed by: phk Obtained from: NetBSD Revision Changes Path 1.6 +3 -3 src/lib/libc/rpc/svc_dg.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 15: 1: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A413F37B401; Mon, 27 Jan 2003 15:01:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B16B43E4A; Mon, 27 Jan 2003 15:01:04 -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 h0RN14bv061642; Mon, 27 Jan 2003 15:01:04 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RN14F9061638; Mon, 27 Jan 2003 15:01:04 -0800 (PST) Message-Id: <200301272301.h0RN14F9061638@repoman.freebsd.org> From: Peter Wemm Date: Mon, 27 Jan 2003 15:01:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_sig.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2003/01/27 15:01:04 PST Modified files: sys/kern kern_sig.c Log: No longer force COMPAT_FREEBSD4 to be on. Revision Changes Path 1.203 +0 -3 src/sys/kern/kern_sig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 15: 9:11 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E15437B401; Mon, 27 Jan 2003 15:09:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09FBE43F43; Mon, 27 Jan 2003 15:09: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 h0RN99bv063970; Mon, 27 Jan 2003 15:09:09 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RN99xX063969; Mon, 27 Jan 2003 15:09:09 -0800 (PST) Message-Id: <200301272309.h0RN99xX063969@repoman.freebsd.org> From: Max Khon Date: Mon, 27 Jan 2003 15:09:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/newmat Makefile distinfo pkg-descr ports/math/newmat/files patch-include.h patch-newmat9.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 fjoe 2003/01/27 15:09:09 PST Modified files: math/newmat Makefile distinfo pkg-descr Removed files: math/newmat/files patch-include.h patch-newmat9.cpp Log: - update to 10.0a (NOTE: the author didn't change tarball name) - fix fetching - fix WWW: in pkg-descr PR: 47567 (partially) Revision Changes Path 1.6 +1 -1 ports/math/newmat/Makefile 1.3 +1 -1 ports/math/newmat/distinfo 1.2 +0 -14 ports/math/newmat/files/patch-include.h (dead) 1.3 +0 -14 ports/math/newmat/files/patch-newmat9.cpp (dead) 1.2 +1 -1 ports/math/newmat/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 Jan 27 15:16:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEF7537B401; Mon, 27 Jan 2003 15:16:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7F7E43F3F; Mon, 27 Jan 2003 15:16:46 -0800 (PST) (envelope-from mph@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0RNGkbv067502; Mon, 27 Jan 2003 15:16:46 -0800 (PST) (envelope-from mph@repoman.freebsd.org) Received: (from mph@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RNGkkG067501; Mon, 27 Jan 2003 15:16:46 -0800 (PST) Message-Id: <200301272316.h0RNGkkG067501@repoman.freebsd.org> From: Matthew Hunt Date: Mon, 27 Jan 2003 15:16:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/angband 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 mph 2003/01/27 15:16:46 PST Modified files: games/angband Makefile Log: Provide a WITHOUT_X11 option. PR: ports/45960 Submitted by: Lev A. Serbryakov Revision Changes Path 1.20 +11 -1 ports/games/angband/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 15:22: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01DD937B401; Mon, 27 Jan 2003 15:22:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AABB43E4A; Mon, 27 Jan 2003 15:22:03 -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 h0RNM3bv070348; Mon, 27 Jan 2003 15:22:03 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RNM3Ha070344; Mon, 27 Jan 2003 15:22:03 -0800 (PST) Message-Id: <200301272322.h0RNM3Ha070344@repoman.freebsd.org> From: Sean Chittenden Date: Mon, 27 Jan 2003 15:22:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/postgresql-devel Makefile distinfo pkg-comment pkg-plist ports/databases/postgresql-devel/files patch-src::include::port::freebsd.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 seanc 2003/01/27 15:22:02 PST Modified files: databases/postgresql-devel Makefile distinfo pkg-comment pkg-plist Removed files: databases/postgresql-devel/files patch-src::include::port::freebsd.h Log: Update to a a 2003-01-26 snapshot of PostgreSQL. Documentation is not included in this port at the moment, please see the developer docs online. http://developer.postgresql.org/docs/postgres/ For a list of changes (mostly significant improvements for large queries): http://developer.postgresql.org/docs/postgres/release.html#RELEASE-DEVEL Revision Changes Path 1.110 +64 -97 ports/databases/postgresql-devel/Makefile 1.32 +1 -5 ports/databases/postgresql-devel/distinfo 1.2 +0 -10 ports/databases/postgresql-devel/files/patch-src::include::port::freebsd.h (dead) 1.8 +1 -1 ports/databases/postgresql-devel/pkg-comment 1.38 +358 -4 ports/databases/postgresql-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 Mon Jan 27 15:30:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5097437B401; Mon, 27 Jan 2003 15:30:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC6E343F43; Mon, 27 Jan 2003 15:30:21 -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 h0RNULbv071450; Mon, 27 Jan 2003 15:30:21 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RNULHX071448; Mon, 27 Jan 2003 15:30:21 -0800 (PST) Message-Id: <200301272330.h0RNULHX071448@repoman.freebsd.org> From: Max Khon Date: Mon, 27 Jan 2003 15:30:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fjoe 2003/01/27 15:30:21 PST Modified files: . UPDATING Log: hint.acpi.0.disable -> hint.acpi.0.disabled Submitted by: Vitaly Markitantov Revision Changes Path 1.238 +1 -1 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 15:33:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0774B37B401; Mon, 27 Jan 2003 15:33:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E7CE43F75; Mon, 27 Jan 2003 15:33:32 -0800 (PST) (envelope-from jmz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0RNXWbv074600; Mon, 27 Jan 2003 15:33:32 -0800 (PST) (envelope-from jmz@repoman.freebsd.org) Received: (from jmz@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0RNXWvi074599; Mon, 27 Jan 2003 15:33:32 -0800 (PST) Message-Id: <200301272333.h0RNXWvi074599@repoman.freebsd.org> From: Jean-Marc Zucconi Date: Mon, 27 Jan 2003 15:33:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/latex 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 jmz 2003/01/27 15:33:32 PST Modified files: print/latex Makefile distinfo pkg-plist Log: Upgrade to version 2001-09 (last version) Revision Changes Path 1.50 +1 -1 ports/print/latex/Makefile 1.10 +6 -6 ports/print/latex/distinfo 1.20 +45 -0 ports/print/latex/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 Jan 27 16:11:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B8E3C37B401; Mon, 27 Jan 2003 16:11:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 571F643F3F; Mon, 27 Jan 2003 16:11:45 -0800 (PST) (envelope-from anders@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0S0Bjbv087965; Mon, 27 Jan 2003 16:11:45 -0800 (PST) (envelope-from anders@repoman.freebsd.org) Received: (from anders@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S0BjSg087958; Mon, 27 Jan 2003 16:11:45 -0800 (PST) Message-Id: <200301280011.h0S0BjSg087958@repoman.freebsd.org> From: Anders Nordby Date: Mon, 27 Jan 2003 16:11:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/pound Makefile distinfo ports/www/pound/files patch-Makefile 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 anders 2003/01/27 16:11:45 PST Modified files: www/pound Makefile distinfo Added files: www/pound/files patch-configure Removed files: www/pound/files patch-Makefile Log: Update to 1.2. PR: 45585 Partly submitted by: Clement Laforet Revision Changes Path 1.2 +5 -8 ports/www/pound/Makefile 1.2 +1 -1 ports/www/pound/distinfo 1.2 +0 -27 ports/www/pound/files/patch-Makefile (dead) 1.1 +12 -0 ports/www/pound/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 Mon Jan 27 16:20:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF53C37B401; Mon, 27 Jan 2003 16:20:11 -0800 (PST) Received: from pop016.verizon.net (pop016pub.verizon.net [206.46.170.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7AA643F43; Mon, 27 Jan 2003 16:20:06 -0800 (PST) (envelope-from mtm@identd.net) Received: from kokeb.ambesa.net ([138.88.50.143]) by pop016.verizon.net (InterMail vM.5.01.05.20 201-253-122-126-120-20021101) with ESMTP id <20030128002001.SFOM20431.pop016.verizon.net@kokeb.ambesa.net>; Mon, 27 Jan 2003 18:20:01 -0600 Date: Mon, 27 Jan 2003 19:19:57 -0500 From: Mike Makonnen To: Tim Robbins Cc: davidx@viasoft.com.cn, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_thread.c In-Reply-To: <20030127194315.A8450@dilbert.robbins.dropbear.id.au> References: <200301262339.h0QNdX4E058771@repoman.freebsd.org> <20030126191333.C79685@locore.ca> <00cd01c2c5a5$aad5a8c0$f001a8c0@davidw2k> <20030127172941.A5041@dilbert.robbins.dropbear.id.au> <025e01c2c5d2$38110a00$f001a8c0@davidw2k> <20030127194315.A8450@dilbert.robbins.dropbear.id.au> X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="=.87+w_cl4uXDPjf" X-Authentication-Info: Submitted using SMTP AUTH at pop016.verizon.net from [138.88.50.143] at Mon, 27 Jan 2003 18:19:57 -0600 Message-Id: <20030128002001.SFOM20431.pop016.verizon.net@kokeb.ambesa.net> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=.87+w_cl4uXDPjf Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 27 Jan 2003 19:43:15 +1100 Tim Robbins wrote: > No, it still seems to not work correctly, but thanks anyway. Perhaps > it's a local problem -- it seems to work fine on ref5.freebsd.org. > > > Tim Uh, I think I somehow missed the email you're replying to. Can you forward ksetest to me? Thanks. -- Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc mtm@identd.net | Fingerprint: D228 1A6F C64E 120A A1C9 A3AA DAE1 E2AF DBCC 68B9 --=.87+w_cl4uXDPjf Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+Ncyt2uHir9vMaLkRAizJAJ0UWM29wEo85fRfWvmv5JPzC1boRwCcCGfi EGfzEMhPKs8GdtJQWiJ1Idw= =huw5 -----END PGP SIGNATURE----- --=.87+w_cl4uXDPjf-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 16:33:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 632FC37B401; Mon, 27 Jan 2003 16:33:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0819943F75; Mon, 27 Jan 2003 16:33:54 -0800 (PST) (envelope-from jwd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0S0Xrbv096014; Mon, 27 Jan 2003 16:33:53 -0800 (PST) (envelope-from jwd@repoman.freebsd.org) Received: (from jwd@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S0Xr4x096013; Mon, 27 Jan 2003 16:33:53 -0800 (PST) Message-Id: <200301280033.h0S0Xr4x096013@repoman.freebsd.org> From: "John W. De Boskey" Date: Mon, 27 Jan 2003 16:33:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch common.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 jwd 2003/01/27 16:33:53 PST Modified files: lib/libfetch common.c Log: Fix signed/unsigned comparison warning/error from 'make release' Revision Changes Path 1.45 +4 -4 src/lib/libfetch/common.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 16:36:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDF9937B401; Mon, 27 Jan 2003 16:36:24 -0800 (PST) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ADAB43E4A; Mon, 27 Jan 2003 16:36:24 -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.6/8.12.6) with ESMTP id h0S0cmjb090177; Mon, 27 Jan 2003 19:38:48 -0500 (EST) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.6/8.12.6/Submit) id h0S0cmWG090176; Mon, 27 Jan 2003 19:38:48 -0500 (EST) Date: Mon, 27 Jan 2003 19:38:48 -0500 From: Jake Burkholder To: "John W. De Boskey" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libfetch common.c Message-ID: <20030127193848.C89695@locore.ca> References: <200301280033.h0S0Xr4x096013@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: <200301280033.h0S0Xr4x096013@repoman.freebsd.org>; from jwd@FreeBSD.org on Mon, Jan 27, 2003 at 04:33:53PM -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, Jan 27, 2003 at 04:33:53PM -0800, John W. De Boskey said words to the effect of; > jwd 2003/01/27 16:33:53 PST > > Modified files: > lib/libfetch common.c > Log: > Fix signed/unsigned comparison warning/error from 'make release' Thanks! > > Revision Changes Path > 1.45 +4 -4 src/lib/libfetch/common.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 16:59:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C2EE37B401; Mon, 27 Jan 2003 16:59:29 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AF9C43F43; Mon, 27 Jan 2003 16:59:28 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.6/8.12.6) with ESMTP id h0S0xS0i034277; Mon, 27 Jan 2003 16:59:28 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.6/8.12.6/Submit) id h0S0xREC034266; Mon, 27 Jan 2003 16:59:27 -0800 (PST) Date: Mon, 27 Jan 2003 16:59:27 -0800 (PST) From: Matthew Dillon Message-Id: <200301280059.h0S0xREC034266@apollo.backplane.com> To: David Schultz Cc: "David O'Brien" , Greg Lehey , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/sysinstall label.c References: <200301251932.h0PJWZHo054126@repoman.freebsd.org> <20030125215919.GA6687@HAL9000.homeunix.com> <20030126013124.GD3641@sydney.worldwide.lemis.com> <20030126210426.GA23132@dragon.nuxi.com> <200301262108.h0QL8WRs068598@apollo.backplane.com> <20030127071241.GC1018@HAL9000.homeunix.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 : :Thus spake Matthew Dillon : :> If someone explains to me how to reproduce the sysinstall swap issue :> I will try to track it down and fix it. At worst sysinstall should :> simply try to run without swap. : :Try to install without creating a swap partition. I haven't tried :this since circa DP2, so I don't recall exactly what it bitched :about, but I think it complained before it wrote the label. :Someone (Eric McCoy, I think) mentioned on one of the lists that :it is still an issue as of 5.0-RELEASE. I would try it myself if :I had a non-broken disk around that I could afford to trash. All right. If I can get sysinstall to work at all I'll try it. I'm some serious problems just trying to get it see an IDE drive. First it didn't recognize the partition it created... it created partition ad2s4 then tried to mount ad2s1. Reboot. Now it gets past the partitioning but can't seem to operate on the disklabel. Reboot. Now it gets past the disklabel (though 'disklabel ad2s1' generates a warning about the c partition not covering the entire drive) and it seems to be installing happily, but I'm not convinced it's working properly :-(. Sigh. I'm trying to do this from a net-booted machine, maybe I have to do it from a floppy or CD booted box. -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 Mon Jan 27 17: 4:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D021937B405; Mon, 27 Jan 2003 17:04:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4474A43F43; Mon, 27 Jan 2003 17:04:32 -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 h0S14Wbv006833; Mon, 27 Jan 2003 17:04:32 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S14W0u006832; Mon, 27 Jan 2003 17:04:32 -0800 (PST) Message-Id: <200301280104.h0S14W0u006832@repoman.freebsd.org> From: Adam Weinberger Date: Mon, 27 Jan 2003 17:04:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/thefish Makefile distinfo 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 adamw 2003/01/27 17:04:31 PST Modified files: sysutils/thefish Makefile distinfo pkg-message Log: Update to 0.2.5.1. This port is now GTK2 and curses only. Goodbye, GTK-1.2. PR: 47466 Submitted by: Miguel Mendez (maintainer) Revision Changes Path 1.23 +3 -12 ports/sysutils/thefish/Makefile 1.14 +1 -1 ports/sysutils/thefish/distinfo 1.3 +1 -5 ports/sysutils/thefish/pkg-message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 17:19:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 677D837B401; Mon, 27 Jan 2003 17:19:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C85F43F79; Mon, 27 Jan 2003 17:19: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 h0S1JLbv010507; Mon, 27 Jan 2003 17:19: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 h0S1JLDn010506; Mon, 27 Jan 2003 17:19:21 -0800 (PST) Message-Id: <200301280119.h0S1JLDn010506@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 27 Jan 2003 17:19:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gnomeuserdocs2 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 2003/01/27 17:19:21 PST Modified files: misc/gnomeuserdocs2 Makefile Log: Make sure that the user document OMF files get registered in the main scrollkeeper database. Revision Changes Path 1.10 +3 -1 ports/misc/gnomeuserdocs2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 17:21:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEB4A37B401; Mon, 27 Jan 2003 17:21:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6222043F3F; Mon, 27 Jan 2003 17:21:58 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0S1Lwbv013235; Mon, 27 Jan 2003 17:21:58 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S1LwY7013234; Mon, 27 Jan 2003 17:21:58 -0800 (PST) Message-Id: <200301280121.h0S1LwY7013234@repoman.freebsd.org> From: Garance A Drosehn Date: Mon, 27 Jan 2003 17:21:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pw pw_user.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gad 2003/01/27 17:21:58 PST Modified files: usr.sbin/pw pw_user.c Log: Changes so the 'pw' command will allow '$' as the last character in a userid or group name (mainly for the benefit of samba). This pretty much rewrites he pw_checkname() routine, but should work exactly the same except for the above change, and that error messages are somewhat more informative. PR: 28733 46890 Inspired by: example patch written by Terry Lambert Reviewed by: no objections on freebsd-arch and freebsd-current MFC plans: no plans, but will do if people want it in stable. Revision Changes Path 1.52 +50 -13 src/usr.sbin/pw/pw_user.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 17:35:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5B0337B401; Mon, 27 Jan 2003 17:35:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AB9943F43; Mon, 27 Jan 2003 17:35:52 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0S1Zqbv017573; Mon, 27 Jan 2003 17:35:52 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S1Zq3W017572; Mon, 27 Jan 2003 17:35:52 -0800 (PST) Message-Id: <200301280135.h0S1Zq3W017572@repoman.freebsd.org> From: Garance A Drosehn Date: Mon, 27 Jan 2003 17:35:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pw pw_user.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gad 2003/01/27 17:35:52 PST Modified files: usr.sbin/pw pw_user.c Log: This is just a forced-commit to note that the previous commit addresses PR 28773 (not 28733!). I have closed both PR 28773 and PR 46890. Revision Changes Path 1.53 +0 -0 src/usr.sbin/pw/pw_user.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 17:52: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09D7037B401; Mon, 27 Jan 2003 17:52:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2E6443F75; Mon, 27 Jan 2003 17:52:02 -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 h0S1q2bv023936; Mon, 27 Jan 2003 17:52: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 h0S1q2ro023935; Mon, 27 Jan 2003 17:52:02 -0800 (PST) Message-Id: <200301280152.h0S1q2ro023935@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 27 Jan 2003 17:52:02 -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 2003/01/27 17:52:02 PST Modified files: Mk bsd.gnomeng.mk Log: Add a hack to set the scrollkeeper reigstration path to the constant defined by ${SCROLLKEEPER_DIR} regardless of the value of localstatedir. Revision Changes Path 1.21 +3 -1 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 Jan 27 17:52:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4D1E37B401; Mon, 27 Jan 2003 17:52:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5010B43FA3; Mon, 27 Jan 2003 17:52:35 -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 h0S1qZbv024414; Mon, 27 Jan 2003 17:52: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 h0S1qZvC024413; Mon, 27 Jan 2003 17:52:35 -0800 (PST) Message-Id: <200301280152.h0S1qZvC024413@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 27 Jan 2003 17:52:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gnomeuserdocs2 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 2003/01/27 17:52:35 PST Modified files: misc/gnomeuserdocs2 Makefile Log: Revert my previous commit. This is now handled by gnomehack. Revision Changes Path 1.11 +1 -2 ports/misc/gnomeuserdocs2/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 17:57: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 642B737B405; Mon, 27 Jan 2003 17:57:07 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1371D43F93; Mon, 27 Jan 2003 17:57:05 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.6/8.12.6) with ESMTP id h0S1v40i054623; Mon, 27 Jan 2003 17:57:04 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.6/8.12.6/Submit) id h0S1v4M2054622; Mon, 27 Jan 2003 17:57:04 -0800 (PST) Date: Mon, 27 Jan 2003 17:57:04 -0800 (PST) From: Matthew Dillon Message-Id: <200301280157.h0S1v4M2054622@apollo.backplane.com> To: David Schultz , "David O'Brien" , Greg Lehey , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/sysinstall label.c References: <200301251932.h0PJWZHo054126@repoman.freebsd.org> <20030125215919.GA6687@HAL9000.homeunix.com> <20030126013124.GD3641@sydney.worldwide.lemis.com> <20030126210426.GA23132@dragon.nuxi.com> <200301262108.h0QL8WRs068598@apollo.backplane.com> <20030127071241.GC1018@HAL9000.homeunix.com> <200301280059.h0S0xREC034266@apollo.backplane.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 : All right. If I can get sysinstall to work at all I'll try it. I'm : some serious problems just trying to get it see an IDE drive. First : it didn't recognize the partition it created... it created partition : ad2s4 then tried to mount ad2s1. Reboot. Now it gets past the : partitioning but can't seem to operate on the disklabel. Reboot. : Now it gets past the disklabel (though 'disklabel ad2s1' generates : a warning about the c partition not covering the entire drive) and : it seems to be installing happily, but I'm not convinced it's working : properly :-(. Sigh. I'm trying to do this from a net-booted machine, : maybe I have to do it from a floppy or CD booted box. : : -Matt : Matthew Dillon : Ugh. It didn't mount the newly specified partitions and happilly tried to load the distribution on top of the existing (mostly read-only) root. No errors, no warnings. I'll try burning a CD with a -current ISO. -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 Mon Jan 27 18:29:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1084B37B401; Mon, 27 Jan 2003 18:29:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A30D743E4A; Mon, 27 Jan 2003 18:29:47 -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 h0S2Tlbv035391; Mon, 27 Jan 2003 18:29:47 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S2Tlq3035390; Mon, 27 Jan 2003 18:29:47 -0800 (PST) Message-Id: <200301280229.h0S2Tlq3035390@repoman.freebsd.org> From: Sean Chittenden Date: Mon, 27 Jan 2003 18:29:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/qtella/files patch-include::SHA1Storage.h patch-include::sha1.h patch-src::SHA1Storage.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 seanc 2003/01/27 18:29:47 PST Modified files: net/qtella/files patch-src::SHA1Storage.cpp Added files: net/qtella/files patch-include::SHA1Storage.h patch-include::sha1.h Log: People still use 4.X??? Whoa! Fix qtella for -STABLE users with hack to get around headers and types moving around in GCC. Submitted by: maintainer && "Scott I. Remick" Revision Changes Path 1.1 +11 -0 ports/net/qtella/files/patch-include::SHA1Storage.h (new) 1.1 +23 -0 ports/net/qtella/files/patch-include::sha1.h (new) 1.2 +0 -6 ports/net/qtella/files/patch-src::SHA1Storage.cpp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 18:42: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A53DA37B401; Mon, 27 Jan 2003 18:42:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3774243F43; Mon, 27 Jan 2003 18:42:02 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0S2g1bv041759; Mon, 27 Jan 2003 18:42:01 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S2g1vY041758; Mon, 27 Jan 2003 18:42:01 -0800 (PST) Message-Id: <200301280242.h0S2g1vY041758@repoman.freebsd.org> From: Juli Mallett Date: Mon, 27 Jan 2003 18:42:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/tunefs tunefs.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 jmallett 2003/01/27 18:42:01 PST Modified files: sbin/tunefs tunefs.c Log: Fix problems with how libufs was used, with regard to mounted/active fs's, in the new world order of libufs, where we also do statfs, and add a missing close. Revision Changes Path 1.36 +16 -32 src/sbin/tunefs/tunefs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 19: 1:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D722437B401; Mon, 27 Jan 2003 19:01:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DFE143F85; Mon, 27 Jan 2003 19:01:36 -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 h0S31abv047912; Mon, 27 Jan 2003 19:01:36 -0800 (PST) (envelope-from alc@repoman.freebsd.org) Received: (from alc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S31aRY047908; Mon, 27 Jan 2003 19:01:36 -0800 (PST) Message-Id: <200301280301.h0S31aRY047908@repoman.freebsd.org> From: Alan Cox Date: Mon, 27 Jan 2003 19:01:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alc 2003/01/27 19:01:36 PST Modified files: sys/i386/i386 pmap.c Log: Merge pmap_testbit() and pmap_is_modified(). The latter is the only caller of the former. Revision Changes Path 1.381 +9 -29 src/sys/i386/i386/pmap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 19:39:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A95B37B401; Mon, 27 Jan 2003 19:39:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C529543F43; Mon, 27 Jan 2003 19:39:39 -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 h0S3ddbv060336; Mon, 27 Jan 2003 19:39:39 -0800 (PST) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S3ddd5060335; Mon, 27 Jan 2003 19:39:39 -0800 (PST) Message-Id: <200301280339.h0S3ddd5060335@repoman.freebsd.org> From: Mike Silbersack Date: Mon, 27 Jan 2003 19:39: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: HEAD Sender: owner-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 2003/01/27 19:39:39 PST Modified files: sys/netinet ip_input.c Log: A few fixes to rev 1.221 - Honor the previous behavior of maxfragpackets = 0 or -1 - Take a better stab at fragment statistics - Move / correct a comment Suggested by: maxim@ MFC after: 7 days Revision Changes Path 1.222 +17 -9 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 Mon Jan 27 19:50:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3059037B405; Mon, 27 Jan 2003 19:50:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7C1343F75; Mon, 27 Jan 2003 19:50:08 -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 h0S3o8bv063972; Mon, 27 Jan 2003 19:50:08 -0800 (PST) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S3o8cQ063970; Mon, 27 Jan 2003 19:50:08 -0800 (PST) Message-Id: <200301280350.h0S3o8cQ063970@repoman.freebsd.org> From: Murray Stokely Date: Mon, 27 Jan 2003 19:50:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/articles/committers-guide 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 murray 2003/01/27 19:50:08 PST Modified files: en_US.ISO8859-1/articles/committers-guide article.sgml Log: Update information to reflect the fact that DVD products are also available for free to FreeBSD committers from FreeBSD Mall, Inc. Revision Changes Path 1.152 +3 -3 doc/en_US.ISO8859-1/articles/committers-guide/article.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 20: 0:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C24637B401; Mon, 27 Jan 2003 20:00:29 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7212043F75; Mon, 27 Jan 2003 20:00:28 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.6/8.12.6) with ESMTP id h0S40S0i024069; Mon, 27 Jan 2003 20:00:28 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.6/8.12.6/Submit) id h0S40S4Z024068; Mon, 27 Jan 2003 20:00:28 -0800 (PST) Date: Mon, 27 Jan 2003 20:00:28 -0800 (PST) From: Matthew Dillon Message-Id: <200301280400.h0S40S4Z024068@apollo.backplane.com> To: David Schultz Cc: "David O'Brien" , Greg Lehey , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/sysinstall label.c References: <200301251932.h0PJWZHo054126@repoman.freebsd.org> <20030125215919.GA6687@HAL9000.homeunix.com> <20030126013124.GD3641@sydney.worldwide.lemis.com> <20030126210426.GA23132@dragon.nuxi.com> <200301262108.h0QL8WRs068598@apollo.backplane.com> <20030127071241.GC1018@HAL9000.homeunix.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 :Try to install without creating a swap partition. I haven't tried :this since circa DP2, so I don't recall exactly what it bitched :about, but I think it complained before it wrote the label. :Someone (Eric McCoy, I think) mentioned on one of the lists that :it is still an issue as of 5.0-RELEASE. I would try it myself if :I had a non-broken disk around that I could afford to trash. Ok, I tracked down the error message. Insofar as the swap goes I think we may simply be able to remove the test, as in the patch below. I haven't been able to test it yet for a myrid of reasons... my attempt to 'make release' fails so I cannot generate a new ISO, sysinstall in multi-user tries to write over / instead of installing on the specified hard disk, and so far my attempts to hack sysinstall to make it install to the specified hard disk have either failed with mounting errors or panic'd the system :-(. And the system I am testing on doesn't have a floppy. So if someone else can somehow test this it would be a help. -Matt Matthew Dillon Index: install.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/sysinstall/install.c,v retrieving revision 1.339 diff -u -r1.339 install.c --- install.c 17 Jan 2003 19:05:31 -0000 1.339 +++ install.c 28 Jan 2003 03:35:17 -0000 @@ -222,11 +222,13 @@ "in the label editor."); status = FALSE; } +#if 0 if (!swapdev && whinge) { msgConfirm("No swap devices found - you must create at least one\n" "swap partition."); status = FALSE; } +#endif return status; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 20:35:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C51D437B401; Mon, 27 Jan 2003 20:35:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B16F43F43; Mon, 27 Jan 2003 20:35:31 -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 h0S4ZVbv081551; Mon, 27 Jan 2003 20:35:31 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S4ZUrb081550; Mon, 27 Jan 2003 20:35:30 -0800 (PST) Message-Id: <200301280435.h0S4ZUrb081550@repoman.freebsd.org> From: Dirk Meyer Date: Mon, 27 Jan 2003 20:35:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/licq 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 dinoex 2003/01/27 20:35:30 PST Modified files: net/licq Makefile.inc Log: - fix Probem of noexisted dependeny, noted by kris. my regression tests didn't pick this up, cause /usr/ports/current/licq does exits here. Revision Changes Path 1.10 +2 -2 ports/net/licq/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 21: 0:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E62CD37B401; Mon, 27 Jan 2003 21:00:44 -0800 (PST) Received: from HAL9000.homeunix.com (12-233-57-224.client.attbi.com [12.233.57.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19E8943F75; Mon, 27 Jan 2003 21:00:44 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.6/8.12.5) with ESMTP id h0S50gZs000945; Mon, 27 Jan 2003 21:00:42 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.6/8.12.5/Submit) id h0S50gsm000944; Mon, 27 Jan 2003 21:00:42 -0800 (PST) (envelope-from dschultz@uclink.Berkeley.EDU) Date: Mon, 27 Jan 2003 21:00:42 -0800 From: David Schultz To: Matthew Dillon Cc: "David O'Brien" , Greg Lehey , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/sysinstall label.c Message-ID: <20030128050042.GA873@HAL9000.homeunix.com> Mail-Followup-To: Matthew Dillon , David O'Brien , Greg Lehey , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200301251932.h0PJWZHo054126@repoman.freebsd.org> <20030125215919.GA6687@HAL9000.homeunix.com> <20030126013124.GD3641@sydney.worldwide.lemis.com> <20030126210426.GA23132@dragon.nuxi.com> <200301262108.h0QL8WRs068598@apollo.backplane.com> <20030127071241.GC1018@HAL9000.homeunix.com> <200301280400.h0S40S4Z024068@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301280400.h0S40S4Z024068@apollo.backplane.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 Thus spake Matthew Dillon : > > :Try to install without creating a swap partition. I haven't tried > :this since circa DP2, so I don't recall exactly what it bitched > :about, but I think it complained before it wrote the label. > :Someone (Eric McCoy, I think) mentioned on one of the lists that > :it is still an issue as of 5.0-RELEASE. I would try it myself if > :I had a non-broken disk around that I could afford to trash. > > Ok, I tracked down the error message. > > Insofar as the swap goes I think we may simply be able to remove the > test, as in the patch below. I haven't been able to test it yet > for a myrid of reasons... my attempt to 'make release' fails so I > cannot generate a new ISO, sysinstall in multi-user tries to write over > / instead of installing on the specified hard disk, and so far my attempts > to hack sysinstall to make it install to the specified hard disk have > either failed with mounting errors or panic'd the system :-(. And the > system I am testing on doesn't have a floppy. So if someone else can > somehow test this it would be a help. Your patch looks good to me. Thanks! I would have tracked down the problem myself if I were in a better position to test sysinstall. However, as you mention, it's picky about where it installs, and I don't have an extra disk I can trash right now (unless you count an ancient Alpha with no floppy and a broken CDROM.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 22: 0:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B89937B401; Mon, 27 Jan 2003 22:00:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B6AC43F79; Mon, 27 Jan 2003 22:00:35 -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 h0S60Zbv010451; Mon, 27 Jan 2003 22:00:35 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S60YlN010444; Mon, 27 Jan 2003 22:00:34 -0800 (PST) Message-Id: <200301280600.h0S60YlN010444@repoman.freebsd.org> From: Adam Weinberger Date: Mon, 27 Jan 2003 22:00:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gnump3d Makefile ports/audio/gnump3d/files patch-aclocal.m4 patch-config::ltmain.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 adamw 2003/01/27 22:00:34 PST Modified files: audio/gnump3d Makefile Added files: audio/gnump3d/files patch-aclocal.m4 Removed files: audio/gnump3d/files patch-config::ltmain.sh Log: Fix build on FreeBSD 5. PR: 47321 Submitted by: KATO Tsuguru Revision Changes Path 1.17 +3 -1 ports/audio/gnump3d/Makefile 1.1 +10 -0 ports/audio/gnump3d/files/patch-aclocal.m4 (new) 1.5 +0 -13 ports/audio/gnump3d/files/patch-config::ltmain.sh (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 22:24:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 813E537B401; Mon, 27 Jan 2003 22:24:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0521D43F75; Mon, 27 Jan 2003 22:24:25 -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 h0S6OObv020789; Mon, 27 Jan 2003 22:24:24 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S6OOgC020788; Mon, 27 Jan 2003 22:24:24 -0800 (PST) Message-Id: <200301280624.h0S6OOgC020788@repoman.freebsd.org> From: Adam Weinberger Date: Mon, 27 Jan 2003 22:24:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/zinf Makefile distinfo pkg-plist ports/audio/zinf/files patch-aa patch-ac patch-base-include-preferences.h patch-base-unix-include-browser.h patch-installer-unix-linux-Zinf.desktop patch-plm-metadata-id3lib-id3lib.cpp patch-plm-metadata-vorbis-vorbis.cpp patch-plm_metadata_id3v2_io__helpers.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 adamw 2003/01/27 22:24:24 PST Modified files: audio/zinf Makefile distinfo pkg-plist audio/zinf/files patch-aa patch-ac Added files: audio/zinf/files patch-base-include-preferences.h patch-base-unix-include-browser.h patch-installer-unix-linux-Zinf.desktop patch-plm-metadata-id3lib-id3lib.cpp patch-plm-metadata-vorbis-vorbis.cpp Removed files: audio/zinf/files patch-plm_metadata_id3v2_io__helpers.cpp patch-plm_metadata_id3v2_io__strings.h patch-zlib-infcodes.c patch-zlib-inffast.c patch-zlib-zconf.h Log: Update to 2.2.2. PR: 47322 Submitted by: KATO Tsuguru Revision Changes Path 1.31 +9 -13 ports/audio/zinf/Makefile 1.8 +1 -1 ports/audio/zinf/distinfo 1.7 +26 -34 ports/audio/zinf/files/patch-aa 1.4 +6 -6 ports/audio/zinf/files/patch-ac 1.1 +11 -0 ports/audio/zinf/files/patch-base-include-preferences.h (new) 1.1 +11 -0 ports/audio/zinf/files/patch-base-unix-include-browser.h (new) 1.1 +13 -0 ports/audio/zinf/files/patch-installer-unix-linux-Zinf.desktop (new) 1.1 +10 -0 ports/audio/zinf/files/patch-plm-metadata-id3lib-id3lib.cpp (new) 1.1 +10 -0 ports/audio/zinf/files/patch-plm-metadata-vorbis-vorbis.cpp (new) 1.2 +0 -19 ports/audio/zinf/files/patch-plm_metadata_id3v2_io__helpers.cpp (dead) 1.2 +0 -41 ports/audio/zinf/files/patch-plm_metadata_id3v2_io__strings.h (dead) 1.2 +0 -21 ports/audio/zinf/files/patch-zlib-infcodes.c (dead) 1.2 +0 -67 ports/audio/zinf/files/patch-zlib-inffast.c (dead) 1.2 +0 -28 ports/audio/zinf/files/patch-zlib-zconf.h (dead) 1.9 +1 -2 ports/audio/zinf/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 Jan 27 22:34:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 852E137B401; Mon, 27 Jan 2003 22:34:30 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD3CB43F43; Mon, 27 Jan 2003 22:34:29 -0800 (PST) (envelope-from phk@freebsd.org) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h0S6YQQl031452; Tue, 28 Jan 2003 07:34:27 +0100 (CET) (envelope-from phk@freebsd.org) To: Marcel Moolenaar Cc: Nate Lawson , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/disklabel disklabel.c From: phk@freebsd.org In-Reply-To: Your message of "Mon, 27 Jan 2003 13:16:12 PST." <20030127211612.GA582@dhcp01.pn.xcllnt.net> Date: Tue, 28 Jan 2003 07:34:26 +0100 Message-ID: <31451.1043735666@critter.freebsd.dk> Sender: owner-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 <20030127211612.GA582@dhcp01.pn.xcllnt.net>, Marcel Moolenaar writes : >As for the case where the configuration is changed in a destructive >or conflicting way this can cause all sorts of problems. And belive me, if we don't catch these problems even the most seasoned sysad will shoot holes in his feet some late night and will curse us for not catching an obvious conflict. >violation: in the above scheme, the SA is is responsible for getting >his feet out of the way. Failure to do so results in undefined >behaviour, including but not limited to panics, corruption and a >wooden foot. Sorry, but no, that will not be the way it will work. >> Now, if you want to cooperate on trying to make a generically usable >> interface for such operations, I'm all open for cooperation. > >Not so far. You have been telling me that you are working on the GPT >issue (see this MLs archive). I now get the distinct impression that >you have no plans whatsoever to finish the job you started. I don't know how many hours you have in a day, but I only have 24 of which a large number is allocated for non-FreeBSD activities. -- 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 Mon Jan 27 22:49:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67FBE37B401; Mon, 27 Jan 2003 22:49:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0F9343F75; Mon, 27 Jan 2003 22:49: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 h0S6nQbv027995; Mon, 27 Jan 2003 22:49:26 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S6nQe6027994; Mon, 27 Jan 2003 22:49:26 -0800 (PST) Message-Id: <200301280649.h0S6nQe6027994@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 27 Jan 2003 22:49:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gnome/docs porting.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 marcus 2003/01/27 22:49:26 PST Modified files: en/gnome/docs porting.sgml Log: Add a section on proper installation of OMF files. Note, these steps have not yet been done for all the existing GNOME applications, but there is work underway to correct that. Revision Changes Path 1.26 +29 -1 www/en/gnome/docs/porting.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 22:55:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74C9D37B401; Mon, 27 Jan 2003 22:55:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A3F543F3F; Mon, 27 Jan 2003 22:55: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 h0S6tAbv031445; Mon, 27 Jan 2003 22:55: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 h0S6tAiV031444; Mon, 27 Jan 2003 22:55:10 -0800 (PST) Message-Id: <200301280655.h0S6tAiV031444@repoman.freebsd.org> From: Joe Marcus Clarke Date: Mon, 27 Jan 2003 22:55:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/gnome/docs porting.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 marcus 2003/01/27 22:55:10 PST Modified files: en/gnome/docs porting.sgml Log: Re-word the bit about GNOME 1 applets in a GNOME 2 environment. Instead of saying, "can have," say, "can build," which should hopefully solve any confusion. Revision Changes Path 1.27 +2 -2 www/en/gnome/docs/porting.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 23:15:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93F7E37B401; Mon, 27 Jan 2003 23:15:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BE1A43F43; Mon, 27 Jan 2003 23:15:23 -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 h0S7FNbv038579; Mon, 27 Jan 2003 23:15:23 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S7FMtK038578; Mon, 27 Jan 2003 23:15:22 -0800 (PST) Message-Id: <200301280715.h0S7FMtK038578@repoman.freebsd.org> From: Poul-Henning Kamp Date: Mon, 27 Jan 2003 23:15:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/27 23:15:22 PST Modified files: sys/conf NOTES Log: Bang! Bang! Bang! etc etc. Remove NODEVFS option. Revision Changes Path 1.1123 +0 -1 src/sys/conf/NOTES To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Mon Jan 27 23:34: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59DA237B401; Mon, 27 Jan 2003 23:34:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0214443E4A; Mon, 27 Jan 2003 23:34:05 -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 h0S7Y4bv045648; Mon, 27 Jan 2003 23:34:04 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S7Y40N045647; Mon, 27 Jan 2003 23:34:04 -0800 (PST) Message-Id: <200301280734.h0S7Y40N045647@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 27 Jan 2003 23:34: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 des 2003/01/27 23:34:04 PST Modified files: . modules Log: tinderbox -> src/tools/tools/tinderbox whereintheworld -> src/tools/tools/whereintheworld Revision Changes Path 1.6592 +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 Mon Jan 27 23:41:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24C2E37B401; Mon, 27 Jan 2003 23:41:42 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D59743E4A; Mon, 27 Jan 2003 23:41:41 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from athlon.pn.xcllnt.net (athlon.pn.xcllnt.net [192.168.4.3]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0S7feMW062628; Mon, 27 Jan 2003 23:41:40 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from athlon.pn.xcllnt.net (localhost [127.0.0.1]) by athlon.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0S7feFP055605; Mon, 27 Jan 2003 23:41:40 -0800 (PST) (envelope-from marcel@athlon.pn.xcllnt.net) Received: (from marcel@localhost) by athlon.pn.xcllnt.net (8.12.6/8.12.6/Submit) id h0S7feHg055604; Mon, 27 Jan 2003 23:41:40 -0800 (PST) Date: Mon, 27 Jan 2003 23:41:40 -0800 From: Marcel Moolenaar To: phk@freebsd.org Cc: Nate Lawson , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Updating partition information [was: Re: cvs commit: src/sbin/disklabel disklabel.c] Message-ID: <20030128074140.GA55074@athlon.pn.xcllnt.net> References: <20030127211612.GA582@dhcp01.pn.xcllnt.net> <31451.1043735666@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <31451.1043735666@critter.freebsd.dk> User-Agent: Mutt/1.5.3i Sender: owner-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, Jan 28, 2003 at 07:34:26AM +0100, phk@freebsd.org wrote: > > >violation: in the above scheme, the SA is is responsible for getting > >his feet out of the way. Failure to do so results in undefined > >behaviour, including but not limited to panics, corruption and a > >wooden foot. > > Sorry, but no, that will not be the way it will work. Ok. 360 degree turn: What if we create an interface that's based on elementary operations such as add, remove, reindex, move, change. An update of the meta- data is then achieved by a sequence of these operations. Advantages are: 1. The operations are elementary, so they are easily checked. An add, when defined as the addition of a new partition, is relatively save and only needs to be checked for the availability of space and non overlap. A remove operation, when defined as the removal of an existing partition is potentionally fatal and can be disallowed when the partition is in use. 2. Elementary operations resemble database updates and thus allow features like undu and atomicity of multiple independent operations by the use of begin session/end session. This also allows for nice user interfaces. Of course this adds to the complexity... 3. It doesn't matter what the physical (on disk) representation of the partitioning scheme is, the interface is uniform. 4. It allows other apparently complex operations such as moving a mounted partition from one disk to another because all the information is centralized. This opens up the door to more advanced disk management. 5. You can easily extend the interface to have it apply to non- partitioning classes, such as encryption nodes and mirroring nodes (set new encryption key, decrypt, add disk to mirror). 6. It's stepping away from reading/writing sectors and thus allow for any kind of interface that's logical and intuitive. 7. Could be hooked up with the MAC framework to allow certain (groups of) users certain kinds of operations. 8. Allows for concurrent access. In short: create a (possibly relational) representation of the meta-data and treat it as a database that can be queried and updated. This is a raw brainwave. I haven't let it sink. Let alone draw a sketch or determined feasibility. Try it out for size, -- 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 Tue Jan 28 0: 4:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D10137B401; Tue, 28 Jan 2003 00:04:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 144C243F93; Tue, 28 Jan 2003 00:04:41 -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 h0S84ebv056298; Tue, 28 Jan 2003 00:04:40 -0800 (PST) (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S84eEp056297; Tue, 28 Jan 2003 00:04:40 -0800 (PST) Message-Id: <200301280804.h0S84eEp056297@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Tue, 28 Jan 2003 00:04:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch common.c fetch.c file.c ftp.c http.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 2003/01/28 00:04:40 PST Modified files: lib/libfetch common.c fetch.c file.c ftp.c http.c Log: style(9): add parentheses to sizeof even when not strictly required. MFC after: 3 days Revision Changes Path 1.46 +8 -8 src/lib/libfetch/common.c 1.37 +3 -3 src/lib/libfetch/fetch.c 1.16 +3 -3 src/lib/libfetch/file.c 1.85 +6 -6 src/lib/libfetch/ftp.c 1.67 +2 -2 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 0:11:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54E6B37B401; Tue, 28 Jan 2003 00:11:56 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BE2843FB1; Tue, 28 Jan 2003 00:11:54 -0800 (PST) (envelope-from phk@freebsd.org) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h0S8BqQl032238; Tue, 28 Jan 2003 09:11:52 +0100 (CET) (envelope-from phk@freebsd.org) To: Marcel Moolenaar Cc: Nate Lawson , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: Updating partition information [was: Re: cvs commit: src/sbin/disklabel disklabel.c] From: phk@freebsd.org In-Reply-To: Your message of "Mon, 27 Jan 2003 23:41:40 PST." <20030128074140.GA55074@athlon.pn.xcllnt.net> Date: Tue, 28 Jan 2003 09:11:52 +0100 Message-ID: <32237.1043741512@critter.freebsd.dk> Sender: owner-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 <20030128074140.GA55074@athlon.pn.xcllnt.net>, Marcel Moolenaar writ es: >On Tue, Jan 28, 2003 at 07:34:26AM +0100, phk@freebsd.org wrote: >> >> >violation: in the above scheme, the SA is is responsible for getting >> >his feet out of the way. Failure to do so results in undefined >> >behaviour, including but not limited to panics, corruption and a >> >wooden foot. >> >> Sorry, but no, that will not be the way it will work. > >Ok. 360 degree turn: > >What if we create an interface that's based on elementary operations >such as add, remove, reindex, move, change. An update of the meta- >data is then achieved by a sequence of these operations. Advantages >are: I hate to keep rejecting you, like this, but I actually have been down most of the roads before and failed to find an end. I tried this approach at one point and it fell short due to the weird and wonderous restrictions various label formats puts on their partitions: Some wants things to start at cylinder boundaries or be integral cylinders, or have absolute offsets encoded in C/H/S format, some want partitions to be in a specific order physically and in the table and so on. It may sound pretty generic but at the end of the day it just isn't. In the end, the only model I have found which makes some kind of overall sense is the one I have been moving fdisk and disklabel towards: userland program prepares byte-for-byte copy of metadata area on disk. If (if a class of our type is active) send byte-for-byte copy to that class. else write it in the disk partition ourselves. The class on receiving the byte-for-byte copy, will go through the same gyrations to validate and verify the data as if it had just found it on the disk only, this time taking into account which partitions are already open. If the new copy does not violate any of the class' sensibilities, it will go ahead and write it on disk and update its in-core copy (see geom_bsd.c:g_bsd_modify() for instance). This model puts the hard work in the userland program, and minimizes the kernel part, which IMO is a good thing. I can fully understand you opposition to using ioctl, but at this moment it is the simplest interface to use. If you look at the gyrations I had to go through to get 8k boot blocks sent to the BSD class, you will find it hard to not belive me when I say I want to find a cleaner way too. In some areas, this entire excercise is about undoing 10-15 year old mistakes and short-cuts, and sometimes you cannot go to the final solution but have to take a detour to get there. Finally, about cooperation: I can fully understand your impatience and frustration, but I also hope you appreciate just how big a load switching to GEOM actually is. It doesn't get any lighter by the requirement to keep the old code running in parallel and trying to do the SMPng thing at the same time. Only just today we have actually reached the milestone where GEOM surpasses the old code in functionality and where the old code can be sent down the river in an leaky boat. Now we can truly start to reap the benefits which GEOM promises. And I _really_ appreciate the fact that you went and did geom_gpt.c on your own, and I do appreciate all the help people have given me with GEOM stuff, many thanks guys! -- 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 Tue Jan 28 1: 4:21 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4959C37B401; Tue, 28 Jan 2003 01:04:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E457A43F9B; Tue, 28 Jan 2003 01:04:19 -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 h0S94Jbv077547; Tue, 28 Jan 2003 01:04:19 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S94JAF077546; Tue, 28 Jan 2003 01:04:19 -0800 (PST) Message-Id: <200301280904.h0S94JAF077546@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 28 Jan 2003 01:04:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/28 01:04:19 PST Modified files: sys/conf options Log: Bang! Bang! Bang! etc etc Remove NODEVFS and NO_GEOM from options. Approved by: trb@ Revision Changes Path 1.370 +0 -2 src/sys/conf/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 1:20:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D2F937B401; Tue, 28 Jan 2003 01:20:54 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.BAYAREA.NET [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6411843F93; Tue, 28 Jan 2003 01:20:53 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0S9KrMW062965; Tue, 28 Jan 2003 01:20:53 -0800 (PST) (envelope-from marcel@piii.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 h0S9KqSo000831; Tue, 28 Jan 2003 01:20:52 -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 h0S9KqGm000830; Tue, 28 Jan 2003 01:20:52 -0800 (PST) (envelope-from marcel) Date: Tue, 28 Jan 2003 01:20:52 -0800 From: Marcel Moolenaar To: phk@freebsd.org Cc: Nate Lawson , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: Updating partition information [was: Re: cvs commit: src/sbin/disklabel disklabel.c] Message-ID: <20030128092052.GA677@dhcp01.pn.xcllnt.net> References: <20030128074140.GA55074@athlon.pn.xcllnt.net> <32237.1043741512@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <32237.1043741512@critter.freebsd.dk> User-Agent: Mutt/1.5.3i Sender: owner-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, Jan 28, 2003 at 09:11:52AM +0100, phk@freebsd.org wrote: > > This model puts the hard work in the userland program, and minimizes > the kernel part, which IMO is a good thing. Agreed. The work required by the kernel to check changes must be minimal. I still doubt that an ioctl for GPT will actually yield something that's even remotely easy for the kernel to check and I start to like the operations based interface for exactly that, but I get the impression that trying to work out something now is not going to help. It looks like a case of bad timing due to the number of issues that need to be dealt with at the same time. So, for now: carry on. When the work is done and we have a moment to relax, we can collect all the data and see if there's something we can do to improve... ... Apollo 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 Tue Jan 28 1:21:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40E6B37B401; Tue, 28 Jan 2003 01:21:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8D7C43E4A; Tue, 28 Jan 2003 01:21:42 -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 h0S9Lgbv083660; Tue, 28 Jan 2003 01:21: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 h0S9Lgd4083656; Tue, 28 Jan 2003 01:21:42 -0800 (PST) Message-Id: <200301280921.h0S9Lgd4083656@repoman.freebsd.org> From: "Tim J. Robbins" Date: Tue, 28 Jan 2003 01:21:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/pseudofs pseudofs_vncache.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 2003/01/28 01:21:42 PST Modified files: sys/fs/pseudofs pseudofs_vncache.c Log: Do not allow a cached vnode to be shared among multiple mounts of the same kind of pseudofs-based filesystem. Fixes (at least) one problem where when procfs is mounted mupltiple times, trying to unmount one will often cause the wrong one to get unmounted, and other problem where mounting one procfs on top of another caused the kernel to lock up. Reviewed by: des Revision Changes Path 1.21 +2 -1 src/sys/fs/pseudofs/pseudofs_vncache.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 1:28:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DFD337B401; Tue, 28 Jan 2003 01:28:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0289343FA3; Tue, 28 Jan 2003 01:28:21 -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 h0S9SKbv084833; Tue, 28 Jan 2003 01:28:20 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S9SK0n084832; Tue, 28 Jan 2003 01:28:20 -0800 (PST) Message-Id: <200301280928.h0S9SK0n084832@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 28 Jan 2003 01:28:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sched_ule.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 2003/01/28 01:28:20 PST Modified files: sys/kern sched_ule.c Log: - Fix the ksq_load calculation. It now reflects the number of entries on the run queue for each cpu. - Introduce kse stealing into the sched_choose() code. This helps balance cpus better in cases where process turnover is high. This implementation is fairly trivial and will likely be only a temporary measure until something more sophisticated has been written. Revision Changes Path 1.2 +134 -27 src/sys/kern/sched_ule.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 1:30:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29FF637B401; Tue, 28 Jan 2003 01:30:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8DE143FD7; Tue, 28 Jan 2003 01:30:17 -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 h0S9UHbv085108; Tue, 28 Jan 2003 01:30:17 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S9UHSC085106; Tue, 28 Jan 2003 01:30:17 -0800 (PST) Message-Id: <200301280930.h0S9UHSC085106@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 28 Jan 2003 01:30:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sched_ule.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 2003/01/28 01:30:17 PST Modified files: sys/kern sched_ule.c Log: - Allow idle's pctcpu time to be calculated. Revision Changes Path 1.3 +6 -6 src/sys/kern/sched_ule.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 1:47:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0924A37B401; Tue, 28 Jan 2003 01:47:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6520743F79; Tue, 28 Jan 2003 01:47:51 -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 h0S9lpbv092001; Tue, 28 Jan 2003 01:47:51 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S9lp4M092000; Tue, 28 Jan 2003 01:47:51 -0800 (PST) Message-Id: <200301280947.h0S9lp4M092000@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 28 Jan 2003 01:47:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom.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 phk 2003/01/28 01:47:51 PST Modified files: sys/geom geom.h Log: Use a void * to carry the private data for return-call'ed ioctl requests. Amongst other things this avoids a complex workaround in the userland regression bits. Revision Changes Path 1.40 +1 -1 src/sys/geom/geom.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 1:48:11 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5645237B401; Tue, 28 Jan 2003 01:48:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0F8543F3F; Tue, 28 Jan 2003 01:48:09 -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 h0S9m9bv092047; Tue, 28 Jan 2003 01:48:09 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S9m9kX092046; Tue, 28 Jan 2003 01:48:09 -0800 (PST) Message-Id: <200301280948.h0S9m9kX092046@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 28 Jan 2003 01:48:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_bsd.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 2003/01/28 01:48:09 PST Modified files: sys/geom geom_bsd.c Log: Mark some args unused so this compiles in userland. Revision Changes Path 1.39 +1 -1 src/sys/geom/geom_bsd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 1:49: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D77137B401; Tue, 28 Jan 2003 01:49:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6A0843F75; Tue, 28 Jan 2003 01:48:59 -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 h0S9mxbv092081; Tue, 28 Jan 2003 01:48:59 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S9mxYJ092080; Tue, 28 Jan 2003 01:48:59 -0800 (PST) Message-Id: <200301280948.h0S9mxYJ092080@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 28 Jan 2003 01:48:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/geom geom_sim.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 phk 2003/01/28 01:48:59 PST Modified files: tools/regression/geom geom_sim.h Log: Add more scaffolding to make this compile kernel code. Revision Changes Path 1.10 +7 -0 src/tools/regression/geom/geom_sim.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 1:57: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7E3F37B401; Tue, 28 Jan 2003 01:57:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85C3143F43; Tue, 28 Jan 2003 01:57:00 -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 h0S9v0bv095673; Tue, 28 Jan 2003 01:57:00 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S9v0M7095672; Tue, 28 Jan 2003 01:57:00 -0800 (PST) Message-Id: <200301280957.h0S9v0M7095672@repoman.freebsd.org> From: Oliver Braun Date: Tue, 28 Jan 2003 01:57:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/helium 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 obraun 2003/01/28 01:57:00 PST Modified files: lang Makefile Added files: lang/helium Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Helium is a compiler for a subset of Haskell designed especially for teaching Haskell. WWW: http://www.cs.uu.nl/~afie/helium/ Revision Changes Path 1.330 +1 -0 ports/lang/Makefile 1.1 +34 -0 ports/lang/helium/Makefile (new) 1.1 +1 -0 ports/lang/helium/distinfo (new) 1.1 +1 -0 ports/lang/helium/pkg-comment (new) 1.1 +11 -0 ports/lang/helium/pkg-descr (new) 1.1 +20 -0 ports/lang/helium/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 Jan 28 1:57:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8064F37B405; Tue, 28 Jan 2003 01:57:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2638343F43; Tue, 28 Jan 2003 01:57:10 -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 h0S9v9bv095711; Tue, 28 Jan 2003 01:57:09 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0S9v9eR095710; Tue, 28 Jan 2003 01:57:09 -0800 (PST) Message-Id: <200301280957.h0S9v9eR095710@repoman.freebsd.org> From: Oliver Braun Date: Tue, 28 Jan 2003 01:57:09 -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 obraun 2003/01/28 01:57:09 PST Modified files: . modules Log: helium --> ports/lang/helium Revision Changes Path 1.6593 +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 Jan 28 2:54:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D209A37B401; Tue, 28 Jan 2003 02:54:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7757D43F75; Tue, 28 Jan 2003 02:54:31 -0800 (PST) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0SAsVbv017107; Tue, 28 Jan 2003 02:54:31 -0800 (PST) (envelope-from benno@repoman.freebsd.org) Received: (from benno@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SAsVxu017106; Tue, 28 Jan 2003 02:54:31 -0800 (PST) Message-Id: <200301281054.h0SAsVxu017106@repoman.freebsd.org> From: Benno Rice Date: Tue, 28 Jan 2003 02:54:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/powerpc/include asm.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 benno 2003/01/28 02:54:31 PST Modified files: sys/powerpc/include asm.h Log: Put the right fix in. Instead of deleting the declaration of __FBSDID, we undef it before this definition. Revision Changes Path 1.9 +7 -0 src/sys/powerpc/include/asm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 2:55:40 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E3A337B401; Tue, 28 Jan 2003 02:55:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E54C343F3F; Tue, 28 Jan 2003 02:55:38 -0800 (PST) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0SAtcbv017196; Tue, 28 Jan 2003 02:55:38 -0800 (PST) (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SAtc8N017195; Tue, 28 Jan 2003 02:55:38 -0800 (PST) Message-Id: <200301281055.h0SAtc8N017195@repoman.freebsd.org> From: Martin Blapp Date: Tue, 28 Jan 2003 02:55:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sis.c if_sisreg.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 mbr 2003/01/28 02:55:38 PST Modified files: sys/pci if_sis.c if_sisreg.h Log: Add PCI revision number for 630A and 900B. Enable parity error detection on 900B and 635(A). Re-add the enhanced PHY access register method again for older chipsets, they do not seem to work with all old chips. Reviewed by: phk MFC after: 7 days Revision Changes Path 1.64 +82 -19 src/sys/pci/if_sis.c 1.20 +4 -0 src/sys/pci/if_sisreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 2:56:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1678437B401; Tue, 28 Jan 2003 02:56:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B097443F75; Tue, 28 Jan 2003 02:56:23 -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 h0SAuNbv017269; Tue, 28 Jan 2003 02:56:23 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SAuNWp017268; Tue, 28 Jan 2003 02:56:23 -0800 (PST) Message-Id: <200301281056.h0SAuNWp017268@repoman.freebsd.org> From: Max Khon Date: Tue, 28 Jan 2003 02:56:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/newmat 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 fjoe 2003/01/28 02:56:23 PST Modified files: math/newmat Makefile Log: Forgot to bump PORTREVISION Revision Changes Path 1.7 +1 -0 ports/math/newmat/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 2:56:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31BDF37B406; Tue, 28 Jan 2003 02:56:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7DE843F3F; Tue, 28 Jan 2003 02:56:39 -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 h0SAudbv017297; Tue, 28 Jan 2003 02:56:39 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SAudsR017296; Tue, 28 Jan 2003 02:56:39 -0800 (PST) Message-Id: <200301281056.h0SAudsR017296@repoman.freebsd.org> From: Max Khon Date: Tue, 28 Jan 2003 02:56:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/converters/enca 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 fjoe 2003/01/28 02:56:39 PST Modified files: converters/enca Makefile distinfo Log: - Update enca to 0.10.7 - Fix MASTER_SITES (author again changed tarball location) Submitted by: MAINTAINER Revision Changes Path 1.5 +2 -2 ports/converters/enca/Makefile 1.3 +1 -1 ports/converters/enca/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 3: 2:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E9C937B401; Tue, 28 Jan 2003 03:02:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4361D43F85; Tue, 28 Jan 2003 03:02:57 -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 h0SB2vbv020925; Tue, 28 Jan 2003 03:02:57 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SB2u4Q020924; Tue, 28 Jan 2003 03:02:56 -0800 (PST) Message-Id: <200301281102.h0SB2u4Q020924@repoman.freebsd.org> From: Max Khon Date: Tue, 28 Jan 2003 03:02:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ifconfig ifconfig.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fjoe 2003/01/28 03:02:56 PST Modified files: (Branch: RELENG_4) sbin/ifconfig ifconfig.c Log: MFC: rev. 1.86: fix link_status() in non-Ethernet case Revision Changes Path 1.51.2.19 +6 -4 src/sbin/ifconfig/ifconfig.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 3: 9:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27D8537B401; Tue, 28 Jan 2003 03:09:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C15F443E4A; Tue, 28 Jan 2003 03:09:22 -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 h0SB9Mbv021273; Tue, 28 Jan 2003 03:09:22 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SB9MEH021272; Tue, 28 Jan 2003 03:09:22 -0800 (PST) Message-Id: <200301281109.h0SB9MEH021272@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 28 Jan 2003 03:09:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/28 03:09:22 PST Modified files: sys/conf files.i386 Log: NO_GEOM cleanup: Don't pull subr_disk{slice,label,mbr}.c into i386 kernels anymore, they are not needed. Revision Changes Path 1.432 +0 -3 src/sys/conf/files.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 3:17:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9842037B405; Tue, 28 Jan 2003 03:17:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09D8A43F79; Tue, 28 Jan 2003 03:17:34 -0800 (PST) (envelope-from sanpei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0SBHXbv024844; Tue, 28 Jan 2003 03:17:33 -0800 (PST) (envelope-from sanpei@repoman.freebsd.org) Received: (from sanpei@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SBHXx9024843; Tue, 28 Jan 2003 03:17:33 -0800 (PST) Message-Id: <200301281117.h0SBHXx9024843@repoman.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Tue, 28 Jan 2003 03:17:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.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 sanpei 2003/01/28 03:17:33 PST Modified files: (Branch: RELENG_4) sys/dev/fxp if_fxp.c Log: MFC: rev 1.146 Add some new PCI device ID's Revision Changes Path 1.110.2.28 +1 -0 src/sys/dev/fxp/if_fxp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 3:19: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9916337B401; Tue, 28 Jan 2003 03:19:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3931443F43; Tue, 28 Jan 2003 03:19:06 -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 h0SBJ6bv024922; Tue, 28 Jan 2003 03:19:06 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SBJ5na024921; Tue, 28 Jan 2003 03:19:05 -0800 (PST) Message-Id: <200301281119.h0SBJ5na024921@repoman.freebsd.org> From: Max Khon Date: Tue, 28 Jan 2003 03:19:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cm smc90cx6.c src/sys/net if.c if_arc.h if_arcsubr.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 fjoe 2003/01/28 03:19:05 PST Modified files: (Branch: RELENG_4) sys/dev/cm smc90cx6.c sys/net if.c if_arc.h if_arcsubr.c Log: MFC: sync Arcnet driver and framework with -current (most notable addition is IPX support) Revision Changes Path 1.1.2.2 +8 -7 src/sys/dev/cm/smc90cx6.c 1.85.2.22 +2 -0 src/sys/net/if.c 1.2.2.3 +2 -3 src/sys/net/if_arc.h 1.1.2.4 +157 -82 src/sys/net/if_arcsubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 4:10:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24B8937B401; Tue, 28 Jan 2003 04:10:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCCF243F75; Tue, 28 Jan 2003 04:10:11 -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 h0SCABbv042689; Tue, 28 Jan 2003 04:10:11 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SCAB0F042685; Tue, 28 Jan 2003 04:10:11 -0800 (PST) Message-Id: <200301281210.h0SCAB0F042685@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 28 Jan 2003 04:10:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netatm/ipatm ipatm_usrreq.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 2003/01/28 04:10:11 PST Modified files: sys/netatm/ipatm ipatm_usrreq.c Log: Band-XXX-aid an easy to provoke panic. MFC: 2 weeks Revision Changes Path 1.10 +7 -0 src/sys/netatm/ipatm/ipatm_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 4:21: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1411437B401; Tue, 28 Jan 2003 04:21:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA40B43F79; Tue, 28 Jan 2003 04:21:06 -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 h0SCL6bv047676; Tue, 28 Jan 2003 04:21:06 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SCL6Hs047675; Tue, 28 Jan 2003 04:21:06 -0800 (PST) Message-Id: <200301281221.h0SCL6Hs047675@repoman.freebsd.org> From: Oliver Braun Date: Tue, 28 Jan 2003 04:21:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/helium 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 obraun 2003/01/28 04:21:06 PST Modified files: lang/helium Makefile Added files: lang/helium pkg-message Log: Add pkg-message to inform the user about LVMPATH. Revision Changes Path 1.2 +1 -0 ports/lang/helium/Makefile 1.1 +4 -0 ports/lang/helium/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 Jan 28 4:42:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BD0537B401; Tue, 28 Jan 2003 04:42:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E54B643E4A; Tue, 28 Jan 2003 04:42: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 h0SCgUbv056354; Tue, 28 Jan 2003 04:42: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 h0SCgUiE056350; Tue, 28 Jan 2003 04:42:30 -0800 (PST) Message-Id: <200301281242.h0SCgUiE056350@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 28 Jan 2003 04:42:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/strobe 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 2003/01/28 04:42:30 PST Modified files: security/strobe Makefile distinfo Log: security/strobe : incorrect MASTER_SITES Noticed on: bento PR: ports/47592 Submitted by: Nicolas Jombart Revision Changes Path 1.15 +1 -2 ports/security/strobe/Makefile 1.5 +1 -1 ports/security/strobe/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 4:45: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B958237B401; Tue, 28 Jan 2003 04:45:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D80843F43; Tue, 28 Jan 2003 04:45:03 -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 h0SCj3bv056803; Tue, 28 Jan 2003 04:45: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 h0SCj3ML056802; Tue, 28 Jan 2003 04:45:03 -0800 (PST) Message-Id: <200301281245.h0SCj3ML056802@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 28 Jan 2003 04:45:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ppxp 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 2003/01/28 04:45:03 PST Modified files: net/ppxp Makefile Log: Fix maintainer email address PR: ports/47454 Submitted by: Norio Suzuki Revision Changes Path 1.22 +1 -1 ports/net/ppxp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 4:45:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 478EC37B401; Tue, 28 Jan 2003 04:45:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0AE843F43; Tue, 28 Jan 2003 04:45: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 h0SCjrbv056858; Tue, 28 Jan 2003 04:45: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 h0SCjr6L056857; Tue, 28 Jan 2003 04:45:53 -0800 (PST) Message-Id: <200301281245.h0SCjr6L056857@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 28 Jan 2003 04:45:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xzgv 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 2003/01/28 04:45:53 PST Modified files: graphics/xzgv Makefile Log: Fix maintainer email-address PR: ports/47454 Submitted by: Norio Suzuki Revision Changes Path 1.6 +1 -1 ports/graphics/xzgv/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 4:50: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4505837B401; Tue, 28 Jan 2003 04:49:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE99F43F3F; Tue, 28 Jan 2003 04:49: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 h0SCnwbv056951; Tue, 28 Jan 2003 04:49: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 h0SCnw94056950; Tue, 28 Jan 2003 04:49:58 -0800 (PST) Message-Id: <200301281249.h0SCnw94056950@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 28 Jan 2003 04:49:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/baduki 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 2003/01/28 04:49:58 PST Modified files: games/baduki Makefile Log: MAINTAINER: cure games/baduki of its perl addiction PR: ports/47382 Submitted by: Steve Coltrin Revision Changes Path 1.8 +3 -2 ports/games/baduki/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 4:51:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05FEB37B401; Tue, 28 Jan 2003 04:51:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ECED43E4A; Tue, 28 Jan 2003 04:51: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 h0SCpabv059205; Tue, 28 Jan 2003 04:51:36 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SCpado059201; Tue, 28 Jan 2003 04:51:36 -0800 (PST) Message-Id: <200301281251.h0SCpado059201@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 28 Jan 2003 04:51:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/yape 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 edwin 2003/01/28 04:51:36 PST Modified files: emulators/yape Makefile pkg-descr Log: Fix master_sites PR: ports/47357 Submitted by: Janos Mohacsi Revision Changes Path 1.3 +1 -1 ports/emulators/yape/Makefile 1.2 +1 -1 ports/emulators/yape/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 Jan 28 4:53: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 465DC37B401; Tue, 28 Jan 2003 04:52:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEF1543F75; Tue, 28 Jan 2003 04:52: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 h0SCqwbv060397; Tue, 28 Jan 2003 04:52: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 h0SCqwxi060396; Tue, 28 Jan 2003 04:52:58 -0800 (PST) Message-Id: <200301281252.h0SCqwxi060396@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 28 Jan 2003 04:52:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/jdresolve 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 2003/01/28 04:52:58 PST Modified files: www/jdresolve Makefile Log: jdresolv source archive moved. PR: ports/47336 Submitted by: Christophe Labouisse Revision Changes Path 1.4 +1 -1 ports/www/jdresolve/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 4:59:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D10A37B401; Tue, 28 Jan 2003 04:59:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1D7843F3F; Tue, 28 Jan 2003 04:59: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 h0SCxDbv060589; Tue, 28 Jan 2003 04:59: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 h0SCxDQb060588; Tue, 28 Jan 2003 04:59:13 -0800 (PST) Message-Id: <200301281259.h0SCxDQb060588@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 28 Jan 2003 04:59:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/id3lib Makefile ports/audio/id3lib/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 2003/01/28 04:59:13 PST Modified files: audio/id3lib Makefile Added files: audio/id3lib/files patch-configure Log: Maintainer update: Cleaner libtool handling for audio/id3lib PR: ports/47565 Submitted by: Roman Shterenzon Revision Changes Path 1.8 +3 -6 ports/audio/id3lib/Makefile 1.1 +10 -0 ports/audio/id3lib/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 Tue Jan 28 5: 0:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCB9C37B401; Tue, 28 Jan 2003 05:00:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6321343F3F; Tue, 28 Jan 2003 05:00:50 -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 h0SD0obv061129; Tue, 28 Jan 2003 05:00:50 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SD0oo7061127; Tue, 28 Jan 2003 05:00:50 -0800 (PST) Message-Id: <200301281300.h0SD0oo7061127@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 28 Jan 2003 05:00:50 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.sparc64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/28 05:00:50 PST Modified files: sys/conf files.sparc64 Log: NO_GEOM cleanup: Don't include subr_disklabel.c in sparc64 build Revision Changes Path 1.37 +0 -1 src/sys/conf/files.sparc64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 5: 2:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EA6137B401; Tue, 28 Jan 2003 05:02:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2208643F75; Tue, 28 Jan 2003 05:02:31 -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 h0SD2Ubv063548; Tue, 28 Jan 2003 05:02: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 h0SD2UEa063544; Tue, 28 Jan 2003 05:02:30 -0800 (PST) Message-Id: <200301281302.h0SD2UEa063544@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 28 Jan 2003 05:02:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/adzapper 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 edwin 2003/01/28 05:02:30 PST Modified files: www/adzapper Makefile pkg-descr Log: Maintainer update: New home page (NB: port is still not fetchable) PR: ports/47308 Submitted by: Pierre-Paul Lavoie Revision Changes Path 1.8 +1 -2 ports/www/adzapper/Makefile 1.6 +1 -1 ports/www/adzapper/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 Jan 28 5: 9:40 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 310DC37B401; Tue, 28 Jan 2003 05:09:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A43643F3F; Tue, 28 Jan 2003 05:09: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 h0SD9Ubv064246; Tue, 28 Jan 2003 05:09:30 -0800 (PST) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SD9UuD064245; Tue, 28 Jan 2003 05:09:30 -0800 (PST) Message-Id: <200301281309.h0SD9UuD064245@repoman.freebsd.org> From: Doug Barton Date: Tue, 28 Jan 2003 05:09:30 -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 2003/01/28 05:09:30 PST src/contrib/bind - Imported sources Update of /home/ncvs/src/contrib/bind In directory repoman.freebsd.org:/tmp/cvs-serv64206 Log Message: Import of ISC BIND version 8.3.4 Status: Vendor Tag: ISC Release Tags: v8_3_4 U src/contrib/bind/CHANGES U src/contrib/bind/DNSSEC U src/contrib/bind/INSTALL U src/contrib/bind/LICENSE U src/contrib/bind/Makefile U src/contrib/bind/README U src/contrib/bind/SUPPORT U src/contrib/bind/TODO U src/contrib/bind/Version U src/contrib/bind/bin/Makefile U src/contrib/bind/bin/addr/Makefile U src/contrib/bind/bin/addr/addr.c U src/contrib/bind/bin/dig/Makefile U src/contrib/bind/bin/dig/dig.c U src/contrib/bind/bin/dnskeygen/Makefile U src/contrib/bind/bin/dnskeygen/dnskeygen.c U src/contrib/bind/bin/dnsquery/Makefile U src/contrib/bind/bin/dnsquery/dnsquery.c U src/contrib/bind/bin/host/Makefile U src/contrib/bind/bin/host/host.c U src/contrib/bind/bin/irpd/Makefile U src/contrib/bind/bin/irpd/irpd.c U src/contrib/bind/bin/irpd/irs-irpd.conf U src/contrib/bind/bin/irpd/version.c U src/contrib/bind/bin/mkservdb/Makefile U src/contrib/bind/bin/mkservdb/mkservdb.c U src/contrib/bind/bin/named/Makefile U src/contrib/bind/bin/named/db_defs.h U src/contrib/bind/bin/named/db_dump.c U src/contrib/bind/bin/named/db_func.h U src/contrib/bind/bin/named/db_glob.h U src/contrib/bind/bin/named/db_glue.c U src/contrib/bind/bin/named/db_ixfr.c U src/contrib/bind/bin/named/db_load.c U src/contrib/bind/bin/named/db_lookup.c U src/contrib/bind/bin/named/db_save.c U src/contrib/bind/bin/named/db_sec.c U src/contrib/bind/bin/named/db_tsig.c U src/contrib/bind/bin/named/db_update.c U src/contrib/bind/bin/named/named.conf U src/contrib/bind/bin/named/named.h U src/contrib/bind/bin/named/ns_config.c U src/contrib/bind/bin/named/ns_ctl.c U src/contrib/bind/bin/named/ns_defs.h U src/contrib/bind/bin/named/ns_forw.c U src/contrib/bind/bin/named/ns_func.h U src/contrib/bind/bin/named/ns_glob.h U src/contrib/bind/bin/named/ns_glue.c U src/contrib/bind/bin/named/ns_init.c U src/contrib/bind/bin/named/ns_ixfr.c U src/contrib/bind/bin/named/ns_lexer.c U src/contrib/bind/bin/named/ns_lexer.h U src/contrib/bind/bin/named/ns_main.c U src/contrib/bind/bin/named/ns_maint.c U src/contrib/bind/bin/named/ns_ncache.c U src/contrib/bind/bin/named/ns_notify.c U src/contrib/bind/bin/named/ns_parser.y U src/contrib/bind/bin/named/ns_parseutil.c U src/contrib/bind/bin/named/ns_parseutil.h U src/contrib/bind/bin/named/ns_req.c U src/contrib/bind/bin/named/ns_resp.c U src/contrib/bind/bin/named/ns_signal.c U src/contrib/bind/bin/named/ns_sort.c U src/contrib/bind/bin/named/ns_stats.c U src/contrib/bind/bin/named/ns_udp.c U src/contrib/bind/bin/named/ns_update.c U src/contrib/bind/bin/named/ns_xfr.c U src/contrib/bind/bin/named/pathtemplate.h U src/contrib/bind/bin/named/version.c U src/contrib/bind/bin/named/test/127.0.0.zone U src/contrib/bind/bin/named/test/localhost.zone U src/contrib/bind/bin/named/test/named.conf U src/contrib/bind/bin/named/test/root.hint U src/contrib/bind/bin/named-bootconf/Makefile U src/contrib/bind/bin/named-bootconf/named-bootconf.sh U src/contrib/bind/bin/named-bootconf/test.boot U src/contrib/bind/bin/named-bootconf/Grot/named-bootconf.pl U src/contrib/bind/bin/named-xfer/Makefile U src/contrib/bind/bin/named-xfer/named-xfer.c U src/contrib/bind/bin/ndc/Makefile U src/contrib/bind/bin/ndc/ndc.c U src/contrib/bind/bin/nslookup/Makefile U src/contrib/bind/bin/nslookup/commands.l U src/contrib/bind/bin/nslookup/debug.c U src/contrib/bind/bin/nslookup/getinfo.c U src/contrib/bind/bin/nslookup/list.c U src/contrib/bind/bin/nslookup/main.c U src/contrib/bind/bin/nslookup/nslookup.help U src/contrib/bind/bin/nslookup/pathnames.h U src/contrib/bind/bin/nslookup/res.h U src/contrib/bind/bin/nslookup/send.c U src/contrib/bind/bin/nslookup/skip.c U src/contrib/bind/bin/nslookup/subr.c U src/contrib/bind/bin/nsupdate/Makefile U src/contrib/bind/bin/nsupdate/nsupdate.c U src/contrib/bind/include/Makefile U src/contrib/bind/include/fd_setsize.h U src/contrib/bind/include/hesiod.h U src/contrib/bind/include/irp.h U src/contrib/bind/include/irs.h U src/contrib/bind/include/netdb.h U src/contrib/bind/include/netgroup.h U src/contrib/bind/include/res_update.h U src/contrib/bind/include/resolv.h U src/contrib/bind/include/arpa/Makefile U src/contrib/bind/include/arpa/inet.h U src/contrib/bind/include/arpa/nameser.h U src/contrib/bind/include/arpa/nameser_compat.h U src/contrib/bind/include/isc/Makefile U src/contrib/bind/include/isc/assertions.h U src/contrib/bind/include/isc/ctl.h U src/contrib/bind/include/isc/dst.h U src/contrib/bind/include/isc/eventlib.h U src/contrib/bind/include/isc/heap.h U src/contrib/bind/include/isc/irpmarshall.h U src/contrib/bind/include/isc/list.h U src/contrib/bind/include/isc/logging.h U src/contrib/bind/include/isc/memcluster.h U src/contrib/bind/include/isc/misc.h U src/contrib/bind/include/isc/tree.h U src/contrib/bind/lib/Makefile U src/contrib/bind/lib/dst/Makefile U src/contrib/bind/lib/dst/README U src/contrib/bind/lib/dst/bsafe_link.c U src/contrib/bind/lib/dst/cylink_link.c U src/contrib/bind/lib/dst/dst_api.c U src/contrib/bind/lib/dst/dst_internal.h U src/contrib/bind/lib/dst/eay_dss_link.c U src/contrib/bind/lib/dst/hmac_link.c U src/contrib/bind/lib/dst/md5.h U src/contrib/bind/lib/dst/md5_dgst.c U src/contrib/bind/lib/dst/md5_locl.h U src/contrib/bind/lib/dst/prandom.c U src/contrib/bind/lib/dst/rsaref_link.c U src/contrib/bind/lib/dst/support.c U src/contrib/bind/lib/inet/Makefile U src/contrib/bind/lib/inet/inet_addr.c U src/contrib/bind/lib/inet/inet_cidr_ntop.c U src/contrib/bind/lib/inet/inet_cidr_pton.c U src/contrib/bind/lib/inet/inet_data.c U src/contrib/bind/lib/inet/inet_lnaof.c U src/contrib/bind/lib/inet/inet_makeaddr.c U src/contrib/bind/lib/inet/inet_net_ntop.c U src/contrib/bind/lib/inet/inet_net_pton.c U src/contrib/bind/lib/inet/inet_neta.c U src/contrib/bind/lib/inet/inet_netof.c U src/contrib/bind/lib/inet/inet_network.c U src/contrib/bind/lib/inet/inet_ntoa.c U src/contrib/bind/lib/inet/inet_ntop.c U src/contrib/bind/lib/inet/inet_pton.c U src/contrib/bind/lib/inet/nsap_addr.c U src/contrib/bind/lib/irs/Makefile U src/contrib/bind/lib/irs/Makefile.BSD U src/contrib/bind/lib/irs/README U src/contrib/bind/lib/irs/dns.c U src/contrib/bind/lib/irs/dns_gr.c U src/contrib/bind/lib/irs/dns_ho.c U src/contrib/bind/lib/irs/dns_nw.c U src/contrib/bind/lib/irs/dns_p.h U src/contrib/bind/lib/irs/dns_pr.c U src/contrib/bind/lib/irs/dns_pw.c U src/contrib/bind/lib/irs/dns_sv.c U src/contrib/bind/lib/irs/gai_strerror.c U src/contrib/bind/lib/irs/gen.c U src/contrib/bind/lib/irs/gen_gr.c U src/contrib/bind/lib/irs/gen_ho.c U src/contrib/bind/lib/irs/gen_ng.c U src/contrib/bind/lib/irs/gen_nw.c U src/contrib/bind/lib/irs/gen_p.h U src/contrib/bind/lib/irs/gen_pr.c U src/contrib/bind/lib/irs/gen_pw.c U src/contrib/bind/lib/irs/gen_sv.c U src/contrib/bind/lib/irs/getaddrinfo.c U src/contrib/bind/lib/irs/getgrent.c U src/contrib/bind/lib/irs/irp.c U src/contrib/bind/lib/irs/getgrent_r.c U src/contrib/bind/lib/irs/gethostent.c U src/contrib/bind/lib/irs/gethostent_r.c U src/contrib/bind/lib/irs/getnameinfo.c U src/contrib/bind/lib/irs/getnetent.c U src/contrib/bind/lib/irs/getnetent_r.c U src/contrib/bind/lib/irs/getnetgrent.c U src/contrib/bind/lib/irs/getnetgrent_r.c U src/contrib/bind/lib/irs/getprotoent.c U src/contrib/bind/lib/irs/getprotoent_r.c U src/contrib/bind/lib/irs/getpwent.c U src/contrib/bind/lib/irs/getpwent_r.c U src/contrib/bind/lib/irs/getservent.c U src/contrib/bind/lib/irs/getservent_r.c U src/contrib/bind/lib/irs/hesiod.c U src/contrib/bind/lib/irs/hesiod_p.h U src/contrib/bind/lib/irs/irp_gr.c U src/contrib/bind/lib/irs/irp_ho.c U src/contrib/bind/lib/irs/irp_ng.c U src/contrib/bind/lib/irs/irp_nw.c U src/contrib/bind/lib/irs/irp_p.h U src/contrib/bind/lib/irs/irp_pr.c U src/contrib/bind/lib/irs/irp_pw.c U src/contrib/bind/lib/irs/irp_sv.c U src/contrib/bind/lib/irs/irpmarshall.c U src/contrib/bind/lib/irs/irs_p.h U src/contrib/bind/lib/irs/irs_data.c U src/contrib/bind/lib/irs/irs_data.h U src/contrib/bind/lib/irs/lcl.c U src/contrib/bind/lib/irs/lcl_gr.c U src/contrib/bind/lib/irs/lcl_ho.c U src/contrib/bind/lib/irs/lcl_ng.c U src/contrib/bind/lib/irs/lcl_nw.c U src/contrib/bind/lib/irs/lcl_p.h U src/contrib/bind/lib/irs/lcl_pr.c U src/contrib/bind/lib/irs/lcl_pw.c U src/contrib/bind/lib/irs/lcl_sv.c U src/contrib/bind/lib/irs/nis.c U src/contrib/bind/lib/irs/nis_gr.c U src/contrib/bind/lib/irs/nis_ho.c U src/contrib/bind/lib/irs/nis_ng.c U src/contrib/bind/lib/irs/nis_nw.c U src/contrib/bind/lib/irs/nis_p.h U src/contrib/bind/lib/irs/nis_pr.c U src/contrib/bind/lib/irs/util.c U src/contrib/bind/lib/irs/nis_pw.c U src/contrib/bind/lib/irs/nis_sv.c U src/contrib/bind/lib/irs/nul_ng.c U src/contrib/bind/lib/irs/pathnames.h U src/contrib/bind/lib/isc/Makefile U src/contrib/bind/lib/isc/assertions.c U src/contrib/bind/lib/isc/assertions.mdoc U src/contrib/bind/lib/isc/base64.c U src/contrib/bind/lib/isc/bitncmp.c U src/contrib/bind/lib/isc/bitncmp.mdoc U src/contrib/bind/lib/isc/ctl_clnt.c U src/contrib/bind/lib/isc/ctl_p.c U src/contrib/bind/lib/isc/ctl_p.h U src/contrib/bind/lib/isc/ctl_srvr.c U src/contrib/bind/lib/isc/ev_connects.c U src/contrib/bind/lib/isc/ev_files.c U src/contrib/bind/lib/isc/ev_streams.c U src/contrib/bind/lib/isc/ev_timers.c U src/contrib/bind/lib/isc/ev_waits.c U src/contrib/bind/lib/isc/eventlib.c U src/contrib/bind/lib/isc/eventlib.mdoc U src/contrib/bind/lib/isc/eventlib_p.h U src/contrib/bind/lib/isc/heap.c U src/contrib/bind/lib/isc/heap.mdoc U src/contrib/bind/lib/isc/hex.c U src/contrib/bind/lib/isc/logging.c U src/contrib/bind/lib/isc/tree.c U src/contrib/bind/lib/isc/logging.mdoc U src/contrib/bind/lib/isc/logging_p.h U src/contrib/bind/lib/isc/memcluster.c U src/contrib/bind/lib/isc/memcluster.mdoc U src/contrib/bind/lib/isc/movefile.c U src/contrib/bind/lib/isc/tree.mdoc U src/contrib/bind/lib/nameser/Makefile U src/contrib/bind/lib/nameser/ns_date.c U src/contrib/bind/lib/nameser/ns_name.c U src/contrib/bind/lib/nameser/ns_netint.c U src/contrib/bind/lib/nameser/ns_parse.c U src/contrib/bind/lib/nameser/ns_print.c U src/contrib/bind/lib/nameser/ns_samedomain.c U src/contrib/bind/lib/nameser/ns_sign.c U src/contrib/bind/lib/nameser/ns_ttl.c U src/contrib/bind/lib/nameser/ns_verify.c U src/contrib/bind/lib/resolv/Makefile U src/contrib/bind/lib/resolv/herror.c U src/contrib/bind/lib/resolv/res_comp.c U src/contrib/bind/lib/resolv/res_data.c U src/contrib/bind/lib/resolv/res_debug.c U src/contrib/bind/lib/resolv/res_debug.h U src/contrib/bind/lib/resolv/res_findzonecut.c U src/contrib/bind/lib/resolv/res_init.c U src/contrib/bind/lib/resolv/res_mkquery.c U src/contrib/bind/lib/resolv/res_mkupdate.c U src/contrib/bind/lib/resolv/res_mkupdate.h U src/contrib/bind/lib/resolv/res_private.h U src/contrib/bind/lib/resolv/res_query.c U src/contrib/bind/lib/resolv/res_send.c U src/contrib/bind/lib/resolv/res_sendsigned.c U src/contrib/bind/lib/resolv/res_update.c U src/contrib/bind/port/Makefile U src/contrib/bind/port/README U src/contrib/bind/port/settings U src/contrib/bind/port/systype U src/contrib/bind/port/freebsd/Makefile U src/contrib/bind/port/freebsd/Makefile.set U src/contrib/bind/port/freebsd/noop.c U src/contrib/bind/port/freebsd/probe U src/contrib/bind/port/freebsd/bin/probe_ipv6 U src/contrib/bind/port/freebsd/include/Makefile U src/contrib/bind/port/freebsd/include/port_after.h U src/contrib/bind/port/freebsd/include/port_before.h U src/contrib/bind/port/freebsd/include/prand_conf.h U src/contrib/bind/port/freebsd/include/sys/Makefile U src/contrib/bind/port/freebsd/include/sys/bitypes.h U src/contrib/bind/port/prand_conf/Makefile U src/contrib/bind/port/prand_conf/README U src/contrib/bind/port/prand_conf/prand_conf.c U src/contrib/bind/tests/irs_testclient.c U src/contrib/bind/tests/irs_testirpd.c U src/contrib/bind/tests/irs_testserver.c U src/contrib/bind/tests/test_cidr.c U src/contrib/bind/tests/test_getaddr.c U src/contrib/bind/doc/html/acl.html U src/contrib/bind/doc/html/address_list.html U src/contrib/bind/doc/html/comments.html U src/contrib/bind/doc/html/config.html U src/contrib/bind/doc/html/controls.html U src/contrib/bind/doc/html/docdef.html U src/contrib/bind/doc/html/example.html U src/contrib/bind/doc/html/include.html U src/contrib/bind/doc/html/index.html U src/contrib/bind/doc/html/key.html U src/contrib/bind/doc/html/logging.html U src/contrib/bind/doc/html/master.html U src/contrib/bind/doc/html/options.html U src/contrib/bind/doc/html/server.html U src/contrib/bind/doc/html/trusted-keys.html U src/contrib/bind/doc/html/zone.html U src/contrib/bind/doc/man/Makefile U src/contrib/bind/doc/man/dig.1 U src/contrib/bind/doc/man/dnskeygen.1 U src/contrib/bind/doc/man/dnsquery.1 U src/contrib/bind/doc/man/getaddrinfo.3 U src/contrib/bind/doc/man/gethostbyname.3 U src/contrib/bind/doc/man/getipnodebyname.3 U src/contrib/bind/doc/man/getnameinfo.3 U src/contrib/bind/doc/man/getnetent.3 U src/contrib/bind/doc/man/hesiod.3 U src/contrib/bind/doc/man/host.1 U src/contrib/bind/doc/man/hostname.7 U src/contrib/bind/doc/man/inet_cidr.3 U src/contrib/bind/doc/man/irs.conf.5 U src/contrib/bind/doc/man/mailaddr.7 U src/contrib/bind/doc/man/mkdep.1 U src/contrib/bind/doc/man/named-bootconf.8 U src/contrib/bind/doc/man/named-xfer.8 U src/contrib/bind/doc/man/named.8 U src/contrib/bind/doc/man/named.conf.5 U src/contrib/bind/doc/man/ndc.8 U src/contrib/bind/doc/man/nslookup.8 U src/contrib/bind/doc/man/nsupdate.8 U src/contrib/bind/doc/man/resolver.3 U src/contrib/bind/doc/man/resolver.5 U src/contrib/bind/doc/man/tsig.3 U src/contrib/bind/doc/misc/DynamicUpdate U src/contrib/bind/doc/misc/FAQ.1of2 U src/contrib/bind/doc/misc/FAQ.2of2 U src/contrib/bind/doc/misc/rfc2317-notes.txt U src/contrib/bind/doc/misc/style.txt 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 Jan 28 5:22:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AA4B37B401; Tue, 28 Jan 2003 05:22:27 -0800 (PST) Received: from 12-234-22-23.client.attbi.com (12-234-22-23.client.attbi.com [12.234.22.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 863EA43F75; Tue, 28 Jan 2003 05:22:26 -0800 (PST) (envelope-from DougB@FreeBSD.org) Received: from slave.gorean.org (q6umuuhmzfhqjiok@slave.gorean.org [10.0.0.1]) by 12-234-22-23.client.attbi.com (8.12.6/8.12.6) with ESMTP id h0SDMQRJ013651; Tue, 28 Jan 2003 05:22:26 -0800 (PST) (envelope-from DougB@FreeBSD.org) Date: Tue, 28 Jan 2003 05:22:26 -0800 (PST) From: Doug Barton To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/bind - Imported sources In-Reply-To: <200301281309.h0SD9UuD064245@repoman.freebsd.org> Message-ID: <20030128052052.S13613@12-234-22-23.pyvrag.nggov.pbz> References: <200301281309.h0SD9UuD064245@repoman.freebsd.org> Organization: http://www.FreeBSD.org/ X-message-flag: Outlook -- Not just for spreading viruses anymore! 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, 28 Jan 2003, Doug Barton wrote: > dougb 2003/01/28 05:09:30 PST > > Log Message: > Import of ISC BIND version 8.3.4 FYI, no one needs to upgrade -current just to get this update. The code is just one line different from the security-patched 8.3.3 that was already in there. That's why I haven't rushed to do this import. Doug -- If it's moving, encrypt it. If it's not moving, encrypt it till it moves, then encrypt it some more. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 5:50:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67C7D37B401; Tue, 28 Jan 2003 05:50:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C05BA43F75; Tue, 28 Jan 2003 05:50:49 -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 h0SDonbv079373; Tue, 28 Jan 2003 05:50:49 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SDonvp079372; Tue, 28 Jan 2003 05:50:49 -0800 (PST) Message-Id: <200301281350.h0SDonvp079372@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 28 Jan 2003 05:50:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.alpha X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/28 05:50:49 PST Modified files: sys/conf files.alpha Log: NO_GEOM cleanup: Remove subr_disklabel.c from alpha kernels. Revision Changes Path 1.98 +0 -1 src/sys/conf/files.alpha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 6:20: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C2B537B405; Tue, 28 Jan 2003 06:20:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DE1843F79; Tue, 28 Jan 2003 06:20:01 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0SEK1bv089133; Tue, 28 Jan 2003 06:20:01 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SEK1HV089132; Tue, 28 Jan 2003 06:20:01 -0800 (PST) Message-Id: <200301281420.h0SEK1HV089132@repoman.freebsd.org> From: Anton Berezin Date: Tue, 28 Jan 2003 06:20:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Sub-Uplevel 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 tobez 2003/01/28 06:20:01 PST Modified files: devel Makefile Added files: devel/p5-Sub-Uplevel Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Sub-Uplevel 0.06, a perl module to apparently run a function in a higher stack frame. PR: 47582 Submitted by: Erwin Lansing Revision Changes Path 1.1027 +1 -0 ports/devel/Makefile 1.1 +31 -0 ports/devel/p5-Sub-Uplevel/Makefile (new) 1.1 +1 -0 ports/devel/p5-Sub-Uplevel/distinfo (new) 1.1 +1 -0 ports/devel/p5-Sub-Uplevel/pkg-comment (new) 1.1 +5 -0 ports/devel/p5-Sub-Uplevel/pkg-descr (new) 1.1 +6 -0 ports/devel/p5-Sub-Uplevel/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 Jan 28 6:21: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D13AB37B401; Tue, 28 Jan 2003 06:21:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D4C343F93; Tue, 28 Jan 2003 06:21:04 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0SEL4bv090374; Tue, 28 Jan 2003 06:21:04 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SEL4O5090370; Tue, 28 Jan 2003 06:21:04 -0800 (PST) Message-Id: <200301281421.h0SEL4O5090370@repoman.freebsd.org> From: Anton Berezin Date: Tue, 28 Jan 2003 06:21: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 tobez 2003/01/28 06:21:04 PST Modified files: . modules Log: p5-Sub-Uplevel --> ports/devel/p5-Sub-Uplevel Revision Changes Path 1.6594 +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 Jan 28 6:34:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6B9E37B401; Tue, 28 Jan 2003 06:34:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A58D43F79; Tue, 28 Jan 2003 06:34:38 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0SEYcbv096172; Tue, 28 Jan 2003 06:34:38 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SEYc68096171; Tue, 28 Jan 2003 06:34:38 -0800 (PST) Message-Id: <200301281434.h0SEYc68096171@repoman.freebsd.org> From: Anton Berezin Date: Tue, 28 Jan 2003 06:34:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Test-Exception 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 tobez 2003/01/28 06:34:38 PST Modified files: devel Makefile Added files: devel/p5-Test-Exception Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add p5-Test-Exception 0.13, a perl module providing test functions for exception based code. PR: 47583 Submitted by: Erwin Lansing Revision Changes Path 1.1028 +1 -0 ports/devel/Makefile 1.1 +37 -0 ports/devel/p5-Test-Exception/Makefile (new) 1.1 +1 -0 ports/devel/p5-Test-Exception/distinfo (new) 1.1 +1 -0 ports/devel/p5-Test-Exception/pkg-comment (new) 1.1 +8 -0 ports/devel/p5-Test-Exception/pkg-descr (new) 1.1 +4 -0 ports/devel/p5-Test-Exception/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 Jan 28 6:35:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADC1937B401; Tue, 28 Jan 2003 06:35:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55B7143F3F; Tue, 28 Jan 2003 06:35:29 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0SEZTbv096271; Tue, 28 Jan 2003 06:35:29 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SEZSto096270; Tue, 28 Jan 2003 06:35:28 -0800 (PST) Message-Id: <200301281435.h0SEZSto096270@repoman.freebsd.org> From: Anton Berezin Date: Tue, 28 Jan 2003 06:35: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 tobez 2003/01/28 06:35:28 PST Modified files: . modules Log: p5-Test-Exception --> ports/devel/p5-Test-Exception Revision Changes Path 1.6595 +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 Jan 28 6:51:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B08D37B405; Tue, 28 Jan 2003 06:51:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6073943FAF; Tue, 28 Jan 2003 06:51:33 -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 h0SEpWbv002155; Tue, 28 Jan 2003 06:51:32 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SEpWMe002151; Tue, 28 Jan 2003 06:51:32 -0800 (PST) Message-Id: <200301281451.h0SEpWMe002151@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 28 Jan 2003 06:51:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.ia64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/28 06:51:32 PST Modified files: sys/conf files.ia64 Log: NO_GEOM cleanup: subr_disklabel.c no longer needed. Revision Changes Path 1.45 +0 -1 src/sys/conf/files.ia64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 7: 9:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA6C237B401; Tue, 28 Jan 2003 07:09:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0557B43F85; Tue, 28 Jan 2003 07:09:08 -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 h0SF97bv007161; Tue, 28 Jan 2003 07:09:07 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SF97FM007160; Tue, 28 Jan 2003 07:09:07 -0800 (PST) Message-Id: <200301281509.h0SF97FM007160@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 28 Jan 2003 07:09:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire 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 2003/01/28 07:09:07 PST Modified files: sys/dev/firewire firewirereg.h fwdev.c Log: - Allow multiple packets read/write for IR/IT to reduce system call. - Remove unused variables. Revision Changes Path 1.11 +0 -2 src/sys/dev/firewire/firewirereg.h 1.13 +43 -33 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 Jan 28 7:12:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 900D237B401; Tue, 28 Jan 2003 07:12:45 -0800 (PST) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0471D43F3F; Tue, 28 Jan 2003 07:12:45 -0800 (PST) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 5CB999C5D; Tue, 28 Jan 2003 10:00:59 -0500 (EST) Date: Tue, 28 Jan 2003 10:00:59 -0500 From: Mike Barcroft To: Hidetoshi Shimokawa Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/firewire firewirereg.h fwdev.c Message-ID: <20030128100059.A29598@espresso.q9media.com> References: <200301281509.h0SF97FM007160@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301281509.h0SF97FM007160@repoman.freebsd.org>; from simokawa@FreeBSD.org on Tue, Jan 28, 2003 at 07:09:07AM -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 Hidetoshi Shimokawa writes: > simokawa 2003/01/28 07:09:07 PST > > Modified files: > sys/dev/firewire firewirereg.h fwdev.c > Log: > - Allow multiple packets read/write for IR/IT to reduce system call. > - Remove unused variables. > > Revision Changes Path > 1.11 +0 -2 src/sys/dev/firewire/firewirereg.h > 1.13 +43 -33 src/sys/dev/firewire/fwdev.c There are some alpha tinderbox errors around this area from an earlier commit. Would you mind looking into it? 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 Tue Jan 28 7:30: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3C5C37B405; Tue, 28 Jan 2003 07:30:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B11443F43; Tue, 28 Jan 2003 07:30:00 -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 h0SFTxbv014349; Tue, 28 Jan 2003 07:29:59 -0800 (PST) (envelope-from roger@repoman.freebsd.org) Received: (from roger@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SFTxsX014348; Tue, 28 Jan 2003 07:29:59 -0800 (PST) Message-Id: <200301281529.h0SFTxsX014348@repoman.freebsd.org> From: Roger Hardiman Date: Tue, 28 Jan 2003 07:29:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/openh323 Makefile distinfo ports/net/openh323/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-openh323u patch-unix X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/28 07:29:59 PST Modified files: net/openh323 Makefile distinfo Added files: net/openh323/files patch-openh323u patch-unix Removed files: net/openh323/files patch-aa patch-ab patch-ac patch-ad patch-ae Log: Update to new version ready for GnomeMeeting upgrade Revision Changes Path 1.45 +4 -6 ports/net/openh323/Makefile 1.21 +2 -2 ports/net/openh323/distinfo 1.7 +0 -45 ports/net/openh323/files/patch-aa (dead) 1.8 +0 -21 ports/net/openh323/files/patch-ab (dead) 1.4 +0 -19 ports/net/openh323/files/patch-ac (dead) 1.2 +0 -51 ports/net/openh323/files/patch-ad (dead) 1.2 +0 -131 ports/net/openh323/files/patch-ae (dead) 1.1 +35 -0 ports/net/openh323/files/patch-openh323u (new) 1.1 +59 -0 ports/net/openh323/files/patch-unix (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 7:35:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43B3337B401; Tue, 28 Jan 2003 07:35:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDE2543F3F; Tue, 28 Jan 2003 07:35:11 -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 h0SFZBbv017801; Tue, 28 Jan 2003 07:35:11 -0800 (PST) (envelope-from roger@repoman.freebsd.org) Received: (from roger@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SFZBkQ017800; Tue, 28 Jan 2003 07:35:11 -0800 (PST) Message-Id: <200301281535.h0SFZBkQ017800@repoman.freebsd.org> From: Roger Hardiman Date: Tue, 28 Jan 2003 07:35:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/openam 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 2003/01/28 07:35:11 PST Modified files: net/openam Makefile distinfo Log: Update to latest version Revision Changes Path 1.23 +1 -1 ports/net/openam/Makefile 1.17 +1 -1 ports/net/openam/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 7:36: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD87F37B401; Tue, 28 Jan 2003 07:36:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54B6643F85; Tue, 28 Jan 2003 07:36:08 -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 h0SFa8bv017881; Tue, 28 Jan 2003 07:36:08 -0800 (PST) (envelope-from roger@repoman.freebsd.org) Received: (from roger@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SFa7Up017880; Tue, 28 Jan 2003 07:36:07 -0800 (PST) Message-Id: <200301281536.h0SFa7Up017880@repoman.freebsd.org> From: Roger Hardiman Date: Tue, 28 Jan 2003 07:36:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/ohphone 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 2003/01/28 07:36:07 PST Modified files: net/ohphone Makefile distinfo Log: Update to newer version Revision Changes Path 1.18 +1 -1 ports/net/ohphone/Makefile 1.13 +1 -1 ports/net/ohphone/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 7:37: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D32D237B401; Tue, 28 Jan 2003 07:36:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7841F43E4A; Tue, 28 Jan 2003 07:36:59 -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 h0SFaxbv017921; Tue, 28 Jan 2003 07:36:59 -0800 (PST) (envelope-from roger@repoman.freebsd.org) Received: (from roger@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SFaxkP017920; Tue, 28 Jan 2003 07:36:59 -0800 (PST) Message-Id: <200301281536.h0SFaxkP017920@repoman.freebsd.org> From: Roger Hardiman Date: Tue, 28 Jan 2003 07:36:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/openmcu 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 2003/01/28 07:36:58 PST Modified files: net/openmcu Makefile distinfo Log: Upgrade to latest version Revision Changes Path 1.16 +1 -1 ports/net/openmcu/Makefile 1.13 +1 -1 ports/net/openmcu/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 8:26:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15B4237B401; Tue, 28 Jan 2003 08:26:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABF0843F75; Tue, 28 Jan 2003 08:26:24 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0SGQObv035651; Tue, 28 Jan 2003 08:26:24 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SGQOfq035650; Tue, 28 Jan 2003 08:26:24 -0800 (PST) Message-Id: <200301281626.h0SGQOfq035650@repoman.freebsd.org> From: Anton Berezin Date: Tue, 28 Jan 2003 08:26:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/p5-Image-Size 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 tobez 2003/01/28 08:26:24 PST Modified files: graphics/p5-Image-Size Makefile distinfo pkg-plist Log: Update to 2.991. Submitted by: maintainer PR: 47248 Revision Changes Path 1.32 +1 -1 ports/graphics/p5-Image-Size/Makefile 1.15 +1 -1 ports/graphics/p5-Image-Size/distinfo 1.13 +2 -2 ports/graphics/p5-Image-Size/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 Jan 28 8:28: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2779837B401; Tue, 28 Jan 2003 08:27:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C111A43F43; Tue, 28 Jan 2003 08:27: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 h0SGRwbv035703; Tue, 28 Jan 2003 08:27: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 h0SGRwP0035702; Tue, 28 Jan 2003 08:27:58 -0800 (PST) Message-Id: <200301281627.h0SGRwP0035702@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 28 Jan 2003 08:27:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia/ffmpeg 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 2003/01/28 08:27:58 PST Modified files: multimedia/ffmpeg Makefile Log: o Do not select cpu type for the configure script: this disables assembly optimizations for each platform. Figures. o configure script was ignoring our enabling the video capture interface. Hard code this. o Bump PORTREVISION Submitted by: Steve O'Hara-Smith Revision Changes Path 1.14 +6 -2 ports/multimedia/ffmpeg/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 8:36:40 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1759B37B401; Tue, 28 Jan 2003 08:36:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2CDF43E4A; Tue, 28 Jan 2003 08:36:39 -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 h0SGadbv039246; Tue, 28 Jan 2003 08:36:39 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SGad6R039245; Tue, 28 Jan 2003 08:36:39 -0800 (PST) Message-Id: <200301281636.h0SGad6R039245@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 28 Jan 2003 08:36:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.pc98 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/28 08:36:39 PST Modified files: sys/conf files.pc98 Log: NO_GEOM cleanup: remove subr_disk{label,mbr,slice}.c from pc98 kernels. Revision Changes Path 1.258 +0 -3 src/sys/conf/files.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 8:37:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E63FC37B401; Tue, 28 Jan 2003 08:37:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 129D143F9B; Tue, 28 Jan 2003 08:37:23 -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 h0SGbMbv039287; Tue, 28 Jan 2003 08:37:22 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SGbM9f039286; Tue, 28 Jan 2003 08:37:22 -0800 (PST) Message-Id: <200301281637.h0SGbM9f039286@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 28 Jan 2003 08:37:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.powerpc files.x86_64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/28 08:37:22 PST Modified files: sys/conf files.powerpc files.x86_64 Log: NO_GEOM cleanup: remove subr_disklabel.c from powerpc and x86_64. Revision Changes Path 1.25 +0 -1 src/sys/conf/files.powerpc 1.8 +0 -1 src/sys/conf/files.x86_64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 8:41:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2134537B401; Tue, 28 Jan 2003 08:41:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4D6B43F43; Tue, 28 Jan 2003 08:41:30 -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 h0SGfUbv041593; Tue, 28 Jan 2003 08:41:30 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SGfUol041586; Tue, 28 Jan 2003 08:41:30 -0800 (PST) Message-Id: <200301281641.h0SGfUol041586@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 28 Jan 2003 08:41:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/oinkmaster Makefile distinfo pkg-comment pkg-descr pkg-plist ports/security/oinkmaster/files patch-oinkmaster.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/28 08:41:30 PST Modified files: security Makefile Added files: security/oinkmaster Makefile distinfo pkg-comment pkg-descr pkg-plist security/oinkmaster/files patch-oinkmaster.pl Log: add oinkmaster 0.6 Help you update your snort rules after each update Revision Changes Path 1.367 +1 -0 ports/security/Makefile 1.1 +33 -0 ports/security/oinkmaster/Makefile (new) 1.1 +1 -0 ports/security/oinkmaster/distinfo (new) 1.1 +11 -0 ports/security/oinkmaster/files/patch-oinkmaster.pl (new) 1.1 +1 -0 ports/security/oinkmaster/pkg-comment (new) 1.1 +6 -0 ports/security/oinkmaster/pkg-descr (new) 1.1 +4 -0 ports/security/oinkmaster/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 Jan 28 8:41:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90F4937B406; Tue, 28 Jan 2003 08:41:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36AC043F3F; Tue, 28 Jan 2003 08:41: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 h0SGfcbv041800; Tue, 28 Jan 2003 08:41: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 h0SGfbeT041796; Tue, 28 Jan 2003 08:41:37 -0800 (PST) Message-Id: <200301281641.h0SGfbeT041796@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 28 Jan 2003 08:41: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 ijliao 2003/01/28 08:41:37 PST Modified files: . modules Log: oinkmaster --> ports/security/oinkmaster Revision Changes Path 1.6596 +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 Jan 28 8:50: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A34DE37B401; Tue, 28 Jan 2003 08:50:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16B6643F3F; Tue, 28 Jan 2003 08:50:02 -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 h0SGo1bv043177; Tue, 28 Jan 2003 08:50:01 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SGo1oa043176; Tue, 28 Jan 2003 08:50:01 -0800 (PST) Message-Id: <200301281650.h0SGo1oa043176@repoman.freebsd.org> From: Oliver Braun Date: Tue, 28 Jan 2003 08:50:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/rsync Makefile distinfo ports/net/rsync/files ssh-patch-README ssh-patch-main.c ssh-patch-options.c ssh-patch-rsync.1 ssh-patch-rsync.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 2003/01/28 08:50:01 PST Modified files: net/rsync Makefile distinfo Removed files: net/rsync/files ssh-patch-README ssh-patch-main.c ssh-patch-options.c ssh-patch-rsync.1 ssh-patch-rsync.h Log: Upgrade to 2.5.6. SSH-patches are no longer needed, using ./configure --with-rsh=ssh instead. Tested on sparc64 by: Hiroki Sato Revision Changes Path 1.80 +15 -14 ports/net/rsync/Makefile 1.33 +1 -1 ports/net/rsync/distinfo 1.2 +0 -8 ports/net/rsync/files/ssh-patch-README (dead) 1.2 +0 -5 ports/net/rsync/files/ssh-patch-main.c (dead) 1.3 +0 -5 ports/net/rsync/files/ssh-patch-options.c (dead) 1.2 +0 -21 ports/net/rsync/files/ssh-patch-rsync.1 (dead) 1.3 +0 -8 ports/net/rsync/files/ssh-patch-rsync.h (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 8:53:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DA7837B401; Tue, 28 Jan 2003 08:53:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E59CF43F43; Tue, 28 Jan 2003 08:53:21 -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 h0SGrLbv046567; Tue, 28 Jan 2003 08:53:21 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SGrLB8046566; Tue, 28 Jan 2003 08:53:21 -0800 (PST) Message-Id: <200301281653.h0SGrLB8046566@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 28 Jan 2003 08:53:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math/GiNaC 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 2003/01/28 08:53:21 PST Modified files: math/GiNaC Makefile distinfo pkg-plist Log: upgrade to 1.0.13 Revision Changes Path 1.24 +1 -1 ports/math/GiNaC/Makefile 1.17 +1 -1 ports/math/GiNaC/distinfo 1.17 +1 -1 ports/math/GiNaC/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 Jan 28 8:53:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84E7937B401; Tue, 28 Jan 2003 08:53:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A0FD43F93; Tue, 28 Jan 2003 08:53:41 -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 h0SGrebv046605; Tue, 28 Jan 2003 08:53:40 -0800 (PST) (envelope-from sobomax@repoman.freebsd.org) Received: (from sobomax@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SGre3u046604; Tue, 28 Jan 2003 08:53:40 -0800 (PST) Message-Id: <200301281653.h0SGre3u046604@repoman.freebsd.org> From: Maxim Sobolev Date: Tue, 28 Jan 2003 08:53:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2003/01/28 08:53:40 PST Modified files: . access Log: dwcjr asked portmgr@ to suspend his commit bit for a while, because he currently has no time for devoting to FreeBSD and the situation is unlikely to change within the next 6 months. He asked to keep his freebsd.org account for the time being, as he still receives lot of support questions on that address and may eventually decide return. Revision Changes Path 1.361 +0 -1 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 8:57:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A5C137B401; Tue, 28 Jan 2003 08:57:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4041943F79; Tue, 28 Jan 2003 08:57:57 -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 h0SGvvbv046734; Tue, 28 Jan 2003 08:57:57 -0800 (PST) (envelope-from roger@repoman.freebsd.org) Received: (from roger@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SGvvXw046733; Tue, 28 Jan 2003 08:57:57 -0800 (PST) Message-Id: <200301281657.h0SGvvXw046733@repoman.freebsd.org> From: Roger Hardiman Date: Tue, 28 Jan 2003 08:57:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/opengk 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 2003/01/28 08:57:56 PST Modified files: net/opengk Makefile distinfo Log: Update to latest version Revision Changes Path 1.6 +1 -1 ports/net/opengk/Makefile 1.5 +1 -1 ports/net/opengk/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 9: 0:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9226F37B401; Tue, 28 Jan 2003 09:00:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34E3F43E4A; Tue, 28 Jan 2003 09:00:24 -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 h0SH0Obv046881; Tue, 28 Jan 2003 09:00:24 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SH0NpV046878; Tue, 28 Jan 2003 09:00:23 -0800 (PST) Message-Id: <200301281700.h0SH0NpV046878@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 28 Jan 2003 09:00:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/fwcontrol fwcontrol.8 fwcontrol.c fwdv.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 2003/01/28 09:00:23 PST Modified files: usr.sbin/fwcontrol fwcontrol.8 fwcontrol.c fwdv.c Log: - Search free device node to open. (fwcontrol.c) - Exploit multiple packets read/write for DV stream. (fwdv.c) - Add reference to libdv in the ports collection. (fwcontrol.8) Revision Changes Path 1.4 +7 -1 src/usr.sbin/fwcontrol/fwcontrol.8 1.7 +9 -4 src/usr.sbin/fwcontrol/fwcontrol.c 1.3 +120 -90 src/usr.sbin/fwcontrol/fwdv.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 9: 4:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6445A37B401; Tue, 28 Jan 2003 09:04:42 -0800 (PST) Received: from leviathan.inethouston.net (leviathan.inethouston.net [66.64.12.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB32443F9B; Tue, 28 Jan 2003 09:04:41 -0800 (PST) (envelope-from dwcjr@inethouston.net) Received: by leviathan.inethouston.net (Postfix, from userid 1001) id 3E46710DE0C; Tue, 28 Jan 2003 11:04:44 -0600 (CST) Date: Tue, 28 Jan 2003 11:04:44 -0600 From: "David W. Chapman Jr." To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT access Message-ID: <20030128170444.GA90483@leviathan.inethouston.net> Reply-To: "David W. Chapman Jr." Mail-Followup-To: Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301281653.h0SGre3u046604@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301281653.h0SGre3u046604@repoman.freebsd.org> X-Operating-System: FreeBSD 4.6-STABLE i386 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 Tue, Jan 28, 2003 at 08:53:40AM -0800, Maxim Sobolev wrote: > sobomax 2003/01/28 08:53:40 PST > > Modified files: > . access > Log: > dwcjr asked portmgr@ to suspend his commit bit for a while, because he > currently has no time for devoting to FreeBSD and the situation is > unlikely to change within the next 6 months. > Thanks Maxim! Just for clarification... I definitely plan on returning, I just do not want to waste space in access during my prolonged time of inactivity. Espcially since I haven't had time to keep up to date with anything that has changed with the ports system in the past 6 months. -- David W. Chapman Jr. dwcjr@inethouston.net Raintree Network Services, Inc. dwcjr@freebsd.org FreeBSD Committer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 9:10:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBBFC37B401; Tue, 28 Jan 2003 09:10:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9294943F43; Tue, 28 Jan 2003 09:10:29 -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 h0SHATbv050846; Tue, 28 Jan 2003 09:10:29 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SHATUa050840; Tue, 28 Jan 2003 09:10:29 -0800 (PST) Message-Id: <200301281710.h0SHATUa050840@repoman.freebsd.org> From: Sam Leffler Date: Tue, 28 Jan 2003 09:10:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 crypto.9 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/28 09:10:29 PST Modified files: share/man/man9 crypto.9 Log: fix pathname typo Submitted by: Jim Geovedi Revision Changes Path 1.4 +2 -2 src/share/man/man9/crypto.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 9:11:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6DDD37B401; Tue, 28 Jan 2003 09:11:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E09243F75; Tue, 28 Jan 2003 09:11:49 -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 h0SHBnbv052958; Tue, 28 Jan 2003 09:11: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 h0SHBnCD052952; Tue, 28 Jan 2003 09:11:49 -0800 (PST) Message-Id: <200301281711.h0SHBnCD052952@repoman.freebsd.org> From: Sam Leffler Date: Tue, 28 Jan 2003 09:11:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 crypto.9 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 sam 2003/01/28 09:11:49 PST Modified files: (Branch: RELENG_4) share/man/man9 crypto.9 Log: fix pathname typo Submitted by: Jim Geovedi Revision Changes Path 1.3.2.2 +2 -2 src/share/man/man9/crypto.9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 9:29:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8406C37B401; Tue, 28 Jan 2003 09:29:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27A9D43F43; Tue, 28 Jan 2003 09:29: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 h0SHTfbv057516; Tue, 28 Jan 2003 09:29:41 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SHTfJA057515; Tue, 28 Jan 2003 09:29:41 -0800 (PST) Message-Id: <200301281729.h0SHTfJA057515@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 28 Jan 2003 09:29:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/balsa2/files patch-doc_C_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 2003/01/28 09:29:41 PST Removed files: mail/balsa2/files patch-doc_C_Makefile.in Log: This patch was obsoleted by my recent patch to bsd.gnomeng.mk. PR: 47579 Revision Changes Path 1.3 +0 -11 ports/mail/balsa2/files/patch-doc_C_Makefile.in (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 9:41: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43ADD37B401; Tue, 28 Jan 2003 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 7A14943E4A; Tue, 28 Jan 2003 09:41:04 -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 h0SHf4bv062475; Tue, 28 Jan 2003 09:41:04 -0800 (PST) (envelope-from roger@repoman.freebsd.org) Received: (from roger@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SHf46b062471; Tue, 28 Jan 2003 09:41:04 -0800 (PST) Message-Id: <200301281741.h0SHf46b062471@repoman.freebsd.org> From: Roger Hardiman Date: Tue, 28 Jan 2003 09:41:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/gnomemeeting2 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 2003/01/28 09:41:04 PST Modified files: net/gnomemeeting2 Makefile distinfo Log: Upgrade to release 0.96.0 Revision Changes Path 1.21 +2 -2 ports/net/gnomemeeting2/Makefile 1.7 +1 -1 ports/net/gnomemeeting2/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 10:15:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 579A037B401; Tue, 28 Jan 2003 10:15:22 -0800 (PST) Received: from smtp1.vol.cz (smtp1.vol.cz [195.250.128.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D2B743E4A; Tue, 28 Jan 2003 10:15:21 -0800 (PST) (envelope-from pav_cz@volny.cz) Received: from [172.19.10.16] (e0-a3.b1.lan.prg.vol.cz [195.122.204.155]) by smtp1.vol.cz (8.12.6/8.12.6) with ESMTP id h0SIFJFL064798; Tue, 28 Jan 2003 19:15:19 +0100 (CET) (envelope-from pav_cz@volny.cz) Date: Tue, 28 Jan 2003 19:15:19 +0100 From: Pav Lucistnik To: Oliver Braun , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/net/rsync Makefile distinfo ports/net/rsync/files ssh-patch-README ssh-patch-main.c ssh-patch-options.c ssh-patch-rsync.1 ssh-patch-rsync.h Message-ID: <176890000.1043777718@localhost> In-Reply-To: <200301281650.h0SGo1oa043176@repoman.freebsd.org> References: <200301281650.h0SGo1oa043176@repoman.freebsd.org> X-Mailer: Mulberry/2.2.1 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 > obraun 2003/01/28 08:50:01 PST > > Modified files: > net/rsync Makefile distinfo > 1.80 +15 -14 ports/net/rsync/Makefile # cat Makefile > post-install: > @{STRIP_CMD} ${PREFIX}/bin/rsync yuck ^_^ # make install > {STRIP_CMD}: not found mooo :( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 10:31: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56FF437B401; Tue, 28 Jan 2003 10:31:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F18C343F43; Tue, 28 Jan 2003 10:31:00 -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 h0SIV0bv080382; Tue, 28 Jan 2003 10:31:00 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SIV0pB080378; Tue, 28 Jan 2003 10:31:00 -0800 (PST) Message-Id: <200301281831.h0SIV0pB080378@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 28 Jan 2003 10:31:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gkrellmvolume2 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 ume 2003/01/28 10:31:00 PST Modified files: audio/gkrellmvolume2 Makefile distinfo pkg-plist Log: Update to 2.1.7. Revision Changes Path 1.11 +1 -1 ports/audio/gkrellmvolume2/Makefile 1.7 +1 -1 ports/audio/gkrellmvolume2/distinfo 1.4 +2 -0 ports/audio/gkrellmvolume2/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 Jan 28 10:37: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 099D237B401; Tue, 28 Jan 2003 10:36:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DA2043F3F; Tue, 28 Jan 2003 10:36:58 -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 h0SIawbv083302; Tue, 28 Jan 2003 10:36:58 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SIawoM083301; Tue, 28 Jan 2003 10:36:58 -0800 (PST) Message-Id: <200301281836.h0SIawoM083301@repoman.freebsd.org> From: Alan Eldridge Date: Tue, 28 Jan 2003 10:36:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.kde.mk ports/audio/arts Makefile distinfo pkg-plist ports/deskutils/kdepim3 Makefile distinfo pkg-plist ports/deskutils/kdepim3/files patch-icaltime.c patch-vcc.y patch-vobject.c ports/devel/kdesdk3 Makefile 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 alane 2003/01/28 10:36:58 PST Modified files: Mk bsd.kde.mk audio/arts Makefile distinfo pkg-plist deskutils/kdepim3 Makefile distinfo pkg-plist devel/kdesdk3 Makefile distinfo games/kdegames3 Makefile distinfo pkg-plist graphics/kdegraphics3 Makefile distinfo misc/kdeaddons3 Makefile distinfo pkg-plist misc/kdeedu3 Makefile distinfo pkg-comment pkg-descr pkg-plist misc/kdeutils3 Makefile distinfo multimedia/kdemultimedia3 Makefile distinfo net/kdenetwork3 Makefile distinfo pkg-comment pkg-descr sysutils/kdeadmin3 Makefile distinfo pkg-plist www/quanta Makefile distinfo pkg-descr pkg-plist x11-clocks/kdetoys3 Makefile distinfo pkg-plist x11-toolkits/qt31 Makefile x11-wm/kdeartwork3 Makefile distinfo pkg-descr pkg-plist x11/kde3 Makefile Makefile.kde x11/kdebase3 Makefile distinfo pkg-comment pkg-descr x11/kdebase3/files patch-kdm-kfrontend-genkdmconf.c x11/kdelibs3 Makefile distinfo pkg-comment pkg-descr pkg-plist Added files: devel/kdesdk3 Makefile~ devel/kdesdk3/files manpages.mk plist.base plist.base.rm plist.cervisia plist.cervisia.rm graphics/kdegraphics3/files plist.base plist.base.rm plist.gphoto2 plist.gphoto2.rm plist.imlib plist.imlib.rm plist.sane plist.sane.rm misc/kdeutils3/files plist.base plist.base.rm plist.kfloppy plist.klaptop plist.klaptop.rm multimedia/kdemultimedia3 pkg-message multimedia/kdemultimedia3/files patch-mpeglibartsplay.cpp patch-mpg_control.cpp patch-splay_control.cpp patch-tplay_control.cpp patch-vorbis_control.cpp patch-yuv_control.cpp plist.base plist.base.rm plist.midi plist.midi.rm net/kdenetwork3/files plist.base plist.base.rm plist.ktalkd plist.ktalkd.rm x11/kdebase3/files patch-startkde plist.base plist.base.rm plist.mkfontdir plist.motif Removed files: deskutils/kdepim3/files patch-icaltime.c patch-vcc.y patch-vobject.c devel/kdesdk3 pkg-plist graphics/kdegraphics3 pkg-plist graphics/kdegraphics3/files patch-kdvi::font.cpp misc/kdeedu3/files patch-kvoctrain::Makefile.in misc/kdeutils3 pkg-plist multimedia/kdemultimedia3 pkg-plist multimedia/kdemultimedia3/files patch-b_out.cpp patch-engine.cpp patch-kmidi-config.h patch-linux_a.cpp patch-mixer_oss.cpp patch-mpeglib-1 patch-mpeglib-2 patch-sndcard.h patch-sound.cpp net/kdenetwork3 pkg-plist www/quanta/files patch-quanta-plugins-phph4dbg-dbgbase-dbg_core.c patch-quanta-quanta_init.c x11/kde3 pkg-message x11/kdebase3 pkg-plist x11/kdebase3/files patch-kdm-kfrontend-Makefile.am patch-ksysguard-ksysguardd-FreeBSD.apm.c patch-ksysguard-ksysguardd-modules.h x11/kdelibs3 pkg-req x11/kdelibs3/files patch-kdecore-kasyncio.cpp Log: update to 3.1 official release Revision Changes Path 1.22 +38 -34 ports/Mk/bsd.kde.mk 1.6 +4 -6 ports/audio/arts/Makefile 1.10 +1 -1 ports/audio/arts/distinfo 1.7 +31 -0 ports/audio/arts/pkg-plist 1.24 +6 -3 ports/deskutils/kdepim3/Makefile 1.12 +1 -1 ports/deskutils/kdepim3/distinfo 1.2 +0 -29 ports/deskutils/kdepim3/files/patch-icaltime.c (dead) 1.2 +0 -11 ports/deskutils/kdepim3/files/patch-vcc.y (dead) 1.2 +0 -11 ports/deskutils/kdepim3/files/patch-vobject.c (dead) 1.9 +313 -163 ports/deskutils/kdepim3/pkg-plist 1.20 +17 -8 ports/devel/kdesdk3/Makefile 1.1 +51 -0 ports/devel/kdesdk3/Makefile~ (new) 1.12 +1 -1 ports/devel/kdesdk3/distinfo 1.1 +7 -0 ports/devel/kdesdk3/files/manpages.mk (new) 1.1 +467 -0 ports/devel/kdesdk3/files/plist.base (new) 1.1 +82 -0 ports/devel/kdesdk3/files/plist.base.rm (new) 1.1 +9 -0 ports/devel/kdesdk3/files/plist.cervisia (new) 1.1 +2 -0 ports/devel/kdesdk3/files/plist.cervisia.rm (new) 1.8 +0 -468 ports/devel/kdesdk3/pkg-plist (dead) 1.69 +8 -6 ports/games/kdegames3/Makefile 1.28 +1 -1 ports/games/kdegames3/distinfo 1.23 +281 -119 ports/games/kdegames3/pkg-plist 1.68 +19 -17 ports/graphics/kdegraphics3/Makefile 1.24 +1 -1 ports/graphics/kdegraphics3/distinfo 1.2 +0 -11 ports/graphics/kdegraphics3/files/patch-kdvi::font.cpp (dead) 1.1 +652 -0 ports/graphics/kdegraphics3/files/plist.base (new) 1.1 +88 -0 ports/graphics/kdegraphics3/files/plist.base.rm (new) 1.1 +11 -0 ports/graphics/kdegraphics3/files/plist.gphoto2 (new) 1.1 +0 -0 ports/graphics/kdegraphics3/files/plist.gphoto2.rm (new) 1.1 +18 -0 ports/graphics/kdegraphics3/files/plist.imlib (new) 1.1 +2 -0 ports/graphics/kdegraphics3/files/plist.imlib.rm (new) 1.1 +37 -0 ports/graphics/kdegraphics3/files/plist.sane (new) 1.1 +8 -0 ports/graphics/kdegraphics3/files/plist.sane.rm (new) 1.28 +0 -316 ports/graphics/kdegraphics3/pkg-plist (dead) 1.29 +8 -4 ports/misc/kdeaddons3/Makefile 1.10 +1 -1 ports/misc/kdeaddons3/distinfo 1.9 +185 -58 ports/misc/kdeaddons3/pkg-plist 1.4 +7 -4 ports/misc/kdeedu3/Makefile 1.6 +1 -1 ports/misc/kdeedu3/distinfo 1.2 +0 -11 ports/misc/kdeedu3/files/patch-kvoctrain::Makefile.in (dead) 1.2 +1 -1 ports/misc/kdeedu3/pkg-comment 1.2 +3 -1 ports/misc/kdeedu3/pkg-descr 1.7 +546 -107 ports/misc/kdeedu3/pkg-plist 1.70 +19 -12 ports/misc/kdeutils3/Makefile 1.28 +1 -1 ports/misc/kdeutils3/distinfo 1.1 +247 -0 ports/misc/kdeutils3/files/plist.base (new) 1.1 +78 -0 ports/misc/kdeutils3/files/plist.base.rm (new) 1.1 +7 -0 ports/misc/kdeutils3/files/plist.kfloppy (new) 1.1 +22 -0 ports/misc/kdeutils3/files/plist.klaptop (new) 1.1 +8 -0 ports/misc/kdeutils3/files/plist.klaptop.rm (new) 1.32 +0 -283 ports/misc/kdeutils3/pkg-plist (dead) 1.75 +52 -29 ports/multimedia/kdemultimedia3/Makefile 1.25 +1 -1 ports/multimedia/kdemultimedia3/distinfo 1.2 +0 -11 ports/multimedia/kdemultimedia3/files/patch-b_out.cpp (dead) 1.2 +0 -11 ports/multimedia/kdemultimedia3/files/patch-engine.cpp (dead) 1.3 +0 -21 ports/multimedia/kdemultimedia3/files/patch-kmidi-config.h (dead) 1.2 +0 -11 ports/multimedia/kdemultimedia3/files/patch-linux_a.cpp (dead) 1.2 +0 -11 ports/multimedia/kdemultimedia3/files/patch-mixer_oss.cpp (dead) 1.2 +0 -20 ports/multimedia/kdemultimedia3/files/patch-mpeglib-1 (dead) 1.2 +0 -19 ports/multimedia/kdemultimedia3/files/patch-mpeglib-2 (dead) 1.1 +16 -0 ports/multimedia/kdemultimedia3/files/patch-mpeglibartsplay.cpp (new) 1.1 +24 -0 ports/multimedia/kdemultimedia3/files/patch-mpg_control.cpp (new) 1.2 +0 -14 ports/multimedia/kdemultimedia3/files/patch-sndcard.h (dead) 1.2 +0 -11 ports/multimedia/kdemultimedia3/files/patch-sound.cpp (dead) 1.1 +16 -0 ports/multimedia/kdemultimedia3/files/patch-splay_control.cpp (new) 1.1 +16 -0 ports/multimedia/kdemultimedia3/files/patch-tplay_control.cpp (new) 1.1 +16 -0 ports/multimedia/kdemultimedia3/files/patch-vorbis_control.cpp (new) 1.1 +16 -0 ports/multimedia/kdemultimedia3/files/patch-yuv_control.cpp (new) 1.1 +928 -0 ports/multimedia/kdemultimedia3/files/plist.base (new) 1.1 +134 -0 ports/multimedia/kdemultimedia3/files/plist.base.rm (new) 1.1 +62 -0 ports/multimedia/kdemultimedia3/files/plist.midi (new) 1.1 +5 -0 ports/multimedia/kdemultimedia3/files/plist.midi.rm (new) 1.1 +14 -0 ports/multimedia/kdemultimedia3/pkg-message (new) 1.29 +0 -1034 ports/multimedia/kdemultimedia3/pkg-plist (dead) 1.88 +24 -24 ports/net/kdenetwork3/Makefile 1.29 +1 -1 ports/net/kdenetwork3/distinfo 1.1 +976 -0 ports/net/kdenetwork3/files/plist.base (new) 1.1 +181 -0 ports/net/kdenetwork3/files/plist.base.rm (new) 1.1 +11 -0 ports/net/kdenetwork3/files/plist.ktalkd (new) 1.1 +1 -0 ports/net/kdenetwork3/files/plist.ktalkd.rm (new) 1.4 +1 -1 ports/net/kdenetwork3/pkg-comment 1.4 +1 -1 ports/net/kdenetwork3/pkg-descr 1.40 +0 -952 ports/net/kdenetwork3/pkg-plist (dead) 1.19 +9 -10 ports/sysutils/kdeadmin3/Makefile 1.12 +1 -1 ports/sysutils/kdeadmin3/distinfo 1.9 +86 -24 ports/sysutils/kdeadmin3/pkg-plist 1.27 +13 -48 ports/www/quanta/Makefile 1.8 +1 -5 ports/www/quanta/distinfo 1.2 +0 -6 ports/www/quanta/files/patch-quanta-plugins-phph4dbg-dbgbase-dbg_core.c (dead) 1.2 +0 -13 ports/www/quanta/files/patch-quanta-quanta_init.c (dead) 1.4 +1 -5 ports/www/quanta/pkg-descr 1.9 +156 -1724 ports/www/quanta/pkg-plist 1.37 +6 -1 ports/x11-clocks/kdetoys3/Makefile 1.20 +1 -1 ports/x11-clocks/kdetoys3/distinfo 1.17 +40 -49 ports/x11-clocks/kdetoys3/pkg-plist 1.124 +0 -0 ports/x11-toolkits/qt31/Makefile 1.14 +7 -5 ports/x11-wm/kdeartwork3/Makefile 1.10 +1 -1 ports/x11-wm/kdeartwork3/distinfo 1.2 +1 -2 ports/x11-wm/kdeartwork3/pkg-descr 1.11 +2881 -44 ports/x11-wm/kdeartwork3/pkg-plist 1.58 +2 -1 ports/x11/kde3/Makefile 1.10 +12 -10 ports/x11/kde3/Makefile.kde 1.2 +0 -11 ports/x11/kde3/pkg-message (dead) 1.112 +48 -38 ports/x11/kdebase3/Makefile 1.31 +1 -1 ports/x11/kdebase3/distinfo 1.3 +0 -11 ports/x11/kdebase3/files/patch-kdm-kfrontend-Makefile.am (dead) 1.5 +0 -9 ports/x11/kdebase3/files/patch-kdm-kfrontend-genkdmconf.c 1.2 +0 -16 ports/x11/kdebase3/files/patch-ksysguard-ksysguardd-FreeBSD.apm.c (dead) 1.2 +0 -32 ports/x11/kdebase3/files/patch-ksysguard-ksysguardd-modules.h (dead) 1.1 +35 -0 ports/x11/kdebase3/files/patch-startkde (new) 1.1 +2942 -0 ports/x11/kdebase3/files/plist.base (new) 1.1 +456 -0 ports/x11/kdebase3/files/plist.base.rm (new) 1.1 +2 -0 ports/x11/kdebase3/files/plist.mkfontdir (new) 1.1 +6 -0 ports/x11/kdebase3/files/plist.motif (new) 1.3 +1 -1 ports/x11/kdebase3/pkg-comment 1.4 +5 -3 ports/x11/kdebase3/pkg-descr 1.57 +0 -2813 ports/x11/kdebase3/pkg-plist (dead) 1.119 +45 -44 ports/x11/kdelibs3/Makefile 1.34 +1 -1 ports/x11/kdelibs3/distinfo 1.2 +0 -8 ports/x11/kdelibs3/files/patch-kdecore-kasyncio.cpp (dead) 1.5 +1 -1 ports/x11/kdelibs3/pkg-comment 1.6 +3 -1 ports/x11/kdelibs3/pkg-descr 1.48 +1927 -1180 ports/x11/kdelibs3/pkg-plist 1.4 +0 -13 ports/x11/kdelibs3/pkg-req (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 10:42: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0E5A37B401; Tue, 28 Jan 2003 10:42:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A468C43F3F; Tue, 28 Jan 2003 10:42: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 h0SIg8bv086207; Tue, 28 Jan 2003 10:42: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 h0SIg8Jk086206; Tue, 28 Jan 2003 10:42:08 -0800 (PST) Message-Id: <200301281842.h0SIg8Jk086206@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 28 Jan 2003 10:42:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/sodipodi Makefile distinfo pkg-plist ports/graphics/sodipodi/files patch-configure 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 2003/01/28 10:42:08 PST Modified files: graphics/sodipodi Makefile distinfo pkg-plist graphics/sodipodi/files patch-configure Removed files: graphics/sodipodi/files patch-po::Makefile.in.in Log: * Update to 0.29 * Sodipodi is now a GNOME 2 application * Now more releases will be made to the GNOME 1 version Revision Changes Path 1.39 +4 -2 ports/graphics/sodipodi/Makefile 1.15 +1 -1 ports/graphics/sodipodi/distinfo 1.4 +141 -36 ports/graphics/sodipodi/files/patch-configure 1.3 +0 -29 ports/graphics/sodipodi/files/patch-po::Makefile.in.in (dead) 1.13 +2 -13 ports/graphics/sodipodi/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 10:43:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9810337B401; Tue, 28 Jan 2003 10:43:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEE4043F43; Tue, 28 Jan 2003 10:43: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 h0SIhRbv086853; Tue, 28 Jan 2003 10:43: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 h0SIhR5j086852; Tue, 28 Jan 2003 10:43:27 -0800 (PST) Message-Id: <200301281843.h0SIhR5j086852@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 28 Jan 2003 10:43:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/gnome-fifth-toe Makefile ports/x11/gnome2-fifth-toe 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 2003/01/28 10:43:27 PST Modified files: x11/gnome-fifth-toe Makefile x11/gnome2-fifth-toe Makefile Log: Move sodipodi over from the GNOME 1 Fifth Toe to the GNOME 2 Fifth Toe. Revision Changes Path 1.14 +1 -2 ports/x11/gnome-fifth-toe/Makefile 1.16 +2 -0 ports/x11/gnome2-fifth-toe/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 10:43:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A54837B4C4; Tue, 28 Jan 2003 10:43:33 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F33C243F43; Tue, 28 Jan 2003 10:43:32 -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 h0SIhWbv086883; Tue, 28 Jan 2003 10:43:32 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SIhWRE086882; Tue, 28 Jan 2003 10:43:32 -0800 (PST) Message-Id: <200301281843.h0SIhWRE086882@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Tue, 28 Jan 2003 10:43:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gkrellmms2 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 ume 2003/01/28 10:43:32 PST Modified files: audio/gkrellmms2 Makefile distinfo pkg-plist Log: Update to 2.1.7. Revision Changes Path 1.14 +1 -1 ports/audio/gkrellmms2/Makefile 1.8 +1 -1 ports/audio/gkrellmms2/distinfo 1.5 +2 -0 ports/audio/gkrellmms2/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 Jan 28 10:44:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB7E637B401; Tue, 28 Jan 2003 10:44:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 824BD43E4A; Tue, 28 Jan 2003 10:44:40 -0800 (PST) (envelope-from dillon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0SIiebv086936; Tue, 28 Jan 2003 10:44:40 -0800 (PST) (envelope-from dillon@repoman.freebsd.org) Received: (from dillon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SIie3G086935; Tue, 28 Jan 2003 10:44:40 -0800 (PST) Message-Id: <200301281844.h0SIie3G086935@repoman.freebsd.org> From: Matt Dillon Date: Tue, 28 Jan 2003 10:44:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/mergemaster mergemaster.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 dillon 2003/01/28 10:44:40 PST Modified files: usr.sbin/mergemaster mergemaster.sh Log: Backout last commit by request. Revision Changes Path 1.40 +11 -44 src/usr.sbin/mergemaster/mergemaster.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 10:52:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73DE637B401; Tue, 28 Jan 2003 10:52:23 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95B5543F79; Tue, 28 Jan 2003 10:52:22 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.6/8.12.6) with ESMTP id h0SIqMXv036606; Tue, 28 Jan 2003 10:52:22 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.12.6/8.12.6/Submit) id h0SIqM3R036605; Tue, 28 Jan 2003 10:52:22 -0800 (PST) Date: Tue, 28 Jan 2003 10:52:22 -0800 From: Steve Kargl To: Alan Eldridge Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/Mk bsd.kde.mk ports/audio/arts Makefile distinfo pkg-plist ports/deskutils/kdepim3 Makefile distinfo pkg-plist ports/deskutils/kdepim3/files patch-icaltime.c patch-vcc.y patch-vobject.c ports/devel/kdesdk3 Makefile Makefile~ distinfo ... Message-ID: <20030128185222.GA36377@troutmask.apl.washington.edu> References: <200301281836.h0SIawoM083301@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301281836.h0SIawoM083301@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 Tue, Jan 28, 2003 at 10:36:58AM -0800, Alan Eldridge wrote: > alane 2003/01/28 10:36:58 PST > > Added files: > devel/kdesdk3 Makefile~ Is this an emacs backup file? -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 11: 3:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76E1737B401; Tue, 28 Jan 2003 11:03:58 -0800 (PST) Received: from mail.rpi.edu (mail.rpi.edu [128.113.2.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC9E943F3F; Tue, 28 Jan 2003 11:03:57 -0800 (PST) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.12.1/8.12.1) with ESMTP id h0SJ3tPH048674; Tue, 28 Jan 2003 14:03:55 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <200301281844.h0SIie3G086935@repoman.freebsd.org> References: <200301281844.h0SIie3G086935@repoman.freebsd.org> Date: Tue, 28 Jan 2003 14:03:54 -0500 To: Matt Dillon , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org From: Garance A Drosihn Subject: Re: cvs commit: src/usr.sbin/mergemaster mergemaster.sh Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: MIMEDefang 2.3 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-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 10:44 AM -0800 1/28/03, Matt Dillon wrote: >dillon 2003/01/28 10:44:40 PST > > Modified files: > usr.sbin/mergemaster mergemaster.sh > Log: > Backout last commit by request. Hmm. I kinda liked it, the one time I tried it. It wasn't exactly what I would like, but I'm still trying to figure out how I would prefer to see it behave. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 11: 5:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A413C37B401; Tue, 28 Jan 2003 11:05:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42ECE43F43; Tue, 28 Jan 2003 11:05:45 -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 h0SJ5jbv094103; Tue, 28 Jan 2003 11:05:45 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SJ5jd3094102; Tue, 28 Jan 2003 11:05:45 -0800 (PST) Message-Id: <200301281905.h0SJ5jd3094102@repoman.freebsd.org> From: Jake Burkholder Date: Tue, 28 Jan 2003 11:05:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/i386 machdep.c src/sys/i386/i386 exception.s locore.s machdep.c src/sys/i386/include segments.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 jake 2003/01/28 11:05:44 PST Modified files: sys/pc98/i386 machdep.c sys/i386/i386 exception.s locore.s machdep.c sys/i386/include segments.h Log: Remove BDE_DEBUGGER. Discussed with: bde Revision Changes Path 1.101 +0 -18 src/sys/i386/i386/exception.s 1.166 +2 -120 src/sys/i386/i386/locore.s 1.553 +1 -7 src/sys/i386/i386/machdep.c 1.33 +0 -4 src/sys/i386/include/segments.h 1.307 +1 -7 src/sys/pc98/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 11: 6:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 799A637B401; Tue, 28 Jan 2003 11:06:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6FC643F43; Tue, 28 Jan 2003 11:06:27 -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 h0SJ6Rbv094156; Tue, 28 Jan 2003 11:06: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 h0SJ6RNF094155; Tue, 28 Jan 2003 11:06:27 -0800 (PST) Message-Id: <200301281906.h0SJ6RNF094155@repoman.freebsd.org> From: Alan Eldridge Date: Tue, 28 Jan 2003 11:06:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/kdesdk3 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 2003/01/28 11:06:27 PST Removed files: devel/kdesdk3 Makefile~ Log: never should have been there Revision Changes Path 1.2 +0 -51 ports/devel/kdesdk3/Makefile~ (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 11: 8:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0765837B401; Tue, 28 Jan 2003 11:08:25 -0800 (PST) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D24B43F79; Tue, 28 Jan 2003 11:08:24 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.12.6/8.12.6) with ESMTP id h0SJ8O0i028184; Tue, 28 Jan 2003 11:08:24 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.12.6/8.12.6/Submit) id h0SJ8OoY028183; Tue, 28 Jan 2003 11:08:24 -0800 (PST) Date: Tue, 28 Jan 2003 11:08:24 -0800 (PST) From: Matthew Dillon Message-Id: <200301281908.h0SJ8OoY028183@apollo.backplane.com> To: Garance A Drosihn Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/mergemaster mergemaster.sh References: <200301281844.h0SIie3G086935@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 :exactly what I would like, but I'm still trying to figure out :how I would prefer to see it behave. : :-- :Garance Alistair Drosehn = gad@gilead.netel.rpi.edu I'm sure it will get worked out. There really only two issues that need to be solved (deterministic location of the file name, deterministic UI i.e. not being left in the pager some times and out of it other times), and several ways to solve them. -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 Tue Jan 28 11: 9: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4576137B406; Tue, 28 Jan 2003 11:09:06 -0800 (PST) Received: from mail.rpi.edu (mail.rpi.edu [128.113.2.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3B0543F43; Tue, 28 Jan 2003 11:09:05 -0800 (PST) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.12.1/8.12.1) with ESMTP id h0SJ93PH264190; Tue, 28 Jan 2003 14:09:03 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <200301280121.h0S1LwY7013234@repoman.freebsd.org> References: <200301280121.h0S1LwY7013234@repoman.freebsd.org> Date: Tue, 28 Jan 2003 14:09:02 -0500 To: Garance A Drosehn , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org From: Garance A Drosihn Subject: Re: cvs commit: src/usr.sbin/pw pw_user.c Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: MIMEDefang 2.3 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-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 5:21 PM -0800 1/27/03, Garance A Drosehn wrote: >gad 2003/01/27 17:21:58 PST > > Modified files: > usr.sbin/pw pw_user.c > Log: > Changes so the 'pw' command will allow '$' as the last character > in a userid or group name (mainly for the benefit of samba). > > MFC plans: no plans, but will do if people want it in stable. Several users have requested that I MFC this change, so I'll do that this coming weekend (to make sure it will have been in stable for awhile before the next code-freeze). -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 11:17:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01C7937B405; Tue, 28 Jan 2003 11:17:09 -0800 (PST) Received: from mail.rpi.edu (mail.rpi.edu [128.113.2.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04CBB43F93; Tue, 28 Jan 2003 11:17:08 -0800 (PST) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.12.1/8.12.1) with ESMTP id h0SJH4PH184442; Tue, 28 Jan 2003 14:17:04 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <200301281908.h0SJ8OoY028183@apollo.backplane.com> References: <200301281844.h0SIie3G086935@repoman.freebsd.org> <200301281908.h0SJ8OoY028183@apollo.backplane.com> Date: Tue, 28 Jan 2003 14:17:02 -0500 To: Matthew Dillon From: Garance A Drosihn Subject: Re: cvs commit: src/usr.sbin/mergemaster mergemaster.sh Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: MIMEDefang 2.3 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-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 11:08 AM -0800 1/28/03, Matthew Dillon wrote: >:exactly what I would like, but I'm still trying to figure out >:how I would prefer to see it behave. >: >:-- >:Garance Alistair Drosehn = gad@gilead.netel.rpi.edu > > I'm sure it will get worked out. There really only two issues > that need to be solved (deterministic location of the file name, > deterministic UI i.e. not being left in the pager some times > and out of it other times), and several ways to solve them. Well for one thing, if a given file has a lot of changes, then I would like mergemaster to skip over the initial one-line change that only tells me how some comment now has a new version-number in it. Chances are mighty good that the cvs-ID comment tells me nothing that helps me decide what I want to do, and it wastes five or six valuable lines on the screen. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 11:27:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E403B37B401; Tue, 28 Jan 2003 11:27:24 -0800 (PST) Received: from procyon.firepipe.net (procyon.firepipe.net [198.78.66.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5969543F3F; Tue, 28 Jan 2003 11:27:24 -0800 (PST) (envelope-from will@csociety.org) Received: by procyon.firepipe.net (Postfix, from userid 1000) id 4FBBE21682; Tue, 28 Jan 2003 11:22:15 -0800 (PST) Date: Tue, 28 Jan 2003 11:22:15 -0800 From: Will Andrews To: Alan Eldridge Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.kde.mk ports/audio/arts Makefile distinfo pkg-plist ports/deskutils/kdepim3 Makefile distinfo pkg-plist ports/deskutils/kdepim3/files patch-icaltime.c patch-vcc.y patch-vobject.c ports/devel/kdesdk3 Makefile Makefile~ distinfo ... Message-ID: <20030128192215.GD30015@procyon.firepipe.net> Mail-Followup-To: Alan Eldridge , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301281836.h0SIawoM083301@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301281836.h0SIawoM083301@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 Tue, Jan 28, 2003 at 10:36:58AM -0800, Alan Eldridge wrote: > Log: > update to 3.1 official release Thanks for not coordinating this with me so I could commit i18n around the same time. Whatever happened to the plan to meet tonight to get this done? Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 11:33:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8FF037B401; Tue, 28 Jan 2003 11:33:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7ACD543F43; Tue, 28 Jan 2003 11:33:23 -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 h0SJXNbv004943; Tue, 28 Jan 2003 11:33:23 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SJXNts004942; Tue, 28 Jan 2003 11:33:23 -0800 (PST) Message-Id: <200301281933.h0SJXNts004942@repoman.freebsd.org> From: Alan Eldridge Date: Tue, 28 Jan 2003 11:33:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits Makefile ports/x11-toolkits/qt30 Makefile distinfo pkg-comment pkg-descr pkg-plist ports/x11-toolkits/qt30/files patch-qmake X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/28 11:33:23 PST Modified files: x11-toolkits Makefile Removed files: x11-toolkits/qt30 Makefile distinfo pkg-comment pkg-descr pkg-plist x11-toolkits/qt30/files patch-qmake Log: Replaced by qt31. Revision Changes Path 1.218 +0 -1 ports/x11-toolkits/Makefile 1.120 +0 -119 ports/x11-toolkits/qt30/Makefile (dead) 1.31 +0 -1 ports/x11-toolkits/qt30/distinfo (dead) 1.2 +0 -7 ports/x11-toolkits/qt30/files/patch-qmake (dead) 1.3 +0 -1 ports/x11-toolkits/qt30/pkg-comment (dead) 1.8 +0 -5 ports/x11-toolkits/qt30/pkg-descr (dead) 1.55 +0 -2363 ports/x11-toolkits/qt30/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 Tue Jan 28 11:33:45 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0B0737B401; Tue, 28 Jan 2003 11:33:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A63443F79; Tue, 28 Jan 2003 11:33:44 -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 h0SJXibv004977; Tue, 28 Jan 2003 11:33:44 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SJXiws004976; Tue, 28 Jan 2003 11:33:44 -0800 (PST) Message-Id: <200301281933.h0SJXiws004976@repoman.freebsd.org> From: Alan Eldridge Date: Tue, 28 Jan 2003 11:33:44 -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 alane 2003/01/28 11:33:44 PST Modified files: . modules Log: Replaced by qt31. Revision Changes Path 1.6597 +0 -1 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 11:38: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9274637B401; Tue, 28 Jan 2003 11:37:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0941343F43; Tue, 28 Jan 2003 11:37:56 -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 h0SJbtbv006079; Tue, 28 Jan 2003 11:37:55 -0800 (PST) (envelope-from will@repoman.freebsd.org) Received: (from will@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SJbtJl006078; Tue, 28 Jan 2003 11:37:55 -0800 (PST) Message-Id: <200301281937.h0SJbtJl006078@repoman.freebsd.org> From: Will Andrews Date: Tue, 28 Jan 2003 11:37:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/kde3-i18n-af distinfo pkg-plist ports/misc/kde3-i18n-ar distinfo pkg-plist ports/misc/kde3-i18n-az Makefile distinfo ports/misc/kde3-i18n-bg distinfo pkg-plist ports/misc/kde3-i18n-bs distinfo pkg-plist ports/misc/kde3-i18n-ca ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/28 11:37:55 PST Modified files: misc/kde3-i18n-af distinfo pkg-plist misc/kde3-i18n-ar distinfo pkg-plist misc/kde3-i18n-az Makefile distinfo misc/kde3-i18n-bg distinfo pkg-plist misc/kde3-i18n-bs distinfo pkg-plist misc/kde3-i18n-ca distinfo pkg-plist misc/kde3-i18n-cs distinfo pkg-plist misc/kde3-i18n-da distinfo pkg-plist misc/kde3-i18n-el distinfo pkg-plist misc/kde3-i18n-en_GB distinfo pkg-plist misc/kde3-i18n-eo distinfo pkg-plist misc/kde3-i18n-es distinfo pkg-plist misc/kde3-i18n-et distinfo pkg-plist misc/kde3-i18n-fi distinfo pkg-plist misc/kde3-i18n-he distinfo pkg-plist misc/kde3-i18n-hr Makefile distinfo misc/kde3-i18n-hu distinfo pkg-plist misc/kde3-i18n-id Makefile distinfo misc/kde3-i18n-is Makefile distinfo misc/kde3-i18n-it distinfo pkg-plist misc/kde3-i18n-lt distinfo pkg-plist misc/kde3-i18n-lv Makefile distinfo misc/kde3-i18n-mt distinfo pkg-plist misc/kde3-i18n-nb distinfo pkg-plist misc/kde3-i18n-nl distinfo pkg-plist misc/kde3-i18n-nn distinfo pkg-plist misc/kde3-i18n-pl distinfo pkg-plist misc/kde3-i18n-pt distinfo pkg-plist misc/kde3-i18n-pt_BR distinfo pkg-plist misc/kde3-i18n-ro distinfo pkg-plist misc/kde3-i18n-sk distinfo pkg-plist misc/kde3-i18n-sl distinfo pkg-plist misc/kde3-i18n-sr distinfo pkg-plist misc/kde3-i18n-sv distinfo pkg-plist misc/kde3-i18n-ta distinfo pkg-plist misc/kde3-i18n-th distinfo pkg-plist misc/kde3-i18n-tr distinfo pkg-plist misc/kde3-i18n-ven distinfo pkg-plist misc/kde3-i18n-vi distinfo pkg-plist misc/kde3-i18n-xh distinfo pkg-plist misc/kde3-i18n-zu distinfo pkg-plist chinese/kde3-i18n-zh_CN distinfo pkg-plist chinese/kde3-i18n-zh_TW distinfo pkg-plist french/kde3-i18n distinfo pkg-plist german/kde3-i18n distinfo pkg-plist japanese/kde3-i18n distinfo pkg-plist korean/kde3-i18n Makefile distinfo russian/kde3-i18n distinfo pkg-plist ukrainian/kde3-i18n distinfo pkg-plist Log: Upgrade kde-i18n to 3.1. Note that the following modules did not get a release for 3.1: az hr id is ko lv. These modules remain at their previous release (and still work), but may be incomplete or incorrect. However, their distfiles were moved to DIST_SUBDIR=KDE/kde-i18n anyway. Revision Changes Path 1.6 +1 -1 ports/chinese/kde3-i18n-zh_CN/distinfo 1.7 +152 -15 ports/chinese/kde3-i18n-zh_CN/pkg-plist 1.6 +1 -1 ports/chinese/kde3-i18n-zh_TW/distinfo 1.4 +113 -7 ports/chinese/kde3-i18n-zh_TW/pkg-plist 1.6 +1 -1 ports/french/kde3-i18n/distinfo 1.5 +696 -150 ports/french/kde3-i18n/pkg-plist 1.6 +1 -1 ports/german/kde3-i18n/distinfo 1.5 +724 -239 ports/german/kde3-i18n/pkg-plist 1.6 +1 -1 ports/japanese/kde3-i18n/distinfo 1.4 +335 -123 ports/japanese/kde3-i18n/pkg-plist 1.12 +1 -0 ports/korean/kde3-i18n/Makefile 1.6 +1 -1 ports/korean/kde3-i18n/distinfo 1.12 +1 -1 ports/misc/kde3-i18n-af/distinfo 1.12 +74 -8 ports/misc/kde3-i18n-af/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-ar/distinfo 1.10 +95 -10 ports/misc/kde3-i18n-ar/pkg-plist 1.22 +1 -0 ports/misc/kde3-i18n-az/Makefile 1.12 +1 -1 ports/misc/kde3-i18n-az/distinfo 1.12 +1 -1 ports/misc/kde3-i18n-bg/distinfo 1.11 +54 -4 ports/misc/kde3-i18n-bg/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-bs/distinfo 1.11 +81 -7 ports/misc/kde3-i18n-bs/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-ca/distinfo 1.9 +330 -6 ports/misc/kde3-i18n-ca/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-cs/distinfo 1.10 +265 -51 ports/misc/kde3-i18n-cs/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-da/distinfo 1.10 +490 -147 ports/misc/kde3-i18n-da/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-el/distinfo 1.9 +107 -10 ports/misc/kde3-i18n-el/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-en_GB/distinfo 1.11 +352 -64 ports/misc/kde3-i18n-en_GB/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-eo/distinfo 1.11 +28 -5 ports/misc/kde3-i18n-eo/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-es/distinfo 1.10 +693 -122 ports/misc/kde3-i18n-es/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-et/distinfo 1.10 +368 -31 ports/misc/kde3-i18n-et/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-fi/distinfo 1.11 +55 -6 ports/misc/kde3-i18n-fi/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-he/distinfo 1.11 +127 -17 ports/misc/kde3-i18n-he/pkg-plist 1.22 +1 -0 ports/misc/kde3-i18n-hr/Makefile 1.12 +1 -1 ports/misc/kde3-i18n-hr/distinfo 1.12 +1 -1 ports/misc/kde3-i18n-hu/distinfo 1.11 +355 -128 ports/misc/kde3-i18n-hu/pkg-plist 1.22 +1 -0 ports/misc/kde3-i18n-id/Makefile 1.12 +1 -1 ports/misc/kde3-i18n-id/distinfo 1.22 +1 -0 ports/misc/kde3-i18n-is/Makefile 1.12 +1 -1 ports/misc/kde3-i18n-is/distinfo 1.12 +1 -1 ports/misc/kde3-i18n-it/distinfo 1.10 +327 -35 ports/misc/kde3-i18n-it/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-lt/distinfo 1.11 +60 -5 ports/misc/kde3-i18n-lt/pkg-plist 1.22 +1 -0 ports/misc/kde3-i18n-lv/Makefile 1.12 +1 -1 ports/misc/kde3-i18n-lv/distinfo 1.12 +1 -1 ports/misc/kde3-i18n-mt/distinfo 1.11 +113 -3 ports/misc/kde3-i18n-mt/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-nb/distinfo 1.11 +137 -15 ports/misc/kde3-i18n-nb/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-nl/distinfo 1.11 +380 -96 ports/misc/kde3-i18n-nl/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-nn/distinfo 1.10 +95 -15 ports/misc/kde3-i18n-nn/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-pl/distinfo 1.10 +114 -27 ports/misc/kde3-i18n-pl/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-pt/distinfo 1.10 +539 -108 ports/misc/kde3-i18n-pt/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-pt_BR/distinfo 1.10 +566 -22 ports/misc/kde3-i18n-pt_BR/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-ro/distinfo 1.11 +30 -5 ports/misc/kde3-i18n-ro/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-sk/distinfo 1.10 +614 -142 ports/misc/kde3-i18n-sk/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-sl/distinfo 1.10 +251 -95 ports/misc/kde3-i18n-sl/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-sr/distinfo 1.11 +36 -21 ports/misc/kde3-i18n-sr/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-sv/distinfo 1.11 +710 -147 ports/misc/kde3-i18n-sv/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-ta/distinfo 1.11 +66 -21 ports/misc/kde3-i18n-ta/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-th/distinfo 1.11 +91 -13 ports/misc/kde3-i18n-th/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-tr/distinfo 1.10 +167 -28 ports/misc/kde3-i18n-tr/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-ven/distinfo 1.12 +277 -4 ports/misc/kde3-i18n-ven/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-vi/distinfo 1.12 +33 -37 ports/misc/kde3-i18n-vi/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-xh/distinfo 1.11 +187 -16 ports/misc/kde3-i18n-xh/pkg-plist 1.12 +1 -1 ports/misc/kde3-i18n-zu/distinfo 1.12 +179 -8 ports/misc/kde3-i18n-zu/pkg-plist 1.7 +1 -1 ports/russian/kde3-i18n/distinfo 1.6 +345 -41 ports/russian/kde3-i18n/pkg-plist 1.9 +1 -1 ports/ukrainian/kde3-i18n/distinfo 1.9 +146 -19 ports/ukrainian/kde3-i18n/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 11:38:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9ACA37B408; Tue, 28 Jan 2003 11:38:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5006C43F3F; Tue, 28 Jan 2003 11:38:46 -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 h0SJckbv006124; Tue, 28 Jan 2003 11:38:46 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SJckux006123; Tue, 28 Jan 2003 11:38:46 -0800 (PST) Message-Id: <200301281938.h0SJckux006123@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 28 Jan 2003 11:38:46 -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 lioux 2003/01/28 11:38:46 PST Modified files: . MOVED Log: qt30 was replaced by qt31 so tell portupgrade to do The Right Thing(TM) Reviewed by: FreeBSD KDE Team Revision Changes Path 1.51 +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 Tue Jan 28 11:44:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31AC837B401; Tue, 28 Jan 2003 11:44:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8541B43F3F; Tue, 28 Jan 2003 11:44:46 -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 h0SJikbv009610; Tue, 28 Jan 2003 11:44:46 -0800 (PST) (envelope-from fjoe@repoman.freebsd.org) Received: (from fjoe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SJikle009609; Tue, 28 Jan 2003 11:44:46 -0800 (PST) Message-Id: <200301281944.h0SJikle009609@repoman.freebsd.org> From: Max Khon Date: Tue, 28 Jan 2003 11:44:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/news/husky-msged/files patch-Makefile patch-areas.c patch-config.c patch-curses.c patch-list.c patch-msged.c patch-nshow.c patch-nshow.h patch-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 fjoe 2003/01/28 11:44:46 PST Modified files: news/husky-msged/files patch-Makefile Added files: news/husky-msged/files patch-curses.c Removed files: news/husky-msged/files patch-areas.c patch-config.c patch-list.c patch-msged.c patch-nshow.c patch-nshow.h patch-wrap.c Log: Doh.. Actually use curses instead of home-grown ansi driver. Revision Changes Path 1.2 +8 -4 ports/news/husky-msged/files/patch-Makefile 1.2 +0 -18 ports/news/husky-msged/files/patch-areas.c (dead) 1.2 +0 -19 ports/news/husky-msged/files/patch-config.c (dead) 1.1 +139 -0 ports/news/husky-msged/files/patch-curses.c (new) 1.2 +0 -10 ports/news/husky-msged/files/patch-list.c (dead) 1.2 +0 -20 ports/news/husky-msged/files/patch-msged.c (dead) 1.2 +0 -28 ports/news/husky-msged/files/patch-nshow.c (dead) 1.2 +0 -11 ports/news/husky-msged/files/patch-nshow.h (dead) 1.2 +0 -11 ports/news/husky-msged/files/patch-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 Tue Jan 28 12: 6: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7024C37B401; Tue, 28 Jan 2003 12:06:01 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB1E243E4A; Tue, 28 Jan 2003 12:06:00 -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 h0SK5uIx021886; Tue, 28 Jan 2003 12:05:56 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.6/Submit) id h0SK4eRo021851; Tue, 28 Jan 2003 12:04:40 -0800 (PST) Date: Tue, 28 Jan 2003 12:04:40 -0800 From: "David O'Brien" To: Matthew Dillon Cc: Garance A Drosihn , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/mergemaster mergemaster.sh Message-ID: <20030128200440.GA21674@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG Mail-Followup-To: David O'Brien , Matthew Dillon , Garance A Drosihn , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200301281844.h0SIie3G086935@repoman.freebsd.org> <200301281908.h0SJ8OoY028183@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301281908.h0SJ8OoY028183@apollo.backplane.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 Tue, Jan 28, 2003 at 11:08:24AM -0800, Matthew Dillon wrote: > > :exactly what I would like, but I'm still trying to figure out > :how I would prefer to see it behave. > : > :-- > :Garance Alistair Drosehn = gad@gilead.netel.rpi.edu > > I'm sure it will get worked out. There really only two issues that > need to be solved (deterministic location of the file name, > deterministic UI i.e. not being left in the pager some times and out of > it other times), and several ways to solve them. Great to hear -- I also like some of the changes you made to mergemaster. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 12:10:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 508DD37B401; Tue, 28 Jan 2003 12:10:37 -0800 (PST) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08ECC43F79; Tue, 28 Jan 2003 12:10:36 -0800 (PST) (envelope-from mi+mx@aldan.algebra.com) Received: from mi.us.murex.com (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.6/8.12.6) with ESMTP id h0SKAQMZ020821 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Tue, 28 Jan 2003 15:10:29 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) Content-Type: text/plain; charset="koi8-u" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Alan Eldridge , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.kde.mk ports/audio/arts Makefile distinfo pkg-plist ports/deskutils/kdepim3 Makefile distinfo pkg-plist ports/deskutils/kdepim3/files patch-icaltime.c patch-vcc.y patch-vobject.c ports/devel/kdesdk3 Makefile Makefile~ distinfo ... Date: Tue, 28 Jan 2003 15:10:41 -0500 User-Agent: KMail/1.4.3 References: <200301281836.h0SIawoM083301@repoman.freebsd.org> In-Reply-To: <200301281836.h0SIawoM083301@repoman.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200301281510.41153.mi+mx@aldan.algebra.com> X-Scanned-By: MIMEDefang 2.21 (www . roaringpenguin . com / mimedefang) Sender: owner-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 28 January 2003 01:36 pm, Alan Eldridge wrote: [...] = update to 3.1 official release [...] And the crown goes wild... With much rejoicing... Great -- and quick, too!.. -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 12:18:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECA1237B401; Tue, 28 Jan 2003 12:18:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BD6243F43; Tue, 28 Jan 2003 12:18: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 h0SKIRbv020627; Tue, 28 Jan 2003 12:18:27 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SKIRaw020626; Tue, 28 Jan 2003 12:18:27 -0800 (PST) Message-Id: <200301282018.h0SKIRaw020626@repoman.freebsd.org> From: Jacques Vidrine Date: Tue, 28 Jan 2003 12:18:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/kerberosIV/admin adm_locl.h src/crypto/kerberosIV/appl/afsutil kstring2key.c src/crypto/kerberosIV/appl/bsd bsd_locl.h src/crypto/kerberosIV/appl/ftp/ftp ftp_locl.h src/crypto/kerberosIV/appl/telnet/libtelnet enc_des.c kerberos.c krb4encpwd.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 2003/01/28 12:18:26 PST Modified files: crypto/kerberosIV/admin adm_locl.h crypto/kerberosIV/appl/afsutil kstring2key.c crypto/kerberosIV/appl/bsd bsd_locl.h crypto/kerberosIV/appl/ftp/ftp ftp_locl.h crypto/kerberosIV/appl/telnet/libtelnet enc_des.c kerberos.c krb4encpwd.c crypto/kerberosIV/appl/telnet/telnetd telnetd.h crypto/kerberosIV/kadmin kadm_locl.h crypto/kerberosIV/lib/kadm kadm_cli_wrap.c kadm_locl.h crypto/kerberosIV/lib/krb krb-protos.h krb.h krb_check_auth.c mk_priv.c rd_priv.c recvauth.c sendauth.c solaris_compat.c crypto/kerberosIV/server kerberos.c Log: Make the Kerberos 4 bits build against OpenSSL 0.9.7. This required two basic changes (both of which should be no-ops until OpenSSL 0.9.7 is imported): = Define OPENSSL_DES_LIBDES_COMPATIBILITY wherever we include openssl/des.h. = Spell `struct des_ks_struct []' using the existing `des_key_schedule' typedef. When OpenSSL 0.9.7 is imported, `des_key_schedule' (among other things) will be a macro invocation instead of a typedef, and things should `just work'. Yes, this commit does take several files off the vendor branch. I do not expect there to be future imports of KTH Kerberos 4. Revision Changes Path 1.4 +2 -1 src/crypto/kerberosIV/admin/adm_locl.h 1.4 +2 -1 src/crypto/kerberosIV/appl/afsutil/kstring2key.c 1.7 +1 -0 src/crypto/kerberosIV/appl/bsd/bsd_locl.h 1.4 +2 -1 src/crypto/kerberosIV/appl/ftp/ftp/ftp_locl.h 1.4 +2 -1 src/crypto/kerberosIV/appl/telnet/libtelnet/enc_des.c 1.5 +1 -0 src/crypto/kerberosIV/appl/telnet/libtelnet/kerberos.c 1.5 +1 -0 src/crypto/kerberosIV/appl/telnet/libtelnet/krb4encpwd.c 1.5 +1 -0 src/crypto/kerberosIV/appl/telnet/telnetd/telnetd.h 1.4 +2 -1 src/crypto/kerberosIV/kadmin/kadm_locl.h 1.3 +1 -1 src/crypto/kerberosIV/lib/kadm/kadm_cli_wrap.c 1.4 +2 -1 src/crypto/kerberosIV/lib/kadm/kadm_locl.h 1.2 +33 -16 src/crypto/kerberosIV/lib/krb/krb-protos.h 1.8 +2 -1 src/crypto/kerberosIV/lib/krb/krb.h 1.2 +4 -8 src/crypto/kerberosIV/lib/krb/krb_check_auth.c 1.2 +13 -17 src/crypto/kerberosIV/lib/krb/mk_priv.c 1.2 +6 -10 src/crypto/kerberosIV/lib/krb/rd_priv.c 1.2 +11 -8 src/crypto/kerberosIV/lib/krb/recvauth.c 1.2 +7 -4 src/crypto/kerberosIV/lib/krb/sendauth.c 1.2 +5 -9 src/crypto/kerberosIV/lib/krb/solaris_compat.c 1.5 +1 -0 src/crypto/kerberosIV/server/kerberos.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 12:22:21 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96B7A37B401; Tue, 28 Jan 2003 12:22:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BDEC43F3F; Tue, 28 Jan 2003 12:22:20 -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 h0SKMKbv023614; Tue, 28 Jan 2003 12:22:20 -0800 (PST) (envelope-from hsu@repoman.freebsd.org) Received: (from hsu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SKMJAh023613; Tue, 28 Jan 2003 12:22:19 -0800 (PST) Message-Id: <200301282022.h0SKMJAh023613@repoman.freebsd.org> From: Jeffrey Hsu Date: Tue, 28 Jan 2003 12:22:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net radix.h src/sys/netinet if_ether.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 hsu 2003/01/28 12:22:19 PST Modified files: sys/net radix.h sys/netinet if_ether.c Log: Avoid lock order reversal by expanding the scope of the AF_INET radix tree lock to cover the ARP data structures. Revision Changes Path 1.21 +1 -0 src/sys/net/radix.h 1.100 +5 -15 src/sys/netinet/if_ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 12:30:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A83C37B401; Tue, 28 Jan 2003 12:30:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3111E43F43; Tue, 28 Jan 2003 12:30:37 -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 h0SKUbbv024997; Tue, 28 Jan 2003 12:30:37 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SKUaFc024996; Tue, 28 Jan 2003 12:30:36 -0800 (PST) Message-Id: <200301282030.h0SKUaFc024996@repoman.freebsd.org> From: Oliver Braun Date: Tue, 28 Jan 2003 12:30:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/rsync 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 obraun 2003/01/28 12:30:36 PST Modified files: net/rsync Makefile Log: Aaaaarrgggg, I have destroyed the Makefile just between testing and the commit. Apologies! Fix it: s/@{STRIP_CMD}/@${STRIP_CMD}/ Pointed out by: Mike Harding Franz Klammer Stacey Roberts Bill Trost and lots more Revision Changes Path 1.81 +1 -1 ports/net/rsync/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 12:49:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A08CB37B405; Tue, 28 Jan 2003 12:49:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40D7E43E4A; Tue, 28 Jan 2003 12:49: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 h0SKnabv031478; Tue, 28 Jan 2003 12:49: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 h0SKnaOX031477; Tue, 28 Jan 2003 12:49:36 -0800 (PST) Message-Id: <200301282049.h0SKnaOX031477@repoman.freebsd.org> From: Tilman Linneweh Date: Tue, 28 Jan 2003 12:49:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/pppload Makefile ports/net/pppload/files patch-aa 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 2003/01/28 12:49:36 PST Modified files: net/pppload Makefile net/pppload/files patch-aa patch-ad Log: Fix traffic calculation [1] Use qt3 instead of qt1 PR: 35667 Submitted by: Hendrik Scholz Revision Changes Path 1.19 +6 -1 ports/net/pppload/Makefile 1.5 +35 -43 ports/net/pppload/files/patch-aa 1.4 +7 -6 ports/net/pppload/files/patch-ad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 13:19:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B84BA37B401; Tue, 28 Jan 2003 13:19:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5593143F43; Tue, 28 Jan 2003 13:19:18 -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 h0SLJIbv042110; Tue, 28 Jan 2003 13:19:18 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SLJIlA042109; Tue, 28 Jan 2003 13:19:18 -0800 (PST) Message-Id: <200301282119.h0SLJIlA042109@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 28 Jan 2003 13:19:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/portuguese/kde3-i18n-pt_BR distinfo pkg-plist ports/portuguese/kde3-i18n 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 2003/01/28 13:19:18 PST Modified files: portuguese/kde3-i18n-pt_BR distinfo pkg-plist portuguese/kde3-i18n distinfo pkg-plist Log: Update to KDE 3.1 release Approved by: FreeBSD KDE Team Revision Changes Path 1.12 +1 -1 ports/portuguese/kde3-i18n-pt_BR/distinfo 1.10 +566 -22 ports/portuguese/kde3-i18n-pt_BR/pkg-plist 1.12 +1 -1 ports/portuguese/kde3-i18n/distinfo 1.10 +539 -108 ports/portuguese/kde3-i18n/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 13:26:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63A9637B401; Tue, 28 Jan 2003 13:26:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEDC343F93; Tue, 28 Jan 2003 13:26:36 -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 h0SLQabv045626; Tue, 28 Jan 2003 13:26:36 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SLQah7045625; Tue, 28 Jan 2003 13:26:36 -0800 (PST) Message-Id: <200301282126.h0SLQah7045625@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 28 Jan 2003 13:26:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/cvsdelta 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 nork 2003/01/28 13:26:36 PST Modified files: devel/cvsdelta Makefile distinfo Log: Update to 1.5.1 PR: ports/47584 Submitted by: Michael L. Hostbaek (maintainer) Revision Changes Path 1.6 +1 -1 ports/devel/cvsdelta/Makefile 1.5 +1 -1 ports/devel/cvsdelta/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 13:29:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9473037B401; Tue, 28 Jan 2003 13:29:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B5D043F79; Tue, 28 Jan 2003 13:29:24 -0800 (PST) (envelope-from dbaker@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0SLTObv045707; Tue, 28 Jan 2003 13:29:24 -0800 (PST) (envelope-from dbaker@repoman.freebsd.org) Received: (from dbaker@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SLTN6m045706; Tue, 28 Jan 2003 13:29:23 -0800 (PST) Message-Id: <200301282129.h0SLTN6m045706@repoman.freebsd.org> From: Daniel Baker Date: Tue, 28 Jan 2003 13:29:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc hosts X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dbaker 2003/01/28 13:29:23 PST Modified files: etc hosts Log: Re-add information for applying for IP space from a registry since that hasn't been included since the ancient rs.internic.net address was removed. Offer the option of the five regional registries. MFC after: 3 days Revision Changes Path 1.16 +3 -2 src/etc/hosts To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 13:29:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D66937B405; Tue, 28 Jan 2003 13:29:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDADD43F9B; Tue, 28 Jan 2003 13:29:29 -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 h0SLTTbv045738; Tue, 28 Jan 2003 13:29:29 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SLTTGI045737; Tue, 28 Jan 2003 13:29:29 -0800 (PST) Message-Id: <200301282129.h0SLTTGI045737@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 28 Jan 2003 13:29:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/lr 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 nork 2003/01/28 13:29:29 PST Modified files: misc/lr Makefile distinfo Log: Update to 1.9 PR: ports/47587 Submitted by: Michael L. Hostbaek (maintainer) Revision Changes Path 1.3 +4 -2 ports/misc/lr/Makefile 1.3 +1 -1 ports/misc/lr/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 13:34:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 132BF37B401; Tue, 28 Jan 2003 13:34:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBB2A43E4A; Tue, 28 Jan 2003 13:34:17 -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 h0SLYHbv049207; Tue, 28 Jan 2003 13:34:17 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SLYHmo049206; Tue, 28 Jan 2003 13:34:17 -0800 (PST) Message-Id: <200301282134.h0SLYHmo049206@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 28 Jan 2003 13:34:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/sendip Makefile distinfo pkg-plist ports/net/sendip/files patch-Makefile patch-icmp.h patch-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 nork 2003/01/28 13:34:17 PST Modified files: net/sendip Makefile distinfo pkg-plist net/sendip/files patch-Makefile Removed files: net/sendip/files patch-icmp.h patch-types.h Log: Update to 2.3. PR: ports/47604 Submitted by: Joseph Scott (maintainer) Revision Changes Path 1.5 +2 -5 ports/net/sendip/Makefile 1.4 +1 -1 ports/net/sendip/distinfo 1.3 +22 -12 ports/net/sendip/files/patch-Makefile 1.2 +0 -18 ports/net/sendip/files/patch-icmp.h (dead) 1.2 +0 -79 ports/net/sendip/files/patch-types.h (dead) 1.3 +1 -0 ports/net/sendip/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 Jan 28 13:44:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30C6D37B401; Tue, 28 Jan 2003 13:43:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26D4B43F9B; Tue, 28 Jan 2003 13:43:34 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0SLhYbv052807; Tue, 28 Jan 2003 13:43:34 -0800 (PST) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SLhXfm052806; Tue, 28 Jan 2003 13:43:33 -0800 (PST) Message-Id: <200301282143.h0SLhXfm052806@repoman.freebsd.org> From: Mark Murray Date: Tue, 28 Jan 2003 13:43:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssl - Imported sources X-FreeBSD-CVS-Branch: OPENSSL Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG markm 2003/01/28 13:43:33 PST src/crypto/openssl - Imported sources Update of /home/ncvs/src/crypto/openssl In directory repoman.freebsd.org:/tmp/cvs-serv38510 Log Message: Vendor import of OpenSSL release 0.9.7. This release includes support for AES and OpenBSD's hardware crypto. Status: Vendor Tag: OPENSSL Release Tags: v0_9_7 U src/crypto/openssl/CHANGES U src/crypto/openssl/CHANGES.SSLeay U src/crypto/openssl/config U src/crypto/openssl/Configure U src/crypto/openssl/e_os2.h U src/crypto/openssl/e_os.h U src/crypto/openssl/FAQ U src/crypto/openssl/INSTALL U src/crypto/openssl/LICENSE U src/crypto/openssl/Makefile.org U src/crypto/openssl/Makefile.ssl U src/crypto/openssl/NEWS U src/crypto/openssl/openssl.doxy U src/crypto/openssl/openssl.spec U src/crypto/openssl/PROBLEMS U src/crypto/openssl/README N src/crypto/openssl/README.ASN1 U src/crypto/openssl/README.ENGINE U src/crypto/openssl/apps/app_rand.c U src/crypto/openssl/apps/apps.c U src/crypto/openssl/apps/apps.h U src/crypto/openssl/apps/asn1pars.c U src/crypto/openssl/apps/ca.c U src/crypto/openssl/apps/ca-cert.srl U src/crypto/openssl/apps/ca-key.pem U src/crypto/openssl/apps/CA.pl U src/crypto/openssl/apps/CA.pl.in U src/crypto/openssl/apps/ca-req.pem U src/crypto/openssl/apps/CA.sh U src/crypto/openssl/apps/cert.pem U src/crypto/openssl/apps/ciphers.c U src/crypto/openssl/apps/client.pem U src/crypto/openssl/apps/crl2p7.c U src/crypto/openssl/apps/crl.c U src/crypto/openssl/apps/der_chop U src/crypto/openssl/apps/der_chop.in U src/crypto/openssl/apps/dgst.c U src/crypto/openssl/apps/dh1024.pem U src/crypto/openssl/apps/dh2048.pem U src/crypto/openssl/apps/dh4096.pem U src/crypto/openssl/apps/dh512.pem U src/crypto/openssl/apps/dh.c U src/crypto/openssl/apps/dhparam.c U src/crypto/openssl/apps/dsa1024.pem U src/crypto/openssl/apps/dsa512.pem U src/crypto/openssl/apps/dsa.c U src/crypto/openssl/apps/dsa-ca.pem U src/crypto/openssl/apps/dsaparam.c U src/crypto/openssl/apps/dsa-pca.pem U src/crypto/openssl/apps/dsap.pem U src/crypto/openssl/apps/enc.c N src/crypto/openssl/apps/engine.c U src/crypto/openssl/apps/errstr.c U src/crypto/openssl/apps/gendh.c U src/crypto/openssl/apps/gendsa.c U src/crypto/openssl/apps/genrsa.c U src/crypto/openssl/apps/Makefile.ssl U src/crypto/openssl/apps/nseq.c N src/crypto/openssl/apps/ocsp.c U src/crypto/openssl/apps/oid.cnf U src/crypto/openssl/apps/openssl.c C src/crypto/openssl/apps/openssl.cnf U src/crypto/openssl/apps/passwd.c U src/crypto/openssl/apps/pca-cert.srl U src/crypto/openssl/apps/pca-key.pem U src/crypto/openssl/apps/pca-req.pem U src/crypto/openssl/apps/pkcs12.c U src/crypto/openssl/apps/pkcs7.c U src/crypto/openssl/apps/pkcs8.c U src/crypto/openssl/apps/progs.h U src/crypto/openssl/apps/privkey.pem U src/crypto/openssl/apps/progs.pl U src/crypto/openssl/apps/rand.c U src/crypto/openssl/apps/req.c U src/crypto/openssl/apps/req.pem U src/crypto/openssl/apps/rsa8192.pem U src/crypto/openssl/apps/rsa.c U src/crypto/openssl/apps/rsautl.c U src/crypto/openssl/apps/s1024key.pem U src/crypto/openssl/apps/s1024req.pem U src/crypto/openssl/apps/s512-key.pem U src/crypto/openssl/apps/s512-req.pem U src/crypto/openssl/apps/s_apps.h U src/crypto/openssl/apps/s_cb.c U src/crypto/openssl/apps/s_client.c U src/crypto/openssl/apps/server2.pem U src/crypto/openssl/apps/server.pem U src/crypto/openssl/apps/server.srl U src/crypto/openssl/apps/sess_id.c U src/crypto/openssl/apps/smime.c C src/crypto/openssl/apps/speed.c U src/crypto/openssl/apps/spkac.c U src/crypto/openssl/apps/s_server.c U src/crypto/openssl/apps/s_socket.c U src/crypto/openssl/apps/s_time.c U src/crypto/openssl/apps/testCA.pem U src/crypto/openssl/apps/testdsa.h U src/crypto/openssl/apps/testrsa.h U src/crypto/openssl/apps/verify.c U src/crypto/openssl/apps/version.c U src/crypto/openssl/apps/winrand.c U src/crypto/openssl/apps/x509.c U src/crypto/openssl/apps/demoCA/cacert.pem U src/crypto/openssl/apps/demoCA/index.txt U src/crypto/openssl/apps/demoCA/serial U src/crypto/openssl/apps/demoCA/private/cakey.pem U src/crypto/openssl/apps/set/set_b_ca.pem U src/crypto/openssl/apps/set/set_c_ca.pem U src/crypto/openssl/apps/set/set_d_ct.pem U src/crypto/openssl/apps/set/set-g-ca.pem U src/crypto/openssl/apps/set/set-m-ca.pem U src/crypto/openssl/apps/set/set_root.pem U src/crypto/openssl/bugs/alpha.c U src/crypto/openssl/bugs/dggccbug.c U src/crypto/openssl/bugs/MS U src/crypto/openssl/bugs/sgiccbug.c U src/crypto/openssl/bugs/sslref.dif U src/crypto/openssl/bugs/SSLv3 U src/crypto/openssl/bugs/stream.c U src/crypto/openssl/bugs/ultrixcc.c U src/crypto/openssl/bugs/VC16.bug U src/crypto/openssl/certs/ca-cert.pem U src/crypto/openssl/certs/dsa-ca.pem U src/crypto/openssl/certs/dsa-pca.pem U src/crypto/openssl/certs/factory.pem U src/crypto/openssl/certs/ICE-CA.pem U src/crypto/openssl/certs/ICE.crl U src/crypto/openssl/certs/ICE-root.pem U src/crypto/openssl/certs/ICE-user.pem U src/crypto/openssl/certs/nortelCA.pem U src/crypto/openssl/certs/pca-cert.pem N src/crypto/openssl/certs/RegTP-4R.pem N src/crypto/openssl/certs/RegTP-5R.pem N src/crypto/openssl/certs/RegTP-6R.pem U src/crypto/openssl/certs/rsa-cca.pem U src/crypto/openssl/certs/thawteCb.pem U src/crypto/openssl/certs/thawteCp.pem U src/crypto/openssl/certs/timCA.pem U src/crypto/openssl/certs/tjhCA.pem U src/crypto/openssl/certs/vsign1.pem U src/crypto/openssl/certs/vsign2.pem U src/crypto/openssl/certs/vsign3.pem U src/crypto/openssl/certs/vsignss.pem U src/crypto/openssl/certs/vsigntca.pem U src/crypto/openssl/certs/expired/ICE-CA.pem U src/crypto/openssl/certs/expired/ICE.crl U src/crypto/openssl/certs/expired/ICE-root.pem U src/crypto/openssl/certs/expired/ICE-user.pem U src/crypto/openssl/certs/expired/rsa-ssca.pem U src/crypto/openssl/crypto/cpt_err.c U src/crypto/openssl/crypto/cryptlib.c U src/crypto/openssl/crypto/cryptlib.h U src/crypto/openssl/crypto/crypto.h U src/crypto/openssl/crypto/cversion.c U src/crypto/openssl/crypto/ebcdic.c U src/crypto/openssl/crypto/ebcdic.h U src/crypto/openssl/crypto/ex_data.c U src/crypto/openssl/crypto/Makefile.ssl U src/crypto/openssl/crypto/md32_common.h U src/crypto/openssl/crypto/mem.c N src/crypto/openssl/crypto/mem_clr.c U src/crypto/openssl/crypto/mem_dbg.c U src/crypto/openssl/crypto/opensslconf.h U src/crypto/openssl/crypto/opensslconf.h.in U src/crypto/openssl/crypto/opensslv.h N src/crypto/openssl/crypto/ossl_typ.h N src/crypto/openssl/crypto/o_time.c N src/crypto/openssl/crypto/o_time.h U src/crypto/openssl/crypto/symhacks.h U src/crypto/openssl/crypto/tmdiff.c U src/crypto/openssl/crypto/tmdiff.h U src/crypto/openssl/crypto/uid.c N src/crypto/openssl/crypto/aes/aes_cbc.c N src/crypto/openssl/crypto/aes/aes_cfb.c N src/crypto/openssl/crypto/aes/aes_core.c N src/crypto/openssl/crypto/aes/aes_ctr.c N src/crypto/openssl/crypto/aes/aes_ecb.c N src/crypto/openssl/crypto/aes/aes.h N src/crypto/openssl/crypto/aes/aes_locl.h N src/crypto/openssl/crypto/aes/aes_misc.c N src/crypto/openssl/crypto/aes/aes_ofb.c N src/crypto/openssl/crypto/aes/Makefile.ssl N src/crypto/openssl/crypto/aes/README U src/crypto/openssl/crypto/asn1/a_bitstr.c U src/crypto/openssl/crypto/asn1/a_bool.c U src/crypto/openssl/crypto/asn1/a_bytes.c U src/crypto/openssl/crypto/asn1/a_d2i_fp.c U src/crypto/openssl/crypto/asn1/a_digest.c U src/crypto/openssl/crypto/asn1/a_dup.c U src/crypto/openssl/crypto/asn1/a_enum.c U src/crypto/openssl/crypto/asn1/a_gentm.c U src/crypto/openssl/crypto/asn1/a_hdr.c U src/crypto/openssl/crypto/asn1/a_i2d_fp.c U src/crypto/openssl/crypto/asn1/a_int.c U src/crypto/openssl/crypto/asn1/a_mbstr.c U src/crypto/openssl/crypto/asn1/a_meth.c U src/crypto/openssl/crypto/asn1/a_object.c U src/crypto/openssl/crypto/asn1/a_octet.c U src/crypto/openssl/crypto/asn1/a_print.c U src/crypto/openssl/crypto/asn1/a_set.c U src/crypto/openssl/crypto/asn1/a_sign.c U src/crypto/openssl/crypto/asn1/asn1_err.c U src/crypto/openssl/crypto/asn1/asn1.h U src/crypto/openssl/crypto/asn1/asn1_lib.c U src/crypto/openssl/crypto/asn1/asn1_mac.h U src/crypto/openssl/crypto/asn1/asn1_par.c N src/crypto/openssl/crypto/asn1/asn1t.h N src/crypto/openssl/crypto/asn1/asn_moid.c U src/crypto/openssl/crypto/asn1/f.c U src/crypto/openssl/crypto/asn1/asn_pack.c U src/crypto/openssl/crypto/asn1/a_strex.c U src/crypto/openssl/crypto/asn1/a_strnid.c U src/crypto/openssl/crypto/asn1/a_time.c U src/crypto/openssl/crypto/asn1/a_type.c U src/crypto/openssl/crypto/asn1/a_utctm.c U src/crypto/openssl/crypto/asn1/a_utf8.c U src/crypto/openssl/crypto/asn1/a_verify.c U src/crypto/openssl/crypto/asn1/charmap.h U src/crypto/openssl/crypto/asn1/charmap.pl U src/crypto/openssl/crypto/asn1/d2i_pr.c U src/crypto/openssl/crypto/asn1/d2i_pu.c U src/crypto/openssl/crypto/asn1/evp_asn1.c U src/crypto/openssl/crypto/asn1/f_enum.c U src/crypto/openssl/crypto/asn1/f_int.c U src/crypto/openssl/crypto/asn1/f_string.c U src/crypto/openssl/crypto/asn1/i2d_pr.c U src/crypto/openssl/crypto/asn1/i2d_pu.c U src/crypto/openssl/crypto/asn1/Makefile.ssl U src/crypto/openssl/crypto/asn1/n_pkey.c U src/crypto/openssl/crypto/asn1/nsseq.c U src/crypto/openssl/crypto/asn1/p5_pbe.c U src/crypto/openssl/crypto/asn1/p5_pbev2.c U src/crypto/openssl/crypto/asn1/p8_key.c U src/crypto/openssl/crypto/asn1/t_crl.c U src/crypto/openssl/crypto/asn1/p8_pkey.c N src/crypto/openssl/crypto/asn1/tasn_dec.c N src/crypto/openssl/crypto/asn1/tasn_enc.c N src/crypto/openssl/crypto/asn1/tasn_fre.c N src/crypto/openssl/crypto/asn1/tasn_new.c N src/crypto/openssl/crypto/asn1/tasn_prn.c N src/crypto/openssl/crypto/asn1/tasn_typ.c N src/crypto/openssl/crypto/asn1/tasn_utl.c U src/crypto/openssl/crypto/asn1/t_bitst.c U src/crypto/openssl/crypto/asn1/t_pkey.c U src/crypto/openssl/crypto/asn1/t_req.c U src/crypto/openssl/crypto/asn1/t_spki.c U src/crypto/openssl/crypto/asn1/t_x509a.c U src/crypto/openssl/crypto/asn1/t_x509.c U src/crypto/openssl/crypto/asn1/x_algor.c U src/crypto/openssl/crypto/asn1/x_attrib.c N src/crypto/openssl/crypto/asn1/x_bignum.c U src/crypto/openssl/crypto/asn1/x_cinf.c U src/crypto/openssl/crypto/asn1/x_crl.c U src/crypto/openssl/crypto/asn1/x_exten.c U src/crypto/openssl/crypto/asn1/x_info.c N src/crypto/openssl/crypto/asn1/x_long.c U src/crypto/openssl/crypto/asn1/x_name.c U src/crypto/openssl/crypto/asn1/x_pkey.c U src/crypto/openssl/crypto/asn1/x_pubkey.c U src/crypto/openssl/crypto/asn1/x_req.c U src/crypto/openssl/crypto/asn1/x_sig.c U src/crypto/openssl/crypto/asn1/x_spki.c U src/crypto/openssl/crypto/asn1/x_val.c U src/crypto/openssl/crypto/asn1/x_x509a.c U src/crypto/openssl/crypto/asn1/x_x509.c U src/crypto/openssl/crypto/bf/bf_cbc.c U src/crypto/openssl/crypto/bf/bf_cfb64.c U src/crypto/openssl/crypto/bf/bf_ecb.c U src/crypto/openssl/crypto/bf/bf_enc.c U src/crypto/openssl/crypto/bf/bf_locl.h U src/crypto/openssl/crypto/bf/bf_ofb64.c U src/crypto/openssl/crypto/bf/bf_opts.c U src/crypto/openssl/crypto/bf/bf_pi.h U src/crypto/openssl/crypto/bf/bfs.cpp U src/crypto/openssl/crypto/bf/bf_skey.c U src/crypto/openssl/crypto/bf/bfspeed.c U src/crypto/openssl/crypto/bf/bftest.c U src/crypto/openssl/crypto/bf/blowfish.h U src/crypto/openssl/crypto/bf/COPYRIGHT U src/crypto/openssl/crypto/bf/INSTALL U src/crypto/openssl/crypto/bf/Makefile.ssl U src/crypto/openssl/crypto/bf/README U src/crypto/openssl/crypto/bf/VERSION U src/crypto/openssl/crypto/bf/asm/bf-586.pl U src/crypto/openssl/crypto/bf/asm/bf-686.pl U src/crypto/openssl/crypto/bf/asm/readme U src/crypto/openssl/crypto/bio/b_dump.c U src/crypto/openssl/crypto/bio/bf_buff.c U src/crypto/openssl/crypto/bio/bf_lbuf.c U src/crypto/openssl/crypto/bio/bf_nbio.c U src/crypto/openssl/crypto/bio/bf_null.c U src/crypto/openssl/crypto/bio/bio_cb.c U src/crypto/openssl/crypto/bio/bio_err.c U src/crypto/openssl/crypto/bio/bio.h U src/crypto/openssl/crypto/bio/bio_lib.c U src/crypto/openssl/crypto/bio/b_print.c U src/crypto/openssl/crypto/bio/b_sock.c U src/crypto/openssl/crypto/bio/bss_acpt.c U src/crypto/openssl/crypto/bio/bss_bio.c U src/crypto/openssl/crypto/bio/bss_conn.c U src/crypto/openssl/crypto/bio/bss_fd.c U src/crypto/openssl/crypto/bio/bss_file.c U src/crypto/openssl/crypto/bio/bss_log.c U src/crypto/openssl/crypto/bio/bss_mem.c U src/crypto/openssl/crypto/bio/bss_null.c U src/crypto/openssl/crypto/bio/bss_rtcp.c U src/crypto/openssl/crypto/bio/bss_sock.c U src/crypto/openssl/crypto/bio/Makefile.ssl U src/crypto/openssl/crypto/bn/bn_add.c U src/crypto/openssl/crypto/bn/bn_asm.c U src/crypto/openssl/crypto/bn/bn_blind.c U src/crypto/openssl/crypto/bn/bn_ctx.c U src/crypto/openssl/crypto/bn/bn_div.c U src/crypto/openssl/crypto/bn/bn_err.c U src/crypto/openssl/crypto/bn/bn_exp2.c U src/crypto/openssl/crypto/bn/bn_exp.c U src/crypto/openssl/crypto/bn/bn_gcd.c U src/crypto/openssl/crypto/bn/bn.h N src/crypto/openssl/crypto/bn/bn_kron.c U src/crypto/openssl/crypto/bn/bn_lcl.h U src/crypto/openssl/crypto/bn/bn_lib.c N src/crypto/openssl/crypto/bn/bn_mod.c U src/crypto/openssl/crypto/bn/bn_mont.c U src/crypto/openssl/crypto/bn/bn_mpi.c U src/crypto/openssl/crypto/bn/bn.mul U src/crypto/openssl/crypto/bn/bn_mul.c U src/crypto/openssl/crypto/bn/bn_prime.c U src/crypto/openssl/crypto/bn/bn_prime.h U src/crypto/openssl/crypto/bn/bn_prime.pl U src/crypto/openssl/crypto/bn/bn_print.c U src/crypto/openssl/crypto/bn/bn_rand.c U src/crypto/openssl/crypto/bn/bn_recp.c U src/crypto/openssl/crypto/bn/bn_shift.c U src/crypto/openssl/crypto/bn/bnspeed.c U src/crypto/openssl/crypto/bn/bn_sqr.c N src/crypto/openssl/crypto/bn/bn_sqrt.c U src/crypto/openssl/crypto/bn/bntest.c U src/crypto/openssl/crypto/bn/bn_word.c U src/crypto/openssl/crypto/bn/divtest.c U src/crypto/openssl/crypto/bn/exp.c U src/crypto/openssl/crypto/bn/expspeed.c U src/crypto/openssl/crypto/bn/exptest.c U src/crypto/openssl/crypto/bn/Makefile.ssl U src/crypto/openssl/crypto/bn/todo U src/crypto/openssl/crypto/bn/asm/alpha.s U src/crypto/openssl/crypto/bn/asm/alpha.s.works U src/crypto/openssl/crypto/bn/asm/bn-586.pl U src/crypto/openssl/crypto/bn/asm/bn-alpha.pl U src/crypto/openssl/crypto/bn/asm/ca.pl U src/crypto/openssl/crypto/bn/asm/co-586.pl U src/crypto/openssl/crypto/bn/asm/co-alpha.pl U src/crypto/openssl/crypto/bn/asm/ia64.S U src/crypto/openssl/crypto/bn/asm/mips1.s U src/crypto/openssl/crypto/bn/asm/mips3.s U src/crypto/openssl/crypto/bn/asm/pa-risc2.s U src/crypto/openssl/crypto/bn/asm/pa-risc2W.s U src/crypto/openssl/crypto/bn/asm/pa-risc.s U src/crypto/openssl/crypto/bn/asm/r3000.s U src/crypto/openssl/crypto/bn/asm/README U src/crypto/openssl/crypto/bn/asm/sparcv8plus.S U src/crypto/openssl/crypto/bn/asm/sparcv8.S N src/crypto/openssl/crypto/bn/asm/x86_64-gcc.c U src/crypto/openssl/crypto/bn/asm/x86.pl U src/crypto/openssl/crypto/bn/asm/alpha/add.pl U src/crypto/openssl/crypto/bn/asm/alpha/div.pl U src/crypto/openssl/crypto/bn/asm/alpha/mul_add.pl U src/crypto/openssl/crypto/bn/asm/alpha/mul_c4.pl U src/crypto/openssl/crypto/bn/asm/alpha/mul_c4.works.pl U src/crypto/openssl/crypto/bn/asm/alpha/mul_c8.pl U src/crypto/openssl/crypto/bn/asm/alpha/mul.pl U src/crypto/openssl/crypto/bn/asm/alpha/sqr_c4.pl U src/crypto/openssl/crypto/bn/asm/alpha/sqr_c8.pl U src/crypto/openssl/crypto/bn/asm/alpha/sqr.pl U src/crypto/openssl/crypto/bn/asm/alpha/sub.pl U src/crypto/openssl/crypto/bn/asm/alpha.works/add.pl U src/crypto/openssl/crypto/bn/asm/alpha.works/div.pl U src/crypto/openssl/crypto/bn/asm/alpha.works/mul_add.pl U src/crypto/openssl/crypto/bn/asm/alpha.works/mul_c4.pl U src/crypto/openssl/crypto/bn/asm/alpha.works/mul_c4.works.pl U src/crypto/openssl/crypto/bn/asm/alpha.works/mul_c8.pl U src/crypto/openssl/crypto/bn/asm/alpha.works/mul.pl U src/crypto/openssl/crypto/bn/asm/alpha.works/sqr_c4.pl U src/crypto/openssl/crypto/bn/asm/alpha.works/sqr_c8.pl U src/crypto/openssl/crypto/bn/asm/alpha.works/sqr.pl U src/crypto/openssl/crypto/bn/asm/alpha.works/sub.pl U src/crypto/openssl/crypto/bn/asm/x86/add.pl U src/crypto/openssl/crypto/bn/asm/x86/comba.pl U src/crypto/openssl/crypto/bn/asm/x86/div.pl U src/crypto/openssl/crypto/bn/asm/x86/f U src/crypto/openssl/crypto/bn/asm/x86/mul_add.pl U src/crypto/openssl/crypto/bn/asm/x86/mul.pl U src/crypto/openssl/crypto/bn/asm/x86/sqr.pl U src/crypto/openssl/crypto/bn/asm/x86/sub.pl U src/crypto/openssl/crypto/buffer/buf_err.c U src/crypto/openssl/crypto/buffer/buffer.c U src/crypto/openssl/crypto/buffer/buffer.h U src/crypto/openssl/crypto/buffer/Makefile.ssl U src/crypto/openssl/crypto/cast/cast.h U src/crypto/openssl/crypto/cast/cast_lcl.h U src/crypto/openssl/crypto/cast/castopts.c U src/crypto/openssl/crypto/cast/casts.cpp U src/crypto/openssl/crypto/cast/cast_s.h U src/crypto/openssl/crypto/cast/cast_spd.c U src/crypto/openssl/crypto/cast/casttest.c U src/crypto/openssl/crypto/cast/c_cfb64.c U src/crypto/openssl/crypto/cast/c_ecb.c U src/crypto/openssl/crypto/cast/c_enc.c U src/crypto/openssl/crypto/cast/c_ofb64.c U src/crypto/openssl/crypto/cast/c_skey.c U src/crypto/openssl/crypto/cast/Makefile.ssl U src/crypto/openssl/crypto/cast/asm/cast-586.pl U src/crypto/openssl/crypto/cast/asm/readme U src/crypto/openssl/crypto/comp/comp_err.c U src/crypto/openssl/crypto/comp/comp.h U src/crypto/openssl/crypto/comp/comp_lib.c U src/crypto/openssl/crypto/comp/c_rle.c U src/crypto/openssl/crypto/comp/c_zlib.c U src/crypto/openssl/crypto/comp/Makefile.ssl U src/crypto/openssl/crypto/conf/cnf_save.c U src/crypto/openssl/crypto/conf/conf_api.c U src/crypto/openssl/crypto/conf/conf_api.h U src/crypto/openssl/crypto/conf/conf_def.c U src/crypto/openssl/crypto/conf/conf_def.h U src/crypto/openssl/crypto/conf/conf_err.c U src/crypto/openssl/crypto/conf/conf.h U src/crypto/openssl/crypto/conf/conf_lib.c N src/crypto/openssl/crypto/conf/conf_mall.c N src/crypto/openssl/crypto/conf/conf_mod.c N src/crypto/openssl/crypto/conf/conf_sap.c U src/crypto/openssl/crypto/conf/keysets.pl U src/crypto/openssl/crypto/conf/Makefile.ssl N src/crypto/openssl/crypto/conf/README U src/crypto/openssl/crypto/conf/ssleay.cnf U src/crypto/openssl/crypto/conf/test.c U src/crypto/openssl/crypto/des/cbc3_enc.c U src/crypto/openssl/crypto/des/cbc_cksm.c U src/crypto/openssl/crypto/des/cbc_enc.c U src/crypto/openssl/crypto/des/cfb64ede.c U src/crypto/openssl/crypto/des/cfb64enc.c U src/crypto/openssl/crypto/des/cfb_enc.c U src/crypto/openssl/crypto/des/COPYRIGHT U src/crypto/openssl/crypto/des/des3s.cpp U src/crypto/openssl/crypto/des/des.c U src/crypto/openssl/crypto/des/des_enc.c C src/crypto/openssl/crypto/des/des.h U src/crypto/openssl/crypto/des/des_locl.h N src/crypto/openssl/crypto/des/des_old2.c N src/crypto/openssl/crypto/des/des_old.c N src/crypto/openssl/crypto/des/des_old.h U src/crypto/openssl/crypto/des/des_opts.c U src/crypto/openssl/crypto/des/DES.pm U src/crypto/openssl/crypto/des/des.pod U src/crypto/openssl/crypto/des/dess.cpp U src/crypto/openssl/crypto/des/destest.c U src/crypto/openssl/crypto/des/des_ver.h U src/crypto/openssl/crypto/des/DES.xs U src/crypto/openssl/crypto/des/ecb3_enc.c N src/crypto/openssl/crypto/des/FILES0 U src/crypto/openssl/crypto/des/ecb_enc.c U src/crypto/openssl/crypto/des/ede_cbcm_enc.c U src/crypto/openssl/crypto/des/enc_read.c U src/crypto/openssl/crypto/des/enc_writ.c U src/crypto/openssl/crypto/des/fcrypt_b.c U src/crypto/openssl/crypto/des/fcrypt.c U src/crypto/openssl/crypto/des/Imakefile U src/crypto/openssl/crypto/des/INSTALL U src/crypto/openssl/crypto/des/KERBEROS U src/crypto/openssl/crypto/des/makefile.bc U src/crypto/openssl/crypto/des/Makefile.ssl U src/crypto/openssl/crypto/des/ncbc_enc.c U src/crypto/openssl/crypto/des/ofb64ede.c U src/crypto/openssl/crypto/des/ofb64enc.c U src/crypto/openssl/crypto/des/ofb_enc.c U src/crypto/openssl/crypto/des/options.txt U src/crypto/openssl/crypto/des/pcbc_enc.c U src/crypto/openssl/crypto/des/qud_cksm.c U src/crypto/openssl/crypto/des/rand_key.c U src/crypto/openssl/crypto/des/read2pwd.c U src/crypto/openssl/crypto/des/README U src/crypto/openssl/crypto/des/read_pwd.c U src/crypto/openssl/crypto/des/rpc_des.h U src/crypto/openssl/crypto/des/rpc_enc.c U src/crypto/openssl/crypto/des/rpw.c U src/crypto/openssl/crypto/des/set_key.c U src/crypto/openssl/crypto/des/speed.c U src/crypto/openssl/crypto/des/spr.h U src/crypto/openssl/crypto/des/str2key.c U src/crypto/openssl/crypto/des/typemap U src/crypto/openssl/crypto/des/VERSION U src/crypto/openssl/crypto/des/xcbc_enc.c U src/crypto/openssl/crypto/des/asm/crypt586.pl U src/crypto/openssl/crypto/des/asm/des-586.pl U src/crypto/openssl/crypto/des/asm/des686.pl U src/crypto/openssl/crypto/des/asm/desboth.pl U src/crypto/openssl/crypto/des/asm/readme U src/crypto/openssl/crypto/des/t/test U src/crypto/openssl/crypto/des/times/486-50.sol U src/crypto/openssl/crypto/des/times/586-100.lnx U src/crypto/openssl/crypto/des/times/686-200.fre U src/crypto/openssl/crypto/des/times/aix.cc U src/crypto/openssl/crypto/des/times/alpha.cc U src/crypto/openssl/crypto/des/times/hpux.cc U src/crypto/openssl/crypto/des/times/sparc.gcc U src/crypto/openssl/crypto/des/times/usparc.cc U src/crypto/openssl/crypto/dh/dh1024.pem U src/crypto/openssl/crypto/dh/dh192.pem U src/crypto/openssl/crypto/dh/dh2048.pem U src/crypto/openssl/crypto/dh/dh4096.pem U src/crypto/openssl/crypto/dh/dh512.pem N src/crypto/openssl/crypto/dh/dh_asn1.c U src/crypto/openssl/crypto/dh/dh_check.c U src/crypto/openssl/crypto/dh/dh_err.c U src/crypto/openssl/crypto/dh/dh_gen.c U src/crypto/openssl/crypto/dh/dh.h U src/crypto/openssl/crypto/dh/dh_key.c U src/crypto/openssl/crypto/dh/dh_lib.c U src/crypto/openssl/crypto/dh/dhtest.c U src/crypto/openssl/crypto/dh/example U src/crypto/openssl/crypto/dh/generate U src/crypto/openssl/crypto/dh/Makefile.ssl U src/crypto/openssl/crypto/dh/p1024.c U src/crypto/openssl/crypto/dh/p192.c U src/crypto/openssl/crypto/dh/p512.c U src/crypto/openssl/crypto/dsa/dsa_asn1.c U src/crypto/openssl/crypto/dsa/dsa_err.c U src/crypto/openssl/crypto/dsa/dsa_gen.c U src/crypto/openssl/crypto/dsa/dsagen.c U src/crypto/openssl/crypto/dsa/dsa.h U src/crypto/openssl/crypto/dsa/dsa_key.c U src/crypto/openssl/crypto/dsa/dsa_lib.c U src/crypto/openssl/crypto/dsa/dsa_ossl.c U src/crypto/openssl/crypto/dsa/dsa_sign.c U src/crypto/openssl/crypto/dsa/dsatest.c U src/crypto/openssl/crypto/dsa/dsa_vrf.c U src/crypto/openssl/crypto/dsa/fips186a.txt U src/crypto/openssl/crypto/dsa/Makefile.ssl U src/crypto/openssl/crypto/dsa/README U src/crypto/openssl/crypto/dso/dso_dl.c U src/crypto/openssl/crypto/dso/dso_dlfcn.c U src/crypto/openssl/crypto/dso/dso_err.c U src/crypto/openssl/crypto/dso/dso.h U src/crypto/openssl/crypto/dso/dso_lib.c U src/crypto/openssl/crypto/dso/dso_null.c U src/crypto/openssl/crypto/dso/dso_openssl.c U src/crypto/openssl/crypto/dso/Makefile.ssl U src/crypto/openssl/crypto/dso/README N src/crypto/openssl/crypto/ec/ec_cvt.c N src/crypto/openssl/crypto/ec/ec_err.c N src/crypto/openssl/crypto/ec/ec.h N src/crypto/openssl/crypto/ec/ec_lcl.h N src/crypto/openssl/crypto/ec/ec_lib.c N src/crypto/openssl/crypto/ec/ec_mult.c N src/crypto/openssl/crypto/ec/ecp_mont.c N src/crypto/openssl/crypto/ec/ecp_nist.c N src/crypto/openssl/crypto/ec/ecp_recp.c N src/crypto/openssl/crypto/ec/ecp_smpl.c N src/crypto/openssl/crypto/ec/ectest.c N src/crypto/openssl/crypto/ec/Makefile.ssl N src/crypto/openssl/crypto/engine/eng_all.c N src/crypto/openssl/crypto/engine/eng_cnf.c N src/crypto/openssl/crypto/engine/eng_ctrl.c N src/crypto/openssl/crypto/engine/eng_dyn.c N src/crypto/openssl/crypto/engine/eng_err.c N src/crypto/openssl/crypto/engine/eng_fat.c N src/crypto/openssl/crypto/engine/engine.h N src/crypto/openssl/crypto/engine/enginetest.c N src/crypto/openssl/crypto/engine/eng_init.c N src/crypto/openssl/crypto/engine/eng_int.h N src/crypto/openssl/crypto/engine/eng_lib.c N src/crypto/openssl/crypto/engine/eng_list.c N src/crypto/openssl/crypto/engine/eng_openssl.c N src/crypto/openssl/crypto/engine/eng_pkey.c N src/crypto/openssl/crypto/engine/eng_table.c N src/crypto/openssl/crypto/engine/hw_4758_cca.c N src/crypto/openssl/crypto/engine/hw_4758_cca_err.c N src/crypto/openssl/crypto/engine/hw_4758_cca_err.h N src/crypto/openssl/crypto/engine/hw_aep.c N src/crypto/openssl/crypto/engine/hw_aep_err.c N src/crypto/openssl/crypto/engine/hw_aep_err.h N src/crypto/openssl/crypto/engine/hw_atalla.c N src/crypto/openssl/crypto/engine/hw_atalla_err.c N src/crypto/openssl/crypto/engine/hw_atalla_err.h N src/crypto/openssl/crypto/engine/hw_cryptodev.c N src/crypto/openssl/crypto/engine/hw_cswift.c N src/crypto/openssl/crypto/engine/hw_cswift_err.c N src/crypto/openssl/crypto/engine/hw_cswift_err.h N src/crypto/openssl/crypto/engine/hw.ec N src/crypto/openssl/crypto/engine/hw_ncipher.c N src/crypto/openssl/crypto/engine/hw_ncipher_err.c N src/crypto/openssl/crypto/engine/hw_ncipher_err.h N src/crypto/openssl/crypto/engine/hw_nuron.c N src/crypto/openssl/crypto/engine/hw_nuron_err.c N src/crypto/openssl/crypto/engine/hw_nuron_err.h N src/crypto/openssl/crypto/engine/hw_sureware.c N src/crypto/openssl/crypto/engine/hw_sureware_err.c N src/crypto/openssl/crypto/engine/hw_sureware_err.h N src/crypto/openssl/crypto/engine/hw_ubsec.c N src/crypto/openssl/crypto/engine/hw_ubsec_err.c N src/crypto/openssl/crypto/engine/hw_ubsec_err.h N src/crypto/openssl/crypto/engine/Makefile.ssl N src/crypto/openssl/crypto/engine/README N src/crypto/openssl/crypto/engine/tb_cipher.c N src/crypto/openssl/crypto/engine/tb_dh.c N src/crypto/openssl/crypto/engine/tb_digest.c N src/crypto/openssl/crypto/engine/tb_dsa.c N src/crypto/openssl/crypto/engine/tb_rand.c N src/crypto/openssl/crypto/engine/tb_rsa.c N src/crypto/openssl/crypto/engine/vendor_defns/aep.h N src/crypto/openssl/crypto/engine/vendor_defns/atalla.h N src/crypto/openssl/crypto/engine/vendor_defns/cswift.h N src/crypto/openssl/crypto/engine/vendor_defns/hw_4758_cca.h N src/crypto/openssl/crypto/engine/vendor_defns/hwcryptohook.h N src/crypto/openssl/crypto/engine/vendor_defns/hw_ubsec.h N src/crypto/openssl/crypto/engine/vendor_defns/sureware.h C src/crypto/openssl/crypto/err/err_all.c U src/crypto/openssl/crypto/err/err.c U src/crypto/openssl/crypto/err/err.h U src/crypto/openssl/crypto/err/err_prn.c U src/crypto/openssl/crypto/err/Makefile.ssl U src/crypto/openssl/crypto/err/openssl.ec U src/crypto/openssl/crypto/evp/bio_b64.c U src/crypto/openssl/crypto/evp/bio_enc.c U src/crypto/openssl/crypto/evp/bio_md.c U src/crypto/openssl/crypto/evp/bio_ok.c U src/crypto/openssl/crypto/evp/c_all.c U src/crypto/openssl/crypto/evp/c_allc.c U src/crypto/openssl/crypto/evp/c_alld.c U src/crypto/openssl/crypto/evp/digest.c N src/crypto/openssl/crypto/evp/e_aes.c U src/crypto/openssl/crypto/evp/e_bf.c U src/crypto/openssl/crypto/evp/e_cast.c U src/crypto/openssl/crypto/evp/e_des3.c U src/crypto/openssl/crypto/evp/e_des.c U src/crypto/openssl/crypto/evp/e_dsa.c U src/crypto/openssl/crypto/evp/e_idea.c U src/crypto/openssl/crypto/evp/encode.c U src/crypto/openssl/crypto/evp/e_null.c U src/crypto/openssl/crypto/evp/e_rc2.c U src/crypto/openssl/crypto/evp/e_rc4.c U src/crypto/openssl/crypto/evp/e_rc5.c N src/crypto/openssl/crypto/evp/evp_acnf.c U src/crypto/openssl/crypto/evp/evp_enc.c U src/crypto/openssl/crypto/evp/evp_err.c C src/crypto/openssl/crypto/evp/evp.h U src/crypto/openssl/crypto/evp/evp_key.c U src/crypto/openssl/crypto/evp/evp_lib.c U src/crypto/openssl/crypto/evp/evp_locl.h U src/crypto/openssl/crypto/evp/evp_pbe.c U src/crypto/openssl/crypto/evp/evp_pkey.c N src/crypto/openssl/crypto/evp/evp_test.c N src/crypto/openssl/crypto/evp/evptests.txt U src/crypto/openssl/crypto/evp/e_xcbc_d.c U src/crypto/openssl/crypto/evp/Makefile.ssl U src/crypto/openssl/crypto/evp/m_dss1.c U src/crypto/openssl/crypto/evp/m_dss.c U src/crypto/openssl/crypto/evp/m_md2.c U src/crypto/openssl/crypto/evp/m_md4.c U src/crypto/openssl/crypto/evp/m_md5.c U src/crypto/openssl/crypto/evp/m_mdc2.c U src/crypto/openssl/crypto/evp/m_null.c U src/crypto/openssl/crypto/evp/m_ripemd.c U src/crypto/openssl/crypto/evp/m_sha1.c U src/crypto/openssl/crypto/evp/m_sha.c U src/crypto/openssl/crypto/evp/names.c N src/crypto/openssl/crypto/evp/openbsd_hw.c U src/crypto/openssl/crypto/evp/p5_crpt2.c U src/crypto/openssl/crypto/evp/p5_crpt.c U src/crypto/openssl/crypto/evp/p_dec.c U src/crypto/openssl/crypto/evp/p_enc.c U src/crypto/openssl/crypto/evp/p_lib.c U src/crypto/openssl/crypto/evp/p_open.c U src/crypto/openssl/crypto/evp/p_seal.c U src/crypto/openssl/crypto/evp/p_sign.c U src/crypto/openssl/crypto/evp/p_verify.c U src/crypto/openssl/crypto/hmac/hmac.c U src/crypto/openssl/crypto/hmac/hmac.h U src/crypto/openssl/crypto/hmac/hmactest.c U src/crypto/openssl/crypto/hmac/Makefile.ssl U src/crypto/openssl/crypto/idea/i_cbc.c U src/crypto/openssl/crypto/idea/i_cfb64.c C src/crypto/openssl/crypto/idea/idea.h U src/crypto/openssl/crypto/idea/idea_lcl.h C src/crypto/openssl/crypto/idea/idea_spd.c C src/crypto/openssl/crypto/idea/ideatest.c U src/crypto/openssl/crypto/idea/i_ecb.c U src/crypto/openssl/crypto/idea/i_ofb64.c U src/crypto/openssl/crypto/idea/i_skey.c C src/crypto/openssl/crypto/idea/Makefile.ssl U src/crypto/openssl/crypto/idea/version N src/crypto/openssl/crypto/krb5/krb5_asn.c N src/crypto/openssl/crypto/krb5/krb5_asn.h N src/crypto/openssl/crypto/krb5/Makefile.ssl U src/crypto/openssl/crypto/lhash/lhash.c U src/crypto/openssl/crypto/lhash/lhash.h U src/crypto/openssl/crypto/lhash/lh_stats.c U src/crypto/openssl/crypto/lhash/lh_test.c U src/crypto/openssl/crypto/lhash/Makefile.ssl U src/crypto/openssl/crypto/lhash/num.pl U src/crypto/openssl/crypto/md2/Makefile.ssl U src/crypto/openssl/crypto/md2/md2.c U src/crypto/openssl/crypto/md2/md2_dgst.c U src/crypto/openssl/crypto/md2/md2.h U src/crypto/openssl/crypto/md2/md2_one.c U src/crypto/openssl/crypto/md2/md2test.c U src/crypto/openssl/crypto/md4/Makefile.ssl U src/crypto/openssl/crypto/md4/md4.c U src/crypto/openssl/crypto/md4/md4_dgst.c U src/crypto/openssl/crypto/md4/md4.h U src/crypto/openssl/crypto/md4/md4_locl.h U src/crypto/openssl/crypto/md4/md4_one.c U src/crypto/openssl/crypto/md4/md4s.cpp U src/crypto/openssl/crypto/md4/md4test.c U src/crypto/openssl/crypto/md5/Makefile.ssl U src/crypto/openssl/crypto/md5/md5.c U src/crypto/openssl/crypto/md5/md5_dgst.c U src/crypto/openssl/crypto/md5/md5.h U src/crypto/openssl/crypto/md5/md5_locl.h U src/crypto/openssl/crypto/md5/md5_one.c U src/crypto/openssl/crypto/md5/md5s.cpp U src/crypto/openssl/crypto/md5/md5test.c U src/crypto/openssl/crypto/md5/asm/md5-586.pl U src/crypto/openssl/crypto/md5/asm/md5-sparcv9.S U src/crypto/openssl/crypto/mdc2/Makefile.ssl U src/crypto/openssl/crypto/mdc2/mdc2dgst.c U src/crypto/openssl/crypto/mdc2/mdc2.h U src/crypto/openssl/crypto/mdc2/mdc2_one.c U src/crypto/openssl/crypto/mdc2/mdc2test.c U src/crypto/openssl/crypto/objects/Makefile.ssl U src/crypto/openssl/crypto/objects/obj_dat.c U src/crypto/openssl/crypto/objects/obj_dat.h U src/crypto/openssl/crypto/objects/obj_dat.pl U src/crypto/openssl/crypto/objects/objects.h U src/crypto/openssl/crypto/objects/objects.pl U src/crypto/openssl/crypto/objects/objects.README U src/crypto/openssl/crypto/objects/objects.txt U src/crypto/openssl/crypto/objects/obj_err.c U src/crypto/openssl/crypto/objects/obj_lib.c U src/crypto/openssl/crypto/objects/obj_mac.h U src/crypto/openssl/crypto/objects/obj_mac.num U src/crypto/openssl/crypto/objects/o_names.c N src/crypto/openssl/crypto/ocsp/Makefile.ssl N src/crypto/openssl/crypto/ocsp/ocsp_asn.c N src/crypto/openssl/crypto/ocsp/ocsp_cl.c N src/crypto/openssl/crypto/ocsp/ocsp_err.c N src/crypto/openssl/crypto/ocsp/ocsp_ext.c N src/crypto/openssl/crypto/ocsp/ocsp.h N src/crypto/openssl/crypto/ocsp/ocsp_ht.c N src/crypto/openssl/crypto/ocsp/ocsp_lib.c N src/crypto/openssl/crypto/ocsp/ocsp_prn.c N src/crypto/openssl/crypto/ocsp/ocsp_srv.c N src/crypto/openssl/crypto/ocsp/ocsp_vfy.c U src/crypto/openssl/crypto/pem/Makefile.ssl U src/crypto/openssl/crypto/pem/message U src/crypto/openssl/crypto/pem/pem2.h U src/crypto/openssl/crypto/pem/pem_all.c U src/crypto/openssl/crypto/pem/pem_err.c U src/crypto/openssl/crypto/pem/pem.h U src/crypto/openssl/crypto/pem/pem_info.c U src/crypto/openssl/crypto/pem/pem_lib.c N src/crypto/openssl/crypto/pem/pem_oth.c N src/crypto/openssl/crypto/pem/pem_pk8.c N src/crypto/openssl/crypto/pem/pem_pkey.c U src/crypto/openssl/crypto/pem/pem_seal.c U src/crypto/openssl/crypto/pem/pem_sign.c N src/crypto/openssl/crypto/pem/pem_x509.c N src/crypto/openssl/crypto/pem/pem_xaux.c U src/crypto/openssl/crypto/pem/pkcs7.lis U src/crypto/openssl/crypto/perlasm/alpha.pl U src/crypto/openssl/crypto/perlasm/cbc.pl U src/crypto/openssl/crypto/perlasm/readme U src/crypto/openssl/crypto/perlasm/x86asm.pl U src/crypto/openssl/crypto/perlasm/x86ms.pl U src/crypto/openssl/crypto/perlasm/x86nasm.pl U src/crypto/openssl/crypto/perlasm/x86unix.pl U src/crypto/openssl/crypto/pkcs12/Makefile.ssl U src/crypto/openssl/crypto/pkcs12/p12_add.c N src/crypto/openssl/crypto/pkcs12/p12_asn.c U src/crypto/openssl/crypto/pkcs12/p12_attr.c U src/crypto/openssl/crypto/pkcs12/p12_crpt.c U src/crypto/openssl/crypto/pkcs12/p12_crt.c U src/crypto/openssl/crypto/pkcs12/p12_decr.c U src/crypto/openssl/crypto/pkcs12/p12_init.c U src/crypto/openssl/crypto/pkcs12/p12_key.c U src/crypto/openssl/crypto/pkcs12/p12_kiss.c U src/crypto/openssl/crypto/pkcs12/p12_mutl.c U src/crypto/openssl/crypto/pkcs12/p12_npas.c N src/crypto/openssl/crypto/pkcs12/p12_p8d.c N src/crypto/openssl/crypto/pkcs12/p12_p8e.c U src/crypto/openssl/crypto/pkcs12/p12_utl.c U src/crypto/openssl/crypto/pkcs12/pk12err.c U src/crypto/openssl/crypto/pkcs12/pkcs12.h U src/crypto/openssl/crypto/pkcs7/bio_ber.c U src/crypto/openssl/crypto/pkcs7/dec.c U src/crypto/openssl/crypto/pkcs7/des.pem U src/crypto/openssl/crypto/pkcs7/doc U src/crypto/openssl/crypto/pkcs7/enc.c U src/crypto/openssl/crypto/pkcs7/es1.pem U src/crypto/openssl/crypto/pkcs7/example.c U src/crypto/openssl/crypto/pkcs7/example.h U src/crypto/openssl/crypto/pkcs7/infokey.pem U src/crypto/openssl/crypto/pkcs7/info.pem U src/crypto/openssl/crypto/pkcs7/Makefile.ssl N src/crypto/openssl/crypto/pkcs7/pk7_asn1.c U src/crypto/openssl/crypto/pkcs7/pk7_attr.c U src/crypto/openssl/crypto/pkcs7/pk7_dgst.c U src/crypto/openssl/crypto/pkcs7/pk7_doit.c U src/crypto/openssl/crypto/pkcs7/pk7_enc.c U src/crypto/openssl/crypto/pkcs7/pk7_lib.c U src/crypto/openssl/crypto/pkcs7/pk7_mime.c U src/crypto/openssl/crypto/pkcs7/pk7_smime.c U src/crypto/openssl/crypto/pkcs7/pkcs7err.c U src/crypto/openssl/crypto/pkcs7/pkcs7.h U src/crypto/openssl/crypto/pkcs7/server.pem U src/crypto/openssl/crypto/pkcs7/sign.c U src/crypto/openssl/crypto/pkcs7/verify.c U src/crypto/openssl/crypto/pkcs7/p7/a1 U src/crypto/openssl/crypto/pkcs7/p7/a2 U src/crypto/openssl/crypto/pkcs7/p7/cert.p7c U src/crypto/openssl/crypto/pkcs7/p7/smime.p7m U src/crypto/openssl/crypto/pkcs7/p7/smime.p7s U src/crypto/openssl/crypto/pkcs7/t/3des.pem U src/crypto/openssl/crypto/pkcs7/t/3dess.pem U src/crypto/openssl/crypto/pkcs7/t/c.pem U src/crypto/openssl/crypto/pkcs7/t/ff U src/crypto/openssl/crypto/pkcs7/t/msie-e U src/crypto/openssl/crypto/pkcs7/t/msie-enc-01 U src/crypto/openssl/crypto/pkcs7/t/msie-enc-01.pem U src/crypto/openssl/crypto/pkcs7/t/msie-enc-02 U src/crypto/openssl/crypto/pkcs7/t/msie-enc-02.pem U src/crypto/openssl/crypto/pkcs7/t/msie-e.pem U src/crypto/openssl/crypto/pkcs7/t/msie-s-a-e U src/crypto/openssl/crypto/pkcs7/t/msie-s-a-e.pem U src/crypto/openssl/crypto/pkcs7/t/nav-smime U src/crypto/openssl/crypto/pkcs7/t/server.pem U src/crypto/openssl/crypto/pkcs7/t/s.pem U src/crypto/openssl/crypto/rand/Makefile.ssl U src/crypto/openssl/crypto/rand/md_rand.c U src/crypto/openssl/crypto/rand/rand_egd.c U src/crypto/openssl/crypto/rand/rand_err.c U src/crypto/openssl/crypto/rand/randfile.c U src/crypto/openssl/crypto/rand/rand.h U src/crypto/openssl/crypto/rand/rand_lcl.h U src/crypto/openssl/crypto/rand/rand_lib.c N src/crypto/openssl/crypto/rand/rand_os2.c U src/crypto/openssl/crypto/rand/randtest.c N src/crypto/openssl/crypto/rand/rand_unix.c U src/crypto/openssl/crypto/rand/rand_win.c N src/crypto/openssl/crypto/rand/rand_vms.c U src/crypto/openssl/crypto/rc2/Makefile.ssl U src/crypto/openssl/crypto/rc2/rc2_cbc.c U src/crypto/openssl/crypto/rc2/rc2cfb64.c U src/crypto/openssl/crypto/rc2/rc2_ecb.c U src/crypto/openssl/crypto/rc2/rc2.h U src/crypto/openssl/crypto/rc2/rc2_locl.h U src/crypto/openssl/crypto/rc2/rc2ofb64.c U src/crypto/openssl/crypto/rc2/rc2_skey.c U src/crypto/openssl/crypto/rc2/rc2speed.c U src/crypto/openssl/crypto/rc2/rc2test.c U src/crypto/openssl/crypto/rc2/rrc2.doc U src/crypto/openssl/crypto/rc2/tab.c U src/crypto/openssl/crypto/rc2/version U src/crypto/openssl/crypto/rc4/Makefile.ssl U src/crypto/openssl/crypto/rc4/rc4.c U src/crypto/openssl/crypto/rc4/rc4_enc.c U src/crypto/openssl/crypto/rc4/rc4.h U src/crypto/openssl/crypto/rc4/rc4_locl.h U src/crypto/openssl/crypto/rc4/rc4s.cpp U src/crypto/openssl/crypto/rc4/rc4_skey.c U src/crypto/openssl/crypto/rc4/rc4speed.c U src/crypto/openssl/crypto/rc4/rc4test.c U src/crypto/openssl/crypto/rc4/rrc4.doc U src/crypto/openssl/crypto/rc4/asm/rc4-586.pl U src/crypto/openssl/crypto/rc5/Makefile.ssl U src/crypto/openssl/crypto/rc5/rc5cfb64.c U src/crypto/openssl/crypto/rc5/rc5_ecb.c U src/crypto/openssl/crypto/rc5/rc5_enc.c U src/crypto/openssl/crypto/rc5/rc5.h U src/crypto/openssl/crypto/rc5/rc5_locl.h U src/crypto/openssl/crypto/rc5/rc5ofb64.c U src/crypto/openssl/crypto/rc5/rc5s.cpp U src/crypto/openssl/crypto/rc5/rc5_skey.c U src/crypto/openssl/crypto/rc5/rc5speed.c U src/crypto/openssl/crypto/rc5/rc5test.c U src/crypto/openssl/crypto/rc5/asm/rc5-586.pl U src/crypto/openssl/crypto/ripemd/Makefile.ssl U src/crypto/openssl/crypto/ripemd/README U src/crypto/openssl/crypto/ripemd/ripemd.h U src/crypto/openssl/crypto/ripemd/rmd160.c U src/crypto/openssl/crypto/ripemd/rmdconst.h U src/crypto/openssl/crypto/ripemd/rmd_dgst.c U src/crypto/openssl/crypto/ripemd/rmd_locl.h U src/crypto/openssl/crypto/ripemd/rmd_one.c U src/crypto/openssl/crypto/ripemd/rmdtest.c U src/crypto/openssl/crypto/ripemd/asm/rips.cpp U src/crypto/openssl/crypto/ripemd/asm/rmd-586.pl U src/crypto/openssl/crypto/rsa/Makefile.ssl N src/crypto/openssl/crypto/rsa/rsa_asn1.c U src/crypto/openssl/crypto/rsa/rsa_chk.c C src/crypto/openssl/crypto/rsa/rsa_eay.c U src/crypto/openssl/crypto/rsa/rsa_err.c U src/crypto/openssl/crypto/rsa/rsa_gen.c C src/crypto/openssl/crypto/rsa/rsa.h C src/crypto/openssl/crypto/rsa/rsa_lib.c U src/crypto/openssl/crypto/rsa/rsa_none.c U src/crypto/openssl/crypto/rsa/rsa_null.c U src/crypto/openssl/crypto/rsa/rsa_oaep.c U src/crypto/openssl/crypto/rsa/rsa_pk1.c U src/crypto/openssl/crypto/rsa/rsa_saos.c U src/crypto/openssl/crypto/rsa/rsa_sign.c U src/crypto/openssl/crypto/rsa/rsa_ssl.c U src/crypto/openssl/crypto/rsa/rsa_test.c U src/crypto/openssl/crypto/sha/Makefile.ssl U src/crypto/openssl/crypto/sha/sha1.c U src/crypto/openssl/crypto/sha/sha1dgst.c U src/crypto/openssl/crypto/sha/sha1_one.c U src/crypto/openssl/crypto/sha/sha1s.cpp U src/crypto/openssl/crypto/sha/sha1test.c U src/crypto/openssl/crypto/sha/sha.c U src/crypto/openssl/crypto/sha/sha_dgst.c U src/crypto/openssl/crypto/sha/sha.h U src/crypto/openssl/crypto/sha/sha_locl.h U src/crypto/openssl/crypto/sha/sha_one.c U src/crypto/openssl/crypto/sha/shatest.c U src/crypto/openssl/crypto/sha/asm/README U src/crypto/openssl/crypto/sha/asm/sha1-586.pl U src/crypto/openssl/crypto/stack/Makefile.ssl U src/crypto/openssl/crypto/stack/safestack.h U src/crypto/openssl/crypto/stack/stack.c U src/crypto/openssl/crypto/stack/stack.h U src/crypto/openssl/crypto/threads/mttest.c U src/crypto/openssl/crypto/threads/profile.sh U src/crypto/openssl/crypto/threads/pthread2.sh U src/crypto/openssl/crypto/threads/pthread.sh U src/crypto/openssl/crypto/threads/purify.sh U src/crypto/openssl/crypto/threads/README U src/crypto/openssl/crypto/threads/th-lock.c U src/crypto/openssl/crypto/txt_db/Makefile.ssl U src/crypto/openssl/crypto/txt_db/txt_db.c U src/crypto/openssl/crypto/txt_db/txt_db.h N src/crypto/openssl/crypto/ui/Makefile.ssl N src/crypto/openssl/crypto/ui/ui_compat.c N src/crypto/openssl/crypto/ui/ui_compat.h N src/crypto/openssl/crypto/ui/ui_err.c N src/crypto/openssl/crypto/ui/ui.h N src/crypto/openssl/crypto/ui/ui_lib.c N src/crypto/openssl/crypto/ui/ui_locl.h N src/crypto/openssl/crypto/ui/ui_openssl.c N src/crypto/openssl/crypto/ui/ui_util.c U src/crypto/openssl/crypto/x509/by_dir.c U src/crypto/openssl/crypto/x509/by_file.c U src/crypto/openssl/crypto/x509/Makefile.ssl U src/crypto/openssl/crypto/x509/x509_att.c U src/crypto/openssl/crypto/x509/x509_cmp.c N src/crypto/openssl/crypto/x509/x509cset.c U src/crypto/openssl/crypto/x509/x509_d2.c U src/crypto/openssl/crypto/x509/x509_def.c U src/crypto/openssl/crypto/x509/x509_err.c U src/crypto/openssl/crypto/x509/x509_ext.c U src/crypto/openssl/crypto/x509/x509.h U src/crypto/openssl/crypto/x509/x509_lu.c U src/crypto/openssl/crypto/x509/x509name.c U src/crypto/openssl/crypto/x509/x509_obj.c U src/crypto/openssl/crypto/x509/x509_r2x.c U src/crypto/openssl/crypto/x509/x509_req.c U src/crypto/openssl/crypto/x509/x509rset.c U src/crypto/openssl/crypto/x509/x509_set.c U src/crypto/openssl/crypto/x509/x509spki.c U src/crypto/openssl/crypto/x509/x509_trs.c U src/crypto/openssl/crypto/x509/x509_txt.c U src/crypto/openssl/crypto/x509/x509type.c U src/crypto/openssl/crypto/x509/x509_v3.c U src/crypto/openssl/crypto/x509/x_all.c U src/crypto/openssl/crypto/x509/x509_vfy.c U src/crypto/openssl/crypto/x509/x509_vfy.h U src/crypto/openssl/crypto/x509v3/ext_dat.h U src/crypto/openssl/crypto/x509v3/Makefile.ssl U src/crypto/openssl/crypto/x509v3/tabtest.c N src/crypto/openssl/crypto/x509v3/v3_akeya.c U src/crypto/openssl/crypto/x509v3/v3_akey.c U src/crypto/openssl/crypto/x509v3/v3_alt.c U src/crypto/openssl/crypto/x509v3/v3_bcons.c U src/crypto/openssl/crypto/x509v3/v3_bitst.c U src/crypto/openssl/crypto/x509v3/v3_conf.c U src/crypto/openssl/crypto/x509v3/v3conf.c U src/crypto/openssl/crypto/x509v3/v3_cpols.c U src/crypto/openssl/crypto/x509v3/v3_crld.c U src/crypto/openssl/crypto/x509v3/v3_enum.c U src/crypto/openssl/crypto/x509v3/v3err.c U src/crypto/openssl/crypto/x509v3/v3_extku.c U src/crypto/openssl/crypto/x509v3/v3_genn.c U src/crypto/openssl/crypto/x509v3/v3_ia5.c U src/crypto/openssl/crypto/x509v3/v3_info.c U src/crypto/openssl/crypto/x509v3/v3_int.c U src/crypto/openssl/crypto/x509v3/v3_lib.c N src/crypto/openssl/crypto/x509v3/v3_ocsp.c U src/crypto/openssl/crypto/x509v3/v3_pku.c U src/crypto/openssl/crypto/x509v3/v3prin.c U src/crypto/openssl/crypto/x509v3/v3_prn.c U src/crypto/openssl/crypto/x509v3/v3_purp.c U src/crypto/openssl/crypto/x509v3/v3_skey.c U src/crypto/openssl/crypto/x509v3/v3_sxnet.c U src/crypto/openssl/crypto/x509v3/v3_utl.c U src/crypto/openssl/crypto/x509v3/x509v3.h U src/crypto/openssl/demos/b64.c U src/crypto/openssl/demos/b64.pl U src/crypto/openssl/demos/privkey.pem U src/crypto/openssl/demos/README U src/crypto/openssl/demos/selfsign.c U src/crypto/openssl/demos/spkigen.c N src/crypto/openssl/demos/asn1/ocsp.c N src/crypto/openssl/demos/asn1/README.ASN1 U src/crypto/openssl/demos/bio/Makefile U src/crypto/openssl/demos/bio/README U src/crypto/openssl/demos/bio/saccept.c U src/crypto/openssl/demos/bio/sconnect.c U src/crypto/openssl/demos/bio/server.pem N src/crypto/openssl/demos/easy_tls/cacerts.pem N src/crypto/openssl/demos/easy_tls/cert.pem N src/crypto/openssl/demos/easy_tls/easy-tls.c N src/crypto/openssl/demos/easy_tls/easy-tls.h N src/crypto/openssl/demos/easy_tls/Makefile N src/crypto/openssl/demos/easy_tls/README N src/crypto/openssl/demos/easy_tls/test.c N src/crypto/openssl/demos/easy_tls/test.h U src/crypto/openssl/demos/eay/base64.c U src/crypto/openssl/demos/eay/conn.c U src/crypto/openssl/demos/eay/loadrsa.c U src/crypto/openssl/demos/eay/Makefile N src/crypto/openssl/demos/engines/cluster_labs/cluster_labs.h N src/crypto/openssl/demos/engines/cluster_labs/hw_cluster_labs.c N src/crypto/openssl/demos/engines/cluster_labs/hw_cluster_labs.ec N src/crypto/openssl/demos/engines/cluster_labs/hw_cluster_labs_err.c N src/crypto/openssl/demos/engines/cluster_labs/hw_cluster_labs_err.h N src/crypto/openssl/demos/engines/cluster_labs/Makefile N src/crypto/openssl/demos/engines/ibmca/hw_ibmca.c N src/crypto/openssl/demos/engines/ibmca/hw_ibmca.ec N src/crypto/openssl/demos/engines/ibmca/hw_ibmca_err.c N src/crypto/openssl/demos/engines/ibmca/hw_ibmca_err.h N src/crypto/openssl/demos/engines/ibmca/ica_openssl_api.h N src/crypto/openssl/demos/engines/ibmca/Makefile N src/crypto/openssl/demos/engines/rsaref/build.com N src/crypto/openssl/demos/engines/rsaref/Makefile N src/crypto/openssl/demos/engines/rsaref/README N src/crypto/openssl/demos/engines/rsaref/rsaref.c N src/crypto/openssl/demos/engines/rsaref/rsaref.ec N src/crypto/openssl/demos/engines/rsaref/rsaref_err.c N src/crypto/openssl/demos/engines/rsaref/rsaref_err.h N src/crypto/openssl/demos/engines/zencod/hw_zencod.c N src/crypto/openssl/demos/engines/zencod/hw_zencod.ec N src/crypto/openssl/demos/engines/zencod/hw_zencod_err.c N src/crypto/openssl/demos/engines/zencod/hw_zencod_err.h N src/crypto/openssl/demos/engines/zencod/hw_zencod.h N src/crypto/openssl/demos/engines/zencod/Makefile U src/crypto/openssl/demos/maurice/cert.pem U src/crypto/openssl/demos/maurice/example1.c U src/crypto/openssl/demos/maurice/example2.c U src/crypto/openssl/demos/maurice/example3.c U src/crypto/openssl/demos/maurice/example4.c U src/crypto/openssl/demos/maurice/loadkeys.c U src/crypto/openssl/demos/maurice/loadkeys.h U src/crypto/openssl/demos/maurice/Makefile U src/crypto/openssl/demos/maurice/privkey.pem U src/crypto/openssl/demos/maurice/README U src/crypto/openssl/demos/pkcs12/pkread.c U src/crypto/openssl/demos/pkcs12/pkwrite.c U src/crypto/openssl/demos/pkcs12/README U src/crypto/openssl/demos/prime/Makefile U src/crypto/openssl/demos/prime/prime.c U src/crypto/openssl/demos/sign/cert.pem U src/crypto/openssl/demos/sign/key.pem U src/crypto/openssl/demos/sign/Makefile U src/crypto/openssl/demos/sign/sign.c U src/crypto/openssl/demos/sign/sign.txt U src/crypto/openssl/demos/sign/sig.txt U src/crypto/openssl/demos/ssl/cli.cpp U src/crypto/openssl/demos/ssl/inetdsrv.cpp U src/crypto/openssl/demos/ssl/serv.cpp U src/crypto/openssl/demos/state_machine/Makefile U src/crypto/openssl/demos/state_machine/state_machine.c N src/crypto/openssl/demos/tunala/A-client.pem N src/crypto/openssl/demos/tunala/A-server.pem N src/crypto/openssl/demos/tunala/autogunk.sh N src/crypto/openssl/demos/tunala/autoungunk.sh N src/crypto/openssl/demos/tunala/breakage.c N src/crypto/openssl/demos/tunala/buffer.c N src/crypto/openssl/demos/tunala/CA.pem N src/crypto/openssl/demos/tunala/cb.c N src/crypto/openssl/demos/tunala/configure.in N src/crypto/openssl/demos/tunala/INSTALL N src/crypto/openssl/demos/tunala/ip.c N src/crypto/openssl/demos/tunala/Makefile N src/crypto/openssl/demos/tunala/Makefile.am N src/crypto/openssl/demos/tunala/README N src/crypto/openssl/demos/tunala/sm.c N src/crypto/openssl/demos/tunala/tunala.c N src/crypto/openssl/demos/tunala/tunala.h N src/crypto/openssl/demos/x509/mkcert.c N src/crypto/openssl/demos/x509/mkreq.c N src/crypto/openssl/demos/x509/README U src/crypto/openssl/doc/c-indentation.el U src/crypto/openssl/doc/openssl_button.gif U src/crypto/openssl/doc/openssl_button.html U src/crypto/openssl/doc/openssl.txt U src/crypto/openssl/doc/README U src/crypto/openssl/doc/ssleay.txt U src/crypto/openssl/doc/standards.txt U src/crypto/openssl/doc/apps/asn1parse.pod U src/crypto/openssl/doc/apps/CA.pl.pod U src/crypto/openssl/doc/apps/ca.pod U src/crypto/openssl/doc/apps/ciphers.pod U src/crypto/openssl/doc/apps/config.pod U src/crypto/openssl/doc/apps/crl2pkcs7.pod U src/crypto/openssl/doc/apps/crl.pod U src/crypto/openssl/doc/apps/dgst.pod U src/crypto/openssl/doc/apps/dhparam.pod U src/crypto/openssl/doc/apps/dsaparam.pod U src/crypto/openssl/doc/apps/dsa.pod U src/crypto/openssl/doc/apps/enc.pod U src/crypto/openssl/doc/apps/gendsa.pod U src/crypto/openssl/doc/apps/genrsa.pod U src/crypto/openssl/doc/apps/nseq.pod N src/crypto/openssl/doc/apps/ocsp.pod U src/crypto/openssl/doc/apps/openssl.pod U src/crypto/openssl/doc/apps/passwd.pod U src/crypto/openssl/doc/apps/pkcs12.pod U src/crypto/openssl/doc/apps/pkcs7.pod U src/crypto/openssl/doc/apps/pkcs8.pod U src/crypto/openssl/doc/apps/rand.pod U src/crypto/openssl/doc/apps/req.pod U src/crypto/openssl/doc/apps/rsa.pod U src/crypto/openssl/doc/apps/rsautl.pod U src/crypto/openssl/doc/apps/s_client.pod U src/crypto/openssl/doc/apps/sess_id.pod U src/crypto/openssl/doc/apps/smime.pod U src/crypto/openssl/doc/apps/speed.pod U src/crypto/openssl/doc/apps/spkac.pod U src/crypto/openssl/doc/apps/s_server.pod U src/crypto/openssl/doc/apps/verify.pod U src/crypto/openssl/doc/apps/version.pod U src/crypto/openssl/doc/apps/x509.pod N src/crypto/openssl/doc/crypto/ASN1_OBJECT_new.pod N src/crypto/openssl/doc/crypto/ASN1_STRING_length.pod N src/crypto/openssl/doc/crypto/ASN1_STRING_new.pod N src/crypto/openssl/doc/crypto/ASN1_STRING_print_ex.pod U src/crypto/openssl/doc/crypto/BIO_ctrl.pod U src/crypto/openssl/doc/crypto/BIO_f_base64.pod U src/crypto/openssl/doc/crypto/BIO_f_buffer.pod U src/crypto/openssl/doc/crypto/BIO_f_cipher.pod U src/crypto/openssl/doc/crypto/BIO_find_type.pod U src/crypto/openssl/doc/crypto/BIO_f_md.pod U src/crypto/openssl/doc/crypto/BIO_f_null.pod U src/crypto/openssl/doc/crypto/BIO_f_ssl.pod U src/crypto/openssl/doc/crypto/BIO_new.pod U src/crypto/openssl/doc/crypto/bio.pod U src/crypto/openssl/doc/crypto/BIO_push.pod U src/crypto/openssl/doc/crypto/BIO_read.pod U src/crypto/openssl/doc/crypto/BIO_s_accept.pod U src/crypto/openssl/doc/crypto/BIO_s_bio.pod U src/crypto/openssl/doc/crypto/BN_add.pod U src/crypto/openssl/doc/crypto/BIO_s_connect.pod U src/crypto/openssl/doc/crypto/BIO_set_callback.pod U src/crypto/openssl/doc/crypto/BIO_s_fd.pod U src/crypto/openssl/doc/crypto/BIO_s_file.pod U src/crypto/openssl/doc/crypto/BIO_should_retry.pod U src/crypto/openssl/doc/crypto/BIO_s_mem.pod U src/crypto/openssl/doc/crypto/BIO_s_null.pod U src/crypto/openssl/doc/crypto/BIO_s_socket.pod U src/crypto/openssl/doc/crypto/blowfish.pod U src/crypto/openssl/doc/crypto/BN_add_word.pod U src/crypto/openssl/doc/crypto/BN_bn2bin.pod U src/crypto/openssl/doc/crypto/BN_cmp.pod U src/crypto/openssl/doc/crypto/BN_copy.pod U src/crypto/openssl/doc/crypto/BN_CTX_new.pod U src/crypto/openssl/doc/crypto/BN_CTX_start.pod U src/crypto/openssl/doc/crypto/BN_generate_prime.pod U src/crypto/openssl/doc/crypto/bn_internal.pod U src/crypto/openssl/doc/crypto/BN_mod_inverse.pod U src/crypto/openssl/doc/crypto/BN_new.pod U src/crypto/openssl/doc/crypto/BN_mod_mul_montgomery.pod U src/crypto/openssl/doc/crypto/BN_mod_mul_reciprocal.pod U src/crypto/openssl/doc/crypto/BN_num_bytes.pod U src/crypto/openssl/doc/crypto/bn.pod U src/crypto/openssl/doc/crypto/BN_rand.pod U src/crypto/openssl/doc/crypto/BN_set_bit.pod N src/crypto/openssl/doc/crypto/BN_swap.pod U src/crypto/openssl/doc/crypto/BN_zero.pod U src/crypto/openssl/doc/crypto/buffer.pod U src/crypto/openssl/doc/crypto/crypto.pod U src/crypto/openssl/doc/crypto/CRYPTO_set_ex_data.pod N src/crypto/openssl/doc/crypto/d2i_ASN1_OBJECT.pod U src/crypto/openssl/doc/crypto/d2i_DHparams.pod N src/crypto/openssl/doc/crypto/d2i_DSAPublicKey.pod N src/crypto/openssl/doc/crypto/d2i_PKCS8PrivateKey.pod U src/crypto/openssl/doc/crypto/d2i_RSAPublicKey.pod N src/crypto/openssl/doc/crypto/d2i_X509_ALGOR.pod N src/crypto/openssl/doc/crypto/d2i_X509_CRL.pod N src/crypto/openssl/doc/crypto/d2i_X509_NAME.pod U src/crypto/openssl/doc/crypto/des.pod N src/crypto/openssl/doc/crypto/d2i_X509.pod N src/crypto/openssl/doc/crypto/d2i_X509_REQ.pod N src/crypto/openssl/doc/crypto/d2i_X509_SIG.pod U src/crypto/openssl/doc/crypto/des_modes.pod U src/crypto/openssl/doc/crypto/DH_generate_key.pod U src/crypto/openssl/doc/crypto/DH_generate_parameters.pod U src/crypto/openssl/doc/crypto/DH_get_ex_new_index.pod U src/crypto/openssl/doc/crypto/DH_new.pod U src/crypto/openssl/doc/crypto/dh.pod U src/crypto/openssl/doc/crypto/DH_set_method.pod U src/crypto/openssl/doc/crypto/DH_size.pod U src/crypto/openssl/doc/crypto/DSA_do_sign.pod U src/crypto/openssl/doc/crypto/DSA_dup_DH.pod U src/crypto/openssl/doc/crypto/DSA_generate_key.pod U src/crypto/openssl/doc/crypto/DSA_generate_parameters.pod U src/crypto/openssl/doc/crypto/DSA_get_ex_new_index.pod U src/crypto/openssl/doc/crypto/DSA_new.pod U src/crypto/openssl/doc/crypto/dsa.pod U src/crypto/openssl/doc/crypto/DSA_SIG_new.pod U src/crypto/openssl/doc/crypto/DSA_set_method.pod U src/crypto/openssl/doc/crypto/DSA_sign.pod U src/crypto/openssl/doc/crypto/DSA_size.pod N src/crypto/openssl/doc/crypto/engine.pod U src/crypto/openssl/doc/crypto/ERR_clear_error.pod U src/crypto/openssl/doc/crypto/ERR_error_string.pod U src/crypto/openssl/doc/crypto/ERR_get_error.pod U src/crypto/openssl/doc/crypto/ERR_GET_LIB.pod U src/crypto/openssl/doc/crypto/ERR_load_crypto_strings.pod U src/crypto/openssl/doc/crypto/ERR_load_strings.pod U src/crypto/openssl/doc/crypto/err.pod U src/crypto/openssl/doc/crypto/ERR_print_errors.pod U src/crypto/openssl/doc/crypto/ERR_put_error.pod U src/crypto/openssl/doc/crypto/ERR_remove_state.pod N src/crypto/openssl/doc/crypto/EVP_BytesToKey.pod U src/crypto/openssl/doc/crypto/EVP_DigestInit.pod U src/crypto/openssl/doc/crypto/EVP_EncryptInit.pod U src/crypto/openssl/doc/crypto/EVP_OpenInit.pod U src/crypto/openssl/doc/crypto/evp.pod N src/crypto/openssl/doc/crypto/EVP_PKEY_new.pod N src/crypto/openssl/doc/crypto/EVP_PKEY_set1_RSA.pod U src/crypto/openssl/doc/crypto/EVP_SealInit.pod U src/crypto/openssl/doc/crypto/EVP_SignInit.pod U src/crypto/openssl/doc/crypto/EVP_VerifyInit.pod U src/crypto/openssl/doc/crypto/hmac.pod U src/crypto/openssl/doc/crypto/lhash.pod U src/crypto/openssl/doc/crypto/lh_stats.pod U src/crypto/openssl/doc/crypto/md5.pod U src/crypto/openssl/doc/crypto/mdc2.pod N src/crypto/openssl/doc/crypto/OBJ_nid2obj.pod U src/crypto/openssl/doc/crypto/OpenSSL_add_all_algorithms.pod U src/crypto/openssl/doc/crypto/OPENSSL_VERSION_NUMBER.pod N src/crypto/openssl/doc/crypto/pem.pod N src/crypto/openssl/doc/crypto/PKCS12_create.pod N src/crypto/openssl/doc/crypto/PKCS12_parse.pod N src/crypto/openssl/doc/crypto/PKCS7_decrypt.pod N src/crypto/openssl/doc/crypto/PKCS7_encrypt.pod N src/crypto/openssl/doc/crypto/PKCS7_sign.pod U src/crypto/openssl/doc/crypto/rc4.pod N src/crypto/openssl/doc/crypto/PKCS7_verify.pod U src/crypto/openssl/doc/crypto/RAND_add.pod U src/crypto/openssl/doc/crypto/RAND_bytes.pod U src/crypto/openssl/doc/crypto/RAND_cleanup.pod U src/crypto/openssl/doc/crypto/RAND_egd.pod U src/crypto/openssl/doc/crypto/RAND_load_file.pod U src/crypto/openssl/doc/crypto/rand.pod U src/crypto/openssl/doc/crypto/RAND_set_rand_method.pod U src/crypto/openssl/doc/crypto/ripemd.pod U src/crypto/openssl/doc/crypto/RSA_blinding_on.pod U src/crypto/openssl/doc/crypto/RSA_check_key.pod U src/crypto/openssl/doc/crypto/RSA_generate_key.pod U src/crypto/openssl/doc/crypto/RSA_get_ex_new_index.pod U src/crypto/openssl/doc/crypto/RSA_new.pod U src/crypto/openssl/doc/crypto/RSA_padding_add_PKCS1_type_1.pod U src/crypto/openssl/doc/crypto/rsa.pod U src/crypto/openssl/doc/crypto/RSA_print.pod U src/crypto/openssl/doc/crypto/RSA_private_encrypt.pod U src/crypto/openssl/doc/crypto/sha.pod U src/crypto/openssl/doc/crypto/RSA_public_encrypt.pod U src/crypto/openssl/doc/crypto/RSA_set_method.pod U src/crypto/openssl/doc/crypto/RSA_sign_ASN1_OCTET_STRING.pod U src/crypto/openssl/doc/crypto/RSA_sign.pod U src/crypto/openssl/doc/crypto/RSA_size.pod N src/crypto/openssl/doc/crypto/SMIME_read_PKCS7.pod N src/crypto/openssl/doc/crypto/SMIME_write_PKCS7.pod U src/crypto/openssl/doc/crypto/threads.pod N src/crypto/openssl/doc/crypto/ui_compat.pod N src/crypto/openssl/doc/crypto/ui.pod N src/crypto/openssl/doc/crypto/X509_NAME_add_entry_by_txt.pod N src/crypto/openssl/doc/crypto/X509_NAME_ENTRY_get_object.pod N src/crypto/openssl/doc/crypto/X509_NAME_get_index_by_NID.pod N src/crypto/openssl/doc/crypto/X509_NAME_print_ex.pod N src/crypto/openssl/doc/crypto/X509_new.pod N src/crypto/openssl/doc/HOWTO/certificates.txt U src/crypto/openssl/doc/ssl/d2i_SSL_SESSION.pod U src/crypto/openssl/doc/ssl/SSL_accept.pod U src/crypto/openssl/doc/ssl/SSL_alert_type_string.pod U src/crypto/openssl/doc/ssl/SSL_CIPHER_get_name.pod U src/crypto/openssl/doc/ssl/SSL_clear.pod U src/crypto/openssl/doc/ssl/SSL_COMP_add_compression_method.pod U src/crypto/openssl/doc/ssl/SSL_connect.pod U src/crypto/openssl/doc/ssl/SSL_CTX_add_extra_chain_cert.pod U src/crypto/openssl/doc/ssl/SSL_CTX_add_session.pod U src/crypto/openssl/doc/ssl/SSL_CTX_ctrl.pod U src/crypto/openssl/doc/ssl/SSL_CTX_flush_sessions.pod U src/crypto/openssl/doc/ssl/SSL_CTX_free.pod U src/crypto/openssl/doc/ssl/SSL_CTX_get_ex_new_index.pod U src/crypto/openssl/doc/ssl/SSL_CTX_get_verify_mode.pod U src/crypto/openssl/doc/ssl/SSL_new.pod U src/crypto/openssl/doc/ssl/SSL_CTX_new.pod U src/crypto/openssl/doc/ssl/SSL_CTX_load_verify_locations.pod U src/crypto/openssl/doc/ssl/SSL_CTX_sessions.pod U src/crypto/openssl/doc/ssl/SSL_CTX_sess_number.pod U src/crypto/openssl/doc/ssl/SSL_CTX_sess_set_cache_size.pod U src/crypto/openssl/doc/ssl/SSL_CTX_sess_set_get_cb.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_cert_store.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_cert_verify_callback.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_cipher_list.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_client_CA_list.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_client_cert_cb.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_default_passwd_cb.pod N src/crypto/openssl/doc/ssl/SSL_CTX_set_generate_session_id.pod U src/crypto/openssl/doc/ssl/ssl.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_info_callback.pod N src/crypto/openssl/doc/ssl/SSL_CTX_set_max_cert_list.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_mode.pod N src/crypto/openssl/doc/ssl/SSL_CTX_set_msg_callback.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_options.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_quiet_shutdown.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_session_cache_mode.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_session_id_context.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_ssl_version.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_timeout.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_tmp_dh_callback.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_tmp_rsa_callback.pod U src/crypto/openssl/doc/ssl/SSL_CTX_set_verify.pod U src/crypto/openssl/doc/ssl/SSL_CTX_use_certificate.pod U src/crypto/openssl/doc/ssl/SSL_do_handshake.pod U src/crypto/openssl/doc/ssl/SSL_free.pod U src/crypto/openssl/doc/ssl/SSL_get_ciphers.pod U src/crypto/openssl/doc/ssl/SSL_get_client_CA_list.pod U src/crypto/openssl/doc/ssl/SSL_get_current_cipher.pod U src/crypto/openssl/doc/ssl/SSL_get_default_timeout.pod U src/crypto/openssl/doc/ssl/SSL_get_error.pod U src/crypto/openssl/doc/ssl/SSL_get_ex_data_X509_STORE_CTX_idx.pod U src/crypto/openssl/doc/ssl/SSL_get_ex_new_index.pod U src/crypto/openssl/doc/ssl/SSL_get_fd.pod U src/crypto/openssl/doc/ssl/SSL_get_peer_cert_chain.pod U src/crypto/openssl/doc/ssl/SSL_get_peer_certificate.pod U src/crypto/openssl/doc/ssl/SSL_get_rbio.pod U src/crypto/openssl/doc/ssl/SSL_get_session.pod U src/crypto/openssl/doc/ssl/SSL_get_SSL_CTX.pod U src/crypto/openssl/doc/ssl/SSL_pending.pod U src/crypto/openssl/doc/ssl/SSL_get_verify_result.pod U src/crypto/openssl/doc/ssl/SSL_get_version.pod U src/crypto/openssl/doc/ssl/SSL_library_init.pod U src/crypto/openssl/doc/ssl/SSL_load_client_CA_file.pod U src/crypto/openssl/doc/ssl/SSL_read.pod U src/crypto/openssl/doc/ssl/SSL_rstate_string.pod U src/crypto/openssl/doc/ssl/SSL_SESSION_free.pod U src/crypto/openssl/doc/ssl/SSL_SESSION_get_ex_new_index.pod U src/crypto/openssl/doc/ssl/SSL_SESSION_get_time.pod U src/crypto/openssl/doc/ssl/SSL_session_reused.pod U src/crypto/openssl/doc/ssl/SSL_set_bio.pod U src/crypto/openssl/doc/ssl/SSL_set_connect_state.pod U src/crypto/openssl/doc/ssl/SSL_set_fd.pod U src/crypto/openssl/doc/ssl/SSL_set_session.pod U src/crypto/openssl/doc/ssl/SSL_set_shutdown.pod U src/crypto/openssl/doc/ssl/SSL_set_verify_result.pod U src/crypto/openssl/doc/ssl/SSL_shutdown.pod U src/crypto/openssl/doc/ssl/SSL_state_string.pod U src/crypto/openssl/doc/ssl/SSL_want.pod U src/crypto/openssl/doc/ssl/SSL_write.pod N src/crypto/openssl/os2/OS2-EMX.cmd U src/crypto/openssl/shlib/README U src/crypto/openssl/ssl/bio_ssl.c N src/crypto/openssl/ssl/kssl.c N src/crypto/openssl/ssl/kssl.h N src/crypto/openssl/ssl/kssl_lcl.h U src/crypto/openssl/ssl/Makefile.ssl C src/crypto/openssl/ssl/s23_clnt.c C src/crypto/openssl/ssl/s23_lib.c U src/crypto/openssl/ssl/s23_meth.c U src/crypto/openssl/ssl/s23_pkt.c C src/crypto/openssl/ssl/s23_srvr.c C src/crypto/openssl/ssl/s2_clnt.c C src/crypto/openssl/ssl/s2_enc.c C src/crypto/openssl/ssl/s2_lib.c C src/crypto/openssl/ssl/s2_meth.c C src/crypto/openssl/ssl/s2_pkt.c C src/crypto/openssl/ssl/s2_srvr.c U src/crypto/openssl/ssl/s3_both.c U src/crypto/openssl/ssl/s3_clnt.c U src/crypto/openssl/ssl/s3_enc.c U src/crypto/openssl/ssl/s3_lib.c U src/crypto/openssl/ssl/s3_meth.c U src/crypto/openssl/ssl/s3_pkt.c U src/crypto/openssl/ssl/s3_srvr.c U src/crypto/openssl/ssl/ssl23.h U src/crypto/openssl/ssl/ssl2.h U src/crypto/openssl/ssl/ssl3.h U src/crypto/openssl/ssl/ssl_algs.c U src/crypto/openssl/ssl/ssl_asn1.c U src/crypto/openssl/ssl/ssl_cert.c U src/crypto/openssl/ssl/ssl_ciph.c U src/crypto/openssl/ssl/ssl_err2.c U src/crypto/openssl/ssl/ssl_err.c U src/crypto/openssl/ssl/ssl.h U src/crypto/openssl/ssl/ssl_lib.c U src/crypto/openssl/ssl/ssl_locl.h U src/crypto/openssl/ssl/ssl_rsa.c U src/crypto/openssl/ssl/ssl_sess.c U src/crypto/openssl/ssl/ssl_stat.c U src/crypto/openssl/ssl/ssl_task.c U src/crypto/openssl/ssl/ssltest.c U src/crypto/openssl/ssl/ssl_txt.c U src/crypto/openssl/ssl/t1_clnt.c U src/crypto/openssl/ssl/t1_enc.c U src/crypto/openssl/ssl/t1_lib.c U src/crypto/openssl/ssl/t1_meth.c U src/crypto/openssl/ssl/t1_srvr.c U src/crypto/openssl/ssl/tls1.h U src/crypto/openssl/test/bctest U src/crypto/openssl/test/CAss.cnf U src/crypto/openssl/test/CAssdh.cnf U src/crypto/openssl/test/CAssdsa.cnf U src/crypto/openssl/test/CAssrsa.cnf N src/crypto/openssl/test/dummytest.c U src/crypto/openssl/test/Makefile.ssl U src/crypto/openssl/test/tcrl U src/crypto/openssl/test/methtest.c U src/crypto/openssl/test/pkcs7-1.pem U src/crypto/openssl/test/pkcs7.pem U src/crypto/openssl/test/r160test.c U src/crypto/openssl/test/Sssdsa.cnf U src/crypto/openssl/test/Sssrsa.cnf U src/crypto/openssl/test/testca U src/crypto/openssl/test/test.cnf U src/crypto/openssl/test/testcrl.pem U src/crypto/openssl/test/testenc U src/crypto/openssl/test/testgen U src/crypto/openssl/test/testp7.pem U src/crypto/openssl/test/testreq2.pem U src/crypto/openssl/test/testrsa.pem U src/crypto/openssl/test/testsid.pem U src/crypto/openssl/test/testss U src/crypto/openssl/test/testssl U src/crypto/openssl/test/testx509.pem U src/crypto/openssl/test/times U src/crypto/openssl/test/tpkcs7 U src/crypto/openssl/test/tpkcs7d U src/crypto/openssl/test/treq U src/crypto/openssl/test/trsa U src/crypto/openssl/test/tsid U src/crypto/openssl/test/tx509 U src/crypto/openssl/test/Uss.cnf U src/crypto/openssl/test/v3-cert1.pem U src/crypto/openssl/test/v3-cert2.pem U src/crypto/openssl/test/VMSca-response.1 U src/crypto/openssl/test/VMSca-response.2 U src/crypto/openssl/times/100.lnx U src/crypto/openssl/times/100.nt U src/crypto/openssl/times/200.lnx U src/crypto/openssl/times/486-66.dos U src/crypto/openssl/times/486-66.nt U src/crypto/openssl/times/486-66.w31 U src/crypto/openssl/times/586-085i.nt U src/crypto/openssl/times/586-1002.lnx U src/crypto/openssl/times/586-100.dos U src/crypto/openssl/times/586-100.LN3 U src/crypto/openssl/times/586-100.ln4 U src/crypto/openssl/times/586-100.lnx U src/crypto/openssl/times/586-100.nt U src/crypto/openssl/times/586-100.NT2 U src/crypto/openssl/times/586-100.ntx U src/crypto/openssl/times/586-100.w31 U src/crypto/openssl/times/586p-100.lnx U src/crypto/openssl/times/5.lnx U src/crypto/openssl/times/686-200.bsd U src/crypto/openssl/times/686-200.lnx U src/crypto/openssl/times/686-200.nt U src/crypto/openssl/times/aixold.t U src/crypto/openssl/times/aix.t U src/crypto/openssl/times/alpha.t U src/crypto/openssl/times/L1 U src/crypto/openssl/times/alpha400.t U src/crypto/openssl/times/cyrix100.lnx U src/crypto/openssl/times/dgux.t U src/crypto/openssl/times/dgux-x86.t U src/crypto/openssl/times/hpux-acc.t U src/crypto/openssl/times/hpux-kr.t U src/crypto/openssl/times/hpux.t U src/crypto/openssl/times/p2.w95 U src/crypto/openssl/times/pent2.t U src/crypto/openssl/times/R10000.t U src/crypto/openssl/times/R4400.t U src/crypto/openssl/times/readme U src/crypto/openssl/times/s586-100.lnx U src/crypto/openssl/times/s586-100.nt U src/crypto/openssl/times/sgi.t U src/crypto/openssl/times/sparc2 U src/crypto/openssl/times/sparcLX.t U src/crypto/openssl/times/sparc.t U src/crypto/openssl/times/usparc.t U src/crypto/openssl/times/090/586-100.nt U src/crypto/openssl/times/091/486-50.nt U src/crypto/openssl/times/091/586-100.lnx U src/crypto/openssl/times/091/68000.bsd U src/crypto/openssl/times/091/686-200.lnx U src/crypto/openssl/times/091/alpha064.osf U src/crypto/openssl/times/091/alpha164.lnx U src/crypto/openssl/times/091/alpha164.osf U src/crypto/openssl/times/091/mips-rel.pl U src/crypto/openssl/times/091/r10000.irx U src/crypto/openssl/times/091/r3000.ult U src/crypto/openssl/times/091/r4400.irx U src/crypto/openssl/times/x86/bfs.cpp U src/crypto/openssl/times/x86/casts.cpp U src/crypto/openssl/times/x86/des3s.cpp U src/crypto/openssl/times/x86/dess.cpp U src/crypto/openssl/times/x86/md4s.cpp U src/crypto/openssl/times/x86/md5s.cpp U src/crypto/openssl/times/x86/rc4s.cpp U src/crypto/openssl/times/x86/sha1s.cpp U src/crypto/openssl/tools/c89.sh U src/crypto/openssl/tools/c_hash U src/crypto/openssl/tools/c_info U src/crypto/openssl/tools/c_issuer U src/crypto/openssl/tools/c_name U src/crypto/openssl/tools/c_rehash U src/crypto/openssl/tools/c_rehash.in U src/crypto/openssl/tools/Makefile.ssl U src/crypto/openssl/util/add_cr.pl U src/crypto/openssl/util/bat.sh U src/crypto/openssl/util/ck_errf.pl U src/crypto/openssl/util/clean-depend.pl U src/crypto/openssl/util/deleof.pl U src/crypto/openssl/util/dirname.pl U src/crypto/openssl/util/domd U src/crypto/openssl/util/do_ms.sh U src/crypto/openssl/util/err-ins.pl N src/crypto/openssl/util/extract-names.pl U src/crypto/openssl/util/files.pl U src/crypto/openssl/util/fixNT.sh U src/crypto/openssl/util/FreeBSD.sh U src/crypto/openssl/util/install.sh U src/crypto/openssl/util/libeay.num U src/crypto/openssl/util/mk1mf.pl U src/crypto/openssl/util/mkcerts.sh U src/crypto/openssl/util/mkdef.pl U src/crypto/openssl/util/mkdir-p.pl U src/crypto/openssl/util/mkerr.pl U src/crypto/openssl/util/mkfiles.pl U src/crypto/openssl/util/mklink.pl U src/crypto/openssl/util/mkstack.pl U src/crypto/openssl/util/perlpath.pl U src/crypto/openssl/util/pod2man.pl U src/crypto/openssl/util/pod2mantest U src/crypto/openssl/util/pod2mantest.pod U src/crypto/openssl/util/point.sh U src/crypto/openssl/util/selftest.pl U src/crypto/openssl/util/sp-diff.pl U src/crypto/openssl/util/speed.sh U src/crypto/openssl/util/src-dep.pl U src/crypto/openssl/util/ssleay.num U src/crypto/openssl/util/tab_num.pl U src/crypto/openssl/util/x86asm.sh U src/crypto/openssl/util/pl/BC-16.pl U src/crypto/openssl/util/pl/BC-32.pl U src/crypto/openssl/util/pl/linux.pl U src/crypto/openssl/util/pl/Mingw32f.pl C src/crypto/openssl/util/pl/Mingw32.pl N src/crypto/openssl/util/pl/OS2-EMX.pl U src/crypto/openssl/util/pl/ultrix.pl U src/crypto/openssl/util/pl/unix.pl U src/crypto/openssl/util/pl/VC-16.pl U src/crypto/openssl/util/pl/VC-32.pl N src/crypto/openssl/util/pl/VC-CE.pl 22 conflicts created by this import. Use the following command to help the merge: cvs checkout -jOPENSSL:yesterday -jOPENSSL src/crypto/openssl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 13:46:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D496137B401; Tue, 28 Jan 2003 13:46:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C4D243F85; Tue, 28 Jan 2003 13:46:21 -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 h0SLkLbv052904; Tue, 28 Jan 2003 13:46:21 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SLkLoj052903; Tue, 28 Jan 2003 13:46:21 -0800 (PST) Message-Id: <200301282146.h0SLkLoj052903@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 28 Jan 2003 13:46:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_vnops.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 2003/01/28 13:46:21 PST Modified files: sys/gnu/ext2fs ext2_vnops.c Log: Use VOP_SPECSTRATEGY() instead of VOP_STRATEGY(). Revision Changes Path 1.76 +1 -1 src/sys/gnu/ext2fs/ext2_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 13:48: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD49237B405; Tue, 28 Jan 2003 13:48:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AB3843F93; Tue, 28 Jan 2003 13:48:08 -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 h0SLm8bv052963; Tue, 28 Jan 2003 13:48:08 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SLm7Fj052962; Tue, 28 Jan 2003 13:48:07 -0800 (PST) Message-Id: <200301282148.h0SLm7Fj052962@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 28 Jan 2003 13:48:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/elinks 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 nork 2003/01/28 13:48:07 PST Modified files: www/elinks Makefile distinfo Log: Update to 0.4.2. PR: ports/47563 Submitted by: Jason Harris (maintainer) Revision Changes Path 1.24 +3 -2 ports/www/elinks/Makefile 1.16 +2 -2 ports/www/elinks/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 13:50:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19B6137B401; Tue, 28 Jan 2003 13:50:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B482543F43; Tue, 28 Jan 2003 13:50:47 -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 h0SLolbv054080; Tue, 28 Jan 2003 13:50:47 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SLolfv054074; Tue, 28 Jan 2003 13:50:47 -0800 (PST) Message-Id: <200301282150.h0SLolfv054074@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 28 Jan 2003 13:50:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/e3 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 nork 2003/01/28 13:50:47 PST Modified files: editors/e3 Makefile distinfo Log: Update to 2.4. PR: ports/47562 Submitted by: Joseph Scott (maintainer) Revision Changes Path 1.9 +1 -1 ports/editors/e3/Makefile 1.9 +1 -1 ports/editors/e3/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 13:54:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 536DB37B401; Tue, 28 Jan 2003 13:54:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7C6443F43; Tue, 28 Jan 2003 13:54:46 -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 h0SLskbv056511; Tue, 28 Jan 2003 13:54:46 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SLsk3M056510; Tue, 28 Jan 2003 13:54:46 -0800 (PST) Message-Id: <200301282154.h0SLsk3M056510@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 28 Jan 2003 13:54:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/balance Makefile distinfo ports/net/balance/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 nork 2003/01/28 13:54:46 PST Modified files: net/balance Makefile distinfo net/balance/files patch-Makefile Log: Update to 3.6. PR: ports/47561 Submitted by: Joseph Scott (maintainer) Prompted By: Attila Nagy Revision Changes Path 1.5 +3 -3 ports/net/balance/Makefile 1.5 +1 -1 ports/net/balance/distinfo 1.2 +5 -5 ports/net/balance/files/patch-Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 14: 2:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8D9E37B401; Tue, 28 Jan 2003 14:02:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D55543F3F; Tue, 28 Jan 2003 14:02: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 h0SM2Fbv059410; Tue, 28 Jan 2003 14:02: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 h0SM2FNZ059406; Tue, 28 Jan 2003 14:02:15 -0800 (PST) Message-Id: <200301282202.h0SM2FNZ059406@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 28 Jan 2003 14:02:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/kde3-i18n 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 2003/01/28 14:02:14 PST Modified files: misc/kde3-i18n Makefile Log: Switch to portuguese category for the i18n pt and pt_BR ports Reviewed by: will Approved by: FreeBSD KDE Team Revision Changes Path 1.17 +4 -1 ports/misc/kde3-i18n/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 14: 4:21 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BA9A37B401; Tue, 28 Jan 2003 14:04:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E0BF43F3F; Tue, 28 Jan 2003 14:04:19 -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 h0SM4Jbv060112; Tue, 28 Jan 2003 14:04:19 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SM4JNA060111; Tue, 28 Jan 2003 14:04:19 -0800 (PST) Message-Id: <200301282204.h0SM4JNA060111@repoman.freebsd.org> From: Dirk Meyer Date: Tue, 28 Jan 2003 14:04:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/popa3d Makefile distinfo pkg-plist ports/mail/popa3d/files POPAUTH patch-mailbox.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 dinoex 2003/01/28 14:04:19 PST Modified files: mail/popa3d Makefile distinfo pkg-plist mail/popa3d/files POPAUTH Added files: mail/popa3d/files patch-mailbox.c Log: - Update to 0.5.9 - Fix bug found by nunotex@pt-quorum.com - discussion at http://marc.theaimsgroup.com/?l=popa3d-users&m=104354856516116&w=2 - Extend Documentation Revision Changes Path 1.16 +4 -3 ports/mail/popa3d/Makefile 1.5 +1 -1 ports/mail/popa3d/distinfo 1.3 +10 -5 ports/mail/popa3d/files/POPAUTH 1.1 +18 -0 ports/mail/popa3d/files/patch-mailbox.c (new) 1.8 +2 -1 ports/mail/popa3d/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 Jan 28 14: 5: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66C1437B401; Tue, 28 Jan 2003 14:05:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BC1D43F3F; Tue, 28 Jan 2003 14:05:05 -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 h0SM54bv060198; Tue, 28 Jan 2003 14:05:04 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SM54kZ060197; Tue, 28 Jan 2003 14:05:04 -0800 (PST) Message-Id: <200301282205.h0SM54kZ060197@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 28 Jan 2003 14:05:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/print/pfaedit 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 2003/01/28 14:05:04 PST Modified files: print/pfaedit Makefile distinfo pkg-plist Log: Update to 20030125. PR: ports/47528 Submitted by: KANOU Hiroki (maintainer) Revision Changes Path 1.28 +17 -5 ports/print/pfaedit/Makefile 1.25 +3 -2 ports/print/pfaedit/distinfo 1.14 +9 -1 ports/print/pfaedit/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 Jan 28 14: 5:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD2FC37B401; Tue, 28 Jan 2003 14:05:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B76843E4A; Tue, 28 Jan 2003 14:05:23 -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 h0SM5Nbv060283; Tue, 28 Jan 2003 14:05:23 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SM5Mp6060282; Tue, 28 Jan 2003 14:05:22 -0800 (PST) Message-Id: <200301282205.h0SM5Mp6060282@repoman.freebsd.org> From: Oliver Braun Date: Tue, 28 Jan 2003 14:05:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/hs-buddha 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 obraun 2003/01/28 14:05:22 PST Modified files: devel Makefile Added files: devel/hs-buddha Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Buddha is a declarative debugger for Haskell 98. WWW: http://www.cs.mu.oz.au/~bjpop/buddha/ Revision Changes Path 1.1029 +1 -0 ports/devel/Makefile 1.1 +28 -0 ports/devel/hs-buddha/Makefile (new) 1.1 +1 -0 ports/devel/hs-buddha/distinfo (new) 1.1 +1 -0 ports/devel/hs-buddha/pkg-comment (new) 1.1 +9 -0 ports/devel/hs-buddha/pkg-descr (new) 1.1 +49 -0 ports/devel/hs-buddha/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 Jan 28 14: 5:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9804937B40B; Tue, 28 Jan 2003 14:05:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0611743E4A; Tue, 28 Jan 2003 14:05: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 h0SM5Xbv060342; Tue, 28 Jan 2003 14:05:33 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SM5Xng060341; Tue, 28 Jan 2003 14:05:33 -0800 (PST) Message-Id: <200301282205.h0SM5Xng060341@repoman.freebsd.org> From: Oliver Braun Date: Tue, 28 Jan 2003 14:05: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 obraun 2003/01/28 14:05:33 PST Modified files: . modules Log: hs-buddha --> ports/devel/hs-buddha Revision Changes Path 1.6598 +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 Jan 28 14:12:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8493737B401; Tue, 28 Jan 2003 14:12:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1459743F79; Tue, 28 Jan 2003 14:12:31 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0SMCUbv063693; Tue, 28 Jan 2003 14:12:30 -0800 (PST) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SMCUls063692; Tue, 28 Jan 2003 14:12:30 -0800 (PST) Message-Id: <200301282212.h0SMCUls063692@repoman.freebsd.org> From: Mark Murray Date: Tue, 28 Jan 2003 14:12:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssl/crypto/asn1 a_bmp.c a_null.c a_vis.c d2i_dhp.c d2i_dsap.c d2i_r_pr.c d2i_r_pu.c d2i_s_pr.c d2i_s_pu.c i2d_dhp.c i2d_dsap.c i2d_r_pr.c i2d_r_pu.c i2d_s_pr.c i2d_s_pu.c p7_dgst.c p7_enc.c p7_enc_c.c p7_evp.c p7_i_s.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 markm 2003/01/28 14:12:30 PST Removed files: crypto/openssl/crypto/asn1 a_bmp.c a_null.c a_vis.c d2i_dhp.c d2i_dsap.c d2i_r_pr.c d2i_r_pu.c d2i_s_pr.c d2i_s_pu.c i2d_dhp.c i2d_dsap.c i2d_r_pr.c i2d_r_pu.c i2d_s_pr.c i2d_s_pu.c p7_dgst.c p7_enc.c p7_enc_c.c p7_evp.c p7_i_s.c p7_lib.c p7_recip.c p7_s_e.c p7_signd.c p7_signi.c crypto/openssl/crypto/bn test.c crypto/openssl/crypto/des FILES crypto/openssl/crypto/pkcs12 p12_bags.c p12_lib.c p12_mac.c p12_sbag.c crypto/openssl/doc/crypto BIO_new_bio_pair.pod crypto/openssl/perl MANIFEST Makefile.PL OpenSSL.pm OpenSSL.xs README.1ST openssl.h openssl_bio.xs openssl_bn.xs openssl_cipher.xs openssl_digest.xs openssl_err.xs openssl_ssl.xs openssl_x509.xs typemap crypto/openssl/perl/t 01-use.t 02-version.t 03-bio.t Log: Remove files no longer on OpenSSL 0.9.7. crypto/des/rnd_keys.c is retained as it is still used. Revision Changes Path 1.2 +0 -83 src/crypto/openssl/crypto/asn1/a_bmp.c (dead) 1.2 +0 -119 src/crypto/openssl/crypto/asn1/a_null.c (dead) 1.2 +0 -83 src/crypto/openssl/crypto/asn1/a_vis.c (dead) 1.2 +0 -101 src/crypto/openssl/crypto/asn1/d2i_dhp.c (dead) 1.2 +0 -98 src/crypto/openssl/crypto/asn1/d2i_dsap.c (dead) 1.2 +0 -121 src/crypto/openssl/crypto/asn1/d2i_r_pr.c (dead) 1.2 +0 -97 src/crypto/openssl/crypto/asn1/d2i_r_pu.c (dead) 1.2 +0 -105 src/crypto/openssl/crypto/asn1/d2i_s_pr.c (dead) 1.2 +0 -121 src/crypto/openssl/crypto/asn1/d2i_s_pu.c (dead) 1.2 +0 -128 src/crypto/openssl/crypto/asn1/i2d_dhp.c (dead) 1.2 +0 -117 src/crypto/openssl/crypto/asn1/i2d_dsap.c (dead) 1.2 +0 -127 src/crypto/openssl/crypto/asn1/i2d_r_pr.c (dead) 1.2 +0 -112 src/crypto/openssl/crypto/asn1/i2d_r_pu.c (dead) 1.2 +0 -123 src/crypto/openssl/crypto/asn1/i2d_s_pr.c (dead) 1.2 +0 -129 src/crypto/openssl/crypto/asn1/i2d_s_pu.c (dead) 1.2 +0 -121 src/crypto/openssl/crypto/asn1/p7_dgst.c (dead) 1.2 +0 -111 src/crypto/openssl/crypto/asn1/p7_enc.c (dead) 1.2 +0 -119 src/crypto/openssl/crypto/asn1/p7_enc_c.c (dead) 1.2 +0 -119 src/crypto/openssl/crypto/asn1/p7_evp.c (dead) 1.2 +0 -111 src/crypto/openssl/crypto/asn1/p7_i_s.c (dead) 1.2 +0 -295 src/crypto/openssl/crypto/asn1/p7_lib.c (dead) 1.2 +0 -125 src/crypto/openssl/crypto/asn1/p7_recip.c (dead) 1.2 +0 -145 src/crypto/openssl/crypto/asn1/p7_s_e.c (dead) 1.2 +0 -135 src/crypto/openssl/crypto/asn1/p7_signd.c (dead) 1.2 +0 -150 src/crypto/openssl/crypto/asn1/p7_signi.c (dead) 1.2 +0 -241 src/crypto/openssl/crypto/bn/test.c (dead) 1.2 +0 -96 src/crypto/openssl/crypto/des/FILES (dead) 1.2 +0 -192 src/crypto/openssl/crypto/pkcs12/p12_bags.c (dead) 1.2 +0 -111 src/crypto/openssl/crypto/pkcs12/p12_lib.c (dead) 1.2 +0 -110 src/crypto/openssl/crypto/pkcs12/p12_mac.c (dead) 1.2 +0 -227 src/crypto/openssl/crypto/pkcs12/p12_sbag.c (dead) 1.2 +0 -102 src/crypto/openssl/doc/crypto/BIO_new_bio_pair.pod (dead) 1.2 +0 -17 src/crypto/openssl/perl/MANIFEST (dead) 1.2 +0 -45 src/crypto/openssl/perl/Makefile.PL (dead) 1.2 +0 -90 src/crypto/openssl/perl/OpenSSL.pm (dead) 1.2 +0 -82 src/crypto/openssl/perl/OpenSSL.xs (dead) 1.2 +0 -4 src/crypto/openssl/perl/README.1ST (dead) 1.2 +0 -96 src/crypto/openssl/perl/openssl.h (dead) 1.2 +0 -450 src/crypto/openssl/perl/openssl_bio.xs (dead) 1.2 +0 -593 src/crypto/openssl/perl/openssl_bn.xs (dead) 1.2 +0 -154 src/crypto/openssl/perl/openssl_cipher.xs (dead) 1.2 +0 -84 src/crypto/openssl/perl/openssl_digest.xs (dead) 1.2 +0 -47 src/crypto/openssl/perl/openssl_err.xs (dead) 1.2 +0 -483 src/crypto/openssl/perl/openssl_ssl.xs (dead) 1.2 +0 -75 src/crypto/openssl/perl/openssl_x509.xs (dead) 1.2 +0 -13 src/crypto/openssl/perl/t/01-use.t (dead) 1.2 +0 -10 src/crypto/openssl/perl/t/02-version.t (dead) 1.2 +0 -16 src/crypto/openssl/perl/t/03-bio.t (dead) 1.2 +0 -96 src/crypto/openssl/perl/typemap (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 14:12:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D592237B401; Tue, 28 Jan 2003 14:12:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7889543F43; Tue, 28 Jan 2003 14:12:42 -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 h0SMCgbv063991; Tue, 28 Jan 2003 14:12:42 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SMCg2n063984; Tue, 28 Jan 2003 14:12:42 -0800 (PST) Message-Id: <200301282212.h0SMCg2n063984@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 28 Jan 2003 14:12:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/gnutls 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 nork 2003/01/28 14:12:42 PST Modified files: security/gnutls Makefile pkg-plist Log: - Add a knob for OpenCDK support (WITH_OPENCDK=yes), disabled by default - Bump PORTREVISION - although there are no changes with the default options, hint users to upgrade to take advantage of OpenCDK support - Re-sort MASTER_SITES (ftp.gnutls.org is temporarily unavailable) - Allow user to specify their own CPPFLAGS and LDFLAGS - Remove useless .la files - Re-sort pkg-plist PR: ports/47525 Submitted by: Sergei Kolobov (maintainer) Revision Changes Path 1.3 +23 -6 ports/security/gnutls/Makefile 1.3 +2 -4 ports/security/gnutls/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 Jan 28 14:15:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D57237B401; Tue, 28 Jan 2003 14:15:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FBEA43F3F; Tue, 28 Jan 2003 14:15:45 -0800 (PST) (envelope-from sumikawa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0SMFibv064168; Tue, 28 Jan 2003 14:15:44 -0800 (PST) (envelope-from sumikawa@repoman.freebsd.org) Received: (from sumikawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SMFiDo064167; Tue, 28 Jan 2003 14:15:44 -0800 (PST) Message-Id: <200301282215.h0SMFiDo064167@repoman.freebsd.org> From: Munechika SUMIKAWA Date: Tue, 28 Jan 2003 14:15:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/gnupod Makefile distinfo 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 sumikawa 2003/01/28 14:15:44 PST Modified files: audio/gnupod Makefile distinfo pkg-plist Removed files: audio/gnupod pkg-message Log: Upgrade to 0.26. Reviewd and approved by: maintainer Revision Changes Path 1.2 +7 -18 ports/audio/gnupod/Makefile 1.2 +1 -1 ports/audio/gnupod/distinfo 1.2 +0 -17 ports/audio/gnupod/pkg-message (dead) 1.2 +13 -10 ports/audio/gnupod/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 Jan 28 14:15:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDFC637B411; Tue, 28 Jan 2003 14:15:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81FB443F3F; Tue, 28 Jan 2003 14:15:48 -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 h0SMFmbv064199; Tue, 28 Jan 2003 14:15:48 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SMFmce064198; Tue, 28 Jan 2003 14:15:48 -0800 (PST) Message-Id: <200301282215.h0SMFmce064198@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 28 Jan 2003 14:15:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/opencdk 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 nork 2003/01/28 14:15:48 PST Modified files: security/opencdk Makefile pkg-plist Log: - Make portlint happy (remove space at EOL) - Remove useless .la files - Make REINPLACE_CMD invocation a bit more readable (at least IMO) PR: ports/47524 Submitted by: Sergei Kolobov (maintainer) Revision Changes Path 1.3 +5 -3 ports/security/opencdk/Makefile 1.2 +0 -1 ports/security/opencdk/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 Jan 28 14:19:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 535FF37B401; Tue, 28 Jan 2003 14:19:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2637043FA3; Tue, 28 Jan 2003 14:19:13 -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 h0SMJCbv064324; Tue, 28 Jan 2003 14:19:12 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SMJCeU064323; Tue, 28 Jan 2003 14:19:12 -0800 (PST) Message-Id: <200301282219.h0SMJCeU064323@repoman.freebsd.org> From: Norikatsu Shigemura Date: Tue, 28 Jan 2003 14:19:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/libtasn1 Makefile pkg-plist ports/security/libtasn1/files patch-src::asn1Coding.c patch-src::asn1Decoding.c patch-src::asn1Parser.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 nork 2003/01/28 14:19:12 PST Modified files: security/libtasn1 Makefile pkg-plist Removed files: security/libtasn1/files patch-src::asn1Coding.c patch-src::asn1Decoding.c patch-src::asn1Parser.c Log: - Re-sort MASTER_SITES (primary site is temporarily unavailable) - Use REINPLACE instead of 3 individual patches - Allow user to specify their own CPPFLAGS and LDFLAGS - Remove useless .la files PR: ports/47522 Submitted by: Sergei Kolobov (maintainer) Revision Changes Path 1.3 +14 -6 ports/security/libtasn1/Makefile 1.2 +0 -11 ports/security/libtasn1/files/patch-src::asn1Coding.c (dead) 1.2 +0 -11 ports/security/libtasn1/files/patch-src::asn1Decoding.c (dead) 1.2 +0 -11 ports/security/libtasn1/files/patch-src::asn1Parser.c (dead) 1.2 +0 -1 ports/security/libtasn1/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 Jan 28 14:20:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C576937B405; Tue, 28 Jan 2003 14:20:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E7F243F3F; Tue, 28 Jan 2003 14:20: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 h0SMKEbv064458; Tue, 28 Jan 2003 14:20: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 h0SMKDJm064452; Tue, 28 Jan 2003 14:20:13 -0800 (PST) Message-Id: <200301282220.h0SMKDJm064452@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 28 Jan 2003 14:20: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 lioux 2003/01/28 14:20:13 PST Modified files: . modules Log: Update modules after repo copy -kde3-i18n-pt ports/misc/kde3-i18n-pt -kde3-i18n-pt_BR ports/misc/kde3-i18n-pt_BR +kde3-i18n-pt ports/portuguese/kde3-i18n +kde3-i18n-pt_BR ports/portuguese/kde3-i18n-pt_BR Repo copied by: joe (cvs) Approved by: kris (portmgr), will (FreeBSD KDE Team) Revision Changes Path 1.6599 +2 -2 CVSROOT/modules To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 14:28: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 804B837B401; Tue, 28 Jan 2003 14:28:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A2BF43F75; Tue, 28 Jan 2003 14:28:08 -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 h0SMS7bv067944; Tue, 28 Jan 2003 14:28:07 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SMS7p9067943; Tue, 28 Jan 2003 14:28:07 -0800 (PST) Message-Id: <200301282228.h0SMS7p9067943@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 28 Jan 2003 14:28:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc Makefile ports/misc/kde3-i18n-pt Makefile distinfo pkg-comment pkg-descr pkg-plist ports/misc/kde3-i18n-pt_BR 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 2003/01/28 14:28:07 PST Modified files: misc Makefile Removed files: misc/kde3-i18n-pt Makefile distinfo pkg-comment pkg-descr pkg-plist misc/kde3-i18n-pt_BR Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Finish repo copy move to portuguese category: remove from old category kde3-i18n-pt kde3-i18n-pt_BR Repo copied by: joe (cvs) Approved by: kris (portmgr), will (FreeBSD KDE Team) Revision Changes Path 1.530 +0 -2 ports/misc/Makefile 1.22 +0 -28 ports/misc/kde3-i18n-pt/Makefile (dead) 1.13 +0 -1 ports/misc/kde3-i18n-pt/distinfo (dead) 1.3 +0 -1 ports/misc/kde3-i18n-pt/pkg-comment (dead) 1.4 +0 -3 ports/misc/kde3-i18n-pt/pkg-descr (dead) 1.11 +0 -1049 ports/misc/kde3-i18n-pt/pkg-plist (dead) 1.22 +0 -28 ports/misc/kde3-i18n-pt_BR/Makefile (dead) 1.13 +0 -1 ports/misc/kde3-i18n-pt_BR/distinfo (dead) 1.3 +0 -1 ports/misc/kde3-i18n-pt_BR/pkg-comment (dead) 1.4 +0 -3 ports/misc/kde3-i18n-pt_BR/pkg-descr (dead) 1.11 +0 -802 ports/misc/kde3-i18n-pt_BR/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 Tue Jan 28 14:29:40 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2D2637B401; Tue, 28 Jan 2003 14:29:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4762443E4A; Tue, 28 Jan 2003 14:29:39 -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 h0SMTdbv067996; Tue, 28 Jan 2003 14:29:39 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SMTd7F067995; Tue, 28 Jan 2003 14:29:39 -0800 (PST) Message-Id: <200301282229.h0SMTd7F067995@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 28 Jan 2003 14:29:39 -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 lioux 2003/01/28 14:29:39 PST Modified files: . MOVED Log: Move to new category: ports/misc/kde3-i18n-pt --> ports/portuguese/kde3-i18n ports/misc/kde3-i18n-pt_BR --> ports/portuguese/kde3-i18n-pt_BR Repo copied by: joe (cvs) Approved by: kris (portmgr), will (FreeBSD KDE Team) Revision Changes Path 1.52 +3 -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 Tue Jan 28 14:32:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53DA437B401; Tue, 28 Jan 2003 14:32:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC1DC43E4A; Tue, 28 Jan 2003 14:32:18 -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 h0SMWIbv070944; Tue, 28 Jan 2003 14:32:18 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SMWIIn070943; Tue, 28 Jan 2003 14:32:18 -0800 (PST) Message-Id: <200301282232.h0SMWIIn070943@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 28 Jan 2003 14:32:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/portuguese 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 2003/01/28 14:32:18 PST Modified files: portuguese Makefile Log: Finish repo copy move from misc category: link to build misc/kde3-i18n-pt --> portuguese/kde3-i18n misc/kde3-i18n-pt_BR --> portuguese/kde3-i18n-pt_BR Repo copied by: joe (cvs) Approved by: kris (portmgr), will (FreeBSD KDE Team) Revision Changes Path 1.7 +2 -0 ports/portuguese/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 14:32:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9387237B429; Tue, 28 Jan 2003 14:32:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C48F43F43; Tue, 28 Jan 2003 14:32:31 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0SMWVbv071120; Tue, 28 Jan 2003 14:32:31 -0800 (PST) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SMWUuJ071119; Tue, 28 Jan 2003 14:32:30 -0800 (PST) Message-Id: <200301282232.h0SMWUuJ071119@repoman.freebsd.org> From: Mark Murray Date: Tue, 28 Jan 2003 14:32:30 -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 markm 2003/01/28 14:32:30 PST Modified files: . exclude Log: Big OpenSSL vendor-code reversion coming. Protect against $FreeBSD$ pedantry. Revision Changes Path 1.63 +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 Tue Jan 28 14:34:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECEBC37B401; Tue, 28 Jan 2003 14:34:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2191743F3F; Tue, 28 Jan 2003 14:34:22 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0SMYLbv071641; Tue, 28 Jan 2003 14:34:21 -0800 (PST) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SMYLh3071640; Tue, 28 Jan 2003 14:34:21 -0800 (PST) Message-Id: <200301282234.h0SMYLh3071640@repoman.freebsd.org> From: Mark Murray Date: Tue, 28 Jan 2003 14:34:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssl/apps openssl.cnf speed.c src/crypto/openssl/crypto/des des.h src/crypto/openssl/crypto/err err_all.c src/crypto/openssl/crypto/evp evp.h src/crypto/openssl/crypto/idea Makefile.ssl i_cbc.c i_cfb64.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 markm 2003/01/28 14:34:21 PST Modified files: crypto/openssl/apps openssl.cnf speed.c crypto/openssl/crypto/des des.h crypto/openssl/crypto/err err_all.c crypto/openssl/crypto/evp evp.h crypto/openssl/crypto/idea Makefile.ssl i_cbc.c i_cfb64.c i_ecb.c i_ofb64.c i_skey.c idea.h idea_lcl.h idea_spd.c ideatest.c version crypto/openssl/crypto/rsa rsa.h rsa_eay.c rsa_lib.c crypto/openssl/ssl s23_clnt.c s23_lib.c s23_srvr.c s2_clnt.c s2_enc.c s2_lib.c s2_meth.c s2_pkt.c s2_srvr.c crypto/openssl/util/pl Mingw32.pl Log: Merge conflicts. This is cunning doublespeak for "use vendor code". Revision Changes Path 1.4 +12 -2 src/crypto/openssl/apps/openssl.cnf 1.10 +809 -318 src/crypto/openssl/apps/speed.c 1.9 +131 -161 src/crypto/openssl/crypto/des/des.h 1.6 +29 -25 src/crypto/openssl/crypto/err/err_all.c 1.12 +276 -228 src/crypto/openssl/crypto/evp/evp.h 1.6 +9 -10 src/crypto/openssl/crypto/idea/Makefile.ssl 1.6 +0 -1 src/crypto/openssl/crypto/idea/i_cbc.c 1.6 +0 -1 src/crypto/openssl/crypto/idea/i_cfb64.c 1.6 +0 -1 src/crypto/openssl/crypto/idea/i_ecb.c 1.6 +0 -1 src/crypto/openssl/crypto/idea/i_ofb64.c 1.6 +0 -1 src/crypto/openssl/crypto/idea/i_skey.c 1.6 +1 -2 src/crypto/openssl/crypto/idea/idea.h 1.5 +0 -1 src/crypto/openssl/crypto/idea/idea_lcl.h 1.5 +3 -4 src/crypto/openssl/crypto/idea/idea_spd.c 1.5 +4 -3 src/crypto/openssl/crypto/idea/ideatest.c 1.5 +0 -1 src/crypto/openssl/crypto/idea/version 1.9 +77 -71 src/crypto/openssl/crypto/rsa/rsa.h 1.9 +34 -23 src/crypto/openssl/crypto/rsa/rsa_eay.c 1.7 +82 -38 src/crypto/openssl/crypto/rsa/rsa_lib.c 1.7 +28 -15 src/crypto/openssl/ssl/s23_clnt.c 1.6 +3 -5 src/crypto/openssl/ssl/s23_lib.c 1.7 +31 -82 src/crypto/openssl/ssl/s23_srvr.c 1.10 +76 -31 src/crypto/openssl/ssl/s2_clnt.c 1.8 +11 -9 src/crypto/openssl/ssl/s2_enc.c 1.9 +49 -35 src/crypto/openssl/ssl/s2_lib.c 1.5 +15 -10 src/crypto/openssl/ssl/s2_meth.c 1.8 +6 -3 src/crypto/openssl/ssl/s2_pkt.c 1.10 +67 -27 src/crypto/openssl/ssl/s2_srvr.c 1.5 +8 -7 src/crypto/openssl/util/pl/Mingw32.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 14:34:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ADA137B406; Tue, 28 Jan 2003 14:34:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0251943E4A; Tue, 28 Jan 2003 14:34:49 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0SMYmbv071678; Tue, 28 Jan 2003 14:34:48 -0800 (PST) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SMYmer071677; Tue, 28 Jan 2003 14:34:48 -0800 (PST) Message-Id: <200301282234.h0SMYmer071677@repoman.freebsd.org> From: Mark Murray Date: Tue, 28 Jan 2003 14:34:48 -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 markm 2003/01/28 14:34:48 PST Modified files: . exclude Log: Cleanup done. Revision Changes Path 1.64 +0 -3 CVSROOT/exclude To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 14:44:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6365337B401; Tue, 28 Jan 2003 14:44:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 092A043F79; Tue, 28 Jan 2003 14:44:13 -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 h0SMiCbv077311; Tue, 28 Jan 2003 14:44:12 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SMiCaX077310; Tue, 28 Jan 2003 14:44:12 -0800 (PST) Message-Id: <200301282244.h0SMiCaX077310@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 28 Jan 2003 14:44:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_divert.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 2003/01/28 14:44:12 PST Modified files: sys/netinet ip_divert.c Log: Check bounds for index before dereferencing memory past end of array. Found by: FlexeLint Revision Changes Path 1.72 +1 -1 src/sys/netinet/ip_divert.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 14:46:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2709837B401; Tue, 28 Jan 2003 14:46:16 -0800 (PST) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id F04AA43F43; Tue, 28 Jan 2003 14:46:14 -0800 (PST) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.6/8.12.6) with ESMTP id h0SMkDLf018818; Tue, 28 Jan 2003 22:46:13 GMT (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost) by storm.FreeBSD.org.uk (8.12.6/8.12.6/Submit) with UUCP id h0SMkDOg018816; Tue, 28 Jan 2003 22:46:13 GMT X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.6/8.12.6) with ESMTP id h0SMh9aX060416; Wed, 29 Jan 2003 00:43:09 +0200 (SAST) (envelope-from mark@grondar.org) Message-Id: <200301282243.h0SMh9aX060416@grimreaper.grondar.org> To: Jacques Vidrine Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/kerberosIV/admin adm_locl.h src/crypto/kerberosIV/appl/afsutil kstring2key.c src/crypto/kerberosIV/appl/bsd bsd_locl.h src/crypto/kerberosIV/appl/ftp/ftp ftp_locl.h src/crypto/kerberosIV/appl/telnet/libtelnet enc_des.c kerberos.c krb4encpwd.c ... In-Reply-To: Your message of "Tue, 28 Jan 2003 12:18:26 PST." <200301282018.h0SKIRaw020626@repoman.freebsd.org> Date: Tue, 28 Jan 2003 22:43:09 +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 > Make the Kerberos 4 bits build against OpenSSL 0.9.7. This required > two basic changes (both of which should be no-ops until OpenSSL 0.9.7 > is imported): Whooohoo! > Yes, this commit does take several files off the vendor branch. > I do not expect there to be future imports of KTH Kerberos 4. This is good. KerbIV should survive in compatability-mode for a while. Maintenance/upgrade/feature mode makes little sense. M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 14:50:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32E6237B401; Tue, 28 Jan 2003 14:50:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 902BA43F85; Tue, 28 Jan 2003 14:50:51 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0SMopbv078598; Tue, 28 Jan 2003 14:50:51 -0800 (PST) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SMopTA078594; Tue, 28 Jan 2003 14:50:51 -0800 (PST) Message-Id: <200301282250.h0SMopTA078594@repoman.freebsd.org> From: Mark Murray Date: Tue, 28 Jan 2003 14:50:51 -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 markm 2003/01/28 14:50:51 PST Modified files: . exclude Log: Generated manpages need to be VCS tag protected. Revision Changes Path 1.65 +5 -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 Tue Jan 28 14:53:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAF3537B401; Tue, 28 Jan 2003 14:53:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5194B43F43; Tue, 28 Jan 2003 14:53:25 -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 h0SMrPbv080919; Tue, 28 Jan 2003 14:53: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 h0SMrPTe080918; Tue, 28 Jan 2003 14:53:25 -0800 (PST) Message-Id: <200301282253.h0SMrPTe080918@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Tue, 28 Jan 2003 14:53:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ping ping.8 ping.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 2003/01/28 14:53:25 PST Modified files: sbin/ping ping.8 ping.c Log: Send ICMP_MASKREQ packets when the '-M' option is specified. Revision Changes Path 1.41 +9 -4 src/sbin/ping/ping.8 1.82 +22 -6 src/sbin/ping/ping.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 14:58:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CA2137B401; Tue, 28 Jan 2003 14:58:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7F9C43F3F; Tue, 28 Jan 2003 14:58:15 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0SMwFbv081902; Tue, 28 Jan 2003 14:58:15 -0800 (PST) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SMwFG1081901; Tue, 28 Jan 2003 14:58:15 -0800 (PST) Message-Id: <200301282258.h0SMwFG1081901@repoman.freebsd.org> From: Mark Murray Date: Tue, 28 Jan 2003 14:58:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.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 markm 2003/01/28 14:58:15 PST Modified files: secure/lib/libcrypto Makefile Makefile.inc opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h secure/lib/libcrypto/man BIO_ctrl.3 BIO_f_base64.3 BIO_f_buffer.3 BIO_f_cipher.3 BIO_f_md.3 BIO_f_null.3 BIO_f_ssl.3 BIO_find_type.3 BIO_new.3 BIO_push.3 BIO_read.3 BIO_s_accept.3 BIO_s_bio.3 BIO_s_connect.3 BIO_s_fd.3 BIO_s_file.3 BIO_s_mem.3 BIO_s_null.3 BIO_s_socket.3 BIO_set_callback.3 BIO_should_retry.3 BN_CTX_new.3 BN_CTX_start.3 BN_add.3 BN_add_word.3 BN_bn2bin.3 BN_cmp.3 BN_copy.3 BN_generate_prime.3 BN_mod_inverse.3 BN_mod_mul_montgomery.3 BN_mod_mul_reciprocal.3 BN_new.3 BN_num_bytes.3 BN_rand.3 BN_set_bit.3 BN_zero.3 CRYPTO_set_ex_data.3 DH_generate_key.3 DH_generate_parameters.3 DH_get_ex_new_index.3 DH_new.3 DH_set_method.3 DH_size.3 DSA_SIG_new.3 DSA_do_sign.3 DSA_dup_DH.3 DSA_generate_key.3 DSA_generate_parameters.3 DSA_get_ex_new_index.3 DSA_new.3 DSA_set_method.3 DSA_sign.3 DSA_size.3 ERR_GET_LIB.3 ERR_clear_error.3 ERR_error_string.3 ERR_get_error.3 ERR_load_crypto_strings.3 ERR_load_strings.3 ERR_print_errors.3 ERR_put_error.3 ERR_remove_state.3 EVP_DigestInit.3 EVP_EncryptInit.3 EVP_OpenInit.3 EVP_SealInit.3 EVP_SignInit.3 EVP_VerifyInit.3 OPENSSL_VERSION_NUMBER.3 OpenSSL_add_all_algorithms.3 RAND_add.3 RAND_bytes.3 RAND_cleanup.3 RAND_egd.3 RAND_load_file.3 RAND_set_rand_method.3 RSA_blinding_on.3 RSA_check_key.3 RSA_generate_key.3 RSA_get_ex_new_index.3 RSA_new.3 RSA_padding_add_PKCS1_type_1.3 RSA_print.3 RSA_private_encrypt.3 RSA_public_encrypt.3 RSA_set_method.3 RSA_sign.3 RSA_sign_ASN1_OCTET_STRING.3 RSA_size.3 bio.3 blowfish.3 bn.3 bn_internal.3 buffer.3 crypto.3 d2i_DHparams.3 d2i_RSAPublicKey.3 des.3 des_modes.3 dh.3 dsa.3 err.3 evp.3 hmac.3 lh_stats.3 lhash.3 md5.3 mdc2.3 rand.3 rc4.3 ripemd.3 rsa.3 sha.3 threads.3 secure/lib/libssl Makefile secure/usr.bin/openssl Makefile Added files: secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ASN1_STRING_new.3 ASN1_STRING_print_ex.3 BN_swap.3 EVP_BytesToKey.3 EVP_PKEY_new.3 EVP_PKEY_set1_RSA.3 OBJ_nid2obj.3 PKCS12_create.3 PKCS12_parse.3 PKCS7_decrypt.3 PKCS7_encrypt.3 PKCS7_sign.3 PKCS7_verify.3 SMIME_read_PKCS7.3 SMIME_write_PKCS7.3 X509_NAME_ENTRY_get_object.3 X509_NAME_add_entry_by_txt.3 X509_NAME_get_index_by_NID.3 X509_NAME_print_ex.3 X509_new.3 d2i_ASN1_OBJECT.3 d2i_DSAPublicKey.3 d2i_PKCS8PrivateKey.3 d2i_X509.3 d2i_X509_ALGOR.3 d2i_X509_CRL.3 d2i_X509_NAME.3 d2i_X509_REQ.3 d2i_X509_SIG.3 engine.3 pem.3 ui.3 ui_compat.3 secure/lib/libssl/man SSL_CIPHER_get_name.3 SSL_COMP_add_compression_method.3 SSL_CTX_add_extra_chain_cert.3 SSL_CTX_add_session.3 SSL_CTX_ctrl.3 SSL_CTX_flush_sessions.3 SSL_CTX_free.3 SSL_CTX_get_ex_new_index.3 SSL_CTX_get_verify_mode.3 SSL_CTX_load_verify_locations.3 SSL_CTX_new.3 SSL_CTX_sess_number.3 SSL_CTX_sess_set_cache_size.3 SSL_CTX_sess_set_get_cb.3 SSL_CTX_sessions.3 SSL_CTX_set_cert_store.3 SSL_CTX_set_cert_verify_callback.3 SSL_CTX_set_cipher_list.3 SSL_CTX_set_client_CA_list.3 SSL_CTX_set_client_cert_cb.3 SSL_CTX_set_default_passwd_cb.3 SSL_CTX_set_generate_session_id.3 SSL_CTX_set_info_callback.3 SSL_CTX_set_max_cert_list.3 SSL_CTX_set_mode.3 SSL_CTX_set_msg_callback.3 SSL_CTX_set_options.3 SSL_CTX_set_quiet_shutdown.3 SSL_CTX_set_session_cache_mode.3 SSL_CTX_set_session_id_context.3 SSL_CTX_set_ssl_version.3 SSL_CTX_set_timeout.3 SSL_CTX_set_tmp_dh_callback.3 SSL_CTX_set_tmp_rsa_callback.3 SSL_CTX_set_verify.3 SSL_CTX_use_certificate.3 SSL_SESSION_free.3 SSL_SESSION_get_ex_new_index.3 SSL_SESSION_get_time.3 SSL_accept.3 SSL_alert_type_string.3 SSL_clear.3 SSL_connect.3 SSL_do_handshake.3 SSL_free.3 SSL_get_SSL_CTX.3 SSL_get_ciphers.3 SSL_get_client_CA_list.3 SSL_get_current_cipher.3 SSL_get_default_timeout.3 SSL_get_error.3 SSL_get_ex_data_X509_STORE_CTX_idx.3 SSL_get_ex_new_index.3 SSL_get_fd.3 SSL_get_peer_cert_chain.3 SSL_get_peer_certificate.3 SSL_get_rbio.3 SSL_get_session.3 SSL_get_verify_result.3 SSL_get_version.3 SSL_library_init.3 SSL_load_client_CA_file.3 SSL_new.3 SSL_pending.3 SSL_read.3 SSL_rstate_string.3 SSL_session_reused.3 SSL_set_bio.3 SSL_set_connect_state.3 SSL_set_fd.3 SSL_set_session.3 SSL_set_shutdown.3 SSL_set_verify_result.3 SSL_shutdown.3 SSL_state_string.3 SSL_want.3 SSL_write.3 d2i_SSL_SESSION.3 ssl.3 secure/usr.bin/openssl/man CA.pl.1 asn1parse.1 ca.1 ciphers.1 config.1 crl.1 crl2pkcs7.1 dgst.1 dhparam.1 dsa.1 dsaparam.1 enc.1 gendsa.1 genrsa.1 nseq.1 ocsp.1 openssl.1 passwd.1 pkcs12.1 pkcs7.1 pkcs8.1 rand.1 req.1 rsa.1 rsautl.1 s_client.1 s_server.1 sess_id.1 smime.1 speed.1 spkac.1 verify.1 version.1 x509.1 Removed files: secure/lib/libcrypto des_crypt.3 secure/lib/libcrypto/man BIO_new_bio_pair.3 CA.pl.1 SSL_CIPHER_get_name.3 SSL_COMP_add_compression_method.3 SSL_CTX_add_extra_chain_cert.3 SSL_CTX_add_session.3 SSL_CTX_ctrl.3 SSL_CTX_flush_sessions.3 SSL_CTX_free.3 SSL_CTX_get_ex_new_index.3 SSL_CTX_get_verify_mode.3 SSL_CTX_load_verify_locations.3 SSL_CTX_new.3 SSL_CTX_sess_number.3 SSL_CTX_sess_set_cache_size.3 SSL_CTX_sess_set_get_cb.3 SSL_CTX_sessions.3 SSL_CTX_set_cert_store.3 SSL_CTX_set_cert_verify_callback.3 SSL_CTX_set_cipher_list.3 SSL_CTX_set_client_CA_list.3 SSL_CTX_set_client_cert_cb.3 SSL_CTX_set_default_passwd_cb.3 SSL_CTX_set_info_callback.3 SSL_CTX_set_mode.3 SSL_CTX_set_options.3 SSL_CTX_set_quiet_shutdown.3 SSL_CTX_set_session_cache_mode.3 SSL_CTX_set_session_id_context.3 SSL_CTX_set_ssl_version.3 SSL_CTX_set_timeout.3 SSL_CTX_set_tmp_dh_callback.3 SSL_CTX_set_tmp_rsa_callback.3 SSL_CTX_set_verify.3 SSL_CTX_use_certificate.3 SSL_SESSION_free.3 SSL_SESSION_get_ex_new_index.3 SSL_SESSION_get_time.3 SSL_accept.3 SSL_alert_type_string.3 SSL_clear.3 SSL_connect.3 SSL_do_handshake.3 SSL_free.3 SSL_get_SSL_CTX.3 SSL_get_ciphers.3 SSL_get_client_CA_list.3 SSL_get_current_cipher.3 SSL_get_default_timeout.3 SSL_get_error.3 SSL_get_ex_data_X509_STORE_CTX_idx.3 SSL_get_ex_new_index.3 SSL_get_fd.3 SSL_get_peer_cert_chain.3 SSL_get_peer_certificate.3 SSL_get_rbio.3 SSL_get_session.3 SSL_get_verify_result.3 SSL_get_version.3 SSL_library_init.3 SSL_load_client_CA_file.3 SSL_new.3 SSL_pending.3 SSL_read.3 SSL_rstate_string.3 SSL_session_reused.3 SSL_set_bio.3 SSL_set_connect_state.3 SSL_set_fd.3 SSL_set_session.3 SSL_set_shutdown.3 SSL_set_verify_result.3 SSL_shutdown.3 SSL_state_string.3 SSL_want.3 SSL_write.3 asn1parse.1 ca.1 ciphers.1 config.1 config.5 crl.1 crl2pkcs7.1 d2i_SSL_SESSION.3 dgst.1 dhparam.1 dsa.1 dsaparam.1 enc.1 gendsa.1 genrsa.1 nseq.1 openssl.1 passwd.1 pkcs12.1 pkcs7.1 pkcs8.1 rand.1 req.1 rsa.1 rsautl.1 s_client.1 s_server.1 sess_id.1 smime.1 speed.1 spkac.1 ssl.3 verify.1 version.1 x509.1 Log: Update for OpenSSL 0.9.7. No assembler code at the moment. This will follow. Revision Changes Path 1.52 +193 -286 src/secure/lib/libcrypto/Makefile 1.30 +70 -23 src/secure/lib/libcrypto/Makefile.inc 1.3 +0 -509 src/secure/lib/libcrypto/des_crypt.3 (dead) 1.1 +176 -0 src/secure/lib/libcrypto/man/ASN1_OBJECT_new.3 (new) 1.1 +221 -0 src/secure/lib/libcrypto/man/ASN1_STRING_length.3 (new) 1.1 +177 -0 src/secure/lib/libcrypto/man/ASN1_STRING_new.3 (new) 1.1 +230 -0 src/secure/lib/libcrypto/man/ASN1_STRING_print_ex.3 (new) 1.2 +3 -3 src/secure/lib/libcrypto/man/BIO_ctrl.3 1.2 +3 -3 src/secure/lib/libcrypto/man/BIO_f_base64.3 1.2 +3 -3 src/secure/lib/libcrypto/man/BIO_f_buffer.3 1.2 +3 -3 src/secure/lib/libcrypto/man/BIO_f_cipher.3 1.2 +4 -4 src/secure/lib/libcrypto/man/BIO_f_md.3 1.2 +3 -3 src/secure/lib/libcrypto/man/BIO_f_null.3 1.2 +3 -3 src/secure/lib/libcrypto/man/BIO_f_ssl.3 1.2 +3 -3 src/secure/lib/libcrypto/man/BIO_find_type.3 1.2 +3 -3 src/secure/lib/libcrypto/man/BIO_new.3 1.2 +0 -232 src/secure/lib/libcrypto/man/BIO_new_bio_pair.3 (dead) 1.2 +3 -3 src/secure/lib/libcrypto/man/BIO_push.3 1.2 +3 -3 src/secure/lib/libcrypto/man/BIO_read.3 1.2 +25 -14 src/secure/lib/libcrypto/man/BIO_s_accept.3 1.2 +58 -5 src/secure/lib/libcrypto/man/BIO_s_bio.3 1.2 +26 -15 src/secure/lib/libcrypto/man/BIO_s_connect.3 1.2 +3 -3 src/secure/lib/libcrypto/man/BIO_s_fd.3 1.2 +3 -3 src/secure/lib/libcrypto/man/BIO_s_file.3 1.2 +3 -3 src/secure/lib/libcrypto/man/BIO_s_mem.3 1.2 +3 -3 src/secure/lib/libcrypto/man/BIO_s_null.3 1.2 +10 -8 src/secure/lib/libcrypto/man/BIO_s_socket.3 1.2 +3 -3 src/secure/lib/libcrypto/man/BIO_set_callback.3 1.2 +3 -3 src/secure/lib/libcrypto/man/BIO_should_retry.3 1.2 +4 -4 src/secure/lib/libcrypto/man/BN_CTX_new.3 1.2 +3 -3 src/secure/lib/libcrypto/man/BN_CTX_start.3 1.2 +66 -35 src/secure/lib/libcrypto/man/BN_add.3 1.2 +4 -4 src/secure/lib/libcrypto/man/BN_add_word.3 1.2 +5 -5 src/secure/lib/libcrypto/man/BN_bn2bin.3 1.2 +3 -3 src/secure/lib/libcrypto/man/BN_cmp.3 1.2 +4 -4 src/secure/lib/libcrypto/man/BN_copy.3 1.2 +4 -4 src/secure/lib/libcrypto/man/BN_generate_prime.3 1.2 +4 -4 src/secure/lib/libcrypto/man/BN_mod_inverse.3 1.2 +16 -11 src/secure/lib/libcrypto/man/BN_mod_mul_montgomery.3 1.2 +4 -4 src/secure/lib/libcrypto/man/BN_mod_mul_reciprocal.3 1.2 +4 -4 src/secure/lib/libcrypto/man/BN_new.3 1.2 +3 -3 src/secure/lib/libcrypto/man/BN_num_bytes.3 1.2 +5 -5 src/secure/lib/libcrypto/man/BN_rand.3 1.2 +3 -3 src/secure/lib/libcrypto/man/BN_set_bit.3 1.1 +160 -0 src/secure/lib/libcrypto/man/BN_swap.3 (new) 1.2 +7 -4 src/secure/lib/libcrypto/man/BN_zero.3 1.2 +0 -298 src/secure/lib/libcrypto/man/CA.pl.1 (dead) 1.2 +3 -3 src/secure/lib/libcrypto/man/CRYPTO_set_ex_data.3 1.2 +4 -4 src/secure/lib/libcrypto/man/DH_generate_key.3 1.2 +5 -4 src/secure/lib/libcrypto/man/DH_generate_parameters.3 1.2 +4 -4 src/secure/lib/libcrypto/man/DH_get_ex_new_index.3 1.2 +4 -4 src/secure/lib/libcrypto/man/DH_new.3 1.2 +58 -26 src/secure/lib/libcrypto/man/DH_set_method.3 1.2 +3 -3 src/secure/lib/libcrypto/man/DH_size.3 1.2 +5 -4 src/secure/lib/libcrypto/man/DSA_SIG_new.3 1.2 +4 -4 src/secure/lib/libcrypto/man/DSA_do_sign.3 1.2 +5 -5 src/secure/lib/libcrypto/man/DSA_dup_DH.3 1.2 +5 -4 src/secure/lib/libcrypto/man/DSA_generate_key.3 1.2 +4 -4 src/secure/lib/libcrypto/man/DSA_generate_parameters.3 1.2 +3 -3 src/secure/lib/libcrypto/man/DSA_get_ex_new_index.3 1.2 +6 -5 src/secure/lib/libcrypto/man/DSA_new.3 1.2 +64 -31 src/secure/lib/libcrypto/man/DSA_set_method.3 1.2 +4 -4 src/secure/lib/libcrypto/man/DSA_sign.3 1.2 +4 -4 src/secure/lib/libcrypto/man/DSA_size.3 1.2 +3 -3 src/secure/lib/libcrypto/man/ERR_GET_LIB.3 1.2 +3 -3 src/secure/lib/libcrypto/man/ERR_clear_error.3 1.2 +3 -3 src/secure/lib/libcrypto/man/ERR_error_string.3 1.2 +27 -14 src/secure/lib/libcrypto/man/ERR_get_error.3 1.2 +3 -3 src/secure/lib/libcrypto/man/ERR_load_crypto_strings.3 1.2 +3 -3 src/secure/lib/libcrypto/man/ERR_load_strings.3 1.2 +3 -3 src/secure/lib/libcrypto/man/ERR_print_errors.3 1.2 +3 -3 src/secure/lib/libcrypto/man/ERR_put_error.3 1.2 +3 -3 src/secure/lib/libcrypto/man/ERR_remove_state.3 1.1 +204 -0 src/secure/lib/libcrypto/man/EVP_BytesToKey.3 (new) 1.2 +97 -40 src/secure/lib/libcrypto/man/EVP_DigestInit.3 1.2 +237 -79 src/secure/lib/libcrypto/man/EVP_EncryptInit.3 1.2 +3 -3 src/secure/lib/libcrypto/man/EVP_OpenInit.3 1.1 +180 -0 src/secure/lib/libcrypto/man/EVP_PKEY_new.3 (new) 1.1 +217 -0 src/secure/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 (new) 1.2 +4 -3 src/secure/lib/libcrypto/man/EVP_SealInit.3 1.2 +30 -18 src/secure/lib/libcrypto/man/EVP_SignInit.3 1.2 +30 -15 src/secure/lib/libcrypto/man/EVP_VerifyInit.3 1.1 +292 -0 src/secure/lib/libcrypto/man/OBJ_nid2obj.3 (new) 1.2 +27 -17 src/secure/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3 1.2 +3 -3 src/secure/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 1.1 +192 -0 src/secure/lib/libcrypto/man/PKCS12_create.3 (new) 1.1 +182 -0 src/secure/lib/libcrypto/man/PKCS12_parse.3 (new) 1.1 +183 -0 src/secure/lib/libcrypto/man/PKCS7_decrypt.3 (new) 1.1 +195 -0 src/secure/lib/libcrypto/man/PKCS7_encrypt.3 (new) 1.1 +215 -0 src/secure/lib/libcrypto/man/PKCS7_sign.3 (new) 1.1 +245 -0 src/secure/lib/libcrypto/man/PKCS7_verify.3 (new) 1.2 +3 -3 src/secure/lib/libcrypto/man/RAND_add.3 1.2 +5 -4 src/secure/lib/libcrypto/man/RAND_bytes.3 1.2 +3 -3 src/secure/lib/libcrypto/man/RAND_cleanup.3 1.2 +22 -3 src/secure/lib/libcrypto/man/RAND_egd.3 1.2 +3 -3 src/secure/lib/libcrypto/man/RAND_load_file.3 1.2 +36 -13 src/secure/lib/libcrypto/man/RAND_set_rand_method.3 1.2 +3 -3 src/secure/lib/libcrypto/man/RSA_blinding_on.3 1.2 +32 -6 src/secure/lib/libcrypto/man/RSA_check_key.3 1.2 +6 -5 src/secure/lib/libcrypto/man/RSA_generate_key.3 1.2 +3 -3 src/secure/lib/libcrypto/man/RSA_get_ex_new_index.3 1.2 +8 -5 src/secure/lib/libcrypto/man/RSA_new.3 1.2 +3 -3 src/secure/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3 1.2 +6 -6 src/secure/lib/libcrypto/man/RSA_print.3 1.2 +5 -4 src/secure/lib/libcrypto/man/RSA_private_encrypt.3 1.2 +5 -7 src/secure/lib/libcrypto/man/RSA_public_encrypt.3 1.2 +90 -45 src/secure/lib/libcrypto/man/RSA_set_method.3 1.2 +5 -5 src/secure/lib/libcrypto/man/RSA_sign.3 1.2 +5 -5 src/secure/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3 1.2 +4 -4 src/secure/lib/libcrypto/man/RSA_size.3 1.1 +204 -0 src/secure/lib/libcrypto/man/SMIME_read_PKCS7.3 (new) 1.1 +189 -0 src/secure/lib/libcrypto/man/SMIME_write_PKCS7.3 (new) 1.2 +0 -236 src/secure/lib/libcrypto/man/SSL_CIPHER_get_name.3 (dead) 1.2 +0 -197 src/secure/lib/libcrypto/man/SSL_COMP_add_compression_method.3 (dead) 1.2 +0 -173 src/secure/lib/libcrypto/man/SSL_CTX_add_extra_chain_cert.3 (dead) 1.2 +0 -197 src/secure/lib/libcrypto/man/SSL_CTX_add_session.3 (dead) 1.2 +0 -171 src/secure/lib/libcrypto/man/SSL_CTX_ctrl.3 (dead) 1.2 +0 -185 src/secure/lib/libcrypto/man/SSL_CTX_flush_sessions.3 (dead) 1.2 +0 -167 src/secure/lib/libcrypto/man/SSL_CTX_free.3 (dead) 1.2 +0 -193 src/secure/lib/libcrypto/man/SSL_CTX_get_ex_new_index.3 (dead) 1.2 +0 -186 src/secure/lib/libcrypto/man/SSL_CTX_get_verify_mode.3 (dead) 1.2 +0 -254 src/secure/lib/libcrypto/man/SSL_CTX_load_verify_locations.3 (dead) 1.2 +0 -215 src/secure/lib/libcrypto/man/SSL_CTX_new.3 (dead) 1.2 +0 -212 src/secure/lib/libcrypto/man/SSL_CTX_sess_number.3 (dead) 1.2 +0 -186 src/secure/lib/libcrypto/man/SSL_CTX_sess_set_cache_size.3 (dead) 1.2 +0 -223 src/secure/lib/libcrypto/man/SSL_CTX_sess_set_get_cb.3 (dead) 1.2 +0 -170 src/secure/lib/libcrypto/man/SSL_CTX_sessions.3 (dead) 1.2 +0 -192 src/secure/lib/libcrypto/man/SSL_CTX_set_cert_store.3 (dead) 1.2 +0 -208 src/secure/lib/libcrypto/man/SSL_CTX_set_cert_verify_callback.3 (dead) 1.2 +0 -205 src/secure/lib/libcrypto/man/SSL_CTX_set_cipher_list.3 (dead) 1.2 +0 -223 src/secure/lib/libcrypto/man/SSL_CTX_set_client_CA_list.3 (dead) 1.2 +0 -229 src/secure/lib/libcrypto/man/SSL_CTX_set_client_cert_cb.3 (dead) 1.2 +0 -213 src/secure/lib/libcrypto/man/SSL_CTX_set_default_passwd_cb.3 (dead) 1.2 +0 -284 src/secure/lib/libcrypto/man/SSL_CTX_set_info_callback.3 (dead) 1.2 +0 -209 src/secure/lib/libcrypto/man/SSL_CTX_set_mode.3 (dead) 1.2 +0 -309 src/secure/lib/libcrypto/man/SSL_CTX_set_options.3 (dead) 1.2 +0 -199 src/secure/lib/libcrypto/man/SSL_CTX_set_quiet_shutdown.3 (dead) 1.2 +0 -232 src/secure/lib/libcrypto/man/SSL_CTX_set_session_cache_mode.3 (dead) 1.2 +0 -209 src/secure/lib/libcrypto/man/SSL_CTX_set_session_id_context.3 (dead) 1.2 +0 -189 src/secure/lib/libcrypto/man/SSL_CTX_set_ssl_version.3 (dead) 1.2 +0 -194 src/secure/lib/libcrypto/man/SSL_CTX_set_timeout.3 (dead) 1.2 +0 -312 src/secure/lib/libcrypto/man/SSL_CTX_set_tmp_dh_callback.3 (dead) 1.2 +0 -309 src/secure/lib/libcrypto/man/SSL_CTX_set_tmp_rsa_callback.3 (dead) 1.2 +0 -434 src/secure/lib/libcrypto/man/SSL_CTX_set_verify.3 (dead) 1.2 +0 -292 src/secure/lib/libcrypto/man/SSL_CTX_use_certificate.3 (dead) 1.2 +0 -190 src/secure/lib/libcrypto/man/SSL_SESSION_free.3 (dead) 1.2 +0 -200 src/secure/lib/libcrypto/man/SSL_SESSION_get_ex_new_index.3 (dead) 1.2 +0 -200 src/secure/lib/libcrypto/man/SSL_SESSION_get_time.3 (dead) 1.2 +0 -201 src/secure/lib/libcrypto/man/SSL_accept.3 (dead) 1.2 +0 -360 src/secure/lib/libcrypto/man/SSL_alert_type_string.3 (dead) 1.2 +0 -178 src/secure/lib/libcrypto/man/SSL_clear.3 (dead) 1.2 +0 -198 src/secure/lib/libcrypto/man/SSL_connect.3 (dead) 1.2 +0 -202 src/secure/lib/libcrypto/man/SSL_do_handshake.3 (dead) 1.2 +0 -180 src/secure/lib/libcrypto/man/SSL_free.3 (dead) 1.2 +0 -162 src/secure/lib/libcrypto/man/SSL_get_SSL_CTX.3 (dead) 1.2 +0 -177 src/secure/lib/libcrypto/man/SSL_get_ciphers.3 (dead) 1.2 +0 -182 src/secure/lib/libcrypto/man/SSL_get_client_CA_list.3 (dead) 1.2 +0 -179 src/secure/lib/libcrypto/man/SSL_get_current_cipher.3 (dead) 1.2 +0 -176 src/secure/lib/libcrypto/man/SSL_get_default_timeout.3 (dead) 1.2 +0 -238 src/secure/lib/libcrypto/man/SSL_get_error.3 (dead) 1.2 +0 -190 src/secure/lib/libcrypto/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 (dead) 1.2 +0 -198 src/secure/lib/libcrypto/man/SSL_get_ex_new_index.3 (dead) 1.2 +0 -174 src/secure/lib/libcrypto/man/SSL_get_fd.3 (dead) 1.2 +0 -181 src/secure/lib/libcrypto/man/SSL_get_peer_cert_chain.3 (dead) 1.2 +0 -184 src/secure/lib/libcrypto/man/SSL_get_peer_certificate.3 (dead) 1.2 +0 -170 src/secure/lib/libcrypto/man/SSL_get_rbio.3 (dead) 1.2 +0 -202 src/secure/lib/libcrypto/man/SSL_get_session.3 (dead) 1.2 +0 -185 src/secure/lib/libcrypto/man/SSL_get_verify_result.3 (dead) 1.2 +0 -174 src/secure/lib/libcrypto/man/SSL_get_version.3 (dead) 1.2 +0 -187 src/secure/lib/libcrypto/man/SSL_library_init.3 (dead) 1.2 +0 -193 src/secure/lib/libcrypto/man/SSL_load_client_CA_file.3 (dead) 1.2 +0 -174 src/secure/lib/libcrypto/man/SSL_new.3 (dead) 1.2 +0 -177 src/secure/lib/libcrypto/man/SSL_pending.3 (dead) 1.2 +0 -244 src/secure/lib/libcrypto/man/SSL_read.3 (dead) 1.2 +0 -190 src/secure/lib/libcrypto/man/SSL_rstate_string.3 (dead) 1.2 +0 -173 src/secure/lib/libcrypto/man/SSL_session_reused.3 (dead) 1.2 +0 -170 src/secure/lib/libcrypto/man/SSL_set_bio.3 (dead) 1.2 +0 -190 src/secure/lib/libcrypto/man/SSL_set_connect_state.3 (dead) 1.2 +0 -183 src/secure/lib/libcrypto/man/SSL_set_fd.3 (dead) 1.2 +0 -185 src/secure/lib/libcrypto/man/SSL_set_session.3 (dead) 1.2 +0 -200 src/secure/lib/libcrypto/man/SSL_set_shutdown.3 (dead) 1.2 +0 -173 src/secure/lib/libcrypto/man/SSL_set_verify_result.3 (dead) 1.2 +0 -237 src/secure/lib/libcrypto/man/SSL_shutdown.3 (dead) 1.2 +0 -180 src/secure/lib/libcrypto/man/SSL_state_string.3 (dead) 1.2 +0 -204 src/secure/lib/libcrypto/man/SSL_want.3 (dead) 1.2 +0 -232 src/secure/lib/libcrypto/man/SSL_write.3 (dead) 1.1 +204 -0 src/secure/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3 (new) 1.1 +242 -0 src/secure/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 (new) 1.1 +241 -0 src/secure/lib/libcrypto/man/X509_NAME_get_index_by_NID.3 (new) 1.1 +239 -0 src/secure/lib/libcrypto/man/X509_NAME_print_ex.3 (new) 1.1 +171 -0 src/secure/lib/libcrypto/man/X509_new.3 (new) 1.2 +0 -251 src/secure/lib/libcrypto/man/asn1parse.1 (dead) 1.2 +3 -3 src/secure/lib/libcrypto/man/bio.3 1.2 +5 -5 src/secure/lib/libcrypto/man/blowfish.3 1.2 +17 -8 src/secure/lib/libcrypto/man/bn.3 1.2 +13 -12 src/secure/lib/libcrypto/man/bn_internal.3 1.2 +3 -3 src/secure/lib/libcrypto/man/buffer.3 1.2 +0 -587 src/secure/lib/libcrypto/man/ca.1 (dead) 1.2 +0 -447 src/secure/lib/libcrypto/man/ciphers.1 (dead) 1.2 +0 -282 src/secure/lib/libcrypto/man/config.1 (dead) 1.2 +0 -282 src/secure/lib/libcrypto/man/config.5 (dead) 1.2 +0 -237 src/secure/lib/libcrypto/man/crl.1 (dead) 1.2 +0 -215 src/secure/lib/libcrypto/man/crl2pkcs7.1 (dead) 1.2 +21 -4 src/secure/lib/libcrypto/man/crypto.3 1.1 +165 -0 src/secure/lib/libcrypto/man/d2i_ASN1_OBJECT.3 (new) 1.2 +11 -10 src/secure/lib/libcrypto/man/d2i_DHparams.3 1.1 +226 -0 src/secure/lib/libcrypto/man/d2i_DSAPublicKey.3 (new) 1.1 +196 -0 src/secure/lib/libcrypto/man/d2i_PKCS8PrivateKey.3 (new) 1.2 +39 -10 src/secure/lib/libcrypto/man/d2i_RSAPublicKey.3 1.2 +0 -201 src/secure/lib/libcrypto/man/d2i_SSL_SESSION.3 (dead) 1.1 +396 -0 src/secure/lib/libcrypto/man/d2i_X509.3 (new) 1.1 +166 -0 src/secure/lib/libcrypto/man/d2i_X509_ALGOR.3 (new) 1.1 +175 -0 src/secure/lib/libcrypto/man/d2i_X509_CRL.3 (new) 1.1 +167 -0 src/secure/lib/libcrypto/man/d2i_X509_NAME.3 (new) 1.1 +174 -0 src/secure/lib/libcrypto/man/d2i_X509_REQ.3 (new) 1.1 +166 -0 src/secure/lib/libcrypto/man/d2i_X509_SIG.3 (new) 1.2 +151 -170 src/secure/lib/libcrypto/man/des.3 1.2 +5 -5 src/secure/lib/libcrypto/man/des_modes.3 1.2 +0 -223 src/secure/lib/libcrypto/man/dgst.1 (dead) 1.2 +25 -16 src/secure/lib/libcrypto/man/dh.3 1.2 +0 -249 src/secure/lib/libcrypto/man/dhparam.1 (dead) 1.2 +0 -275 src/secure/lib/libcrypto/man/dsa.1 (dead) 1.2 +31 -21 src/secure/lib/libcrypto/man/dsa.3 1.2 +0 -222 src/secure/lib/libcrypto/man/dsaparam.1 (dead) 1.2 +0 -392 src/secure/lib/libcrypto/man/enc.1 (dead) 1.1 +784 -0 src/secure/lib/libcrypto/man/engine.3 (new) 1.2 +3 -3 src/secure/lib/libcrypto/man/err.3 1.2 +12 -4 src/secure/lib/libcrypto/man/evp.3 1.2 +0 -184 src/secure/lib/libcrypto/man/gendsa.1 (dead) 1.2 +0 -209 src/secure/lib/libcrypto/man/genrsa.1 (dead) 1.2 +36 -9 src/secure/lib/libcrypto/man/hmac.3 1.2 +3 -3 src/secure/lib/libcrypto/man/lh_stats.3 1.2 +181 -35 src/secure/lib/libcrypto/man/lhash.3 1.2 +3 -3 src/secure/lib/libcrypto/man/md5.3 1.2 +3 -3 src/secure/lib/libcrypto/man/mdc2.3 1.2 +0 -199 src/secure/lib/libcrypto/man/nseq.1 (dead) 1.2 +0 -404 src/secure/lib/libcrypto/man/openssl.1 (dead) 1.2 +0 -198 src/secure/lib/libcrypto/man/passwd.1 (dead) 1.1 +689 -0 src/secure/lib/libcrypto/man/pem.3 (new) 1.2 +0 -429 src/secure/lib/libcrypto/man/pkcs12.1 (dead) 1.2 +0 -223 src/secure/lib/libcrypto/man/pkcs7.1 (dead) 1.2 +0 -348 src/secure/lib/libcrypto/man/pkcs8.1 (dead) 1.2 +0 -177 src/secure/lib/libcrypto/man/rand.1 (dead) 1.2 +27 -7 src/secure/lib/libcrypto/man/rand.3 1.2 +3 -3 src/secure/lib/libcrypto/man/rc4.3 1.2 +0 -646 src/secure/lib/libcrypto/man/req.1 (dead) 1.2 +3 -3 src/secure/lib/libcrypto/man/ripemd.3 1.2 +0 -301 src/secure/lib/libcrypto/man/rsa.1 (dead) 1.2 +28 -22 src/secure/lib/libcrypto/man/rsa.3 1.2 +0 -312 src/secure/lib/libcrypto/man/rsautl.1 (dead) 1.2 +0 -336 src/secure/lib/libcrypto/man/s_client.1 (dead) 1.2 +0 -366 src/secure/lib/libcrypto/man/s_server.1 (dead) 1.2 +0 -258 src/secure/lib/libcrypto/man/sess_id.1 (dead) 1.2 +3 -3 src/secure/lib/libcrypto/man/sha.3 1.2 +0 -474 src/secure/lib/libcrypto/man/smime.1 (dead) 1.2 +0 -179 src/secure/lib/libcrypto/man/speed.1 (dead) 1.2 +0 -248 src/secure/lib/libcrypto/man/spkac.1 (dead) 1.2 +0 -801 src/secure/lib/libcrypto/man/ssl.3 (dead) 1.2 +4 -4 src/secure/lib/libcrypto/man/threads.3 1.1 +339 -0 src/secure/lib/libcrypto/man/ui.3 (new) 1.1 +190 -0 src/secure/lib/libcrypto/man/ui_compat.3 (new) 1.2 +0 -408 src/secure/lib/libcrypto/man/verify.1 (dead) 1.2 +0 -180 src/secure/lib/libcrypto/man/version.1 (dead) 1.2 +0 -748 src/secure/lib/libcrypto/man/x509.1 (dead) 1.4 +2 -2 src/secure/lib/libcrypto/opensslconf-alpha.h 1.4 +2 -2 src/secure/lib/libcrypto/opensslconf-i386.h 1.3 +1 -1 src/secure/lib/libcrypto/opensslconf-ia64.h 1.2 +1 -1 src/secure/lib/libcrypto/opensslconf-powerpc.h 1.3 +1 -1 src/secure/lib/libcrypto/opensslconf-sparc64.h 1.16 +39 -8 src/secure/lib/libssl/Makefile 1.1 +236 -0 src/secure/lib/libssl/man/SSL_CIPHER_get_name.3 (new) 1.1 +197 -0 src/secure/lib/libssl/man/SSL_COMP_add_compression_method.3 (new) 1.1 +174 -0 src/secure/lib/libssl/man/SSL_CTX_add_extra_chain_cert.3 (new) 1.1 +205 -0 src/secure/lib/libssl/man/SSL_CTX_add_session.3 (new) 1.1 +171 -0 src/secure/lib/libssl/man/SSL_CTX_ctrl.3 (new) 1.1 +185 -0 src/secure/lib/libssl/man/SSL_CTX_flush_sessions.3 (new) 1.1 +167 -0 src/secure/lib/libssl/man/SSL_CTX_free.3 (new) 1.1 +193 -0 src/secure/lib/libssl/man/SSL_CTX_get_ex_new_index.3 (new) 1.1 +186 -0 src/secure/lib/libssl/man/SSL_CTX_get_verify_mode.3 (new) 1.1 +254 -0 src/secure/lib/libssl/man/SSL_CTX_load_verify_locations.3 (new) 1.1 +215 -0 src/secure/lib/libssl/man/SSL_CTX_new.3 (new) 1.1 +212 -0 src/secure/lib/libssl/man/SSL_CTX_sess_number.3 (new) 1.1 +186 -0 src/secure/lib/libssl/man/SSL_CTX_sess_set_cache_size.3 (new) 1.1 +223 -0 src/secure/lib/libssl/man/SSL_CTX_sess_set_get_cb.3 (new) 1.1 +170 -0 src/secure/lib/libssl/man/SSL_CTX_sessions.3 (new) 1.1 +192 -0 src/secure/lib/libssl/man/SSL_CTX_set_cert_store.3 (new) 1.1 +208 -0 src/secure/lib/libssl/man/SSL_CTX_set_cert_verify_callback.3 (new) 1.1 +205 -0 src/secure/lib/libssl/man/SSL_CTX_set_cipher_list.3 (new) 1.1 +223 -0 src/secure/lib/libssl/man/SSL_CTX_set_client_CA_list.3 (new) 1.1 +229 -0 src/secure/lib/libssl/man/SSL_CTX_set_client_cert_cb.3 (new) 1.1 +213 -0 src/secure/lib/libssl/man/SSL_CTX_set_default_passwd_cb.3 (new) 1.1 +288 -0 src/secure/lib/libssl/man/SSL_CTX_set_generate_session_id.3 (new) 1.1 +284 -0 src/secure/lib/libssl/man/SSL_CTX_set_info_callback.3 (new) 1.1 +212 -0 src/secure/lib/libssl/man/SSL_CTX_set_max_cert_list.3 (new) 1.1 +209 -0 src/secure/lib/libssl/man/SSL_CTX_set_mode.3 (new) 1.1 +225 -0 src/secure/lib/libssl/man/SSL_CTX_set_msg_callback.3 (new) 1.1 +339 -0 src/secure/lib/libssl/man/SSL_CTX_set_options.3 (new) 1.1 +199 -0 src/secure/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3 (new) 1.1 +257 -0 src/secure/lib/libssl/man/SSL_CTX_set_session_cache_mode.3 (new) 1.1 +209 -0 src/secure/lib/libssl/man/SSL_CTX_set_session_id_context.3 (new) 1.1 +189 -0 src/secure/lib/libssl/man/SSL_CTX_set_ssl_version.3 (new) 1.1 +194 -0 src/secure/lib/libssl/man/SSL_CTX_set_timeout.3 (new) 1.1 +312 -0 src/secure/lib/libssl/man/SSL_CTX_set_tmp_dh_callback.3 (new) 1.1 +309 -0 src/secure/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3 (new) 1.1 +434 -0 src/secure/lib/libssl/man/SSL_CTX_set_verify.3 (new) 1.1 +293 -0 src/secure/lib/libssl/man/SSL_CTX_use_certificate.3 (new) 1.1 +190 -0 src/secure/lib/libssl/man/SSL_SESSION_free.3 (new) 1.1 +200 -0 src/secure/lib/libssl/man/SSL_SESSION_get_ex_new_index.3 (new) 1.1 +200 -0 src/secure/lib/libssl/man/SSL_SESSION_get_time.3 (new) 1.1 +202 -0 src/secure/lib/libssl/man/SSL_accept.3 (new) 1.1 +360 -0 src/secure/lib/libssl/man/SSL_alert_type_string.3 (new) 1.1 +197 -0 src/secure/lib/libssl/man/SSL_clear.3 (new) 1.1 +199 -0 src/secure/lib/libssl/man/SSL_connect.3 (new) 1.1 +202 -0 src/secure/lib/libssl/man/SSL_do_handshake.3 (new) 1.1 +180 -0 src/secure/lib/libssl/man/SSL_free.3 (new) 1.1 +162 -0 src/secure/lib/libssl/man/SSL_get_SSL_CTX.3 (new) 1.1 +177 -0 src/secure/lib/libssl/man/SSL_get_ciphers.3 (new) 1.1 +183 -0 src/secure/lib/libssl/man/SSL_get_client_CA_list.3 (new) 1.1 +179 -0 src/secure/lib/libssl/man/SSL_get_current_cipher.3 (new) 1.1 +176 -0 src/secure/lib/libssl/man/SSL_get_default_timeout.3 (new) 1.1 +238 -0 src/secure/lib/libssl/man/SSL_get_error.3 (new) 1.1 +190 -0 src/secure/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 (new) 1.1 +198 -0 src/secure/lib/libssl/man/SSL_get_ex_new_index.3 (new) 1.1 +174 -0 src/secure/lib/libssl/man/SSL_get_fd.3 (new) 1.1 +181 -0 src/secure/lib/libssl/man/SSL_get_peer_cert_chain.3 (new) 1.1 +184 -0 src/secure/lib/libssl/man/SSL_get_peer_certificate.3 (new) 1.1 +170 -0 src/secure/lib/libssl/man/SSL_get_rbio.3 (new) 1.1 +202 -0 src/secure/lib/libssl/man/SSL_get_session.3 (new) 1.1 +185 -0 src/secure/lib/libssl/man/SSL_get_verify_result.3 (new) 1.1 +174 -0 src/secure/lib/libssl/man/SSL_get_version.3 (new) 1.1 +187 -0 src/secure/lib/libssl/man/SSL_library_init.3 (new) 1.1 +193 -0 src/secure/lib/libssl/man/SSL_load_client_CA_file.3 (new) 1.1 +174 -0 src/secure/lib/libssl/man/SSL_new.3 (new) 1.1 +177 -0 src/secure/lib/libssl/man/SSL_pending.3 (new) 1.1 +244 -0 src/secure/lib/libssl/man/SSL_read.3 (new) 1.1 +190 -0 src/secure/lib/libssl/man/SSL_rstate_string.3 (new) 1.1 +173 -0 src/secure/lib/libssl/man/SSL_session_reused.3 (new) 1.1 +170 -0 src/secure/lib/libssl/man/SSL_set_bio.3 (new) 1.1 +191 -0 src/secure/lib/libssl/man/SSL_set_connect_state.3 (new) 1.1 +183 -0 src/secure/lib/libssl/man/SSL_set_fd.3 (new) 1.1 +185 -0 src/secure/lib/libssl/man/SSL_set_session.3 (new) 1.1 +200 -0 src/secure/lib/libssl/man/SSL_set_shutdown.3 (new) 1.1 +173 -0 src/secure/lib/libssl/man/SSL_set_verify_result.3 (new) 1.1 +237 -0 src/secure/lib/libssl/man/SSL_shutdown.3 (new) 1.1 +180 -0 src/secure/lib/libssl/man/SSL_state_string.3 (new) 1.1 +204 -0 src/secure/lib/libssl/man/SSL_want.3 (new) 1.1 +235 -0 src/secure/lib/libssl/man/SSL_write.3 (new) 1.1 +201 -0 src/secure/lib/libssl/man/d2i_SSL_SESSION.3 (new) 1.1 +814 -0 src/secure/lib/libssl/man/ssl.3 (new) 1.21 +30 -18 src/secure/usr.bin/openssl/Makefile 1.1 +302 -0 src/secure/usr.bin/openssl/man/CA.pl.1 (new) 1.1 +251 -0 src/secure/usr.bin/openssl/man/asn1parse.1 (new) 1.1 +694 -0 src/secure/usr.bin/openssl/man/ca.1 (new) 1.1 +497 -0 src/secure/usr.bin/openssl/man/ciphers.1 (new) 1.1 +282 -0 src/secure/usr.bin/openssl/man/config.1 (new) 1.1 +237 -0 src/secure/usr.bin/openssl/man/crl.1 (new) 1.1 +216 -0 src/secure/usr.bin/openssl/man/crl2pkcs7.1 (new) 1.1 +223 -0 src/secure/usr.bin/openssl/man/dgst.1 (new) 1.1 +249 -0 src/secure/usr.bin/openssl/man/dhparam.1 (new) 1.1 +275 -0 src/secure/usr.bin/openssl/man/dsa.1 (new) 1.1 +222 -0 src/secure/usr.bin/openssl/man/dsaparam.1 (new) 1.1 +399 -0 src/secure/usr.bin/openssl/man/enc.1 (new) 1.1 +184 -0 src/secure/usr.bin/openssl/man/gendsa.1 (new) 1.1 +209 -0 src/secure/usr.bin/openssl/man/genrsa.1 (new) 1.1 +199 -0 src/secure/usr.bin/openssl/man/nseq.1 (new) 1.1 +451 -0 src/secure/usr.bin/openssl/man/ocsp.1 (new) 1.1 +407 -0 src/secure/usr.bin/openssl/man/openssl.1 (new) 1.1 +203 -0 src/secure/usr.bin/openssl/man/passwd.1 (new) 1.1 +429 -0 src/secure/usr.bin/openssl/man/pkcs12.1 (new) 1.1 +223 -0 src/secure/usr.bin/openssl/man/pkcs7.1 (new) 1.1 +348 -0 src/secure/usr.bin/openssl/man/pkcs8.1 (new) 1.1 +177 -0 src/secure/usr.bin/openssl/man/rand.1 (new) 1.1 +693 -0 src/secure/usr.bin/openssl/man/req.1 (new) 1.1 +301 -0 src/secure/usr.bin/openssl/man/rsa.1 (new) 1.1 +312 -0 src/secure/usr.bin/openssl/man/rsautl.1 (new) 1.1 +347 -0 src/secure/usr.bin/openssl/man/s_client.1 (new) 1.1 +385 -0 src/secure/usr.bin/openssl/man/s_server.1 (new) 1.1 +258 -0 src/secure/usr.bin/openssl/man/sess_id.1 (new) 1.1 +473 -0 src/secure/usr.bin/openssl/man/smime.1 (new) 1.1 +188 -0 src/secure/usr.bin/openssl/man/speed.1 (new) 1.1 +248 -0 src/secure/usr.bin/openssl/man/spkac.1 (new) 1.1 +408 -0 src/secure/usr.bin/openssl/man/verify.1 (new) 1.1 +186 -0 src/secure/usr.bin/openssl/man/version.1 (new) 1.1 +829 -0 src/secure/usr.bin/openssl/man/x509.1 (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 15: 2:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2EDD37B401; Tue, 28 Jan 2003 15:02:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BF5E43E4A; Tue, 28 Jan 2003 15:02:28 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0SN2Sbv084791; Tue, 28 Jan 2003 15:02:28 -0800 (PST) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SN2SwZ084790; Tue, 28 Jan 2003 15:02:28 -0800 (PST) Message-Id: <200301282302.h0SN2SwZ084790@repoman.freebsd.org> From: Mark Murray Date: Tue, 28 Jan 2003 15:02:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch 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 markm 2003/01/28 15:02:28 PST Modified files: lib/libfetch Makefile Log: Adjust for OpenSSL 0.9.7. Revision Changes Path 1.38 +1 -1 src/lib/libfetch/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 15: 3:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E69237B401; Tue, 28 Jan 2003 15:03:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8AA343F3F; Tue, 28 Jan 2003 15:03:15 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0SN3Fbv085385; Tue, 28 Jan 2003 15:03:15 -0800 (PST) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SN3FjU085384; Tue, 28 Jan 2003 15:03:15 -0800 (PST) Message-Id: <200301282303.h0SN3FjU085384@repoman.freebsd.org> From: Mark Murray Date: Tue, 28 Jan 2003 15:03:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libmp Makefile mp.h mpasbn.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 markm 2003/01/28 15:03:15 PST Modified files: lib/libmp Makefile mp.h mpasbn.c Log: Adjust for OpenSSL 0.9.7. Revision Changes Path 1.8 +1 -1 src/lib/libmp/Makefile 1.2 +2 -0 src/lib/libmp/mp.h 1.3 +1 -1 src/lib/libmp/mpasbn.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 15: 8:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D363837B401; Tue, 28 Jan 2003 15:08:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 770BE43F3F; Tue, 28 Jan 2003 15:08:41 -0800 (PST) (envelope-from markm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0SN8fbv085559; Tue, 28 Jan 2003 15:08:41 -0800 (PST) (envelope-from markm@repoman.freebsd.org) Received: (from markm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0SN8fQd085558; Tue, 28 Jan 2003 15:08:41 -0800 (PST) Message-Id: <200301282308.h0SN8fQd085558@repoman.freebsd.org> From: Mark Murray Date: Tue, 28 Jan 2003 15:08:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pkg_install/sign Makefile src/usr.sbin/sendmail 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 markm 2003/01/28 15:08:41 PST Modified files: usr.sbin/pkg_install/sign Makefile usr.sbin/sendmail Makefile Log: iAdjust for OpenSSL 0.9.7. Revision Changes Path 1.4 +2 -1 src/usr.sbin/pkg_install/sign/Makefile 1.37 +1 -0 src/usr.sbin/sendmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 16:13:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A272937B401; Tue, 28 Jan 2003 16:13:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4311A43F43; Tue, 28 Jan 2003 16:13:30 -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 h0T0DUbv011761; Tue, 28 Jan 2003 16:13:30 -0800 (PST) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T0DTbw011760; Tue, 28 Jan 2003 16:13:29 -0800 (PST) Message-Id: <200301290013.h0T0DTbw011760@repoman.freebsd.org> From: Josef Karthauser Date: Tue, 28 Jan 2003 16:13:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/pci ohci_pci.c uhci_pci.c src/sys/dev/usb ohci_pci.c uhci_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 joe 2003/01/28 16:13:29 PST Modified files: sys/conf files sys/dev/usb ohci_pci.c uhci_pci.c Removed files: sys/pci ohci_pci.c uhci_pci.c Log: Migrate the PCI bus logic for ohci and uhci from sys/pci to sys/dev/usb. Revision Changes Path 1.751 +2 -2 src/sys/conf/files 1.29 +0 -0 src/sys/dev/usb/ohci_pci.c 1.43 +0 -0 src/sys/dev/usb/uhci_pci.c 1.29 +0 -316 src/sys/pci/ohci_pci.c (dead) 1.43 +0 -391 src/sys/pci/uhci_pci.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 16:26:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80F2837B401; Tue, 28 Jan 2003 16:26:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 290CB43F43; Tue, 28 Jan 2003 16:26:48 -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 h0T0Qlbv015444; Tue, 28 Jan 2003 16:26:47 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T0QlUF015443; Tue, 28 Jan 2003 16:26:47 -0800 (PST) Message-Id: <200301290026.h0T0QlUF015443@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 28 Jan 2003 16:26:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sched_ule.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 2003/01/28 16:26:47 PST Modified files: sys/kern sched_ule.c Log: - Remove debugging code that didn't work on UP. Revision Changes Path 1.4 +0 -44 src/sys/kern/sched_ule.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 17: 6:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 559D337B401; Tue, 28 Jan 2003 17:06:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07AA743F79; Tue, 28 Jan 2003 17:06:16 -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 h0T16Fbv029652; Tue, 28 Jan 2003 17:06: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 h0T16F6P029651; Tue, 28 Jan 2003 17:06:15 -0800 (PST) Message-Id: <200301290106.h0T16F6P029651@repoman.freebsd.org> From: Jacques Vidrine Date: Tue, 28 Jan 2003 17:06:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib/libcrypto opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.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 nectar 2003/01/28 17:06:15 PST Modified files: secure/lib/libcrypto opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h Log: Force OPENSSL_NO_KRB5. OpenSSL's current implementation of RFC 2712 can only be built with MIT Kerberos. If we didn't define this here, then SSL-using applications would have to define OPENSSL_NO_KRB5 themselves in order to build. Revision Changes Path 1.5 +2 -0 src/secure/lib/libcrypto/opensslconf-alpha.h 1.5 +2 -0 src/secure/lib/libcrypto/opensslconf-i386.h 1.4 +2 -0 src/secure/lib/libcrypto/opensslconf-ia64.h 1.3 +2 -0 src/secure/lib/libcrypto/opensslconf-powerpc.h 1.4 +2 -0 src/secure/lib/libcrypto/opensslconf-sparc64.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 17:31:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 140E037B401; Tue, 28 Jan 2003 17:31:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD6C743E4A; Tue, 28 Jan 2003 17:31: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 h0T1VJbv038599; Tue, 28 Jan 2003 17:31:19 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T1VJFj038595; Tue, 28 Jan 2003 17:31:19 -0800 (PST) Message-Id: <200301290131.h0T1VJFj038595@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Tue, 28 Jan 2003 17:31:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia/mplayer-skins 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 2003/01/28 17:31:19 PST Modified files: multimedia/mplayer-skins distinfo Log: Chase checksum: no visible changes, repackaging only Revision Changes Path 1.8 +21 -21 ports/multimedia/mplayer-skins/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 17:36:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6691F37B401; Tue, 28 Jan 2003 17:36:36 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id E751443F75; Tue, 28 Jan 2003 17:36:35 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id C31562A89E; Tue, 28 Jan 2003 17:36:30 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Jacques Vidrine Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h In-Reply-To: <200301290106.h0T16F6P029651@repoman.freebsd.org> Date: Tue, 28 Jan 2003 17:36:30 -0800 From: Peter Wemm Message-Id: <20030129013630.C31562A89E@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 Jacques Vidrine wrote: > nectar 2003/01/28 17:06:15 PST > > Modified files: > secure/lib/libcrypto opensslconf-alpha.h opensslconf-i386.h > opensslconf-ia64.h opensslconf-powerpc.h > opensslconf-sparc64.h > Log: > Force OPENSSL_NO_KRB5. OpenSSL's current implementation of RFC 2712 > can only be built with MIT Kerberos. > > If we didn't define this here, then SSL-using applications would have > to define OPENSSL_NO_KRB5 themselves in order to build. Ok, but what does this mean in the real world? Do krb5 users need to stop building world? 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 Tue Jan 28 17:40: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52F7E37B401; Tue, 28 Jan 2003 17:39:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED35C43F3F; Tue, 28 Jan 2003 17:39:58 -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 h0T1dwbv040387; Tue, 28 Jan 2003 17:39:58 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T1dwXt040385; Tue, 28 Jan 2003 17:39:58 -0800 (PST) Message-Id: <200301290139.h0T1dwXt040385@repoman.freebsd.org> From: Alan Eldridge Date: Tue, 28 Jan 2003 17:39:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/qssl 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 2003/01/28 17:39:58 PST Modified files: devel/qssl Makefile Log: Fixed because maintainer didn't follow procedure to reference QT library dependency (USE_QT_VER=3). Revision Changes Path 1.2 +1 -2 ports/devel/qssl/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 17:40:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD52437B401; Tue, 28 Jan 2003 17:40:53 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id E15AB43F93; Tue, 28 Jan 2003 17:40:52 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id C74C62A89E; Tue, 28 Jan 2003 17:40:52 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssl/crypto/asn1 a_bmp.c a_null.c a_vis.c d2i_dhp.c d2i_dsap.c d2i_r_pr.c d2i_r_pu.c d2i_s_pr.c d2i_s_pu.c i2d_dhp.c i2d_dsap.c i2d_r_pr.c i2d_r_pu.c i2d_s_pr.c i2d_s_pu.c p7_dgst.c p7_enc.c p7_enc_c.c p7_evp.c p7_i_s.c ... In-Reply-To: <200301282212.h0SMCUls063692@repoman.freebsd.org> Date: Tue, 28 Jan 2003 17:40:52 -0800 From: Peter Wemm Message-Id: <20030129014052.C74C62A89E@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 Mark Murray wrote: > markm 2003/01/28 14:12:30 PST > > Removed files: > crypto/openssl/crypto/asn1 a_bmp.c a_null.c a_vis.c d2i_dhp.c > d2i_dsap.c d2i_r_pr.c d2i_r_pu.c > d2i_s_pr.c d2i_s_pu.c i2d_dhp.c > i2d_dsap.c i2d_r_pr.c i2d_r_pu.c > i2d_s_pr.c i2d_s_pu.c p7_dgst.c > p7_enc.c p7_enc_c.c p7_evp.c > p7_i_s.c p7_lib.c p7_recip.c > p7_s_e.c p7_signd.c p7_signi.c > crypto/openssl/crypto/bn test.c > crypto/openssl/crypto/des FILES > crypto/openssl/crypto/pkcs12 p12_bags.c p12_lib.c p12_mac.c > p12_sbag.c > crypto/openssl/doc/crypto BIO_new_bio_pair.pod > crypto/openssl/perl MANIFEST Makefile.PL OpenSSL.pm > OpenSSL.xs README.1ST openssl.h > openssl_bio.xs openssl_bn.xs > openssl_cipher.xs openssl_digest.xs > openssl_err.xs openssl_ssl.xs > openssl_x509.xs typemap > crypto/openssl/perl/t 01-use.t 02-version.t 03-bio.t > Log: > Remove files no longer on OpenSSL 0.9.7. crypto/des/rnd_keys.c is > retained as it is still used. > > Revision Changes Path > 1.2 +0 -83 src/crypto/openssl/crypto/asn1/a_bmp.c (dead) > 1.2 +0 -119 src/crypto/openssl/crypto/asn1/a_null.c (dead) > 1.2 +0 -83 src/crypto/openssl/crypto/asn1/a_vis.c (dead) ... Please folks, dont do this like this. Please remove them from the vendor branch, rather than taking the files off the vendor branch and then removing them on the mainline. If one of these files comes back in a future import, the damage is already done and the file is already off the vendor branch. Instead, use this sort of thing after an import: cvs up -r OPENSSL cvs rm .... This has the additional advantage that if they do come back in the future, no additional surgery is required. It will automagically show through. I'm tempted to "fix" this change while its still fresh.. 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 Tue Jan 28 17:46:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CC5A37B405; Tue, 28 Jan 2003 17:46:23 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAA7843E4A; Tue, 28 Jan 2003 17:46:22 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id C2CA42A89E; Tue, 28 Jan 2003 17:46:22 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... In-Reply-To: <200301282258.h0SMwFG1081901@repoman.freebsd.org> Date: Tue, 28 Jan 2003 17:46:22 -0800 From: Peter Wemm Message-Id: <20030129014622.C2CA42A89E@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 Mark Murray wrote: verify.1 version.1 x509.1 > Log: > Update for OpenSSL 0.9.7. No assembler code at the moment. This > will follow. Is anybody else seeing failures like this? Or is it a local problem? ===> lib/libpam/modules/pam_ssh In file included from /s/src/lib/libpam/modules/pam_ssh/pam_ssh.c:59: /usr/obj/s/src/sparc64/usr/include/openssl/evp.h:111:26: openssl/idea.h: No such file or directory mkdep: compile failed *** Error code 1 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 Tue Jan 28 17:50:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D0B737B401; Tue, 28 Jan 2003 17:50:32 -0800 (PST) Received: from mx2.mail.ru (mx2.mail.ru [194.67.57.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84F5A43F75; Tue, 28 Jan 2003 17:50:30 -0800 (PST) (envelope-from kan@mail.ru) Received: from [141.154.59.216] (helo=kan.dnsalias.net) by mx2.mail.ru with esmtp (Exim SMTP.2) id 18dhMr-0002s6-00; Wed, 29 Jan 2003 04:50:21 +0300 Received: from kan.dnsalias.net (localhost [IPv6:::1]) by kan.dnsalias.net (8.12.6/8.12.6) with ESMTP id h0T1o6Le037208; Tue, 28 Jan 2003 20:50:07 -0500 (EST) (envelope-from kan@kan.dnsalias.net) Received: (from kan@localhost) by kan.dnsalias.net (8.12.6/8.12.6/Submit) id h0T1o0or037204; Tue, 28 Jan 2003 20:50:00 -0500 (EST) Date: Tue, 28 Jan 2003 20:50:00 -0500 From: Alexander Kabaev To: Peter Wemm Cc: markm@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... Message-Id: <20030128205000.528f2028.kabaev@bellatlantic.net> In-Reply-To: <20030129014622.C2CA42A89E@canning.wemm.org> References: <200301282258.h0SMwFG1081901@repoman.freebsd.org> <20030129014622.C2CA42A89E@canning.wemm.org> Reply-To: ak03@gte.com X-Mailer: Sylpheed version 0.8.8claws86 (GTK+ 1.2.10; i386-portbld-freebsd5.0) 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 cvsup-ed five minutes ago. The same problem. On Tue, 28 Jan 2003 17:46:22 -0800 Peter Wemm wrote: > Mark Murray wrote: > verify.1 version.1 x509.1 > > Log: > > Update for OpenSSL 0.9.7. No assembler code at the moment. This > > will follow. > > Is anybody else seeing failures like this? Or is it a local problem? > > ===> lib/libpam/modules/pam_ssh > In file included from /s/src/lib/libpam/modules/pam_ssh/pam_ssh.c:59: > /usr/obj/s/src/sparc64/usr/include/openssl/evp.h:111:26: > openssl/idea.h: No such file or directory mkdep: compile failed > *** Error code 1 > > 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 > -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 17:53:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 496CF37B401; Tue, 28 Jan 2003 17:53:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E48D443F3F; Tue, 28 Jan 2003 17:53:08 -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 h0T1r8bv047308; Tue, 28 Jan 2003 17:53:08 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T1r83r047307; Tue, 28 Jan 2003 17:53:08 -0800 (PST) Message-Id: <200301290153.h0T1r83r047307@repoman.freebsd.org> From: Alan Eldridge Date: Tue, 28 Jan 2003 17:53:08 -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 alane 2003/01/28 17:53:08 PST Modified files: net/psi Makefile Log: Fixed because maintainer did not follow protocol in referencing Qt libs Revision Changes Path 1.7 +2 -3 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 Tue Jan 28 18: 3:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 122F737B401; Tue, 28 Jan 2003 18:03:33 -0800 (PST) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 707AE43F85; Tue, 28 Jan 2003 18:03:32 -0800 (PST) (envelope-from nectar@celabo.org) Received: from opus.celabo.org (opus.celabo.org [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id DFB3D44; Tue, 28 Jan 2003 20:03:31 -0600 (CST) Received: by opus.celabo.org (Postfix, from userid 1001) id 4E498557F; Tue, 28 Jan 2003 19:59:30 -0600 (CST) Date: Tue, 28 Jan 2003 19:59:30 -0600 From: "Jacques A. Vidrine" To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h Message-ID: <20030129015930.GA51683@opus.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301290106.h0T16F6P029651@repoman.freebsd.org> <20030129013630.C31562A89E@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030129013630.C31562A89E@canning.wemm.org> 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 Tue, Jan 28, 2003 at 05:36:30PM -0800, Peter Wemm wrote: > Jacques Vidrine wrote: > > nectar 2003/01/28 17:06:15 PST > > > > Modified files: > > secure/lib/libcrypto opensslconf-alpha.h opensslconf-i386.h > > opensslconf-ia64.h opensslconf-powerpc.h > > opensslconf-sparc64.h > > Log: > > Force OPENSSL_NO_KRB5. OpenSSL's current implementation of RFC 2712 > > can only be built with MIT Kerberos. > > > > If we didn't define this here, then SSL-using applications would have > > to define OPENSSL_NO_KRB5 themselves in order to build. > > Ok, but what does this mean in the real world? Do krb5 users need to stop > building world? It just means that applications that use the base system's OpenSSL will continue to build. The OpenSSL 0.9.7 import would have broken a bunch of ports otherwise. (It may still break a bunch of ports, for other reasons :-) i.e. there was a window between the import of OpenSSL 0.9.7 and this commit where one would wind up unable to build some OpenSSL-using applications. i.e. I disabled a chunk of code that can not be built without MIT Kerberos. 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 Tue Jan 28 18:13:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F0FF37B401; Tue, 28 Jan 2003 18:13:15 -0800 (PST) Received: from sasami.jurai.net (sasami.jurai.net [66.92.160.223]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AE1343E4A; Tue, 28 Jan 2003 18:13:14 -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 h0T2DCvA005249; Tue, 28 Jan 2003 21:13:12 -0500 (EST) (envelope-from winter@jurai.net) Date: Tue, 28 Jan 2003 21:13:12 -0500 (EST) From: "Matthew N. Dodd" To: Peter Wemm Cc: Jacques Vidrine , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h In-Reply-To: <20030129013630.C31562A89E@canning.wemm.org> Message-ID: <20030128211254.G24764@sasami.jurai.net> References: <20030129013630.C31562A89E@canning.wemm.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 Tue, 28 Jan 2003, Peter Wemm wrote: > Ok, but what does this mean in the real world? Do krb5 users need to stop > building world? Krb5 users just need to use MIT Krb5. -- | 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 Tue Jan 28 18:13:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1E3037B405; Tue, 28 Jan 2003 18:13:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DD7B43F3F; Tue, 28 Jan 2003 18:13:32 -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 h0T2DWbv054447; Tue, 28 Jan 2003 18:13: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 h0T2DVhk054446; Tue, 28 Jan 2003 18:13:31 -0800 (PST) Message-Id: <200301290213.h0T2DVhk054446@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 28 Jan 2003 18:13:31 -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 2003/01/28 18:13:31 PST Modified files: sys/dev/firewire firewire.c fwohci.c Log: - Fix build on alpha. - Add a missing newline in printf. Revision Changes Path 1.29 +2 -3 src/sys/dev/firewire/firewire.c 1.30 +1 -1 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 Jan 28 18:19: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A439737B401; Tue, 28 Jan 2003 18:19:04 -0800 (PST) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id EABE543F85; Tue, 28 Jan 2003 18:19:03 -0800 (PST) (envelope-from nectar@celabo.org) Received: from opus.celabo.org (opus.celabo.org [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id 84CD644; Tue, 28 Jan 2003 20:19:03 -0600 (CST) Received: by opus.celabo.org (Postfix, from userid 1001) id BD22C557E; Tue, 28 Jan 2003 20:15:01 -0600 (CST) Date: Tue, 28 Jan 2003 20:15:01 -0600 From: "Jacques A. Vidrine" To: "Matthew N. Dodd" Cc: Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h Message-ID: <20030129021501.GB51683@opus.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , "Matthew N. Dodd" , Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20030129013630.C31562A89E@canning.wemm.org> <20030128211254.G24764@sasami.jurai.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030128211254.G24764@sasami.jurai.net> 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 Tue, Jan 28, 2003 at 09:13:12PM -0500, Matthew N. Dodd wrote: > On Tue, 28 Jan 2003, Peter Wemm wrote: > > Ok, but what does this mean in the real world? Do krb5 users need to stop > > building world? > > Krb5 users just need to use MIT Krb5. More completely: Kerberos 5 users who want support for the Kerberos 5 cipher suites in SSL/TLS (RFC 2712) must use OpenSSL 0.9.7 from the ports tree, along with MIT Kerberos 5. This shouldn't mean much to anyone, since previously there has never been support for RFC 2712 in the versions of OpenSSL included with FreeBSD. 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 Tue Jan 28 18:19:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8B6937B401; Tue, 28 Jan 2003 18:19:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7CD1B43F75; Tue, 28 Jan 2003 18:19:15 -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 h0T2JFbv054645; Tue, 28 Jan 2003 18:19:15 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T2JF2O054644; Tue, 28 Jan 2003 18:19:15 -0800 (PST) Message-Id: <200301290219.h0T2JF2O054644@repoman.freebsd.org> From: Peter Wemm Date: Tue, 28 Jan 2003 18:19:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib/libcrypto 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 peter 2003/01/28 18:19:15 PST Modified files: secure/lib/libcrypto Makefile.inc Log: Hopefully fix world for folks not compiling IDEA (the default). NO_IDEA is now spelled OPENSSL_NO_IDEA. Update the bmake glue accordingly or the IDEA references are not stripped from Revision Changes Path 1.31 +2 -2 src/secure/lib/libcrypto/Makefile.inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 18:19:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 414C037B401; Tue, 28 Jan 2003 18:19:45 -0800 (PST) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5D4043F3F; Tue, 28 Jan 2003 18:19:44 -0800 (PST) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id 859469C5E; Tue, 28 Jan 2003 21:08:08 -0500 (EST) Date: Tue, 28 Jan 2003 21:08:08 -0500 From: Mike Barcroft To: Hidetoshi Shimokawa Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/firewire firewire.c fwohci.c Message-ID: <20030128210808.C34456@espresso.q9media.com> References: <200301290213.h0T2DVhk054446@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301290213.h0T2DVhk054446@repoman.freebsd.org>; from simokawa@FreeBSD.org on Tue, Jan 28, 2003 at 06:13:31PM -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 Hidetoshi Shimokawa writes: > simokawa 2003/01/28 18:13:31 PST > > Modified files: > sys/dev/firewire firewire.c fwohci.c > Log: > - Fix build on alpha. > - Add a missing newline in printf. > > Revision Changes Path > 1.29 +2 -3 src/sys/dev/firewire/firewire.c > 1.30 +1 -1 src/sys/dev/firewire/fwohci.c Thanks. 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 Tue Jan 28 18:22: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2011337B401; Tue, 28 Jan 2003 18:21:59 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC37D43F75; Tue, 28 Jan 2003 18:21:58 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id A40352A89E; Tue, 28 Jan 2003 18:21:58 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: ak03@gte.com Cc: markm@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... In-Reply-To: <20030128205000.528f2028.kabaev@bellatlantic.net> Date: Tue, 28 Jan 2003 18:21:58 -0800 From: Peter Wemm Message-Id: <20030129022158.A40352A89E@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 Alexander Kabaev wrote: > cvsup-ed five minutes ago. The same problem. Fixed, I think. I think Mark only tested with WANT_IDEA=YES in /etc/make.conf and that hides a missing required update to the bmake glue. It was editing out and using the NO_IDEA flag, rather than the new OPENSSL_NO_IDEA flag. didn't have the IDEA references removed. > On Tue, 28 Jan 2003 17:46:22 -0800 > Peter Wemm wrote: > > > Mark Murray wrote: > > verify.1 version.1 x509.1 > > > Log: > > > Update for OpenSSL 0.9.7. No assembler code at the moment. This > > > will follow. > > > > Is anybody else seeing failures like this? Or is it a local problem? > > > > ===> lib/libpam/modules/pam_ssh > > In file included from /s/src/lib/libpam/modules/pam_ssh/pam_ssh.c:59: > > /usr/obj/s/src/sparc64/usr/include/openssl/evp.h:111:26: > > openssl/idea.h: No such file or directory mkdep: compile failed > > *** Error code 1 > > > > 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 > > > > > -- > Alexander Kabaev > 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 Tue Jan 28 18:25:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1A3C37B401; Tue, 28 Jan 2003 18:25:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99BF143F3F; Tue, 28 Jan 2003 18:25:31 -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 h0T2PVbv058101; Tue, 28 Jan 2003 18:25:31 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T2PV78058100; Tue, 28 Jan 2003 18:25:31 -0800 (PST) Message-Id: <200301290225.h0T2PV78058100@repoman.freebsd.org> From: Jacques Vidrine Date: Tue, 28 Jan 2003 18:25:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssl/crypto - Imported sources X-FreeBSD-CVS-Branch: OPENSSL Sender: owner-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 2003/01/28 18:25:31 PST src/crypto/openssl/crypto - Imported sources Update of /home/ncvs/src/crypto/openssl/crypto In directory repoman.freebsd.org:/tmp/cvs-serv58081 Log Message: = Fix a bug in UI_UTIL_read_pw's error handling that caused des_read_pw_string to break (and thus rather mysteriously breaking utilities such as kinit). = Enable the BSD /dev/crypto interface. (These changes are being imported on the vendor branch, as they have already been accepted and committed to the OpenSSL CVS repository.) Status: Vendor Tag: OPENSSL Release Tags: v0_9_7_stable_1 U src/crypto/openssl/crypto/ui/ui_lib.c U src/crypto/openssl/crypto/ui/ui_util.c U src/crypto/openssl/crypto/engine/hw_cryptodev.c U src/crypto/openssl/crypto/engine/eng_all.c U src/crypto/openssl/crypto/evp/c_all.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 Tue Jan 28 18:26:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62E9937B401; Tue, 28 Jan 2003 18:26:47 -0800 (PST) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC08A43F43; Tue, 28 Jan 2003 18:26:46 -0800 (PST) (envelope-from nectar@celabo.org) Received: from opus.celabo.org (opus.celabo.org [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id 4F70244; Tue, 28 Jan 2003 20:26:46 -0600 (CST) Received: by opus.celabo.org (Postfix, from userid 1001) id 8EADB557F; Tue, 28 Jan 2003 20:22:44 -0600 (CST) Date: Tue, 28 Jan 2003 20:22:44 -0600 From: "Jacques A. Vidrine" To: Peter Wemm Cc: ak03@gte.com, markm@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... Message-ID: <20030129022244.GC51683@opus.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Peter Wemm , ak03@gte.com, markm@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20030128205000.528f2028.kabaev@bellatlantic.net> <20030129022158.A40352A89E@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030129022158.A40352A89E@canning.wemm.org> 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 Tue, Jan 28, 2003 at 06:21:58PM -0800, Peter Wemm wrote: > Alexander Kabaev wrote: > > cvsup-ed five minutes ago. The same problem. > > Fixed, I think. I think Mark only tested with WANT_IDEA=YES in /etc/make.conf That's probably true. I tested his changes before his commit, but I also have `MAKE_IDEA=YES' locally. Thanks for catching! 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 Tue Jan 28 18:43:36 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE45437B401; Tue, 28 Jan 2003 18:43:35 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6108E43F85; Tue, 28 Jan 2003 18:43:35 -0800 (PST) (envelope-from benno@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0T2hZbv065266; Tue, 28 Jan 2003 18:43:35 -0800 (PST) (envelope-from benno@repoman.freebsd.org) Received: (from benno@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T2hZ4D065265; Tue, 28 Jan 2003 18:43:35 -0800 (PST) Message-Id: <200301290243.h0T2hZ4D065265@repoman.freebsd.org> From: Benno Rice Date: Tue, 28 Jan 2003 18:43:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/zs zs.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 benno 2003/01/28 18:43:35 PST Modified files: sys/dev/zs zs.c Log: Set the termios speed based on the tty speed. This allows consoles to work at speeds other than TTYDEF_SPEED. Approved by: jake Revision Changes Path 1.6 +1 -1 src/sys/dev/zs/zs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 18:52:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05E4837B401; Tue, 28 Jan 2003 18:52:23 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F1E443F79; Tue, 28 Jan 2003 18:52: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 h0T2qMbv068626; Tue, 28 Jan 2003 18:52:22 -0800 (PST) (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T2qMcm068625; Tue, 28 Jan 2003 18:52:22 -0800 (PST) Message-Id: <200301290252.h0T2qMcm068625@repoman.freebsd.org> From: Doug Barton Date: Tue, 28 Jan 2003 18:52:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/bind CHANGES README Version 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/doc/html logging.html options.html src/contrib/bind/doc/man named.conf.5 ... 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 dougb 2003/01/28 18:52:22 PST Modified files: (Branch: RELENG_4) contrib/bind CHANGES README Version contrib/bind/bin/named db_defs.h db_sec.c ns_defs.h ns_ncache.c ns_req.c ns_resp.c contrib/bind/doc/html logging.html options.html contrib/bind/doc/man named.conf.5 resolver.3 contrib/bind/lib/nameser ns_name.c ns_samedomain.c Log: MFC of version 8.3.4 import Revision Changes Path 1.1.1.7.2.9 +3 -3 src/contrib/bind/CHANGES 1.1.1.7.2.7 +3 -0 src/contrib/bind/README 1.1.1.3.2.8 +1 -1 src/contrib/bind/Version 1.1.1.2.2.7 +1 -1 src/contrib/bind/bin/named/db_defs.h 1.1.1.1.4.5 +1 -1 src/contrib/bind/bin/named/db_sec.c 1.1.1.3.2.8 +1 -1 src/contrib/bind/bin/named/ns_defs.h 1.1.1.2.2.4 +1 -1 src/contrib/bind/bin/named/ns_ncache.c 1.1.1.2.2.12 +1 -1 src/contrib/bind/bin/named/ns_req.c 1.1.1.2.2.9 +1 -1 src/contrib/bind/bin/named/ns_resp.c 1.1.1.3.2.2 +5 -1 src/contrib/bind/doc/html/logging.html 1.1.1.3.2.5 +4 -4 src/contrib/bind/doc/html/options.html 1.1.1.1.4.5 +10 -5 src/contrib/bind/doc/man/named.conf.5 1.1.1.2.2.5 +3 -1 src/contrib/bind/doc/man/resolver.3 1.1.1.2.2.5 +1 -1 src/contrib/bind/lib/nameser/ns_name.c 1.1.1.1.4.2 +2 -2 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 Tue Jan 28 19:45:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BEB237B401; Tue, 28 Jan 2003 19:45:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC79743F85; Tue, 28 Jan 2003 19:45:13 -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 h0T3jDbv086830; Tue, 28 Jan 2003 19:45: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 h0T3jDT6086829; Tue, 28 Jan 2003 19:45:13 -0800 (PST) Message-Id: <200301290345.h0T3jDT6086829@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 28 Jan 2003 19:45:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad Makefile ports/cad/chipvault 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 2003/01/28 19:45:13 PST Modified files: cad Makefile Added files: cad/chipvault Makefile distinfo pkg-comment pkg-descr pkg-plist Log: add chipvault 200211 A project organizer for VHDL and Verilog RTL hardware designs Revision Changes Path 1.44 +1 -0 ports/cad/Makefile 1.1 +28 -0 ports/cad/chipvault/Makefile (new) 1.1 +1 -0 ports/cad/chipvault/distinfo (new) 1.1 +1 -0 ports/cad/chipvault/pkg-comment (new) 1.1 +14 -0 ports/cad/chipvault/pkg-descr (new) 1.1 +1 -0 ports/cad/chipvault/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 Jan 28 19:45:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CC4237B4CB; Tue, 28 Jan 2003 19:45:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21F1A43F3F; Tue, 28 Jan 2003 19:45:21 -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 h0T3jKbv086884; Tue, 28 Jan 2003 19:45: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 h0T3jKc1086883; Tue, 28 Jan 2003 19:45:20 -0800 (PST) Message-Id: <200301290345.h0T3jKc1086883@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 28 Jan 2003 19:45:20 -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 2003/01/28 19:45:20 PST Modified files: . modules Log: chipvault --> ports/cad/chipvault Revision Changes Path 1.6600 +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 Jan 28 19:49:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 984F537B401; Tue, 28 Jan 2003 19:49:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DD0A43F93; Tue, 28 Jan 2003 19:49:50 -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 h0T3nobv087096; Tue, 28 Jan 2003 19:49:50 -0800 (PST) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T3nnXx087094; Tue, 28 Jan 2003 19:49:49 -0800 (PST) Message-Id: <200301290349.h0T3nnXx087094@repoman.freebsd.org> From: Mike Silbersack Date: Tue, 28 Jan 2003 19:49:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_syncache.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 silby 2003/01/28 19:49:49 PST Modified files: sys/netinet tcp_syncache.c Log: Fix a bug with syncookies; previously, the syncache's MSS size was not initialized until after a syncookie was generated. As a result, all connections resulting from a returned cookie would end up using a MSS of ~512 bytes. Now larger packets will be used where possible. MFC after: 5 days Revision Changes Path 1.35 +2 -2 src/sys/netinet/tcp_syncache.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 19:59:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5904537B401; Tue, 28 Jan 2003 19:59:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3ABF43F3F; Tue, 28 Jan 2003 19:59: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 h0T3xUbv090865; Tue, 28 Jan 2003 19:59: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 h0T3xUul090864; Tue, 28 Jan 2003 19:59:30 -0800 (PST) Message-Id: <200301290359.h0T3xUul090864@repoman.freebsd.org> From: Joe Marcus Clarke Date: Tue, 28 Jan 2003 19:59:30 -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 2003/01/28 19:59:30 PST Modified files: en/gnome news.xml Log: Announce GNOME 2.2 RC2. Revision Changes Path 1.31 +19 -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 Jan 28 20:17:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDDAD37B401; Tue, 28 Jan 2003 20:17:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D43F43F79; Tue, 28 Jan 2003 20:17:37 -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 h0T4Hbbv098304; Tue, 28 Jan 2003 20:17:37 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T4HbkR098303; Tue, 28 Jan 2003 20:17:37 -0800 (PST) Message-Id: <200301290417.h0T4HbkR098303@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 28 Jan 2003 20:17:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/gspoof Makefile distinfo pkg-comment pkg-descr pkg-plist ports/net/gspoof/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 ijliao 2003/01/28 20:17:37 PST Modified files: net Makefile Added files: net/gspoof Makefile distinfo pkg-comment pkg-descr pkg-plist net/gspoof/files patch-Makefile Log: add gspoof 2.1.1 Console/GTK+ TCP/IP Packets Forger Revision Changes Path 1.904 +1 -0 ports/net/Makefile 1.1 +32 -0 ports/net/gspoof/Makefile (new) 1.1 +1 -0 ports/net/gspoof/distinfo (new) 1.1 +8 -0 ports/net/gspoof/files/patch-Makefile (new) 1.1 +1 -0 ports/net/gspoof/pkg-comment (new) 1.1 +3 -0 ports/net/gspoof/pkg-descr (new) 1.1 +1 -0 ports/net/gspoof/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 Jan 28 20:17:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BB0337B406; Tue, 28 Jan 2003 20:17:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1270143F75; Tue, 28 Jan 2003 20:17: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 h0T4Hibv098341; Tue, 28 Jan 2003 20:17: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 h0T4HidU098340; Tue, 28 Jan 2003 20:17:44 -0800 (PST) Message-Id: <200301290417.h0T4HidU098340@repoman.freebsd.org> From: Ying-Chieh Liao Date: Tue, 28 Jan 2003 20:17:44 -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 2003/01/28 20:17:44 PST Modified files: . modules Log: gspoof --> ports/net/gspoof Revision Changes Path 1.6601 +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 Jan 28 20:51:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B183137B401; Tue, 28 Jan 2003 20:51:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5636D43F9B; Tue, 28 Jan 2003 20:51: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 h0T4pfbv011509; Tue, 28 Jan 2003 20:51:41 -0800 (PST) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T4pf6D011508; Tue, 28 Jan 2003 20:51:41 -0800 (PST) Message-Id: <200301290451.h0T4pf6D011508@repoman.freebsd.org> From: Murray Stokely Date: Tue, 28 Jan 2003 20:51:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.8R Makefile schedule.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 2003/01/28 20:51:41 PST Added files: en/releases/4.8R Makefile schedule.sgml Log: MFP4: FreeBSD 4.8 Release Schedule. Revision Changes Path 1.1 +14 -0 www/en/releases/4.8R/Makefile (new) 1.1 +286 -0 www/en/releases/4.8R/schedule.sgml (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 21:16:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38B2937B401; Tue, 28 Jan 2003 21:16:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D245E43F9B; Tue, 28 Jan 2003 21:16:58 -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 h0T5Gwbv019696; Tue, 28 Jan 2003 21:16:58 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T5GwrI019695; Tue, 28 Jan 2003 21:16:58 -0800 (PST) Message-Id: <200301290516.h0T5GwrI019695@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 28 Jan 2003 21:16:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc gcc.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 obrien 2003/01/28 21:16:58 PST Modified files: contrib/gcc gcc.c Log: main() changed its argv declaration, so follow suit in some FBSD added code. Revision Changes Path 1.34 +2 -2 src/contrib/gcc/gcc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 21:59:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB19537B405; Tue, 28 Jan 2003 21:59:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 941CE43E4A; Tue, 28 Jan 2003 21:59:40 -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 h0T5xebv033953; Tue, 28 Jan 2003 21:59:40 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T5xe78033952; Tue, 28 Jan 2003 21:59:40 -0800 (PST) Message-Id: <200301290559.h0T5xe78033952@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Tue, 28 Jan 2003 21:59:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire firewire.c firewire.h firewirereg.h fwdev.c fwohci.c fwohcireg.h if_fwe.c sbp.c src/usr.sbin/fwcontrol fwcontrol.8 fwcontrol.c fwdv.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 simokawa 2003/01/28 21:59:40 PST Modified files: (Branch: RELENG_4) sys/dev/firewire firewire.c firewire.h firewirereg.h fwdev.c fwohci.c fwohcireg.h if_fwe.c sbp.c usr.sbin/fwcontrol fwcontrol.8 fwcontrol.c fwdv.c Log: Sync with -current: kernel - Merge little and big endian case. - Remove FW_SSTDV ioctl. - Change API of FW_GDEVLST ioctl. - Improve IT/IR DMA queue management. - Wait 1 sec for DMA stop in fwohci_i{t,r}x_disable() before freeing buffers. - Split db.desc.cmd into desc.control and desc.reqcount. - Allow multiple packets read/write for IR/IT to reduce system call. - Remove unused variables. userland - Explot multiple packets read/write for IR/IT to reduce system call. - Search free device node to open. Revision Changes Path 1.3.2.11 +2 -175 src/sys/dev/firewire/firewire.c 1.2.2.4 +143 -221 src/sys/dev/firewire/firewire.h 1.1.2.7 +6 -8 src/sys/dev/firewire/firewirereg.h 1.2.4.6 +87 -76 src/sys/dev/firewire/fwdev.c 1.1.2.10 +318 -293 src/sys/dev/firewire/fwohci.c 1.2.2.4 +34 -33 src/sys/dev/firewire/fwohcireg.h 1.1.2.6 +9 -6 src/sys/dev/firewire/if_fwe.c 1.5.2.9 +0 -38 src/sys/dev/firewire/sbp.c 1.1.2.4 +7 -1 src/usr.sbin/fwcontrol/fwcontrol.8 1.1.2.4 +49 -30 src/usr.sbin/fwcontrol/fwcontrol.c 1.2.2.2 +120 -90 src/usr.sbin/fwcontrol/fwdv.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 22:22:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32FA337B401; Tue, 28 Jan 2003 22:22:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C78E643F9B; Tue, 28 Jan 2003 22:22:57 -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 h0T6Mvbv044449; Tue, 28 Jan 2003 22:22: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 h0T6Mvtn044448; Tue, 28 Jan 2003 22:22:57 -0800 (PST) Message-Id: <200301290622.h0T6Mvtn044448@repoman.freebsd.org> From: "David E. O'Brien" Date: Tue, 28 Jan 2003 22:22:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 make.conf.5 src/share/examples/etc make.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 obrien 2003/01/28 22:22:57 PST Modified files: share/man/man5 make.conf.5 share/examples/etc make.conf Log: Document WANT_EXT2FS_MODULE. Revision Changes Path 1.207 +3 -0 src/share/examples/etc/make.conf 1.66 +4 -0 src/share/man/man5/make.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 22:31: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 662AC37B401; Tue, 28 Jan 2003 22:31:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BD1D43FB8; Tue, 28 Jan 2003 22:31:04 -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 h0T6V3bv045996; Tue, 28 Jan 2003 22:31:03 -0800 (PST) (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T6V3J5045992; Tue, 28 Jan 2003 22:31:03 -0800 (PST) Message-Id: <200301290631.h0T6V3J5045992@repoman.freebsd.org> From: Murray Stokely Date: Tue, 28 Jan 2003 22:31:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases 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 murray 2003/01/28 22:31:03 PST Modified files: en/releases Makefile Log: Connect 4.8R schedule to the build. Revision Changes Path 1.36 +2 -2 www/en/releases/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 22:38: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3637037B401; Tue, 28 Jan 2003 22:38:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D074B43F9B; Tue, 28 Jan 2003 22:38:07 -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 h0T6c7bv048203; Tue, 28 Jan 2003 22:38:07 -0800 (PST) (envelope-from fenner@repoman.freebsd.org) Received: (from fenner@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T6c7pW048202; Tue, 28 Jan 2003 22:38:07 -0800 (PST) Message-Id: <200301290638.h0T6c7pW048202@repoman.freebsd.org> From: Bill Fenner Date: Tue, 28 Jan 2003 22:38:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fenner 2003/01/28 22:38:07 PST Modified files: (Branch: RELENG_4) . UPDATING Log: Describe how to build and install mergemaster for the pre-installworld step even when upgrading from really old systems like 4.2-RELEASE Revision Changes Path 1.73.2.78 +2 -2 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 22:43:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1633737B401; Tue, 28 Jan 2003 22:43:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E9F043F3F; Tue, 28 Jan 2003 22:43:15 -0800 (PST) (envelope-from wilko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0T6hEbv051655; Tue, 28 Jan 2003 22:43:14 -0800 (PST) (envelope-from wilko@repoman.freebsd.org) Received: (from wilko@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T6hEnb051654; Tue, 28 Jan 2003 22:43:14 -0800 (PST) Message-Id: <200301290643.h0T6hEnb051654@repoman.freebsd.org> From: Wilko Bulte Date: Tue, 28 Jan 2003 22:43:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations donors.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 wilko 2003/01/28 22:43:14 PST Modified files: en/donations donors.sgml Log: fjoe's Athlon CPU & DIMM have made it from Arnhem, the Netherlands to Novosibirsk, Russia. Revision Changes Path 1.33 +2 -2 www/en/donations/donors.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 23: 0:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB62337B401; Tue, 28 Jan 2003 23:00:51 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7024F43F75; Tue, 28 Jan 2003 23:00:51 -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 h0T70pbv056155; Tue, 28 Jan 2003 23:00:51 -0800 (PST) (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T70pao056148; Tue, 28 Jan 2003 23:00:51 -0800 (PST) Message-Id: <200301290700.h0T70pao056148@repoman.freebsd.org> From: Jeff Roberson Date: Tue, 28 Jan 2003 23:00:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sched_ule.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 2003/01/28 23:00:51 PST Modified files: sys/kern sched_ule.c Log: - Use ksq_load as the authoritive count of kses on the pair of kseqs for sched_runnable() et all. - Remove some dead code in sched_clock(). - Define two macros KSEQ_SELF() and KSEQ_CPU() for getting the kseq of the current cpu or some alternate cpu. - Start introducing kseq_() functions, such as kseq_choose() and kseq_setup(). Revision Changes Path 1.5 +79 -84 src/sys/kern/sched_ule.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 23:14:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68BCA37B401; Tue, 28 Jan 2003 23:14:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F1AD43F3F; Tue, 28 Jan 2003 23:14:17 -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 h0T7EGbv062472; Tue, 28 Jan 2003 23:14:16 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T7EGWs062471; Tue, 28 Jan 2003 23:14:16 -0800 (PST) Message-Id: <200301290714.h0T7EGWs062471@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 28 Jan 2003 23:14:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src UPDATING X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/28 23:14:16 PST Modified files: . UPDATING Log: 20030128 NODEVFS option has been removed and DEVFS thereby made standard. This makes all references to MAKEDEV obsolete, and the should be removed when convenient. Revision Changes Path 1.239 +5 -0 src/UPDATING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 23:25:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34B4C37B405; Tue, 28 Jan 2003 23:25:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CABEF43E4A; Tue, 28 Jan 2003 23:25:27 -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 h0T7PRbv066219; Tue, 28 Jan 2003 23:25:27 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T7PRK6066218; Tue, 28 Jan 2003 23:25:27 -0800 (PST) Message-Id: <200301290725.h0T7PRK6066218@repoman.freebsd.org> From: Scott Long Date: Tue, 28 Jan 2003 23:25:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 busdma_machdep.c src/sys/i386/include bus_dma.h src/sys/alpha/alpha busdma_machdep.c src/sys/alpha/include bus.h src/sys/sparc64/include bus.h iommuvar.h src/sys/sparc64/pci psycho.c src/sys/sparc64/sbus ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/28 23:25:27 PST Modified files: sys/i386/i386 busdma_machdep.c sys/i386/include bus_dma.h sys/alpha/alpha busdma_machdep.c sys/alpha/include bus.h sys/sparc64/include bus.h iommuvar.h sys/sparc64/pci psycho.c sys/sparc64/sbus sbus.c sys/sparc64/sparc64 bus_machdep.c iommu.c Log: Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() as counterparts to bus_dmamem_alloc() and bus_dmamem_free(). This allows the caller to specify the size of the allocation instead of it defaulting to the max_size field of the busdma tag. This is intended to aid in converting drivers to busdma. Lots of hardware cannot understand scatter/gather lists, which forces the driver to copy the i/o buffers to a single contiguous region before sending it to the hardware. Without these new methods, this would require a new busdma tag for each operation, or a complex internal allocator/cache for each driver. Allocations greater than PAGE_SIZE are rounded up to the next PAGE_SIZE by contigmalloc(), so this is not suitable for multiple static allocations that would be better served by a single fixed-length subdivided allocation. Reviewed by: jake (sparc64) Revision Changes Path 1.26 +26 -8 src/sys/alpha/alpha/busdma_machdep.c 1.16 +6 -0 src/sys/alpha/include/bus.h 1.30 +26 -8 src/sys/i386/i386/busdma_machdep.c 1.17 +6 -0 src/sys/i386/include/bus_dma.h 1.16 +30 -0 src/sys/sparc64/include/bus.h 1.8 +4 -0 src/sys/sparc64/include/iommuvar.h 1.27 +27 -0 src/sys/sparc64/pci/psycho.c 1.12 +25 -0 src/sys/sparc64/sbus/sbus.c 1.17 +35 -9 src/sys/sparc64/sparc64/bus_machdep.c 1.18 +25 -6 src/sys/sparc64/sparc64/iommu.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 23:28:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75AC137B401; Tue, 28 Jan 2003 23:28:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B5BA43F3F; Tue, 28 Jan 2003 23:28:26 -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 h0T7SPbv066325; Tue, 28 Jan 2003 23:28:25 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T7SP86066324; Tue, 28 Jan 2003 23:28:25 -0800 (PST) Message-Id: <200301290728.h0T7SP86066324@repoman.freebsd.org> From: Scott Long Date: Tue, 28 Jan 2003 23:28:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 bus_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 scottl 2003/01/28 23:28:25 PST Modified files: sys/sparc64/sparc64 bus_machdep.c Log: Fix a typo in dt_maxsize from the last commit Revision Changes Path 1.18 +1 -1 src/sys/sparc64/sparc64/bus_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Tue Jan 28 23:43: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CB3537B401; Tue, 28 Jan 2003 23:43:04 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B14043FA3; Tue, 28 Jan 2003 23:43:04 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 5237A2A89E; Tue, 28 Jan 2003 23:43:00 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Jacques A. Vidrine" , "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h In-Reply-To: <20030129021501.GB51683@opus.celabo.org> Date: Tue, 28 Jan 2003 23:43:00 -0800 From: Peter Wemm Message-Id: <20030129074300.5237A2A89E@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 "Jacques A. Vidrine" wrote: > On Tue, Jan 28, 2003 at 09:13:12PM -0500, Matthew N. Dodd wrote: > > On Tue, 28 Jan 2003, Peter Wemm wrote: > > > Ok, but what does this mean in the real world? Do krb5 users need to sto p > > > building world? > > > > Krb5 users just need to use MIT Krb5. > > More completely: Kerberos 5 users who want support for the Kerberos > 5 cipher suites in SSL/TLS (RFC 2712) must use OpenSSL 0.9.7 from the > ports tree, along with MIT Kerberos 5. > > This shouldn't mean much to anyone, since previously there has never > been support for RFC 2712 in the versions of OpenSSL included with > FreeBSD. Well, there is an ever so slight problem on the freebsd.org cluster: Jan 28 23:39:40 panther sshd[76989]: in openpam_load_module(): no pam_krb5.so found Jan 28 23:39:40 panther sshd[76989]: fatal: PAM: initialisation failed But not being able to log in probably doesn't mean much to anyone. :-( 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 Tue Jan 28 23:51: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7758A37B401; Tue, 28 Jan 2003 23:50:59 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24B3643FA7; Tue, 28 Jan 2003 23:50:59 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 0F4ED2A89E; Tue, 28 Jan 2003 23:50:59 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Jacques A. Vidrine" , "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h In-Reply-To: <20030129074300.5237A2A89E@canning.wemm.org> Date: Tue, 28 Jan 2003 23:50:59 -0800 From: Peter Wemm Message-Id: <20030129075059.0F4ED2A89E@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: > "Jacques A. Vidrine" wrote: > > On Tue, Jan 28, 2003 at 09:13:12PM -0500, Matthew N. Dodd wrote: > > > On Tue, 28 Jan 2003, Peter Wemm wrote: > > > > Ok, but what does this mean in the real world? Do krb5 users need to s to > p > > > > building world? > > > > > > Krb5 users just need to use MIT Krb5. > > > > More completely: Kerberos 5 users who want support for the Kerberos > > 5 cipher suites in SSL/TLS (RFC 2712) must use OpenSSL 0.9.7 from the > > ports tree, along with MIT Kerberos 5. > > > > This shouldn't mean much to anyone, since previously there has never > > been support for RFC 2712 in the versions of OpenSSL included with > > FreeBSD. > > Well, there is an ever so slight problem on the freebsd.org cluster: > > Jan 28 23:39:40 panther sshd[76989]: in openpam_load_module(): no pam_krb5.so found > Jan 28 23:39:40 panther sshd[76989]: fatal: PAM: initialisation failed > > But not being able to log in probably doesn't mean much to anyone. > > :-( Looks like this is yet another ABI change. The new pam_krb5.so was incompatable with the running sshd+openssl libraries. *grump* :-( 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 Wed Jan 29 0: 6:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC8F737B401; Wed, 29 Jan 2003 00:06:16 -0800 (PST) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC4EA43F93; Wed, 29 Jan 2003 00:06:15 -0800 (PST) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.6/8.12.6) with ESMTP id h0T86ELf009097; Wed, 29 Jan 2003 08:06:14 GMT (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost) by storm.FreeBSD.org.uk (8.12.6/8.12.6/Submit) with UUCP id h0T86Eg4009096; Wed, 29 Jan 2003 08:06:14 GMT X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.6/8.12.6) with ESMTP id h0T82faX064778; Wed, 29 Jan 2003 10:02:41 +0200 (SAST) (envelope-from mark@grondar.org) Message-Id: <200301290802.h0T82faX064778@grimreaper.grondar.org> To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile.inc In-Reply-To: Your message of "Tue, 28 Jan 2003 18:19:15 PST." <200301290219.h0T2JF2O054644@repoman.freebsd.org> Date: Wed, 29 Jan 2003 08:02:41 +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 > peter 2003/01/28 18:19:15 PST > > Modified files: > secure/lib/libcrypto Makefile.inc > Log: > Hopefully fix world for folks not compiling IDEA (the default). > NO_IDEA is now spelled OPENSSL_NO_IDEA. Update the bmake glue accordingly > or the IDEA references are not stripped from Thank you! :-) M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 0:11:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EE6637B401; Wed, 29 Jan 2003 00:11:16 -0800 (PST) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A29243F9B; Wed, 29 Jan 2003 00:11:15 -0800 (PST) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.6/8.12.6) with ESMTP id h0T8BELf009126; Wed, 29 Jan 2003 08:11:14 GMT (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost) by storm.FreeBSD.org.uk (8.12.6/8.12.6/Submit) with UUCP id h0T8BExE009125; Wed, 29 Jan 2003 08:11:14 GMT X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.6/8.12.6) with ESMTP id h0T89naX064871; Wed, 29 Jan 2003 10:09:49 +0200 (SAST) (envelope-from mark@grondar.org) Message-Id: <200301290809.h0T89naX064871@grimreaper.grondar.org> To: Jacques Vidrine Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssl/crypto - Imported sources In-Reply-To: Your message of "Tue, 28 Jan 2003 18:25:31 PST." <200301290225.h0T2PV78058100@repoman.freebsd.org> Date: Wed, 29 Jan 2003 08:09:49 +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 > Update of /home/ncvs/src/crypto/openssl/crypto > In directory repoman.freebsd.org:/tmp/cvs-serv58081 > > Log Message: > = Fix a bug in UI_UTIL_read_pw's error handling that caused > des_read_pw_string to break (and thus rather mysteriously > breaking utilities such as kinit). > > = Enable the BSD /dev/crypto interface. Thank You! M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 0:19:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1972F37B407 for ; Wed, 29 Jan 2003 00:19:07 -0800 (PST) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8000743FA3 for ; Wed, 29 Jan 2003 00:19:02 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: from whale.sunbay.crimea.ua (root@localhost) by whale.sunbay.crimea.ua (8.12.6/8.12.6/Sunbay) with SMTP id h0T8IsVG070124 for ; Wed, 29 Jan 2003 10:18:54 +0200 (EET) (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 h0T8Iq4N070108 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 29 Jan 2003 10:18:53 +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 h0T8Iq46070103; Wed, 29 Jan 2003 10:18:52 +0200 (EET) Date: Wed, 29 Jan 2003 10:18:52 +0200 From: Ruslan Ermilov To: Poul-Henning Kamp Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/disklabel disklabel.8 disklabel.c Message-ID: <20030129081852.GB66833@sunbay.com> References: <200301261435.h0QEZrPd064188@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="24zk1gE8NUlDmwG9" Content-Disposition: inline In-Reply-To: <200301261435.h0QEZrPd064188@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 --24zk1gE8NUlDmwG9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 26, 2003 at 06:35:53AM -0800, Poul-Henning Kamp wrote: > phk 2003/01/26 06:35:53 PST >=20 > Modified files: > sbin/disklabel disklabel.8 disklabel.c=20 > Log: > Drop the silly notion that i386 has two bootstrap files now that sys/bo= ot > creates a single file named just "boot". > =20 > Apart from the fact that the option "-s" is now gone and that "-b" shou= ld > be pointed at /boot/boot instead of /boot/boot1, this patch should be > a no-op. > =20 > Revision Changes Path > 1.45 +11 -25 src/sbin/disklabel/disklabel.8 > 1.75 +24 -138 src/sbin/disklabel/disklabel.c >=20 Something like this might be needed for systems with this new disklabel(8) (this is completely untested): %%% Index: doFS.sh =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/release/scripts/doFS.sh,v retrieving revision 1.42 diff -u -r1.42 doFS.sh --- doFS.sh 4 Nov 2002 00:50:01 -0000 1.42 +++ doFS.sh 29 Jan 2003 08:17:30 -0000 @@ -26,6 +26,10 @@ # so we have to specifically specify -r when we don't have -B. # disklabel fails otherwise. # +if [ -f "${RD}/trees/base/boot/boot" ]; then + BOOT1=3D"-B -b ${RD}/trees/base/boot/boot" + BOOT2=3D"" +else if [ -f "${RD}/trees/base/boot/boot1" ]; then BOOT1=3D"-B -b ${RD}/trees/base/boot/boot1" else @@ -35,6 +39,7 @@ BOOT2=3D"-s ${RD}/trees/base/boot/boot2" else BOOT2=3D"" +fi fi =20 deadlock=3D20 %%% 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 --24zk1gE8NUlDmwG9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+N45sUkv4P6juNwoRAnvzAJ97UYbQ4O2FZc7VWZpO5U66a/FTDwCbBRZS iL5hL9NgMPG1Lj4tNWTlT20= =I6O8 -----END PGP SIGNATURE----- --24zk1gE8NUlDmwG9-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 0:31: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19D0337B401; Wed, 29 Jan 2003 00:31:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B230B43FAF; Wed, 29 Jan 2003 00:31:02 -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 h0T8V2bv088912; Wed, 29 Jan 2003 00:31:02 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T8V2uK088908; Wed, 29 Jan 2003 00:31:02 -0800 (PST) Message-Id: <200301290831.h0T8V2uK088908@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 29 Jan 2003 00:31:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_usrreq.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 ume 2003/01/29 00:31:02 PST Modified files: (Branch: RELENG_4) sys/kern uipc_usrreq.c Log: MFC 1.103, 1.104: getpeername() returns with no error but didn't fill struct sockaddr correctly against PF_LOCAL. Revision Changes Path 1.54.2.9 +8 -0 src/sys/kern/uipc_usrreq.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 0:36:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DCB637B401; Wed, 29 Jan 2003 00:36:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A491A43F79; Wed, 29 Jan 2003 00:36:33 -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 h0T8aXbv091241; Wed, 29 Jan 2003 00:36:33 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T8aXrp091240; Wed, 29 Jan 2003 00:36:33 -0800 (PST) Message-Id: <200301290836.h0T8aXrp091240@repoman.freebsd.org> From: "David E. O'Brien" Date: Wed, 29 Jan 2003 00:36:33 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/vim 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 2003/01/29 00:36:33 PST Modified files: editors/vim Makefile Log: Switch over to GNOMENG (I wish the knob was named something else as I don't even want to suggest Vim now depends on the all that is GNOME). This appears to be affectively a no-op as `ldd' reports the same libs as before. PR: 46770 Submitted by: marcus Revision Changes Path 1.214 +13 -8 ports/editors/vim/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 0:37:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC1F937B401; Wed, 29 Jan 2003 00:37:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E0C443F79; Wed, 29 Jan 2003 00:37:26 -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 h0T8bQbv091294; Wed, 29 Jan 2003 00:37:26 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T8bQRB091293; Wed, 29 Jan 2003 00:37:26 -0800 (PST) Message-Id: <200301290837.h0T8bQRB091293@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 29 Jan 2003 00:37:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/crunch/crunchide endian.h exec_elf32.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 2003/01/29 00:37:26 PST Modified files: usr.sbin/crunch/crunchide exec_elf32.c Added files: usr.sbin/crunch/crunchide endian.h Log: Part 1/3 of unbreaking cross releases: Back out the removal of custom version of endian.h system header. On recent systems, it just falls back to . But on older systems like 5.0-DP1 or 4-STABLE, this private version may be necessary, as crunchide(1) is a cross-tool for "make release". Spotted by: kris, markm Revision Changes Path 1.3 +57 -0 src/usr.sbin/crunch/crunchide/endian.h (new) 1.8 +1 -1 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 Jan 29 0:37:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E837937B401; Wed, 29 Jan 2003 00:37:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DD3543F79; Wed, 29 Jan 2003 00:37:41 -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 h0T8bfbv091325; Wed, 29 Jan 2003 00:37:41 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T8bflF091324; Wed, 29 Jan 2003 00:37:41 -0800 (PST) Message-Id: <200301290837.h0T8bflF091324@repoman.freebsd.org> From: Oliver Braun Date: Wed, 29 Jan 2003 00:37:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/hs-green-card 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 2003/01/29 00:37:41 PST Modified files: devel/hs-green-card Makefile distinfo Log: Upgrade to 2.05. Revision Changes Path 1.7 +2 -3 ports/devel/hs-green-card/Makefile 1.3 +1 -1 ports/devel/hs-green-card/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 0:39:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E80F37B401; Wed, 29 Jan 2003 00:39:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 446FD43F75; Wed, 29 Jan 2003 00:39:29 -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 h0T8dTbv091382; Wed, 29 Jan 2003 00:39:29 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T8dTmP091381; Wed, 29 Jan 2003 00:39:29 -0800 (PST) Message-Id: <200301290839.h0T8dTmP091381@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 29 Jan 2003 00:39:29 -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 2003/01/29 00:39:28 PST Modified files: release Makefile Log: Part 2/3 of unbreaking cross releases: Use the right strip(1) binary. Revision Changes Path 1.748 +1 -1 src/release/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 0:41: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0816F37B401; Wed, 29 Jan 2003 00:40:59 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EA9443F93; Wed, 29 Jan 2003 00:40:58 -0800 (PST) (envelope-from phk@freebsd.org) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h0T8euZE006349; Wed, 29 Jan 2003 09:40:56 +0100 (CET) (envelope-from phk@freebsd.org) To: Ruslan Ermilov Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/disklabel disklabel.8 disklabel.c From: phk@freebsd.org In-Reply-To: Your message of "Wed, 29 Jan 2003 10:18:52 +0200." <20030129081852.GB66833@sunbay.com> Date: Wed, 29 Jan 2003 09:40:56 +0100 Message-ID: <6348.1043829656@critter.freebsd.dk> Sender: owner-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 <20030129081852.GB66833@sunbay.com>, Ruslan Ermilov writes: Yes, I'm in the process of testing something similar but my make release keeled over. >Something like this might be needed for systems with this >new disklabel(8) (this is completely untested): > >%%% >Index: doFS.sh >=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/release/scripts/doFS.sh,v >retrieving revision 1.42 >diff -u -r1.42 doFS.sh >--- doFS.sh 4 Nov 2002 00:50:01 -0000 1.42 >+++ doFS.sh 29 Jan 2003 08:17:30 -0000 >@@ -26,6 +26,10 @@ > # so we have to specifically specify -r when we don't have -B. > # disklabel fails otherwise. > # >+if [ -f "${RD}/trees/base/boot/boot" ]; then >+ BOOT1=3D"-B -b ${RD}/trees/base/boot/boot" >+ BOOT2=3D"" >+else > if [ -f "${RD}/trees/base/boot/boot1" ]; then > BOOT1=3D"-B -b ${RD}/trees/base/boot/boot1" > else >@@ -35,6 +39,7 @@ > BOOT2=3D"-s ${RD}/trees/base/boot/boot2" > else > BOOT2=3D"" >+fi > fi >=20 > deadlock=3D20 >%%% > > >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 > >--24zk1gE8NUlDmwG9 >Content-Type: application/pgp-signature >Content-Disposition: inline > >-----BEGIN PGP SIGNATURE----- >Version: GnuPG v1.2.1 (FreeBSD) > >iD8DBQE+N45sUkv4P6juNwoRAnvzAJ97UYbQ4O2FZc7VWZpO5U66a/FTDwCbBRZS >iL5hL9NgMPG1Lj4tNWTlT20= >=I6O8 >-----END PGP SIGNATURE----- > >--24zk1gE8NUlDmwG9-- > -- 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 Jan 29 1:25:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C040237B401; Wed, 29 Jan 2003 01:25:43 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86A5443F9B; Wed, 29 Jan 2003 01:25:42 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0T9Pgbv009134; Wed, 29 Jan 2003 01:25:42 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T9Pg6q009133; Wed, 29 Jan 2003 01:25:42 -0800 (PST) Message-Id: <200301290925.h0T9Pg6q009133@repoman.freebsd.org> From: Dmitry Sivachenko Date: Wed, 29 Jan 2003 01:25:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/qt31 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 demon 2003/01/29 01:25:42 PST Modified files: x11-toolkits/qt31 Makefile Log: Respect CFLAGS, CC, CXX, etc. Revision Changes Path 1.125 +14 -1 ports/x11-toolkits/qt31/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 1:41: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E79437B401; Wed, 29 Jan 2003 01:41:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E33CC43F85; Wed, 29 Jan 2003 01:41: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 h0T9f3bv014211; Wed, 29 Jan 2003 01:41: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 h0T9f3dM014207; Wed, 29 Jan 2003 01:41:03 -0800 (PST) Message-Id: <200301290941.h0T9f3dM014207@repoman.freebsd.org> From: Akinori MUSHA Date: Wed, 29 Jan 2003 01:41:03 -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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/29 01:41:03 PST Modified files: Mk bsd.ruby.mk lang/ruby-devel Makefile distinfo Log: Update lang/ruby-devel to the latest snapshot as of 2003.01.28. Update Oni Guruma to 20030121. Now that the MAKE_ARGS problem is gone, re-enable MAKE_ARGS for sparc64. Revision Changes Path 1.111 +4 -3 ports/Mk/bsd.ruby.mk 1.50 +1 -4 ports/lang/ruby-devel/Makefile 1.40 +2 -1 ports/lang/ruby-devel/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 1:42:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37F3A37B401; Wed, 29 Jan 2003 01:42:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0B1343F3F; Wed, 29 Jan 2003 01:42:52 -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 h0T9gqbv016265; Wed, 29 Jan 2003 01:42:52 -0800 (PST) (envelope-from blackend@repoman.freebsd.org) Received: (from blackend@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0T9gqOR016264; Wed, 29 Jan 2003 01:42:52 -0800 (PST) Message-Id: <200301290942.h0T9gqOR016264@repoman.freebsd.org> From: Marc Fonvieille Date: Wed, 29 Jan 2003 01:42:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/releases/4.8R docbook.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 blackend 2003/01/29 01:42:52 PST Added files: en/releases/4.8R docbook.css Log: Add missing docbook.css to unbreak website build. Revision Changes Path 1.1 +161 -0 www/en/releases/4.8R/docbook.css (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 2: 0:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F303037B401; Wed, 29 Jan 2003 02:00:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD7B943F85; Wed, 29 Jan 2003 02:00:42 -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 h0TA0gbv020312; Wed, 29 Jan 2003 02:00:42 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TA0gUH020310; Wed, 29 Jan 2003 02:00:42 -0800 (PST) Message-Id: <200301291000.h0TA0gUH020310@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 29 Jan 2003 02:00:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2003/01/29 02:00:42 PST Modified files: . Makefile Log: Part 3/3 of unbreaking cross releases: When we call "distributeworld" as part of "make release", we set MACHINE and MACHINE_ARCH to point to TARGET and TARGET_ARCH; this confused src/Makefile's idea of what ${MAKEPATH}, and consequently ${MAKE}, is (well, it still confuses ${MAKEPATH}, but see below). To overcome this problem, we now take the following approach: - We preserve the make(1)'s idea of its argv[0], ${MAKE}. - We check to see if ${MAKE} passes the regression tests. - If it does, we use it. Otherwise, we build and use an up-to-date make(1). This fix is still not quite right, in a situation where a single /usr/obj is shared between different architecture machines, but it is less critical and I hope to fix that soon. Revision Changes Path 1.274 +16 -12 src/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 2: 7:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE43837B401; Wed, 29 Jan 2003 02:07:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 623AB43E4A; Wed, 29 Jan 2003 02:07:28 -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 h0TA7Sbv023518; Wed, 29 Jan 2003 02:07:28 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TA7SJg023517; Wed, 29 Jan 2003 02:07:28 -0800 (PST) Message-Id: <200301291007.h0TA7SJg023517@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 29 Jan 2003 02:07:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpchroot.5 ftpcmd.y ftpd.8 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 2003/01/29 02:07:27 PST Modified files: libexec/ftpd ftpchroot.5 ftpcmd.y ftpd.8 ftpd.c Log: Give the code around chroot(2)/chdir(2) a major overhaul by separating its part around chroot(2) from that around initial chdir(2). This makes the below changes really easy. Move seteuid(to user's uid) to before calling chdir(2). There are two goals to achieve by that. First, NFS mounted home directories with restrictive permissions become accessible (local superuser can't access them if not mapped to uid 0 on the remote side explicitly.) Second, all the permissions to the home directory pathname components become effective; previously a user could be carried to any local directory despite its permissions since the chdir(2) was done with euid 0. This reduces possible impact from FTP server misconfiguration, e.g., assigning a wrong home directory to a user. Implement the "/./" feature. Now a guest or user subject to chrooting may have "/./" in his login directory, which separates his chroot directory from his home directory inside the chrooted environment. This works for ftpchroot(5) as well. PR: bin/17843 bin/23944 Revision Changes Path 1.2 +16 -4 src/libexec/ftpd/ftpchroot.5 1.47 +2 -4 src/libexec/ftpd/ftpcmd.y 1.59 +11 -0 src/libexec/ftpd/ftpd.8 1.138 +72 -33 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 Wed Jan 29 2: 8: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33ECF37B401; Wed, 29 Jan 2003 02:08:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6A1943F75; Wed, 29 Jan 2003 02:08:06 -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 h0TA86bv023574; Wed, 29 Jan 2003 02:08: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 h0TA86YV023573; Wed, 29 Jan 2003 02:08:06 -0800 (PST) Message-Id: <200301291008.h0TA86YV023573@repoman.freebsd.org> From: Akinori MUSHA Date: Wed, 29 Jan 2003 02:08:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/ruby-mysql Makefile distinfo ports/databases/ruby-mysql/files patch-extconf.rb X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/29 02:08:06 PST Modified files: databases/ruby-mysql Makefile distinfo Added files: databases/ruby-mysql/files patch-extconf.rb Log: Update to 2.4.4 and add a patch to make it build with ruby 1.8. Revision Changes Path 1.19 +1 -1 ports/databases/ruby-mysql/Makefile 1.10 +1 -1 ports/databases/ruby-mysql/distinfo 1.1 +22 -0 ports/databases/ruby-mysql/files/patch-extconf.rb (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 2:37:40 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A744537B401; Wed, 29 Jan 2003 02:37:38 -0800 (PST) Received: from obsecurity.dyndns.org (adsl-64-169-104-205.dsl.lsan03.pacbell.net [64.169.104.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB9E343F75; Wed, 29 Jan 2003 02:37:37 -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 B80F06799A; Wed, 29 Jan 2003 02:37:36 -0800 (PST) Received: by rot13.obsecurity.org (Postfix, from userid 1000) id AA05CE1F; Wed, 29 Jan 2003 02:37:36 -0800 (PST) Date: Wed, 29 Jan 2003 02:37:36 -0800 From: Kris Kennaway To: Peter Wemm Cc: "Jacques A. Vidrine" , "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h Message-ID: <20030129103736.GA7828@rot13.obsecurity.org> References: <20030129074300.5237A2A89E@canning.wemm.org> <20030129075059.0F4ED2A89E@canning.wemm.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7JfCtLOvnd9MIVvH" Content-Disposition: inline In-Reply-To: <20030129075059.0F4ED2A89E@canning.wemm.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 --7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 28, 2003 at 11:50:59PM -0800, Peter Wemm wrote: > Looks like this is yet another ABI change. The new pam_krb5.so was > incompatable with the running sshd+openssl libraries. >=20 > *grump* :-( Since this is a new OpenSSL version (0.9.7 vs 0.9.6x) the new ABI is not compatible with that of the older code. kris --7JfCtLOvnd9MIVvH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+N67wWry0BWjoQKURAsjAAKCcD46tItIZ+QrbJ1GPl4JmV6l57QCfU2pw dNdl3p36ZwYI6wmDiWfi0+s= =D8ze -----END PGP SIGNATURE----- --7JfCtLOvnd9MIVvH-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 2:46: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 812C237B401; Wed, 29 Jan 2003 02:46:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25DB943E4A; Wed, 29 Jan 2003 02:46: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 h0TAjxbv037787; Wed, 29 Jan 2003 02:45: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 h0TAjxCs037786; Wed, 29 Jan 2003 02:45:59 -0800 (PST) Message-Id: <200301291045.h0TAjxCs037786@repoman.freebsd.org> From: Akinori MUSHA Date: Wed, 29 Jan 2003 02:45:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/biology/ruby-bio 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 2003/01/29 02:45:59 PST Modified files: biology/ruby-bio Makefile distinfo pkg-plist Log: Update to 0.4.0. Revision Changes Path 1.9 +1 -1 ports/biology/ruby-bio/Makefile 1.8 +1 -1 ports/biology/ruby-bio/distinfo 1.8 +24 -12 ports/biology/ruby-bio/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 Jan 29 2:52:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23F7B37B401; Wed, 29 Jan 2003 02:52:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE07043F85; Wed, 29 Jan 2003 02:52:58 -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 h0TAqwbv041247; Wed, 29 Jan 2003 02:52:58 -0800 (PST) (envelope-from knu@repoman.freebsd.org) Received: (from knu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TAqwBA041246; Wed, 29 Jan 2003 02:52:58 -0800 (PST) Message-Id: <200301291052.h0TAqwBA041246@repoman.freebsd.org> From: Akinori MUSHA Date: Wed, 29 Jan 2003 02:52:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ruby-textbuf 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 2003/01/29 02:52:58 PST Modified files: devel/ruby-textbuf Makefile Log: Complete the name in comment. Revision Changes Path 1.13 +1 -1 ports/devel/ruby-textbuf/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 2:58:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D73337B401; Wed, 29 Jan 2003 02:58:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A54A543F79; Wed, 29 Jan 2003 02:58:58 -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 h0TAwwbv041413; Wed, 29 Jan 2003 02:58:58 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TAwwl3041412; Wed, 29 Jan 2003 02:58:58 -0800 (PST) Message-Id: <200301291058.h0TAwwl3041412@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 29 Jan 2003 02:58:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/ftpd ftpcmd.y ftpd.8 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 2003/01/29 02:58:58 PST Modified files: libexec/ftpd ftpcmd.y ftpd.8 ftpd.c Log: Add a new option to ftpd(8), "-h", to disable printing any host-specific information in FTP server messages (so paranoid admins can sleep at night :-) PR: bin/16705 MFC after: 1 week Revision Changes Path 1.48 +5 -1 src/libexec/ftpd/ftpcmd.y 1.60 +4 -1 src/libexec/ftpd/ftpd.8 1.139 +16 -4 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 Wed Jan 29 3: 6: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ACC737B401; Wed, 29 Jan 2003 03:06:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EFF043E4A; Wed, 29 Jan 2003 03:06:06 -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 h0TB66bv045265; Wed, 29 Jan 2003 03:06: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 h0TB65EV045264; Wed, 29 Jan 2003 03:06:05 -0800 (PST) Message-Id: <200301291106.h0TB65EV045264@repoman.freebsd.org> From: Akinori MUSHA Date: Wed, 29 Jan 2003 03:06:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/ruby-strongtyping 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 2003/01/29 03:06:05 PST Modified files: devel Makefile Added files: devel/ruby-strongtyping Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add ruby-strongtyping, a little Ruby module that adds strong typing facilities. Revision Changes Path 1.1030 +1 -0 ports/devel/Makefile 1.1 +34 -0 ports/devel/ruby-strongtyping/Makefile (new) 1.1 +1 -0 ports/devel/ruby-strongtyping/distinfo (new) 1.1 +1 -0 ports/devel/ruby-strongtyping/pkg-comment (new) 1.1 +7 -0 ports/devel/ruby-strongtyping/pkg-descr (new) 1.1 +6 -0 ports/devel/ruby-strongtyping/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 Jan 29 3: 6:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E874E37B401; Wed, 29 Jan 2003 03:06:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F60B43F43; Wed, 29 Jan 2003 03:06:17 -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 h0TB6Hbv045302; Wed, 29 Jan 2003 03:06: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 h0TB6HT5045301; Wed, 29 Jan 2003 03:06:17 -0800 (PST) Message-Id: <200301291106.h0TB6HT5045301@repoman.freebsd.org> From: Akinori MUSHA Date: Wed, 29 Jan 2003 03:06: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 2003/01/29 03:06:17 PST Modified files: . modules Log: ruby-strongtyping --> ports/devel/ruby-strongtyping Revision Changes Path 1.6602 +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 Jan 29 3:29:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E925037B401; Wed, 29 Jan 2003 03:29:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CAFC43F3F; Wed, 29 Jan 2003 03:29:22 -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 h0TBTMbv052429; Wed, 29 Jan 2003 03:29:22 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TBTM21052428; Wed, 29 Jan 2003 03:29:22 -0800 (PST) Message-Id: <200301291129.h0TBTM21052428@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 29 Jan 2003 03:29:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys timetc.h src/sys/kern kern_tc.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 2003/01/29 03:29:22 PST Modified files: sys/sys timetc.h sys/kern kern_tc.c Log: Move timecounters notion of frequency to 64 bits. [WARNING: CPUs in the distant future may be closer than they appear!] Revision Changes Path 1.147 +4 -3 src/sys/kern/kern_tc.c 1.56 +2 -2 src/sys/sys/timetc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 3:36:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DE8137B401; Wed, 29 Jan 2003 03:36:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1D0643F85; Wed, 29 Jan 2003 03:36:39 -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 h0TBadbv056061; Wed, 29 Jan 2003 03:36:39 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TBadQW056060; Wed, 29 Jan 2003 03:36:39 -0800 (PST) Message-Id: <200301291136.h0TBadQW056060@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 29 Jan 2003 03:36:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 identcpu.c src/sys/i386/include clock.h src/sys/i386/isa 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 phk 2003/01/29 03:36:39 PST Modified files: sys/i386/i386 identcpu.c sys/i386/include clock.h sys/i386/isa clock.c Log: Make tsc_freq a 64bit quantity. Inspired by: http://www.theinquirer.net/?article=7481 Revision Changes Path 1.117 +7 -6 src/sys/i386/i386/identcpu.c 1.42 +1 -1 src/sys/i386/include/clock.h 1.192 +7 -5 src/sys/i386/isa/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 Jan 29 4: 7:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A52037B401; Wed, 29 Jan 2003 04:07:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F2E443F75; Wed, 29 Jan 2003 04:07:17 -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 h0TC7Gbv066720; Wed, 29 Jan 2003 04:07:16 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TC7GIC066719; Wed, 29 Jan 2003 04:07:16 -0800 (PST) Message-Id: <200301291207.h0TC7GIC066719@repoman.freebsd.org> From: Alan Eldridge Date: Wed, 29 Jan 2003 04:07:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kde3 Makefile.kde X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/29 04:07:16 PST Modified files: x11/kde3 Makefile.kde Log: turn off debug build by default Revision Changes Path 1.11 +5 -5 ports/x11/kde3/Makefile.kde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 4:31: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B20B37B401; Wed, 29 Jan 2003 04:31:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BB6C43F3F; Wed, 29 Jan 2003 04:30:59 -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 h0TCUxbv075080; Wed, 29 Jan 2003 04:30: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 h0TCUxFf075073; Wed, 29 Jan 2003 04:30:59 -0800 (PST) Message-Id: <200301291230.h0TCUxFf075073@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 29 Jan 2003 04:30:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sysv_sem.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 2003/01/29 04:30:59 PST Modified files: sys/kern sysv_sem.c Log: Fix two fatal signedness errors introduced when i and j in semop() were changed from int to size_t in the previous revision. PR: 47625 Revision Changes Path 1.59 +6 -5 src/sys/kern/sysv_sem.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 5: 4:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D8FF37B401; Wed, 29 Jan 2003 05:04:49 -0800 (PST) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id B43FC43F43; Wed, 29 Jan 2003 05:04:48 -0800 (PST) (envelope-from nectar@celabo.org) Received: from opus.celabo.org (opus.celabo.org [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id A6EA3E; Wed, 29 Jan 2003 07:04:47 -0600 (CST) Received: by opus.celabo.org (Postfix, from userid 1001) id D4A7256D4; Wed, 29 Jan 2003 07:03:12 -0600 (CST) Date: Wed, 29 Jan 2003 07:03:12 -0600 From: "Jacques A. Vidrine" To: Peter Wemm Cc: "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h Message-ID: <20030129130312.GA17951@opus.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Peter Wemm , "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20030129021501.GB51683@opus.celabo.org> <20030129074300.5237A2A89E@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030129074300.5237A2A89E@canning.wemm.org> 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 Tue, Jan 28, 2003 at 11:43:00PM -0800, Peter Wemm wrote: > "Jacques A. Vidrine" wrote: > > More completely: Kerberos 5 users who want support for the Kerberos > > 5 cipher suites in SSL/TLS (RFC 2712) must use OpenSSL 0.9.7 from the > > ports tree, along with MIT Kerberos 5. > > > > This shouldn't mean much to anyone, since previously there has never > > been support for RFC 2712 in the versions of OpenSSL included with > > FreeBSD. > > Well, there is an ever so slight problem on the freebsd.org cluster: > > Jan 28 23:39:40 panther sshd[76989]: in openpam_load_module(): no pam_krb5.so found > Jan 28 23:39:40 panther sshd[76989]: fatal: PAM: initialisation failed > > But not being able to log in probably doesn't mean much to anyone. > > :-( I doubt seriously this has anything at all to do with this commit or topic (OPENSSL_NO_KRB5 / RFC 2712). Was the whole world rebuilt? Despite the fact that going from `0.9.6' to `0.9.7' does not `sound' like a big change, OpenSSL 0.9.7 has binary incompatibilities with previous versions. Thus the bump in the installed libraries (libcrypto.so.3, libssl.so.3). If some parts of the base system were not rebuilt, there may be problems (e.g. sshd linking to 0.9.7/libcrypto.so.3, but pam_krb5.so having been built against 0.9.6). 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 Jan 29 5: 6:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 891C337B401; Wed, 29 Jan 2003 05:06:18 -0800 (PST) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8CD543F3F; Wed, 29 Jan 2003 05:06:17 -0800 (PST) (envelope-from nectar@celabo.org) Received: from opus.celabo.org (opus.celabo.org [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id DDABAE; Wed, 29 Jan 2003 07:06:16 -0600 (CST) Received: by opus.celabo.org (Postfix, from userid 1001) id 4064656D4; Wed, 29 Jan 2003 07:04:42 -0600 (CST) Date: Wed, 29 Jan 2003 07:04:42 -0600 From: "Jacques A. Vidrine" To: Peter Wemm , Kris Kennaway Cc: "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h Message-ID: <20030129130442.GB17951@opus.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Peter Wemm , Kris Kennaway , "Matthew N. Dodd" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20030129074300.5237A2A89E@canning.wemm.org> <20030129075059.0F4ED2A89E@canning.wemm.org> <20030129103736.GA7828@rot13.obsecurity.org> <20030129074300.5237A2A89E@canning.wemm.org> <20030129075059.0F4ED2A89E@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030129103736.GA7828@rot13.obsecurity.org> <20030129075059.0F4ED2A89E@canning.wemm.org> 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 Tue, Jan 28, 2003 at 11:50:59PM -0800, Peter Wemm wrote: > Looks like this is yet another ABI change. The new pam_krb5.so was > incompatable with the running sshd+openssl libraries. > > *grump* :-( Yes, that is certainly the case. So I suppose the answer was `rebuild the world AND restart running applications' ? 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 Jan 29 5:18:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2789837B401; Wed, 29 Jan 2003 05:18:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0FA143F75; Wed, 29 Jan 2003 05:18:18 -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 h0TDIIbv091507; Wed, 29 Jan 2003 05:18:18 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TDIIbH091506; Wed, 29 Jan 2003 05:18:18 -0800 (PST) Message-Id: <200301291318.h0TDIIbH091506@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 29 Jan 2003 05:18:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.pc98 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/29 05:18:18 PST Modified files: sys/conf files.pc98 Log: NO_GEOM cleanup: Don't inlude diskslice_machdep.c Revision Changes Path 1.259 +0 -1 src/sys/conf/files.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 5:21:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02AF637B401; Wed, 29 Jan 2003 05:21:36 -0800 (PST) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56C7C43F3F; Wed, 29 Jan 2003 05:21:35 -0800 (PST) (envelope-from nectar@celabo.org) Received: from opus.celabo.org (opus.celabo.org [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id 76B38E; Wed, 29 Jan 2003 07:21:34 -0600 (CST) Received: by opus.celabo.org (Postfix, from userid 1001) id 7D84256D4; Wed, 29 Jan 2003 07:19:59 -0600 (CST) Date: Wed, 29 Jan 2003 07:19:59 -0600 From: "Jacques A. Vidrine" To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... Message-ID: <20030129131959.GC17951@opus.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301282258.h0SMwFG1081901@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301282258.h0SMwFG1081901@repoman.freebsd.org> 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 Tue, Jan 28, 2003 at 02:59:46PM -0800, Mark Murray wrote: > markm 2003/01/28 14:58:15 PST > > Modified files: > secure/lib/libcrypto Makefile Makefile.inc opensslconf-alpha.h > opensslconf-i386.h opensslconf-ia64.h > opensslconf-powerpc.h > opensslconf-sparc64.h > secure/lib/libcrypto/man BIO_ctrl.3 BIO_f_base64.3 > BIO_f_buffer.3 BIO_f_cipher.3 > BIO_f_md.3 BIO_f_null.3 BIO_f_ssl.3 > BIO_find_type.3 BIO_new.3 BIO_push.3 [...snip...] > Log: > Update for OpenSSL 0.9.7. No assembler code at the moment. This > will follow. Mark, Previously, the installation of OpenSSL man pages was controlled by this knob (text from share/examples/etc/make.conf): # To build the OpenSSL manpages, uncomment the following. These are not # built by default because they clobber a number of system manpages with # manpages describing parts of the OpenSSL toolkit, including passwd(1), # err(3), md5(3), and others. # #WANT_OPENSSL_MANPAGES= true This has been removed, which is bad. I'd __really__ like to see OpenSSL documentation installed, but in a non-clobbering way. Should we have /usr/share/man/openssl ? Or perhaps we should use pod2html (rather than pod2man) and install /usr/share/doc/openssl ? 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 Jan 29 5:23:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF5C737B401; Wed, 29 Jan 2003 05:23:32 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7588843F43; Wed, 29 Jan 2003 05:23:32 -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 h0TDNWbv094971; Wed, 29 Jan 2003 05:23:32 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TDNVQT094970; Wed, 29 Jan 2003 05:23:31 -0800 (PST) Message-Id: <200301291323.h0TDNVQT094970@repoman.freebsd.org> From: Alan Eldridge Date: Wed, 29 Jan 2003 05:23:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/qt31 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 2003/01/29 05:23:31 PST Modified files: x11-toolkits/qt31 Makefile Log: Add knob for turning off cups support. PR: 47627 Submitted by: Sergey A. Osokin Revision Changes Path 1.126 +6 -2 ports/x11-toolkits/qt31/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 5:35:42 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E69937B401; Wed, 29 Jan 2003 05:35:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0498243F43; Wed, 29 Jan 2003 05:35:41 -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 h0TDZebv098633; Wed, 29 Jan 2003 05:35:40 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TDZePr098632; Wed, 29 Jan 2003 05:35:40 -0800 (PST) Message-Id: <200301291335.h0TDZePr098632@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 29 Jan 2003 05:35:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/lib/libcrypto 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 2003/01/29 05:35:40 PST Modified files: secure/lib/libcrypto Makefile Log: Re-add WANT_OPENSSL_MANPAGES knob. Revision Changes Path 1.53 +2 -0 src/secure/lib/libcrypto/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 5:41:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EF6C37B401; Wed, 29 Jan 2003 05:41:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7FAC43F75; Wed, 29 Jan 2003 05:41:52 -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 h0TDfqbv001465; Wed, 29 Jan 2003 05:41:52 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TDfqYm001461; Wed, 29 Jan 2003 05:41:52 -0800 (PST) Message-Id: <200301291341.h0TDfqYm001461@repoman.freebsd.org> From: "Tim J. Robbins" Date: Wed, 29 Jan 2003 05:41:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/smbfs smbfs_vnops.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 2003/01/29 05:41:52 PST Modified files: sys/fs/smbfs smbfs_vnops.c Log: Escape the backslash in badchars so that smbfs_pathcheck() correctly rejects pathnames with backslashes in them (and to avoid a syntax error). Found by: FlexeLint Revision Changes Path 1.28 +1 -1 src/sys/fs/smbfs/smbfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 5:55:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA58F37B4D2 for ; Wed, 29 Jan 2003 05:55:18 -0800 (PST) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B22A43F3F for ; Wed, 29 Jan 2003 05:55:09 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: from whale.sunbay.crimea.ua (root@localhost) by whale.sunbay.crimea.ua (8.12.6/8.12.6/Sunbay) with SMTP id h0TDsqDP014731 for ; Wed, 29 Jan 2003 15:54:52 +0200 (EET) (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 h0TDsp4N014718 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 29 Jan 2003 15:54:51 +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 h0TDspGG014713; Wed, 29 Jan 2003 15:54:51 +0200 (EET) Date: Wed, 29 Jan 2003 15:54:51 +0200 From: Ruslan Ermilov To: Mark Murray , Jacques Vidrine Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: src/crypto/openssl Message-ID: <20030129135451.GA12456@sunbay.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Kj7319i9nmIyA2yE" Content-Disposition: inline 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 --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! Revision 1.9 is responsible for a breakage I am still seeing: : RCS file: /home/ncvs/src/crypto/openssl/crypto/des/des.h,v : Working file: des.h : head: 1.9 : branch: : locks: strict : access list: : keyword substitution: kv : total revisions: 22; selected revisions: 9 : description: : ---------------------------- : revision 1.9 : date: 2003/01/28 22:34:19; author: markm; state: Exp; lines: +131 -161 : Merge conflicts. : This is cunning doublespeak for "use vendor code". : ---------------------------- : revision 1.8 : date: 2002/07/30 13:58:49; author: nectar; state: Exp; lines: +1 -1 : Resolve conflicts after import of OpenSSL 0.9.6e. : ---------------------------- Revision 1.8 had some local declaration stuff on behalf of rnd_keys.c, in particular des_new_random_key(): : allmouth# cvs di -u -rv0_9_6g -r1.8 des.h | grep -w des_new_random_key : +int des_new_random_key(des_cblock *key); Revision 1.9 does not include any local changes, and this upsets libtelnet build (this is on beast with fresh sources): : =3D=3D=3D> secure/lib/libtelnet : cc -O -pipe -mcpu=3Dpentiumpro -DENCRYPTION -DAUTHENTICATION -DSRA -I/j/= ru/src-5/secure/lib/libtelnet/../../../crypto/telnet -I/j/ru/src-5/secure/l= ib/libtelnet/../../../crypto/telnet/libtelnet -DNO_IDEA -Werror -Wall -Wno-= format-y2k -Wno-uninitialized -c /j/ru/src-5/crypto/telnet/libtelnet/enc_d= es.c -o enc_des.o : cc1: warnings being treated as errors : /j/ru/src-5/crypto/telnet/libtelnet/enc_des.c: In function `fb64_start': : /j/ru/src-5/crypto/telnet/libtelnet/enc_des.c:214: warning: implicit decl= aration of function `des_new_random_key' : *** Error code 1 : Stop in /j/ru/src-5/secure/lib/libtelnet. : *** Error code 1 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 --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+N90rUkv4P6juNwoRAhpNAJ4/sIF1Cubu3j08tZQJhYPWgcoTTgCfV0Il zDU87dMnZLZS+LH75EpobXc= =qmx5 -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 6: 9:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C463737B401; Wed, 29 Jan 2003 06:09:16 -0800 (PST) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id E495643F43; Wed, 29 Jan 2003 06:09:15 -0800 (PST) (envelope-from mi+mx@aldan.algebra.com) Received: from mi.us.murex.com (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.6/8.12.6) with ESMTP id h0TE95MZ025125 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Wed, 29 Jan 2003 09:09:09 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) Content-Type: text/plain; charset="iso-8859-1" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: "Jacques A. Vidrine" , Mark Murray Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... Date: Wed, 29 Jan 2003 09:09:22 -0500 User-Agent: KMail/1.4.3 Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301282258.h0SMwFG1081901@repoman.freebsd.org> <20030129131959.GC17951@opus.celabo.org> In-Reply-To: <20030129131959.GC17951@opus.celabo.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200301290909.22187.mi+mx@aldan.algebra.com> X-Scanned-By: MIMEDefang 2.21 (www . roaringpenguin . com / mimedefang) Sender: owner-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 29 January 2003 08:19 am, Jacques A. Vidrine wrote: [...] = Previously, the installation of OpenSSL man pages was controlled by = this knob (text from share/examples/etc/make.conf): = = # To build the OpenSSL manpages, uncomment the following. These = # are not built by default because they clobber a number of system = # manpages with manpages describing parts of the OpenSSL toolkit, = # including passwd(1), err(3), md5(3), and others. = # = #WANT_OPENSSL_MANPAGES= true = This has been removed, which is bad. = I'd __really__ like to see OpenSSL documentation installed, but in a = non-clobbering way. Should we have /usr/share/man/openssl ? = Or perhaps we should use pod2html (rather than pod2man) and install = /usr/share/doc/openssl ? NetBSD spells OpenSSL's passwd.1 as openssl_passwd.1 A related topic. I thought, it was agreed to, at some point, remove our implementations of things, OpenSSL provides, in favor of the OpenSSL's replacements -- may be, after merging in the differences, or some such. I'm talking primarily of the message digest library (-lmd), which is (almost) API compatible with -lcrypto (MD5Final vs. MD5_Final). We can definetly start that road with merging some of the man-pages... -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 6:12:44 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CD0837B401; Wed, 29 Jan 2003 06:12:43 -0800 (PST) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F8C743F75; Wed, 29 Jan 2003 06:12:42 -0800 (PST) (envelope-from nectar@celabo.org) Received: from opus.celabo.org (opus.celabo.org [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id 14AD9E; Wed, 29 Jan 2003 08:12:42 -0600 (CST) Received: by opus.celabo.org (Postfix, from userid 1001) id A6BC456D6; Wed, 29 Jan 2003 08:11:06 -0600 (CST) Date: Wed, 29 Jan 2003 08:11:06 -0600 From: "Jacques A. Vidrine" To: Mikhail Teterin Cc: Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... Message-ID: <20030129141106.GA53244@opus.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Mikhail Teterin , Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301282258.h0SMwFG1081901@repoman.freebsd.org> <20030129131959.GC17951@opus.celabo.org> <200301290909.22187.mi+mx@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301290909.22187.mi+mx@aldan.algebra.com> 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, Jan 29, 2003 at 09:09:22AM -0500, Mikhail Teterin wrote: > A related topic. I thought, it was agreed to, at some point, remove our > implementations of things, OpenSSL provides, in favor of the OpenSSL's > replacements -- may be, after merging in the differences, or some such. > I'm talking primarily of the message digest library (-lmd), which is > (almost) API compatible with -lcrypto (MD5Final vs. MD5_Final). I'm in agreement, but it is fairly low on my list. Feel free to post patches for review to accomplish this. Others may want to keep libmd for whatever reason. 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 Jan 29 6:21:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22CCC37B401; Wed, 29 Jan 2003 06:21:20 -0800 (PST) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31F8943F79; Wed, 29 Jan 2003 06:21:19 -0800 (PST) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.6/8.12.6) with ESMTP id h0TELILf011907; Wed, 29 Jan 2003 14:21:18 GMT (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost) by storm.FreeBSD.org.uk (8.12.6/8.12.6/Submit) with UUCP id h0TELILk011906; Wed, 29 Jan 2003 14:21:18 GMT X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.6/8.12.6) with ESMTP id h0TEIQaX067390; Wed, 29 Jan 2003 16:18:26 +0200 (SAST) (envelope-from mark@grondar.org) Message-Id: <200301291418.h0TEIQaX067390@grimreaper.grondar.org> To: Ruslan Ermilov Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: src/crypto/openssl In-Reply-To: Your message of "Wed, 29 Jan 2003 15:54:51 +0200." <20030129135451.GA12456@sunbay.com> Date: Wed, 29 Jan 2003 14:18:26 +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 > Revision 1.8 had some local declaration stuff on behalf of > rnd_keys.c, in particular des_new_random_key(): > > : allmouth# cvs di -u -rv0_9_6g -r1.8 des.h | grep -w des_new_random_key > : +int des_new_random_key(des_cblock *key); > > Revision 1.9 does not include any local changes, and this > upsets libtelnet build (this is on beast with fresh sources): > > : =3D=3D=3D> secure/lib/libtelnet > : cc -O -pipe -mcpu=3Dpentiumpro -DENCRYPTION -DAUTHENTICATION -DSRA -I/j/= > ru/src-5/secure/lib/libtelnet/../../../crypto/telnet -I/j/ru/src-5/secure/l= > ib/libtelnet/../../../crypto/telnet/libtelnet -DNO_IDEA -Werror -Wall -Wno-= > format-y2k -Wno-uninitialized -c /j/ru/src-5/crypto/telnet/libtelnet/enc_d= > es.c -o enc_des.o > : cc1: warnings being treated as errors > : /j/ru/src-5/crypto/telnet/libtelnet/enc_des.c: In function `fb64_start': > : /j/ru/src-5/crypto/telnet/libtelnet/enc_des.c:214: warning: implicit decl= > aration of function `des_new_random_key' > : *** Error code 1 > : Stop in /j/ru/src-5/secure/lib/libtelnet. > : *** Error code 1 This is confusing. My Alpha built this clean from a recent CURRENT. No other diffs. M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 6:26:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C6A837B401; Wed, 29 Jan 2003 06:26:22 -0800 (PST) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA51B43FA7; Wed, 29 Jan 2003 06:26:20 -0800 (PST) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.6/8.12.6) with ESMTP id h0TEQJLf011956; Wed, 29 Jan 2003 14:26:19 GMT (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost) by storm.FreeBSD.org.uk (8.12.6/8.12.6/Submit) with UUCP id h0TEQJh0011955; Wed, 29 Jan 2003 14:26:19 GMT X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.6/8.12.6) with ESMTP id h0TEMDaX067453; Wed, 29 Jan 2003 16:22:13 +0200 (SAST) (envelope-from mark@grondar.org) Message-Id: <200301291422.h0TEMDaX067453@grimreaper.grondar.org> To: "Jacques A. Vidrine" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... In-Reply-To: Your message of "Wed, 29 Jan 2003 07:19:59 CST." <20030129131959.GC17951@opus.celabo.org> Date: Wed, 29 Jan 2003 14:22:13 +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 > #WANT_OPENSSL_MANPAGES= true > > This has been removed, which is bad. Hmm. > I'd __really__ like to see OpenSSL documentation installed, but in a > non-clobbering way. Should we have /usr/share/man/openssl ? Good suggestion. Perl was like that. > Or perhaps we should use pod2html (rather than pod2man) and install > /usr/share/doc/openssl ? I'm not so keen on this. We don't supply an HTML reader by default, so it would be a little rude to make the default docs HTML ;-). M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 6:26:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8172237B405; Wed, 29 Jan 2003 06:26:29 -0800 (PST) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2F8243F43; Wed, 29 Jan 2003 06:26:28 -0800 (PST) (envelope-from nectar@celabo.org) Received: from opus.celabo.org (opus.celabo.org [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id 5E5777B; Wed, 29 Jan 2003 08:26:28 -0600 (CST) Received: by opus.celabo.org (Postfix, from userid 1001) id BA07256D4; Wed, 29 Jan 2003 08:24:52 -0600 (CST) Date: Wed, 29 Jan 2003 08:24:52 -0600 From: "Jacques A. Vidrine" To: Mark Murray Cc: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: src/crypto/openssl Message-ID: <20030129142452.GB53244@opus.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Mark Murray , Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20030129135451.GA12456@sunbay.com> <200301291418.h0TEIQaX067390@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301291418.h0TEIQaX067390@grimreaper.grondar.org> 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, Jan 29, 2003 at 02:18:26PM +0000, Mark Murray wrote: > > Revision 1.8 had some local declaration stuff on behalf of > > rnd_keys.c, in particular des_new_random_key(): > > > > : allmouth# cvs di -u -rv0_9_6g -r1.8 des.h | grep -w des_new_random_key > > : +int des_new_random_key(des_cblock *key); [...snip...] > > : cc1: warnings being treated as errors > > : /j/ru/src-5/crypto/telnet/libtelnet/enc_des.c: In function `fb64_start': > > : /j/ru/src-5/crypto/telnet/libtelnet/enc_des.c:214: warning: implicit decl= > > aration of function `des_new_random_key' > > : *** Error code 1 > > : Stop in /j/ru/src-5/secure/lib/libtelnet. > > : *** Error code 1 > > This is confusing. My Alpha built this clean from a recent CURRENT. No other diffs. You probably have the warning, but do you have `warnings being treated as errors' ? Ruslan's right, we need prototypes for the symbols in rnd_keys.c . des_generate_random_block des_init_random_number_generator des_mem_rand8 des_new_random_key des_rand_data des_rand_data_key des_set_random_generator_seed des_set_sequence_number 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 Jan 29 6:28: 9 2003 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 904) id A4A7937B401; Wed, 29 Jan 2003 06:28:07 -0800 (PST) Date: Wed, 29 Jan 2003 06:28:07 -0800 From: Max Khon To: Mikhail Teterin Cc: "Jacques A. Vidrine" , Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... Message-ID: <20030129062807.A56346@FreeBSD.org> References: <200301282258.h0SMwFG1081901@repoman.freebsd.org> <20030129131959.GC17951@opus.celabo.org> <200301290909.22187.mi+mx@aldan.algebra.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: <200301290909.22187.mi+mx@aldan.algebra.com>; from mi+mx@aldan.algebra.com on Wed, Jan 29, 2003 at 09:09:22AM -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 hi, there! On Wed, Jan 29, 2003 at 09:09:22AM -0500, Mikhail Teterin wrote: > = Previously, the installation of OpenSSL man pages was controlled by > = this knob (text from share/examples/etc/make.conf): > = > = # To build the OpenSSL manpages, uncomment the following. These > = # are not built by default because they clobber a number of system > = # manpages with manpages describing parts of the OpenSSL toolkit, > = # including passwd(1), err(3), md5(3), and others. > = # > = #WANT_OPENSSL_MANPAGES= true > > = This has been removed, which is bad. > > = I'd __really__ like to see OpenSSL documentation installed, but in a > = non-clobbering way. Should we have /usr/share/man/openssl ? > = Or perhaps we should use pod2html (rather than pod2man) and install > = /usr/share/doc/openssl ? > > NetBSD spells OpenSSL's passwd.1 as openssl_passwd.1 > > A related topic. I thought, it was agreed to, at some point, remove our > implementations of things, OpenSSL provides, in favor of the OpenSSL's > replacements -- may be, after merging in the differences, or some such. > I'm talking primarily of the message digest library (-lmd), which is > (almost) API compatible with -lcrypto (MD5Final vs. MD5_Final). OpenSSL lacks some functions our -lmd has: MDX_File, MDX_FileChunk and MDX_End. I have a patch that removes -lmd from base system (it has some raw edges and is a bit outdated but its does most of the job). /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 6:30:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38E7037B401; Wed, 29 Jan 2003 06:30:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D016B43F75; Wed, 29 Jan 2003 06:30:39 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0TEUdbv017337; Wed, 29 Jan 2003 06:30:39 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TEUdcx017335; Wed, 29 Jan 2003 06:30:39 -0800 (PST) Message-Id: <200301291430.h0TEUdcx017335@repoman.freebsd.org> From: Anton Berezin Date: Wed, 29 Jan 2003 06:30:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-VCS 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 tobez 2003/01/29 06:30:39 PST Modified files: devel/p5-VCS Makefile distinfo pkg-plist Log: Update to 0.09. Submitted by: maintainer PR: 47530 Revision Changes Path 1.3 +3 -3 ports/devel/p5-VCS/Makefile 1.3 +1 -1 ports/devel/p5-VCS/distinfo 1.2 +23 -23 ports/devel/p5-VCS/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 Jan 29 6:31:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8AB037B401; Wed, 29 Jan 2003 06:31:25 -0800 (PST) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id C778143E4A; Wed, 29 Jan 2003 06:31:24 -0800 (PST) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.6/8.12.6) with ESMTP id h0TEVOLf012101; Wed, 29 Jan 2003 14:31:24 GMT (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost) by storm.FreeBSD.org.uk (8.12.6/8.12.6/Submit) with UUCP id h0TEVN5O012100; Wed, 29 Jan 2003 14:31:23 GMT X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.6/8.12.6) with ESMTP id h0TESUaX067557; Wed, 29 Jan 2003 16:28:30 +0200 (SAST) (envelope-from mark@grondar.org) Message-Id: <200301291428.h0TESUaX067557@grimreaper.grondar.org> To: "Jacques A. Vidrine" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... In-Reply-To: Your message of "Wed, 29 Jan 2003 08:11:06 CST." <20030129141106.GA53244@opus.celabo.org> Date: Wed, 29 Jan 2003 14:28:30 +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 > On Wed, Jan 29, 2003 at 09:09:22AM -0500, Mikhail Teterin wrote: > > A related topic. I thought, it was agreed to, at some point, remove our > > implementations of things, OpenSSL provides, in favor of the OpenSSL's > > replacements -- may be, after merging in the differences, or some such. > > I'm talking primarily of the message digest library (-lmd), which is > > (almost) API compatible with -lcrypto (MD5Final vs. MD5_Final). > > I'm in agreement, but it is fairly low on my list. Feel free to post > patches for review to accomplish this. > > Others may want to keep libmd for whatever reason. Make libmd a wrapper? I'll do that of no-one objects. M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 6:31:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8329F37B401; Wed, 29 Jan 2003 06:31:52 -0800 (PST) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76B4243F43; Wed, 29 Jan 2003 06:31:50 -0800 (PST) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.6/8.12.6) with ESMTP id h0TEVNLf012096; Wed, 29 Jan 2003 14:31:23 GMT (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost) by storm.FreeBSD.org.uk (8.12.6/8.12.6/Submit) with UUCP id h0TEVN0C012095; Wed, 29 Jan 2003 14:31:23 GMT X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.6/8.12.6) with ESMTP id h0TEQhaX067483; Wed, 29 Jan 2003 16:26:43 +0200 (SAST) (envelope-from mark@grondar.org) Message-Id: <200301291426.h0TEQhaX067483@grimreaper.grondar.org> To: Mikhail Teterin Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... In-Reply-To: Your message of "Wed, 29 Jan 2003 09:09:22 EST." <200301290909.22187.mi+mx@aldan.algebra.com> Date: Wed, 29 Jan 2003 14:26:43 +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 Hi > = I'd __really__ like to see OpenSSL documentation installed, but in a > = non-clobbering way. Should we have /usr/share/man/openssl ? > = Or perhaps we should use pod2html (rather than pod2man) and install > = /usr/share/doc/openssl ? > > NetBSD spells OpenSSL's passwd.1 as openssl_passwd.1 I don't like that. Its hard(er) to script. > A related topic. I thought, it was agreed to, at some point, remove our > implementations of things, OpenSSL provides, in favor of the OpenSSL's > replacements -- may be, after merging in the differences, or some such. > I'm talking primarily of the message digest library (-lmd), which is > (almost) API compatible with -lcrypto (MD5Final vs. MD5_Final). Yes. md5(1), sha(1) and bdes(1) can certainly be replaced by openssl(1) (at least functionally). With minor effort, openssl(1) can take over from them properly. Libcrypto is a complete(ish) replacement for libmd. We could do to libmd what we did to libmp; gut it and make it a wrapper. > We can definetly start that road with merging some of the man-pages... ... and libs. M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 6:36:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1E8737B401; Wed, 29 Jan 2003 06:36:20 -0800 (PST) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05A8B43F85; Wed, 29 Jan 2003 06:36:20 -0800 (PST) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.6/8.12.6) with ESMTP id h0TEaJLf012179; Wed, 29 Jan 2003 14:36:19 GMT (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost) by storm.FreeBSD.org.uk (8.12.6/8.12.6/Submit) with UUCP id h0TEaJ6A012178; Wed, 29 Jan 2003 14:36:19 GMT X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.6/8.12.6) with ESMTP id h0TEViaX067654; Wed, 29 Jan 2003 16:31:44 +0200 (SAST) (envelope-from mark@grondar.org) Message-Id: <200301291431.h0TEViaX067654@grimreaper.grondar.org> To: "Jacques A. Vidrine" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: src/crypto/openssl In-Reply-To: Your message of "Wed, 29 Jan 2003 08:24:52 CST." <20030129142452.GB53244@opus.celabo.org> Date: Wed, 29 Jan 2003 14:31:44 +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 > > This is confusing. My Alpha built this clean from a recent CURRENT. No other diffs. > > You probably have the warning, but > do you have `warnings being treated as errors' ? > > Ruslan's right, we need prototypes for the symbols in rnd_keys.c . > > des_generate_random_block > des_init_random_number_generator > des_mem_rand8 > des_new_random_key > des_rand_data > des_rand_data_key > des_set_random_generator_seed > des_set_sequence_number I'll add them(back). M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 6:42:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE3D137B401; Wed, 29 Jan 2003 06:42:29 -0800 (PST) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F82443F79; Wed, 29 Jan 2003 06:42:29 -0800 (PST) (envelope-from nectar@celabo.org) Received: from opus.celabo.org (opus.celabo.org [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id 9B9C3E; Wed, 29 Jan 2003 08:42:28 -0600 (CST) Received: by opus.celabo.org (Postfix, from userid 1001) id E5FB756D4; Wed, 29 Jan 2003 08:40:52 -0600 (CST) Date: Wed, 29 Jan 2003 08:40:52 -0600 From: "Jacques A. Vidrine" To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: src/crypto/openssl Message-ID: <20030129144052.GC53244@opus.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20030129142452.GB53244@opus.celabo.org> <200301291431.h0TEViaX067654@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301291431.h0TEViaX067654@grimreaper.grondar.org> 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, Jan 29, 2003 at 02:31:44PM +0000, Mark Murray wrote: > > > This is confusing. My Alpha built this clean from a recent CURRENT. No other diffs. > > > > You probably have the warning, but > > do you have `warnings being treated as errors' ? > > > > Ruslan's right, we need prototypes for the symbols in rnd_keys.c . > > > > des_generate_random_block > > des_init_random_number_generator > > des_mem_rand8 > > des_new_random_key > > des_rand_data > > des_rand_data_key > > des_set_random_generator_seed > > des_set_sequence_number > > I'll add them(back). OK, but perhaps only as a quick fix. I just did a survey, and it seems that the only consumers of these functions are various pieces of Kerberos IV, and the Kerberos 5 libtelnet. I'd like to remove the use where possible. Where not possible, let's have the application code (Kerberos IV or 5) take care of it. I'm not crazy about openssl/des.h and libcrypto exporting symbols on FreeBSD that are not available on any other platform. (Note for onlookers: nevertheless, that has been the situation for `a long time'.) I'll see about this today or tomorrow when I get the chance. 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 Jan 29 6:45:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3A1F37B401; Wed, 29 Jan 2003 06:45:45 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id B935343F9B; Wed, 29 Jan 2003 06:45:44 -0800 (PST) (envelope-from phk@freebsd.org) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.6/8.12.6) with ESMTP id h0TEjPZE009245; Wed, 29 Jan 2003 15:45:26 +0100 (CET) (envelope-from phk@freebsd.org) To: Max Khon Cc: Mikhail Teterin , "Jacques A. Vidrine" , Mark Murray , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... From: phk@freebsd.org In-Reply-To: Your message of "Wed, 29 Jan 2003 06:28:07 PST." <20030129062807.A56346@FreeBSD.org> Date: Wed, 29 Jan 2003 15:45:25 +0100 Message-ID: <9244.1043851525@critter.freebsd.dk> Sender: owner-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 <20030129062807.A56346@FreeBSD.org>, Max Khon writes: >OpenSSL lacks some functions our -lmd has: >MDX_File, MDX_FileChunk and MDX_End. > >I have a patch that removes -lmd from base system (it has some raw edges >and is a bit outdated but its does most of the job). Uhm, make sure sysinstall fits on floppies before you do anything radical. -- 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 Jan 29 6:50:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E98EC37B401; Wed, 29 Jan 2003 06:50:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CC1243F75; Wed, 29 Jan 2003 06:50:09 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0TEo9bv023742; Wed, 29 Jan 2003 06:50:09 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TEo9e1023740; Wed, 29 Jan 2003 06:50:09 -0800 (PST) Message-Id: <200301291450.h0TEo9e1023740@repoman.freebsd.org> From: Anton Berezin Date: Wed, 29 Jan 2003 06:50:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/p5-CDDB-File 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 tobez 2003/01/29 06:50:09 PST Modified files: audio/p5-CDDB-File Makefile distinfo Log: Update to 1.03. Submitted by: Philip M. Gollucci PR: 47610 Revision Changes Path 1.4 +1 -1 ports/audio/p5-CDDB-File/Makefile 1.2 +1 -1 ports/audio/p5-CDDB-File/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 6:56:22 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A126B37B401; Wed, 29 Jan 2003 06:56:21 -0800 (PST) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C39A43F3F; Wed, 29 Jan 2003 06:56:20 -0800 (PST) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.6/8.12.6) with ESMTP id h0TEuJLf012373; Wed, 29 Jan 2003 14:56:19 GMT (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost) by storm.FreeBSD.org.uk (8.12.6/8.12.6/Submit) with UUCP id h0TEuJSF012372; Wed, 29 Jan 2003 14:56:19 GMT X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.6/8.12.6) with ESMTP id h0TEp4aX067873; Wed, 29 Jan 2003 16:51:04 +0200 (SAST) (envelope-from mark@grondar.org) Message-Id: <200301291451.h0TEp4aX067873@grimreaper.grondar.org> To: "Jacques A. Vidrine" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: src/crypto/openssl In-Reply-To: Your message of "Wed, 29 Jan 2003 08:40:52 CST." <20030129144052.GC53244@opus.celabo.org> Date: Wed, 29 Jan 2003 14:51:03 +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 > > I'll add them(back). > > OK, but perhaps only as a quick fix. I just did a survey, and it > seems that the only consumers of these functions are various pieces of > Kerberos IV, and the Kerberos 5 libtelnet. Roger that. M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 7: 0:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7FCC37B401; Wed, 29 Jan 2003 07:00:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E63A43F3F; Wed, 29 Jan 2003 07:00:42 -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 h0TF0gbv027616; Wed, 29 Jan 2003 07:00:42 -0800 (PST) (envelope-from mike@repoman.freebsd.org) Received: (from mike@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TF0fgt027615; Wed, 29 Jan 2003 07:00:41 -0800 (PST) Message-Id: <200301291500.h0TF0fgt027615@repoman.freebsd.org> From: Mike Barcroft Date: Wed, 29 Jan 2003 07:00:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations donors.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 2003/01/29 07:00:41 PST Modified files: en/donations donors.sgml Log: o Add a comment about ordering. o List donations from The Open Group and William Gnadt. Revision Changes Path 1.34 +15 -1 www/en/donations/donors.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 7:15:45 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FED737B401; Wed, 29 Jan 2003 07:15:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4683443F93; Wed, 29 Jan 2003 07:15:44 -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 h0TFFibv034345; Wed, 29 Jan 2003 07:15: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 h0TFFhmv034344; Wed, 29 Jan 2003 07:15:43 -0800 (PST) Message-Id: <200301291515.h0TFFhmv034344@repoman.freebsd.org> From: Joerg Wunsch Date: Wed, 29 Jan 2003 07:15:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/xe if_xe.c X-FreeBSD-CVS-Branch: RELENG_5_0 Sender: owner-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 2003/01/29 07:15:43 PST Modified files: (Branch: RELENG_5_0) sys/dev/xe if_xe.c Log: The Xircom hardware always delivers received packets with the FCS appended. Thus, mark the M_HASFCS flag so the generic ethernet layers will account for this. Revision Changes Path 1.32.2.1 +2 -0 src/sys/dev/xe/if_xe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 7:16:11 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00F9137B401; Wed, 29 Jan 2003 07:16:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B1B543F85; Wed, 29 Jan 2003 07:16: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 h0TFG8bv034406; Wed, 29 Jan 2003 07:16: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 h0TFG8pk034405; Wed, 29 Jan 2003 07:16:08 -0800 (PST) Message-Id: <200301291516.h0TFG8pk034405@repoman.freebsd.org> From: Dirk Froemberg Date: Wed, 29 Jan 2003 07:16:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/mod_php4 Makefile distinfo pkg-plist ports/www/mod_php4/files patch-Makefile.in patch-aa patch-ext_mcal_config.m4 patch-ext_ming_php_ming.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 dirk 2003/01/29 07:16:08 PST Modified files: www/mod_php4 Makefile distinfo pkg-plist www/mod_php4/files patch-ext_mcal_config.m4 Added files: www/mod_php4/files patch-ext_ming_php_ming.h Removed files: www/mod_php4/files patch-Makefile.in patch-aa Log: Update to 4.3.0. lang/php was integrated into www/mod_php4. Revision Changes Path 1.181 +1 -1 ports/www/mod_php4/Makefile 1.113 +1 -1 ports/www/mod_php4/distinfo 1.2 +0 -14 ports/www/mod_php4/files/patch-Makefile.in (dead) 1.3 +0 -14 ports/www/mod_php4/files/patch-aa (dead) 1.4 +4 -4 ports/www/mod_php4/files/patch-ext_mcal_config.m4 1.1 +11 -0 ports/www/mod_php4/files/patch-ext_ming_php_ming.h (new) 1.40 +151 -39 ports/www/mod_php4/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 Jan 29 7:19: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7576137B401; Wed, 29 Jan 2003 07:19:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C40743F75; Wed, 29 Jan 2003 07:19:06 -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 h0TFJ5bv034518; Wed, 29 Jan 2003 07:19:05 -0800 (PST) (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TFJ5so034517; Wed, 29 Jan 2003 07:19:05 -0800 (PST) Message-Id: <200301291519.h0TFJ5so034517@repoman.freebsd.org> From: Adam Weinberger Date: Wed, 29 Jan 2003 07:19:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gnome-icon-theme 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 adamw 2003/01/29 07:19:05 PST Modified files: misc/gnome-icon-theme Makefile Log: Fix MASTER_SITE_SUBDIR. Revision Changes Path 1.4 +1 -1 ports/misc/gnome-icon-theme/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 7:19:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FA6637B405; Wed, 29 Jan 2003 07:19:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A669543F85; Wed, 29 Jan 2003 07:19:15 -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 h0TFJFbv034584; Wed, 29 Jan 2003 07:19:15 -0800 (PST) (envelope-from dirk@repoman.freebsd.org) Received: (from dirk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TFJFGr034583; Wed, 29 Jan 2003 07:19:15 -0800 (PST) Message-Id: <200301291519.h0TFJFGr034583@repoman.freebsd.org> From: Dirk Froemberg Date: Wed, 29 Jan 2003 07:19:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports MOVED ports/lang Makefile ports/lang/php4 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 2003/01/29 07:19:15 PST Modified files: . MOVED lang Makefile Removed files: lang/php4 Makefile Log: Remove lang/php4 which was integrated into www/mod_php4. Revision Changes Path 1.53 +2 -1 ports/MOVED 1.331 +0 -1 ports/lang/Makefile 1.9 +0 -19 ports/lang/php4/Makefile (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 7:19:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D586437B433; Wed, 29 Jan 2003 07:19:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79AE443F43; Wed, 29 Jan 2003 07:19:20 -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 h0TFJKbv034610; Wed, 29 Jan 2003 07:19:20 -0800 (PST) (envelope-from joerg@repoman.freebsd.org) Received: (from joerg@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TFJK7l034609; Wed, 29 Jan 2003 07:19:20 -0800 (PST) Message-Id: <200301291519.h0TFJK7l034609@repoman.freebsd.org> From: Joerg Wunsch Date: Wed, 29 Jan 2003 07:19:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/xe if_xe.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 joerg 2003/01/29 07:19:20 PST Modified files: sys/dev/xe if_xe.c Log: The Xircom hardware always delivers received packets with the FCS appended. Thus, mark the M_HASFCS flag so the generic ethernet layers will account for this. Revision Changes Path 1.35 +2 -0 src/sys/dev/xe/if_xe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 7:19:32 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7884037B69E; Wed, 29 Jan 2003 07:19:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D44843F93; Wed, 29 Jan 2003 07:19:27 -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 h0TFJRbv034655; Wed, 29 Jan 2003 07:19:27 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TFJR60034654; Wed, 29 Jan 2003 07:19:27 -0800 (PST) Message-Id: <200301291519.h0TFJR60034654@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 29 Jan 2003 07:19:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gkrellm2 Makefile distinfo ports/sysutils/gkrellm2/files patch-server::main.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 ume 2003/01/29 07:19:27 PST Modified files: sysutils/gkrellm2 Makefile distinfo Added files: sysutils/gkrellm2/files patch-server::main.c Log: Update to 2.1.7. Revision Changes Path 1.64 +1 -1 ports/sysutils/gkrellm2/Makefile 1.45 +1 -1 ports/sysutils/gkrellm2/distinfo 1.1 +21 -0 ports/sysutils/gkrellm2/files/patch-server::main.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 Jan 29 7:24: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEE8B37B405; Wed, 29 Jan 2003 07:24:06 -0800 (PST) Received: from espresso.q9media.com (espresso.q9media.com [65.39.129.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6298743F43; Wed, 29 Jan 2003 07:24:06 -0800 (PST) (envelope-from mike@espresso.q9media.com) Received: by espresso.q9media.com (Postfix, from userid 1002) id CAFAA9C5D; Wed, 29 Jan 2003 10:12:28 -0500 (EST) Date: Wed, 29 Jan 2003 10:12:28 -0500 From: Mike Barcroft To: Joerg Wunsch Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/xe if_xe.c Message-ID: <20030129101228.D52554@espresso.q9media.com> References: <200301291515.h0TFFhmv034344@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301291515.h0TFFhmv034344@repoman.freebsd.org>; from joerg@FreeBSD.org on Wed, Jan 29, 2003 at 07:15:43AM -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 Joerg Wunsch writes: > joerg 2003/01/29 07:15:43 PST > > Modified files: (Branch: RELENG_5_0) ^^^^^^^^^^^^^^^^^^^^ Approved by: re or so? > sys/dev/xe if_xe.c > Log: > The Xircom hardware always delivers received packets with the FCS appended. > Thus, mark the M_HASFCS flag so the generic ethernet layers will account > for this. > > Revision Changes Path > 1.32.2.1 +2 -0 src/sys/dev/xe/if_xe.c 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 Wed Jan 29 7:25:11 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB1A537B401; Wed, 29 Jan 2003 07:25:09 -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 D79A543F93; Wed, 29 Jan 2003 07:25:08 -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 h0TFP7lk085931; Wed, 29 Jan 2003 16:25:07 +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 h0TFP73i085930; Wed, 29 Jan 2003 16:25:07 +0100 (CET) Date: Wed, 29 Jan 2003 16:25:07 +0100 From: Dirk Froemberg To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/www/mod_php4 Makefile distinfo pkg-plist ports/www/mod_php4/files patch-Makefile.in patch-aa patch-ext_mcal_config.m4 patch-ext_ming_php_ming.h Message-ID: <20030129152506.GD64152@physik.TU-Berlin.DE> References: <200301291516.h0TFG8pk034405@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301291516.h0TFG8pk034405@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 Hi! In case of problems with the new version you can use the latest version of the port for php version 4.2.3 via the CVS tag BEFORE_PHP_4_3_0. There will be some cleanup work to remove the STANDALONE parts from mod_php4. Regards Dirk On Wed, Jan 29, 2003 at 07:16:08AM -0800, Dirk Froemberg wrote: > dirk 2003/01/29 07:16:08 PST > > Modified files: > www/mod_php4 Makefile distinfo pkg-plist > www/mod_php4/files patch-ext_mcal_config.m4 > Added files: > www/mod_php4/files patch-ext_ming_php_ming.h > Removed files: > www/mod_php4/files patch-Makefile.in patch-aa > Log: > Update to 4.3.0. > > lang/php was integrated into www/mod_php4. > > Revision Changes Path > 1.181 +1 -1 ports/www/mod_php4/Makefile > 1.113 +1 -1 ports/www/mod_php4/distinfo > 1.2 +0 -14 ports/www/mod_php4/files/patch-Makefile.in (dead) > 1.3 +0 -14 ports/www/mod_php4/files/patch-aa (dead) > 1.4 +4 -4 ports/www/mod_php4/files/patch-ext_mcal_config.m4 > 1.1 +11 -0 ports/www/mod_php4/files/patch-ext_ming_php_ming.h (new) > 1.40 +151 -39 ports/www/mod_php4/pkg-plist -- 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 Wed Jan 29 7:32:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CF2137B401; Wed, 29 Jan 2003 07:32:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D50DF43F43; Wed, 29 Jan 2003 07:32:35 -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 h0TFWZbv041433; Wed, 29 Jan 2003 07:32:35 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TFWZwL041429; Wed, 29 Jan 2003 07:32:35 -0800 (PST) Message-Id: <200301291532.h0TFWZwL041429@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Wed, 29 Jan 2003 07:32:35 -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 2003/01/29 07:32:35 PST Modified files: sys/dev/firewire fwohci.c Log: - Probe number of IT/IR DMA contexts as specified in OHCI spec. Revision Changes Path 1.31 +9 -9 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 Wed Jan 29 7:37:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6620A37B401 for ; Wed, 29 Jan 2003 07:37:52 -0800 (PST) Received: from scribble.fsn.hu (scribble.fsn.hu [193.224.40.95]) by mx1.FreeBSD.org (Postfix) with SMTP id 3112143F43 for ; Wed, 29 Jan 2003 07:37:50 -0800 (PST) (envelope-from bra@fsn.hu) Received: (qmail 24747 invoked by uid 1000); 29 Jan 2003 15:37:48 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 29 Jan 2003 15:37:48 -0000 Date: Wed, 29 Jan 2003 16:37:48 +0100 (CET) From: Attila Nagy To: Dirk Froemberg Cc: cvs-committers@FreeBSD.org, "" Subject: Re: cvs commit: ports/www/mod_php4 Makefile distinfo pkg-plist ports/www/mod_php4/files patch-Makefile.in patch-aa patch-ext_mcal_config.m4 patch-ext_ming_php_ming.h In-Reply-To: <200301291516.h0TFG8pk034405@repoman.freebsd.org> Message-ID: References: <200301291516.h0TFG8pk034405@repoman.freebsd.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 Hello, > Modified files: > www/mod_php4 Makefile distinfo pkg-plist > Log: > Update to 4.3.0. Thanks. BTW, what about the many PRs, which cry for a --with-zip option? The last one I think is mine: ports/46798 ----------[ Free Software ISOs - http://www.fsn.hu/?f=download ]---------- Attila Nagy e-mail: Attila.Nagy@fsn.hu Free Software Network (FSN.HU) phone @work: +361 210 1415 (194) cell.: +3630 306 6758 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 7:45:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9950137B405 for ; Wed, 29 Jan 2003 07:45:32 -0800 (PST) Received: from infinitive.futureperfectcorporation.com (infinitive.futureperfectcorporation.com [196.25.137.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 412C343E4A for ; Wed, 29 Jan 2003 07:45:28 -0800 (PST) (envelope-from nbm@gerund.futureperfectcorporation.com) Received: (qmail 92216 invoked by uid 0); 29 Jan 2003 15:45:19 -0000 Received: from gerund.futureperfectcorporation.com (196.25.137.65) by infinitive.futureperfectcorporation.com with DES-CBC3-SHA encrypted SMTP; 29 Jan 2003 15:45:19 -0000 Received: (qmail 68496 invoked by uid 1001); 29 Jan 2003 15:49:38 -0000 Date: Wed, 29 Jan 2003 17:49:38 +0200 From: Neil Blakey-Milner To: Attila Nagy Cc: Dirk Froemberg , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/www/mod_php4 Makefile distinfo pkg-plist ports/www/mod_php4/files patch-Makefile.in patch-aa patch-ext_mcal_config.m4 patch-ext_ming_php_ming.h Message-ID: <20030129154938.GA68416@mithrandr.moria.org> References: <200301291516.h0TFG8pk034405@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i Organization: iTouch Technology and Architectural Services X-Operating-System: FreeBSD 4.3-RELEASE i386 X-URL: http://mithrandr.moria.org/nbm/ Sender: owner-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 2003-01-29 (16:37), Attila Nagy wrote: > > Modified files: > > www/mod_php4 Makefile distinfo pkg-plist > > Log: > > Update to 4.3.0. > Thanks. > > BTW, what about the many PRs, which cry for a --with-zip option? > > The last one I think is mine: ports/46798 I really don't see why we build all this stuff into one package. NetBSD has archivers/php4-bz2, archivers/php4-zlib, databases/php4-mysql, databases/php4-pgsql. I sent Dirk patches that I run on my systems that build these types of ports, but he was sick (if I remember), and I probably forgot to get back to him. Neil -- Neil Blakey-Milner nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 7:47:19 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83C9C37B401 for ; Wed, 29 Jan 2003 07:47:17 -0800 (PST) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33F2B43F93 for ; Wed, 29 Jan 2003 07:47:11 -0800 (PST) (envelope-from ru@whale.sunbay.crimea.ua) Received: from whale.sunbay.crimea.ua (root@localhost) by whale.sunbay.crimea.ua (8.12.6/8.12.6/Sunbay) with SMTP id h0TFl4Dr026943 for ; Wed, 29 Jan 2003 17:47:04 +0200 (EET) (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 h0TFl34N026930 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Wed, 29 Jan 2003 17:47: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 h0TFkqnB026921; Wed, 29 Jan 2003 17:46:52 +0200 (EET) Date: Wed, 29 Jan 2003 17:46:52 +0200 From: Ruslan Ermilov To: "Jacques A. Vidrine" , Mark Murray , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: src/crypto/openssl Message-ID: <20030129154652.GB26055@sunbay.com> References: <20030129142452.GB53244@opus.celabo.org> <200301291431.h0TEViaX067654@grimreaper.grondar.org> <20030129144052.GC53244@opus.celabo.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IiVenqGWf+H9Y6IX" Content-Disposition: inline In-Reply-To: <20030129144052.GC53244@opus.celabo.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 --IiVenqGWf+H9Y6IX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 29, 2003 at 08:40:52AM -0600, Jacques A. Vidrine wrote: > On Wed, Jan 29, 2003 at 02:31:44PM +0000, Mark Murray wrote: > > > > This is confusing. My Alpha built this clean from a recent CURRENT.= No other diffs. > > >=20 > > > You probably have the warning, but > > > do you have `warnings being treated as errors' ? > > >=20 > > > Ruslan's right, we need prototypes for the symbols in rnd_keys.c . > > >=20 > > > des_generate_random_block > > > des_init_random_number_generator > > > des_mem_rand8 > > > des_new_random_key > > > des_rand_data > > > des_rand_data_key > > > des_set_random_generator_seed > > > des_set_sequence_number > >=20 > > I'll add them(back). >=20 > OK, but perhaps only as a quick fix. I just did a survey, and it > seems that the only consumers of these functions are various pieces of > Kerberos IV, and the Kerberos 5 libtelnet. >=20 Add to that the standard (crypto, non-kerberos) libtelnet. > I'd like to remove the use where possible. Where not possible, let's > have the application code (Kerberos IV or 5) take care of it. I'm not > crazy about openssl/des.h and libcrypto exporting symbols on FreeBSD > that are not available on any other platform. (Note for onlookers:=20 > nevertheless, that has been the situation for `a long time'.) >=20 > I'll see about this today or tomorrow when I get the chance. >=20 Thanks. 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 --IiVenqGWf+H9Y6IX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+N/dsUkv4P6juNwoRApdaAJ9rB8LI2VfpCEhZBl84c9uAc/5ZWwCfd2Dg hn2sUSQvw911LUFKm6C//Ow= =wUEr -----END PGP SIGNATURE----- --IiVenqGWf+H9Y6IX-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 7:52: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC0CD37B401; Wed, 29 Jan 2003 07:52:04 -0800 (PST) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C79E43F3F; Wed, 29 Jan 2003 07:52:04 -0800 (PST) (envelope-from nectar@celabo.org) Received: from opus.celabo.org (opus.celabo.org [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id A3361E; Wed, 29 Jan 2003 09:52:03 -0600 (CST) Received: by opus.celabo.org (Postfix, from userid 1001) id 2F39956D4; Wed, 29 Jan 2003 09:50:27 -0600 (CST) Date: Wed, 29 Jan 2003 09:50:27 -0600 From: "Jacques A. Vidrine" To: Ruslan Ermilov Cc: Mark Murray , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: src/crypto/openssl Message-ID: <20030129155026.GA8282@opus.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Ruslan Ermilov , Mark Murray , cvs-committers@freebsd.org, cvs-all@freebsd.org References: <20030129142452.GB53244@opus.celabo.org> <200301291431.h0TEViaX067654@grimreaper.grondar.org> <20030129144052.GC53244@opus.celabo.org> <20030129154652.GB26055@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030129154652.GB26055@sunbay.com> 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, Jan 29, 2003 at 05:46:52PM +0200, Ruslan Ermilov wrote: > On Wed, Jan 29, 2003 at 08:40:52AM -0600, Jacques A. Vidrine wrote: > > OK, but perhaps only as a quick fix. I just did a survey, and it > > seems that the only consumers of these functions are various pieces of > > Kerberos IV, and the Kerberos 5 libtelnet. > > > Add to that the standard (crypto, non-kerberos) libtelnet. yeah, same sources. > > I'd like to remove the use where possible. Where not possible, let's [...] > > I'll see about this today or tomorrow when I get the chance. > > > Thanks. It was easier than it looked. Testing a buildworld now. 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 Jan 29 7:52:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81D9837B401; Wed, 29 Jan 2003 07:52:53 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8D5A43F93; Wed, 29 Jan 2003 07:52:52 -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 h0TFqjIx000809; Wed, 29 Jan 2003 07:52:45 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.6/Submit) id h0TFpUYD000808; Wed, 29 Jan 2003 07:51:30 -0800 (PST) Date: Wed, 29 Jan 2003 07:51:29 -0800 From: "David O'Brien" To: "Jacques A. Vidrine" , Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... Message-ID: <20030129155129.GA759@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , "Jacques A. Vidrine" , Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301282258.h0SMwFG1081901@repoman.freebsd.org> <20030129131959.GC17951@opus.celabo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030129131959.GC17951@opus.celabo.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, Jan 29, 2003 at 07:19:59AM -0600, Jacques A. Vidrine wrote: > I'd __really__ like to see OpenSSL documentation installed, but in a > non-clobbering way. Should we have /usr/share/man/openssl ? > Or perhaps we should use pod2html (rather than pod2man) and install > /usr/share/doc/openssl ? Please don't. We are BSD and manpages are our documenation format, not HTML. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 7:57: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA44B37B401; Wed, 29 Jan 2003 07:57:05 -0800 (PST) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17B7243E4A; Wed, 29 Jan 2003 07:57:05 -0800 (PST) (envelope-from nectar@celabo.org) Received: from opus.celabo.org (opus.celabo.org [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id A49F3E; Wed, 29 Jan 2003 09:57:04 -0600 (CST) Received: by opus.celabo.org (Postfix, from userid 1001) id 3670356D6; Wed, 29 Jan 2003 09:55:28 -0600 (CST) Date: Wed, 29 Jan 2003 09:55:28 -0600 From: "Jacques A. Vidrine" To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... Message-ID: <20030129155528.GC8282@opus.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20030129131959.GC17951@opus.celabo.org> <200301291422.h0TEMDaX067453@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301291422.h0TEMDaX067453@grimreaper.grondar.org> 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, Jan 29, 2003 at 02:22:13PM +0000, Mark Murray wrote: > > I'd __really__ like to see OpenSSL documentation installed, but in a > > non-clobbering way. Should we have /usr/share/man/openssl ? > > Good suggestion. Perl was like that. OK, will leave it to you! 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 Jan 29 8: 1:25 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7FF337B401 for ; Wed, 29 Jan 2003 08:01:24 -0800 (PST) Received: from scribble.fsn.hu (scribble.fsn.hu [193.224.40.95]) by mx1.FreeBSD.org (Postfix) with SMTP id 7CE7E43F79 for ; Wed, 29 Jan 2003 08:01:20 -0800 (PST) (envelope-from bra@fsn.hu) Received: (qmail 25045 invoked by uid 1000); 29 Jan 2003 16:01:19 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 29 Jan 2003 16:01:19 -0000 Date: Wed, 29 Jan 2003 17:01:19 +0100 (CET) From: Attila Nagy To: Neil Blakey-Milner Cc: Dirk Froemberg , "" , "" Subject: Re: cvs commit: ports/www/mod_php4 Makefile distinfo pkg-plist ports/www/mod_php4/files patch-Makefile.in patch-aa patch-ext_mcal_config.m4 patch-ext_ming_php_ming.h In-Reply-To: <20030129154938.GA68416@mithrandr.moria.org> Message-ID: References: <200301291516.h0TFG8pk034405@repoman.freebsd.org> <20030129154938.GA68416@mithrandr.moria.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 Hello, > I really don't see why we build all this stuff into one package. > NetBSD has archivers/php4-bz2, archivers/php4-zlib, > databases/php4-mysql, databases/php4-pgsql. I don't know, I like the idea of ports, like PHP4, where you can choose which options do you like to compile in (either via environment variables, set in /etc/make.conf or manually, at the pseudo-graphical menu). ----------[ Free Software ISOs - http://www.fsn.hu/?f=download ]---------- Attila Nagy e-mail: Attila.Nagy@fsn.hu Free Software Network (FSN.HU) phone @work: +361 210 1415 (194) cell.: +3630 306 6758 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 8:14: 3 2003 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 664) id 53D7E37B401; Wed, 29 Jan 2003 08:14:02 -0800 (PST) Date: Wed, 29 Jan 2003 08:14:02 -0800 From: David O'Brien To: Mark Murray Cc: Mikhail Teterin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... Message-ID: <20030129081402.A64720@hub.freebsd.org> Reply-To: obrien@freebsd.org References: <200301290909.22187.mi+mx@aldan.algebra.com> <200301291426.h0TEQhaX067483@grimreaper.grondar.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: <200301291426.h0TEQhaX067483@grimreaper.grondar.org>; from mark@grondar.org on Wed, Jan 29, 2003 at 02:26:43PM +0000 X-Operating-System: FreeBSD 4.7-STABLE 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, Jan 29, 2003 at 02:26:43PM +0000, Mark Murray wrote: > > = I'd __really__ like to see OpenSSL documentation installed, but in a > > = non-clobbering way. Should we have /usr/share/man/openssl ? > > = Or perhaps we should use pod2html (rather than pod2man) and install > > = /usr/share/doc/openssl ? > > > > NetBSD spells OpenSSL's passwd.1 as openssl_passwd.1 > > I don't like that. Its hard(er) to script. Changing manpages names is easy. However all bits dealing with the documenation pod'ing seem to have been removed. Can you post a patch that puts just the pod2man generation back in? I'd like to see how easy we can install the pages in a non-conflicting way. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 8:15: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE6C237B401; Wed, 29 Jan 2003 08:15:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 844A843F3F; Wed, 29 Jan 2003 08:15:06 -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 h0TGF6bv055887; Wed, 29 Jan 2003 08:15:06 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TGF6Ja055886; Wed, 29 Jan 2003 08:15:06 -0800 (PST) Message-Id: <200301291615.h0TGF6Ja055886@repoman.freebsd.org> From: Norikatsu Shigemura Date: Wed, 29 Jan 2003 08:15:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/editors/e3 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 nork 2003/01/29 08:15:06 PST Modified files: editors/e3 Makefile Log: bump PORTEPOCH by 2.31->2.4. Submitted by: Dan Nelson Revision Changes Path 1.10 +1 -0 ports/editors/e3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 8:21:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CC1D37B401; Wed, 29 Jan 2003 08:21:21 -0800 (PST) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1583443F43; Wed, 29 Jan 2003 08:21:20 -0800 (PST) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.6/8.12.6) with ESMTP id h0TGLILf013214; Wed, 29 Jan 2003 16:21:18 GMT (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost) by storm.FreeBSD.org.uk (8.12.6/8.12.6/Submit) with UUCP id h0TGLIDq013213; Wed, 29 Jan 2003 16:21:18 GMT X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.6/8.12.6) with ESMTP id h0TGJEaX068892; Wed, 29 Jan 2003 18:19:14 +0200 (SAST) (envelope-from mark@grondar.org) Message-Id: <200301291619.h0TGJEaX068892@grimreaper.grondar.org> To: "Jacques A. Vidrine" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: src/crypto/openssl In-Reply-To: Your message of "Wed, 29 Jan 2003 09:50:27 CST." <20030129155026.GA8282@opus.celabo.org> Date: Wed, 29 Jan 2003 16:19:14 +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 > > > I'd like to remove the use where possible. Where not possible, let's > [...] > > > I'll see about this today or tomorrow when I get the chance. > > > > > Thanks. > > It was easier than it looked. Testing a buildworld now. Oh. Cool! Lemme know ASAP if I don't need to do the other fix, please! M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 8:22:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7C6D37B401; Wed, 29 Jan 2003 08:22:24 -0800 (PST) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5244243E4A; Wed, 29 Jan 2003 08:22:23 -0800 (PST) (envelope-from nectar@celabo.org) Received: from opus.celabo.org (opus.celabo.org [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id 49FBFE; Wed, 29 Jan 2003 10:22:22 -0600 (CST) Received: by opus.celabo.org (Postfix, from userid 1001) id 6122556D4; Wed, 29 Jan 2003 10:20:45 -0600 (CST) Date: Wed, 29 Jan 2003 10:20:45 -0600 From: "Jacques A. Vidrine" To: David O'Brien Cc: Mark Murray , Mikhail Teterin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... Message-ID: <20030129162045.GD8282@opus.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , David O'Brien , Mark Murray , Mikhail Teterin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301290909.22187.mi+mx@aldan.algebra.com> <200301291426.h0TEQhaX067483@grimreaper.grondar.org> <20030129081402.A64720@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030129081402.A64720@hub.freebsd.org> 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, Jan 29, 2003 at 08:14:02AM -0800, David O'Brien wrote: > On Wed, Jan 29, 2003 at 02:26:43PM +0000, Mark Murray wrote: > > > NetBSD spells OpenSSL's passwd.1 as openssl_passwd.1 > > > > I don't like that. Its hard(er) to script. > > Changing manpages names is easy. Perhaps, but I'd rather we didn't do that. With a correctly set man path, I want to be able to type `man X509_NAME_ENTRY_get_object', not `openssl_X509_NAME_ENTRY_get_object'. Or an even more ridiculous example, `man OpenSSL_add_all_algorithms', not `man openssl_OpenSSL_add_all_algorithms'. By the way, we need to create all the right links, also. E.g. descriptions of EVP_DigestUpdate, EVP_DigestFinal, and so on are all in the pod for EVP_DigestInit. I think this can only be done manually :-( 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 Jan 29 8:26:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C218537B401; Wed, 29 Jan 2003 08:26:22 -0800 (PST) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB9F943F43; Wed, 29 Jan 2003 08:26:21 -0800 (PST) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.6/8.12.6) with ESMTP id h0TGQKLf013264; Wed, 29 Jan 2003 16:26:21 GMT (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost) by storm.FreeBSD.org.uk (8.12.6/8.12.6/Submit) with UUCP id h0TGQKS1013263; Wed, 29 Jan 2003 16:26:20 GMT X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.6/8.12.6) with ESMTP id h0TGLEaX068923; Wed, 29 Jan 2003 18:21:14 +0200 (SAST) (envelope-from mark@grondar.org) Message-Id: <200301291621.h0TGLEaX068923@grimreaper.grondar.org> To: obrien@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... In-Reply-To: Your message of "Wed, 29 Jan 2003 08:14:02 PST." <20030129081402.A64720@hub.freebsd.org> Date: Wed, 29 Jan 2003 16:21:13 +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 > On Wed, Jan 29, 2003 at 02:26:43PM +0000, Mark Murray wrote: > > > = I'd __really__ like to see OpenSSL documentation installed, but in a > > > = non-clobbering way. Should we have /usr/share/man/openssl ? > > > = Or perhaps we should use pod2html (rather than pod2man) and install > > > = /usr/share/doc/openssl ? > > > > > > NetBSD spells OpenSSL's passwd.1 as openssl_passwd.1 > > > > I don't like that. Its hard(er) to script. > > Changing manpages names is easy. However all bits dealing with the > documenation pod'ing seem to have been removed. Can you post a patch > that puts just the pod2man generation back in? I'd like to see how easy > we can install the pages in a non-conflicting way. Look at the man-update: target in src/secure/lib/libcrypto/Makefile.inc M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 8:30:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24B3237B405; Wed, 29 Jan 2003 08:30:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B899843F43; Wed, 29 Jan 2003 08:30:27 -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 h0TGURbv059888; Wed, 29 Jan 2003 08:30:27 -0800 (PST) (envelope-from dirk@repoman.freebsd.org) Received: (from dirk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TGURhj059885; Wed, 29 Jan 2003 08:30:27 -0800 (PST) Message-Id: <200301291630.h0TGURhj059885@repoman.freebsd.org> From: Dirk Froemberg Date: Wed, 29 Jan 2003 08:30:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases/mysql323-server Makefile distinfo ports/databases/mysql323-server/files patch-an X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/29 08:30:27 PST Modified files: databases/mysql323-server Makefile distinfo databases/mysql323-server/files patch-an Log: Upgrade to 3.23.55. Revision Changes Path 1.154 +1 -1 ports/databases/mysql323-server/Makefile 1.66 +1 -1 ports/databases/mysql323-server/distinfo 1.7 +6 -5 ports/databases/mysql323-server/files/patch-an To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 8:33:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C43837B401; Wed, 29 Jan 2003 08:33:29 -0800 (PST) Received: from freebsd.org.ru (sweet.etrust.ru [194.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B2BF43F3F; Wed, 29 Jan 2003 08:33:28 -0800 (PST) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id E92C014E; Wed, 29 Jan 2003 19:33:25 +0300 (MSK) Date: Wed, 29 Jan 2003 19:33:25 +0300 From: "Sergey A. Osokin" To: Dirk Froemberg Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/databases/mysql323-server Makefile distinfo ports/databases/mysql323-server/files patch-an Message-ID: <20030129163325.GQ57203@freebsd.org.ru> Reply-To: osa@FreeBSD.org.ru References: <200301291630.h0TGURhj059885@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301291630.h0TGURhj059885@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, Jan 29, 2003 at 08:30:27AM -0800, Dirk Froemberg wrote: > dirk 2003/01/29 08:30:27 PST > > Modified files: > databases/mysql323-server Makefile distinfo > databases/mysql323-server/files patch-an > Log: > Upgrade to 3.23.55. What about of Alexandr Kovalenko PR? Just look at http://www.FreeBSD.org/cgi/query-pr.cgi?pr=ports/47574 -- Rgdz, /"\ ASCII RIBBON CAMPAIGN Sergey Osokin aka oZZ, \ / AGAINST HTML MAIL http://ozz.pp.ru/ X AND NEWS / \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 9: 4:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B22C037B401; Wed, 29 Jan 2003 09:04:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5770443FA3; Wed, 29 Jan 2003 09:04:08 -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 h0TH48bv073578; Wed, 29 Jan 2003 09:04:08 -0800 (PST) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TH48GN073577; Wed, 29 Jan 2003 09:04:08 -0800 (PST) Message-Id: <200301291704.h0TH48GN073577@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 29 Jan 2003 09:04:08 -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 2003/01/29 09:04:08 PST Modified files: libexec/ftpd ftpd.c Log: When searching for a unique file name in guniquefd(), distinguish between the cases of an existing file and a real system error, such as I/O failure, no access etc. MFC after: 3 days Revision Changes Path 1.140 +4 -0 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 Wed Jan 29 9:10: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5620037B401; Wed, 29 Jan 2003 09:09:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFFE143F79; Wed, 29 Jan 2003 09:09:58 -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 h0TH9wbv073766; Wed, 29 Jan 2003 09:09:58 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TH9wlZ073765; Wed, 29 Jan 2003 09:09:58 -0800 (PST) Message-Id: <200301291709.h0TH9wlZ073765@repoman.freebsd.org> From: Norikatsu Shigemura Date: Wed, 29 Jan 2003 09:09:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ftp/ftpcopy 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 nork 2003/01/29 09:09:58 PST Modified files: ftp/ftpcopy Makefile distinfo Log: Update to 0.6.1 PR: ports/47635 Submitted by: Matthias Andree (maintainer) Revision Changes Path 1.18 +1 -1 ports/ftp/ftpcopy/Makefile 1.15 +1 -1 ports/ftp/ftpcopy/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 9:25:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4946437B401; Wed, 29 Jan 2003 09:25:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B564343F3F; Wed, 29 Jan 2003 09:25: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 h0THPPbv080789; Wed, 29 Jan 2003 09:25:25 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0THPPTe080788; Wed, 29 Jan 2003 09:25:25 -0800 (PST) Message-Id: <200301291725.h0THPPTe080788@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 29 Jan 2003 09:25:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/edonkey-core 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 2003/01/29 09:25:25 PST Modified files: net/edonkey-core Makefile distinfo Log: o Update to 0.44 hybrid core: eDonkey + Overnet support o Bump PORTEPOCH since latest version is smaller than previous one Revision Changes Path 1.9 +5 -4 ports/net/edonkey-core/Makefile 1.7 +1 -1 ports/net/edonkey-core/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 9:41:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D863837B401; Wed, 29 Jan 2003 09:41:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 761FE43F3F; Wed, 29 Jan 2003 09:41:29 -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 h0THfTbv086632; Wed, 29 Jan 2003 09:41:29 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0THfT5L086631; Wed, 29 Jan 2003 09:41:29 -0800 (PST) Message-Id: <200301291741.h0THfT5L086631@repoman.freebsd.org> From: Scott Long Date: Wed, 29 Jan 2003 09:41:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sparc64 iommu.c src/sys/sparc64/sbus sbus.c src/sys/sparc64/pci psycho.c src/sys/sparc64/include bus.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 scottl 2003/01/29 09:41:29 PST Modified files: sys/sparc64/sparc64 iommu.c sys/sparc64/sbus sbus.c sys/sparc64/pci psycho.c sys/sparc64/include bus.h Log: Fix some more missing dt_ prefixes for dma tag fields. Revision Changes Path 1.17 +4 -4 src/sys/sparc64/include/bus.h 1.28 +2 -2 src/sys/sparc64/pci/psycho.c 1.13 +2 -2 src/sys/sparc64/sbus/sbus.c 1.19 +3 -3 src/sys/sparc64/sparc64/iommu.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 9:44:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C3CB37B401; Wed, 29 Jan 2003 09:44:13 -0800 (PST) Received: from white.dogwood.com (white.dogwood.com [63.96.228.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id E230843F43; Wed, 29 Jan 2003 09:44:12 -0800 (PST) (envelope-from dave@dogwood.com) Received: from white.dogwood.com (localhost [127.0.0.1]) by white.dogwood.com (8.12.6/8.12.5) with ESMTP id h0THi4SC087692; Wed, 29 Jan 2003 09:44:12 -0800 (PST) (envelope-from dave@white.dogwood.com) Received: (from dave@localhost) by white.dogwood.com (8.12.6/8.12.6/Submit) id h0THi3L2087691; Wed, 29 Jan 2003 09:44:03 -0800 (PST) From: Dave Cornejo Message-Id: <200301291744.h0THi3L2087691@white.dogwood.com> Subject: Re: cvs commit: ports/www/mod_php4 Makefile distinfo pkg-plist ports/www/mod_php4/files patch-Makefile.in patch-aa patch-ext_mcal_config.m4 patch-ext_ming_php_ming.h In-Reply-To: To: Attila Nagy Date: Wed, 29 Jan 2003 09:44:03 -0800 (PST) Cc: Neil Blakey-Milner , Dirk Froemberg , 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 you wrote: > I don't know, I like the idea of ports, like PHP4, where you can choose > which options do you like to compile in (either via environment variables, > set in /etc/make.conf or manually, at the pseudo-graphical menu). This works great if you compile your own, but if you're using packages you get the defaults which might not be appropriate for you and more importantly if I create a package there's no external indication of what mod_php-4.2.3.tbz contains - a real PITA when you have a single build machine and need to distribute custom packages all with the exact same name. One thing I can appreciate about the Debian stuff I've been forced to install lately is that all these parts are trackable from the package management system. -- Dave Cornejo @ Dogwood Media, Fremont, California (also dcornejo@ieee.org) "There aren't any monkeys chasing us..." - Xochi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 9:45:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACF2A37B401; Wed, 29 Jan 2003 09:45:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 513AD43F93; Wed, 29 Jan 2003 09:45:09 -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 h0THj9bv088057; Wed, 29 Jan 2003 09:45:09 -0800 (PST) (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0THj9CN088056; Wed, 29 Jan 2003 09:45:09 -0800 (PST) Message-Id: <200301291745.h0THj9CN088056@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Wed, 29 Jan 2003 09:45:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia/kdemultimedia3 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 2003/01/29 09:45:09 PST Modified files: multimedia/kdemultimedia3 Makefile Log: Fix build: do not try building support for cdparanoia. cdparanoia support needs further portability work Submitted by: Lauri Watts (FreeBSD KDE Team), Kay Lehmann Revision Changes Path 1.76 +1 -0 ports/multimedia/kdemultimedia3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 9:53:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F7C537B405; Wed, 29 Jan 2003 09:53:32 -0800 (PST) Received: from nebula.wanadoo.fr (ca-sqy-2-58.abo.wanadoo.fr [80.8.55.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C22843F75; Wed, 29 Jan 2003 09:53:31 -0800 (PST) (envelope-from dak@wanadoo.fr) Received: from nebula.wanadoo.fr (localhost.wanadoo.fr [127.0.0.1]) by nebula.wanadoo.fr (8.12.6/8.12.6) with ESMTP id h0THrS8v004672; Wed, 29 Jan 2003 18:53:28 +0100 (CET) (envelope-from dak@nebula.wanadoo.fr) Received: (from dak@localhost) by nebula.wanadoo.fr (8.12.6/8.12.6/Submit) id h0THrSWd004671; Wed, 29 Jan 2003 18:53:28 +0100 (CET) Date: Wed, 29 Jan 2003 18:53:27 +0100 From: Aurelien Nephtali To: Brian Feldman Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports MOVED ports/mail/p5-Mail-SpamAssassin-devel Makefile distinfo pkg-comment pkg-descr pkg-plist ports/mail/p5-Mail-SpamAssassin-devel/files patch-use_dcc-option spamd.sh Message-ID: <20030129175327.GA3726@nebula.wanadoo.fr> References: <200301250706.h0P7659Q084724@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OXfL5xGRrasGEqWY" Content-Disposition: inline In-Reply-To: <200301250706.h0P7659Q084724@repoman.freebsd.org> User-Agent: Mutt/1.5.3i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --OXfL5xGRrasGEqWY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I think there is a problem somewhere :/ nebula# make install clean /usr/ports/mail/p5-Mail-SpamAssassin-snap= shot >> Mail-SpamAssassin-2.50.tar.gz doesn't seem to exist in /usr/ports/distfi= les/. >> Attempting to fetch from http://spamassassin.org/devel/. Receiving Mail-SpamAssassin-2.50.tar.gz (679654 bytes): 100% 679654 bytes transferred in 18.5 seconds (35.93 kBps) =3D=3D=3D> Extracting for p5-Mail-SpamAssassin-2.50 >> Checksum mismatch for Mail-SpamAssassin-2.50.tar.gz. Make sure the Makefile and distinfo file (/usr/ports/mail/p5-Mail-SpamAssas= sin-s napshot/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=3Dyes [other args]". *** Error code 1 Stop in /usr/ports/mail/p5-Mail-SpamAssassin-snapshot. If i try to compile without checksum test I got: nebula# make NO_CHECKSUM=3Dyes /usr/ports/mail/p5-Mail-SpamAssassin-sn= apshot =3D=3D=3D> Extracting for p5-Mail-SpamAssassin-2.50 =3D=3D=3D> p5-Mail-SpamAssassin-2.50 depends on file: /usr/local/lib/perl= 5/site_perl /5.6.1/Net/DNS.pm - found =3D=3D=3D> p5-Mail-SpamAssassin-2.50 depends on file: /usr/local/lib/perl= 5/site_perl /5.6.1/mach/HTML/Parser.pm - found =3D=3D=3D> p5-Mail-SpamAssassin-2.50 depends on file: /usr/local/lib/perl= 5/site_perl /5.6.1/Mail/Internet.pm - found =3D=3D=3D> p5-Mail-SpamAssassin-2.50 depends on file: /usr/local/lib/perl= 5/site_perl /5.6.1/Pod/Usage.pm - found =3D=3D=3D> p5-Mail-SpamAssassin-2.50 depends on file: /usr/local/bin/perl= 5.6.1 - fou nd =3D=3D=3D> Patching for p5-Mail-SpamAssassin-2.50 =3D=3D=3D> Applying FreeBSD patches for p5-Mail-SpamAssassin-2.50 1 out of 2 hunks failed--saving rejects to ./lib/Mail/SpamAssassin/Conf.pm.= rej >> Patch patch-use_dcc-option failed to apply cleanly. *** Error code 1 Stop in /usr/ports/mail/p5-Mail-SpamAssassin-snapshot. The ports tree is up to date. -- Aurelien On Fri, Jan 24, 2003 at 11:06:05PM -0800, Brian Feldman wrote: > green 2003/01/24 23:06:05 PST >=20 > Modified files: > . MOVED=20 > Removed files: > mail/p5-Mail-SpamAssassin-devel Makefile distinfo pkg-comment=20 > pkg-descr pkg-plist=20 > mail/p5-Mail-SpamAssassin-devel/files patch-use_dcc-option=20 > spamd.sh=20 > Log: > Now that I've assured the CVS/Repository files are correct, remove > p5-Mail-SpamAssassin-devel (again). Also, add it to MOVED. Ah, > the joy and wonder of CVS. > =20 > Revision Changes Path > 1.48 +2 -1 ports/MOVED > 1.2 +0 -63 ports/mail/p5-Mail-SpamAssassin-devel/Makefile (de= ad) > 1.2 +0 -1 ports/mail/p5-Mail-SpamAssassin-devel/distinfo (de= ad) > 1.2 +0 -93 ports/mail/p5-Mail-SpamAssassin-devel/files/patch-= use_dcc-option (dead) > 1.2 +0 -19 ports/mail/p5-Mail-SpamAssassin-devel/files/spamd.= sh (dead) > 1.2 +0 -1 ports/mail/p5-Mail-SpamAssassin-devel/pkg-comment = (dead) > 1.2 +0 -11 ports/mail/p5-Mail-SpamAssassin-devel/pkg-descr (d= ead) > 1.2 +0 -81 ports/mail/p5-Mail-SpamAssassin-devel/pkg-plist (d= ead) >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message --OXfL5xGRrasGEqWY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+OBUXDNsbHbt8ok8RAhTQAJsETfHQy7Q/XFv5GteebdwDMBApYACfV8lU L06DcQpb17YTtcwc/QRWcqI= =1T7N -----END PGP SIGNATURE----- --OXfL5xGRrasGEqWY-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 10: 6:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 668B237B406 for ; Wed, 29 Jan 2003 10:06:49 -0800 (PST) Received: from scribble.fsn.hu (scribble.fsn.hu [193.224.40.95]) by mx1.FreeBSD.org (Postfix) with SMTP id 11B7943F43 for ; Wed, 29 Jan 2003 10:06:47 -0800 (PST) (envelope-from bra@fsn.hu) Received: (qmail 26585 invoked by uid 1000); 29 Jan 2003 18:06:44 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 29 Jan 2003 18:06:44 -0000 Date: Wed, 29 Jan 2003 19:06:44 +0100 (CET) From: Attila Nagy To: Dave Cornejo Cc: Neil Blakey-Milner , Dirk Froemberg , "" , "" Subject: Re: cvs commit: ports/www/mod_php4 Makefile distinfo pkg-plist ports/www/mod_php4/files patch-Makefile.in patch-aa patch-ext_mcal_config.m4 patch-ext_ming_php_ming.h In-Reply-To: <200301291744.h0THi3L2087691@white.dogwood.com> Message-ID: References: <200301291744.h0THi3L2087691@white.dogwood.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 Hello, > This works great if you compile your own, but if you're using packages > you get the defaults which might not be appropriate for you and more > importantly if I create a package there's no external indication of what > mod_php-4.2.3.tbz contains - a real PITA when you have a single build > machine and need to distribute custom packages all with the exact same > name. That's right. I didn't even think about it, because I did not installed a single binary package since I use FreeBSD :) (except for the installation time, from sysinstall) ----------[ Free Software ISOs - http://www.fsn.hu/?f=download ]---------- Attila Nagy e-mail: Attila.Nagy@fsn.hu Free Software Network (FSN.HU) phone @work: +361 210 1415 (194) cell.: +3630 306 6758 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 10: 8:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D48637B401; Wed, 29 Jan 2003 10:08:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3507C43E4A; Wed, 29 Jan 2003 10:08:27 -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 h0TI8Rbv095248; Wed, 29 Jan 2003 10:08:27 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TI8QZF095247; Wed, 29 Jan 2003 10:08:26 -0800 (PST) Message-Id: <200301291808.h0TI8QZF095247@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 29 Jan 2003 10:08:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/pc98 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 phk 2003/01/29 10:08:26 PST Modified files: sys/pc98/pc98 clock.c Log: Make tsc_freq a 64bit on PC98 also. Revision Changes Path 1.117 +3 -2 src/sys/pc98/pc98/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 Jan 29 10:14:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04CE337B401; Wed, 29 Jan 2003 10:14:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8514543F3F; Wed, 29 Jan 2003 10:14:29 -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 h0TIETbv098856; Wed, 29 Jan 2003 10:14: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 h0TIETHv098855; Wed, 29 Jan 2003 10:14:29 -0800 (PST) Message-Id: <200301291814.h0TIETHv098855@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 29 Jan 2003 10:14:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/kerberosIV/admin kdb_edit.c kdb_init.c src/crypto/kerberosIV/kadmin kadmin.c ksrvutil.c ksrvutil_get.c random_password.c src/crypto/kerberosIV/server kerberos.c src/crypto/telnet/libtelnet enc_des.c kerberos.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 2003/01/29 10:14:29 PST Modified files: crypto/kerberosIV/admin kdb_edit.c kdb_init.c crypto/kerberosIV/kadmin kadmin.c ksrvutil.c ksrvutil_get.c random_password.c crypto/kerberosIV/server kerberos.c crypto/telnet/libtelnet enc_des.c kerberos.c secure/lib/libcrypto Makefile Removed files: crypto/openssl/crypto/des rnd_keys.c Log: Background: When libdes was replaced with OpenSSL's libcrypto, there were a few interfaces that the former implemented but the latter did not. Because some software in the base system still depended upon these interfaces, we simply included them in our libcrypto (rnd_keys.c). Now, finally get around to removing the dependencies on these interfaces. There were basically two cases: des_new_random_key -- This is just a wrapper for des_random_key, and these calls were replaced. des_init_random_number_generator et. al. -- A few functions were used by the application to seed libdes's PRNG. These are not necessary when using libcrypto, as OpenSSL internally seeds the PRNG from /dev/random. These calls were simply removed. Again, some of the Kerberos 4 files have been taken off the vendor branch. I do not expect there to be future imports of KTH Kerberos 4. Revision Changes Path 1.2 +44 -47 src/crypto/kerberosIV/admin/kdb_edit.c 1.2 +13 -16 src/crypto/kerberosIV/admin/kdb_init.c 1.2 +611 -311 src/crypto/kerberosIV/kadmin/kadmin.c 1.2 +136 -109 src/crypto/kerberosIV/kadmin/ksrvutil.c 1.2 +139 -111 src/crypto/kerberosIV/kadmin/ksrvutil_get.c 1.2 +6 -10 src/crypto/kerberosIV/kadmin/random_password.c 1.6 +2 -3 src/crypto/kerberosIV/server/kerberos.c 1.3 +0 -444 src/crypto/openssl/crypto/des/rnd_keys.c (dead) 1.9 +1 -7 src/crypto/telnet/libtelnet/enc_des.c 1.8 +1 -7 src/crypto/telnet/libtelnet/kerberos.c 1.54 +1 -1 src/secure/lib/libcrypto/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 10:16:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A82237B401; Wed, 29 Jan 2003 10:16:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE9FA43E4A; Wed, 29 Jan 2003 10:16:14 -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 h0TIGEbv098973; Wed, 29 Jan 2003 10:16:14 -0800 (PST) (envelope-from ume@repoman.freebsd.org) Received: (from ume@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TIGEYc098972; Wed, 29 Jan 2003 10:16:14 -0800 (PST) Message-Id: <200301291816.h0TIGEYc098972@repoman.freebsd.org> From: Hajimu UMEMOTO Date: Wed, 29 Jan 2003 10:16:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/gkrellm2 Makefile distinfo ports/sysutils/gkrellm2/files patch-server::main.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 ume 2003/01/29 10:16:14 PST Modified files: sysutils/gkrellm2 Makefile distinfo Removed files: sysutils/gkrellm2/files patch-server::main.c Log: Update to 2.1.7a Revision Changes Path 1.65 +1 -1 ports/sysutils/gkrellm2/Makefile 1.46 +1 -1 ports/sysutils/gkrellm2/distinfo 1.2 +0 -21 ports/sysutils/gkrellm2/files/patch-server::main.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 10:23:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBBDB37B401; Wed, 29 Jan 2003 10:23:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 671E243E4A; Wed, 29 Jan 2003 10:23:28 -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 h0TINSbv002601; Wed, 29 Jan 2003 10:23:28 -0800 (PST) (envelope-from hsu@repoman.freebsd.org) Received: (from hsu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TINSZh002600; Wed, 29 Jan 2003 10:23:28 -0800 (PST) Message-Id: <200301291823.h0TINSZh002600@repoman.freebsd.org> From: Jeffrey Hsu Date: Wed, 29 Jan 2003 10:23:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/smp 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 hsu 2003/01/29 10:23:28 PST Modified files: en/smp index.sgml Log: Sign myself up for the lock struct ifnet item. Revision Changes Path 1.99 +7 -7 www/en/smp/index.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 10:37:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46DF837B401; Wed, 29 Jan 2003 10:37:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E21C943F3F; Wed, 29 Jan 2003 10:37:29 -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 h0TIbTbv006326; Wed, 29 Jan 2003 10:37:29 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TIbTI7006325; Wed, 29 Jan 2003 10:37:29 -0800 (PST) Message-Id: <200301291837.h0TIbTI7006325@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 29 Jan 2003 10:37:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_enc.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 2003/01/29 10:37:29 PST Modified files: sys/geom geom_enc.c Log: Sort these functions as the author instructed. Revision Changes Path 1.9 +13 -16 src/sys/geom/geom_enc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 11:11:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC23437B401; Wed, 29 Jan 2003 11:11:58 -0800 (PST) Received: from out6.mx.nwbl.wi.voyager.net (out6.mx.nwbl.wi.voyager.net [169.207.3.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67DDF43F79; Wed, 29 Jan 2003 11:11:58 -0800 (PST) (envelope-from silby@silby.com) Received: from [10.1.1.6] (d109.as29.nwbl0.wi.voyager.net [169.207.73.109]) by out6.mx.nwbl.wi.voyager.net (Postfix) with ESMTP id 47D60DB84C; Wed, 29 Jan 2003 12:36:18 -0600 (CST) Date: Wed, 29 Jan 2003 12:44:14 -0600 (CST) From: Mike Silbersack To: Yar Tikhiy Cc: cvs-committers@FreeBSD.org, "" Subject: Re: cvs commit: src/libexec/ftpd ftpcmd.y ftpd.8 ftpd.c In-Reply-To: <200301291058.h0TAwwl3041412@repoman.freebsd.org> Message-ID: <20030129124341.G4589-100000@patrocles.silby.com> References: <200301291058.h0TAwwl3041412@repoman.freebsd.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 Wed, 29 Jan 2003, Yar Tikhiy wrote: > yar 2003/01/29 02:58:58 PST > > Modified files: > libexec/ftpd ftpcmd.y ftpd.8 ftpd.c > Log: > Add a new option to ftpd(8), "-h", to disable printing any > host-specific information in FTP server messages (so paranoid > admins can sleep at night :-) > > PR: bin/16705 > MFC after: 1 week Great, now I'll sit up all night worrying if I turned on -h or not... thanks a lot! 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 Jan 29 11:21: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFEFE37B401; Wed, 29 Jan 2003 11:21:02 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id EABF743F85; Wed, 29 Jan 2003 11:21:01 -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.6/8.12.5) with SMTP id h0TJKbP4012653; Wed, 29 Jan 2003 14:20:37 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Wed, 29 Jan 2003 14:20:36 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: Max Khon Cc: Mikhail Teterin , "Jacques A. Vidrine" , Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... In-Reply-To: <20030129062807.A56346@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, 29 Jan 2003, Max Khon wrote: > > A related topic. I thought, it was agreed to, at some point, remove our > > implementations of things, OpenSSL provides, in favor of the OpenSSL's > > replacements -- may be, after merging in the differences, or some such. > > I'm talking primarily of the message digest library (-lmd), which is > > (almost) API compatible with -lcrypto (MD5Final vs. MD5_Final). > > OpenSSL lacks some functions our -lmd has: MDX_File, MDX_FileChunk and > MDX_End. > > I have a patch that removes -lmd from base system (it has some raw edges > and is a bit outdated but its does most of the job). Also, we consider OpenSSL to be "crypto" which might be subject to export limits, but I don't think we consider MD5 to be crypto in the same sense. 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 Jan 29 11:24:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9DFB37B401; Wed, 29 Jan 2003 11:24:52 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 762EB43E4A; Wed, 29 Jan 2003 11:24:51 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0TJOODZ030646; Wed, 29 Jan 2003 14:24:24 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: cvs commit: ports/editors/vim Makefile From: Joe Marcus Clarke To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200301290836.h0T8aXrp091240@repoman.freebsd.org> References: <200301290836.h0T8aXrp091240@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-t1r7NNcJAsC8gzA0Yh7s" Organization: MarcusCom, Inc. Message-Id: <1043868282.67424.11.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 29 Jan 2003 14:24:43 -0500 X-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT, REFERENCES,SPAM_PHRASE_00_01 version=2.43 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-t1r7NNcJAsC8gzA0Yh7s Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-01-29 at 03:36, David E. O'Brien wrote: > obrien 2003/01/29 00:36:33 PST >=20 > Modified files: > editors/vim Makefile=20 > Log: > Switch over to GNOMENG (I wish the knob was named something else as I d= on't > even want to suggest Vim now depends on the all that is GNOME). This a= ppears > to be affectively a no-op as `ldd' reports the same libs as before. The GNOMENG macro is going away as soon as all ports convert. And, yes, this should be a no-op as far as the linker is concerned. Thanks for getting to this. Joe > =20 > PR: 46770 > Submitted by: marcus > =20 > Revision Changes Path > 1.214 +13 -8 ports/editors/vim/Makefile --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-t1r7NNcJAsC8gzA0Yh7s Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+OCp6b2iPiv4Uz4cRAkazAJ4+MJcfNQd8vaNSBjlueMSuMMtCIACbB30a p1cK/hJ3y4XweVPcFOFt5BI= =jXg2 -----END PGP SIGNATURE----- --=-t1r7NNcJAsC8gzA0Yh7s-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 11:26:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D099337B401; Wed, 29 Jan 2003 11:26:33 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BE9F43E4A; Wed, 29 Jan 2003 11:26:33 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id h0TJQBDZ030673; Wed, 29 Jan 2003 14:26:11 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: cvs commit: ports/misc/gnome-icon-theme Makefile From: Joe Marcus Clarke To: Adam Weinberger Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <200301291519.h0TFJ5so034517@repoman.freebsd.org> References: <200301291519.h0TFJ5so034517@repoman.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-HF/O0AvOOFpy7vUMU5Vs" Organization: MarcusCom, Inc. Message-Id: <1043868390.67424.13.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.1 Date: 29 Jan 2003 14:26:30 -0500 X-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,PGP_SIGNATURE_2,QUOTED_EMAIL_TEXT, REFERENCES,SPAM_PHRASE_00_01 version=2.43 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-HF/O0AvOOFpy7vUMU5Vs Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-01-29 at 10:19, Adam Weinberger wrote: > adamw 2003/01/29 07:19:05 PST >=20 > Modified files: > misc/gnome-icon-theme Makefile=20 > Log: > Fix MASTER_SITE_SUBDIR. :-[ Thanks... Joe > =20 > Revision Changes Path > 1.4 +1 -1 ports/misc/gnome-icon-theme/Makefile --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-HF/O0AvOOFpy7vUMU5Vs Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQA+OCrlb2iPiv4Uz4cRAppCAJ4mDdWn46uqY5FGdSCPiF8XiUxQtgCeKwXS qCClet8csX9TeqZ8YeyGVEk= =PRIV -----END PGP SIGNATURE----- --=-HF/O0AvOOFpy7vUMU5Vs-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 11:31:35 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2165B37B401; Wed, 29 Jan 2003 11:31:34 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A62D643F79; Wed, 29 Jan 2003 11:31:33 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0TJVXbv026207; Wed, 29 Jan 2003 11:31:33 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TJVXRl026203; Wed, 29 Jan 2003 11:31:33 -0800 (PST) Message-Id: <200301291931.h0TJVXRl026203@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 29 Jan 2003 11:31:33 -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 brueffer 2003/01/29 11:31:33 PST Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Convert all entries in the additional contributors section to the format This change is for consistency and ease of maintainance. Discussed on: -doc Inspired by: PR 45213 Approved by: ceri (mentor) Revision Changes Path 1.328 +2535 -1269 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 Jan 29 11:31:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A4F137B401; Wed, 29 Jan 2003 11:31:45 -0800 (PST) Received: from citusc.usc.edu (citusc.usc.edu [128.125.38.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30C4F43FA3; Wed, 29 Jan 2003 11:31:42 -0800 (PST) (envelope-from kris@citusc.usc.edu) Received: (from kris@localhost) by citusc.usc.edu (8.11.6/8.11.2) id h0TJVfe07127; Wed, 29 Jan 2003 11:31:41 -0800 Date: Wed, 29 Jan 2003 11:31:41 -0800 From: Kris Kennaway To: Dirk Froemberg Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports MOVED ports/lang Makefile ports/lang/php4 Makefile Message-ID: <20030129113141.C7040@citusc.usc.edu> References: <200301291519.h0TFJFGr034583@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="s2ZSL+KKDSLx8OML" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200301291519.h0TFJFGr034583@repoman.freebsd.org>; from dirk@FreeBSD.org on Wed, Jan 29, 2003 at 07:19:15AM -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 --s2ZSL+KKDSLx8OML Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 29, 2003 at 07:19:15AM -0800, Dirk Froemberg wrote: > dirk 2003/01/29 07:19:15 PST >=20 > Modified files: > . MOVED=20 > lang Makefile=20 > Removed files: > lang/php4 Makefile=20 > Log: > Remove lang/php4 which was integrated into www/mod_php4. This broke the ports collection. Please fix it immediately! Kris --s2ZSL+KKDSLx8OML 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 iD8DBQE+OCwcWry0BWjoQKURAlm9AKCOuW+X4KwL7OAaM42jJqfpnQU33wCfZN4r 1aI3Ee/ijQ8NocL0ZZOw8Ac= =ch3s -----END PGP SIGNATURE----- --s2ZSL+KKDSLx8OML-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 11:36: 9 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F35C737B401; Wed, 29 Jan 2003 11:36:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B05843F43; Wed, 29 Jan 2003 11:36: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 h0TJa8bv027606; Wed, 29 Jan 2003 11:36:08 -0800 (PST) (envelope-from mike@repoman.freebsd.org) Received: (from mike@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TJa8iM027605; Wed, 29 Jan 2003 11:36:08 -0800 (PST) Message-Id: <200301291936.h0TJa8iM027605@repoman.freebsd.org> From: Mike Barcroft Date: Wed, 29 Jan 2003 11:36:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys 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 mike 2003/01/29 11:36:08 PST Modified files: sys/sys types.h Log: Style: keep most typedefs in the same place. Revision Changes Path 1.80 +43 -41 src/sys/sys/types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 11:44: 1 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1B0637B401; Wed, 29 Jan 2003 11:44:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ED3643F43; Wed, 29 Jan 2003 11:44:00 -0800 (PST) (envelope-from tobez@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0TJhxbv031200; Wed, 29 Jan 2003 11:43:59 -0800 (PST) (envelope-from tobez@repoman.freebsd.org) Received: (from tobez@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TJhxTV031199; Wed, 29 Jan 2003 11:43:59 -0800 (PST) Message-Id: <200301291943.h0TJhxTV031199@repoman.freebsd.org> From: Anton Berezin Date: Wed, 29 Jan 2003 11:43:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/p5-Data-ShowTable/files patch-ShowTable.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 tobez 2003/01/29 11:43:59 PST Added files: devel/p5-Data-ShowTable/files patch-ShowTable.pm Log: Make this module install cleanly with perl 5.8.0. Submitted by: Stijn Hoop PR: 46560 Revision Changes Path 1.1 +13 -0 ports/devel/p5-Data-ShowTable/files/patch-ShowTable.pm (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 11:47:27 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7363137B401; Wed, 29 Jan 2003 11:47:26 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19A0C43F3F; Wed, 29 Jan 2003 11:47:26 -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 h0TJlPbv031328; Wed, 29 Jan 2003 11:47:25 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TJlPiP031327; Wed, 29 Jan 2003 11:47:25 -0800 (PST) Message-Id: <200301291947.h0TJlPiP031327@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 29 Jan 2003 11:47:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_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 2003/01/29 11:47:25 PST Modified files: sys/geom geom_disk.c Log: Add code to repsect the D_NOGIANT flag, should the disk device driver set it. NO_GEOM cleanup: remove ifdefs. Still untested. Revision Changes Path 1.37 +30 -11 src/sys/geom/geom_disk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 12: 0:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2AB637B401; Wed, 29 Jan 2003 12:00:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E43BF43F93; Wed, 29 Jan 2003 12:00:43 -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 h0TK0hbv035756; Wed, 29 Jan 2003 12:00:43 -0800 (PST) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TK0h72035754; Wed, 29 Jan 2003 12:00:43 -0800 (PST) Message-Id: <200301292000.h0TK0h72035754@repoman.freebsd.org> From: Dirk Meyer Date: Wed, 29 Jan 2003 12:00:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/openssl Makefile Makefile.ssl distinfo pkg-plist ports/security/openssl/files patch-ab patch-ac patch-ag patch-ak patch-config patch-rnd_keys rnd_keys.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 dinoex 2003/01/29 12:00:43 PST Modified files: security/openssl Makefile Makefile.ssl distinfo pkg-plist security/openssl/files patch-ab patch-ac patch-ag patch-ak patch-config Removed files: security/openssl/files patch-rnd_keys rnd_keys.c Log: - Update to 0.9.7 - rnd_keys.c now in distribution - drop lib/libRSAglue.a - build on i386, alpha, sparc64, ia64 - build on 2.2.8 with the gas-patch as noted in FAQ Revision Changes Path 1.73 +791 -82 ports/security/openssl/Makefile 1.4 +3 -3 ports/security/openssl/Makefile.ssl 1.26 +1 -2 ports/security/openssl/distinfo 1.15 +0 -9 ports/security/openssl/files/patch-ab 1.12 +18 -17 ports/security/openssl/files/patch-ac 1.3 +10 -10 ports/security/openssl/files/patch-ag 1.2 +7 -9 ports/security/openssl/files/patch-ak 1.2 +6 -4 ports/security/openssl/files/patch-config 1.2 +0 -33 ports/security/openssl/files/patch-rnd_keys (dead) 1.2 +0 -444 ports/security/openssl/files/rnd_keys.c (dead) 1.27 +13 -2 ports/security/openssl/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 Jan 29 12:20:58 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEDE637B401; Wed, 29 Jan 2003 12:20:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F46E43F85; Wed, 29 Jan 2003 12:20:57 -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 h0TKKvbv043337; Wed, 29 Jan 2003 12:20:57 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TKKvHr043333; Wed, 29 Jan 2003 12:20:57 -0800 (PST) Message-Id: <200301292020.h0TKKvHr043333@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 29 Jan 2003 12:20:57 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/png Makefile pkg-plist ports/graphics/png/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 ache 2003/01/29 12:20:57 PST Modified files: graphics/png Makefile pkg-plist Added files: graphics/png/files patch-ab Log: Install pkg-config data Submitted by: Joe Marcus Clarke (sligtly edited) Revision Changes Path 1.55 +9 -0 ports/graphics/png/Makefile 1.1 +10 -0 ports/graphics/png/files/patch-ab (new) 1.22 +1 -0 ports/graphics/png/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 Jan 29 12:36:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A2CB37B413; Wed, 29 Jan 2003 12:36:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D50DC43F9B; Wed, 29 Jan 2003 12:36:08 -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 h0TKa8bv049166; Wed, 29 Jan 2003 12:36:08 -0800 (PST) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TKa8uP049165; Wed, 29 Jan 2003 12:36:08 -0800 (PST) Message-Id: <200301292036.h0TKa8uP049165@repoman.freebsd.org> From: Scott Long Date: Wed, 29 Jan 2003 12:36:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include bus.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 scottl 2003/01/29 12:36:08 PST Modified files: sys/sparc64/include bus.h Log: Fix another mistake in the bus_dmamem_alloc_size() thing Submitted by: tmm Revision Changes Path 1.18 +2 -2 src/sys/sparc64/include/bus.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 12:42:45 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A3E737B401; Wed, 29 Jan 2003 12:42:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D04043F79; Wed, 29 Jan 2003 12:42:44 -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 h0TKghbv052528; Wed, 29 Jan 2003 12:42: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 h0TKghTv052527; Wed, 29 Jan 2003 12:42:43 -0800 (PST) Message-Id: <200301292042.h0TKghTv052527@repoman.freebsd.org> From: "Matthew N. Dodd" Date: Wed, 29 Jan 2003 12:42:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ping ping.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 2003/01/29 12:42:43 PST Modified files: sbin/ping ping.c Log: Call fill() after maxpayload has been initialized. Reviewed by: maxim Revision Changes Path 1.83 +6 -3 src/sbin/ping/ping.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 12:51:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E217B37B401; Wed, 29 Jan 2003 12:51:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89B2543F43; Wed, 29 Jan 2003 12:51:54 -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 h0TKpsbv055489; Wed, 29 Jan 2003 12:51:54 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TKpsaJ055488; Wed, 29 Jan 2003 12:51:54 -0800 (PST) Message-Id: <200301292051.h0TKpsaJ055488@repoman.freebsd.org> From: Jake Burkholder Date: Wed, 29 Jan 2003 12:51:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jake 2003/01/29 12:51:54 PST Modified files: . access Log: Welcome Harti Brandt (harti) as a src committer. I will be his mentor. Harti has submitted more sparc64 PRs than is good for him, he can now close his own damn PRs. In the future Harti will also be working on improving our ATM infrastructure and seeing what people think about his project, ngATM. Approved by: core Revision Changes Path 1.362 +1 -0 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 12:59:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8EE837B401; Wed, 29 Jan 2003 12:59:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EB7B43F3F; Wed, 29 Jan 2003 12:59:11 -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 h0TKxBbv056403; Wed, 29 Jan 2003 12:59:11 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TKxBXm056402; Wed, 29 Jan 2003 12:59:11 -0800 (PST) Message-Id: <200301292059.h0TKxBXm056402@repoman.freebsd.org> From: Tom Rhodes Date: Wed, 29 Jan 2003 12:59:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/sysinstall devices.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG trhodes 2003/01/29 12:59:11 PST Modified files: (Branch: RELENG_4) release/sysinstall devices.c Log: MFC: Revision 1.145 Revision Changes Path 1.117.2.19 +2 -1 src/release/sysinstall/devices.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 13:10:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D969337B401; Wed, 29 Jan 2003 13:10:53 -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 F060B43E4A; Wed, 29 Jan 2003 13:10:52 -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 h0TLAplk008604; Wed, 29 Jan 2003 22:10:51 +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 h0TLApLY008603; Wed, 29 Jan 2003 22:10:51 +0100 (CET) Date: Wed, 29 Jan 2003 22:10:51 +0100 From: Dirk Froemberg To: "Sergey A. Osokin" Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: ports/databases/mysql323-server Makefile distinfo ports/databases/mysql323-server/files patch-an Message-ID: <20030129211051.GB7847@physik.TU-Berlin.DE> References: <200301291630.h0TGURhj059885@repoman.freebsd.org> <20030129163325.GQ57203@freebsd.org.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030129163325.GQ57203@freebsd.org.ru> 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! On Wed, Jan 29, 2003 at 07:33:25PM +0300, Sergey A. Osokin wrote: > On Wed, Jan 29, 2003 at 08:30:27AM -0800, Dirk Froemberg wrote: > > dirk 2003/01/29 08:30:27 PST > > > > Modified files: > > databases/mysql323-server Makefile distinfo > > databases/mysql323-server/files patch-an > > Log: > > Upgrade to 3.23.55. > > What about of Alexandr Kovalenko PR? > Just look at http://www.FreeBSD.org/cgi/query-pr.cgi?pr=ports/47574 Haven't seen this but it's exactly the same. I closed the PR now. 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 Wed Jan 29 13:13:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9652537B401; Wed, 29 Jan 2003 13:13:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B8F343F79; Wed, 29 Jan 2003 13:13:56 -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 h0TLDubv063377; Wed, 29 Jan 2003 13:13:56 -0800 (PST) (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TLDtDA063376; Wed, 29 Jan 2003 13:13:55 -0800 (PST) Message-Id: <200301292113.h0TLDtDA063376@repoman.freebsd.org> From: "James E. Housley" Date: Wed, 29 Jan 2003 13:13:55 -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 2003/01/29 13:13:55 PST Modified files: security/uvscan-dat Makefile distinfo Log: Upgrade to 4245 Revision Changes Path 1.131 +1 -1 ports/security/uvscan-dat/Makefile 1.129 +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 Jan 29 13:20:40 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FDD237B401; Wed, 29 Jan 2003 13:20:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9CE543F75; Wed, 29 Jan 2003 13:20:38 -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 h0TLKcbv064284; Wed, 29 Jan 2003 13:20:38 -0800 (PST) (envelope-from nectar@repoman.freebsd.org) Received: (from nectar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TLKcbW064283; Wed, 29 Jan 2003 13:20:38 -0800 (PST) Message-Id: <200301292120.h0TLKcbW064283@repoman.freebsd.org> From: Jacques Vidrine Date: Wed, 29 Jan 2003 13:20:38 -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 2003/01/29 13:20:38 PST Modified files: lib/libpam/modules/pam_krb5 pam_krb5.c Log: Do not return inappropriate error codes in pam_sm_setcred. Revision Changes Path 1.13 +4 -1 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 Jan 29 13:46:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D56F437B401; Wed, 29 Jan 2003 13:46:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DE2843E4A; Wed, 29 Jan 2003 13:46:12 -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 h0TLkCbv074157; Wed, 29 Jan 2003 13:46: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 h0TLkCXF074156; Wed, 29 Jan 2003 13:46:12 -0800 (PST) Message-Id: <200301292146.h0TLkCXF074156@repoman.freebsd.org> From: Maxime Henrion Date: Wed, 29 Jan 2003 13:46:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/chmod chmod.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 2003/01/29 13:46:12 PST Modified files: bin/chmod chmod.c Log: Remove now unnecessary main() prototype. Revision Changes Path 1.28 +0 -1 src/bin/chmod/chmod.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 13:46:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC53C37B401; Wed, 29 Jan 2003 13:46:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6106843F79; Wed, 29 Jan 2003 13:46:40 -0800 (PST) (envelope-from fanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0TLkebv074189; Wed, 29 Jan 2003 13:46:40 -0800 (PST) (envelope-from fanf@repoman.freebsd.org) Received: (from fanf@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TLkeRB074188; Wed, 29 Jan 2003 13:46:40 -0800 (PST) Message-Id: <200301292146.h0TLkeRB074188@repoman.freebsd.org> From: Tony Finch Date: Wed, 29 Jan 2003 13:46:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/unifdef Makefile unifdef.1 unifdef.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 fanf 2003/01/29 13:46:40 PST Modified files: (Branch: RELENG_4) usr.bin/unifdef Makefile unifdef.1 unifdef.c Log: MFC: better handling of multiline preprocessor directives; fixed ignore handling; style. Revision Changes Path 1.1.1.1.14.3 +1 -0 src/usr.bin/unifdef/Makefile 1.4.2.9 +21 -3 src/usr.bin/unifdef/unifdef.1 1.4.2.5 +161 -91 src/usr.bin/unifdef/unifdef.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 13:51: 6 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F279E37B401; Wed, 29 Jan 2003 13:51:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 990EE43E4A; Wed, 29 Jan 2003 13:51: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 h0TLp5bv075642; Wed, 29 Jan 2003 13:51:05 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TLp5cL075635; Wed, 29 Jan 2003 13:51:05 -0800 (PST) Message-Id: <200301292151.h0TLp5cL075635@repoman.freebsd.org> From: Maxime Henrion Date: Wed, 29 Jan 2003 13:51:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man4/man4.i386 apm.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 mux 2003/01/29 13:51:05 PST Modified files: share/man/man4/man4.i386 apm.4 Log: On -CURRENT, we need "device apm" and not "device apm0 at nexus?". Revision Changes Path 1.19 +2 -2 src/share/man/man4/man4.i386/apm.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 13:54: 5 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62DEC37B401; Wed, 29 Jan 2003 13:54:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBD5343F43; Wed, 29 Jan 2003 13:54:03 -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 h0TLs3bv077680; Wed, 29 Jan 2003 13:54:03 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TLs3l9077679; Wed, 29 Jan 2003 13:54:03 -0800 (PST) Message-Id: <200301292154.h0TLs3l9077679@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 29 Jan 2003 13:54:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_conf.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 2003/01/29 13:54:03 PST Modified files: sys/kern kern_conf.c Log: NODEVFS cleanup: Remove cdevsw[]. This implicitly removes the need for major numbers, but a number of drivers still know things they shouldn't need to, and we need to consider if there are applications which cache major(+minor) gleaned from stat(2) and rely on it being constant over reboots before we start assigning random majors. Revision Changes Path 1.117 +0 -31 src/sys/kern/kern_conf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 13:56:11 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9EA937B401; Wed, 29 Jan 2003 13:56:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 818D343F3F; Wed, 29 Jan 2003 13:56: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 h0TLuAbv077802; Wed, 29 Jan 2003 13:56:10 -0800 (PST) (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TLuAE9077801; Wed, 29 Jan 2003 13:56:10 -0800 (PST) Message-Id: <200301292156.h0TLuAE9077801@repoman.freebsd.org> From: Maxime Henrion Date: Wed, 29 Jan 2003 13:56:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sisreg.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 2003/01/29 13:56:10 PST Modified files: sys/pci if_sisreg.h Log: Fix typo in an unused macro. Revision Changes Path 1.21 +1 -1 src/sys/pci/if_sisreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 13:56:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BB5937B401; Wed, 29 Jan 2003 13:56:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C31543F75; Wed, 29 Jan 2003 13:56: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 h0TLukbv077865; Wed, 29 Jan 2003 13:56: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 h0TLukhX077864; Wed, 29 Jan 2003 13:56:46 -0800 (PST) Message-Id: <200301292156.h0TLukhX077864@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 29 Jan 2003 13:56:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/balsa2 Makefile distinfo pkg-plist ports/mail/balsa2/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 2003/01/29 13:56:46 PST Modified files: mail/balsa2 Makefile distinfo pkg-plist mail/balsa2/files patch-configure Log: Update to 2.0.6. Revision Changes Path 1.70 +1 -1 ports/mail/balsa2/Makefile 1.36 +1 -1 ports/mail/balsa2/distinfo 1.6 +17 -8 ports/mail/balsa2/files/patch-configure 1.27 +2 -0 ports/mail/balsa2/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 Jan 29 14: 1:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC24637B401; Wed, 29 Jan 2003 14:01:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 533F343E4A; Wed, 29 Jan 2003 14:01:50 -0800 (PST) (envelope-from fanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0TM1obv079955; Wed, 29 Jan 2003 14:01:50 -0800 (PST) (envelope-from fanf@repoman.freebsd.org) Received: (from fanf@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TM1owx079951; Wed, 29 Jan 2003 14:01:50 -0800 (PST) Message-Id: <200301292201.h0TM1owx079951@repoman.freebsd.org> From: Tony Finch Date: Wed, 29 Jan 2003 14:01:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/adduser adduser.8 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 fanf 2003/01/29 14:01:49 PST Modified files: (Branch: RELENG_4) usr.sbin/adduser adduser.8 Log: MFC 1.43: umask 002 explanation Revision Changes Path 1.30.2.9 +5 -3 src/usr.sbin/adduser/adduser.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 14:11:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20D7337B405; Wed, 29 Jan 2003 14:11:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9959F43F79; Wed, 29 Jan 2003 14:11:21 -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 h0TMBLbv083495; Wed, 29 Jan 2003 14:11:21 -0800 (PST) (envelope-from dirk@repoman.freebsd.org) Received: (from dirk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TMBLWp083491; Wed, 29 Jan 2003 14:11:21 -0800 (PST) Message-Id: <200301292211.h0TMBLWp083491@repoman.freebsd.org> From: Dirk Froemberg Date: Wed, 29 Jan 2003 14:11:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/pear-Console_Getopt Makefile ports/devel/swig13 Makefile ports/www/jonah 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 2003/01/29 14:11:21 PST Modified files: devel/pear-Console_Getopt Makefile devel/swig13 Makefile www/jonah Makefile Log: ${LOCALBASE}/bin/php lives in www/mod_php4, now. Reminded by: kris Revision Changes Path 1.2 +1 -1 ports/devel/pear-Console_Getopt/Makefile 1.47 +1 -1 ports/devel/swig13/Makefile 1.2 +1 -1 ports/www/jonah/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 14:22: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F67937B401; Wed, 29 Jan 2003 14:22:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43EFC43F75; Wed, 29 Jan 2003 14:22:03 -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 h0TMM3bv087923; Wed, 29 Jan 2003 14:22: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 h0TMM3RO087922; Wed, 29 Jan 2003 14:22:03 -0800 (PST) Message-Id: <200301292222.h0TMM3RO087922@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 29 Jan 2003 14:22:02 -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 marcel 2003/01/29 14:22:02 PST Modified files: en/donations wantlist.sgml Log: I want a Sparc64. I fear I don't have the strength to avoid working on infrastructural rewrites, such as a portable console implementation. Revision Changes Path 1.73 +8 -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 Wed Jan 29 14:24:31 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D3B737B405; Wed, 29 Jan 2003 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 C0AA043F43; Wed, 29 Jan 2003 14:24:30 -0800 (PST) (envelope-from brueffer@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0TMOUbv088660; Wed, 29 Jan 2003 14:24:30 -0800 (PST) (envelope-from brueffer@repoman.freebsd.org) Received: (from brueffer@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TMOURi088659; Wed, 29 Jan 2003 14:24:30 -0800 (PST) Message-Id: <200301292224.h0TMOURi088659@repoman.freebsd.org> From: Christian Brueffer Date: Wed, 29 Jan 2003 14:24:30 -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 brueffer 2003/01/29 14:24:30 PST Modified files: en_US.ISO8859-1/articles/contributors article.sgml Log: Add missing tag Revision Changes Path 1.329 +1 -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 Jan 29 14:24:46 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 973E337B401; Wed, 29 Jan 2003 14:24:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C45143F43; Wed, 29 Jan 2003 14:24:44 -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 h0TMOibv088686; Wed, 29 Jan 2003 14:24:44 -0800 (PST) (envelope-from obraun@repoman.freebsd.org) Received: (from obraun@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TMOhYa088685; Wed, 29 Jan 2003 14:24:43 -0800 (PST) Message-Id: <200301292224.h0TMOhYa088685@repoman.freebsd.org> From: Oliver Braun Date: Wed, 29 Jan 2003 14:24:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/xmms-xvs 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 obraun 2003/01/29 14:24:43 PST Modified files: graphics/xmms-xvs Makefile Log: Add USE_BISON. PR: ports/47631 Submitted by: Volker Stolz Revision Changes Path 1.8 +1 -0 ports/graphics/xmms-xvs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 14:36:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40FA937B401; Wed, 29 Jan 2003 14:36:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D567543F75; Wed, 29 Jan 2003 14:36:45 -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 h0TMajbv092391; Wed, 29 Jan 2003 14:36:45 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TMajAH092390; Wed, 29 Jan 2003 14:36:45 -0800 (PST) Message-Id: <200301292236.h0TMajAH092390@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 29 Jan 2003 14:36:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/devfs devfs_devs.c devfs_rule.c devfs_vfsops.c devfs_vnops.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 2003/01/29 14:36:45 PST Modified files: sys/fs/devfs devfs_devs.c devfs_rule.c devfs_vfsops.c devfs_vnops.c Log: NODEVFS cleanup: remove #ifdefs. Revision Changes Path 1.26 +0 -2 src/sys/fs/devfs/devfs_devs.c 1.7 +0 -2 src/sys/fs/devfs/devfs_rule.c 1.28 +0 -2 src/sys/fs/devfs/devfs_vfsops.c 1.60 +0 -2 src/sys/fs/devfs/devfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 14:45:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A858237B401; Wed, 29 Jan 2003 14:45:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F68D43E4A; Wed, 29 Jan 2003 14:45:37 -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 h0TMjbbv095965; Wed, 29 Jan 2003 14:45:37 -0800 (PST) (envelope-from hsu@repoman.freebsd.org) Received: (from hsu@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TMjbg1095964; Wed, 29 Jan 2003 14:45:37 -0800 (PST) Message-Id: <200301292245.h0TMjbg1095964@repoman.freebsd.org> From: Jeffrey Hsu Date: Wed, 29 Jan 2003 14:45:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_output.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 hsu 2003/01/29 14:45:37 PST Modified files: (Branch: RELENG_4) sys/netinet tcp_output.c Log: Merge rev 1.74 from current: Optimize away call to bzero() in the common case by directly checking if a connection has any cached TAO information. Revision Changes Path 1.39.2.20 +3 -6 src/sys/netinet/tcp_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 14:48:59 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9407E37B401; Wed, 29 Jan 2003 14:48:57 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C07743F75; Wed, 29 Jan 2003 14:48:57 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 271022A89E; Wed, 29 Jan 2003 14:48:57 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 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: <200301292120.h0TLKcbW064283@repoman.freebsd.org> Date: Wed, 29 Jan 2003 14:48:57 -0800 From: Peter Wemm Message-Id: <20030129224857.271022A89E@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 Jacques Vidrine wrote: > nectar 2003/01/29 13:20:38 PST > > Modified files: > lib/libpam/modules/pam_krb5 pam_krb5.c > Log: > Do not return inappropriate error codes in pam_sm_setcred. Doesn't this just hide the problem? I know there has been lots of finger pointing about PrivSep and the data being stored in the wrong process, but even with PrivSep turned *off*, it is still broken. I added some tracing code that showed that the cleanup_cache() callback hook was being explicitly called *before* the sm_setcred function. ie: there is either a programming error or a design error somewhere and the setcred stuff cannot possibly ever work (regardless of whether sshd is hacked to use pthreads or not.. it doesn't even work in a single process context, therefore it shouldn't have anything to do with the split contexts). Again, this doesn't seem to happen on the PAM in RELENG_4, so I have to wonder if there is a handle management bug (or incompatability) in openpam or something along those lines. Maybe sshd is doing something funny that is upsetting openpam, I dont know. I've just stuck a giant #if 0 around the code. :-( 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 Wed Jan 29 14:52:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A53037B401; Wed, 29 Jan 2003 14:52:28 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E98643F43; Wed, 29 Jan 2003 14:52:28 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0TMqRbv099135; Wed, 29 Jan 2003 14:52:27 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TMqRh7099134; Wed, 29 Jan 2003 14:52:27 -0800 (PST) Message-Id: <200301292252.h0TMqRh7099134@repoman.freebsd.org> From: Juli Mallett Date: Wed, 29 Jan 2003 14:52:27 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs Makefile mkfs.c newfs.c newfs.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 jmallett 2003/01/29 14:52:27 PST Modified files: sbin/newfs Makefile mkfs.c newfs.c newfs.h Log: Back out conversion to libufs, for now. It seems to cause problems. Reported by: phk Revision Changes Path 1.21 +0 -2 src/sbin/newfs/Makefile 1.69 +99 -20 src/sbin/newfs/mkfs.c 1.68 +11 -13 src/sbin/newfs/newfs.c 1.10 +1 -7 src/sbin/newfs/newfs.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 14:59:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5A3137B401; Wed, 29 Jan 2003 14:59:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A82443F79; Wed, 29 Jan 2003 14:59:37 -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 h0TMxbbv099700; Wed, 29 Jan 2003 14:59:37 -0800 (PST) (envelope-from ceri@repoman.freebsd.org) Received: (from ceri@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TMxbiQ099699; Wed, 29 Jan 2003 14:59:37 -0800 (PST) Message-Id: <200301292259.h0TMxbiQ099699@repoman.freebsd.org> From: Ceri Davies Date: Wed, 29 Jan 2003 14:59:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking 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 ceri 2003/01/29 14:59:37 PST Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: Kill EOL whitespace. Pointed out by: blackend Revision Changes Path 1.200 +72 -72 doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 15: 4:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36D8337B401; Wed, 29 Jan 2003 15:04:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0ED943F43; Wed, 29 Jan 2003 15:04:10 -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 h0TN4Abv003287; Wed, 29 Jan 2003 15:04:10 -0800 (PST) (envelope-from petef@repoman.freebsd.org) Received: (from petef@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TN4ACc003286; Wed, 29 Jan 2003 15:04:10 -0800 (PST) Message-Id: <200301292304.h0TN4ACc003286@repoman.freebsd.org> From: Pete Fritchman Date: Wed, 29 Jan 2003 15:04:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/openal 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 petef 2003/01/29 15:04:10 PST Modified files: audio/openal Makefile distinfo Log: Update to 20030125. PR: 47497 Submitted by: maintainer Revision Changes Path 1.12 +2 -2 ports/audio/openal/Makefile 1.6 +1 -1 ports/audio/openal/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 15:11:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3C9137B401; Wed, 29 Jan 2003 15:11:25 -0800 (PST) Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.157.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A2C143F3F; Wed, 29 Jan 2003 15:11:24 -0800 (PST) (envelope-from mark@grondar.org) Received: from storm.FreeBSD.org.uk (Ugrondar@localhost [127.0.0.1]) by storm.FreeBSD.org.uk (8.12.6/8.12.6) with ESMTP id h0TNBNLf017327; Wed, 29 Jan 2003 23:11:23 GMT (envelope-from mark@grondar.org) Received: (from Ugrondar@localhost) by storm.FreeBSD.org.uk (8.12.6/8.12.6/Submit) with UUCP id h0TNBNoP017326; Wed, 29 Jan 2003 23:11:23 GMT X-Authentication-Warning: storm.FreeBSD.org.uk: Ugrondar set sender to mark@grondar.org using -f Received: from grondar.org (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.6/8.12.6) with ESMTP id h0TN8iaX072459; Thu, 30 Jan 2003 01:08:44 +0200 (SAST) (envelope-from mark@grondar.org) Message-Id: <200301292308.h0TN8iaX072459@grimreaper.grondar.org> To: Robert Watson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... In-Reply-To: Your message of "Wed, 29 Jan 2003 14:20:36 EST." Date: Wed, 29 Jan 2003 23:08:44 +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 > > I have a patch that removes -lmd from base system (it has some raw edges > > and is a bit outdated but its does most of the job). > > Also, we consider OpenSSL to be "crypto" which might be subject to export > limits, but I don't think we consider MD5 to be crypto in the same sense. Yes, but nobody cares anymore. When last did you see a complaint from anyone who couldn't get crypto in his home country? Rather than looking for problems, lets let this one be demand-driven. M -- Mark Murray iumop ap!sdn w,I idlaH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 15:19:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F49037B401; Wed, 29 Jan 2003 15:19:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C879343E4A; Wed, 29 Jan 2003 15:19:46 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0TNJkbv007073; Wed, 29 Jan 2003 15:19:46 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0TNJkQt007072; Wed, 29 Jan 2003 15:19:46 -0800 (PST) Message-Id: <200301292319.h0TNJkQt007072@repoman.freebsd.org> From: Juli Mallett Date: Wed, 29 Jan 2003 15:19:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libufs block.c libufs.h type.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 jmallett 2003/01/29 15:19:46 PST Modified files: lib/libufs block.c libufs.h type.c Log: API for opening (and tracking) writable file descriptors per disk. Revision Changes Path 1.6 +3 -8 src/lib/libufs/block.c 1.10 +1 -0 src/lib/libufs/libufs.h 1.11 +26 -0 src/lib/libufs/type.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 15:22:56 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4817D37B401; Wed, 29 Jan 2003 15:22:54 -0800 (PST) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6704C43FC1; Wed, 29 Jan 2003 15:22:47 -0800 (PST) (envelope-from nectar@celabo.org) Received: from opus.celabo.org (opus.celabo.org [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id E6C5E24; Wed, 29 Jan 2003 17:22:46 -0600 (CST) Received: by opus.celabo.org (Postfix, from userid 1001) id AE971591B; Wed, 29 Jan 2003 17:21:05 -0600 (CST) Date: Wed, 29 Jan 2003 17:21:05 -0600 From: "Jacques A. Vidrine" To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpam/modules/pam_krb5 pam_krb5.c Message-ID: <20030129232105.GA11502@opus.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Peter Wemm , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301292120.h0TLKcbW064283@repoman.freebsd.org> <20030129224857.271022A89E@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030129224857.271022A89E@canning.wemm.org> 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, Jan 29, 2003 at 02:48:57PM -0800, Peter Wemm wrote: > Jacques Vidrine wrote: > > nectar 2003/01/29 13:20:38 PST > > > > Modified files: > > lib/libpam/modules/pam_krb5 pam_krb5.c > > Log: > > Do not return inappropriate error codes in pam_sm_setcred. > > Doesn't this just hide the problem? I was reacting to a report by Kris of a spurious error message. This was a genuine bug, though harmless besides the message. (There was also a similar, potentially harmful bug that I fixed in this commit.) I guess when you say `the problem' you mean the case where using sshd + pam_krb5 results in a successful login, but without a credentials cache? I thought DES had fixed the problem pam_setcred getting called with the `wrong' handle? > I know there has been lots of > finger pointing about PrivSep and the data being stored in the wrong > process, but even with PrivSep turned *off*, it is still broken. No, privilege seperation doesn't have anything to do with the problem. > I added some tracing code that showed that the cleanup_cache() callback > hook was being explicitly called *before* the sm_setcred function. > ie: there is either a programming error or a design error somewhere > and the setcred stuff cannot possibly ever work (regardless of whether > sshd is hacked to use pthreads or not.. it doesn't even work in a single > process context, therefore it shouldn't have anything to do with the split > contexts). My memory on the issue was stale ... I had to go look at an old thread. To prime other people's cache :-), I'll reproduce some of it here: >On Thu, Nov 14, 2002 at 11:48:51AM -0600, Jacques A. Vidrine wrote: >> For whatever reason (I'm afraid we'll need DES here, or lots >> more looking on my part), sshd sets up two PAM handles for >> authentication: one in auth-pam.c (call it handle 1) and one in >> auth2-pam-freebsd.c (call it handle 2). It then authenticates >> you (calls pam_authenticate) using handle 1, but later does the >> pam_setcred with handle 2 (after handle 1 has been destroyed, for >> that matter). So the credentials are never available to pam_krb5's >> pam_sm_setcred. >On Wed, Nov 27, 2002 at 10:56:49PM +0100, Dag-Erling Smorgrav wrote: >> Our OpenSSH runs PAM authentication in a child process in order to >> fully support challenge-response authentication. This means the >> problem is entirely in *my* code, which means I should be able to >> figure out a way to fix it. I seem to recall that DES then decided to use a single process but seperate threads to do this. Now I don't recall whether this was committed :-) > Again, this doesn't seem to happen on the PAM in RELENG_4, so I have to > wonder if there is a handle management bug (or incompatability) in openpam > or something along those lines. Maybe sshd is doing something funny > that is upsetting openpam, I dont know. I've just stuck a giant #if 0 > around the code. :-( Huh, on RELENG_4, I experience the same problem as on -CURRENT (login successful, but no credentials cache). IMHO, the problem is in the FreeBSD OpenSSH customizations for challenge-response (I think this area has been a sore spot for some time now). I run stock OpenSSH-portable, and it works there. 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 Jan 29 15:27:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B673537B401; Wed, 29 Jan 2003 15:27:09 -0800 (PST) Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12A8043E4A; Wed, 29 Jan 2003 15:27:09 -0800 (PST) (envelope-from nectar@celabo.org) Received: from opus.celabo.org (opus.celabo.org [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id A13A210; Wed, 29 Jan 2003 17:27:08 -0600 (CST) Received: by opus.celabo.org (Postfix, from userid 1001) id 64596591B; Wed, 29 Jan 2003 17:25:27 -0600 (CST) Date: Wed, 29 Jan 2003 17:25:27 -0600 From: "Jacques A. Vidrine" To: Mark Murray Cc: Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... Message-ID: <20030129232527.GB11502@opus.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Mark Murray , Robert Watson , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200301292308.h0TN8iaX072459@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301292308.h0TN8iaX072459@grimreaper.grondar.org> 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, Jan 29, 2003 at 11:08:44PM +0000, Mark Murray wrote: > > > I have a patch that removes -lmd from base system (it has some raw edges > > > and is a bit outdated but its does most of the job). > > > > Also, we consider OpenSSL to be "crypto" which might be subject to export > > limits, but I don't think we consider MD5 to be crypto in the same sense. > > Yes, but nobody cares anymore. > > When last did you see a complaint from anyone who couldn't get crypto > in his home country? > > Rather than looking for problems, lets let this one be demand-driven. I agree. And I would be happy to see the elimination of other areas where we have a hodge-podge of #ifdef's and Makefile magic just to support crypto and non-crypto cases, e.g. telnet (telnet is the worst, I think, with no fewer than 4 possible telnet binaries). 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 Jan 29 15:30:24 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 887D537B401; Wed, 29 Jan 2003 15:30:23 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40BD843F75; Wed, 29 Jan 2003 15:30:23 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 26BF72A89E; Wed, 29 Jan 2003 15:30:23 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Juli Mallett Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/newfs Makefile mkfs.c newfs.c newfs.h In-Reply-To: <200301292252.h0TMqRh7099134@repoman.freebsd.org> Date: Wed, 29 Jan 2003 15:30:23 -0800 From: Peter Wemm Message-Id: <20030129233023.26BF72A89E@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 Juli Mallett wrote: > jmallett 2003/01/29 14:52:27 PST > > Modified files: > sbin/newfs Makefile mkfs.c newfs.c newfs.h > Log: > Back out conversion to libufs, for now. It seems to cause problems. BTW; have you done something to dumpfs recently? It doesn't seem work anymore on ufs2 systems.. at least not on sparc64 anyway.. peter@panther[3:28pm]~-10# dumpfs /dev/da0e peter@panther[3:28pm]~-11# 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 Wed Jan 29 15:35:35 2003 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 939C437B401; Wed, 29 Jan 2003 15:35:33 -0800 (PST) Date: Wed, 29 Jan 2003 15:35:33 -0800 From: Juli Mallett To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/newfs Makefile mkfs.c newfs.c newfs.h Message-ID: <20030129153533.A96402@FreeBSD.org> References: <200301292252.h0TMqRh7099134@repoman.freebsd.org> <20030129233023.26BF72A89E@canning.wemm.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: <20030129233023.26BF72A89E@canning.wemm.org>; from peter@wemm.org on Wed, Jan 29, 2003 at 03:30:23PM -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: Peter Wemm [ Data: 2003-01-29 ] [ Subjecte: Re: cvs commit: src/sbin/newfs Makefile mkfs.c newfs.c newfs.h ] > Juli Mallett wrote: > > jmallett 2003/01/29 14:52:27 PST > > > > Modified files: > > sbin/newfs Makefile mkfs.c newfs.c newfs.h > > Log: > > Back out conversion to libufs, for now. It seems to cause problems. > > BTW; have you done something to dumpfs recently? It doesn't seem work > anymore on ufs2 systems.. at least not on sparc64 anyway.. > > peter@panther[3:28pm]~-10# dumpfs /dev/da0e > peter@panther[3:28pm]~-11# (jmallett@luna:~/dumpfs)38% sudo ./dumpfs /dev/ad0s1e magic 19540119 (UFS2) time Wed Jan 29 17:23:06 2003 superblock location 65536 id [ 3d9241aa 6094c8dd ] ncg 4 size 65536 blocks 63351 bsize 16384 shift 14 mask 0xffffc000 fsize 2048 shift 11 mask 0xfffff800 frag 8 shift 3 fsbtodb 2 minfree 8% optim time symlinklen 120 maxbsize 16384 maxbpg 2048 maxcontig 8 contigsumsize 8 nbfree 896 ndir 391 nifree 13638 nffree 684 bpg 2049 fpg 16392 ipg 4160 nindir 2048 inopb 64 maxfilesize 140806241583103 sbsize 2048 cgsize 4096 csaddr 576 cssize 2048 sblkno 40 cblkno 48 iblkno 56 dblkno 576 cgrotor 0 fmod 0 ronly 0 clean 0 flags unclean soft-updates Fresh from CVS. I don't have a sparc64 system to play on right now, but lots of ufs2 systems... If it is quietly failing... Could you ktrace it and show me kdump? -- Juli Mallett AIM: BSDFlata -- IRC: juli on EFnet OpenDarwin, Mono, FreeBSD Developer ircd-hybrid Developer, EFnet addict 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 Wed Jan 29 15:46: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FF7937B401; Wed, 29 Jan 2003 15:46:00 -0800 (PST) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3826D43F3F; Wed, 29 Jan 2003 15:45:59 -0800 (PST) (envelope-from mi+mx@aldan.algebra.com) Received: from mi.us.murex.com (250-217.customer.cloud9.net [168.100.250.217]) by corbulon.video-collage.com (8.12.6/8.12.6) with ESMTP id h0TNjsMZ027030 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=FAIL); Wed, 29 Jan 2003 18:45:57 -0500 (EST) (envelope-from mi+mx@aldan.algebra.com) Content-Type: text/plain; charset="iso-8859-1" From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Max Khon Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... Date: Wed, 29 Jan 2003 18:46:11 -0500 User-Agent: KMail/1.4.3 Cc: "Jacques A. Vidrine" , Mark Murray , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200301282258.h0SMwFG1081901@repoman.freebsd.org> <200301290909.22187.mi+mx@aldan.algebra.com> <20030129062807.A56346@FreeBSD.org> In-Reply-To: <20030129062807.A56346@FreeBSD.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200301291846.11075.mi+mx@aldan.algebra.com> X-Scanned-By: MIMEDefang 2.21 (www . roaringpenguin . com / mimedefang) Sender: owner-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 29 January 2003 09:28 am, Max Khon wrote: = > A related topic. I thought, it was agreed to, at some point, remove = > our implementations of things, OpenSSL provides, in favor of the = > OpenSSL's replacements -- may be, after merging in the differences, = > or some such. I'm talking primarily of the message digest library = > (-lmd), which is (almost) API compatible with -lcrypto (MD5Final vs. = > MD5_Final). = OpenSSL lacks some functions our -lmd has: MDX_File, MDX_FileChunk and = MDX_End. = I have a patch that removes -lmd from base system (it has some raw = edges and is a bit outdated but its does most of the job). We can leave -lmd but remove all the redundat functions from it. With the weak-symbol magic it can remain ABI compatible (MD5Final pointing to -lcrypto's MD5_Final, for example). The headers mdX.h will simply include openssl/mdX.h and provide compatibility defines. As far as -lcrypto being export controlled, my impression was, that it is only -lssl, that is, no? In any case, an export-control-compliant -lmd can still be made as a subset of -lcrypto with what's now in -lmd. This will take some easy but highly frustrating work with a few buildworld breakages :-) -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 15:55:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D11B37B405; Wed, 29 Jan 2003 15:55:15 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE62C43F85; Wed, 29 Jan 2003 15:55:14 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id B66CE2A8A0; Wed, 29 Jan 2003 15:55:14 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Juli Mallett Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/newfs Makefile mkfs.c newfs.c newfs.h In-Reply-To: <20030129153533.A96402@FreeBSD.org> Date: Wed, 29 Jan 2003 15:55:14 -0800 From: Peter Wemm Message-Id: <20030129235514.B66CE2A8A0@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 Juli Mallett wrote: > * De: Peter Wemm [ Data: 2003-01-29 ] > [ Subjecte: Re: cvs commit: src/sbin/newfs Makefile mkfs.c newfs.c newf s.h ] > > Juli Mallett wrote: > > > jmallett 2003/01/29 14:52:27 PST > > > > > > Modified files: > > > sbin/newfs Makefile mkfs.c newfs.c newfs.h > > > Log: > > > Back out conversion to libufs, for now. It seems to cause problems. > > > > BTW; have you done something to dumpfs recently? It doesn't seem work > > anymore on ufs2 systems.. at least not on sparc64 anyway.. > > > > peter@panther[3:28pm]~-10# dumpfs /dev/da0e > > peter@panther[3:28pm]~-11# > > > (jmallett@luna:~/dumpfs)38% sudo ./dumpfs /dev/ad0s1e > magic 19540119 (UFS2) time Wed Jan 29 17:23:06 2003 > superblock location 65536 id [ 3d9241aa 6094c8dd ] > ncg 4 size 65536 blocks 63351 > bsize 16384 shift 14 mask 0xffffc000 > fsize 2048 shift 11 mask 0xfffff800 > frag 8 shift 3 fsbtodb 2 > minfree 8% optim time symlinklen 120 > maxbsize 16384 maxbpg 2048 maxcontig 8 contigsumsize 8 > nbfree 896 ndir 391 nifree 13638 nffree 684 > bpg 2049 fpg 16392 ipg 4160 > nindir 2048 inopb 64 maxfilesize 140806241583103 > sbsize 2048 cgsize 4096 csaddr 576 cssize 2048 > sblkno 40 cblkno 48 iblkno 56 dblkno 576 > cgrotor 0 fmod 0 ronly 0 clean 0 > flags unclean soft-updates > > Fresh from CVS. I don't have a sparc64 system to play on right now, > but lots of ufs2 systems... If it is quietly failing... Could you > ktrace it and show me kdump? Sure, its tiny: peter@panther[3:36pm]/s/src-19# ls -l /sbin/dumpfs -r-xr-xr-x 1 root wheel 127984 Jan 29 11:02 /sbin/dumpfs* peter@panther[3:48pm]/tmp-25# ktrace dumpfs /dev/da0e peter@panther[3:48pm]/tmp-25# kdump ... 96214 ktrace CALL execve(0x7fdfffff030,0x7fdfffff710,0x7fdfffff728) 96214 ktrace NAMI "/sbin/dumpfs" 96214 dumpfs RET execve -2288/0x7fdfffff710 96214 dumpfs CALL sysarch(0x1,0x117ca8) 96214 dumpfs RET sysarch 0 96214 dumpfs CALL open(0x117d18,0,0x1b6) 96214 dumpfs NAMI "/etc/fstab" 96214 dumpfs RET open 3 96214 dumpfs CALL fstat(0x3,0x7fdffffe660) 96214 dumpfs RET fstat 0 96214 dumpfs CALL readlink(0x118340,0x7fdffffe5c0,0x3f) 96214 dumpfs NAMI "/etc/malloc.conf" 96214 dumpfs RET readlink -1 errno 2 No such file or directory 96214 dumpfs CALL issetugid 96214 dumpfs RET issetugid 0 96214 dumpfs CALL getuid 96214 dumpfs RET getuid 0 96214 dumpfs CALL mmap(0,0x2000,0x3,0x1002,0xffffffffffffffff,0,0) 96214 dumpfs RET mmap 1075945472/0x4021a000 96214 dumpfs CALL break(0x2418b8) 96214 dumpfs RET break 0 96214 dumpfs CALL break(0x2418b8) 96214 dumpfs RET break 0 96214 dumpfs CALL break(0x244000) 96214 dumpfs RET break 0 96214 dumpfs CALL break(0x244000) 96214 dumpfs RET break 0 96214 dumpfs CALL break(0x246000) 96214 dumpfs RET break 0 96214 dumpfs CALL read(0x3,0x244000,0x2000) 96214 dumpfs GIO fd 3 read 493 bytes "#Device Mountpoint FStype Options D\ ump Pass# /dev/da0a / ufs rw 1\ 1 /dev/da0b none swap sw 0\ 0 /dev/da0e /usr ufs rw 2\ 2 /dev/da0f /var ufs rw 2\ 2 /dev/da0g /tmp ufs rw 2\ 2 /dev/da0h /s ufs rw,nosuid,nodev 2\ 2 /dev/da1e /t ufs rw,nosuid,nodev 2\ 2 /dev/cd0a /cdrom cd9660 ro,noauto 0\ 0 freefall:/c /freefall/c nfs ro,bg,intr,soft,n\ odev,nosuid 0 0 freefall:/d /freefall/d nfs rw,bg,intr,soft,n\ odev,nosuid 0 0 repoman:/r /repoman/r nfs rw,bg,intr,soft,n\ odev,nosuid 0 0 " 96214 dumpfs RET read 493/0x1ed 96214 dumpfs CALL statfs(0x117cb8,0x7fdffffe780) 96214 dumpfs NAMI "/" 96214 dumpfs RET statfs 0 96214 dumpfs CALL stat(0x21b9e8,0x7fdffffe8b0) 96214 dumpfs NAMI "/dev/da0a" 96214 dumpfs RET stat 0 96214 dumpfs CALL read(0x3,0x244000,0x2000) 96214 dumpfs GIO fd 3 read 0 bytes "" 96214 dumpfs RET read 0 96214 dumpfs CALL stat(0x7fdfffff91f,0x7fdfffff380) 96214 dumpfs NAMI "/dev/da0e" 96214 dumpfs RET stat 0 96214 dumpfs CALL open(0x7fdfffff91f,0,0) 96214 dumpfs NAMI "/dev/da0e" 96214 dumpfs RET open 4 96214 dumpfs CALL pread(0x4,0x221860,0x2000,0,0x10000) 96214 dumpfs GIO fd 4 read 8192 bytes "\0\0\0\0\0\0\0\0\0\0\0H\0\0\0P\0\0\0X\0\0\v\M-(\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\^W\0\0 \0\0\0\^D\0\0\0\0\b\0\0\0\b\0\ \0\0\0\0\0\0\0\M^?\M^?\M-`\0\M^?\M^?\M-|\0\0\0\0\r\0\0\0 \0\0\0\^P\0\0\^D\0\0\0\0\^C\0\0\0\^A\0\0\b\0\0\0\0\0\0\0\0\0\0\0\ \^D\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\^V\M^FV\ \M-8\M-t\M-,\0\0\0\0\0\0\^D\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0-@\0\0\M-4\M^H\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\M^B/usr\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\M^?\M^?\M-x\0\0~\^T\\\M^?\M^?\M-x\0\0~\^P\0\M^?\ \M^?\M-x\0\0~\^T\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\^A\0\0\0\0\0\0\0\0\^D\M-S\0\0\0\0\0\^A_\M-C\0\0\0\0\0\ \^C\M-W\M-p\0\0\0\0\0\0\^Q\M^X\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0>8&M\0\0\0\0\0\^P\0\0\0\0\0\ \0\0\^N\M-z\^W\0\0\0\0\0\0\v\M-(\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0@\0\0\0\0@\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\^B\0\0\0\^P\0\0\0x\0\0\0\0\0\0\b\^B\0\M^A\^?\M^?\0\0\0\0\0\0\ \^_\M^?\0\0\0\0\0\0\^C\M^?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\^YT\^A\^Y\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ [.. rest of block of all zeros trimmed out ..] \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ \0\0\0\0\0\0" 96214 dumpfs RET pread 8192/0x2000 96214 dumpfs CALL exit(0x1) ie: it reads the superblock (see the /usr) and then exits silently. You can test this for yourself on /dev/da1e on panther.freebsd.org. 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 Wed Jan 29 16: 3:39 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F4A537B401; Wed, 29 Jan 2003 16:03:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41B4F43F85; Wed, 29 Jan 2003 16:03:38 -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 h0U03cbv024693; Wed, 29 Jan 2003 16:03:38 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U03bNg024692; Wed, 29 Jan 2003 16:03:37 -0800 (PST) Message-Id: <200301300003.h0U03bNg024692@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 29 Jan 2003 16:03:37 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/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 ache 2003/01/29 16:03:37 PST Modified files: www/WebMagick Makefile Added files: www/WebMagick/files patch-aa Log: Update to the latest variant from the project CVS Revision Changes Path 1.37 +1 -0 ports/www/WebMagick/Makefile 1.36 +116 -0 ports/www/WebMagick/files/patch-aa (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 16: 8:47 2003 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id 01D9137B401; Wed, 29 Jan 2003 16:08:46 -0800 (PST) Date: Wed, 29 Jan 2003 16:08:46 -0800 From: Juli Mallett To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/newfs Makefile mkfs.c newfs.c newfs.h Message-ID: <20030129160846.A98194@FreeBSD.org> References: <20030129153533.A96402@FreeBSD.org> <20030129235514.B66CE2A8A0@canning.wemm.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: <20030129235514.B66CE2A8A0@canning.wemm.org>; from peter@wemm.org on Wed, Jan 29, 2003 at 03:55:14PM -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: Peter Wemm [ Data: 2003-01-29 ] [ Subjecte: Re: cvs commit: src/sbin/newfs Makefile mkfs.c newfs.c newfs.h ] Thanks for the chown. I got it now. Because of ABI, a missing return happened to work on i386, not on sparc64. Fix coming to a CVS repo near you. -- Juli Mallett AIM: BSDFlata -- IRC: juli on EFnet OpenDarwin, Mono, FreeBSD Developer ircd-hybrid Developer, EFnet addict 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 Wed Jan 29 16:10:26 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BBB037B401; Wed, 29 Jan 2003 16:10:25 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11FE243F85; Wed, 29 Jan 2003 16:10:25 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0U0AObv025195; Wed, 29 Jan 2003 16:10:24 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U0AOYh025192; Wed, 29 Jan 2003 16:10:24 -0800 (PST) Message-Id: <200301300010.h0U0AOYh025192@repoman.freebsd.org> From: Juli Mallett Date: Wed, 29 Jan 2003 16:10:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libufs type.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 jmallett 2003/01/29 16:10:24 PST Modified files: lib/libufs type.c Log: Missing "return 0" Big pointy hat to: jmallett Spotted by: peter Revision Changes Path 1.12 +1 -0 src/lib/libufs/type.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 16:11: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 479C737B401; Wed, 29 Jan 2003 16:11:02 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E248A43F79; Wed, 29 Jan 2003 16:11:01 -0800 (PST) (envelope-from jmallett@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0U0B1bv026217; Wed, 29 Jan 2003 16:11:01 -0800 (PST) (envelope-from jmallett@repoman.freebsd.org) Received: (from jmallett@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U0B1vw026210; Wed, 29 Jan 2003 16:11:01 -0800 (PST) Message-Id: <200301300011.h0U0B1vw026210@repoman.freebsd.org> From: Juli Mallett Date: Wed, 29 Jan 2003 16:11:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libufs 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 jmallett 2003/01/29 16:11:01 PST Modified files: lib/libufs Makefile Log: WARNS ?= 2, so idiocy like 1.12 of type.c doesn't have to happen again. Revision Changes Path 1.7 +1 -0 src/lib/libufs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 16:58: 8 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A73EC37B401; Wed, 29 Jan 2003 16:58:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C59643E4A; Wed, 29 Jan 2003 16:58:07 -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 h0U0w7bv042660; Wed, 29 Jan 2003 16:58:07 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U0w7H4042659; Wed, 29 Jan 2003 16:58:07 -0800 (PST) Message-Id: <200301300058.h0U0w7H4042659@repoman.freebsd.org> From: Alan Eldridge Date: Wed, 29 Jan 2003 16:58:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: 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 alane 2003/01/29 16:58:06 PST Modified files: x11/kdebase3 Makefile Log: Install desktop template masters with right perms (write perms, too). PR: 47645 Submitted by: Brad Laue and Simon "The Human Portlinter" Schubert Reviewed by: John Ashcroft Approved by: Colin Powell Obtained from: Oliver North (oops) Revision Changes Path 1.113 +2 -0 ports/x11/kdebase3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 17: 2:23 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E2E337B401; Wed, 29 Jan 2003 17:02:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3579A43F43; Wed, 29 Jan 2003 17:02:22 -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 h0U12Mbv045615; Wed, 29 Jan 2003 17:02:22 -0800 (PST) (envelope-from trhodes@repoman.freebsd.org) Received: (from trhodes@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U12LeN045614; Wed, 29 Jan 2003 17:02:21 -0800 (PST) Message-Id: <200301300102.h0U12LeN045614@repoman.freebsd.org> From: Tom Rhodes Date: Wed, 29 Jan 2003 17:02:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/donations donors.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 trhodes 2003/01/29 17:02:21 PST Modified files: en/donations donors.sgml Log: Update the status of several items. Revision Changes Path 1.35 +4 -4 www/en/donations/donors.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 17:27:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99B0837B401; Wed, 29 Jan 2003 17:27:11 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FDF743F43; Wed, 29 Jan 2003 17:27:11 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 073622A89E; Wed, 29 Jan 2003 17:27:06 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Lars Eggert Cc: Dmitry Morozovsky , cvs-all@FreeBSD.ORG, Nate Lawson Subject: Re: cvs commit: src/sys/dev/acpica acpi_cpu.c In-Reply-To: <3E2545E9.3080803@isi.edu> Date: Wed, 29 Jan 2003 17:27:06 -0800 From: Peter Wemm Message-Id: <20030130012706.073622A89E@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 Lars Eggert wrote: > On Tue, 14 Jan 2003, Peter Wemm wrote: > > > > FWIW, we see a (measured) difference of about 50W on 2.2GHz P4's > > simply by turning machdep.cpu_idle_hlt on and off. I expect the > > clock throttling would make similar differences. For 1U > > rack-mount systems (especially in California) this is a Big Deal. > > Since the AC in my office has a hard time with four new Dell SMPs, would > setting machdep.cpu_idle_hlt=1 translate to making them run cooler? They > have a pretty bursty workload, so many times they're idle, and sometimes > fully loaded - does the hlt setting affect performance? This is a bit old, but it can cause a slight slowdown, because it may take a little longer for a cpu to notice a job sitting on the run queue that it could have been running. Once it does a halt, it will stop checking until the next interrupt (sometimes a clock, sometimes disk/net/etc). This usually works out to be a slight loss, but has been attributed to a slight improvement in a couple of cases by causing less cache coherency bus thrashing etc. This however is highly dependent on the cpu bus architecture. It will cool things down somewhat, but *only when the machine is idle*. If it is under full load for an hour or so, your AC will still need to be able to deal with that. But it will be a big win for less than maxed out machines or bursty machines. 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 Wed Jan 29 17:29:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E209B37B401; Wed, 29 Jan 2003 17:29:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 882B843F93; Wed, 29 Jan 2003 17:29: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 h0U1TCbv053333; Wed, 29 Jan 2003 17:29:12 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U1TCev053332; Wed, 29 Jan 2003 17:29:12 -0800 (PST) Message-Id: <200301300129.h0U1TCev053332@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 29 Jan 2003 17:29:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/misc/gnomeuserdocs2 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 2003/01/29 17:29:12 PST Modified files: misc/gnomeuserdocs2 pkg-plist Log: Properly install and uninstall OMF files. Revision Changes Path 1.8 +72 -0 ports/misc/gnomeuserdocs2/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 Jan 29 18:19:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C75A37B401; Wed, 29 Jan 2003 18:19:15 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5EAB43F3F; Wed, 29 Jan 2003 18:19:14 -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 h0U2JEbv070994; Wed, 29 Jan 2003 18:19:14 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U2JE8L070993; Wed, 29 Jan 2003 18:19:14 -0800 (PST) Message-Id: <200301300219.h0U2JE8L070993@repoman.freebsd.org> From: Peter Wemm Date: Wed, 29 Jan 2003 18:19:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files kern.post.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 peter 2003/01/29 18:19:14 PST Modified files: sys/conf files kern.post.mk Log: Move the miidevs.h build stuff to conf/files so that config(8) doesn't clobber it each time. XXX: maybe this should be 'optional miibus' rather than 'standard' Revision Changes Path 1.752 +5 -0 src/sys/conf/files 1.33 +1 -4 src/sys/conf/kern.post.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 18:54:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 771CB37B401; Wed, 29 Jan 2003 18:54:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B87143F43; Wed, 29 Jan 2003 18:54:36 -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 h0U2sZbv085046; Wed, 29 Jan 2003 18:54:35 -0800 (PST) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U2sZWl085045; Wed, 29 Jan 2003 18:54:35 -0800 (PST) Message-Id: <200301300254.h0U2sZWl085045@repoman.freebsd.org> From: Sean Chittenden Date: Wed, 29 Jan 2003 18:54:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11/kdelibs3/files patch-kdoctools::xmlizer X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/29 18:54:35 PST Added files: x11/kdelibs3/files patch-kdoctools::xmlizer Log: Use /usr/bin/env for xmlizer (sgml->xml tool) to determine the path of python, /usr/bin ain't so groovy Approved by: wca Revision Changes Path 1.1 +8 -0 ports/x11/kdelibs3/files/patch-kdoctools::xmlizer (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 18:59:29 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2E2937B401; Wed, 29 Jan 2003 18:59:27 -0800 (PST) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4850843E4A; Wed, 29 Jan 2003 18:59:27 -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.6/8.12.5) with SMTP id h0U2xAP4018255; Wed, 29 Jan 2003 21:59:10 -0500 (EST) (envelope-from robert@fledge.watson.org) Date: Wed, 29 Jan 2003 21:59:09 -0500 (EST) From: Robert Watson X-Sender: robert@fledge.watson.org To: "Jacques A. Vidrine" Cc: Mark Murray , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto Makefile Makefile.inc des_crypt.3 opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h src/secure/lib/libcrypto/man ASN1_OBJECT_new.3 ASN1_STRING_length.3 ... In-Reply-To: <20030129232527.GB11502@opus.celabo.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, 29 Jan 2003, Jacques A. Vidrine wrote: > > Yes, but nobody cares anymore. > > > > When last did you see a complaint from anyone who couldn't get crypto > > in his home country? > > > > Rather than looking for problems, lets let this one be demand-driven. > > I agree. And I would be happy to see the elimination of other areas > where we have a hodge-podge of #ifdef's and Makefile magic just to > support crypto and non-crypto cases, e.g. telnet (telnet is the worst, I > think, with no fewer than 4 possible telnet binaries). If everyone else is willing to discard the artificial boundaries stuck in to isolate crypto, I'm certainly ready to; I just brought this up because we seemed to be maintaining it despite climate changes. By all means, then, let's toast the distinction. 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 Jan 29 19:12:40 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F29C37B401 for ; Wed, 29 Jan 2003 19:12:39 -0800 (PST) Received: from hardtime.linuxman.net (hardtime.linuxman.net [66.147.26.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5824643E4A for ; Wed, 29 Jan 2003 19:12:38 -0800 (PST) (envelope-from fullermd@over-yonder.net) Received: from mortis.over-yonder.net (localhost [127.0.0.1]) by hardtime.linuxman.net (8.11.6/8.11.6) with ESMTP id h0U3NHd10271; Wed, 29 Jan 2003 21:23:18 -0600 Received: by mortis.over-yonder.net (Postfix, from userid 100) id BE40120F3E; Wed, 29 Jan 2003 21:12:34 -0600 (CST) Date: Wed, 29 Jan 2003 21:12:34 -0600 From: "Matthew D. Fuller" To: Peter Wemm Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/acpica acpi_cpu.c Message-ID: <20030130031234.GB1224@over-yonder.net> References: <3E2545E9.3080803@isi.edu> <20030130012706.073622A89E@canning.wemm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030130012706.073622A89E@canning.wemm.org> User-Agent: Mutt/1.4i-fullermd.1 X-Editor: vi X-OS: FreeBSD Sender: owner-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, Jan 29, 2003 at 05:27:06PM -0800 I heard the voice of Peter Wemm, and lo! it spake thus: > > This is a bit old, but it can cause a slight slowdown, because it may take > a little longer for a cpu to notice a job sitting on the run queue that it > could have been running. Once it does a halt, it will stop checking until > the next interrupt (sometimes a clock, sometimes disk/net/etc). This Did I miss something somewhere? Does this now work correctly on SMP? Or is that only with ACPI? -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ "The only reason I'm burning my candle at both ends, is because I haven't figured out how to light the middle yet" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 19:30:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FA2C37B401 for ; Wed, 29 Jan 2003 19:30:56 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB32143F93 for ; Wed, 29 Jan 2003 19:30:55 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id D17962A89E; Wed, 29 Jan 2003 19:30:55 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Matthew D. Fuller" Cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/acpica acpi_cpu.c In-Reply-To: <20030130031234.GB1224@over-yonder.net> Date: Wed, 29 Jan 2003 19:30:55 -0800 From: Peter Wemm Message-Id: <20030130033055.D17962A89E@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 "Matthew D. Fuller" wrote: > On Wed, Jan 29, 2003 at 05:27:06PM -0800 I heard the voice of > Peter Wemm, and lo! it spake thus: > > > > This is a bit old, but it can cause a slight slowdown, because it may take > > a little longer for a cpu to notice a job sitting on the run queue that it > > could have been running. Once it does a halt, it will stop checking until > > the next interrupt (sometimes a clock, sometimes disk/net/etc). This > > Did I miss something somewhere? Does this now work correctly on SMP? Or > is that only with ACPI? With HTT enabled, it is absolutely essential. Having the idle loop on a logical cpu sitting in a hard spin and stealing execution resources from the other logical cpus is not an option. It just so happens that the cost of doing it by default (slight slowdown) has some benefits to counteract the slight cost.. ie: significantly lower temperatures and power consumption. I've been thinking about adding some pretty basic tweaks to avoid the slowdown. It's easier to do on 4.x than 5.x. 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 Wed Jan 29 19:43:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21A3637B401; Wed, 29 Jan 2003 19:43:19 -0800 (PST) Received: from kurush.osdn.org.ua (external.osdn.org.ua [212.40.34.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id A04DF43F75; Wed, 29 Jan 2003 19:43:17 -0800 (PST) (envelope-from never@kurush.osdn.org.ua) Received: from kurush.osdn.org.ua (never@localhost [127.0.0.1]) by kurush.osdn.org.ua (8.12.6/8.12.6) with ESMTP id h0U3hEWK061876; Thu, 30 Jan 2003 05:43:15 +0200 (EET) (envelope-from never@kurush.osdn.org.ua) Received: (from never@localhost) by kurush.osdn.org.ua (8.12.6/8.12.6/Submit) id h0U3hDDM061875; Thu, 30 Jan 2003 05:43:14 +0200 (EET) Date: Thu, 30 Jan 2003 05:43:13 +0200 From: Alexandr Kovalenko To: Dirk Froemberg Cc: "Sergey A. Osokin" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/databases/mysql323-server Makefile distinfo ports/databases/mysql323-server/files patch-an Message-ID: <20030130034313.GD41436@nevermind.kiev.ua> References: <200301291630.h0TGURhj059885@repoman.freebsd.org> <20030129163325.GQ57203@freebsd.org.ru> <20030129211051.GB7847@physik.TU-Berlin.DE> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20030129211051.GB7847@physik.TU-Berlin.DE> 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, Dirk Froemberg! On Wed, Jan 29, 2003 at 10:10:51PM +0100, you wrote: > > > dirk 2003/01/29 08:30:27 PST > > > > > > Modified files: > > > databases/mysql323-server Makefile distinfo > > > databases/mysql323-server/files patch-an > > > Log: > > > Upgrade to 3.23.55. > > > > What about of Alexandr Kovalenko PR? > > Just look at http://www.FreeBSD.org/cgi/query-pr.cgi?pr=ports/47574 > > Haven't seen this but it's exactly the same. > > I closed the PR now. Anyway, thanks for your work :) -- NEVE-RIPE, will build world for food Ukrainian FreeBSD User Group http://uafug.org.ua/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 19:44:14 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E74237B401; Wed, 29 Jan 2003 19:44:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E86D043F3F; Wed, 29 Jan 2003 19:44:12 -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 h0U3iCbv002888; Wed, 29 Jan 2003 19:44:12 -0800 (PST) (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U3iCSH002887; Wed, 29 Jan 2003 19:44:12 -0800 (PST) Message-Id: <200301300344.h0U3iCSH002887@repoman.freebsd.org> From: Hiroki Sato Date: Wed, 29 Jan 2003 19:44:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: CVSROOT access X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hrs 2003/01/29 19:44:12 PST Modified files: . access Log: Now we have a new doc committer, Hideyuki KURASHINA (rushani@FreeBSD.org). He is a workhorse of Japanese translation team, and has submitted more than 100 of good patches to keep the translated documents up-to-date for a year. He will mainly work on maintaining Japanese translations in doc/ and www/ tree. I (hrs@) will be his mentor. Hideyuki, welcome aboard! Approved by: doceng Mentored by: hrs Revision Changes Path 1.363 +1 -0 CVSROOT/access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 19:46:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B6DC37B401; Wed, 29 Jan 2003 19:46:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C34D043F79; Wed, 29 Jan 2003 19:46:48 -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 h0U3kmbv002992; Wed, 29 Jan 2003 19:46:48 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U3kmgP002991; Wed, 29 Jan 2003 19:46:48 -0800 (PST) Message-Id: <200301300346.h0U3kmgP002991@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Wed, 29 Jan 2003 19:46:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/fwcontrol fwcontrol.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 2003/01/29 19:46:48 PST Modified files: usr.sbin/fwcontrol fwcontrol.c Log: Improve alignment in printf(). Revision Changes Path 1.8 +1 -1 src/usr.sbin/fwcontrol/fwcontrol.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 19:55:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1D2837B405; Wed, 29 Jan 2003 19:55:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32DCF43F9B; Wed, 29 Jan 2003 19:55: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 h0U3tlbv006554; Wed, 29 Jan 2003 19:55:48 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U3tleF006553; Wed, 29 Jan 2003 19:55:47 -0800 (PST) Message-Id: <200301300355.h0U3tleF006553@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 29 Jan 2003 19:55:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/fakeident Makefile ports/security/fakeident/files fakeident.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 2003/01/29 19:55:47 PST Modified files: security/fakeident Makefile Added files: security/fakeident/files fakeident.sh Log: Maintainer update: Updated Port: security/fakeident - rc.d script and localbase fix PR: ports/47390 Submitted by: Dean Hollister Revision Changes Path 1.2 +3 -2 ports/security/fakeident/Makefile 1.1 +34 -0 ports/security/fakeident/files/fakeident.sh (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 19:56:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3485337B401; Wed, 29 Jan 2003 19:56:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A841843F75; Wed, 29 Jan 2003 19:56:28 -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 h0U3uSbv006583; Wed, 29 Jan 2003 19:56: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 h0U3uSDI006582; Wed, 29 Jan 2003 19:56:28 -0800 (PST) Message-Id: <200301300356.h0U3uSDI006582@repoman.freebsd.org> From: Marcel Moolenaar Date: Wed, 29 Jan 2003 19:56:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en/platforms/ia64 refs.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 marcel 2003/01/29 19:56:28 PST Modified files: en/platforms/ia64 refs.sgml Log: o Fix two cases of missing the '>' o Add a pointer to the runtime specification. Revision Changes Path 1.3 +9 -3 www/en/platforms/ia64/refs.sgml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 19:59: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A282B37B401; Wed, 29 Jan 2003 19:59:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CE8543F75; Wed, 29 Jan 2003 19:59: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 h0U3x6bv006735; Wed, 29 Jan 2003 19:59:06 -0800 (PST) (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U3x6DB006734; Wed, 29 Jan 2003 19:59:06 -0800 (PST) Message-Id: <200301300359.h0U3x6DB006734@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 29 Jan 2003 19:59:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/gnome-- Makefile distinfo pkg-plist ports/x11-toolkits/gnome--/files patch-src::app.gen_h patch-src::clock.gen_h patch-src::gnome--::affinetrans.cc patch-src::icon-item.gen_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 marcus 2003/01/29 19:59:06 PST Modified files: x11-toolkits/gnome-- Makefile distinfo pkg-plist Removed files: x11-toolkits/gnome--/files patch-src::app.gen_h patch-src::clock.gen_h patch-src::gnome--::affinetrans.cc patch-src::icon-item.gen_h Log: Update to 1.2.4. Revision Changes Path 1.17 +2 -2 ports/x11-toolkits/gnome--/Makefile 1.9 +1 -1 ports/x11-toolkits/gnome--/distinfo 1.2 +0 -39 ports/x11-toolkits/gnome--/files/patch-src::app.gen_h (dead) 1.2 +0 -14 ports/x11-toolkits/gnome--/files/patch-src::clock.gen_h (dead) 1.2 +0 -14 ports/x11-toolkits/gnome--/files/patch-src::gnome--::affinetrans.cc (dead) 1.2 +0 -14 ports/x11-toolkits/gnome--/files/patch-src::icon-item.gen_h (dead) 1.7 +2 -1 ports/x11-toolkits/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 Wed Jan 29 19:59:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04B1837B401; Wed, 29 Jan 2003 19:59:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A57B143F75; Wed, 29 Jan 2003 19:59: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 h0U3xkbv006870; Wed, 29 Jan 2003 19:59: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 h0U3xkG6006869; Wed, 29 Jan 2003 19:59:46 -0800 (PST) Message-Id: <200301300359.h0U3xkG6006869@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 29 Jan 2003 19:59:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gnome-devel Makefile ports/games/gnomoku Makefile ports/net/gabber Makefile ports/sysutils/cdrdao Makefile ports/x11-toolkits/bakery Makefile ports/x11-toolkits/panel-- 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 2003/01/29 19:59:46 PST Modified files: devel/gnome-devel Makefile games/gnomoku Makefile net/gabber Makefile sysutils/cdrdao Makefile x11-toolkits/bakery Makefile x11-toolkits/panel-- Makefile Log: Chase the gnomemm shared lib version. Revision Changes Path 1.5 +2 -3 ports/devel/gnome-devel/Makefile 1.5 +1 -1 ports/games/gnomoku/Makefile 1.28 +1 -1 ports/net/gabber/Makefile 1.33 +1 -1 ports/sysutils/cdrdao/Makefile 1.15 +1 -1 ports/x11-toolkits/bakery/Makefile 1.8 +1 -1 ports/x11-toolkits/panel--/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 20:11: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07B5737B401; Wed, 29 Jan 2003 20:11:00 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E21943FA7; Wed, 29 Jan 2003 20:10: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 h0U4Axbv011799; Wed, 29 Jan 2003 20:10:59 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U4Ax14011792; Wed, 29 Jan 2003 20:10:59 -0800 (PST) Message-Id: <200301300410.h0U4Ax14011792@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 29 Jan 2003 20:10:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/darkstat 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 2003/01/29 20:10:59 PST Modified files: net/darkstat Makefile distinfo pkg-plist Log: maintainer update port: net/darkstat to 2.5 PR: ports/47340 Submitted by: Emil Mikulic Revision Changes Path 1.10 +1 -1 ports/net/darkstat/Makefile 1.9 +1 -1 ports/net/darkstat/distinfo 1.5 +2 -1 ports/net/darkstat/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 Jan 29 20:14:48 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2546E37B401; Wed, 29 Jan 2003 20:14:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A21943F79; Wed, 29 Jan 2003 20:14:46 -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 h0U4Ekbv014056; Wed, 29 Jan 2003 20:14:46 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U4Eknu014055; Wed, 29 Jan 2003 20:14:46 -0800 (PST) Message-Id: <200301300414.h0U4Eknu014055@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 29 Jan 2003 20:14:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/audio/cd-discid 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 2003/01/29 20:14:46 PST Modified files: audio/cd-discid Makefile distinfo Log: maintainer update port: audio/cd-discid * Update to 0.8 (from 0.7) * Use newly supplied Makefile to install, instead of do-install PR: ports/47307 Submitted by: Munish Chopra Revision Changes Path 1.2 +3 -8 ports/audio/cd-discid/Makefile 1.2 +1 -1 ports/audio/cd-discid/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 20:22:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23DE337B401; Wed, 29 Jan 2003 20:22:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF42743F3F; Wed, 29 Jan 2003 20:22: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 h0U4M9bv017025; Wed, 29 Jan 2003 20:22: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 h0U4M9wO017021; Wed, 29 Jan 2003 20:22:09 -0800 (PST) Message-Id: <200301300422.h0U4M9wO017021@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 29 Jan 2003 20:22:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/p5-WWW-Search-Google 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 2003/01/29 20:22:09 PST Modified files: www/p5-WWW-Search-Google Makefile distinfo pkg-plist Log: maintainer-update www/p5-WWW-Search-Google to 0.21 PR: ports/47294 Submitted by: Erwin Lansing Revision Changes Path 1.5 +3 -2 ports/www/p5-WWW-Search-Google/Makefile 1.4 +1 -1 ports/www/p5-WWW-Search-Google/distinfo 1.2 +4 -0 ports/www/p5-WWW-Search-Google/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 Jan 29 20:30:17 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62DBC37B401; Wed, 29 Jan 2003 20:30:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5E1443F79; Wed, 29 Jan 2003 20:30:15 -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 h0U4UFbv017966; Wed, 29 Jan 2003 20:30:15 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U4UFhF017965; Wed, 29 Jan 2003 20:30:15 -0800 (PST) Message-Id: <200301300430.h0U4UFhF017965@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 29 Jan 2003 20:30:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/WebMagick Makefile ports/www/WebMagick/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 ache 2003/01/29 20:30:15 PST Modified files: www/WebMagick Makefile www/WebMagick/files patch-aa Log: Update to the latest variant from the project CVS Revision Changes Path 1.38 +1 -1 ports/www/WebMagick/Makefile 1.37 +71 -5 ports/www/WebMagick/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 Jan 29 20:30:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6957637B401; Wed, 29 Jan 2003 20:30:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AF6D43E4A; Wed, 29 Jan 2003 20:30:46 -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 h0U4Ujbv018798; Wed, 29 Jan 2003 20:30: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 h0U4UjlO018792; Wed, 29 Jan 2003 20:30:45 -0800 (PST) Message-Id: <200301300430.h0U4UjlO018792@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 29 Jan 2003 20:30:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/p5-Net-Google 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 2003/01/29 20:30:45 PST Modified files: net/p5-Net-Google Makefile distinfo pkg-plist Log: Maintainer update net/p5-Net-Google to 0.52 update to 0.52 add dependency on File::Spec for perl < 5.6 PR: ports/47293 Submitted by: Erwin Lansing Revision Changes Path 1.2 +15 -3 ports/net/p5-Net-Google/Makefile 1.2 +1 -1 ports/net/p5-Net-Google/distinfo 1.2 +1 -0 ports/net/p5-Net-Google/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 Jan 29 20:43:52 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6954137B401; Wed, 29 Jan 2003 20:43:51 -0800 (PST) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id B435643F43; Wed, 29 Jan 2003 20:43:45 -0800 (PST) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 0BE7E2B843; Thu, 30 Jan 2003 05:43:26 +0100 (CET) Received: by k7.mavetju (Postfix, from userid 1001) id 338CB6A712B; Thu, 30 Jan 2003 15:43:04 +1100 (EST) Date: Thu, 30 Jan 2003 15:43:04 +1100 From: Edwin Groothuis To: skv@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/p5-Net-Google Makefile distinfo pkg-plist Message-ID: <20030130044304.GD77705@k7.mavetju> References: <200301300430.h0U4UjlO018792@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301300430.h0U4UjlO018792@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 I just got told that it wasn't a maintainer-update but a dependency on a maintainer-update. Sergey, my apologies. On Wed, Jan 29, 2003 at 08:30:45PM -0800, Edwin Groothuis wrote: > edwin 2003/01/29 20:30:45 PST > > Modified files: > net/p5-Net-Google Makefile distinfo pkg-plist > Log: > Maintainer update net/p5-Net-Google to 0.52 > > update to 0.52 > add dependency on File::Spec for perl < 5.6 > > PR: ports/47293 > Submitted by: Erwin Lansing > > Revision Changes Path > 1.2 +15 -3 ports/net/p5-Net-Google/Makefile > 1.2 +1 -1 ports/net/p5-Net-Google/distinfo > 1.2 +1 -0 ports/net/p5-Net-Google/pkg-plist -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/weblog.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 20:46:11 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FA3F37B405; Wed, 29 Jan 2003 20:46:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20BE943F75; Wed, 29 Jan 2003 20:46: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 h0U4k9bv025280; Wed, 29 Jan 2003 20:46: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 h0U4k9ZJ025279; Wed, 29 Jan 2003 20:46:09 -0800 (PST) Message-Id: <200301300446.h0U4k9ZJ025279@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 29 Jan 2003 20:46:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/scout 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 2003/01/29 20:46:09 PST Modified files: www/scout Makefile distinfo Log: Maitnainer update: www/scout 0.70 -> 0.86 Add the real ftp master site back, and update my mirror or it. PR: ports/46809 Submitted by: Dominic Marks Revision Changes Path 1.5 +5 -4 ports/www/scout/Makefile 1.2 +1 -1 ports/www/scout/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 20:49:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 551E437B401; Wed, 29 Jan 2003 20:49:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCADC43F3F; Wed, 29 Jan 2003 20:49:18 -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 h0U4nIbv025354; Wed, 29 Jan 2003 20:49:18 -0800 (PST) (envelope-from ijliao@repoman.freebsd.org) Received: (from ijliao@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U4nIbR025353; Wed, 29 Jan 2003 20:49:18 -0800 (PST) Message-Id: <200301300449.h0U4nIbR025353@repoman.freebsd.org> From: Ying-Chieh Liao Date: Wed, 29 Jan 2003 20:49:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/osg 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 2003/01/29 20:49:18 PST Modified files: graphics/osg Makefile distinfo pkg-plist Log: upgrade to 0.9.3 Revision Changes Path 1.14 +1 -1 ports/graphics/osg/Makefile 1.5 +1 -1 ports/graphics/osg/distinfo 1.5 +82 -3 ports/graphics/osg/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 Jan 29 20:51:16 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A867037B401; Wed, 29 Jan 2003 20:51:14 -0800 (PST) Received: from mx10.mail.ru (mx10.mail.ru [194.67.57.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 068C943F79; Wed, 29 Jan 2003 20:51:13 -0800 (PST) (envelope-from kan@mail.ru) Received: from [141.154.59.216] (helo=kan.dnsalias.net) by mx10.mail.ru with esmtp (Exim SMTP.A) id 18e6fP-0002yB-00; Thu, 30 Jan 2003 07:51:11 +0300 Received: from kan.dnsalias.net (localhost [IPv6:::1]) by kan.dnsalias.net (8.12.6/8.12.6) with ESMTP id h0U4p8Le002470; Wed, 29 Jan 2003 23:51:08 -0500 (EST) (envelope-from kan@kan.dnsalias.net) Received: (from kan@localhost) by kan.dnsalias.net (8.12.6/8.12.6/Submit) id h0U4p24p002469; Wed, 29 Jan 2003 23:51:02 -0500 (EST) Date: Wed, 29 Jan 2003 23:51:02 -0500 From: Alexander Kabaev To: Jacques Vidrine Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h Message-Id: <20030129235102.3c7f90e3.kabaev@bellatlantic.net> In-Reply-To: <200301290106.h0T16F6P029651@repoman.freebsd.org> References: <200301290106.h0T16F6P029651@repoman.freebsd.org> Reply-To: ak03@gte.com X-Mailer: Sylpheed version 0.8.8claws86 (GTK+ 1.2.10; i386-portbld-freebsd5.0) 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 Tue, 28 Jan 2003 17:06:15 -0800 (PST) Jacques Vidrine wrote: > nectar 2003/01/28 17:06:15 PST > > Modified files: > secure/lib/libcrypto opensslconf-alpha.h opensslconf-i386.h > opensslconf-ia64.h opensslconf-powerpc.h > opensslconf-sparc64.h > Log: > Force OPENSSL_NO_KRB5. OpenSSL's current implementation of RFC 2712 > can only be built with MIT Kerberos. > > If we didn't define this here, then SSL-using applications would > have to define OPENSSL_NO_KRB5 themselves in order to build. This change is causes a whole lot of warnings: In file included from /usr/src/crypto/openssl/e_os.h:62, from /usr/src/crypto/openssl/crypto/cryptlib.h:65, from /usr/src/crypto/openssl/crypto/evp/m_md4.c:61: /usr/obj/usr/src/secure/lib/libcrypto/openssl/opensslconf.h:177:1: warning: "OPENSSL_NO_KRB5" redefined /usr/src/crypto/openssl/crypto/evp/m_md4.c:1:1: warning: this is the location of the previous definition src/secure/lib/libcrypt/Makefile.inc defines OPENSSL_NO_KRB5 in CFLAGS. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 21:12:57 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2886637B401; Wed, 29 Jan 2003 21:12:57 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C19FD43F75; Wed, 29 Jan 2003 21:12:56 -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 h0U5Cubv035889; Wed, 29 Jan 2003 21:12:56 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U5CuFt035888; Wed, 29 Jan 2003 21:12:56 -0800 (PST) Message-Id: <200301300512.h0U5CuFt035888@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Wed, 29 Jan 2003 21:12:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire sbp.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 2003/01/29 21:12:56 PST Modified files: sys/dev/firewire sbp.c Log: - Handle SCSI_STATUS_BUSY case. Revision Changes Path 1.20 +9 -5 src/sys/dev/firewire/sbp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 21:15:56 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 691CB37B401; Wed, 29 Jan 2003 21:15:55 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DEB243FA3; Wed, 29 Jan 2003 21:15: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 h0U5Fsbv036042; Wed, 29 Jan 2003 21:15:54 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U5FsnO036041; Wed, 29 Jan 2003 21:15:54 -0800 (PST) Message-Id: <200301300515.h0U5FsnO036041@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 29 Jan 2003 21:15:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-toolkits/geramik 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 2003/01/29 21:15:54 PST Modified files: x11-toolkits/geramik Makefile Log: Maintainer update to add dependency on imlib. PR: ports/47181 Submitted by: haesu Revision Changes Path 1.3 +1 -1 ports/x11-toolkits/geramik/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 21:18:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 967CE37B401; Wed, 29 Jan 2003 21:18:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3643143F43; Wed, 29 Jan 2003 21:18:36 -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 h0U5Iabv036138; Wed, 29 Jan 2003 21:18:36 -0800 (PST) (envelope-from simokawa@repoman.freebsd.org) Received: (from simokawa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U5IZHW036137; Wed, 29 Jan 2003 21:18:35 -0800 (PST) Message-Id: <200301300518.h0U5IZHW036137@repoman.freebsd.org> From: Hidetoshi Shimokawa Date: Wed, 29 Jan 2003 21:18:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire firewire.c firewirereg.h fwdev.c 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 2003/01/29 21:18:35 PST Modified files: sys/dev/firewire firewire.c firewirereg.h fwdev.c fwmem.c Log: Restart cycle master after bus manager election. This should fix the IR(and maybe IT) problem when the host becames the bus manager. - rename fw_noderesolve() to fw_noderesolve_eui64() and add fw_noderesolve_nodeid(). Revision Changes Path 1.30 +68 -21 src/sys/dev/firewire/firewire.c 1.12 +2 -1 src/sys/dev/firewire/firewirereg.h 1.14 +2 -1 src/sys/dev/firewire/fwdev.c 1.6 +2 -2 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 Wed Jan 29 21:19:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8831637B401; Wed, 29 Jan 2003 21:19:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6527B43F93; Wed, 29 Jan 2003 21:19: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 h0U5JDbv036183; Wed, 29 Jan 2003 21:19: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 h0U5JDZB036182; Wed, 29 Jan 2003 21:19:13 -0800 (PST) Message-Id: <200301300519.h0U5JDZB036182@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 29 Jan 2003 21:19:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/irc/pircbot 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 2003/01/29 21:19:13 PST Modified files: irc/pircbot Makefile distinfo Log: maintainer update pircbot to new version 1.0.3. PR: ports/47201 Submitted by: Tim Bishop Revision Changes Path 1.12 +1 -1 ports/irc/pircbot/Makefile 1.10 +1 -1 ports/irc/pircbot/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 21:43:10 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EF9F37B401; Wed, 29 Jan 2003 21:43:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2561F43F79; Wed, 29 Jan 2003 21:43:09 -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 h0U5h8bv046875; Wed, 29 Jan 2003 21:43:08 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U5h84h046874; Wed, 29 Jan 2003 21:43:08 -0800 (PST) Message-Id: <200301300543.h0U5h84h046874@repoman.freebsd.org> From: Sam Leffler Date: Wed, 29 Jan 2003 21:43:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet in_pcb.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sam 2003/01/29 21:43:08 PST Modified files: sys/netinet in_pcb.c Log: remove the restriction on build a kernel with FAST_IPSEC and INET6; you still don't want to use the two together, but it's ok to have them in the same kernel (the problem that initiated this bandaid has long since been fixed) Revision Changes Path 1.116 +0 -3 src/sys/netinet/in_pcb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 21:45:47 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75D4837B401; Wed, 29 Jan 2003 21:45:46 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AD1643F3F; Wed, 29 Jan 2003 21:45:46 -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 h0U5jjbv046994; Wed, 29 Jan 2003 21:45:45 -0800 (PST) (envelope-from sam@repoman.freebsd.org) Received: (from sam@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U5jjIF046993; Wed, 29 Jan 2003 21:45:45 -0800 (PST) Message-Id: <200301300545.h0U5jjIF046993@repoman.freebsd.org> From: Sam Leffler Date: Wed, 29 Jan 2003 21:45:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_output.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 2003/01/29 21:45:45 PST Modified files: sys/netinet ip_output.c Log: FAST_IPSEC bandaid: act like KAME and ignore ENOENT error codes from ipsec4_process_packet; they happen when a packet is dropped because an SA acquire is initiated Submitted by: Doug Ambrisko Revision Changes Path 1.175 +9 -0 src/sys/netinet/ip_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 21:53:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A76337B401; Wed, 29 Jan 2003 21:53:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 016DB43F3F; Wed, 29 Jan 2003 21:53:29 -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 h0U5rSbv050566; Wed, 29 Jan 2003 21:53: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 h0U5rSYE050565; Wed, 29 Jan 2003 21:53:28 -0800 (PST) Message-Id: <200301300553.h0U5rSYE050565@repoman.freebsd.org> From: Sam Leffler Date: Wed, 29 Jan 2003 21:53:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet ip_output.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 sam 2003/01/29 21:53:28 PST Modified files: (Branch: RELENG_4) sys/netinet ip_output.c Log: MFC 1.175: ignore ENOENT generated by SA acquire (a la KAME) Submitted by: Doug Ambrisko Revision Changes Path 1.99.2.36 +9 -0 src/sys/netinet/ip_output.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 22:11:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BA1937B401; Wed, 29 Jan 2003 22:11:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3028D43E4A; Wed, 29 Jan 2003 22:11:11 -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 h0U6BAbv055876; Wed, 29 Jan 2003 22:11: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 h0U6BAe3055862; Wed, 29 Jan 2003 22:11:10 -0800 (PST) Message-Id: <200301300611.h0U6BAe3055862@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 29 Jan 2003 22:11:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/textproc/aspell 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 2003/01/29 22:11:10 PST Modified files: textproc/aspell Makefile distinfo Log: Maintainer upgrades the English dictionary to v. 0.51. Bumps PORTREVISION. Removes unused PLIST_SUB. PR: ports/46739 Submitted by: Thierry Thomas Revision Changes Path 1.45 +13 -1 ports/textproc/aspell/Makefile 1.23 +1 -1 ports/textproc/aspell/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 22:22:41 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6432537B401; Wed, 29 Jan 2003 22:22:40 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B48243F85; Wed, 29 Jan 2003 22:22:40 -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 h0U6Mdbv061148; Wed, 29 Jan 2003 22:22:39 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U6MdFA061143; Wed, 29 Jan 2003 22:22:39 -0800 (PST) Message-Id: <200301300622.h0U6MdFA061143@repoman.freebsd.org> From: Alan Eldridge Date: Wed, 29 Jan 2003 22:22:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: 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 alane 2003/01/29 22:22:39 PST Modified files: x11/kdebase3 Makefile Log: bump PORTREVISION for previous mod about 12 hours ago Revision Changes Path 1.114 +1 -1 ports/x11/kdebase3/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 22:26:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B7AF37B401; Wed, 29 Jan 2003 22:26:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B501C43E4A; Wed, 29 Jan 2003 22:26:17 -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 h0U6QHbv061417; Wed, 29 Jan 2003 22:26:17 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U6QHBZ061416; Wed, 29 Jan 2003 22:26:17 -0800 (PST) Message-Id: <200301300626.h0U6QHBZ061416@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 29 Jan 2003 22:26:17 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.ia64 files.x86_64 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/29 22:26:17 PST Modified files: sys/conf files.ia64 files.x86_64 Log: Remove entries for files we don't have. Approved by: peter Revision Changes Path 1.46 +0 -3 src/sys/conf/files.ia64 1.9 +0 -3 src/sys/conf/files.x86_64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 22:27:12 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 895EB37B401; Wed, 29 Jan 2003 22:27:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F69943F43; Wed, 29 Jan 2003 22:27:11 -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 h0U6RBbv061461; Wed, 29 Jan 2003 22:27:11 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U6RARx061460; Wed, 29 Jan 2003 22:27:10 -0800 (PST) Message-Id: <200301300627.h0U6RARx061460@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 29 Jan 2003 22:27:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/29 22:27:10 PST Modified files: sys/conf files.i386 Log: Remove files which don't exist Revision Changes Path 1.433 +0 -1 src/sys/conf/files.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 22:29:53 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2BA737B405; Wed, 29 Jan 2003 22:29:52 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68CD843F3F; Wed, 29 Jan 2003 22:29:52 -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 h0U6Tqbv061550; Wed, 29 Jan 2003 22:29:52 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U6Tqt0061549; Wed, 29 Jan 2003 22:29:52 -0800 (PST) Message-Id: <200301300629.h0U6Tqt0061549@repoman.freebsd.org> From: Poul-Henning Kamp Date: Wed, 29 Jan 2003 22:29:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phk 2003/01/29 22:29:52 PST Modified files: sys/conf files Log: Remove files which don't exist. Revision Changes Path 1.753 +0 -4 src/sys/conf/files To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 22:41:11 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCF1E37B401; Wed, 29 Jan 2003 22:41:10 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86CBF43F3F; Wed, 29 Jan 2003 22:41:10 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 716672A89E; Wed, 29 Jan 2003 22:41:10 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.ia64 files.x86_64 In-Reply-To: <200301300626.h0U6QHBZ061416@repoman.freebsd.org> Date: Wed, 29 Jan 2003 22:41:10 -0800 From: Peter Wemm Message-Id: <20030130064110.716672A89E@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 Poul-Henning Kamp wrote: > phk 2003/01/29 22:26:17 PST > > Modified files: > sys/conf files.ia64 files.x86_64 > Log: > Remove entries for files we don't have. > > Approved by: peter BTW; Approval isn't necessary for this sort of thing. While we're happy to look over stuff if people want input, it is really quite OK to just take a best shot and keep an eye out for an ia64 tinderbox failure. It runs every 6 hours at 22 past the hour (ie: 00:22, 06:22, 12:22, 18:22) and typically takes about 4 hours to run [its a very old prototype box, it would have been cruel to put it in the cluster]. 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 Wed Jan 29 22:48: 0 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82B8337B401; Wed, 29 Jan 2003 22:47:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2104C43E4A; Wed, 29 Jan 2003 22:47: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 h0U6lwbv068707; Wed, 29 Jan 2003 22:47: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 h0U6lwhP068706; Wed, 29 Jan 2003 22:47:58 -0800 (PST) Message-Id: <200301300647.h0U6lwhP068706@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 29 Jan 2003 22:47:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/perforce Makefile distinfo ports/devel/perforce/files perforce.conf.in perforce.sh.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 2003/01/29 22:47:58 PST Modified files: devel/perforce Makefile distinfo devel/perforce/files perforce.conf.in perforce.sh.in Log: Maintainer update: Perforce has released new version for i386, 2002.2 PR: ports/46745 Submitted by: David Marshall Revision Changes Path 1.15 +11 -7 ports/devel/perforce/Makefile 1.11 +7 -6 ports/devel/perforce/distinfo 1.2 +22 -2 ports/devel/perforce/files/perforce.conf.in 1.4 +10 -1 ports/devel/perforce/files/perforce.sh.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 22:57:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 866E837B401; Wed, 29 Jan 2003 22:57:19 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2958D43F93; Wed, 29 Jan 2003 22:57:19 -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 h0U6vIbv072300; Wed, 29 Jan 2003 22:57: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 h0U6vIxC072299; Wed, 29 Jan 2003 22:57:18 -0800 (PST) Message-Id: <200301300657.h0U6vIxC072299@repoman.freebsd.org> From: Jimmy Olgeni Date: Wed, 29 Jan 2003 22:57:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/x11-wm/oroborus 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 2003/01/29 22:57:18 PST Modified files: x11-wm/oroborus Makefile distinfo pkg-plist Log: Update to 2.0.11. PR: 47657 Submitted by: Matt Peterson Revision Changes Path 1.7 +6 -3 ports/x11-wm/oroborus/Makefile 1.7 +1 -1 ports/x11-wm/oroborus/distinfo 1.6 +40 -0 ports/x11-wm/oroborus/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 Jan 29 23:20: 3 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40DA737B401; Wed, 29 Jan 2003 23:20:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D46F643F3F; Wed, 29 Jan 2003 23:20:00 -0800 (PST) (envelope-from sos@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0U7K0bv079611; Wed, 29 Jan 2003 23:20:00 -0800 (PST) (envelope-from sos@repoman.freebsd.org) Received: (from sos@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U7K0Qe079598; Wed, 29 Jan 2003 23:20:00 -0800 (PST) Message-Id: <200301300720.h0U7K0Qe079598@repoman.freebsd.org> From: Søren Schmidt Date: Wed, 29 Jan 2003 23:20:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-raid.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 sos 2003/01/29 23:20:00 PST Modified files: (Branch: RELENG_4) sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-raid.c Log: MFC: Update the code that deals with disk enclosures: Properly handle the newer Promise SuperSwap 1000 enclosures. Print out what kind of enclosure was found in the probe. Misc cleanups in the enclosure handling code. Sponsored by: Advanis Inc. Revision Changes Path 1.50.2.44 +116 -58 src/sys/dev/ata/ata-all.c 1.26.2.12 +5 -2 src/sys/dev/ata/ata-all.h 1.60.2.24 +6 -2 src/sys/dev/ata/ata-disk.c 1.3.2.19 +6 -4 src/sys/dev/ata/ata-raid.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Wed Jan 29 23:46:15 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B131037B401; Wed, 29 Jan 2003 23:46:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 546B943E4A; Wed, 29 Jan 2003 23:46:14 -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 h0U7kEbv090186; Wed, 29 Jan 2003 23:46:14 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U7kEeN090185; Wed, 29 Jan 2003 23:46:14 -0800 (PST) Message-Id: <200301300746.h0U7kEeN090185@repoman.freebsd.org> From: Norikatsu Shigemura Date: Wed, 29 Jan 2003 23:46:14 -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 2003/01/29 23:46:14 PST Modified files: net/liveMedia Makefile distinfo pkg-plist Log: Update to 2003.01.28. Revision Changes Path 1.13 +7 -5 ports/net/liveMedia/Makefile 1.12 +1 -1 ports/net/liveMedia/distinfo 1.6 +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 Jan 30 0:23:55 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8363137B401; Thu, 30 Jan 2003 00:23:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D95643E4A; Thu, 30 Jan 2003 00:23:54 -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 h0U8Nsbv004566; Thu, 30 Jan 2003 00:23: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 h0U8Nrdr004565; Thu, 30 Jan 2003 00:23:53 -0800 (PST) Message-Id: <200301300823.h0U8Nrdr004565@repoman.freebsd.org> From: Kris Kennaway Date: Thu, 30 Jan 2003 00:23:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jdk12 Makefile ports/java/jdk13 Makefile ports/lang/egcs Makefile ports/lang/gcc27 Makefile ports/lang/gcc28 Makefile ports/lang/gcc295 Makefile ports/lang/gnat Makefile ports/security/tripwire12 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 2003/01/30 00:23:53 PST Modified files: java/jdk12 Makefile java/jdk13 Makefile lang/egcs Makefile lang/gcc27 Makefile lang/gcc28 Makefile lang/gcc295 Makefile lang/gnat Makefile security/tripwire12 Makefile x11-fonts/cyr-rfx Makefile Log: Use the full path to /sbin/sysctl Noticed by: 'make index' in crontab Revision Changes Path 1.15 +1 -1 ports/java/jdk12/Makefile 1.45 +1 -1 ports/java/jdk13/Makefile 1.80 +1 -1 ports/lang/egcs/Makefile 1.7 +1 -1 ports/lang/gcc27/Makefile 1.37 +1 -1 ports/lang/gcc28/Makefile 1.89 +1 -1 ports/lang/gcc295/Makefile 1.38 +1 -1 ports/lang/gnat/Makefile 1.15 +1 -1 ports/security/tripwire12/Makefile 1.2 +1 -1 ports/x11-fonts/cyr-rfx/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 30 0:46:18 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31DE337B401; Thu, 30 Jan 2003 00:46:17 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2F9143F3F; Thu, 30 Jan 2003 00:46: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 h0U8kGbv011781; Thu, 30 Jan 2003 00:46:16 -0800 (PST) (envelope-from alane@repoman.freebsd.org) Received: (from alane@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U8kGU6011780; Thu, 30 Jan 2003 00:46:16 -0800 (PST) Message-Id: <200301300846.h0U8kGU6011780@repoman.freebsd.org> From: Alan Eldridge Date: Thu, 30 Jan 2003 00:46:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/ptypes Makefile distinfo ports/devel/ptypes/files patch-src-Makefile.FreeBSD patch-src-Makefile.common patch-wshare-Makefile.FreeBSD patch-wshare-Makefile.common X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/30 00:46:16 PST Modified files: devel/ptypes Makefile distinfo devel/ptypes/files patch-src-Makefile.FreeBSD patch-src-Makefile.common patch-wshare-Makefile.common Removed files: devel/ptypes/files patch-wshare-Makefile.FreeBSD Log: Updated to version 1.7.4. PR: 46860 Submitted by: phil@nixil.org (Phil Oleson) Revision Changes Path 1.15 +2 -2 ports/devel/ptypes/Makefile 1.6 +1 -1 ports/devel/ptypes/distinfo 1.2 +5 -5 ports/devel/ptypes/files/patch-src-Makefile.FreeBSD 1.2 +9 -9 ports/devel/ptypes/files/patch-src-Makefile.common 1.2 +0 -11 ports/devel/ptypes/files/patch-wshare-Makefile.FreeBSD (dead) 1.2 +0 -11 ports/devel/ptypes/files/patch-wshare-Makefile.common To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 30 1:14: 4 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A382B37B401; Thu, 30 Jan 2003 01:14:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47FBB43F85; Thu, 30 Jan 2003 01:14:03 -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 h0U9E3bv022404; Thu, 30 Jan 2003 01:14:03 -0800 (PST) (envelope-from dirk@repoman.freebsd.org) Received: (from dirk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U9E3A9022403; Thu, 30 Jan 2003 01:14:03 -0800 (PST) Message-Id: <200301300914.h0U9E3A9022403@repoman.freebsd.org> From: Dirk Froemberg Date: Thu, 30 Jan 2003 01:14:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/pear-Log 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 dirk 2003/01/30 01:14:02 PST Modified files: sysutils/pear-Log Makefile distinfo Log: Upgrade to 1.5.3. PR: ports/45810 Submitted by: Thierry Thomas Revision Changes Path 1.2 +1 -1 ports/sysutils/pear-Log/Makefile 1.2 +1 -1 ports/sysutils/pear-Log/distinfo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message From owner-cvs-all Thu Jan 30 1:19:51 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B57837B401; Thu, 30 Jan 2003 01:19:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D86F43FBD; Thu, 30 Jan 2003 01:19:50 -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 h0U9Jobv022568; Thu, 30 Jan 2003 01:19:50 -0800 (PST) (envelope-from dirk@repoman.freebsd.org) Received: (from dirk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U9JncH022567; Thu, 30 Jan 2003 01:19:49 -0800 (PST) Message-Id: <200301300919.h0U9JncH022567@repoman.freebsd.org> From: Dirk Froemberg Date: Thu, 30 Jan 2003 01:19:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/pear-PEAR 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 dirk 2003/01/30 01:19:49 PST Modified files: devel/pear-PEAR Makefile distinfo pkg-plist Log: Upgrade to 1.0.1. PR: ports/46274 Submitted by: Thierry Thomas Revision Changes Path 1.2 +2 -2 ports/devel/pear-PEAR/Makefile 1.2 +1 -1 ports/devel/pear-PEAR/distinfo 1.3 +1 -1 ports/devel/pear-PEAR/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 Jan 30 1:24: 7 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3F8637B401; Thu, 30 Jan 2003 01:24:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3C5A43F85; Thu, 30 Jan 2003 01:24:05 -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 h0U9O5bv026013; Thu, 30 Jan 2003 01:24:05 -0800 (PST) (envelope-from dirk@repoman.freebsd.org) Received: (from dirk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U9O5W6026012; Thu, 30 Jan 2003 01:24:05 -0800 (PST) Message-Id: <200301300924.h0U9O5W6026012@repoman.freebsd.org> From: Dirk Froemberg Date: Thu, 30 Jan 2003 01:24:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils/mnemo Makefile distinfo pkg-deinstall 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 dirk 2003/01/30 01:24:05 PST Modified files: deskutils/mnemo Makefile distinfo pkg-plist Added files: deskutils/mnemo pkg-deinstall Log: Upgrade to 1.1. PR: ports/47230 Submitted by: Thierry Thomas Revision Changes Path 1.2 +16 -9 ports/deskutils/mnemo/Makefile 1.2 +1 -1 ports/deskutils/mnemo/distinfo 1.1 +27 -0 ports/deskutils/mnemo/pkg-deinstall (new) 1.2 +41 -5 ports/deskutils/mnemo/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 Jan 30 1:28:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55DF737B401; Thu, 30 Jan 2003 01:28:42 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 060E843E4A; Thu, 30 Jan 2003 01:28:42 -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 h0U9Sfbv026198; Thu, 30 Jan 2003 01:28:41 -0800 (PST) (envelope-from dirk@repoman.freebsd.org) Received: (from dirk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U9Sf7I026197; Thu, 30 Jan 2003 01:28:41 -0800 (PST) Message-Id: <200301300928.h0U9Sf7I026197@repoman.freebsd.org> From: Dirk Froemberg Date: Thu, 30 Jan 2003 01:28:41 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/horde2 Makefile distinfo pkg-deinstall pkg-plist ports/www/horde2/files patch-ab patch-ac patch-mime_drivers.php.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 dirk 2003/01/30 01:28:41 PST Modified files: www/horde2 Makefile distinfo pkg-deinstall pkg-plist www/horde2/files patch-ab patch-ac patch-mime_drivers.php.dist Log: Upgrade to 2.2. PR: ports/47229 Submitted by: Thierry Thomas Revision Changes Path 1.18 +43 -17 ports/www/horde2/Makefile 1.7 +1 -1 ports/www/horde2/distinfo 1.6 +10 -10 ports/www/horde2/files/patch-ab 1.6 +93 -93 ports/www/horde2/files/patch-ac 1.5 +12 -12 ports/www/horde2/files/patch-mime_drivers.php.dist 1.4 +23 -0 ports/www/horde2/pkg-deinstall 1.8 +53 -0 ports/www/horde2/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 Jan 30 1:32:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EA5F37B401; Thu, 30 Jan 2003 01:32:12 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4386B43F3F; Thu, 30 Jan 2003 01:32: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 h0U9WBbv029068; Thu, 30 Jan 2003 01:32:11 -0800 (PST) (envelope-from dirk@repoman.freebsd.org) Received: (from dirk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U9WAPZ029067; Thu, 30 Jan 2003 01:32:10 -0800 (PST) Message-Id: <200301300932.h0U9WAPZ029067@repoman.freebsd.org> From: Dirk Froemberg Date: Thu, 30 Jan 2003 01:32:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/pear-install 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 dirk 2003/01/30 01:32:10 PST Modified files: devel/pear-install Makefile pkg-plist Log: mod_php4 now installs .files after upgrade to version 4.3.0. PR: ports/47418 Submitted by: Thierry Thomas Revision Changes Path 1.2 +9 -3 ports/devel/pear-install/Makefile 1.2 +1 -0 ports/devel/pear-install/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 Jan 30 1:39:30 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DC3837B401; Thu, 30 Jan 2003 01:39:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D784143E4A; Thu, 30 Jan 2003 01:39:28 -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 h0U9dSbv029882; Thu, 30 Jan 2003 01:39:28 -0800 (PST) (envelope-from dirk@repoman.freebsd.org) Received: (from dirk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U9dSfB029881; Thu, 30 Jan 2003 01:39:28 -0800 (PST) Message-Id: <200301300939.h0U9dSfB029881@repoman.freebsd.org> From: Dirk Froemberg Date: Thu, 30 Jan 2003 01:39:28 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/pear-Date 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 dirk 2003/01/30 01:39:28 PST Modified files: devel Makefile Added files: devel/pear-Date Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add pear-Date: PEAR Date and Time Zone Classes. PR: ports/47418 Submitted by: Thierry Thomas Revision Changes Path 1.1031 +1 -0 ports/devel/Makefile 1.1 +34 -0 ports/devel/pear-Date/Makefile (new) 1.1 +1 -0 ports/devel/pear-Date/distinfo (new) 1.1 +1 -0 ports/devel/pear-Date/pkg-comment (new) 1.1 +10 -0 ports/devel/pear-Date/pkg-descr (new) 1.1 +5 -0 ports/devel/pear-Date/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 Jan 30 1:41:49 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 940E537B405; Thu, 30 Jan 2003 01:41:48 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 301A143F43; Thu, 30 Jan 2003 01:41:48 -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 h0U9fmbv032433; Thu, 30 Jan 2003 01:41:48 -0800 (PST) (envelope-from dirk@repoman.freebsd.org) Received: (from dirk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U9fld7032432; Thu, 30 Jan 2003 01:41:47 -0800 (PST) Message-Id: <200301300941.h0U9fld7032432@repoman.freebsd.org> From: Dirk Froemberg Date: Thu, 30 Jan 2003 01:41:47 -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 dirk 2003/01/30 01:41:47 PST Modified files: . modules Log: pear-Date --> ports/devel/pear-Date Revision Changes Path 1.6603 +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 Jan 30 1:46:28 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8486537B401; Thu, 30 Jan 2003 01:46:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 389F143F3F; Thu, 30 Jan 2003 01:46:27 -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 h0U9kRbv033478; Thu, 30 Jan 2003 01:46:27 -0800 (PST) (envelope-from dirk@repoman.freebsd.org) Received: (from dirk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U9kQmJ033477; Thu, 30 Jan 2003 01:46:26 -0800 (PST) Message-Id: <200301300946.h0U9kQmJ033477@repoman.freebsd.org> From: Dirk Froemberg Date: Thu, 30 Jan 2003 01:46:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/pear-HTML_Common 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 dirk 2003/01/30 01:46:26 PST Modified files: devel Makefile Added files: devel/pear-HTML_Common Makefile distinfo pkg-comment pkg-descr pkg-plist Log: Add pear-HTML_Common: PEAR::HTML_Common is a base class for other HTML classes PR: ports/47418 Submitted by: Thierry Thomas Revision Changes Path 1.1032 +1 -0 ports/devel/Makefile 1.1 +32 -0 ports/devel/pear-HTML_Common/Makefile (new) 1.1 +1 -0 ports/devel/pear-HTML_Common/distinfo (new) 1.1 +1 -0 ports/devel/pear-HTML_Common/pkg-comment (new) 1.1 +8 -0 ports/devel/pear-HTML_Common/pkg-descr (new) 1.1 +2 -0 ports/devel/pear-HTML_Common/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 Jan 30 1:47:37 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 426B337B401; Thu, 30 Jan 2003 01:47:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6A7643F93; Thu, 30 Jan 2003 01:47:35 -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 h0U9lZbv033600; Thu, 30 Jan 2003 01:47:35 -0800 (PST) (envelope-from dirk@repoman.freebsd.org) Received: (from dirk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0U9lZDj033599; Thu, 30 Jan 2003 01:47:35 -0800 (PST) Message-Id: <200301300947.h0U9lZDj033599@repoman.freebsd.org> From: Dirk Froemberg Date: Thu, 30 Jan 2003 01:47:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/pear-HTML_Select Makefile distinfo pkg-comment pkg-descr pkg-plist ports/devel/pear-HTML_Select/files Select.php X-FreeBSD-CVS-Branch: HEAD Sender: owner-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 2003/01/30 01:47:35 PST Modified files: devel Makefile Added files: devel/pear-HTML_Select Makefile distinfo pkg-comment pkg-descr pkg-plist devel/pear-HTML_Select/files Select.php Log: Add pear-HTML_Select: Some small PEAR classes to handle common